(Top): Update subnode menus.
[emacs.git] / lisp / ChangeLog
blob5206ad873ab54492c4b67355927283bd73681f6d
1 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
3         * bs.el: Allow non-default values of `bs-header-lines-length'.
4         (bs--running-in-xemacs): Remove (not needed anymore).
5         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6         instead of `shrink-window', thus avoiding having to compute the
7         height of the window.
8         (bs--up): Wrap around even when there's no header.
9         (bs--down): Use `forward-line' instead of `next-line'.
11 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13         * image-mode.el (image-toggle-display): Use file name if possible,
14         instead of unnecessarily allocating a (possibly huge) lisp string.
16 2006-01-30  John Paul Wallington  <jpw@pobox.com>
18         * subr.el (toplevel): Define `cl-assertion-failed' condition here
19         because the `assert' macro signals it at runtime.
21         * emacs-lisp/cl.el (toplevel): Remove definition of
22         `cl-assertion-failed' condition.
24 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
26         * thumbs.el (thumbs-marked-list): Make buffer-local and
27         permanent-local.
28         (thumbs-insert-thumb): Make help-echo non-sticky.
29         (thumbs-file-alist): Use eolp as check for (non)-image.
31 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
33         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
34         (ediff-before-session-group-setup-hooks)
35         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
36         Fix typos in docstrings.
38         * window.el (bw-dir, bw-eqdir, balance-windows)
39         (split-window-keep-point): Fix typos in docstrings.
41         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
42         (org-quote-string, org-calendar-to-agenda-key)
43         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
44         (org-show-following-heading, org-tags-column)
45         (org-use-tag-inheritance, org, org-allow-space-in-links)
46         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
47         (org-enable-table-editor, org-calc-default-modes)
48         (org-table-allow-automatic-line-recalculation)
49         (org-export-html-style, org-export-with-fixed-width)
50         (org-export-with-sub-superscripts, org-special-keyword)
51         (org-formula, org-time-grid, org-table-may-need-update)
52         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
53         (org-goto-quit, org-get-indentation, org-end-of-item)
54         (org-move-item-down, org-move-item-up)
55         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
56         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
57         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
58         (org-agenda-log-mode, org-agenda-toggle-diary)
59         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
60         (org-agenda-file-to-end, org-agenda-no-heading-message)
61         (org-agenda-get-closed, org-format-agenda-item)
62         (org-cmp-priority, org-cmp-category, org-cmp-time)
63         (org-agenda-change-all-lines, org-agenda-diary-entry)
64         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
65         (org-link-search, org-camel-to-words, org-open-file)
66         (org-remember-handler, org-table-convert-region)
67         (org-table-move-row-down, org-table-move-row-up)
68         (org-table-copy-region, org-table-wrap-region)
69         (org-table-toggle-vline-visibility)
70         (org-table-get-vertical-vector, org-table-modify-formulas)
71         (org-table-get-specials, org-recalc-commands)
72         (org-table-rotate-recalc-marks, org-table-eval-formula)
73         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
74         (org-level-color-stars-only, org-insert-heading):
75         Fix typos in docstrings.
76         (last-arg): Add defvar.
78         * makefile.w32-in (WINS): Add erc.
79         (MH_E_SRC): Update (copied from lisp/Makefile.in).
81 2006-01-29  Bill Wohler  <wohler@newt.com>
83         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
84         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
85         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
86         (mh-autoloads): Don't use comments on otherwise empty lines.
88 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
90         * emulation/viper.el (viper-major-mode-modifier-list): Add
91         insert-state and vi-state entries for erc-mode.
92         (viper-go-away, viper-set-hooks): Add and remove
93         viper-comint-mode-hook from erc-mode-hook as appropriate.
95         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
97 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
99         * bs.el (bs--format-aux): Implement `middle' alignment as
100         described in the docstring for `bs-attributes-list'.
101         (bs--get-name): Simplify.  Don't pad the buffer name.
103 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
105         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
106         English aspell dictionary is installed, use the first entry of
107         ispell-dictionary-alist-1.
109 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
111         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
112         Doc fix.
114 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
116         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
117         for `process-file', in order to let it work for older Emacsen too.
119 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
121         * international/latexenc.el: Add a suitable `coding:' tag.
122         (latexenc-find-file-coding-system): Undo last change.
124 2006-01-27  Arne J\e,bx\e(Brgensen  <arne@arnested.dk>
126         * international/latexenc.el (latexenc-find-file-coding-system):
127         Make sure latexenc-main-file is a regular file and is readable.
129 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
131         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
132         Pass FILE to vc-user-login-name.
134         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
136 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
138         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
139         there are no more images to display.
140         (thumbs-mark, thumbs-unmark): Revert change so that they move to
141         the next image.
143 2006-01-26  Richard M. Stallman  <rms@gnu.org>
145         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
147         * wid-edit.el (advertised-widget-backward): New alias.
148         (widget-keymap): Use advertised-widget-backward for S-TAB.
150         * tumme.el: Correct the keywords.
151         (tumme-dir-max-size): Use defvar.
152         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
154         * simple.el (move-beginning-of-line): Take account of fields.
155         (clone-indirect-buffer-other-window): Take args like
156         clone-indirect-buffer, and work like it.
158         * help-fns.el (describe-function): Don't pass `nil' as default.
160         * files.el (risky-local-variable-p): Follow var aliases.
162         * subr.el (lazy-completion-table): Doc fix.
164         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
165         global binding of `line'.
167 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
169         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
170         Tramp.
172         * vc.el (vc-default-dired-state-info): Pass FILE to
173         vc-user-login-name.
174         (vc-default-update-changelog): Don't use vc-user-login-name, we
175         don't need it here.
177         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
178         no longer necessary.
180 2006-01-25  Kenichi Handa  <handa@m17n.org>
182         * international/mule.el (decode-char): Avoid the overhead of
183         calling utf-lookup-subst-table-for-decode if
184         utf-translate-cjk-mode is nil.
185         (encode-char): Avoid the overhead of calling
186         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
187         nil.
189 2006-01-22  Kenichi Handa  <handa@m17n.org>
191         * international/mule.el (make-subsidiary-coding-system): Reset
192         `coding-system-define-form' property of subsidiaries to nil.
193         Avoid duplicated entry in coding-system-alist.
194         (make-coding-system): Avoid duplicated entry in
195         coding-system-alist.
196         (define-coding-system-alias): Likewise.
198 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
200         * completion.el: Minor fixes in introductory comment.
201         (completion-def-wrapper): Fix alist.
203 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
205         * thumbs.el (thumbs-new-image-size): New function.
206         (thumbs-increment-image-size-element)
207         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
208         (thumbs-decrement-image-size): Delete.
209         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
210         temp files and use to resize.
211         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
212         Use increment argument to enlarge/shrink.  Preserve point.
213         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
214         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
215         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
216         (thumbs-mark, thumbs-unmark): Preserve point.
217         (thumbs-modify-image): Keep old temp files and use to modify.
218         Cleanup old temp files at load time.  Preserve point.
219         (thumbs-view-image-mode-map): Use new command names.
221 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * log-view.el (log-view-minor-wrap): First rev is the one at point.
225         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
226         the nastiest part of the cyclic dependency.
227         (cal-menu-update): Use dotimes and calendar-increment-month.
229         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
230         (calendar-week-start-day): Add an :initializer.
231         (calendar-mode-map): Use suppress-keymap, and command remapping.
232         (describe-calendar-mode): Setup xref-stack info for the back button.
233         (calendar-star-date): Insert before delete.
234         (calendar-set-mode-line): Add file-modified info if applicable.
235         (calendar-increment-month): New function.
237 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
239         * font-lock.el (lisp-font-lock-keywords-2):
240         Recognize "& keywords" only at word boundaries.
242 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
244         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
245         and permanent-local.
246         (thumbs-max-image-number): New variable.
247         (thumbs-do-thumbs-insertion): Use them.
248         (thumbs-per-line): Change default to 4.
249         (thumbs-marked-list): Rename from thumbs-markedL.
250         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
251         (thumbs-rename-images): Use -list instead of L for internal variables.
252         (thumbs-call-convert): Use call-process instead of shell-command.
253         (thumbs-insert-thumb): Add filename as help-echo to each image.
254         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
255         Give dir to thumbs-show-thumbs-list.
256         (thumbs-show-thumbs-list): Set default-directory to that of images.
257         (thumbs-dired-show): Rename from thumbs-dired-show-all.
258         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
259         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
260         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
262 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * ses.el (ses-read-cell): Provide a default value.
266 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
268         * term/w32-win.el (image-library-alist): Add additional names for
269         GIF library.
271 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
273         * international/latexenc.el (latexenc-find-file-coding-system):
274         Add file-regular-p check.
276 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * simple.el (clone-buffer): Don't show the new buffer in the same
279         window.
281 2006-01-23  Juri Linkov  <juri@jurta.org>
283         * faces.el (link, link-visited): New faces based on default values
284         of `info-xref' and `info-xref-visited'.
286         * info.el (info-xref): Inherit from `link'.
287         (info-xref-visited): Inherit from `link-visited'.
289         * cus-edit.el (custom-buffer-create-internal): Use widget type
290         `custom-manual' instead of `info-link' and don't set properties
291         `button-face' and `mouse-face' explicitly.
292         (custom-browse-group-tag, custom-browse-variable-tag)
293         (custom-browse-face-tag): Inherit from widget class
294         `custom-group-link' instead of `push-button'.
295         (custom-button-unraised): Inherit from `underline' face.
296         (custom-link): Inherit from `link' face.  Fix doc and group.
297         (custom-add-parent-links, custom-group-value-create): Don't set
298         properties `button-face' and `mouse-face' explicitly for
299         `custom-group-link' widget.
300         (custom-group-link): Add properties `button-face' and `mouse-face'
301         to widget definition.
302         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
303         editable-field's :keymap property.
304         (custom-mode): Fix docstring: substitute keybindings for
305         `widget-forward' and `widget-backward' from `widget-keymap',
306         `widget-complete' from `custom-field-keymap', replace old
307         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
309         * desktop.el (desktop-load-file): Check for `fboundp' before
310         calling `symbol-function'.
312         * simple.el (clone-buffer, clone-indirect-buffer)
313         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
314         `read-string'.  Fix prompts.
316         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
318 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
320         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
322 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
324         * startup.el (inhibit-splash-screen, initial-scratch-message):
325         Doc fixes.
327 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
329         Sync with Tramp 2.0.52.
331         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
332         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
333         `tramp-unload-tramp' for checklist.
335         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
336         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
337         (tramp-unload-file-name-handler-alist)
338         (tramp-unload-tramp): New defuns.
339         (tramp-advice-PC-expand-many-files): New defadvice.
340         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
341         removed.
342         (tramp-handle-expand-file-name): Remove double slash.
343         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
344         It doesn't matter, because it will be converted later on.
345         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
346         implementation was just heuristic.
347         (tramp-post-connection): Set uid and gid properties.
348         (tramp-convert-file-attributes): Set file's gid change bit.
349         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
350         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
351         in case of su(do)? methods.  The home directory of the local user
352         will be taken else.
353         (tramp-open-connection-telnet)
354         (tramp-open-connection-rsh, tramp-open-connection-su)
355         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
356         local shell prompt could hurt.  Reported by Romain Francoise
357         <romain@orebokech.com>.
358         (tramp-let-maybe): Add `edebug-form-spec' property.
359         (tramp-handle-expand-file-name): Bind `default-directory' locally
360         to "/" in order to avoid problems with UNC shares or Cygwin
361         mounts.
362         (tramp-md5-function): Fix typo in error message.
364         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
366         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
367         for byte-compiler pacification.
369 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
371         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
372         ID-FORMAT `string'.  This allows us to get rid of
373         `vc-user-login-name UID'.
375         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
377 2006-01-22  John Paul Wallington  <jpw@pobox.com>
379         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
381 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
383         * emacs-lisp/find-func.el (find-definition-noselect)
384         (find-variable-noselect): Search variables in C source code too.
385         (find-function-C-source, find-function-noselect, find-function)
386         (find-function-other-frame, find-variable-noselect, find-variable)
387         (find-variable-other-frame, find-variable-at-point):
388         Fix docstrings.
390 2006-01-21  Francesco Potorti`  <pot@gnu.org>
392         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
394 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
396         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
397         Default to disabling the "Save affix" question.
399 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
401         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
402         the first arg to run-python.
404 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
406         * startup.el (command-line-1): Handle --no-desktop if desktop.el
407         is not loaded.
409 2006-01-20  Jay Belanger  <belanger@truman.edu>
411         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
412         limit is 0.
414         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
415         the correct variable.
417 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
419         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
420         link.  Fixed buggy argument sequence in call to `org-view-tags'.
421         (org-compile-prefix-format): Set `org-prefix-has-tag'.
422         (org-prefix-has-tag): New variable.
423         (org-format-agenda-item): Remove tags from headline if
424         appropriate.
425         (org-agenda-remove-tags-when-in-prefix): New option.
426         (org-get-tags-at): New function.
428 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
430         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
431         (thumbs-find-image): Move image name and number from buffer name
432         to mode name.  Set thumbs-buffer.  Preserve point so that large
433         images remain visible.
434         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
435         order.
436         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
437         mode name.
438         (thumbs-next-image, thumbs-previous-image): Make them work.
440 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
442         * cus-edit.el (custom-buffer-create-internal): State in the text above
443         the whole buffer buttons that they do not operate on hidden items.
444         (custom-face-menu): Use `custom-face-save' instead of
445         `custom-face-save-command'.
446         (custom-face-save-command): Make it an alias for `custom-face-save'
447         and declare it obsolete.
448         (custom-face-save): Doc fix.
450         * dired.el (dired-no-confirm): Add quote.
451         (dired-subdir-alist-pre-R): Add quote in
452         `make-variable-buffer-local' form and remove unbalanced parenthesis.
454 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * textmodes/table.el (table-mode-indicator): Typo in last change.
458 2006-01-19  Richard M. Stallman  <rms@gnu.org>
460         * outline.el (hide-leaves): Don't call outline-end-of-heading.
461         Fixes bug reported in Nov 2005.
463         * isearch.el (isearch-forward): Doc fix.
465         * dired.el (dired-move-to-filename-regexp): Define as alias.
466         (dired-no-confirm): Use defcustom.
467         (dired-subdir-alist-pre-R): Put defvar at top level.
469         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
471         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
472         Mark as risky.
474         * simple.el (set-mark-command): Doc fix.
475         (clone-indirect-buffer-other-window):
476         Read arg like clone-indirect-buffer.
477         (move-beginning-of-line): Skip invisible newlines.
479 2006-01-19  Masatake YAMATO  <jet@gyve.org>
481         * progmodes/cpp.el (cpp-edit-load): Make the order of
482         listed conditions in a base C code buffer and its associate
483         CPP Edit buffer the same.
485 2006-01-19  Kenichi Handa  <handa@m17n.org>
487         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
488         (rmail-mime-feature): Likewise.
489         (rmail-require-mime-maybe): Use display-warning to show a warning
490         message.
492         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
493         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
495 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * array.el: Move defvars out of eval-when-compile.
498         (array-make-template): Replace undeclared global var with a local one.
499         (array-mode): Inline initialization functions.
500         (array-init-local-variables, array-init-max-row)
501         (array-init-max-column, array-init-columns-per-line)
502         (array-init-field-width, array-init-rows-numbered)
503         (array-init-line-length, array-init-lines-per-row): Remove.
505         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
506         (doc-mode-map): Define explicitly.
507         (doctor-txtype): Use mapc.
509         * textmodes/table.el: Move defvars out of eval-when-compile.
510         Remove harmful code meant to avoid byte-compiler warnings.
511         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
512         specification that checks table-fixed-width-mode directly.
513         (table-recognize-region, table-recognize-cell):
514         Use restore-buffer-modified-p.
515         (table-fixed-width-mode): Remove code that refreshes
516         table-fixed-mode-indicator.
517         (*table--cell-describe-bindings, *table--cell-describe-mode):
518         Avoid obsolete name print-help-return-message.
519         (table--test-cell-list): Don't use replace-regexp from elisp.
520         (table--point-entered-cell-function, table--point-left-cell-function):
521         Don't set table-fixed-mode-indicator, use force-mode-line-update.
523         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
524         that was after the end of file.  Use buffer-file-name variable.
525         (org-timestamp-change): Use with-current-buffer.
526         (org-todo-list): Don't unnecessarily define a new buffer-local var.
527         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
528         `file'.
530         * progmodes/fortran.el: Move defvars out of eval-when-compile.
531         (fortran-break-line): Remove unused var `opoint'.
532         (fortran-abbrev-start): Obey help-event-list.
534 2006-01-18  Jesper Harder  <harder@phys.au.dk>
536         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
538 2006-01-18  Masatake YAMATO  <jet@gyve.org>
540         * progmodes/make-mode.el (makefile-imake-mode): New mode
541         derived from makefile-mode.
542         (makefile-imake-mode-syntax-table): New syntax table
543         derived from makefile-mode-syntax-table.
544         (makefile-mode): Write about makefile-imake-mode in doc string.
545         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
546         (makefile-imake-font-lock-keywords): New font lock keywords.
548         * files.el (auto-mode-alist): Add Imakefile.
550 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
552         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
553         loading the file rather than when turning on flyspell-mode.
555 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
557         * cus-edit.el (customize-rogue): Minor doc fix.
559 2006-01-17  Juri Linkov  <juri@jurta.org>
561         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
562         instead of the file at the mark as default if the file at the mark
563         is the same as the file at point or if dired-dwim-target-directory
564         is not the same as the current directory and the mark is not active.
566         * log-view.el (log-view-minor-wrap): Use the same logic to get
567         revisions as `log-view-diff'.
569         * info.el (Info-revert-find-node): Check for Info-current-file
570         before preserving new-history.
572         * man.el (Man-heading-regexp): Add `/'.
574         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
575         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
577 2006-01-16  Juri Linkov  <juri@jurta.org>
579         * faces.el (mode-line-faces): New defgroup.
580         (mode-line-highlight): Move definition after new defgroup.
581         (mode-line, mode-line-inactive, mode-line-highlight):
582         Replace :group `modeline' with `mode-line-faces'.
583         (mode-line-buffer-id): New face.
584         (modeline-buffer-id): New face alias.
585         (vertical-border): Remove :group `modeline'.
587         * bindings.el (propertized-buffer-identification): Use face
588         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
589         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
590         (mode-line-buffer-identification-keymap): For mouse-1 replace
591         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
592         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
593         mouse-3.
595         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
596         Buffer-menu-buffer.  Doc fix.
597         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
598         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
599         `Buffer-menu-buffer'.
601         * info.el (Info-mode-line-node-keymap): New defvar.
602         (Info-set-mode-line): Use `stringp' to check Info-current-file.
603         Propertize Info-current-node with `mode-line-buffer-id' and
604         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
606         * time.el (display-time-mail-face): Replace :group `faces' with
607         `mode-line-faces'.
609 2006-01-16  Kenichi Handa  <handa@m17n.org>
611         * international/code-pages.el: Add autoload cookies for cp125[0345678].
613         * language/european.el (cp1252): New alias for windows-1252.
615         * international/mule.el (autoload-coding-system): Prepare for EOL
616         variants.
618 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
620         * term.el (term-raw-map): Add mapping for insert.
621         (term-send-insert): New.
622         (term-mode): Make variables local here instead of doing it in
623         `term-emulate-terminal'.
624         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
625         Scroll reverse needs to take into account the scroll region.
626         Saving and restoring the cursor should save the color attributes too.
627         (term-reset-terminal): Reset the scroll region.
628         (term-handle-ansi-escape): Cursor up and down should take into
629         account the scroll region.
630         (term-set-scroll-region): Rename from `term-scroll-region'.
631         Move to 0,0 after setting the region.
632         (term-handle-scroll): Handle scroll up.
633         (term-down): Fix off by one error.
634         (term-delete-lines): Do not delete outside the scroll region.
635         (term-insert-lines): Take into account the scroll region.
637 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * textmodes/ispell.el (ispell-internal-change-dictionary)
640         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
641         (start, end): Move declaration outside of eval-when-compile.
643         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
644         (flyspell-mode-on): Use it.
646         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
647         ispell-kill-ispell-hook.
649 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
651         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
652         (Custom-reset-saved): Do not ask for confirmation in single option
653         buffers.
655 2006-01-13  Richard M. Stallman  <rms@gnu.org>
657         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
659 2006-01-13  Romain Francoise  <romain@orebokech.com>
661         * add-log.el (add-change-log-entry, change-log-merge):
662         Conditionally use `hard-newline'.
664 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
666         * wid-edit.el (widget-field-end): If the overlay is no longer
667         associated with a buffer, behave as if the overlay didn't exist.
669         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
670         Make sure the links use the `custom-link' face.
672 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
674         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
675         (ld-script-mode): Don't set indent-line-function since we don't
676         have one.
678 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
680         * textmodes/org.el (org-open-file): Use mailcap for selecting an
681         application.
682         (org-file-apps-defaults-gnu): Use mailcap as the default for
683         selecting an application on a UNIX system.
684         (org-agenda-show-tags): New command.
685         (org-table-insert-hline): Keep cursor in current table line.
686         (org-table-convert): Offset effect of modifying
687         `org-table-insert-hline'.
688         (org-format-agenda-item): New optional argument TAG.
689         (org-compile-prefix-format): Handle %T format for the tag.
690         (org-expand-wide-chars): New function.
691         (org-table-insert-row, org-table-insert-hline):
692         Use `org-expand-wide-chars'.
693         (org-open-file): Fix bug in program launch.
694         (org-get-time-of-day): Fix bug with times before 1am.
695         (org-agenda-menu): Add tags commands.
697 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
699         * textmodes/ispell.el (ispell-init-process): Include the used
700         dictionary in ispell process start message.
701         (ispell-internal-change-dictionary): When flyspell-mode is active
702         and dictionary is changed, make sure ispell process is restarted
703         and flyspell word cache cleared out for the current buffer.
704         (ispell-change-dictionary): Make sure flyspell word cache is
705         cleared out in all buffers with active flyspell mode when
706         dictionary is globally changed.
707         Call ispell-internal-change-dictionary after dictionary change.
709 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
711         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
713         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
714         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
715         years.  Fix small differences wrt Makefile.in.
716         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
717         Makefile.in does.
719 2006-01-12  Bill Wohler  <wohler@newt.com>
721         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
722         mh-search.el.
724 2006-01-12  Masatake YAMATO  <jet@gyve.org>
726         * progmodes/ld-script.el: Update copyright year.
728 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
730         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
731         Don't add widget if setting undefined.
733 2006-01-12  John Paul Wallington  <jpw@pobox.com>
735         * help-fns.el (describe-variable): Remove newlines from void
736         variable output.
738 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
740         * wdired.el (wdired-mode-map): Add help echo for
741         wdired-abort-changes.
743         * man.el (Man-file-name-regexp): Adjust for a list of files.
745 2006-01-12  Masatake YAMATO  <jet@gyve.org>
747         * progmodes/ld-script.el (auto-mode-alist): Support
748         suffix conventions used in netbsd and eCos.
750 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
752         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
753         (custom-variable-menu, custom-face-menu, custom-group-menu)
754         (Custom-mode-menu): Change names of menu items.  (As discussed on
755         emacs-devel.)
756         (custom-face-menu): Add "Undo Edits" item.
758         * startup.el (init-file-user): defcustom -> defvar.
760         * tooltip.el (tooltip-mode): Doc fix.
762 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * reveal.el (reveal-post-command): window-buffer signals an error on
765         dead windows rather than returning nil.
766         (reveal-open-new-overlays): An overlay might die while we open others.
768 2006-01-11  Bill Wohler  <wohler@newt.com>
770         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
771         phrasing in docstring.
773         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
774         can give some systems gas.  Add new file mh-buffers.el.
776 2006-01-06  Masatake YAMATO  <jet@gyve.org>
778         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
779         C preprocessor forward ported from GNU Emacs 21.2.
781         * progmodes/asm-mode.el (asm-font-lock-keywords):
782         Use `cpp-font-lock-keywords'.
784         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
786         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
787         of $ for "\\.ld[s]?".
789 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
792         (tcl-indent-line): Return `noindent' if inside a string.
794         * progmodes/flymake.el (flymake-split-string): Remove more than one
795         empty string at beg/end of the result.
796         (flymake-find-buildfile, flymake-find-possible-master-files):
797         Use expand-file-name.
798         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
799         since expand-file-name does it for us.  Use directory-file-name.
800         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
801         (flymake-ler-get-type, flymake-ler-get-text)
802         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
803         (flymake-current-line-no): Remove spurious interactive spec.
804         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
805         (flymake-check-include): Remove arg inc-path merged into inc-name.
806         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
807         Arg regexp-list replaced by a simple regexp.
808         (flymake-master-make-header-init, flymake-master-tex-init):
809         Correspondingly replace regexp-list with a regexp.  Fix regexp.
811 2006-01-10  Simon Josefsson  <jas@extundo.com>
813         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
814         describing AUTH PLAIN fix.
816 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
818         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
819         (report-emacs-bug): Don't record initial prompt text.
820         Instead, add text properties to prompting text.
821         (report-emacs-bug-hook): Delete prompting text.
823 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
826         `dirs'.  Adjust callers.
828 2006-01-09  John Paul Wallington  <jpw@gnu.org>
830         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
832 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * reveal.el (reveal-open-new-overlays): New extracted fun.
835         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
836         using them.  Simplify the code.
837         (reveal-post-command): Use them.  Fix up obsolete windows in
838         reveal-open-spots.
840         * progmodes/flymake.el: Use `require' rather than autoload for
841         XEmacs's overlays.
842         (flymake-get-common-file-prefix, flymake-build-relative-filename):
843         Delete.  Use file-relative-name instead.
844         (flymake-get-syntax-check-program-args, flymake-perl-init):
845         Simplify the resulting code.
847         * log-view.el (log-view-file-re, log-view-message-re): Add support
848         for DaRCS output.
850 2006-01-09  Alex Schroeder  <alex@gnu.org>
852         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
853         identifiers sometimes added in square brackets at the beginning of
854         subject lines.
856 2006-01-07  Richard M. Stallman  <rms@gnu.org>
858         * cus-edit.el (Custom-set, Custom-save): Doc fix.
859         (Custom-reset-current, Custom-reset-saved): Change question text.
860         (Custom-reset-standard): Likewise.
861         (custom-variable-reset-saved): Doc fix.
863 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
865         * startup.el (init-file-user): Doc fix.
867 2006-01-07  Alex Schroeder  <alex@gnu.org>
869         * mail/rmail.el (rmail-current-subject): New function.
870         (rmail-current-subject-regexp): New function.
871         (rmail-next-same-subject): Use it.
873         * mail/rmailsum.el (rmail-summary-by-topic):
874         Use rmail-current-subject and rmail-current-subject-regexp.
875         (rmail-summary-next-same-subject): Ditto.
877         * net/rcirc.el (rcirc-send-input): No longer check whether the
878         process is open, since not all commands need an open process.
879         (rcirc-send-string): Check whether the process is open before
880         sending anything.
881         (rcirc-ignore-list): New option.
882         (rcirc-ignore-list-automatic): New variable.
883         (rcirc-print): Take rcirc-ignore-list into account.
884         (rcirc-cmd-ignore): New command.
885         (rcirc-ignore-update-automatic): New function.
886         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
887         list if ignored nicks.
888         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
890 2006-01-06  David Reitter  <david.reitter@gmail.com>
892         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
893         reflect the address to which the report will be sent.
895 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
897         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
898         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
900 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
902         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
904         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
905         the doc string: "functoin" => "function".
906         * ldefs-boot.el: Likewise.
908         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
909         message text: "Duplicat" => "Duplicate".
911 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
913         * files.el (basic-save-buffer-2): If backing-up failed, reset
914         buffer-backed-up to nil.
916 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
918         * progmodes/gud.el (gdb-script-skip-to-head)
919         (gdb-script-calculate-indentation): Indent for breakpoint command
920         lists also.
922 2006-01-05  Bill Wohler  <wohler@newt.com>
924         * Makefile.in (compile-always): Add mh-autoloads dependency.
925         (bootstrap): Remove mh-autoloads dependency, as compile dependency
926         provides it.
927         (updates): Remove mh-autoloads dependency, since it probably has
928         already run recently (via recompile).
930 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
932         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
933         argument `force' to disable the flyspell-last-buffer optimization.
934         (flyspell-mode-on): Use it.
936         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
937         flymake-simple-cleanup.
938         (flymake-allowed-file-name-masks): Use this new default.
939         All the functions are now called in the right buffer rather than
940         passing the buffer as argument.
941         (flymake-process-sentinel): Switch to buffer before calling cleanup.
942         (flymake-parse-err-lines): Remove redundant buffer arg.
943         (flymake-get-program-dir): Comment out unused function.
944         (flymake-start-syntax-check, flymake-start-syntax-check-process):
945         Remove redundant buffer argument.
946         (flymake-get-real-file-name, flymake-simple-java-cleanup)
947         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
949 2006-01-05  Richard M. Stallman  <rms@gnu.org>
951         * info.el (Info-find-node): Don't record previous node if have none.
952         (info): Go to directory only if history is empty.
954         * simple.el (mark): Doc fix.
956 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
958         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
959         already of desired type.
960         (mac-ae-list): Coerce parameter to "list" type.
961         (mac-dispatch-apple-event): Replace cadr part of event with a
962         dummy position so that event-start returns it.
964 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
966         * textmodes/org.el (org-end-of-subtree): New function.
967         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
968         Use `org-end-of-subtree'.
969         (org-agenda, org-agenda-convert-date): Protect calls to
970         `fit-window-to-buffer'.
971         (org-tags-view): Force matching of sublevels when doing a
972         todo-only search.  Define the correct redo command, including the
973         arguments.
974         (org-agenda-redo): Display message.
975         (org-check-for-org-mode): New function.
976         (org-agenda-type): New variable.
977         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
978         Set `org-agenda-type'.
979         (org-agenda-check-type): New function.
980         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
981         (org-agenda-week-view, org-agenda-day-view)
982         (org-agenda-next-date-line, org-agenda-previous-date-line)
983         (org-agenda-log-mode, org-agenda-toggle-diary)
984         (org-agenda-toggle-time-grid, org-agenda-date-later)
985         (org-agenda-date-prompt, org-agenda-diary-entry)
986         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
987         (org-agenda-convert-date, org-agenda-menu):
988         Use `org-agenda-check-type'.
989         (org-make-overlay, org-delete-overlay)
990         (org-detatch-overlay, org-move-overlay, org-overlay-put):
991         New compatibility functions.
992         (org-calendar-select-mouse): New command.
994 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
996         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
997         (Custom-reset-standard): Fix y-or-n-p messages.
998         (custom-link): New face for links.
999         (custom-buffer-create-internal, custom-manual): Use it.
1000         (custom-face-save): Push to theme-face before setting face spec.
1002         * wid-edit.el (widget-default-mouse-face-get): New function.
1003         (widget-specify-button): Handle mouse-face like button-face.
1005         * custom.el (load-theme): Clear old theme settings if reloading.
1007 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1009         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1010         "Erase Customization" button back to same position it occupies in
1011         the individual State menus.
1013 2006-01-04  Kim F. Storm  <storm@cua.dk>
1015         * wid-edit.el (key-sequence): Rework widget to read key binding
1016         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
1017         (widget-key-sequence-default-value): Default value for empty sequence.
1018         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
1019         (widget-key-sequence-read-event): New command for C-q.
1020         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1021         (widget-key-sequence-value-to-external): New functions.
1023 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1025         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1026         Use expand-file-name.
1027         (flymake-delete-temp-directory): Use expand-file-name,
1028         file-name-directory, and directory-file-name.
1029         (flymake-strrchr): Delete.
1030         (flymake-start-syntax-check): Don't pass the redundant buffer argument
1031         to the init-f function.
1032         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1033         (flymake-init-find-buildfile-dir)
1034         (flymake-init-create-temp-source-and-master-buffer-copy)
1035         (flymake-simple-make-init-impl, flymake-simple-make-init)
1036         (flymake-master-make-init, flymake-master-make-header-init)
1037         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1038         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1039         (flymake-xml-init): Remove corresponding redundant buffer argument.
1040         (flymake-allowed-file-name-masks): Remove last elems that are equal to
1041         the default anyway.  Clean up regexps.
1043         * progmodes/flymake.el (flymake-temp-source-file-name)
1044         (flymake-master-file-name, flymake-temp-master-file-name)
1045         (flymake-base-dir): New buffer-local vars.
1046         (flymake-buffer-data, flymake-get-buffer-value)
1047         (flymake-set-buffer-value): Replace those hash-tables by the new
1048         buffer-local vars.  Update callers.
1050         * progmodes/flymake.el (flymake-check-start-time)
1051         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1052         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1053         Move definition, so we can remove redundant earlier declaration.
1054         (flymake-replace-regexp-in-string, flymake-split-string)
1055         (flymake-get-temp-dir): Use defalias.
1056         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
1057         (flymake-xemacs-window-edges): Remove unused function.
1058         (flymake-get-point-pixel-pos): Move.
1059         (flymake-pid-to-names, flymake-reg-names)
1060         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1061         Replace by a simple list flymake-processes and by process-buffer.
1062         Update callers.  Other than simplify the code, it uses buffers rather
1063         than buffer-names so it doesn't get confused by uniquify.
1064         (flymake-buffer-data): The global value should just be nil.
1066         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1067         Optimize the body of a defalias like any other code.
1069         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1070         Make sure we've setup font-lock's vars.  It may influence which
1071         function we then call.
1072         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1073         here since it's too late anyway.
1075 2006-01-03  Romain Francoise  <romain@orebokech.com>
1077         * startup.el (fancy-splash-tail, normal-splash-screen):
1078         Update copyright year.
1080 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
1082         * mouse.el (mouse-drag-track): Rename, from
1083         `mouse-drag-region-1'.  Includes optional argument required to
1084         enable post-drag event processing (e.g. delete region keys).
1085         Can be used without this argument to track a mouse region and operate
1086         on it as soon as the drag completes.
1087         (mouse-drag-region): Use `mouse-drag-track'.
1089 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
1091         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1092         Move to `custom-buffer' group.
1094         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1095         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1096         (custom-theme-insert-face-marker, custom-theme-variable-menu)
1097         (custom-theme-face-menu): New variables.
1098         (custom-theme-add-variable, custom-theme-variable-action)
1099         (custom-variable-reset-theme, custom-theme-delete-variable)
1100         (custom-face-reset-theme, custom-theme-face-action)
1101         (custom-theme-delete-face, custom-theme-merge-theme)
1102         (custom-theme-add-face, custom-theme-visit-theme): New functions.
1104 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
1106         * custom.el: Move Custom Themes commentary to start of theme code.
1107         (custom-known-themes): Rename `standard' theme to `changed'.
1108         (custom-push-theme): Caller no longer specifies what theme to use
1109         when doing `reset'---the setting is simply removed from the theme.
1110         Delete MODE from `theme-value' and `theme-settings' properties.
1111         (custom-declare-theme): Ignore &rest args since we don't use them.
1113         (custom-loaded-themes): Delete variable.
1114         (custom-theme-load-themes, custom-theme-loaded-p)
1115         (custom-theme-value): Delete functions.
1117         (custom-declare-theme): Signal error on invalid theme names.
1118         (provide-theme): custom-loaded-themes was deleted.
1119         (load-theme): Load the file unconditionally.
1120         (enable-theme): Call `load-theme' if theme is undefined.
1121         (custom-enabled-themes): Only update value for successful loads.
1122         (disable-theme): Complete from enabled themes when interactive.
1123         (custom-variable-theme-value): Calculate theme value directly.
1125         (custom-theme-reset-variables, custom-reset-variables): Mark as
1126         XEmacs compatibility functions.  We don't actually use these.
1128         * cus-edit.el (custom-variable-state-set):
1129         Use custom-variable-theme-value instead of custom-theme-value.
1130         (custom-face-state-set): Rename `standard' theme to `changed'.
1131         (custom-save-variables, custom-save-faces): Delete unneeded
1132         references to custom-reset-variables.
1133         (custom-save-resets): Delete function.
1134         (custom-save-variables, custom-save-faces): MODE argument deleted.
1135         (custom-save-variables, custom-save-faces): Ignore theme values.
1137         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1138         compatibility function.
1140 2006-01-01  Richard M. Stallman  <rms@gnu.org>
1142         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1143         (Custom-reset-current, Custom-reset-saved): Likewise.
1144         (Custom-reset-standard): Show message if aborted.
1145         (custom-mode): Doc fix, describing those commands.
1147         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1148         put on event-kind property.
1150 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
1152         * custom.el (provide-theme): Ban `user' theme name.
1153         (custom-enabling-themes): New variable.
1154         (enable-theme): Don't enable user if custom-enabling-themes is t.
1155         (custom-enabled-themes): Make it a defcustom.
1156         (custom-theme-recalc-face): No-op if face is undefined.
1158         * cus-edit.el (custom-button-mouse): New variable.
1159         (custom-button-mouse): New face.
1160         (custom-raised-buttons, custom-mode): Use it.
1162         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1164 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1166         * progmodes/gud.el (gud-display-line): Support hl-line in the
1167         source buffer.
1169 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
1171         * mouse.el (mouse-drag-window-above): Verify that the found window
1172         overlaps with the given window in the horizontal dimension.
1174 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
1176         * Makefile.in (cvs-update): New target.
1178         * makefile.w32-in (cvs-update): Ditto.
1180 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
1182         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1183         (custom-new-theme-mode-map): New variable.
1185 2005-12-30  Richard M. Stallman  <rms@gnu.org>
1187         * custom.el (custom-load-themes): Function deleted.
1189         * cus-edit.el (custom-save-loaded-themes): Function deleted.
1190         (custom-save-variables): Don't delete or add custom-load-themes call.
1192 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * cus-start.el: Add `visible-cursor'.
1196         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1197         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1198         (flymake-process-filter): Switch to buffer before calling it instead.
1199         (flymake-post-syntax-check, flymake-highlight-err-lines)
1200         (flymake-delete-own-overlays, flymake-parse-err-lines)
1201         (flymake-start-syntax-check, flymake-start-syntax-check-process)
1202         (flymake-count-lines, flymake-parse-residual):
1203         Remove constant buffer argument.
1204         (flymake-start-syntax-check-for-current-buffer): Remove.
1205         Update callers to use flymake-start-syntax-check instead.
1206         (flymake-display-err-menu-for-current-line):
1207         Remove unused var `mouse-pos'.
1208         (flymake-restore-formatting): Comment out unused function.
1209         (flymake-report-status, flymake-report-fatal-status): Remove buffer
1210         argument, use current-buffer instead.  Update callers.
1212 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1214         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1215         buffer-local because choose-completion-delete-max-match requires
1216         that we set completion-ignore-case (i.e., binding via let is not
1217         sufficient).
1218         (bibtex-complete): Always set completion-ignore-case and
1219         choose-completion-string-functions.  The latter is needed because
1220         choose-completion-string-functions keeps its value if we quit the
1221         *Completions* buffer without requesting a completion.
1223 2005-12-30  Andreas Schwab  <schwab@suse.de>
1225         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1227 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
1229         * jit-lock.el (jit-lock-chunk-size): Doc fix.
1231 2005-12-30  Juri Linkov  <juri@jurta.org>
1233         * locate.el (locate-fcodes-file, locate-header-face)
1234         * progmodes/delphi.el (delphi-other-face)
1235         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1237         * paren.el (show-paren-match, show-paren-mismatch): Use existing
1238         group `paren-showing-faces'.
1240         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1241         (goto-address): Fix docstring.
1243         * net/webjump.el (webjump-sample-sites): Update URLs.
1245         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1247         * subr.el (cancel-change-group): Add listp around pending-undo-list.
1249 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         * font-lock.el (font-lock-compile-keywords): Signal an error when
1252         font-lock-set-defaults hasn't been called.
1254 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1256         * subr.el (noreturn, 1value): Doc fixes.
1258 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1260         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1261         that assoc-string returns nil.
1263 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1265         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1266         (bibtex-entry-type-str, bibtex-empty-field-re)
1267         (bibtex-search-backward-string, bibtex-preamble-prefix)
1268         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1269         (bibtex-any-valid-entry-type): New variable.
1270         (bibtex-parse-field-name): Simplify.
1271         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1272         (bibtex-preamble-prefix): Include left delimiter.
1273         (bibtex-search-forward-field, bibtex-search-backward-field):
1274         Allow unbounded search past entry boundaries (required by bibtex-pop).
1275         (bibtex-text-in-field-bounds): Use push.
1276         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1277         (bibtex-parse-preamble, bibtex-valid-entry)
1278         (bibtex-beginning-first-field): New functions.
1279         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
1280         (bibtex-map-entries): Fix docstring.
1281         (bibtex-flash-head): New arg prompt.  Simplify.
1282         (bibtex-enclosing-field): Include code of bibtex-inside-field.
1283         (bibtex-insert-kill): Simplify.  Always insert text past the
1284         current field or entry.
1285         (bibtex-format-entry): Use bibtex-parse-field.
1286         (bibtex-pop): Use bibtex-beginning-of-entry and
1287         bibtex-end-of-entry to initiate the search.  Insert empty field if
1288         we found ourselves.
1289         (bibtex-print-help-message): New args field and comma.
1290         Handle entry keys.
1291         (bibtex-make-field): Use bibtex-beginning-of-entry.
1292         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
1293         invalid entry.
1294         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1295         Handle preambles.  Simplify code for thorough test.
1296         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1297         New arg comma.  Handle entry heads.
1298         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1299         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1300         New arg comma.
1301         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1302         (bibtex-fill-field): Simplify.
1303         (bibtex-fill-entry): Use bibtex-beginning-first-field and
1304         bibtex-parse-field.
1305         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1306         (bibtex-complete): Use bibtex-parse-preamble.
1308 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
1310         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1311         Display name of expression instead of convenience variable.
1312         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1314         * progmodes/gud.el (gud-tooltip-dereference): Rename from
1315         toggle-gud-tooltip-dereference.
1316         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1317         (gud-tooltip-tips): ...here when dereferencing.
1319 2005-12-28  Bill Wohler  <wohler@newt.com>
1321         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1323 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1326         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
1327         (vc-annotate-display-autoscale): Adjust call.
1328         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
1329         Fix interactive spec.
1330         (vc-annotate-time-span): Remove.
1331         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1332         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1333         (vc-annotate-display-select): Use new name.
1335         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1336         (vc-annotate-mode-menu): Remove left-over redundant declaration.
1337         Correct the construction of span entries.  Simplify.
1338         (vc-annotate-display-select): Fix the nil case.
1339         (vc-annotate): Remove obsolete (and now broken) code.
1340         (vc-annotate-extract-revision-at-line): Remove obsolete code.
1341         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
1343 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
1345         * subr.el (lazy-completion-table): Correct typo in docstring.
1347         * startup.el (command-line): Use `custom-reevaluate-setting' for
1348         `send-mail-function'.
1350         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1352 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
1354         * mail/smtpmail.el (smtpmail-try-auth-methods):
1355         Send credentials together with "AUTH PLAIN" command.
1357 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1359         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1360         mouse-2, go back to previously selected window, so it's selected
1361         when mouse-2 command runs.
1363 2005-12-27  Juri Linkov  <juri@jurta.org>
1365         * descr-text.el (describe-text-sexp): Use square brackets for
1366         button [Show] to distinguish it from the property value `show'.
1367         (describe-property-list): Use `insert-text-button' with
1368         `help-face' type instead of putting face in quotes, because button
1369         is not created automatically for a list of faces.
1370         (describe-text-properties-1): Put button-type value in quotes to
1371         distinguish from plain text "button".
1372         (describe-char): Display code point values in hex.  Don't use
1373         `symbol-name' for `current-input-method' because it is a string.
1374         Use `insert-text-button' with `help-face' type instead of putting
1375         hardcoded face in quotes, because button is not created automatically.
1377 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1379         * progmodes/glasses.el (glasses-face): More specific custom type.
1381         * files.el (set-visited-file-name): Doc fix.
1383         * textmodes/flyspell.el (flyspell-external-point-words):
1384         Use local var buffer-scan-pos to advance scan for next misspelling.
1385         Advance it only after we find the misspelling.
1387 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
1389         * textmodes/flyspell.el (flyspell-external-point-words):
1390         New criteria for finding the misspelling in the buffer.
1392 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
1394         * help-mode.el (help-insert-string): Set help-xref-stack-item
1395         rather than call help-setup-xref.
1397         * descr-text.el (describe-char): Revert previous changes for
1398         optional buffer argument.
1400 2005-12-27  Juri Linkov  <juri@jurta.org>
1402         * help-mode.el (help-insert-string): New function.  Save buffer
1403         contents in cases where it is impossible to recompute the old contents.
1405         * descr-text.el (describe-char): Set help-xref-stack-item
1406         explicitly after buffer has been generated.
1408 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1410         * cus-start.el (all): Add x-gtk-show-hidden-files.
1412 2005-12-26  Richard M. Stallman  <rms@gnu.org>
1414         * replace.el (perform-replace): Calculate match-again
1415         before skipping read-only matches.
1417         * paren.el (paren-showing-faces): New group.
1418         (show-paren-match, show-paren-mismatch): Move to that group.
1420         * button.el (button): Put into group `basic-faces'.
1422         * progmodes/make-mode.el: Remove faces from group `faces'.
1424         * apropos.el (apropos, apropos-value): Doc fix.
1425         (apropos-documentation): Doc fix.
1427 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * subr.el (lazy-completion-table): Remove argument `args'.
1431         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1432         Don't use the `args' argument of lazy-completion-table.
1434 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
1436         * descr-text.el (describe-char): Add optional argument for buffer.
1437         Set buffer appropriately.  Call help-setup-xref.
1438         Suggested by Stefan Monnier.
1440 2005-12-26  Juri Linkov  <juri@jurta.org>
1442         * descr-text.el: Require `help-fns' at runtime.  Don't require
1443         `button' for byte compilation.
1444         (describe-text-widget): Add `help-echo' for first button.
1445         Use `help-info' for second.
1446         (describe-property-list): Use `help-argument-name' instead of `italic'.
1447         (describe-text-category): Add prompt to interactive spec.
1448         Call `help-setup-xref'.
1449         (describe-char): Use `help-character-set'.  Add `help-echo' for
1450         code point.  Use `help-input-method'.  Remove superfluous insert.
1452 2005-12-25  Richard M. Stallman  <rms@gnu.org>
1454         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1455         at point, in case of narrowing.
1457         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1459         * locate.el (locate-header-face): Allow nil in type.
1461         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1463 2005-12-25  Romain Francoise  <romain@orebokech.com>
1465         * battery.el (battery-linux-proc-acpi): Also try
1466         `/proc/acpi/thermal_zone/THM0/temperature'.
1468 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
1470         * custom.el (custom-push-theme): Fix docstring.
1472         * cus-edit.el (custom-variable-set, custom-variable-save)
1473         (custom-variable-save): Custom-quote widget values.
1474         (customize-save-variable): Fix custom-push-theme call.
1476 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1478         * w32-fns.el (w32-batch-update-autoloads): New function.
1480         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1481         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1482         from the command line.
1484 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
1486         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
1487         reset means to remove setting from theme entirely.  Don't keep
1488         expanding theme-settings list; delete old entries if necessary.
1490         * cus-edit.el (custom-buffer-create-internal): Move "Erase
1491         customization" button one line up.
1492         (custom-themed): New face.
1493         (custom-magic-alist): New value, THEMED, for theme settings.
1494         (custom-variable-state-set, custom-face-state-set):
1495         Check theme-value instead of saved-value.
1496         (custom-variable-reset-standard, custom-face-reset-standard):
1497         Remove theme setting entirely.  Recalculate new values.
1498         (custom-variable-set, custom-variable-set)
1499         (custom-variable-reset-saved, custom-variable-reset-backup)
1500         (custom-face-set, custom-face-reset-saved): Update `user' theme.
1501         (custom-variable-save): Fix typos.
1503 2005-12-23  Juri Linkov  <juri@jurta.org>
1505         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1506         Add autoload cookies.
1507         (edebug-outside-d-c-i-n-s-w): New variable.
1508         (edebug-display, edebug-outside-excursion): Use it to save the
1509         original value of default-cursor-in-non-selected-windows.
1510         Set default-cursor-in-non-selected-windows to t while Edebug
1511         is active.
1512         (edebug-mode, edebug-eval-mode): Doc fix.
1514         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1515         with `buffer-substring-no-properties' to remove common substring
1516         highlighting.
1518         * info.el (info-other-window, info): Rename function argument
1519         `file' to `file-or-node'.
1520         (Info-complete-menu-item): Use local variable `complete-nodes' to
1521         keep the global value of `Info-complete-nodes' unchanged for
1522         subsequent completions.
1523         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1525         * simple.el (get-next-valid-buffer, last-buffer)
1526         (next-error-buffer-p, next-error-find-buffer)
1527         (minibuffer-history-sexp-flag): Doc fix.
1529         * savehist.el (savehist-mode-hook): Add `:group'.
1531         * log-view.el: Call autoload for vc-find-version.
1532         (log-view-current-file): Adjust subgroup numbers.
1533         (log-view-current-tag): Add `length'.
1535 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1537         * vc.el (vc-annotate-car-last-cons): Defn moved up.
1539 2005-12-23  Juri Linkov  <juri@jurta.org>
1541         * hi-lock.el (hi-lock-archaic-interface-message-used)
1542         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1543         (hi-lock-mode): Display "Hi" in the mode line only when
1544         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1545         (hi-lock-write-interactive-patterns):
1546         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1547         (hi-lock-set-pattern, hi-lock-set-file-patterns)
1548         (hi-lock-font-lock-hook): Set 3rd arg `how' of
1549         font-lock-add-keywords to t.
1551 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1553         * hi-lock.el (hi-lock-highlight-range): New variable.
1554         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1555         only if font-lock-fontified is non-nil.  Remove overlays.
1556         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1557         font-lock-fontified is non-nil, otherwise use overlays (instead of
1558         text properties).
1559         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1560         New variables.
1561         (hi-lock-string-serialize) New function.
1563 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1565         * menu-bar.el (menu-find-file-existing): New function.
1566         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1568         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1570 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * vc.el: Remove unnecessary leading * in docstrings.
1573         (vc-annotate-mode-map): Move initialization into declaration.
1574         (vc-static-header-alist): Nitpick on the regexp.
1575         (vc-default-init-version): New fun.
1576         (vc-register): Use it.
1577         (vc-insert-headers): Use dolist.
1578         (vc-annotate-get-backend): Remove unused function.
1579         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1580         (vc-annotate-mode): Remove corresponding call.
1581         (vc-annotate-car-last-cons): Simplify.
1582         (vc-annotate-buffers): Remove var.
1583         (vc-annotate-backend): Make it buffer-local.
1584         (vc-annotate): Move the interaction to the interactive spec.
1585         Add a `buf' argument.
1586         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1587         killing&creating a vc-annotate buffer, which is very disruptive when
1588         the buffers are shown in dedicated frames.
1590 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1592         * descr-text.el: Add FSF as maintainer.
1593         (describe-text-mode, describe-text-mode-map)
1594         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1595         help-mode.
1596         (describe-text-widget, describe-text-sexp)
1597         (describe-property-list, describe-text-category)
1598         (describe-text-properties, describe-text-properties-1)
1599         (describe-char): Use help buttons instead of widgets.
1600         (describe-char-unicodedata-file): Make URL link in doc string.
1602 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1604         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1605         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1606         Don't include buttons that write a file when there's no file.
1607         (custom-variable-menu, custom-face-menu, custom-group-menu):
1608         Don't include commands that write a file when there's no file.
1609         (customize-browse): Reword the top-of-buffer help intro.
1610         (custom-buffer-create-internal): Fix previous change.
1611         (customize-changed-options-previous-release): Prev release is 21.1.
1612         (customize-changed-options): Doc fix.
1613         (customize-changed): New alias.
1614         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1615         Say "standard values".
1616         (Custom-reset-standard): Doc fix.
1617         (custom-face-reset-standard): Doc fix.
1619 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1622         even if font-lock-mode is non-nil since it may be t without having
1623         turned on font-lock-mode-internal.
1624         (font-lock-choose-keywords): Minor optimization.
1625         (font-lock-add-keywords, font-lock-remove-keywords)
1626         (font-lock-set-defaults): Don't call make-local-variable on a variable
1627         that we know to already be local.
1629 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1631         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1632         messages if in the minibuffer.
1634 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1637         (tex-mode-flyspell-verify, flyspell-get-word)
1638         (flyspell-external-point-words): Don't use point-min/max uselessly.
1640         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1641         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1642         don't need to show it.
1644 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1646         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1648 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1651         delete-windows-on with an inexistent buffer.
1653 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1655         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1656         Delete defcustom variable :tag names.
1658 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1661         (log-view-font-lock-keywords): Ajust subgroup numbers.
1662         (log-view-current-tag): Don't hard code the number of subgroups.
1664 2005-12-20  Juri Linkov  <juri@jurta.org>
1666         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1667         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1669         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1670         (menu-bar-non-minibuffer-window-p): Instead of checking
1671         display-multi-frame-p, use selected-frame when menu-updating-frame
1672         is nil.
1674 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1676         * align.el (align-rules-list): Use [ \t] instead of \s-
1677         for column separators in text mode.
1679 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1681         * help-mode.el (help-customize-variable, help-customize-face):
1682         Don't pop help-xref-stack as help-follow no longer pushes
1683         anything on to it.
1685 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1687         * textmodes/org.el (org-agenda-custom-commands): New option.
1688         (org-agenda): Offer custom commands on splash screen.
1689         (org-make-tags-matcher): Parser for Boolean logic added.
1690         (org-agenda-set-tags): New command.
1691         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1692         (org-set-tags): Efficiency improvements.
1693         (org-auto-align-tags): New option.
1694         (org-todo, org-demote, org-promote): Realign tags.
1695         (org-tags-completion-function): Use also "&" and "|" as separators.
1696         (org-org-menu): Agenda commands simplified.
1698 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1700         * cus-edit.el (customize-apropos, customize-apropos-options):
1701         Docstring changes.
1703         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1705 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1707         * longlines.el (longlines-mode): Wrap while widened.
1708         (longlines-decode-region, longlines-encode-region): Compute max
1709         just once.
1711 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1713         * cus-edit.el (mac): New group.
1715         * cus-start.el (all): Add user options in macterm.c.  Add test for
1716         Mac-related built-ins.  Fix test for GTK-related built-ins.
1718         * term/mac-win.el (mac-handle-language-change)
1719         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1720         (mac-services-open-selection, mac-services-mail-selection)
1721         (mac-services-mail-to, mac-services-insert-text)
1722         (mac-dispatch-apple-event): Add docstrings.
1723         (x-get-selection, mac-select-convert-to-string): Select coding
1724         system from `utf-16be' and `utf-16le' using `byteorder'.
1726 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1729         a "list" (lambda ...) rather than a real completion list.
1731         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1732         lexical-let when encountering ((lambda (...) ...) ...).
1734 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1736         * progmodes/sh-script.el (sh-mode):
1737         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1738         * textmodes/picture.el (picture-mode): Update docstrings.
1740 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1742         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1743         commands enclosed in $(ARGQUOTE)s should not be split between two
1744         lines, as that will break with GNU Make >3.80, when sh.exe is used
1745         and arg quoting is with '..'.
1746         (autoloads): Don't break the quoted --eval expression between
1747         several lines.
1749 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1751         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1752         Capture error from printing circular structures.
1754 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1756         * wid-edit.el (widget-checkbox-action): Clear undo info.
1758 2005-12-16  Bill Wohler  <wohler@newt.com>
1760         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1761         bar, not menubar in comment.
1763 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1766         After-change-functions should not clobber the match data.
1768 2005-12-16  Juri Linkov  <juri@jurta.org>
1770         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1771         instead of `buffer-substring'.
1772         (completion-common-substring): Doc fix.
1773         (completion-setup-function): Use minibuffer-completion-contents
1774         instead of minibuffer-contents.  Don't set common-string-length
1775         initially.  Remove special handling of partial-completion-mode.
1776         Move computation of completion-base-size into one cond.
1777         Call completion-base-size-function in mainbuf.  In computation of
1778         completion-base-size for file name completion don't move point to
1779         the end of the minibuffer.  Move computation of common-string-length
1780         into one cond.  Start putting faces only when common-string-length>=0.
1781         Add condition to put completions-common-part when
1782         common-string-length>0.
1784         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1785         place point at the first different character in the minibuffer
1786         even if this position is at the beginning of the minibuffer.
1788         * info.el (Info-read-node-name-1): In completion-base-size-function's
1789         lambda return 1 if common-substring or minibuffer-completion-contents
1790         starts with (, and 0 otherwise.
1792         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1793         Use `crm-current-element' for second arg of `display-completion-list'.
1795 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1797         * files.el (set-auto-mode): Look for an interpreter specified on
1798         the first line also if search for mode specification succeeded,
1799         but the mode is not known.
1801 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1803         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1804         (org-open-at-point): Implement tag searches as links.
1805         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1806         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1807         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1808         (org-agenda-dispatch): New commands.
1809         (org-use-tag-inheritance, org-tags-column): New options.
1810         (org-tab-follows-link, org-return-follows-link): New options.
1811         (org-tags): New customize group.
1812         (org-start-icalendar-file): Get local time zone.
1813         (org-tags-completion-function): New function.
1814         (org-set-font-lock-defaults): Make sure links will also be
1815         highlighted inside headlines.
1817 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1819         * term.el (term-emulate-terminal):
1820         Let term-handle-ansi-terminal-messages override what Bash says about
1821         its current directory.
1823 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1825         * bindings.el (last-buffer): Move to simple.el.
1826         * simple.el (last-buffer): Move here.
1827         (get-next-valid-buffer): New function.
1828         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1829         (prev-buffer): Ditto.  Rename to `previous-buffer'.
1831         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1832         * bindings.el (global-map): Ditto.
1834 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1836         * cus-edit.el: Introductory comment change.
1837         (custom-magic-alist): Change message string for the `rogue' state.
1839 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1841         * tooltip.el: Delete defcustom variable :tag names.
1843         * complete.el (partial-completion-mode): Doc fix.
1845         * textmodes/flyspell.el (flyspell-external-point-words):
1846         Use save-excursion to ensure we don't move backward in the
1847         search loop, not even one character.
1848         (flyspell-delete-all-overlays): Use remove-overlays directly.
1850         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1851         (ispell-start-process): Set that variable.
1852         Clear ispell-buffer-local-name.
1853         (ispell-internal-change-dictionary):
1854         Set ispell-current-dictionary after killing process.
1855         (ispell-buffer-local-dict):
1856         Don't set spell-personal-dictionary after killing process.
1857         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1858         (ispell-tex-skip-alists, ispell-html-skip-alists)
1859         (ispell-skip-region-alist): Mark as risky.
1861         * net/newsticker.el (newsticker--retrieval-timer-list)
1862         (newsticker--display-timer, newsticker-running-p)
1863         (newsticker-ticker-running-p): Definitions moved up.
1865 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1867         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1869 2005-12-15  David Ponce  <david@dponce.com>
1871         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1872         (recentf-edit-list, recentf-open-files): Signal an error when
1873         there is no recent file.
1875 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1877         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1878         read-only except for texinfo-format-region evaluation.
1880 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1882         * vc.el (vc-default-previous-version, vc-default-next-version)
1883         (vc-do-command): Doc fixes.
1885 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1887         * textmodes/bibtex.el (bibtex-expand-strings)
1888         (bibtex-autokey-expand-string, bibtex-name-part)
1889         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1890         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1891         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1892         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1893         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1894         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1895         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1896         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1897         (bibtex-beginning-of-last-entry): Remove.
1898         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1899         message if comma is missing but buffer is read-only.
1900         (bibtex-parse-field-text): Handle whitespaces at the end of field
1901         text.  Return 3-element list with beginning and end of field text
1902         and end of field.
1903         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1904         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1905         (bibtex-search-forward-field, bibtex-search-backward-field):
1906         Search always delimited by limits of entry.  Use more efficient
1907         search algorithms.
1908         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1909         bibtex-end-of-name-in-field.
1910         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1911         extracting the content of a field.
1912         (bibtex-text-in-field): Use search limits.
1913         (bibtex-parse-string-prefix): Handle empty string keys based on
1914         bibtex-string-empty-key.
1915         (bibtex-parse-string): Fix docstring.
1916         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1917         (bibtex-preamble-prefix, bibtex-strings): New functions.
1918         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1919         BibTeX entries (consistent with other BibTeX functions).
1920         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1921         (bibtex-search-entry): Fix docstring.  Simplify.
1922         (bibtex-flash-head, bibtex-complete-string-cleanup)
1923         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1924         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1925         (bibtex-parse-entry): New optional arg content.
1926         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1927         Use bibtex-text-in-field-bounds.
1928         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1929         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1930         bibtex-parse-string-postfix.
1931         (bibtex-find-text-internal): New function.
1932         (bibtex-remove-delimiters): Use it.
1933         (bibtex-find-text): Use it.  New optional arg help.
1934         (bibtex-complete): Handle BibTeX string and preamble entries.
1935         (bibtex-Preamble): Fix order of closing delimiters.
1937 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * vc.el (vc-default-revert): New fun.
1941         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1943 2005-12-14  Romain Francoise  <romain@orebokech.com>
1945         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1946         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1947         (font-lock-remove-keywords): Likewise.
1949 2005-12-14  Juri Linkov  <juri@jurta.org>
1951         * log-view.el (log-view-diff): Doc fix.
1953         * isearch.el (isearch-query-replace): Use (mark) instead of
1954         isearch-opoint if mark is active in transient-mark-mode.
1956 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1958         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1960 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1962         * progmodes/cpp.el (cpp-face): New widget.
1963         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1965 2005-12-14  Juri Linkov  <juri@jurta.org>
1967         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1968         around `erase-buffer' and `insert'.
1970         * descr-text.el (describe-text-properties): Replace buffer name
1971         "*Help-2*" with "*Help*<2>".
1972         (describe-char): Add functions print-help-return-message,
1973         toggle-read-only.  Use help-setup-xref with nil to not store
1974         describe-char in help-xref-stack.  Use help-make-xrefs to
1975         make [back] button.
1977         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1979         * wdired.el (wdired-old-point): New internal variable.
1980         (wdired-change-to-wdired-mode): Set it buffer-locally.
1981         (wdired-abort-changes): Restore point after aborting changes.
1983 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1985         * vc.el (vc-do-command): Add a new value t for okstatus.
1987         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1988         frame in case of errors.
1990 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1992         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1993         so it comes after "On the Left" in the menu.
1995 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1997         * cus-edit.el (customize-apropos, customize-apropos-options)
1998         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2000 2005-12-12  Bill Wohler  <wohler@newt.com>
2002         * vc-svn.el (vc-svn-registered): Fix problem of visiting
2003         non-writable Subversion-controlled files by saving window
2004         configuration before calling vc-do-command.  vc-do-command calls
2005         pop-to-buffer on error which is unexpected during registration.
2007 2005-12-12  Jay Belanger  <belanger@truman.edu>
2009         * calc/README: Update the summary of changes.
2011 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2013         * descr-text.el (describe-char): Rework last fix to solve the problem
2014         is the same way it's solved for everything else in that function
2015         (i.e. by extracting the info before setting up the *Help* buffer).
2017 2005-12-12  Kim F. Storm  <storm@cua.dk>
2019         * subr.el (version-regexp-alist): Allow space as separator before
2020         non-numeric part, e.g. "1.0 alpha".
2021         (version-to-list): Interpret .X.Y version as 0.X.Y version.
2023 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
2025         * textmodes/org.el (org-agenda, org-timeline, org-todo):
2026         Implement Logging and the keep-modes setting.
2027         (org-get-category): Make sure a string is returned.
2028         (org-log-done): New function.
2029         (org-log-done, org-closed-string): New options.
2031 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2033         * tooltip.el (tooltip-y-offset): Change default to 20.
2035 2005-12-12  Richard M. Stallman  <rms@gnu.org>
2037         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2039         * frame.el (display-hourglass): Doc fix.
2041         * help.el (help-for-help-internal): Simplify entry for `a'.
2043         * info.el (Info-on-current-buffer): Doc fix.
2044         (info-insert-file-contents): Don't test (featurep 'jka-compr).
2046         * startup.el (inhibit-splash-screen): Make this the real name.
2047         (inhibit-startup-message): Make this the alias.
2048         (command-line): Find only simple.el, and use its directory
2049         to fill in other preloaded files' names.
2050         (command-line): Deactivate the mark if deactivate-mark is set.
2052         * international/mule.el (load-with-code-conversion):
2053         Bind deactivate-mark.
2055         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2057 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
2059         * cus-edit.el (customize-apropos): Avoid listing an option more
2060         than once under different aliases.  No longer list user options
2061         that are not defined with defcustom (unless a prefix arg is given).
2062         Doc fix.
2063         (customize-apropos-options): Doc fix.
2065 2005-12-11  Juri Linkov  <juri@jurta.org>
2067         * frame.el (set-background-color, set-foreground-color)
2068         (set-cursor-color, set-mouse-color, set-border-color):
2069         Add explicit prompts to read colors by `facemenu-read-color'.
2070         (show-trailing-whitespace, blink-cursor-delay)
2071         (blink-cursor-interval, display-hourglass, hourglass-delay):
2072         Remove tags.
2073         (display-hourglass, hourglass-delay): Doc fix.
2074         (cursor-in-non-selected-windows): Capitalize words in tag.
2076         * faces.el (frame-background-mode): Replace `choice-item' keywords
2077         with `const' to not make [default] button.  Change default value tag
2078         from `default' to `automatic'.  Doc fix.
2079         (trailing-whitespace) <defface>: Change group `whitespace' to
2080         `whitespace-faces'.
2082 2005-12-11  Richard M. Stallman  <rms@gnu.org>
2084         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2086 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2088         * term/mac-win.el: Create keymap for mac-apple-event-map.
2090 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
2092         * tooltip.el (tooltip-mode): Move to start of file so that it
2093         appears at top of customize buffer.
2095         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2096         Add the gud groupname.
2097         (gud-tooltip-mode): Add the tooltip groupname.
2098         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
2099         avoid conflict with tooltip-use-echo-area.
2101 2005-12-10  Romain Francoise  <romain@orebokech.com>
2103         * help.el (help-for-help-internal): Add `r' in doc string.
2105 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2107         * align.el (align-regexp, align-highlight-rule):
2108         Use region-beginning and region-end instead of point and mark, so that
2109         repetition (with `repeat-complex-command') recomputes the region
2110         bounds.
2112 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2114         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2115         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2116         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2117         (balance-windows): Rewrite using the above new functions.
2119 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
2121         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2122         react if global-hi-lock-mode seems intended.
2123         (global-hi-lock-mode) Renamed from hi-lock-mode.
2124         (hi-lock-archaic-interface-message-used)
2125         (hi-lock-archaic-interface-deduce): New variables.
2126         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2127         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2128         (hi-lock-find-patterns, hi-lock-font-lock-hook):
2129         Replace hi-lock-buffer-mode with hi-lock-mode.
2131 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
2133         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2134         completion list, even after a partial completion has been
2135         inserted in the current buffer.  If there are more than 1
2136         completion, redisplay the *Completions* buffer; if the
2137         completion is unique, delete the *Completions* window.
2139 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
2141         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2142         strings and long subject lines that were broken into multiple
2143         lines at arbitrary places.  Handle subjects that have "Re: " in
2144         the middle.
2146 2005-12-10  John W. Eaton  <jwe@octave.org>
2148         * emacs/octave-mod.el (octave-electric-space): Don't indent
2149         comments or strings if octave-auto-indent is nil.
2151 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2153         * term/mac-win.el: Require url when compiling.
2154         Call mac-process-deferred-apple-events after loading init files.
2155         (mac-apple-event-map): New defvar.  Define event handlers in it.
2156         (core-event, internet-event): New Apple event class symbols.
2157         (open-application, reopen-application, open-documents)
2158         (print-documents, open-contents, quit-application)
2159         (application-died, show-preferences, autosave-now, get-url):
2160         New Apple event ID symbols.
2161         (about): New HICommand ID symbol.
2162         (mac-event-spec, mac-event-ae): New macros.
2163         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2164         (mac-ae-selection-range, mac-ae-text-for-search)
2165         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2166         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
2167         and Services menu events are now defined in mac-apple-event-map.
2168         (mac-drag-n-drop): Remove selection range handling.
2170 2005-12-10  Kenichi Handa  <handa@m17n.org>
2172         * simple.el (zap-to-char):
2173         * isearch.el (isearch-process-search-char): Translate CHAR by
2174         translation-table-for-input.
2176 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
2178         * foldout.el (foldout-exit-fold): Properly hide subtree.
2180 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2182         * files.el (save-buffer):
2183         * international/ucs-tables.el (ucs-set-table-for-input):
2184         * mail/mail-extr.el (mail-extract-address-components):
2185         * mail/sendmail.el (mail-mode): Reformat doc string.
2187 2005-12-09  Juri Linkov  <juri@jurta.org>
2189         * isearch.el (isearch-highlight): Change main overlay priority
2190         from 1 to 1001.  Simplify.
2191         (isearch-lazy-highlight-update): Change lazy overlay priority
2192         from 0 to 1000.
2194         * replace.el (replace-highlight): Change overlay priority from
2195         1 to 1001.
2197         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2198         Change overlay priority from 1 to 1001.  Reuse existing overlay.
2200         * compare-w.el (compare-windows-highlight): Change overlay
2201         priority from 1 to 1000.
2203         * menu-bar.el (menu-bar-edit-menu): Add listp around
2204         pending-undo-list to disable menu item "undo" when pending
2205         undo list is empty.
2207         * locate.el (locate): Disable undo in *Locate* buffer.
2209 2005-12-09  Kim F. Storm  <storm@cua.dk>
2211         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2213 2005-12-09  David Ponce  <david@dponce.com>
2215         * recentf.el: Improvement of the menu code.
2216         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
2217         instead of menu hook.
2218         (recentf-show-menu, recentf-hide-menu): New functions.
2219         (recentf-menu-customization-changed, recentf-mode): Use them.
2220         (recentf-menu-action, recentf-max-menu-items)
2221         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2222         (recentf-arrange-by-rule-others)
2223         (recentf-arrange-by-rules-min-items)
2224         (recentf-arrange-by-rule-subfilter) : Don't use
2225         `recentf-menu-customization-changed'.
2226         (recentf-arrange-rules): Likewise.  Accept functions to compute
2227         sub-menu titles.
2228         (recentf-menu-filter): Likewise.  Doc fix.
2229         (recentf-menu-value-shortcut): Doc fix.
2230         (recentf-dump-variable): Quote atom value.
2231         (recentf-make-menu-items): Update to use it as a menu filter.
2232         (recentf-match-rule): New function.
2233         (recentf-arrange-by-rule): Use it.
2234         (recentf-indirect-mode-rule): New function.
2235         (recentf-build-mode-rules): Use it.
2236         (recentf-dir-rule): New function.
2237         (recentf-arrange-by-dir): Use it.
2238         (recentf-filter-changer-current): Rename from
2239         `recentf-filter-changer-state'.  All references updated.
2240         (recentf-filter-changer-alist): Update filter names.
2241         (recentf-filter-changer-select): New function.
2242         (recentf-filter-changer): Use it.  Make a sub-menu from filters
2243         available in `recentf-filter-changer-alist'.
2244         (recentf-data-cache, recentf-clear-data)
2245         (recentf-update-menu): Remove.  All references updated.
2246         (recentf-match-rule-p, recentf-build-dir-rules)
2247         (recentf-filter-changer-goto-next)
2248         (recentf-filter-changer-get-current)
2249         (recentf-filter-changer-get-next): Remove.
2251 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
2253         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2254         buffer "Reset" button to "Reset to Current" for consistency with
2255         the State buttons.
2257 2005-12-08  John Paul Wallington  <jpw@pobox.com>
2259         * ibuf-ext.el (define-ibuffer-filter filename):
2260         If `dired-directory' is a list then really use its car.
2262 2005-12-08  Kim F. Storm  <storm@cua.dk>
2264         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2265         Fix indention of text on right side of replaced rectangle.
2267 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
2269         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2270         No need to check gud-comint-buffer is bound.
2271         (gdb): Prevent multiple debugging when first session uses gdba.
2273 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2275         CC Mode update to 5.31.
2277         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2278         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
2279         might do this function properly in the future).
2281         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2282         macros c-sentence-end and c-default-value-sentence end, to cope
2283         with Emacs 22's new function `sentence-end'.
2285 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2287         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2288         compat issue using `c-put-overlay' and `c-delete-overlay'.
2290         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2291         compat macros to handle overlays/extents.
2293 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2295         * progmodes/cc-fix.el: Add definitions of the macros push and pop
2296         (for GNU Emacs 20.4)
2298         * progmodes/cc-defs.el:
2299         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2301         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2302         highlighting mechanism so it will work in XEmacs too.
2304         * progmodes/cc-defs.el: Insert c-int-to-char.
2306         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2307         call to the new macro c-int-to-char.  This solves XEmacs's
2308         regarding characters as different from integers.
2310 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2312         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2313         helper.
2315         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2316         construct to make the indirect face lookup work in XEmacs.
2318         (c-cpp-matchers): Append the negation char face to the existing
2319         fontification, so that the cpp face doesn't disappear.  Use
2320         `c-make-syntactic-matcher' to avoid negation chars in comments and
2321         strings.
2323         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2324         to map to `font-lock-negation-char-face' in emacsen where it
2325         exists.
2327 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2329         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2331         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2332         Rename "c-subword-move-mode" as "c-subword-mode".
2334         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2335         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
2337 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2339         * progmodes/cc-mode.el: Added autoload directive for
2340         `c-subword-move-mode' for use in older emacsen.
2342 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2344         * progmodes/cc-mode.el:
2345         (i) Insert a binding for C-c C-backspace into
2346         c-bind-special-erase-keys which works in TTYs.
2347         (ii) Make sure that when file styles are used, any explicitly
2348         given style variables take priority over those in the style.  Do
2349         this by calling `hack-local-variables' a second time.
2351         * progmodes/cc-vars.el: Add language specific customization
2352         widgets for AWK to c-doc-comment-style, c-require-final-newline
2353         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
2354         c-syntactic-element and c-syntactic-context doc-strings by
2355         directly setting their `variable-documentation' propery.  This
2356         allows Emacs 22.1 to read these with C-h v.
2358         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2359         Monnier).
2361 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2363         * progmodes/cc-fonts.el, cc-vars.el
2364         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2365         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2366         Masatake YAMATO.
2368         (c-doc-comment-style): Made GtkDoc default in C mode.
2370         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2371         and C-c C-<delete>.
2373         (c-bind-special-erase-keys): New function for use on
2374         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2376         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2377         <delete> key behavior in XEmacs according to `delete-forward-p'.
2378         C.f. `c-electric-delete'.
2380 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2382         * progmodes/cc-mode.el: Give c-hungry-backspace and
2383         c-hungry-delete-forward permanent key bindings.
2385         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2386         c-syntactic-context for calls to "criteria functions", for
2387         consistency with other calls to user functions.
2389         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2390         `current-prefix-arg', since this might be the prefix arg to a
2391         command which calls c-indent-command as a function.  Change the
2392         interactive spec from "p" to "P".
2394         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2395         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2396         was difficult to understand.
2398 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2400         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2401         first char of an identifier.
2403         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2404         +" syntax in C++.
2406 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2408         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2409         auto-fill doesn't split a c-comment's last word from a hanging
2410         "*/" when a space is typed between them after fill-column.
2412         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2414         * progmodes/cc-styles.el (c-set-style)
2415         (c-setup-paragraph-variables): Abort the command if we're not in a
2416         CC Mode buffer.
2418         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2419         with blank comment-prefix, and a blank line as the comment's
2420         second line.
2422 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2424         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2425         Incorporated the patterns added in the Emacs development branch
2426         for the new Emacs 22 face `font-lock-negation-char-face'.
2428         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2429         of "red" since it stands out better in xterms and DOS terminals.
2431         * progmodes/cc-engine.el (c-literal-faces): Added
2432         `font-lock-comment-delimiter-face' which is new in Emacs 22.
2434 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2436         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2437         forcibly enable c-electric-flag.
2439         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2440         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2441         just after the comment-prefix of a C-style comment will close that
2442         comment.
2444 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2446         * progmodes/cc-fonts.el (c-basic-matchers-before)
2447         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2448         in Pike.
2450         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2451         digraphs.
2453         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2454         (c-cpp-message-directives, c-cpp-include-directives)
2455         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2456         (c-cpp-expr-directives): Introduced new language constants to
2457         control cpp syntax in a cleaner way.
2459         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2461         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2463         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2464         (c-multiline-string-start-char): New language constants and
2465         variables to specify how newlines in string literals work.
2467         (c-font-lock-invalid-string): Use them.
2469         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2470         unbalanced close brace is entered.  Optimization by avoiding going
2471         back over arbitrarily large blocks.  Removed hints that this
2472         function only would be relevant/useful in AWK.
2474         (c-electric-brace): Indent syntactically after the cleanups since
2475         lineup functions might do it differently then.
2477         * progmodes/cc-engine.el, cc-langs.el
2478         (c-opt-op-identifier-prefix): New language constant and variable.
2480         (c-just-after-func-arglist-p, c-after-special-operator-id)
2481         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2483         * progmodes/cc-align.el, cc-engine.el
2484         (c-after-special-operator-id): New helper to handle C++ operator
2485         identifiers.
2487         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2488         (c-guess-basic-syntax): Handle C++ operator identifiers in
2489         declarations.
2491         * progmodes/cc-langs.el (c-assignment-operators): Added the
2492         trigraph version of ^= too.
2494         * progmodes/cc-langs.el (c-assignment-operators): Added the
2495         trigraph version of |= in C++.
2497         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2498         `c-decl-hangon-kwds' after the identifier name.
2500         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2501         whether an arglist is "nonempty", ignore a comment after the open
2502         paren if it isn't followed by a non-comment token on the same
2503         line.
2505         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2506         heuristics below the point to cope with classes inside special
2507         brace lists in Pike.
2509 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2511         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2513 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2515         * progmodes/cc-guess.el (cc-guess-install): New function to
2516         install an already guessed style in another buffer.
2518         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2519         sets `inhibit-read-only' - `c-save-buffer-state' should be used
2520         anyway if the change always is undone.
2522 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2524         Implement togglable electricity:
2526         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2527         saying when it should be used.
2529         * progmodes/cc-engine.el: Add the new buffer-local variable,
2530         c-electric-flag.
2532         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2533         c-toggle-auto-newline.
2535         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2536         c-toggle-auto-newline.  Remove the binding for
2537         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
2538         c-toggle-electric-state.
2540         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2542         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2543         c-\(forward\|backward\)-subword.
2544         (c-update-modeline): Add the new modeline flag `l' for
2545         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
2546         `l'.
2547         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
2548         the old name an alias of the new name.
2549         (c-toggle-electric-state): New function.
2550         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2551         Adapt these functions to do electric things only when
2552         c-electric-flag is non-nil.
2553         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2554         new functions from c-electric-brace.
2555         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2556         mode, so that the tentative extra newline doesn't change the
2557         syntax of the following brace.
2558         (c-electric-brace): Restructure by extracting the above functions.
2559         Tidy up the coding somewhat.
2560         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2561         restructure a bit.
2563 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2565         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2566         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2567         idea.
2569         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2570         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2571         since it's now used to track another submode.
2573         (c-update-modeline): Converted to function and extended to check
2574         `c-subword-move-mode'.
2576         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2577         Converted to compat aliases for `c-forward-subword' and
2578         `c-backward-subword'.
2580         * progmodes/cc-subword.el: New functions and minor mode to handle
2581         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2583         (c-forward-subword, c-backward-subword, c-mark-subword)
2584         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2585         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2586         Functions corresponding to the standard word handling functions.
2588         (c-subword-move-mode): Minor mode that replaces all the standard
2589         word handling functions with their subword equivalences.
2591 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2593         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2594         entry for one-liner-defun.
2596         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2597         name in its def-edebug-spec.
2599         * progmodes/cc-cmds.el (c-electric-brace): Make the
2600         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2601         compacts space before a comment, if this will make things fit on
2602         one line.
2604         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2606         * progmodes/cc-align.el: New function c-snug-1line-defun-close
2608         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2609         clean-up one-liner-defun.
2611         * progmodes/cc-styles.el: Add the new "awk" style.
2613         * progmodes/cc-vars.el: Add description of one-liner-defun to
2614         c-cleanup-list's doc-string.  New user options,
2615         c-max-one-liner-length.  In c-default-style, set the default style
2616         for AWK to "awk".
2618 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2620         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2621         macros inside labels.
2623         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2624         `c-at-statement-start-p' and `c-at-expression-start-p'.
2626         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2627         error if the mark isn't set.
2629         * progmodes/cc-engine.el (c-guess-continued-construct)
2630         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2631         accurately detect functions inside functions.
2633         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2634         like `c-at-statement-start-p' that additionally recognizes commas
2635         and expression parentheses as delimiters.
2637         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2638         to avoid heuristics that doesn't work for unclosed blocks.
2640         (c-at-statement-start-p): New function.
2642         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2643         Objective-C directives, e.g. directives spanning lines should work
2644         reasonably well now.
2646         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2648         (c-forward-objc-directive): New function to move over any ObjC
2649         directive.
2651         (c-just-after-func-arglist-p, c-guess-basic-syntax)
2652         (c-basic-matchers-before): Use it.
2654         (c-font-lock-objc-iip-decl): Removed.
2656         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2657         in the template arglist recognition.
2659         * progmodes/cc-styles.el (c-style-alist): Fixed several
2660         inconsistencies in the Whitesmith style.
2662         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
2663         New lineup function to get lines after Whitesmith style blocks
2664         correctly indented.
2666         (c-lineup-whitesmith-in-block): Backed out the compensation for
2667         opening parens since it's done using `add' lists in the style
2668         definition instead.  Don't use the anchor position since it varies
2669         too much between the syntactic symbols. :P
2671         * progmodes/cc-vars.el (c-valid-offset): Updated.
2673         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2674         lists where the offsets are combined according to several
2675         different methods: `first', `min', `max', and `add'.  Report
2676         offset evaluation errors with `c-benign-error' so that some kind
2677         of reindentation still is done.
2679         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2680         `arglist-intro' the same way as `arglist-cont-nonempty' and
2681         `arglist-close'.
2683         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2684         situations for `arglist-cont-nonempty' and `arglist-close'.
2686         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2687         constant.
2689         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2690         cc-bytecomp-boundp' in a number of places.
2692         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2693         macro related issue.
2695 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2697         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2698         list is now [asdf], a char class [:alpha:].  Include code for char
2699         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
2700         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
2701         regexps.
2703         Remove (nearly all of) the cruft associated with AWK Mode's former
2704         concept of "virtual semicolons":
2706         Adapt c-beginning-of-statement, c-end-of-statement (together with
2707         subfunctions) to use the new notion of "virtual semicolon" in
2708         place of the old awkward special handling for AWK.  There remains
2709         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2710         * progmodes/cc-cmds.el:
2711         (c-ascertain-adjacent-literal): In the backwards direction, now
2712         recognises AWK regexp delimiters as string delimiters.
2713         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2714         check more rigorously for "end of macro".
2715         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2716         virtual semicolons;
2717         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2718         out the code for forward movement into ...
2719         (c-end-of-statement): Now contains the code for forward movement,
2720         adapted for virtual semicolons.
2722         * progmodes/cc-engine.el:
2723         (c-ws*-string-limit-regexp): New regexp.
2724         (c-forward-single-comment, c-backward-single-comment): Comment out
2725         the (now redundant) "special" AWK stuff.
2727         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2728         c-string-par-start, c-string-par-separate to be more like Text
2729         Mode than Fundamental Mode.
2731 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2733         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2734         to the fontified region so that fontification doesn't occur
2735         outside it (could happen e.g. when fontifying a line with an
2736         unfinished declaration).
2738 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2740         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2741         moved to near the start of the file.  ^L now separate sections of
2742         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2743         c-awk-blank-or-comment-line-re,
2744         c-awk-one-line-possibly-open-string-re,
2745         c-awk-regexp-one-line-possibly-open-char-class-re,
2746         c-awk-one-line-possibly-open-regexp-re,
2747         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2748         c-awk-vsemi-status-unknown-p.
2750         Amend the concept of "virtual semicolons" (in the indentation
2751         engine) for languages like AWK, such that they are now
2752         conceptually attached to end of the last token of a statement, not
2753         the end of the line.  (In AWK Mode, however, the pertinent text
2754         property is still physically set on the EOL.)  Remove the specific
2755         tests for awk-mode, thus facilitating the introduction of other
2756         language modes where EOLs can end statements.  (Note: The
2757         funtionality in cc-cmds.el, specifically
2758         c-beginning/end-of-statement has yet to be amended.)
2760         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2761         c-vsemi-status-unknown-p.
2763         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2764         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2765         c-vsemi-status-unknown-p-fn (in a new page).
2767         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2768         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2769         numerous awkward forms like
2770         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2771         with
2772         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2773         variable before-ws-ip, the place just after char-before-ip
2774         appears.
2776         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2777         a comment.
2779 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2781         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2782         `c-tentative-buffer-changes'.
2784         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2785         converted to macro to choose between Emacs and XEmacs at compile
2786         time.
2788         (c-set-region-active): New set counterpart to
2789         `c-region-is-active-p'.
2791         (c-tentative-buffer-changes): New macro to handle temporary buffer
2792         changes in a convenient way.
2794         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2795         for `c-tentative-buffer-changes'.
2797         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2798         the checks for paren sexps between the point and the keyword, to
2799         avoid some false alarms.
2801         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2802         Fixed a situation where an error could be thrown for unbalanced
2803         parens.  Changed to make use of c-keyword-member' to avoid some
2804         repeated regexp matches.
2806         (c-opt-lambda-key, c-opt-inexpr-block-key,
2807         c-opt-inexpr-class-key): These language variable are no longer
2808         necessary.
2810         (c-block-stmt-kwds): New language constant used by
2811         c-looking-at-inexpr-block'.
2813         (c-guess-basic-syntax): Removed an optional check that looked at
2814         the existence of the now removed language variables.
2816         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2817         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2818         object instantiation expressions as declarations in some contexts.
2819         This bug only affected languages where the declarator can't be
2820         enclosed in parentheses.
2822         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2823         insert newlines before and after substatement braces.
2825         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2826         function declaration headers and the handling of C++ style member
2827         init lists.
2829         (c-just-after-func-arglist-p): Rewritten to use
2830         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2832         (c-beginning-of-member-init-list): Removed since it isn't used
2833         anymore.
2835         (c-guess-basic-syntax): Case 5B adapted for the new
2836         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2837         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2838         covers all cases now).
2840         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2842 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2844         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2845         c-string-par-start/separate c-sentence-end-with-esc-eol,
2846         initialised in c-setup-paragraph-variables, used in string
2847         scanning subroutines of c-beginning-of-statement.
2849         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2850         which precedes the newly inserted `{'.
2852 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2854         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2855         function for declaration level blocks.  It should now cope with
2856         templates better and also be a lot more comprehensible.
2858         (c-looking-at-decl-block): The new function.
2860         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2861         for compatibility.
2863         (c-add-class-syntax, c-guess-continued-construct,
2864         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2866         (c-decl-block-key): Changed to tell apart ambiguous and
2867         unambiguous keywords.  Pike specials are now handled directly in
2868         the code instead.
2870         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2871         language constants and variables to make the backward skip in
2872         `c-looking-at-decl-block' as tight as possible.
2874         (c-nonsymbol-token-char-list): New language constant.
2876         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2877         find balanced template arglists backwards.
2879         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2880         making char classes for `c-syntactic-skip-backward'.
2882         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2883         16D - can't be a class-close at that point.
2885         * progmodes/cc-engine.el (c-guess-basic-syntax)
2886         (c-add-class-syntax): Don't narrow out the enclosing declaration
2887         level.  This makes everything a lot easier, and it was actually
2888         only four small places that needed it to work.  Some places that
2889         previously did `widen' are removed now, which has the effect that
2890         `c-guess-basic-syntax' never will look at things outside the
2891         current narrowment now.  The anchor position for `topmost-intro'
2892         is affected by this, but it was so bogus it was basically useless
2893         before, and now it's equally bogus but in a slightly different
2894         way.
2896         (c-narrow-out-enclosing-class): Gone.
2898         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2899         the narrowed region.
2901         (c-least-enclosing-brace): Removed silly optional argument.
2903         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2904         the point could be left directly after an open paren when finding
2905         the beginning of the first decl in the block.
2907         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2908         Specify which submatch to use.
2910         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2912         (c-decl-start-re): No longer any need for special treatment of
2913         ObjC due to the above.
2915         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2916         presumably follows C in that regard.
2918         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2919         New language constants to specify operator tokens inside
2920         identifiers in a more high level way.
2922         (c-opt-identifier-prefix-key): New internal language constant.
2924         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
2925         (c-identifier-start, c-identifier-key): Now completely calculated
2926         from other constants.
2928         (c-identifier-last-sym-match): Decommissioned since it's no longer
2929         used.
2931         (c-operators): Use `c-identifier-ops'.  Documented
2932         `postfix-if-paren'.
2934         * progmodes/cc-engine.el (c-forward-name): Removed the
2935         optimization when c-identifier-key is equal to c-symbol-key since
2936         it doesn't work in byte compiled files.  Don't record empty
2937         regions as identifiers.
2939         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2940         simplify access to `c-operators' and its likes.
2942         (c-operator-list, c-all-op-syntax-tokens)
2943         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
2944         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
2945         (c-primary-expr-regexp, c-cast-parens): Use it.
2947         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2948         an explicit language in functions.
2950         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2951         variant of adornment.
2953         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2954         variable.
2956         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2957         the Pike value.
2959         * progmodes/cc-engine.el (c-on-identifier)
2960         (c-simple-skip-symbol-backward): Small fix for handling "-"
2961         correctly in `skip-chars-backward'.  Affected the operator lfun
2962         syntax in Pike.
2964         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2965         diagnostic message about precompiled language vars not being used.
2967         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2968         "__attribute__" is followed by a parenthesis.
2970         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
2971         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2972         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2974         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2975         cleanups to properly detect the declared identifiers in various
2976         declarations.
2978         (c-decl-start-kwds): New language constant to recognize
2979         declarations that can start anywhere.  Used for class declarations
2980         in Pike.
2982         (c-specifier-key, c-not-decl-init-keywords)
2983         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
2984         (c-find-decl-spots): Implement `c-decl-start-kwds'.
2986         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
2987         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2988         handling of the compiler specific extension keywords into a new
2989         language constant `c-decl-hangon-kwds' that defines keyword
2990         clauses to be ignored in declarations.
2992         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2993         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2994         Necessary to stop at the declared identifier in e.g. IDL valuetype
2995         declarations.
2997         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
2998         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
2999         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3000         (c-forward-decl-or-cast-1): Recognize the declared identifier in
3001         class and enum declarations as such and not as part of the type.
3003         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3004         interpretation of PRECEDING-TOKEN-END when there's no preceding
3005         token.
3007         (c-forward-decl-or-cast-1): Don't disregard sure signs of
3008         declarations when there's some syntax error later on.
3010         (c-complex-decl-matchers): Did away with a reference to
3011         `c-specifier-key'.
3013         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3014         value - this variable is always dynamically bound.
3016         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3017         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3018         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3019         functions that might do hidden buffer changes: All such internal
3020         functions are now marked instead of those that don't.
3022         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3023         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3024         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3025         (c-literal-type): Allow these functions to make hidden buffer changes,
3026         so that they are free to use text property caching later on.
3028         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3029         (c-electric-brace, c-electric-slash, c-electric-star)
3030         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3031         (c-electric-paren, c-electric-continued-statement, c-indent-command)
3032         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3033         (c-context-line-break): Added `c-save-buffer-state' calls to comply
3034         with the changed semantics of the functions above.
3036         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3037         when macros occur in obscure places.  Optimized the sexp movement
3038         a bit.
3040 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3042         Enhancements for c-beginning-of-statement to work in AWK Mode:
3044         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3045         (completed statement) with `}' (statement completed by closing
3046         brace or semicolon) and `$' (statement completed by EOL).
3048         (c-awk-virtual-semicolon-ends-prev-line-p)
3049         (c-awk-virtual-semicolon-ends-line-p)
3050         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3051         (c-awk-at-statement-end-p): New functions.
3053         * progmodes/cc-cmds.el: Simplify the structure of functions
3054         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
3055         two functions and c-beginning-of-statement to handle AWK Mode.
3057         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3058         c-backward-single-comment for AWK mode.  Attempt to clarify their
3059         doc-strings.
3061         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3063 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3065         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3066         label handling.  Labels are now recognized in a uniform and more
3067         robust way, regardless of context.  Text properties are put on all
3068         labels to recognize the following declarations better.  Multiword
3069         labels are handled both in indentation and fontification for the
3070         benefit of language extensions like Qt.  For consistency, keywords
3071         in labels are now fontified with the label face instead.  That
3072         also applies to "case" and "default".
3074         (c-beginning-of-statement-1): Fixed some bugs in the label
3075         handling.  Disregard `c-nonlabel-token-key' in labels that begin
3076         with `c-label-kwds'.
3078         (c-find-decl-spots): Support that the callback adds more
3079         `c-decl-end' spots to find.
3081         (c-forward-decl-or-cast-1): Don't treat a list of plain
3082         identifiers followed by a colon as a declaration.
3084         (c-forward-label): New function to recognize labels.
3086         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3087         `c-forward-label'.  Moved the label recognition cases (14 and 15)
3088         earlier since they aren't so context sensitive now.  Handle labels
3089         on the top level gracefully.  Moved access label recognition to
3090         the generic label case (CASE 15) - removed CASE 5E.
3092         (c-font-lock-declarations): Added recognition of labels in the
3093         same round since we need to handle labels in parallell with other
3094         declarations to recognize both accurately.  It should also improve
3095         speed.
3097         (c-simple-decl-matchers, c-basic-matchers-after): Moved
3098         `c-font-lock-labels' so that it only is used on decoration level 2
3099         since `c-font-lock-declarations' handles it otherwise.
3101         (c-complex-decl-matchers): Removed the simplistic recognition of
3102         access labels.
3104         (c-decl-prefix-re): Removed the kludges that was necessary to cope
3105         with labels earlier.
3107         (c-decl-start-re): New language variable to make
3108         `c-font-lock-declarations' stop for the special protection labels
3109         in Objective-C that start with `@'.
3111         (c-label-key): Removed since it's no longer used.
3113         (c-recognize-colon-labels, c-label-prefix-re): New language
3114         constants to support recognition of generic colon-terminated
3115         labels.
3117         (c-type-decl-end-used): `c-decl-end' is now used whenever there
3118         are colon terminated labels.
3120         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3121         first argument starts with a special brace list.
3123         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3124         (c-font-lock-declarations): Broke out the declaration and cast
3125         recognition from `c-font-lock-declarations' to a new function, so
3126         that it can be used in the indentation engine.
3128         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3129         up to the start of the literal.  Fixed bug with the point on the
3130         wrong side of the search limit that could happen when the start
3131         position is inside a literal.
3133         * progmodes/cc-engine.el (c-parse-state)
3134         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3135         so that it's kept a little bit back to increase the hit rate.
3137         (c-parse-state): Changed the macro handling and fixed some
3138         glitches.  Macro context is checked more often than necessary now,
3139         but otoh less garbage conses are generated.
3141         * progmodes/cc-engine.el (c-parse-state)
3142         (c-invalidate-state-cache): Cache the last position where
3143         `c-state-cache' applies.  This can speed up refontification quite
3144         a bit in blocks where there are many non-brace parens before the
3145         point.
3147         (c-state-cache-end): New variable for this.
3149         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3150         cache variable.
3152         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3153         get close initial continue positions when the start position is
3154         inside a literal or macro.  Do not call the callback for spots
3155         before the start position (which can happen e.g. for `c-decl-end'
3156         spots inside comments).  Optimize better in special cases when the
3157         region is a single line inside a literal or macro (typically when
3158         the current line is refontified).
3160         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3161         to `c-add-stmt-syntax' - there's no need to explicitly whack off
3162         entries from the paren state.
3164         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3165         special case for "else if" clauses.
3167         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3168         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3170         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3171         language variable to recognize the gcc extension with statement
3172         blocks inside expressions.
3174         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3175         it somewhat more comprehensible.  The argument AT-BLOCK-START is
3176         no longer used and hence removed.
3178         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3179         to `c-add-stmt-syntax'.
3181         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3182         `c-beginning-of-statement-1' instead of duplicating parts of it.
3183         This fixes bogus label recognition.
3185         * progmodes/cc-engine.el (c-add-type, c-check-type)
3186         (c-forward-name, c-forward-type): Improved storage of template
3187         types in `c-found-types' so that they can be recognized better.
3189         (c-syntactic-content): Added option to skip past nested parens.
3191         * progmodes/cc-engine.el (c-forward-name): Set
3192         `c-last-identifier-range' all the time.  It's less work that way.
3193         Handle that there might not be an identifier to store in
3194         `c-last-identifier-range'.
3196         (c-forward-type): Handle that `c-last-identifier-range' might be
3197         nil from `c-forward-name'.
3199         * progmodes/cc-defs.el (c-safe-scan-lists)
3200         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3202         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3203         to work even if the form fails.
3205         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3206         down in a large file in one go.
3208         (c-get-fallback-start-pos): New helper function for
3209         `c-parse-state'.
3211         * progmodes/cc-align.el (c-lineup-assignments): New lineup
3212         function which is like `c-lineup-math' but returns nil instead of
3213         `c-basic-offset' when it doesn't match.
3215         (c-lineup-math): Changed to use `c-lineup-assignments'.
3217 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3219         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3220         c-beginning-of-statement.  New subfunctions
3221         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3223 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3225         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3226         hardcoded char classes whereever possible.  Changed a couple of
3227         places to use skip by syntax instead of skip by char class.
3229         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3230         Fixed a bug in the regexp that caused extreme backtracking.
3232         * progmodes/cc-langs.el (c-block-comment-starter)
3233         (c-block-comment-ender): New language constants to specify in a
3234         single place how block comments look.
3236         (c-comment-start-regexp, c-block-comment-start-regexp)
3237         (comment-start, comment-end, comment-start-skip)
3238         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3239         (c-syntactic-ws, c-nonempty-syntactic-ws)
3240         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3241         `c-line-comment-starter', `c-block-comment-starter' and
3242         `c-block-comment-ender'.
3244         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3245         New language constants to break up things a bit.
3247         (c-simple-ws): New language constant for simple whitespace.
3249         * progmodes/cc-defs.el (c-concat-separated): New convenience
3250         function.
3252         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3253         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3254         newlines.  Allow and ignore nil elements in the list.
3256 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3258         * progmodes/cc-cmds.el: Comment out a (n almost certainly
3259         superfluous) check, (eq here (point-max)) in
3260         c-beginning-of-statement.
3262         * progmodes/cc-cmds.el: Tidy up the comments in
3263         c-beginning-of-statement and subfunctions.
3265         * progmodes/cc-awk.el: Replace calls to put-text-property to the
3266         more flexible c-put-char-property and c-clear-char-properties.
3267         Add the author's email address.
3269         * progmodes/cc-langs.el: New variable,
3270         c-block-comment-start-regexp.
3272         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3273         closing "*/" of a block comment.
3275         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3276         subfunctions) so that it works at BOB and EOB.
3278         * progmodes/cc-cmds.el, cc-vars.el: More updating of
3279         c-beginning-of-statement, including new variable
3280         c-block-comment-start-regexp.
3282 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3284         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3285         symbols from `*-font-lock-extra-types' so that there's no need to
3286         use `regexp-opt' on those lists.
3288         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3289         `c-type-modifier-kwds' is empty.
3291         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3292         there are several strings on the same line.
3294         * progmodes/cc-engine.el (c-literal-limits): Removed the
3295         compatibility function for older emacsen.  `c-literal-limits-fast'
3296         has now taken the place of this function.
3298         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3299         with older emacsen: We now require `pps-extended-state'.
3301 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3303         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3304         which obviates the need to hack sentence-end.  This now handles
3305         escaped newlines in strings correctly.  Correct minor bugs in
3306         c-move-over-sentence and in c-beginning-of-statement.
3308         * progmodes/cc-cmds.el (c-beginning-of-statement (and
3309         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3310         that movement over macros and code are rigorously separated from
3311         eachother.  Correct a few incidental bugs.
3313         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3314         Improve its doc-string.  Improve the handling of certain specific
3315         cases.
3317 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3319         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3320         (c-guess-basic-syntax): Changed the way class-level labels are
3321         recognized; they can now contain essentially any symbols.
3323         (c-opt-extra-label-key): New language variable to cope with the
3324         special protection label syntax in Objective-C.
3326         (c-opt-access-key): Removed; this is now handled better by
3327         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3329         (c-complex-decl-matchers): Update to handle that
3330         `c-opt-access-key' no longer exists.
3332         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3333         improved label recognition in `c-beginning-of-statement-1'.
3335         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3336         Recognize bitfields better.
3338         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3339         Removed some cruft and fixed a bug that could cause it to go to a
3340         position further down.
3342         * progmodes/cc-langs.el, cc-engine.el
3343         (c-beginning-of-statement-1): Improved detection of labels in
3344         declaration contexts.
3346         (c-beginning-of-decl-1): Use it.
3348         (c-nonlabel-token-key): New language constant and variable needed
3349         by `c-beginning-of-statement-1'.
3351         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3352         manifested itself due to the correction in `c-forward-sexp'.
3354         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3355         these behave as documented when used at the buffer limits.
3357         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3358         (c-type-decl-end-used): Made this a language variable.
3360         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3361         correctly when `combine-after-change-calls' is used together with
3362         temporary narrowings.
3364         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3365         labels correctly when the start point is immediately after the
3366         colon.
3368         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3369         since it isn't used anymore.
3371         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3372         bracket arglists such as template parens in C++.
3374         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3375         in the last check-in.  Some optimization.
3377         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3378         where it could stop at the same level in a preceding sexp when
3379         PAREN-LEVEL is set.
3381         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3382         text property lookup only when it's needed.
3384         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3385         Changed the policy for paren marked angle brackets to be more
3386         persistent; once marked they remain marked even when they're found
3387         to be unbalanced in the searched region.  This should keep the
3388         paren syntax around even when individual lines are refontified in
3389         multiline template arglists.
3391         (c-parse-and-markup-<>-arglists): New dynamically bound variable
3392         to control markup so that incorrect angle bracket arglists aren't
3393         marked in contexts where the correct value for
3394         `c-disallow-comma-in-<>-arglists' isn't known.
3396         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3397         argument has become `c-parse-and-markup-<>-arglists'.
3399         (c-remove-<>-arglist-properties): Removed - no longer used.
3401         (c-after-change-check-<>-operators): New function used on
3402         `after-change-functions' to avoid that "<" and ">" characters that
3403         are part of longer operators have paren syntax.
3405         (c-<>-multichar-token-regexp): New language variable used by
3406         `c-after-change-check-<>-operators'.
3408         (c-after-change): Call `c-after-change-check-<>-operators'.
3410         (c-font-lock-<>-arglists): Use the context properties set by
3411         `c-font-lock-declarations' to set
3412         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3413         markup.
3415         (c-font-lock-declarations): Removed code that undoes the invalid
3416         markup done by `c-font-lock-<>-arglists'.
3418         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3419         after `c-font-lock-declarations'.
3421         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3422         paren-level feature.
3424         (c-guess-basic-syntax): Improved the anchor position for
3425         `template-args-cont' in nested template arglists.  There's still
3426         much to be desired in this area, though.
3428 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3430         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3431         Make the "Text Filling and Line Breaking" commands work for AWK
3432         buffers.
3434 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3436         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3437         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3439         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3440         it doesn't work no longer are supported.
3442         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3443         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3444         requires support for the syntax-table' text property, which rules
3445         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
3446         cruft associated with those versions.
3448         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3449         for the `syntax-table' text property, which rules out Emacs 19 and
3450         XEmacs < 21.4.  Removed various compatibility cruft associated
3451         with those versions.
3453         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3454         support for the `syntax-table' text property.
3456         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3457         variable and use an extra quoted face name instead.  All the
3458         emacsen flavors handle that correctly.
3460         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3461         (c-font-lock-declarators, c-font-lock-declarations)
3462         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3463         property to mark the items in in declarator lists to handle
3464         refontification inside multiline declarations better.
3466         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3467         construct like "a * b = c;" as a declaration.
3469 2005-12-08  Kim F. Storm  <storm@cua.dk>
3471         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3472         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
3473         select either meta, hyper, or super modifier for rectangle commands.
3474         (cua--rectangle-modifier-key): New defvar.
3475         (cua--M/H-key): Use it.  Remove special case for `space'.
3476         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3477         on X, to meta otherwise.  Always bind C-return to toggle
3478         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
3480         * emulation/cua-rect.el (cua-help-for-rectangle): Use
3481         cua--rectangle-modifier-key.  Handle super modifier too.
3482         (cua--init-rectangles): Always bind C-return to toggle rectangle.
3483         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3485         * ido.el: Move Acknowledgements and History after Commentary.
3486         Minor changes to Commentary.
3488         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3489         keymap if cua--prefix-override-timer is `shift'.
3490         (cua--shift-control-prefix): New function; emulate "type prefix
3491         key twice" functionality to handle shifted prefix key override.
3492         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3493         commands.
3494         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3496 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
3498         * textmodes/org.el (org-insert-heading): Try to do items before
3499         headings.
3500         (org-agenda-mode): Quote `org-agenda-mode-hook'.
3501         (org-insert-item): New function.
3502         (org-renumber-ordered-list): Don't skip to higher level lists.
3504 2005-12-08  Juri Linkov  <juri@jurta.org>
3506         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3508         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3510         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3512         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3513         the constructed function name fun-1.
3515         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3516         because such links don't lead to parent documentation.
3518 2005-12-08  Kenichi Handa  <handa@m17n.org>
3520         * descr-text.el (describe-char): Use *Help-2* buffer if the
3521         current buffer is *Help*.  Call describe-text-properties while
3522         setting the original buffer.
3524 2005-12-07  Bill Wohler  <wohler@newt.com>
3526         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
3527         and causes problems with non-MH users (such as Gnus users).
3529 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
3531         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3532         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3533         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3534         command "info sources".  Move calls to GDB command "list".
3535         (gdb-find-file-hook): Just use gdb-source-file-list.
3536         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3537         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3538         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3539         (gdb-data-list-register-values-handler): Use correct trigger name.
3541 2005-12-07  Kim F. Storm  <storm@cua.dk>
3543         * ido.el (ido-completion-map): Rename from ido-mode-map.
3544         (ido-common-completion-map, ido-file-completion-map)
3545         (ido-file-dir-completion-map, ido-buffer-completion-map):
3546         Rename from ido-mode-....-map.
3547         (ido-init-completion-maps): Rename from ido-init-mode-maps.
3548         (ido-setup-completion-map): Rename from ido-define-mode-map.
3549         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3550         to ido-completion-map.
3552 2005-12-07  Kenichi Handa  <handa@m17n.org>
3554         * international/mule-cmds.el
3555         (set-display-table-and-terminal-coding-system): If the coding
3556         system specified in `unibyte-display' property is different from
3557         the arg coding-system, don't setup standard-display-table.
3559 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3562         that comments end at \n, regardless of selective-display.
3564 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3566         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3567         (gdb-version): New variables.
3568         (gdb-source-file-list, gdb-register-names)
3569         (gdb-changed-registers): New variables for use with GDB 6.4+.
3570         (gdb-ann3): Replace with...
3571         (gdb-init-1, gdb-init-2): ...two new functions.
3572         (gdba, gdb-prompt): Call gdb-init-1.
3573         (gdb-get-version): New function.  Call gdb-init-2 from here.
3574         (gud-watch): Make it work with mouse events too.
3575         (gdb-post-prompt): Don't add to queue until GDB version is known.
3576         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3577         (gdb-locals-mode): Use gdb-version.
3578         (gdb-memory-format-map, gdb-memory-unit-map)
3579         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3580         (gdb-locals-font-lock-keywords-1)
3581         (gdb-locals-font-lock-keywords-2): New variables.
3582         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3583         (gdb-set-gud-minor-mode-existing-buffers-1)
3584         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3585         (gdb-var-update-1, gdb-var-update-handler-1)
3586         (gdb-data-list-register-values-handler)
3587         (gdb-data-list-register-values-custom)
3588         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3589         (gdb-stack-list-locals-handler, gdb-get-register-names):
3590         New functions for use with GDB 6.4+.
3591         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3592         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3593         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3594         (gdb-stack-list-locals-regexp)
3595         (gdb-data-list-register-names-regexp): New regexps for use with
3596         GDB 6.4+.
3598 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3602 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
3604         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3605         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3606         <seallan@verizon.net>.
3608 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3610         * frame.el (set-frame-parameter): Add doc string.
3612 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3614         * textmodes/org.el (org-occur-highlights): New variable.
3615         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3616         (org-highlight-sparse-tree-matches): New option.
3617         (org-do-occur): New function.
3618         (org-get-heading): Make it work also at beginning of line.
3619         (org-category-table): New variable.
3620         (org-get-category-table, org-get-category)
3621         (org-camel-to-words, org-link-search): New functions.
3622         (org-select-this-todo-keyword): New variable.
3623         (org-todo-list): New command.
3624         (org-shiftright, org-shiftleft): New commands.
3625         (org-agenda-todo): Add prefix argument.
3626         (org-show-hierarchy-above): New option.
3627         (org-show-todo-tree): Numerical prefix creates tree for specific
3628         TODO keyword.
3629         (org-outline-level): New function, to assign a level to plain
3630         lists items.
3631         (org-cycle-include-plain-lists): New option.
3632         (org-mode): Use `org-outline-level' as value of `outline-level'.
3633         (org-cycle): Temporarily switch `outline-regexp' if
3634         `org-cycle-include-plain-lists' is non-nil.
3635         (org-start-icalendar-file): Fix format bug.
3636         (org-agenda-get-day-entries): Create category table.
3637         (org-agenda-get-todos, org-agenda-get-timestamps)
3638         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3639         (org-agenda-get-blocks): Use `org-get-category'.
3640         (org-context-in-file-links): Rename from
3641         `org-line-numbers-in-file-links'.
3643 2005-12-06  Romain Francoise  <romain@orebokech.com>
3645         * window.el (balance-windows): Delete extraneous third arg in call
3646         to `enlarge-window'.
3648 2005-12-06  Kenichi Handa  <handa@m17n.org>
3650         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3652 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3654         * progmodes/gdb-ui.el (gdb-var-create-handler)
3655         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3656         (gdb-var-list-children-handler, gdb-var-update-handler):
3657         Current buffer is already gdb-partial-output-buffer, don't
3658         make it current again.
3660 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3662         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3663         (list-buffers-noselect): Use it.
3665 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3668         (mail-yank-ignored-headers): Use regexp-opt.
3669         (mail-mode-map): Move initialization into declaration.
3670         (mail-sent-via): Remove unused shadowed var `to-line'.
3671         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3672         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3673         (mail-do-fcc): Use dolist and push.
3674         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3675         (mail-yank-ignored-headers): Don't autoload.
3677 2005-12-05  Kenichi Handa  <handa@m17n.org>
3679         * international/mule-cmds.el (set-language-info-internal): New fun.
3680         (set-language-info): Call set-language-info-internal to update
3681         language-info-alist.  If LANG-ENV is the current one, call
3682         set-language-environment to make INFO effective now.
3683         (set-language-info-alist): Likewise.
3684         (locale-language-names): With locale "en", use English
3685         lang. env. but set the default codings to iso-8859-1.
3687 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3689         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3690         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3691         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3692         for plain strings.
3693         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3694         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3695         Create registers buffer if necessary.  Echo new state in minibuffer.
3696         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3698 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3700         * info.el (Info-fontify-node): Match external links using
3701         non-directory part of filename.
3703 2005-12-04  Juri Linkov  <juri@jurta.org>
3705         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3706         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3707         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3708         because there is no customization option for it.
3710         * font-lock.el (lisp-font-lock-keywords-1):
3711         Add define-global-minor-mode.
3713         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3715         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3716         properties on the constructed variable names.
3718         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3719         Put `definition-name' properties on the constructed function names
3720         next-sym and prev-sym.
3722         * emacs-lisp/find-func.el (find-function-regexp):
3723         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3724         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3725         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3726         and easy-menu-define.
3728         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3729         easy-mmode-define-global-mode and define-global-minor-mode.
3730         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3732         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3733         instead of easy-mmode-define-global-mode.
3735         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3736         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3738         * cus-edit.el (customize-group, customize-group-other-window):
3739         Filter out autoloaded options from the group completion list by
3740         using heuristics that autoloaded groups don't have `custom-autoload'
3741         property on their symbols (they have only `custom-loads').
3743         * simple.el (completion-setup-function): Put completions-common-part
3744         face on complete completion string too (i.e. completion string
3745         without completions-first-difference face).
3747         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3749 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3751         * view.el (view-mode): Doc fix.
3753         * disp-table.el (standard-display-european): Add to the warning
3754         message a reference to the doc string.
3756         * play/yow.el (apropos-zippy): Call print-help-return-message,
3757         similar to other Help and Apropos commands.
3759         * help.el (print-help-return-message): If pop-up-frames is
3760         non-nil, set up help-return-method to delete the help window and,
3761         possibly, its frame as well, and don't display message about
3762         scrolling the help window.  Doc fix.
3763         (help-return-method): Doc fix.
3765 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3767         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3768         whereby names of length one or names starting with a
3769         symbol-constituent character would not be returned.
3771 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3773         * subr.el (atomic-change-group): Add edebug and indentation spec.
3775 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * completion.el (save-completions-file-name): Fix typo in last change.
3779 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3781         * info.el: Move back/forward history to the beginning of the tool bar.
3783 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3785         * allout.el (eval-when-compile): Remove unnecessary load of cl.
3786         Add fset of allout-real-isearch-abort during compile to fix
3787         byte-compilation warnings.
3788         (allout-mode-p): Move definition of this macro above all uses, or
3789         byte compilation in barren emacs (eg, during emacs build) will
3790         lack the definition.
3791         (allout-mode): Move this variable above any uses, or byte
3792         compilation will fail.
3793         (allout-resolve-xref): Remove use of personal file-reference function.
3794         (allout-toggle-current-subtree-encryption): Do the current (ie,
3795         visible containing) topic, rather than nearest around point.  Doc fix.
3796         (allout-toggle-subtree-encryption): New function, workhorse that
3797         works on nearest topic containing point.
3798         (allout-encrypt-string): Signal requirement for newer version of pgg.
3799         (allout-resumptions): Doc fix.
3801 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3803         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3805 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3807         * textmodes/flyspell.el (flyspell-external-point-words):
3808         Consider a misspelling as found in the string search if: (a) misspelling
3809         and found string lengths match, or (b) misspelling is found as
3810         element in a boundary-chars separated longer string, or (c)
3811         ispell-program-name is really ispell and misspelling is found as
3812         part of a TeX string.  After successful match move beginning of
3813         search region to end of match.  Warn about not found misspellings
3814         once the process is done.
3815         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3817 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3819         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3820         tool bar (removed inadvertently).
3822 2005-12-02  Juri Linkov  <juri@jurta.org>
3824         * log-view.el (log-view-diff): Clarify doc string.
3826 2005-12-01  Bill Wohler  <wohler@newt.com>
3828         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3829         triggers lm-verify errors.
3831 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3833         * simple.el (transient-mark-mode, line-number-mode)
3834         (column-number-mode, size-indication-mode): Remove `:require nil'.
3836 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3838         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3839         in the margin also.
3840         (gdb-breakpoints-mode-map): Use D instead of d for
3841         gdb-delete-breakpoint.
3842         (gdb-get-frame-number): Require a number to match on.
3843         (gdb-threads-mode-map): Add follow-link binding.
3845 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3847         * isearch.el (isearch-mode-map): Avoid exiting search on
3848         language-change event.
3850 2005-11-30  Romain Francoise  <romain@orebokech.com>
3852         * speedbar.el (speedbar-default-position): New defcustom.
3853         (speedbar-frame-reposition-smartly): Use it.
3855         * dframe.el (dframe-reposition-frame-emacs): Fix position
3856         computation for `left' location.
3857         Update copyright year.
3859 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * help.el (help-map): Move initialization into declaration.
3863         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3865         * help-fns.el (help-argument-name): Don't autoload.
3866         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3867         to be re-loaded when customizing the `help' group.
3869 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3871         * help-fns.el (describe-function-1): Fill arglist output.
3873 2005-11-30  Kim F. Storm  <storm@cua.dk>
3875         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3876         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3877         after revert-buffer (or anything else which kills all local variables).
3879         * apropos.el (apropos-parse-pattern): Doc fix.
3880         Set apropos-regexp directly, rather than expecting callers to do so.
3881         (apropos-command, apropos, apropos-value, apropos-documentation):
3882         Simplify calls to apropos-parse-pattern.
3884 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3886         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3887         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3888         (hi-lock-write-interactive-patterns): Use comment-region.
3890         * longlines.el (longlines-mode): Add mail-setup-hook.
3892         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3894         * simple.el (sendmail-user-agent-compose, next-line):
3895         Conditionally use hard-newline.
3897 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3899         * international/latexenc.el (latex-inputenc-coding-alist):
3900         Reword doc string.
3902 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3904         * help.el (describe-key-briefly, describe-key): Recognize default
3905         bindings.
3907 2005-11-29  Romain Francoise  <romain@orebokech.com>
3909         * view.el (view-inhibit-help-message): New defcustom.
3910         (view-mode-enter): Use it.
3912 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3914         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3915         Preserve user position.
3917 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3919         * font-lock.el: Throw error if facemenu is not loaded to prevent
3920         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3922         * loadup.el: Add comment explaining why facemenu must be loaded
3923         before font-lock.
3925 2005-11-28  Jay Belanger  <belanger@truman.edu>
3927         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3928         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3930         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3932         * calc/calc-embed.el (calc-do-embedded): Update help message.
3934         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3936 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3940         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3941         called-interactively-p.
3942         (elp-profilable-p): Rename from elp-not-profilable-p.
3943         Invert result and take into account macros and autoloaded functions.
3944         (elp-instrument-function): Update call.
3945         (elp-instrument-package): Update call.  Add completion.
3946         (elp-pack-number): Use match-string.
3947         (elp-results-jump-to-definition-by-mouse): Merge into
3948         elp-results-jump-to-definition and then remove.
3949         (elp-output-insert-symname): Make help echo text single-line.
3951         * replace.el (query-replace-map): Move initialization into declaration.
3952         (occur-engine): Use with-current-buffer.
3953         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3954         (occur-mode-mouse-goto): Replace with an alias.
3956 2005-11-28  Juri Linkov  <juri@jurta.org>
3958         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3960         * term/w32-win.el: Bind [S-tab] to [backtab].
3962         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3963         `Info-find-file' to t.
3965         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3966         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3967         and same-window-regexps.
3968         (occur-next-error): Don't move point for arg 0.
3970 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3972         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3974 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * log-edit.el (log-edit-changelog-use-first): New var.
3977         (log-edit-changelog-ours-p): Use it.
3978         (log-edit-insert-changelog): Set it with new arg `use-first'.
3979         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3980         (log-edit-hook): Add them to the list of suggested options.
3982         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3983         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3984         redundant work.
3985         (flyspell-mode-on): Use add-hook for after-change-functions.
3986         (flyspell-mode-off): Use remove-hook for after-change-functions.
3987         (flyspell-changes): Make it buffer-local.
3988         (flyspell-after-change-function): Make it non-interactive.  Use push.
3989         (flyspell-post-command-hook): Check input-pending-p while processing
3990         the potentially long list of buffer changes.
3992 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3994         * buff-menu.el (list-buffers-noselect): Display the selected
3995         frame's buffer list, not the global one.
3997 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3999         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4000         that (list last-input-event) works as in interactive spec.
4002 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4004         * loadup.el ("facemenu"): Load facemenu before font-lock, because
4005         `facemenu-keymap' needs to be defined when font-lock is loaded.
4006         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4008 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * completion.el: Remove useless leading * in defcustom docstrings.
4011         (save-completions-file-name): Use ~/.emacs.d if available.
4012         (completion-standard-syntax-table): Rename from
4013         cmpl-standard-syntax-table and fold initialization into declaration,
4014         thus removing cmpl-make-standard-completion-syntax-table.
4015         (completion-lisp-syntax-table, completion-c-syntax-table)
4016         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4017         (cmpl-saved-syntax, cmpl-saved-point): Remove.
4018         (symbol-under-point, symbol-before-point)
4019         (symbol-under-or-before-point, symbol-before-point-for-complete)
4020         (add-completions-from-c-buffer): Use with-syntax-table.
4021         (make-completion): Don't return a list of completion entries.
4022         Update callers.
4023         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4024         (completion-initialize): Rename from initialize-completions.
4025         (completion-find-file-hook): Rename from cmpl-find-file-hook.
4026         (kill-emacs-save-completions): Collect stats here.
4027         (save-completions-to-file, load-completions-from-file):
4028         Use with-current-buffer.
4029         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
4030         into a function.  Move all calls to toplevel.
4031         (completion-lisp-mode-hook): New fun.
4032         (completion-c-mode-hook, completion-setup-fortran-mode):
4033         Set the syntax-table here.  Use local-set-key.
4034         (completion-saved-bindings): New var.
4035         (dynamic-completion-mode): Make it into a proper minor mode.
4036         (load-completions-from-file): Remove unused var `num-uses'.
4038         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4039         constructor if it is explicitly overridden.
4041         * complete.el (PC-completion-as-file-name-predicate):
4042         Use minibuffer-completing-file-name.
4043         (partial-completion-mode): Use find-file-not-found-functions.
4044         (PC-lisp-complete-symbol): Use with-syntax-table.
4045         (PC-look-for-include-file): Remove dead setq.
4046         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4047         (PC-complete): Use with-current-buffer.
4049         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4050         escape single quotes.
4052 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4054         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4055         of `if' whose condition always returned nil.  Doc fix.
4057         * buff-menu.el (Buffer-menu-revert-function): Make the selected
4058         window's buffer the current buffer around the call to
4059         `list-buffers-noselect'.  This is necessary to mark that buffer
4060         with a `.' in the Buffer Menu when called from Lisp, for instance
4061         by Auto Revert Mode.
4063 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
4065         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4066         attaching to it.
4067         (gdb-pre-prompt): Make sure gdb-error is reset.
4069         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4070         with a child process, detect it.
4071         (gud-speedbar-buttons): Match regexp more carefully.
4073 2005-11-27  Richard M. Stallman  <rms@gnu.org>
4075         * mouse.el (mouse-drag-move-window-bottom):
4076         Use adjust-window-trailing-edge.
4078 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
4080         * simple.el (blink-matching-open): Ignore
4081         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4082         (blink-matching-paren-on-screen): Update docstring.
4084         * paren.el (show-paren-mode): No longer change
4085         `blink-matching-paren-on-screen'.
4087 2005-11-27  John Paul Wallington  <jpw@pobox.com>
4089         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4090         (gdb-threads-select, gdb-edit-register-value):
4091         Use `posn-set-point' instead of `mouse-set-point' because the
4092         latter is not fbound when configured without X.
4094 2005-11-27  Kim F. Storm  <storm@cua.dk>
4096         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4097         existing face when partially highlighting a TAB in a rectangle.
4099 2005-11-26  Kim F. Storm  <storm@cua.dk>
4101         * ido.el (ido-mode-map): Doc fix.
4102         (ido-mode-common-map, ido-mode-file-map)
4103         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4104         (ido-define-mode-map): Rewrite.  Select one of the new maps as
4105         parent for ido-mode-map instead of building from scratch.
4106         (ido-init-mode-maps): New defun to initialize new maps.
4107         (ido-mode): Call it.
4108         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4109         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4111 2005-11-26  John Paul Wallington  <jpw@pobox.com>
4113         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4114         `mouse-set-point' because the latter is not fbound when configured
4115         without X.
4117 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
4119         * files.el (file-relative-name): Doc fix.
4121 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4123         * progmodes/octave-inf.el (inferior-octave-startup): Force a
4124         non-empty string for secondary prompt PS2.
4126 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4128         * progmodes/compile.el (compilation-setup): Fix last change.
4130 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
4132         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4133         (gdb-mouse-toggle-breakpoint-margin)
4134         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4135         Add gdb-server-prefix to keep out of command history.
4136         (gdb-edit-register-value): New function.
4137         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4138         (gdb-info-registers-custom): Use above map.
4140 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
4142         * custom.el (enable-theme): Signal error if argument is not a
4143         theme.  Don't recalculate a face if it's not loaded yet.
4145         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4146         the `user' theme is in effect.
4148         * info.el (Info-on-current-buffer): Record actual filename in
4149         Info-current-file, instead of t, or a fake filename if a non-file
4150         buffer.  Make autoload.
4151         (Info-find-node, Info-revert-find-node): No need to check for
4152         Info-current-file nil.
4153         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4154         Info-current-file is now never `t'.
4155         (Info-fontify-node): Many simplifications due to Info-current-file
4156         always being valid.  Use Info-find-file to find node filename.
4158 2005-11-25  David Kastrup  <dak@gnu.org>
4160         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4161         new character, then delete" in order to preserve markers.
4163 2005-11-25  David Ponce  <david@dponce.com>
4165         * recentf.el (recentf-arrange-by-rule): Handle a special
4166         `auto-mode-alist'-like "strip suffix" rule.
4167         (recentf-build-mode-rules): Handle second level auto-mode entries.
4169 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
4171         * viper-keym.el (viper-ESC-key): Use different values in terminal and
4172         window modes.
4174         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4175         jde-javadoc-checker-report-mode.
4177         * ediff-wind (ediff-make-wide-display): Slight simplification.
4179         * ediff.el (ediff-date): Change the date of last update.
4181 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
4183         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4184         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
4185         (hi-lock-mode): New global minor mode.
4186         (turn-on-hi-lock-if-enabled): New function.
4187         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4188         Change arguments to regexp and face instead of a font-lock pattern.
4189         Directly set face property, instead of refontifying.
4190         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4191         (hi-lock-find-patterns): Use line-number-at-pos.
4193         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
4194         arguments for hi-lock-set-pattern.
4195         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4196         Call font-lock-fontify-buffer.
4197         (hi-lock-find-file-hook, hi-lock-current-line)
4198         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4200         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4201         turned off.
4203         * progmodes/compile.el (compilation-setup): Don't fiddle with
4204         font-lock-defaults.
4206 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
4208         * progmodes/gdb-ui.el (gdb-var-create-handler)
4209         (gdb-var-list-children-handler): Find values for all variable
4210         objects.  gud-speedbar-buttons decides whether to display them.
4212 2005-11-24  Romain Francoise  <romain@orebokech.com>
4214         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4215         buffer name with a space.
4217 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
4219         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4220         `org-export-local-list-max-depth'.  Change default value to 3.
4221         (org-auto-renumber-ordered-lists)
4222         (org-plain-list-ordered-item-terminator): New options.
4223         (org-at-item-p, org-beginning-of-item, org-end-of-item)
4224         (org-get-indentation, org-get-string-indentation)
4225         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4226         New functions.
4227         (org-move-item-down, org-move-item-up): New commands.
4228         (org-export-as-html): New classes for CSS support.  Bug fix in
4229         regular expression detecting fixed-width regions.  Respect
4230         `org-local-list-ordered-item-terminator'.
4231         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4232         also a list item.
4233         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4234         New item moving functions.
4236 2005-11-24  Juri Linkov  <juri@jurta.org>
4238         * isearch.el (isearch-repeat): With empty search ring set
4239         `isearch-error' to the error string instead of signaling error
4240         with the function `error'.
4242 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4244         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4246 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
4248         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4249         and variable.
4250         (gdb-var-create-handler, gdb-var-list-children-handler):
4251         Don't match on "char **...".
4252         (gdb-var-update-handler): Find values for all variable objects.
4253         (gdb-info-frames-custom): Identify frames by leading "#".
4255         * progmodes/gud.el (gud-speedbar-menu-items): Add
4256         gdb-speedbar-auto-raise as radio button.
4257         (gud-speedbar-buttons): Raise speedbar if requested.
4258         Don't match on "char **...".
4259         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4260         Make it editable.
4262 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
4264         * info.el (Info-fontify-node): Handle the case where
4265         Info-current-file is t.
4267 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4269         * simple.el (blink-matching-open): Fix off-by-one in last change.
4271 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4273         * term/mac-win.el: Don't change default directory.
4275 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
4277         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4278         buffers correctly.  (It used to throw an error in such buffers.)
4279         Make it ask for confirmation in group buffers and other Custom
4280         buffers containing more than one customization item.
4282 2005-11-22  John Paul Wallington  <jpw@gnu.org>
4284         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4285         property on mail and url overlays.
4286         (goto-address-at-point): Use `posn-set-point' instead of
4287         `mouse-set-point' because the latter is not fbound when configured
4288         without X.
4290 2005-11-22  Lars Hansen  <larsh@soem.dk>
4292         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4293         (ls-lisp-classify, ls-lisp-format): Delete call to
4294         ls-lisp-parse-symlink.
4295         (ls-lisp-handle-switches): Handle symlinks to directories as
4296         directories when ls-lisp-dirs-first in non-nil.
4298 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
4300         * startup.el (command-line): Make sure that loaddefs.el is handled
4301         correctly in load-history.
4303 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
4305         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4306         (gdb-struct-string, gdb-array-string): New constants.
4307         (gdb-info-locals-handler): Use them.
4308         (gdb-reset): Reset gdb-var-list to nil.
4310 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4313         in patterns.
4315 2005-11-21  Juri Linkov  <juri@jurta.org>
4317         * custom.el (defcustom): Update link types in docstring.
4319 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4321         * custom.el (defgroup): Add doc-string-elt info.
4323         * widget.el (define-widget): Don't use declare for the doc-string-elt.
4325 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4327         * newcomment.el (comment-enter-backward): Fix last fix.
4329         * simple.el (blink-matching-open):
4330         * paren.el (show-paren-function): Allow new paren-class info.
4332 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
4334         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
4335         handled automagically.
4337 2005-11-20  Andreas Schwab  <schwab@suse.de>
4339         * descr-text.el (describe-char): When copying overlays put them
4340         over the full char description instead of just the first character
4341         of it.
4343 2005-11-20  Juri Linkov  <juri@jurta.org>
4345         * simple.el (what-cursor-position):
4346         * descr-text.el (describe-char): Use Lisp-readable syntax
4347         for octal and hex.  Reorder decimal, octal and hex values.
4348         Remove excess whitespace in the output.  Use `=' in `column='
4349         like in `point=' and `Hscroll='.
4351         * international/mule-cmds.el (encoded-string-description):
4352         Use Lisp-readable syntax for hex.
4354 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * newcomment.el (comment-enter-backward): Handle the case where the
4357         comment is closed by EOB.
4359 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4361         * longlines.el (longlines-before-revert-hook)
4362         (longlines-after-revert-hook): New functions.
4363         (longlines-mode): Turn off longlines temporarily when reverting.
4364         Add a message-setup-hook.
4365         (longlines-decode-buffer): New function.
4366         (longlines-wrap-line): Preserve marker positions.
4368 2005-11-19  Andreas Schwab  <schwab@suse.de>
4370         * emacs-lisp/shadow.el: Handle compressed files.
4372 2005-11-19  Romain Francoise  <romain@orebokech.com>
4374         * net/browse-url.el (browse-url-default-browser): Signal an error
4375         if no usable browser can be found, rather than try to load w3.
4377 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
4379         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4380         replacing existing properties.
4381         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4382         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4383         tty specs.
4384         (rcirc-server-prefix, rcirc-server): New faces.
4385         (rcirc-url-regexp): Generate with rx macro.
4386         (rcirc-last-server-message-time): New variable.
4387         (rcirc-filter): Record time of last message.
4388         (rcirc-keepalive): Kill processes that did not send a message
4389         since the last ping.
4390         (rcirc-mode): Give rcirc-topic a local binding here.
4392 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
4394         * subr.el (read-passwd): Fontify the prompt as we do with other
4395         prompts.
4397 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
4399         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4400         binding buffer-read-only to nil.
4402 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4404         * complete.el (partial-completion-mode):
4405         Mention completion-auto-help in the doc string.
4407         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
4408         more Lisp-ish way.
4410 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4412         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4413         digits, not 8, to avoid misalignment for files larger than 100MB.
4415 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4417         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4418         Mention "keyboard shortcuts" in the help text.
4420 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4422         * startup.el (fancy-splash-default-action): Discard only
4423         mouse-down and succeeding mouse-up events in the splash screen
4424         window so that drag-n-drop event can be processed.
4426 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
4428         * longlines.el (longlines-mode): Add hacks for mail-mode and
4429         message-mode.
4431 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
4433         * textmodes/org.el (org-table-sort-lines): New command.
4434         (org-tbl-menu): Add entry for `org-table-sort-lines'.
4435         (org-add-file): Command removed, use `org-agenda-file-to-front'
4436         instead.
4437         (org-export-icalendar): Use `org-icalendar-combined-name'.
4438         (org-cycle-agenda-files, org-agenda-file-to-end)
4439         (org-agenda-file-to-front): New commands.
4440         (org-table-tab-jumps-over-hlines, org-export-html-style):
4441         New options.
4442         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4443         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4444         New functions.
4445         (org-fill-paragraph): Call `org-table-align' in tables.
4446         (org-mode): Call `org-set-autofill-regexps'.
4447         (org-export-as-html): Support for local handformatted lists.
4448         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
4449         (org-export-local-list-max-depth): New option.
4450         (org-html-expand): Use `org-html-protect'.
4452 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
4454         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4455         to "p".
4456         (gdb): Move definition of gud-pp to...
4458         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
4459         speedbar.
4460         (gdb-find-watch-expression): New function.
4462 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4464         * faces.el (face-attribute, set-face-attribute): Mention existence
4465         of `:ignore-defface' setting in docstring.
4467 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * simple.el (completion-setup-function): Fix last change.
4471 2005-11-17  John Paul Wallington  <jpw@pobox.com>
4473         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4474         Use `posn-set-point' instead of `mouse-set-point' because the
4475         latter is not fbound when configured without X.
4477         * comint.el (comint-insert-input): Likewise.
4479 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4481         * simple.el (hard-newline): New variable.
4482         (sendmail-user-agent-compose, next-line): Use it.
4484         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4485         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4486         (mail-mail-reply-to, mail-mail-followup-to)
4487         (mail-position-on-field, mail-signature, mail-yank-original)
4488         (mail-attach-file): Likewise.
4490         * mail/mailheader.el (mail-header-format)
4491         (mail-header-format-function): Likewise.
4493         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4495 2005-11-17  Juri Linkov  <juri@jurta.org>
4497         * font-lock.el (font-lock-faces): Rename this defgroup from
4498         `font-lock-highlighting-faces'.
4499         (font-lock-comment-face, font-lock-comment-delimiter-face)
4500         (font-lock-string-face, font-lock-doc-face)
4501         (font-lock-keyword-face, font-lock-builtin-face)
4502         (font-lock-function-name-face, font-lock-variable-name-face)
4503         (font-lock-type-face, font-lock-constant-face)
4504         (font-lock-warning-face, font-lock-negation-char-face)
4505         (font-lock-preprocessor-face)
4506         (font-lock-regexp-grouping-backslash)
4507         (font-lock-regexp-grouping-construct): Rename :group from
4508         `font-lock-highlighting-faces' to `font-lock-faces'.
4510         * cus-edit.el (lisp, c, tex):
4511         * progmodes/ada-mode.el (ada):
4512         * progmodes/asm-mode.el (asm):
4513         * progmodes/cperl-mode.el (cperl-faces):
4514         * progmodes/cpp.el (cpp):
4515         * progmodes/dcl-mode.el (dcl):
4516         * progmodes/f90.el (f90):
4517         * progmodes/fortran.el (fortran):
4518         * progmodes/icon.el (icon):
4519         * progmodes/idlwave.el (idlwave-misc):
4520         * progmodes/m4-mode.el (m4):
4521         * progmodes/make-mode.el (makefile):
4522         * progmodes/meta-mode.el (meta-font):
4523         * progmodes/modula2.el (modula2):
4524         * progmodes/octave-mod.el (octave):
4525         * progmodes/pascal.el (pascal):
4526         * progmodes/perl-mode.el (perl):
4527         * progmodes/prolog.el (prolog):
4528         * progmodes/ps-mode.el (PostScript-edit):
4529         * progmodes/scheme.el (scheme):
4530         * progmodes/sh-script.el (sh-script):
4531         * progmodes/simula.el (simula):
4532         * progmodes/tcl.el (tcl):
4533         * textmodes/nroff-mode.el (nroff):
4534         * textmodes/reftex-vars.el (reftex-fontification-configurations):
4535         * textmodes/sgml-mode.el (sgml):
4536         * textmodes/texinfo.el (texinfo):
4537         Add :link (custom-group-link font-lock-faces) to defgroup.
4539         * hi-lock.el (hi-lock): Rename this defgroup from
4540         `hi-lock-interactive-text-highlighting'.  Change parent group from
4541         `faces' to `font-lock'.  Add link to the manual.
4542         (hi-lock-mode, hi-lock-file-patterns-range)
4543         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4544         `hi-lock-interactive-text-highlighting' to `hi-lock'.
4545         (hi-lock-faces): Add :group `faces'.
4547         * cus-edit.el (custom-variable-prompt): Clarify the code.
4549         * faces.el (face-read-string): Set the default value arg of
4550         completing-read.
4552 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4554         * rfn-eshadow.el (file-name-shadow-properties)
4555         (file-name-shadow-tty-properties, file-name-shadow-mode):
4556         Remove autoloads, because the file is now preloaded.
4558 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * printing.el (easy-menu-intern): Don't define.
4561         (pr-get-symbol): Use easy-menu-intern only if defined.
4563         * simple.el (blink-matching-open): Simplify a bit.
4564         (completion-setup-function): Fix the case of partial-completion-mode
4565         when the minibuffer's contents start with "-".
4566         Obey completion-base-size-function even when
4567         minibuffer-completing-file-name is non-nil.
4569 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4571         * net/eudcb-ph.el (eudc-ph-open-session):
4572         Use set-process-query-on-exit-flag.
4574         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4576         * international/ucs-tables.el (ucs-set-table-for-input):
4577         Use make-local-variable, not make-variable-buffer-local.
4579         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4580         Improve warning message text.
4582         * savehist.el (savehist-save-hook): Add :group.
4584         * menu-bar.el (menu-bar-help-menu):
4585         Rename Find Extra Packages to External Packages.
4587         * cus-edit.el (Custom-reset-standard): Verify that
4588         :custom-standard-value prop exists before calling it.
4590         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4592 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4594         * wid-edit.el (color): Enclose %t in %{...%}.
4596         * cus-edit.el (face): Enclose %t in %{...%}.
4598 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4600         * savehist.el (savehist-mode-hook): Re-add the var.
4601         (savehist-mode): Use it.
4603 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * textmodes/flyspell.el: Fix commenting convention.
4606         Remove unnecessary leading * in custom docstrings.
4607         (flyspell-emacs): Remove unused var.
4608         (flyspell-delete-region-overlays): Use remove-overlays.
4609         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4610         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4611         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4612         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4613         (make-flyspell-overlay): Don't locally reuse a global name.
4614         (flyspell-highlight-incorrect-region)
4615         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4616         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4617         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4618         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4619         Wrap calls to accept-process-output inside with-local-quit since it's
4620         often called from a post-command-hook.
4621         (flyspell-correct-word, flyspell-auto-correct-word):
4622         Use ispell-send-string.
4623         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4625         * calendar/diary-lib.el (diary-list-entries): Also hide the
4626         terminating newline.
4628 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4630         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4631         window-system, to allow fonts on tty.
4633 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4635         * progmodes/gud.el (gud-speedbar-item-info): New function.
4636         (gud-install-speedbar-variables): Use it to display data type
4637         of watch expression as a tooltip in speedbar.
4639 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4641         * font-core.el (global-font-lock-mode): Add :version keyword,
4642         because default was changed.
4644         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4646         * startup.el (command-line): Use `custom-reevaluate-setting' for
4647         `file-name-shadow-mode'.
4649         * loadup.el: Preload rfn-eshadow.
4651         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4652         Add :version keyword.
4653         (file-name-shadow-properties, file-name-shadow-tty-properties)
4654         (file-name-shadow): Add :version keyword.
4656         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4657         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4658         in the custom-group property of the symbol frames and the fringe
4659         group got no link to its parent group frames.
4660         Doc fix.
4662 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4664         * progmodes/gud.el (gud-stop-subjob): New function.
4665         (gud-menu-map, gud-tool-bar-map): Use it.
4667 2005-11-16  Kim F. Storm  <storm@cua.dk>
4669         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4670         than kill it.
4671         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4672         to a more useful/logical place.
4674 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4676         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4677         go buttons complementary.
4679 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4682         (rfn-eshadow-sifn-equal): New function.
4683         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4685 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4687         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4688         string.
4690         * viper.el (viper-emacs-state-mode-list): Ensure that
4691         rcirc-mode buffers come up in Emacs state.
4693         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4694         operation.
4696 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4698         * term.el (term-termcap-format): Fix typos.
4699         (term-down): Fix the negative argument case.
4701 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4703         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4704         2005-08-15.
4705         (gdb-ann3): New command gud-go.
4706         (menu): Accomodate gdb-mi.el.
4707         (gdb-assembler-custom): Make buffer of selected window current
4708         so that set-window-point works.
4710         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4711         buttons and include new ones.
4713 2005-11-16  Kim F. Storm  <storm@cua.dk>
4715         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4716         (gud-menu-map): Use it.
4718 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4720         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4721         that works correctly for Custom and that does not override a user
4722         who disables it.
4724         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4725         (help-xref-interned, help-follow): Make hyperlinks for variables
4726         that are unbound, but have a non-nil variable-documentation property.
4728         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4729         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4730         Use the `variable-documentation' property to give the mode hook a
4731         docstring and expand that docstring.
4733 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4735         * savehist.el (savehist-mode): Don't bother with
4736         `custom-set-minor-mode'.
4737         (savehist-coding-system): Check XEmacs version.
4738         (history-length): Declare also at run time.
4739         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4740         Don't set the customize state.
4741         (savehist-minibuffer-hook): Special case for when
4742         minibuffer-history-variable is equal to t.
4744 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         * files.el (write-file): Refresh VC status.
4748         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4749         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4750         than fundamental-mode to see if the mode was set.
4752 2005-11-14  Romain Francoise  <romain@orebokech.com>
4754         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4755         dummy function in `eval-when-compile' to avoid compiler warning.
4756         Require `man' at compile time.
4758 2005-11-14  Jay Belanger  <belanger@truman.edu>
4760         * calc-alg.el (calcFunc-write-out-power): Rename it to
4761         calcFunc-powerexpand.
4762         (math-write-out-power): Rename it to math-powerexpand; have it
4763         handle negative exponents.
4764         (calc-writeoutpower): Rename it to calc-powerexpand.
4766         * calc-ext.el: Change calcFunc-writeoutpower and
4767         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4768         autoloads.
4769         Add calcFunc-ldiv to autoloads.
4771         * calc-arith.el (calcFunc-ldiv): New function.
4773         * calc.el (calc-left-divide): New function.
4775 2005-11-14  Juri Linkov  <juri@jurta.org>
4777         * cus-edit.el (custom-variable-prompt): Set the default value arg
4778         of completing-read.
4780         * cus-dep.el (custom-make-dependencies): Reverse the list of
4781         found dependencies.
4783 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4785         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4786         Highlighting" entry, it is on by default now.
4787         (menu-bar-options-save): Do not save global-font-lock-mode.
4789 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4791         * textmodes/flyspell.el (flyspell-large-region):
4792         Call flyspell-accept-buffer-local-defs.
4794 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4796         * textmodes/flyspell.el (flyspell-notify-misspell):
4797         Fix misspelling of "Misspelling".
4798         (flyspell-process-localwords): New function.
4799         (flyspell-large-region): Call flyspell-process-localwords and
4800         flyspell-delete-region-overlays.
4801         (flyspell-delete-region-overlays): New function.
4802         (flyspell-delete-all-overlays): Call that.
4804 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4806         * help.el (help-for-help-internal): Improve doc of C-h a.
4807         (describe-key): Improve prompt; doc fix.
4809 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * vc-svn.el (vc-svn-registered): Catch all errors.
4813         * cus-dep.el (custom-make-dependencies): Typo.
4815 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4817         * net/tramp-util.el (top): Fix compilation warning.
4819 2005-11-13  Kim F. Storm  <storm@cua.dk>
4821         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4823 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4825         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4826         (gud-speedbar-buttons): Match on "const char *" too.
4828         * progmodes/gdb-ui.el (gdb-var-create-handler)
4829         (gdb-var-list-children-handler): Match on "const char *" too.
4830         (gdb-var-evaluate-expression-handler): Match on empty string.
4831         (gdb-var-update-handler): Only call
4832         gdb-var-evaluate-expression-handler when required.
4834 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4836         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4837         selected window.  This still doesn't work for speedbar.
4838         (gud-speedbar-buttons): Handle string expressions properly.
4840         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4841         (gdb-var-create-handler): Handle string expressions properly.
4842         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4843         Handle string expressions properly.  Move "type" field into regexp.
4845 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4847         * bookmark.el (bookmark-maybe-message): New function to reduce
4848         code duplication: invokes `message' iff baud-rate is high enough.
4849         (bookmark-write-file): Use above instead of an inline conditional.
4850         (bookmark-load): Same.
4852 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4854         * bookmark.el (bookmark-write-file): Don't visit the destination
4855         file, just write the data to it using write-region.  This is
4856         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4857         change to avoid visiting the file in the first place.
4859 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4861         * hi-lock.el (hi-lock-mode): Set the default value of
4862         font-lock-defaults.
4864 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4866         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4867         arg to `file-attributes'.
4868         (find-lisp-format): The UID and GID can now be strings.
4870 2005-11-12  Kim F. Storm  <storm@cua.dk>
4872         * help.el (help-map): Bind C-h d to apropos-documentation.
4874         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4875         when point is at end-of-buffer.
4877         * apropos.el (apropos-match-face): Doc fix.
4878         (apropos-sort-by-scores): Add new choice `verbose'.
4879         (apropos-documentation-sort-by-scores): New defcustom.
4880         (apropos-pattern): Now contains the pattern entered by the user.
4881         (apropos-pattern-quoted): New defvar.
4882         (apropos-regexp): New defvar, containing the regexp corresponding
4883         to apropos-pattern.
4884         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4885         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4886         interactive calls; returns list of words for a word list, and
4887         string for a regexp.
4888         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4889         parses a list of words or regexp as returned by apropos-read-pattern.
4890         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4891         (apropos-score-doc): Return a very high score if the string
4892         entered by the user matches literally.
4893         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4894         (apropos-command): Doc fix.  Use apropos-read-pattern and
4895         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4896         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
4897         apropos-parse-pattern.
4898         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
4899         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4900         apropos-documentation-sort-by-scores.  Call apropos-print with
4901         nosubst=t.
4902         (apropos-documentation-internal): Pass doc string through
4903         substitute-key-definition before adding text properties.
4904         Highlight substring matching literal user input if possible.
4905         (apropos-documentation-check-doc-file): Remove locals beg and end.
4906         Fix calculation of score (as added twice).  Pass doc string through
4907         substitute-key-definition before adding text properties.
4908         (apropos-documentation-check-elc-file): Pass doc string through
4909         substitute-key-definition before adding text properties.
4910         Highlight substring matching literal user input if possible.
4911         (apropos-print): Add new arg NOSUBST; if set, command and variable
4912         doc strings have already been passed through substitute-key-definition.
4913         Add code to handle apropos-accumulator items without score element
4914         for backwards compatibility (e.g. with woman package).
4915         Only show scores if apropos-sort-by-scores is `verbose'.
4917 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4920         Add jka-compr-load-suffixes to load-suffixes.
4922         * jka-compr.el: Require jka-cmpr-hook.
4923         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4924         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4925         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4926         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4927         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4928         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4929         (jka-compr-uninstall): Remove entries from
4930         jka-compr-added-to-file-coding-system-alist after they are used.
4931         (jka-compr-error): Remove unused var `curbuf'.
4932         (jka-compr-file-local-copy): Remove unused var `notfound'.
4934 2005-11-10  Romain Francoise  <romain@orebokech.com>
4936         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4938 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4940         * progmodes/gud.el (gud-menu-map): Move parentheses.
4941         (gdb): New command gud-pv.
4943 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * tar-mode.el: Remove spurious or unnecessary leading stars
4946         in docstrings.
4947         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4948         (tar-parse-octal-integer-safe): Use mapc.
4949         (tar-header-block-summarize): Remove unused var `ck'.
4950         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4951         cleared before.  Obey default-enable-multibyte-characters.
4952         Use mapconcat.  Simplify setting of tar-header-offset.
4953         (tar-mode-map): Move initialization inside delcaration.
4954         (tar-flag-deleted): Use `abs'.
4955         (tar-expunge-internal): Remove unused var `line'.
4956         (tar-expunge-internal): Don't hardcode point-min==1.
4957         (tar-expunge): Widen while doing set-buffer-multibyte.
4958         (tar-rename-entry): Use file-name-coding-system.
4959         (tar-alter-one-field): Don't hardcode point-min==1.
4960         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4961         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4963 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4965         * add-log.el (add-log-current-defun): Handle class::method
4966         notation of c++.  Fix incorrect comment.
4968 2005-11-10  Alan Mackenzie  <acm@muc.de>
4970         * help-fns.el (describe-variable): Make C-h v work when a variable
4971         has variable documentation yet is unbound.
4973 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4975         * man.el (Man-highlight-references): Set an empty
4976         string to `Man-arguments' if it is nil.
4977         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4979 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4982         commenting conventions.
4984         * cus-dep.el (custom-make-dependencies): Simplify.
4985         Better follow the commenting conventions.
4987 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4989         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4990         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4991         All uses changed.
4992         (apropos-rewrite-regexp): Doc fix.
4993         (apropos-variable, apropos-command, apropos, apropos-value):
4994         Change prompt; carry through the argument renaming.
4996 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4998         * find-lisp.el: Require dired.
4999         (find-lisp-find-dired-internal): Do not call
5000         `abbreviate-file-name' on DIR.
5002 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
5004         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5006 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
5008         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5009         when using the speedbar.
5010         (gdb): New command gud-pp.
5011         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5013 2005-11-09  Juri Linkov  <juri@jurta.org>
5015         * replace.el (occur-excluded-properties): New defcustom.
5016         (occur-1, occur-engine, occur-accumulate-lines): Use it.
5018 2005-11-08  Jay Belanger  <belanger@truman.edu>
5020         * calc/calc-units.el (math-convert-units): Replace any composite
5021         unit by its definition.
5023 2005-11-08  Lars Hansen  <larsh@soem.dk>
5025         * emacs-lisp/autoload.el (update-directory-autoloads):
5026         Add obsolete function alias.
5028 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5031         comment-indent-function.
5032         (lisp-comment-indent): Replace by an alias for comment-indent-default.
5034         * reveal.el (reveal-post-command): Rework the handling of
5035         reveal-open-spots, so as to be more reliable.  There were several
5036         tricky corner cases where an open spot might be lost, or where
5037         a closed spot might end up on the list of open spots.
5038         Only reveal text that's ellipsised.
5040 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
5042         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5044 2005-11-07  John Paul Wallington  <jpw@gnu.org>
5046         * ibuffer.el (ibuffer): Search iconified frames too when
5047         getting Ibuffer buffer's window.
5049 2005-11-06  Richard M. Stallman  <rms@gnu.org>
5051         * progmodes/compile.el (compilation-internal-error-properties):
5052         save-excursion around the computation of MARKER.
5054 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
5056         * textmodes/flyspell.el (flyspell-external-point-words):
5057         flyspell-get-word returns a list, not just a string.
5059 2005-11-06  John Paul Wallington  <jpw@pobox.com>
5061         * ibuffer.el (ibuffer): Search all visible frames when getting
5062         Ibuffer buffer's window.
5064 2005-11-07  Masatake YAMATO  <jet@gyve.org>
5066         * man.el (Man-reference-regexp): Accept spaces between
5067         `Man-name-regexp' and `Man-section-regexp'.
5068         (Man-apropos-regexp): New variable.
5069         (Man-abstract-xref-man-page): Use value for `Man-target-string'
5070         if available.
5071         (Man-highlight-references, Man-highlight-references0):
5072         Handle the case when `Man-arguments' includes "-k".
5073         (Man-highlight-references0): Rename the argument `TARGET-POS' to
5074         `TARGET'. `TARGET' can be a number, function or nil.
5076 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
5078         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5079         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5080         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5081         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5082         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5083         (gdb-send-item): Use buffer-local-value and simplify.
5085 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
5087         * startup.el (command-line): Use `custom-reevaluate-setting' for
5088         `global-font-lock-mode'.
5090         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5091         by default, except in batch mode or when the -D option is given.
5093         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5094         specified keyword args on to `define-minor-mode'.  Update docstring.
5096 2005-11-05  Romain Francoise  <romain@orebokech.com>
5098         * replace.el (occur-engine): Add marker at end of line, too.
5100 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5102         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5103         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5104         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5105         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5106         argument to all these routines, so the passphrase can be managed
5107         externally and passed in to the system.
5108         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5109         pgg-add-passphrase-to-cache function.
5111         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5112         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5113         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5114         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5115         argument to all these routines, so the passphrase can be managed
5116         externally and passed in to the system.
5117         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5118         function.
5120 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5122         * font-lock.el: Don't deal with font-lock-face-attributes here,
5123         move the code ...
5125         * startup.el (command-line): ... here.  Use face-spec-set instead
5126         of custom-declare-face.
5128         * faces.el (face-spec-set): Reset the face if spec is not nil.
5130 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5132         * newcomment.el (comment-region-internal): Box more tightly in the
5133         common case where there's no TAB in the boxed text.
5135 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5137         * info.el (info-tool-bar-map): Use images prev-node, next-node and
5138         up-node.
5140 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
5142         * newsticker.el: Commentary updated.  Code formatting changed.
5143         (newsticker-version): Change to "1.9".
5144         (newsticker, newsticker-feed): Doc fix.
5145         (newsticker-url-list): Doc fix.  Add option "Weekly".
5146         (newsticker-retrieval-interval): Add option "Weekly".
5147         (newsticker-headline-processing): Doc fix.
5148         (newsticker-auto-mark-filter): Remove.
5149         (newsticker-auto-mark-filter-list): New.
5150         (newsticker-layout, newsticker-sort-method): Doc fix.
5151         (newsticker-hide-old-items-in-newsticker-buffer)
5152         (newsticker-heading-format, newsticker-item-format)
5153         (newsticker-desc-format): Doc fix.
5154         (newsticker-show-all-rss-elements): Remove.
5155         (newsticker-show-all-news-elements): New.
5156         (newsticker-faces, newsticker-ticker): Doc fix.
5157         (remove-from-invisibility-spec): Code formatting.
5158         (newsticker--process-ids): New.
5159         (newsticker-mode): Doc fix.
5160         (newsticker-mode): Change mode-line-format.
5161         (newsticker-start): Remove debug output.
5162         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
5163         (newsticker-w3m-show-inline-images): Code formatting.
5164         (newsticker-next-item): Call `force-mode-line-update'.
5165         (newsticker-previous-item): Call `force-mode-line-update'.
5166         (newsticker-next-feed): Call `force-mode-line-update'.
5167         (newsticker-previous-feed): Call `force-mode-line-update'.
5168         (newsticker-mark-all-items-at-point-as-read): Code formatting.
5169         (newsticker-show-old-items): Do not show descs.
5170         (newsticker-hide-entry): Hide too much.
5171         (newsticker-hide-entry, newsticker-show-entry)
5172         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5173         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5174         (newsticker-toggle-auto-narrow-to-item): Code formatting.
5175         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5176         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5177         (newsticker-get-news): Call `force-mode-line-update'.
5178         Collect process ids.
5179         (newsticker--sentinel): Change coding system handling.
5180         Move image retrieval to new functions newsticker--get-logo-url-*.
5181         Move feed parsing to new functions newsticker--parse-*.
5182         Update list of process ids.
5183         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5184         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5185         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5186         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5187         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5188         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5189         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5190         (newsticker--decode-coding-string): Remove.
5191         (newsticker--decode-numeric-entities): Check input.  Format code.
5192         (newsticker--remove-whitespace): Check input.
5193         (newsticker--do-forget-preformatted): Doc fix.
5194         (newsticker--decode-rfc822-date): Allow for missing time.
5195         (newsticker--update-process-ids): New.
5196         (newsticker--image-sentinel): Change comment.
5197         (newsticker--image-read): Change error message.
5198         (newsticker--imenu-goto): Doc fix.  Show headline title.
5199         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5200         (newsticker--buffer-do-insert-text): Clean whitespace in
5201         html-rendered headline title.  Code formatting.
5202         Call `newsticker--buffer-print-extra-elements'.
5203         (newsticker--buffer-print-extra-element): Remove.
5204         (newsticker--buffer-print-extra-elements): New.
5205         (newsticker--buffer-do-print-extra-element): New.
5206         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
5207         large sizes.
5208         (newsticker--run-auto-mark-filter)
5209         (newsticker--do-run-auto-mark-filter):
5210         Use `newsticker-auto-mark-filter-list'.
5212 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
5214         * net/rcirc.el: Use split-string OMIT-NULLS argument.
5215         (rcirc-print): Force redisplay before running hooks.  Do long
5216         buffer truncation after making new text read-only.  Deal with nil
5217         text when decoding strings.  If TARGET is nil, use either the
5218         currently selected buffer, if it is an rcirc buffer and of the
5219         same process or the process buffer.
5220         (rcirc-mode): Remove header-line.  Recompute short buffer names.
5221         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5222         (rcirc-short-buffer-name): Add variable.
5223         (rcirc-kill-buffer-hook): Recompute short buffer names.
5224         Remove nick from private channel.
5225         (rcirc-send-input): Send command text to current-buffer.
5226         Don't clear overlay arrow here.
5227         (rcirc-short-buffer-name): Return a short buffer name.
5228         (rcirc-update-short-buffer-names, rcirc-abbreviate)
5229         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5230         buffer-name abbreviations.
5231         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5232         Do not touch nick-table when killing a parted channel.
5233         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5234         Clear arrow from current buffer if it is now hidden.
5235         (rcirc-current-buffer): Add variable.
5236         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5237         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5238         Remove -face from names.
5239         (rcirc-update-activity-string): Print "DND" when globally ignoring
5240         activity.
5241         (rcirc-ignore-buffer-activity-flag): Rename from
5242         rcirc-ignore-channel-activity.
5243         (rcirc-ignore-all-activity-flag): Doc fix.
5244         (rcirc-channels): Remove variable.
5245         (rcirc-kill-buffer-hook):
5246         (rcirc-get-buffer-create): Add nick to private channel.
5247         (rcirc-multiline-edit-submit): Remove tabs.
5248         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5249         folded.
5250         (rcirc-remove-nick-channel): Bug fix.
5251         (rcirc-toggle-ignore-buffer-activity): Rename from
5252         rcirc-toggle-ignore-channel-activity.
5253         (rcirc-record-activity): Add buffers to the front of the list.
5254         (rcirc-update-activity): Remove killed buffers from list.
5255         (rcirc-process-server-response-1): Remove last argument if it is
5256         null before calling handler.
5257         (rcirc): Add "rcirc" defcustom prefix.
5258         (rcirc-prompt): Simplify default prompt.
5259         Use custom-initialize-default.
5260         (rcirc-private-chats): Remove variable.
5261         (rcirc-prompt): Change initialization.
5262         (rcirc-version): Remove function.
5263         (rcirc-id-string): Add constant.
5264         (rcirc-last-buffer): Remove variable.
5265         (rcirc-buffer-alist): Add variable.
5266         (rcirc-connect): Update variable setup.
5267         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5268         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5269         default.
5270         (rcirc-handler-generic): Trigger activity.
5271         (rcirc-send-message): Create the buffor of the target.
5272         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5273         (rcirc-get-buffer): Just return nil if there is no matching buffer.
5274         (rcirc-multiline-edit-cancel): Remove function.
5275         (rcirc-set-last-buffer): Remove function.
5276         (rcirc-get-any-buffer): Add function.
5277         (rcirc-join-channels): Don't print /join text.
5278         (rcirc-toggle-ignore-channel-activity): Add and update echo area
5279         messages.
5280         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5281         (rcirc-handler-NOTICE): Recognize CTCP responses.
5282         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5283         constructing TOPIC string for buffers we are not JOINed.
5284         (rcirc-handler-CTCP-response): Add handler.
5285         (rcirc-multiline-edit-submit): Restore the window-configuration
5286         before adjusting point.
5287         (rcirc): Add customization group.
5288         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5289         (rcirc-user-full-name, rcirc-startup-channels-alist)
5290         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5291         (rcirc-ignore-all-activity-flag, rcirc-time-format)
5292         (rcirc-input-ring-size, rcirc-read-only-flag)
5293         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5294         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5295         Change defvar to defcustom.
5296         (rcirc-update-prompt): Add optional ALL arg, which will update
5297         prompts in all rcirc buffers.  Regexp quote replacement text.
5298         (rcirc-fill-column): Accept frame-width as a value.
5299         (rcirc-set-changed): Add function.
5300         (rcirc-next-active-buffer): Write more meaningful messages.
5301         (rcirc-faces): Add customization group.
5302         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5303         (rcirc-nick-in-message-face, rcirc-prompt-face)
5304         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5305         (with-rcirc-process-buffer): Move before first usage.
5306         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5307         (rcirc-debug-flag): Rename from `rcirc-log-p'.
5308         (rcirc-debug): Rename from `rcirc-log'.
5309         (rcirc-format-response-string): Do not print `-' chars for a
5310         NOTICE with no sender.  Simplify output of server responses.
5312 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5314         (rcirc-browse-url-map, rcirc-browse-url-at-point)
5315         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5316         Make urls mouse and RET clickable.
5318 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
5320         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5322 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
5324         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5325         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5326         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5327         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5328         argument to all these routines, so the passphrase can be managed
5329         externally and passed in to the system.
5330         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5331         pgg-add-passphrase-to-cache function.
5333         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5334         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5335         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5336         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5337         argument to all these routines, so the passphrase can be managed
5338         externally and passed in to the system.
5339         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5340         function.
5342 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
5344         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5345         from goto-address-url-regexp.
5347 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
5349         * textmodes/org.el (org-read-date, org-goto-calendar)
5350         (org-recenter-calendar, org-agenda-goto-calendar):
5351         Temporarily clear `calendar-move-hook'.
5353 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5355         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5356         merging.
5358         * ediff-util.el (ediff-previous-difference): Don't skip regions that
5359         have merge clashes.
5361 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5363         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5364         Undo previous change.
5366         * startup.el (command-line): Use `custom-reevaluate-setting' for
5367         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
5368         tty-register-default-colors on Mac.
5370 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5372         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5373         (gdb-buffer-type): Make it automatically buffer local...
5374         (gdb-get-create-buffer): ...and set it accordingly.
5375         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5376         actually work.
5378 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
5380         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5381         not red.
5383 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5385         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5386         case GUD buffer is not visible.
5387         (gdb-goto-breakpoint): Try to force display in source buffer.
5388         (gdb-frame-gdb-buffer): Copy other similar functions.
5389         (gdb-restore-windows): Don't display source if not asked for.
5390         (gdb-assembler-buffer-name): Don't capitalise.
5392 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5394         * wid-edit.el (key-sequence): New widget type.
5396         * simple.el (set-mark-command-repeat-pop): New variable.
5397         (set-mark-command): Only interpret plan C-@ after a pop as a pop
5398         if set-mark-command-repeat-pop is true.
5400         * info.el (Info-fontify-node): Don't display extra "see" if there
5401         already is one here.
5403         * mouse.el: Fix special handling of DEL after dragging a region:
5404         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5405         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
5407         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5409         * textmodes/ispell.el (ispell-command-loop): Change `i' description
5410         not to assume it pertains to an affix.
5412         * textmodes/flyspell.el (flyspell-post-command-hook):
5413         Bind deactivate-mark to prevent deactivation.
5415 2005-11-03  Lars Hansen  <larsh@soem.dk>
5417         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5418         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5419         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5421 2005-11-03  Romain Francoise  <romain@orebokech.com>
5423         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
5424         Update copyright years.
5426 2005-11-03  Sam Steingold  <sds@gnu.org>
5428         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5429         Use system-type instead of window-system because window-system is not
5430         correctly defined during loadup.
5432 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
5434         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5435         (xml-parse-tag): Join strings separated by a comment properly.
5437 2005-11-02  Andreas Schwab  <schwab@suse.de>
5439         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5441 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5443         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5444         (byte-optimize-pure-func): Quote the eval'd value.
5446         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5447         Rename from perl-font-lock-syntactic-face-function.
5448         Change the calling convention so it can be used as a font-lock MATCHER.
5449         Do the parse-partial-sexp loop outselves.
5450         (perl-font-lock-syntactic-keywords): Use it.
5451         (perl-mode): Don't set font-lock-syntactic-face-function any more.
5453 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
5455         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5456         disassembly buffer too.
5457         (gdb-exited): Remove overlay arrows when execution has finished.
5458         (gdb-info-frames-custom, gdb-info-threads-custom)
5459         (gdb-info-registers-custom): Don't add inappropriate text
5460         properties if inferior is not active.
5462 2005-11-02  Glenn Morris  <rgm@gnu.org>
5464         * progmodes/fortran.el (fortran-blink-match):
5465         Use `blink-matching-delay'.
5467 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
5469         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5471 2005-11-02  Lars Hansen  <larsh@soem.dk>
5473         * net/tramp.el (tramp-action-out-of-band): Handle scp message
5474         "Permission denied".
5476 2005-11-01  Richard M. Stallman  <rms@gnu.org>
5478         * textmodes/flyspell.el (flyspell-external-point-words):
5479         Pass nil to flyspell-get-word.
5481 2005-11-02  Kim F. Storm  <storm@cua.dk>
5483         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5484         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5486 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5489         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5490         (calendar-mouse-print-dates): Add optional `event' argument.
5491         Update interactive-spec.
5492         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5493         Use `calendar-event-to-date' instead of `event'.
5495 2005-11-02  Masatake YAMATO  <jet@gyve.org>
5497         * progmodes/ld-script.el (ld-script-builtins):
5498         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5499         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5500         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5502 2005-11-01  Romain Francoise  <romain@orebokech.com>
5504         * vc-sccs.el: Update copyright year.
5505         * ezimage.el: Likewise.
5507 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
5509         * info.el (Info-fontify-node): Use `string-width' for fontifying
5510         underlined titles.
5512 2005-11-01  Juri Linkov  <juri@jurta.org>
5514         * info.el (Info-fontify-node): Downcase node header keywords Node,
5515         Prev, Next, Up before comparison.
5516         (Info-history): Insert absolute directory name, and put invisible
5517         property on it.
5519 2005-11-01  Juri Linkov  <juri@jurta.org>
5521         * info.el (Info-file-supports-index-cookies): New variable.
5522         (Info-find-node-2): Check makeinfo version for index cookie support.
5523         (Info-index-nodes): Search for nodes with index cookies only when
5524         Info-file-supports-index-cookies is t.  Otherwise, search nodes
5525         with "Index" in the node name.
5526         (Info-index-node): Search index cookie in the current node only when
5527         Info-file-supports-index-cookies is t.  Otherwise, check the word
5528         "Index" in the node name.
5529         (Info-find-emacs-command-nodes): Remove code that searches nodes
5530         with "Index" node name in the top menu.
5532 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5534         * progmodes/scheme.el (scheme-mode-variables): Use the default
5535         comment-indent-function.
5537         * faces.el (face-attribute): Handle the case where a face inherits from
5538         a non-existent face.
5540         * simple.el (eval-expression-print-format): Use lisp-readable syntax
5541         for octal and hexa output, and merge the char into the paren.
5542         (kill-new): Use push.
5543         (copy-to-buffer): Use with-current-buffer.
5544         (completion-setup-function): Move code in loop to remove redundancy.
5545         (minibuffer-local-must-match-map): Don't add bindings that duplicate
5546         those inherited from minibuffer-local-completion-map.
5548         * savehist.el (savehist-mode) <defcustom>:
5549         Use custom-set-minor-mode if available.
5550         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5551         and emit a message if applicable.
5553 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5555         * savehist.el: Sync up to version 19.
5556         (savehist-mode): New minor mode.
5557         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5558         (savehist-length): Remove (use history-length instead).
5559         (savehist-file-modes): Rename from savehist-modes.
5560         (savehist-save-hook, savehist-loaded): New vars.
5561         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5562         old format to new format.
5563         (savehist-install): Allow savehist-autosave-interval to be nil.
5564         (savehist-save): Run the new hook.  Be more careful to only trim the
5565         history variables.
5566         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5567         (savehist-printable): Print into a buffer rather than char-by-char.
5569 2005-11-01  John Wiegley  <johnw@newartisans.com>
5571         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5572         toggle-ignore keybinding (C-a).  The author said it had been
5573         disabled much earlier due to a possible incompatibility, but after
5574         many months of usage I have encountered no problems (and it is a
5575         rather useful option, especially for switching to " *temp*").
5577         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5578         support for OS/X's AddressBook, by calling out to the open source
5579         program "contacts" (installable through Fink).
5581         * net/eudc.el (eudc-expand-inline): If the
5582         `eudc-multiple-match-handling-method' is set to `all', delete the
5583         query string before inserting the query result.
5585         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5586         flag, to prevent Eshell from using the system ls when
5587         `eshell-ls-insert-directory' is in used.
5588         (eshell-ls-insert-directory): Disable font-lock in directory
5589         buffer so that Eshell's own fontification is seen.  This broke
5590         recently due to changes in font-lock, so this goes back to version
5591         21 behavior.
5593 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5595         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5596         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5597         (gdb-many-windows): Doc fix.
5599 2005-10-31  Romain Francoise  <romain@orebokech.com>
5601         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5603 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5605         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5606         that global-font-lock-mode can be enabled by default.
5608         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5609         (font-lock-add-keywords, font-lock-remove-keywords)
5610         (font-lock-fontify-buffer): Remove autoload cookies.
5612         * jit-lock.el (jit-lock-register): Likewise.
5614         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5616 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5618         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5619         intact if there is no gud-comint-buffer.
5621 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5623         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5624         old prompt comint-prompt-read-only is t and GDB commands are
5625         issued from tool bar etc.
5627 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5629         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5631 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5633         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5634         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5636 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5638         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5639         starting at beginning of line.  Fontification is messed up when
5640         `open-paren-in-column-0-is-defun-start' set to t.
5641         Reported by John Paul Wallington <jpw@pobox.com>.
5643 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5645         * comint.el (comint-send-input): Call `comint-update-fence' when
5646         `comint-process-echoes' and `comint-prompt-read-only' are both
5647         non-nil, to avoid leftover read-only newline.
5649 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5651         * textmodes/flyspell.el (flyspell-external-point-words):
5652         Detect when WORD can't be checked properly because
5653         flyspell-get-word finds just part of it, and move on.
5655         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5656         boundarychar for Polish.
5657         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5658         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5660 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5662         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5663         (gdb-registers-font-lock-keywords): Delete.
5664         (gdb-registers-mode): Don't fontify.
5665         (gdb-info-registers-custom): Use text properties instead as, in
5666         future, changed register values will use font-lock-warning-face.
5667         (gdb-local-font-lock-keywords): Rename to...
5668         (gdb-locals-font-lock-keywords): ...for consistency.
5670 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5672         * vc.el (vc-switch-backend): Better error message if the buffer is
5673         not visiting a file under version control.
5675         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5677 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5679         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5680         ~/.emacs.d/.emacs.
5682 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5684         * replace.el (occur-mode-mouse-goto): Always go to other window.
5685         (occur-mode-goto-occurrence): Always switch in same window.
5687         * simple.el (undo): Display message at end, not at start.
5689         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5690         New arg REUSE-CELL.
5691         (cancel-timer-internal): New function.
5692         (timer-event-handler): Use cancel-timer-internal,
5693         and pass the cell it returns to timer-activate...
5695         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5696         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5697         (jit-lock-after-change): Test memory-full.
5699 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5701         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5702         part of the decoded armor to find the key-identifier.
5703         (pgg-gpg-lookup-key-owner): New function to return the
5704         human-readable identifier of a key owner.
5705         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5706         key itself.
5707         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5708         the key value) if we have a key and can match it against a secret
5709         key.  Also, added a note pointing out fact that the prompt only
5710         indicates the first matching key.
5712         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5713         pgg-decrypt-region.
5714         (pgg-pending-timers): A new hash for tracking the passphrase cache
5715         timers, so that new ones supercede old ones.
5716         (pgg-add-passphrase-to-cache): Rename from
5717         `pgg-add-passphrase-cache' to reduce confusion (all callers
5718         changed).  Modified to cancel old timers when new ones are added.
5719         (pgg-remove-passphrase-from-cache): Rename from
5720         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5721         changed).  Modified to cancel old timers when their keys are
5722         removed from the cache.
5723         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5724         XEmacs, an indirection to delete-itimer.
5725         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5726         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5727         users can only check cache without risk of prompting.  Correct bug in
5728         notruncate behavior.
5729         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5730         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5731         Add informative docstrings.
5732         (pgg-decrypt): Convey provided passphrase in subordinate call to
5733         pgg-decrypt-region.
5735         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5736         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5737         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5738         `passphrase' argument, so the passphrase can be managed externally
5739         and then passed in to the system.
5741         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5742         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5743         so the passphrase cache can be used reliably with identifiers
5744         besides a pgp packet's key id.
5746         * pgg-gpg.el (pgg-pgp-encrypt-region)
5747         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5748         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5749         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5750         argument to all these routines, so the passphrase can be managed
5751         externally and passed in to the system.
5753         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5754         `notruncate' argument, so the passphrase cache can be used
5755         reliably with identifiers besides a pgp packet's key id.
5757 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5759         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5760         symmetric encryption.
5761         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5762         encrypted session key.
5763         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5764         message ask for the passphrase in a proper way.
5766         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5767         New user commands for symmetric encryption.
5769 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5771         * textmodes/conf-mode.el (conf-assignment-sign)
5772         (conf-assignment-regexp): Fix docstrings.
5773         (conf-mode-initialize): New function.
5774         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5775         recognize recursive calls.
5776         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5777         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5778         (conf-xdefaults-mode): Use define-derived-mode and
5779         conf-mode-initialize.
5781 2005-10-29  Romain Francoise  <romain@orebokech.com>
5783         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5785 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5787         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5788         part of the decoded armor to find the key-identifier.
5789         (pgg-gpg-lookup-key-owner): New function to return the
5790         human-readable identifier of a key owner.
5791         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5792         key itself.
5793         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5794         the key value) if we have a key and can match it against a secret
5795         key.  Also, added a note pointing out fact that the prompt only
5796         indicates the first matching key.
5798         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5799         pgg-decrypt-region.
5800         (pgg-pending-timers): A new hash for tracking the passphrase cache
5801         timers, so that new ones supercede old ones.
5802         (pgg-add-passphrase-to-cache): Rename from
5803         `pgg-add-passphrase-cache' to reduce confusion (all callers
5804         changed).  Modified to cancel old timers when new ones are added.
5805         (pgg-remove-passphrase-from-cache): Rename from
5806         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5807         changed).  Modified to cancel old timers when their keys are
5808         removed from the cache.
5809         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5810         XEmacs, an indirection to delete-itimer.
5811         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5812         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5813         users can only check cache without risk of prompting.  Correct bug in
5814         notruncate behavior.
5815         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5816         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5817         Add informative docstrings.
5818         (pgg-decrypt): Convey provided passphrase in subordinate call to
5819         pgg-decrypt-region.
5821 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5823         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5824         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5825         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5826         `passphrase' argument, so the passphrase can be managed externally
5827         and then passed in to the system.
5829         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5830         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5831         so the passphrase cache can be used reliably with identifiers
5832         besides a pgp packet's key id.
5834         * pgg-gpg.el (pgg-pgp-encrypt-region)
5835         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5836         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5837         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5838         argument to all these routines, so the passphrase can be managed
5839         externally and passed in to the system.
5841         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5842         `notruncate' argument, so the passphrase cache can be used
5843         reliably with identifiers besides a pgp packet's key id.
5845 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5847         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5848         symmetric encryption.
5849         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5850         encrypted session key.
5851         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5852         message ask for the passphrase in a proper way.
5854         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5855         New user commands for symmetric encryption.
5857 2005-10-28  Bill Wohler  <wohler@newt.com>
5859         * help-mode.el (help-url): New button type.  Calls browse-url.
5860         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5861         Similar to Info nodes: URL `url'.
5862         (help-make-xrefs): Create help-url buttons for
5863         help-xref-url-regexp matches.
5865 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5867         * tool-bar.el (tool-bar-add-item-from-menu)
5868         (tool-bar-local-item-from-menu): Fix doc strings.
5870 2005-10-28  Romain Francoise  <romain@orebokech.com>
5872         * ldefs-boot.el: Update.
5874         * subr.el (locate-library): Move from help-fns.el.
5875         * help-fns.el (locate-library): Move to subr.el.
5877 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5879         * net/tramp.el (tramp-completion-mode): defvar moved up.
5881         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5883         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5885         * files.el (find-file-noselect): Use %d to format large file size.
5887         * bindings.el (mode-line-format): Add %e.
5889         * loadup.el ("facemenu"): Load unconditionally.
5890         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5891         ("x-dnd"): Load, when appropriate.
5893         * startup.el (command-line): Call before-init-hook earlier.
5894         Warn about some bad characters in -u user name.
5896         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5897         (flyspell-external-point-words): Error if misspelled word is not found.
5898         Set flyspell-large-region-beg at end of word.
5900 2005-10-28  Andreas Schwab  <schwab@suse.de>
5902         * view.el (View-revert-buffer-scroll-page-forward):
5903         Use view-page-size-default.
5905 2005-10-28  Juri Linkov  <juri@jurta.org>
5907         * international/quail.el (quail-get-current-str): Translate last
5908         raw character for deterministic input methods.
5910 2005-10-27  Jay Belanger  <belanger@truman.edu>
5912         * calc/calc-ext.el: Add functions to autoloads.
5913         (math-identity-matrix-p, math-ident-row-p): New functions.
5915         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5916         multiplication by an identity matrix; don't turn multiplication by
5917         an inverse matrix into division.
5918         (math-div-symbol-fancy): Replace division by matrices with
5919         multiplication by inverse.
5921         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5923         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5924         (calc-writeoutpower): New functions.
5926 2005-10-27  Romain Francoise  <romain@orebokech.com>
5928         * replace.el (occur-engine): Include colon in mouse-face highlight.
5930         * dired-x.el: Change Maintainer field.
5932 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5934         * longlines.el (longlines-mode): Bind after-change-functions to
5935         nil during initial decoding and final encoding.
5937 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5939         * term.el (term-emulate-terminal, term-handle-colors-array)
5940         (term-handle-ansi-escape): Specify the terminfo capabilities
5941         implemented.
5943 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5945         * info.el (Info-fontify-node): Fix detection of sentence-break
5946         before *Note.
5948 2005-10-26  Romain Francoise  <romain@orebokech.com>
5950         * smerge-mode.el: Add `tools' to file keywords.
5952 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5954         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5955         when the fringe is not available.
5957         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5958         (def-gdb-auto-update-trigger): Simplify construction.
5959         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5960         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5961         defined explicitly.
5962         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5963         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5964         defined explicitly.
5965         (gdb-info-locals-custom): Remove as it's a no-op.
5967 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5969         * longlines.el (longlines-mode): Remove narrowing before
5970         performing the initial decoding or final encoding.
5972 2005-10-25  Romain Francoise  <romain@orebokech.com>
5974         * emacs-lisp/find-func.el (find-library-name): Also strip
5975         extension if library name ends in .el, to take advantage of
5976         `find-library-suffixes'.
5978 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5980         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5982 2005-10-25  Juri Linkov  <juri@jurta.org>
5984         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5985         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5987 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5990         (blackbox-redefine-key): Add argument `map'.
5992         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5993         regions when moving the jit-lock-context-unfontify-pos boundary.
5995 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5997         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5999 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6001         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6003 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6005         * play/blackbox.el (blackbox-redefine-key): New function.
6006         (blackbox-mode-map): Use it to remap existing bindings for cursor
6007         motion instead of binding literal keys.
6009 2005-10-25  Glenn Morris  <rgm@gnu.org>
6011         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6012         diary does not end in a newline.  Do not assume a blank line at
6013         the start of the diary file.
6015 2005-10-25  Kenichi Handa  <handa@m17n.org>
6017         * international/quail.el (quail-translate-key): If the input
6018         method is deterministic and failed to handle the last key, restart
6019         the key handling loop from an appropriate key.
6021 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
6023         * vc.el (vc-dired-mode): Extend comment for binding of
6024         `directory-listing-before-filename-regexp'.
6026 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * textmodes/texinfo.el (texinfo-mode):
6029         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6030         not to unnecessarily expose emacs-mule's internal char codes.
6032 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
6034         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6035         Display hand pointer and help-echo on disabled icon too.
6036         (gdb-mouse-until): New function.
6037         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6039 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
6041         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6042         with 2005-10-23 change to doctor.el.
6044         * finder.el (finder-mode-map): Add follow-link binding.
6046 2005-10-25  Kim F. Storm  <storm@cua.dk>
6048         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6049         to gdb-mouse-toggle-breakpoint-fringe.
6050         (gdb-mouse-toggle-breakpoint-margin): Rename from
6051         gdb-mouse-toggle-breakpoint.  Fix doc.
6052         (gdb-mouse-toggle-breakpoint-fringe): New defun.
6053         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
6054         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6055         string properties also for fringe breakpoint bitmaps.
6057 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
6059         * textmodes/org.el (org-start-icalendar-file): Fix format form.
6061 2005-10-25  Masatake YAMATO  <jet@gyve.org>
6063         * simple.el (completion-common-substring):
6064         Use `completion-common-substring' prior to `completion-base-size'.
6066 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
6068         * savehist.el: Require CL while compiling.
6069         (savehist-history-variables): Remove.
6070         (savehist-save-minibuffer-history, savehist-additional-variables)
6071         (savehist-minibuffer-history-variables): New vars.
6072         (savehist-save): Use them.
6073         (savehist-uninstall, savehist-minibuffer-hook): New funs.
6074         (savehist-install): New fun, extracted from savehist-load.
6075         (savehist-load): Use them.
6077 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6080         a dummy doc-string-elt property.
6081         (defalias, defvaralias, define-category): Add a docstring property.
6083         * image.el (defimage):
6084         * widget.el (define-widget):
6085         * custom.el (defface, defcustom): Add `doc-string' declaration.
6087         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6088         (defadvice): Add `doc-string' declaration.
6090         * emacs-lisp/byte-run.el (macro-declaration-function):
6091         Handle `doc-string' declarations.
6092         (define-obsolete-function-alias, define-obsolete-variable-alias):
6093         Add `doc-string' declaration.
6095 2005-10-24  Kenichi Handa  <handa@m17n.org>
6097         * international/utf-7.el (utf-7): Add autoload cookie.
6099         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6101 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
6103         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6104         list of directories passed to batch-update-autoloads.  Add "." to
6105         the list of the echoed directories.
6107         * pgg-def.el:
6108         * pgg-gpg.el:
6109         * pgg-parse.el:
6110         * pgg-pgp.el:
6111         * pgg-pgp5.el:
6112         * pgg.el: Moved here from the gnus subdirectory.
6114 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
6116         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6117         in case comint-prompt-read-only is set to t.
6119         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6120         in case comint-prompt-read-only is set to t.
6122 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
6124         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6125         Now a string.
6126         (icalendar-import-format): Handle CLASS, STATUS, URL.
6127         Rename `subject' to `summary'.
6128         (icalendar-import-format-summary): Rename from
6129         `icalendar-import-format-subject'.
6130         (icalendar-import-format-url, icalendar-import-format-status)
6131         (icalendar-import-format-class): New variables.
6132         (icalendar--rris): Take variable argument list.
6133         (icalendar--datestring-to-isodate): Remove unnecessary
6134         calendar-style check when converting dates with explicit month names.
6135         (icalendar-export-region): Change return type of conversion
6136         subroutines.  Bury current buffer unless error occurred.
6137         (icalendar--convert-to-ical)
6138         (icalendar--parse-summary-and-rest): New functions.
6139         (icalendar--convert-ordinary-to-ical)
6140         (icalendar--convert-weekly-to-ical)
6141         (icalendar--convert-yearly-to-ical)
6142         (icalendar--convert-block-to-ical)
6143         (icalendar--convert-cyclic-to-ical)
6144         (icalendar--convert-anniversary-to-ical): Change return type.
6145         Strip trailing blanks from subject.
6146         (icalendar--convert-sexp-to-ical): Change return type.
6147         Strip trailing blanks from subject.  Handle simple sexp
6148         entries as generated by icalendar.el.
6149         (icalendar--convert-float-to-ical)
6150         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6151         (icalendar-import-file): Doc fix.
6152         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6153         Correct call to icalendar--rris.
6154         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
6155         `summary'.
6156         (icalendar--add-diary-entry): Rename `subject' to `summary'.
6158 2005-10-24  Romain Francoise  <romain@orebokech.com>
6160         * server.el (server-sentinel): Set query-on-exit flag to nil on
6161         new client processes (it isn't inherited from the server process).
6163         * replace.el (occur-engine): Rearrange text properties.
6165 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6168         case-fold-search is nil.
6169         (debug-help-follow): Use help-xref-interned directly.
6171 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6173         * thumbs.el (thumbs-image-type): Add .pbm.
6175 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6177         * faces.el (inhibit-face-set-after-frame-default): New variable.
6178         (set-face-attribute): Bind it.
6179         (face-set-after-frame-default): Test it.
6181         * help-fns.el (describe-simplify-lib-file-name): New function.
6182         (describe-function-1, describe-variable): Use it.
6184         * faces.el (describe-face): Use describe-simplify-lib-file-name.
6186         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6187         Eliminate nil as possible value.
6188         (tooltip-hide-delay): Reduce internal-border-width.
6190         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6191         (menu-bar-file-menu) <new-file>: Likewise.
6193         * simple.el (line-move-finish): Ignore fields computing LINE-END.
6195         * international/mule.el (load-with-code-conversion):
6196         Pass full file name to `eval-buffer' unless preloading.
6198         * textmodes/flyspell.el (flyspell-large-region):
6199         Call ispell-check-version.
6201         * textmodes/ispell.el (ispell-local-dictionary-overridden):
6202         Fix the make-variable-buffer-local call that was supposed
6203         to be for this variable.
6204         (ispell-aspell-supports-utf8): Doc fix.
6205         (ispell-find-aspell-dictionaries): Preserve elements of
6206         ispell-dictionary-alist for dictionaries that aspell doesn't report.
6207         (ispell-aspell-find-dictionary): Return nil on error.
6209         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6210         (doctor-symptoms): Likewise.
6212         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6214 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6216         * cus-edit.el (custom-button, custom-button-pressed): New vars.
6217         (custom-raised-buttons): Add :set spec.
6218         (custom-button-unraised, custom-button-pressed-unraised):
6219         New faces, so that custom-raised-buttons actually does something.
6220         (custom-mode): Use custom-button and custom-button-pressed.
6222         * wid-edit.el (widget-specify-button): Don't ignore
6223         widget-mouse-face on graphic terminals.
6224         (widget-move-and-invoke): Cleanup.
6226 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
6228         * whitespace.el (whitespace-cleanup): Doc fix.
6230 2005-10-23  Romain Francoise  <romain@orebokech.com>
6232         * emulation/viper.el (viper-set-hooks): Quote forms passed to
6233         `eval-after-load' to avoid evaluating their result.
6235 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
6237         * files.el (directory-listing-before-filename-regexp):
6238         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
6240         * dired.el (dired-move-to-filename-regexp): Remove.
6241         All occurences replaced by `directory-listing-before-filename-regexp'.
6243         * dired-x.el, locate.el, vc.el:
6244         Replace `dired-move-to-filename-regexp' by
6245         `directory-listing-before-filename-regexp'.  In vc.el it is
6246         overwritten locally; maybe this can be handled in files.el too.
6248         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
6249         replaced by `directory-listing-before-filename-regexp'.
6251 2005-10-23  Andreas Schwab  <schwab@suse.de>
6253         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6254         and eval-next-after-load.
6256 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6258         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6259         exist, create it.
6261 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
6263         * allout.el: Remove autoloads for mailcrypt and crypt++.
6264         Require pgg, pgg-gpg during compilation.
6265         (allout-version): Increment version number to 2.1, and use a literal
6266         rather than RCS Id.
6267         (allout-default-encryption-scheme): Remove.
6268         (allout-passphrase-verifier-handling)
6269         (allout-passphrase-verifier-string)
6270         (allout-file-passphrase-verifier-string)
6271         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6272         (allout-passphrase-hint-handling): Rename and simplify.
6273         (allout-init): Use `find-file-hook' if available, otherwise
6274         `find-file-hooks'.
6275         (allout-mode): Use `write-file-functions' if available, otherwise
6276         `local-write-file-hooks' and, instead of making auto-save-hook
6277         buffer local, make the write-file-hook activity contingent to
6278         allout-mode.
6279         (allout-mode): Use key-binding substitution in the docstring.
6280         (allout-kill-line): Spell-out kill ring data structure mutation
6281         instead of using byte-compiler-complaint-provoking `pop'.
6282         (allout-insert-listified): Use `insert' rather than `insert-string'
6283         (allout-toggle-current-subtree-encryption): Update docstring, adjust
6284         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6285         (allout-encrypt-string): Totally revamped vis new underlying
6286         encryption facilities.
6287         (allout-mc-activate-passwd): Remove.
6288         (allout-obtain-passphrase): New, more or less replaces
6289         allout-mc-activate-passwd.
6290         (allout-encrypted-key-info): More or less replaces
6291         allout-encrypted-text-type.
6292         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6293         (my-mark-marker): Use `(featurep 'xemacs)'.
6295 2005-10-23  Lars Hansen  <larsh@soem.dk>
6297         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6298         (byte-compile-file-form-defmumble, byte-compile-defun)
6299         (byte-compile-defmacro): Use it.
6300         (byte-compile-form): Don't call byte-compile-set-symbol-position
6301         when a byte-compile handler is called.
6303 2005-10-22  Romain Francoise  <romain@orebokech.com>
6305         * savehist.el (savehist-history-variables): Add `grep-find-history'.
6307         * subr.el (eval-after-load): Convert library name to an absolute
6308         file name using locate-library, since load-history no longer has
6309         library names in it.
6311 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6313         * files.el (make-temp-file): Move from subr.el.
6314         * subr.el (make-temp-file): Move to files.el.
6316         * window.el (get-buffer-window-list): Move from subr.el.
6317         * subr.el (get-buffer-window-list): Move to window.el.
6319         * image.el (image-load-path): Use eval-at-startup to initialize.
6321         * subr.el (eval-at-startup): New macro.
6323         * subr.el: Much rearrangement of functions and division
6324         into pages.  No code changes.
6326 2005-10-22  Kenichi Handa  <handa@m17n.org>
6328         * tar-mode.el (tar-extract): Be sure to call
6329         find-operation-coding-system if set-auto-coding doesn't find a
6330         coding system.
6332 2005-10-22  Kim F. Storm  <storm@cua.dk>
6334         * image.el (image-type-header-regexps): Rename from image-type-regexps.
6335         Change users.
6336         (image-type-file-name-regexps): New defconst.
6337         (image-type-from-data): Simplify loop.
6338         (image-type-from-buffer): New defun.
6339         (image-type-from-file-header): Use it instead of image-type-from-data.
6340         Use image-search-load-path instead of only looking in data-directory.
6341         (image-type-from-file-name): New defun.
6342         (image-search-load-path): Change `pathname' to `filename'.
6343         Make PATH arg optional, default to image-load-path.
6345 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6347         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6349         * textmodes/paragraphs.el (sentence-end-base): New variable.
6350         (sentence-end): Use sentence-end-base.
6352 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6354         * font-lock.el (font-lock-default-fontify-region): Check the multiline
6355         property independently from the font-lock-multiline variable.
6357 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6359         * emacs-lisp/find-func.el (find-library-name): Doc fix.
6361         * startup.el (command-line): Convert library names
6362         in `load-history' to absolute file names.
6364         * subr.el (symbol-file): Doc fix.
6366         * loadhist.el (file-loadhist-lookup): Call locate-library
6367         instead of find-library-name.  Don't try converting
6368         abs file names to library names, since load-history no longer
6369         has library names in it.
6370         (file-dependents, file-provides, file-requires): Doc fixes.
6372 2005-10-21  Juri Linkov  <juri@jurta.org>
6374         * progmodes/etags.el (tags-table-mode): New function.
6375         (tags-verify-table): Replace initialize-new-tags-table with
6376         tags-table-mode.
6378         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6379         default value.
6380         (desktop-modes-not-to-save): Add tags-table-mode to the
6381         default value.
6383         * info.el (Info-index-next): Add total number of index
6384         alternatives to the message.
6386         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6387         backward only space (instead of space and period) before looking
6388         at sentence end.
6390         * simple.el (set-variable): Use user-variable-p instead of symbolp.
6391         Add the old variable value as 4th default-value arg of read-string.
6393 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6395         * cus-face.el (custom-declare-face): Make face from X resources
6396         also on Mac.
6398         * disp-table.el (standard-display-g1, standard-display-graphic):
6399         Refuse to use string glyphs also on Mac.
6400         (standard-display-european): Don't set terminal coding system also
6401         on Mac.
6403         * frame.el (display-screens): Use x-display-screens also on Mac.
6405 2005-10-21  Romain Francoise  <romain@orebokech.com>
6407         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
6409 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6411         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6412         and $? into sexps.
6414         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6415         warning face on open-paren-in-column-0.
6417         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6418         boundary case.  Fix typo.
6419         Suggested by Martin Rudalics <rudalics@gmx.at>.
6421 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6423         * textmodes/org.el (org-combined-agenda-icalendar-file)
6424         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6425         (org-export-icalendar-this-file)
6426         (org-export-icalendar-all-agenda-files)
6427         (org-export-icalendar-combine-agenda-files): New commands.
6428         (org-export-icalendar, org-print-icalendar-entries)
6429         (org-start-icalendar-file, org-finish-icalendar-file)
6430         (org-ical-ts-to-string): New functions.
6431         (org-read-date, org-goto-calendar)
6432         (org-agenda-goto-calendar): Inhibit displaying diary entries by
6433         call to `calendar'.
6434         (orgtbl-setup): Remove the :keys arguments from the menu description.
6435         (org-after-save-iCalendar-file-hook): New variable.
6437 2005-10-21  Kenichi Handa  <handa@m17n.org>
6439         * language/vietnamese.el (tcvn-5712): Make it an alias of
6440         vietnamese-tcvn coding-system.
6442 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
6444         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6445         group id is given.
6447 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * progmodes/sh-script.el (sh-escaped-line-re): New var.
6450         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6451         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6452         whose line is either continued or ends with a comment.
6454 2005-10-20  Romain Francoise  <romain@orebokech.com>
6456         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6458         * replace.el (occur-engine): Add follow-link property.
6460         * font-core.el (font-lock-mode): Doc fix.
6462 2005-10-20  Richard M. Stallman  <rms@gnu.org>
6464         * net/rcirc.el: New file.
6466 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
6468         * term.el (term-term-name): Initialize to "eterm-color".
6470 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
6472         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6473         for encryption functionality.
6474         Move allout customization subgroup from `editing' to `outlines' group.
6475         Fix commentary keywords to legitimate ones.
6476         Update author info (using my current email address, obscurified).
6477         (allout-encrypt-string, allout-encryption-produce-work-buffer)
6478         (allout-encrypted-topic-p, allout-encrypted-text-type)
6479         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6480         (allout-situate-encryption-key-verifier)
6481         (allout-get-encryption-key-verifier, allout-verify-key)
6482         (allout-next-topic-pending-encryption)
6483         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6484         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6485         (outline-key-verifier-handling, outline-key-hint-handling)
6486         (outline-encrypt-unencrypted-on-saves): New defcustoms.
6487         (allout-file-key-verifier-string, allout-encryption-scheme)
6488         (allout-key-verifier-string, allout-key-hint-string)
6489         (allout-after-save-decrypt): New variables.
6490         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6491         (allout-after-saves-handler): New hook functions.
6492         (allout-post-command-business): Do allout-after-save-decrypt.
6493         (allout-enable-file-variable-adjustment): Custom var to enable
6494         mechanism for adding and adjusting settings of Emacs file variables.
6495         (allout-adjust-file-variable, allout-file-vars-section-data):
6496         New functions, implement the mechanism.
6497         (outlineify-sticky): Use the file vars mechanism.
6498         (allout-inhibit-protection, allout-during-write-cue)
6499         (allout-override-protect, allout-before-change-protect): Remove.
6500         (allout-flag-region, allout-open-topic): Adjust read-only text.
6501         (allout-open-line-not-read-only): Add to facilitate read-only
6502         text based protection.
6503         (allout-kill-line): Revise to adjust read-only text, clue the
6504         user about the inhibition.
6505         (allout-unprotected): Use unwind-protect.
6506         (allout-shift-in, allout-shift-out): Disallow manually shifting a
6507         topic deeper than the offspring depth of the previous topic -
6508         avoiding confusing "containment discontinuities".
6509         (allout-reindent-bodies): Fix retention of body relative hanging
6510         indent during promotion of collapsed bodies.
6511         (allout-open-topic): Make it easy to open new topic with same
6512         bullet as current topic - topic creation functions provided with
6513         any universal argument provokes now prompt for bullet, defaulting
6514         to the bullet of the previous topic.
6515         (allout-plain-bullets-string, allout-distinctive-bullets-string):
6516         Plain bullet alternates `.' period and `,' comma only.  All other
6517         bullets are relegated to special status (but customizable).
6518         (allout-end-of-entry): Rename from allout-end-of-current-entry
6519         since it actually operates w.r.t. most immediately containing
6520         entry, visible or not.
6521         (allout-hide-current-entry, allout-show-current-entry): Use the
6522         revised version.
6523         (allout-old-expose-topic): Solidify deprecation.
6524         (allout-end-of-subtree): Add so we can span concealed as well
6525         as visible topics.
6526         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6527         (allout-end-of-current-heading): Tweak to just respect the first line.
6528         (allout-get-body-text): Add.
6529         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6530         when invoked interactively.
6531         (allout-up-current-level): Use `interactive-p'.
6532         (allout-mode, allout-init): Miscellaneous docstring and
6533         operational refinements, as well as hookups of new encryption stuff.
6534         (allout-beginning-of-current-entry): Now works as advertised.
6535         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6536         (allout-isearch-rectification): Refine condition for isearching.
6537         (allout-isearch-abort, allout-enwrap-isearch)
6538         (allout-flag-region, my-region-active-p): Relocate some macros.
6539         (allout-title): Fallback title is (buffer-name), not
6540         non-existing (current-buffer-name).
6541         (subst-char-in-string): Define if absent (for some XEmacs versions).
6543 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
6545         * mail/sendmail.el (mail-setup-hook, mail-aliases)
6546         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6547         (mail-citation-prefix-regexp, mail-signature-file)
6548         (mail-default-headers, mail-bury-selects-summary)
6549         (mail-send-nonascii): Add autoload cookies.
6551 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6553         * frame.el (blink-cursor-mode): Add `mac' to the list of
6554         window-system's that support blinking cursor.
6556 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6558         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6560 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6562         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6563         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6564         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6566 2005-10-20  Kim F. Storm  <storm@cua.dk>
6568         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6569         (ido-set-current-directory): Don't add / after final @.
6570         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6571         Explicitly handle ange-ftp completion oddities.
6572         (ido-make-file-list): Don't rotate list at tramp root to avoid
6573         triggering tramp file handler for expand-file-name via get-file-buffer.
6575 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6579 2005-10-19  Jay Belanger  <belanger@truman.edu>
6581         * calc/calc-units.el (math-standard-units): Add units, adjust
6582         symbols and update values.
6583         (math-unit-prefixes): Add more prefixes.
6585 2005-10-19  Romain Francoise  <romain@orebokech.com>
6587         * bookmark.el (bookmark-menu-heading): New face.
6588         (bookmark-bmenu-list): Use it.
6589         Don't fiddle with `baud-rate' at top-level.
6591 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6593         * image.el (create-image, find-image): Mention max-image-size in
6594         docstring.
6596 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6598         * savehist.el (savehist-load): Revert to checking XEmacs.
6600         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6601         Various docstring and line-width fixups.
6602         (conf-mode): Use cond.
6603         Set font-lock-defaults.  Don't set comment-use-syntax.
6605 2005-10-18  David Ponce  <david@dponce.com>
6607         * tree-widget.el (tree-widget-button-click): New function.
6608         (tree-widget-button-keymap): Use it.
6610 2005-10-18  Romain Francoise  <romain@orebokech.com>
6612         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6613         (bookmark-bmenu-hide-filenames): Add follow-link property.
6614         Improve help-echo text.
6616         * ffap.el (find-file-at-point): Doc fix.
6618 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6620         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6622 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6624         Install to the CVS repository what I forgot to install in my
6625         2005-10-16 changes.
6627         * progmodes/python.el (python-complete-symbol): Pass the common
6628         prefix substring of completion to `display-completion-list'.
6630         * textmodes/org.el (org-complete): Ditto.
6632 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6634         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6636         * woman.el (WoMan-xref-man-page): New button type derived
6637         from `Man-abstract-xref-man-page'.
6638         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6640         * man.el (Man-abstract-xref-man-page): New button type.
6641         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6642         (Man-highlight-references): Add new optional argument `xref-man-type'.
6644 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6646         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6648 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6650         * cus-edit.el (Custom-move-and-invoke): Delete.
6651         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6653         * wid-edit.el (widget-move-and-invoke): New function, from
6654         Custom-move-and-invoke.
6656 2005-10-17  Bill Wohler  <wohler@newt.com>
6658         Move all remaining images from lisp/toolbar to etc/images, move
6659         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6660         the low resolution images in their own directory (low-color).
6662         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
6663         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
6664         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
6665         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
6666         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
6667         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
6668         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6670         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6671         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6672         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6673         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6674         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6675         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6676         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6677         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6678         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6679         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6680         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6681         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6682         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6683         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6684         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6686         To conform with convention, replace the underscore (_) in the
6687         following image names with dash (-) or (/) as appropriate.
6689         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6690         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6691         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6692         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6693         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6694         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6695         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6696         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6697         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6698         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6699         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6700         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6701         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6702         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6703         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6705         * info.el (info-tool-bar-map): Replace underscores in image names
6706         with dashes.
6708         * makefile.w32-in (WINS): Remove toolbar.
6710         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6712         * tool-bar.el: Move to lisp from toolbar.  Now that
6713         toolbar is empty, it should be deleted when folks run "cvs up -P".
6715 2005-10-18  Jay Belanger  <belanger@truman.edu>
6717         * calc/calc-store.el (calc-store-into): Get the proper variable name
6718         to display in message.
6720 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6722         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6723         expressions display in speedbar for all buffers when debugging.
6724         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6726         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6727         (speedbar-insert-button, speedbar-make-button):
6728         Use add-text-properties.
6729         (speedbar-update-localized-contents)
6730         (speedbar-update-directory-contents)
6731         (speedbar-update-special-contents): Use dolist.
6732         (speedbar-buffer-easymenu-definition): Add a menu separator.
6734 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6736         * makefile.w32-in: Use $(lisp) consistently.
6737         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6738         for shell specific generation of mh-autoloads.
6740 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6742         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6744 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * jit-lock.el (jit-lock-fontify-now):
6747         Move jit-lock-context-unfontify-pos to avoid wasted work.
6749 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6751         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6752         `tramp-completion-mode' for checking if we are in completion mode.
6753         (tramp-completion-handle-file-name-all-completions): Reorder code
6754         in order to complete for file names only in case there are no
6755         method/user/host completions.  This is necessary for cooperation
6756         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6758 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6760         * longlines.el (longlines-search-forward)
6761         (longlines-search-backward): Match any number of spaces.
6763 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6765         * diff-mode.el (diff-mode): Doc fix.
6767 2005-10-16  David Reitter  <david.reitter@gmail.com>
6769         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6770         as default on darwin and windows systems.
6772 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6774         * arc-mode.el (archive-zip-extract): Doc fix.
6776 2005-10-16  Romain Francoise  <romain@orebokech.com>
6778         * mouse.el (mouse-1-click-follows-link): Doc fix.
6780 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * savehist.el: Don't require CL at runtime.
6783         (savehist-xemacs): Remove.
6784         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6785         (savehist-no-conversion): Use (featurep 'xemacs).
6786         (savehist-load): Check existence of start-itimer rather than XEmacs.
6787         Use an idle timer.
6788         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6789         `delete-if-not'.
6791 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6793         * savehist.el: Newer version.
6794         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6795         (savehist-last-checksum, savehist-no-conversion): New vars.
6796         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6797         New functions.
6798         (savehist-load, savehist-save): Use them.
6799         (savehist-delimit): Remove.
6801 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * progmodes/compile.el (compilation-goto-locus): Display the
6804         compilation buffer first and the source buffer second, in case they're
6805         in overlapping frames.  Don't raise the compilation frame if it was the
6806         selected window upon entry.  Pass the `other-window' arg to
6807         pop-to-buffer.
6809         * info.el (Info-fontify-node): Use dolist.
6810         Change add-text-properties to put-text-property.
6812 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6814         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6815         bound of search.
6817 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6819         * dabbrev.el (dabbrev-completion): Pass the common
6820         prefix substring of completion to `display-completion-list'.
6822         * filecache.el (file-cache-minibuffer-complete)
6823         (file-cache-complete): Ditto.
6825         * tempo.el (tempo-display-completions): Ditto.
6827         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6829         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6831         * eshell/em-hist.el (eshell-list-history): Ditto.
6833         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6835         * mail/mailalias.el (mail-complete): Ditto.
6837         * progmodes/etags.el (complete-tag): Ditto.
6839         * progmodes/make-mode.el (makefile-complete): Ditto.
6841         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6843         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6845         * progmodes/pascal.el (pascal-complete-word)
6846         (pascal-show-completions): Ditto.
6848         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6850         * simple.el (completion-common-substring): New variable.
6851         (completion-setup-function): Use `completion-common-substring'
6852         to put faces.
6854 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6856         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6857         (x-get-selection, mac-select-convert-to-string): Convert from/to
6858         UTF-16 clipboard data as in native byte order, no BOM.
6860 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6862         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6863         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6864         (gud-sentinel): Use speedbar-frame to check for speedbar.
6866 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6868         * savehist.el: New file.
6870 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6872         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6873         Fix bug in \bf fontification.
6875 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * pcvs.el (cvs-edit-log-files): New var.
6878         (cvs-mode-edit-log): New arg `file'.
6879         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6880         Instead force the use of the original file and nothing else.
6881         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6882         the cvs-minor-wrap-function is set.
6883         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6885 2005-10-14  Bill Wohler  <wohler@newt.com>
6887         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6888         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6889         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6890         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6891         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6892         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6893         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6894         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6895         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6896         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6897         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6898         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6899         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6900         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6901         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6903         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6904         appropriately (for example, gud-break to gud/break).
6906 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6908         * longlines.el (longlinges-search-function)
6909         (longlines-search-forward, longlines-search-backward): New functions.
6910         (longlines-mode): Set isearch-search-fun-function to
6911         longlinges-search-function.
6913         * mouse.el (mouse-drag-region-1): Handle the case where a
6914         double-click event is bound to an arbitrary function.
6916 2005-10-14  David Ponce  <david@dponce.com>
6918         * recentf.el (recentf-track-opened-file)
6919         (recentf-track-closed-file, recentf-update-menu)
6920         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6921         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6922         mouse-1-click-follows-link.
6924 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6926         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6927         Gnome file-manager.png.  Suggested by
6928         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6930         * toolbar/README: Add diropen.xpm.
6932 2005-10-13  Bill Wohler  <wohler@newt.com>
6934         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6935         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6937 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6940         Don't waste the byte-compiler's time on constant data.
6942 2005-10-13  Kenichi Handa  <handa@m17n.org>
6944         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6945         byte with `escape-glyph' face.
6947         * international/fontset.el (ccl-encode-unicode-font):
6948         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6949         Handle the case that ucs-mule-to-mule-unicode translates a character to
6950         ASCII (usually for IPA characters).
6952 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6955         Don't hide the underline of titles if font-lock-mode is disabled.
6957 2005-10-12  Bill Wohler  <wohler@newt.com>
6959         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
6960         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6961         files in MH-E-SRC have been updated.
6962         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6964 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6967         (mixal-mode-syntax-table): Add \n as end-comment.
6968         (mixal-operation-codes-alist): Immediately initialize to full value.
6969         (mixal-add-operation-code): Remove.
6970         (mixal-describe-operation-code): Make the arg non-optional.
6971         Use the interactive spec instead.
6972         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6973         (mixal-font-lock-keywords): Don't highlight comments here any more.
6974         (mixal-font-lock-syntactic-keywords): New var.
6975         (mixal-mode): Use it.  Fix comment-start-skip.
6977 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6979         * startup.el (command-line-x-option-alist): -nb => -nbi
6981 2005-10-12  Kim F. Storm  <storm@cua.dk>
6983         * startup.el (fancy-splash-default-action): Discard mouse click in
6984         the splash screen window, as it has no sensible meaning in the
6985         next window to be selected.  Fixes error reported by Jan D.
6987 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6989         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6991 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6993         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6994         Try to fix up minor layout issues like indentation, line break, etc...
6995         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6996         because it doesn't work.
6997         (mixal-operation-codes): Add some more codes.
6998         (mixal-font-lock-keywords): Process comments here.
6999         (mixal-mode): mixasm no longer needs -g option.
7001 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7003         * progmodes/sh-script.el (sh-tmp-file):
7004         Use mktemp -t.  Finish support for es and rc shells.
7006 2005-10-11  Jay Belanger  <belanger@truman.edu>
7008         * calc/calcalg2.el (calc-integral): With an argument, compute the
7009         definite integral.
7011 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
7013         * mouse.el (mouse-drag-region-1): Don't try to catch a
7014         double-click when doing follow-link (it's overridden anyway).
7016 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
7018         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7019         (autoload-print-form-outbuf): Add docstring.
7021 2005-10-11  Juri Linkov  <juri@jurta.org>
7023         * info.el (Info-mode-menu): Delete menu item "Edit".
7024         (Info-mode): Delete description of Info-edit from docstring,
7025         and rearrange descriptions of Info commands in the order
7026         they are documented in the Info manual.
7028 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7030         * calendar/appt.el (appt-check): Use diary-selective-display var.
7032 2005-10-10  Richard M. Stallman  <rms@gnu.org>
7034         * net/newsticker.el (newsticker-start, newsticker-show-news):
7035         Add autoload cookies.
7037 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
7039         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7041 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
7043         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7045 2005-10-10  Jay Belanger  <belanger@truman.edu>
7047         * calc/calc-arith.el (math-check-known-scalarp)
7048         (math-check-known-matrixp): Check the values of arguments that are
7049         variables.
7050         (math-check-known-square-matrixp): New function.
7051         (math-known-square-matrixp): Use math-check-known-square-matrixp.
7052         (math-super-types): Add sqmatrix type.
7054         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7055         mode name `square' to `sqmatrix'.
7057         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7058         mode name `square' to `sqmatrix'.
7060 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7062         * progmodes/etags.el (select-tags-table-mode): Don't use
7063         selective-display.
7064         (tags-select-tags-table): Pass `button' to the action function.
7065         (select-tags-table): Place the side-info on button properties rather
7066         than in hidden text.  Abbreviate file names.
7067         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7068         (select-tags-table-select): Add `button' argument.
7069         Get side-info from the button property rather than from hidden text.
7071 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
7073         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7074         (gud-speedbar-buttons): Preserve point if possible.
7075         (gud-sentinel): Restore previous speedbar display type.
7077         * progmodes/gdb-ui.el (gdba): Improve diagram.
7078         (def-gdb-auto-update-handler, gdb-info-locals-handler)
7079         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7080         Call get-buffer-window once.
7082 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7085         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7086         (pascal-indent-command): Remove unused var `ind'.
7087         (pascal-indent-case): Remove unused var `oldpos'.
7088         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7089         since it's now used as a proper minor mode map.
7090         (pascal-outline): Rename to pascal-outline-mode.
7091         (pascal-outline-mode): Use define-minor-mode.
7092         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7093         selective-display.
7095 2005-10-10  Andreas Schwab  <schwab@suse.de>
7097         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7098         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
7100         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7101         outside source directory.
7103 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7105         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7106         C-x' as a prefix.
7107         (orgtbl-mode-map): Full keymap instead of sparse, because all
7108         `self-insert-command' keys are redefined in this map.
7109         (org-export-as-html): Specify charset for HTML file, by taking it
7110         from the coding system.
7112 2005-10-10  Kenichi Handa  <handa@m17n.org>
7114         * textmodes/flyspell.el (flyspell-check-word-p):
7115         If unread-command-events is non-empty, don't call sit-for.
7117 2005-10-09  Richard M. Stallman  <rms@gnu.org>
7119         * font-lock.el (font-lock-syntactic-keywords)
7120         (font-lock-keywords): Doc fixes.
7122         * textmodes/flyspell.el (flyspell-external-point-words):
7123         Simplify logic, and don't try to check for consecutive appearances
7124         of one incorrect word.
7126 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
7128         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7129         separator.
7131         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7132         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7133         (gud-expansion-speedbar-buttons): New function.
7134         (gud-speedbar-buttons): Check for gud-comint-buffer.
7136 2005-10-09  Bill Wohler  <wohler@newt.com>
7138         * Makefile.in (updates): Add mh-loaddefs dependency.
7140 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
7142         * speedbar.el (speedbar-file-key-map): Fix typo.
7144 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7146         * cus-start.el (line-spacing): Add custom spec.
7148 2005-10-09  Romain Francoise  <romain@orebokech.com>
7150         * textmodes/ispell.el (ispell-check-version): Fix last change.
7152 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7154         * term/x-win.el: Remove -i, --icon-type from comment.
7156         * startup.el (command-line-x-option-alist): Remove options -i,
7157         -itype, --icon-type, added -nb, --no-bitmap-icon
7159 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
7161         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7162         instead of :active.
7164 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7166         * textmodes/ispell.el (ispell-check-version):
7167         Ignore hyphen, and all that follows, in aspell's version text.
7169 2005-10-08  Jay Belanger  <belanger@truman.edu>
7171         * calc/calc-arith.el (math-known-square-matrixp): New function.
7172         (math-pow-fancy): Check for matrices before distributing exponent
7173         across products.
7175         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7176         fullscreen keypad.  Suggested by Luc Teirlinck.
7177         (calc-keypad-show-input): Add space for formatting.
7179         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7180         Add square matrix option.
7182         * calc/calc-poly.el (math-expand-term): Check for matrices instead
7183         of checking calc-matrix-mode when deciding how to expand.
7185         * calc/calc.el (calc-set-mode-line): Add square matrix option.
7187 2005-10-08  Lars Hansen  <larsh@soem.dk>
7189         * net/tramp.el (tramp-perl-directory-files-and-attributes):
7190         Add error handling.
7191         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7193 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7195         Sync with Tramp 2.0.51.
7197         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7198         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7199         Insert special handling for `last-coding-system-used', again
7200         it still seems to be necessary (unlike stated before).
7201         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7202         (tramp-password-prompt-regexp): There might be other words before
7203         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7204         (tramp-chunksize): Improve docstring.
7205         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7206         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
7207         Christian Joergensen <bugs@razor.dk>.
7209 2005-10-07  Glenn Morris  <rgm@gnu.org>
7211         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7212         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7213         precision'.
7215 2005-10-07  Romain Francoise  <romain@orebokech.com>
7217         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7218         (ibuffer-do-shell-command-pipe-replace)
7219         (ibuffer-do-shell-command-file, ibuffer-do-eval)
7220         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7221         (ibuffer-do-revert, ibuffer-do-replace-regexp)
7222         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7223         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7224         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7225         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7226         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7227         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7228         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7229         Autoload file sans suffix.
7231         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7233 2005-10-07  David Ponce  <david@dponce.com>
7235         * recentf.el (recentf-menu-open-all-flag): New option.
7236         (recentf-digit-shortcut-command-name): New function.
7237         (recentf--shortcuts-keymap): New variable.
7238         (recentf-menu-shortcuts): New variable.
7239         (recentf-make-menu-items): Initialize it.  Replace the "More..."
7240         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7241         (recentf-menu-value-shortcut): New function.
7242         (recentf-make-menu-item): Use it.  No more in-lined.
7243         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7244         (recentf-open-most-recent-file): Rename from
7245         `recentf-open-file-with-key'.  Don't depend on key binding.
7246         (recentf-mode-map): New variable.
7247         (recentf-mode): Use it.
7249 2005-10-06  Bill Wohler  <wohler@newt.com>
7251         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
7253         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7254         (MH-E-SRC): New.  Used by mh-autoloads.
7255         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
7256         files in MH-E-SRC have been updated.
7257         (compile, recompile, bootstrap): Depend on mh-autoloads.
7259 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
7261         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7262         gud-break and gud-remove icons when the fringe is not available.
7264         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7265         Typo.
7267 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7269         * play/zone.el (zone): Wrap body with save-window-excursion.
7271 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7273         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7274         Use the new `list-only' arg to diary-list-entries.
7276         * calendar/diary-lib.el: Use overlays rather than selective-display.
7277         (diary-selective-display): New var.
7278         (diary-header-line-format): Use it.
7279         (diary-list-entries): Add argument `list-only'.
7280         Put the buffer in diary-mode.  Don't add \^M at beg and end.
7281         Replace \^M by invisible overlays.
7282         (diary-unhide-everything): Replace \^M by invisible overlays.
7283         (print-diary-entries): Look for overlays rather than \^M.
7284         Add a space to the temp buffer name.
7285         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7286         Put the buffer in diary-mode.
7287         (list-sexp-diary-entries): Replace \^M by invisible overlays.
7288         (diary-anniversary): Make the year arg optional.
7289         (diary-time-regexp): New const.
7290         (diary-font-lock-keywords): Use it to accept a few more time formats.
7292         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7294 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
7296         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7297         Fix bug introduced 2005-07-03: Use (car (last ...))
7298         to faithfully reproduce replaced artist-last.
7299         (artist-set-arrow-points-for-poly): Likewise.
7300         Suggested by Johan Bockg\e,Ae\e(Brd.
7302 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
7304         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7305         * wid-edit.el (widget):
7306         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7307         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7309 2005-10-06  Kenichi Handa  <handa@m17n.org>
7311         * international/mule-cmds.el (set-language-environment):
7312         Fix setting up of case-table for unibyte mode.
7314         * simple.el (what-cursor-position): If the character is displayed
7315         by some `display' text property, show that.  Don't use
7316         single-key-description for eight-bit characters in multibyte mode.
7318 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
7320         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7321         (gdb-ann3): Set it.
7322         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7323         (gdb-info-frames-custom): Use inverse-video for first five
7324         characters of selected frame only.
7325         (gdb-get-frame-number): Select frame even when point is on frame
7326         number.
7328 2005-10-06  Masatake YAMATO  <jet@gyve.org>
7330         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7331         Put `font-lock-function-name-face'.
7332         (gdb-info-frames-custom): Put `font-lock-function-name-face'
7333         and `font-lock-variable-name-face'
7334         (gdb-registers-font-lock-keywords): New font lock keywords definition.
7335         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7336         (gdb-memory-font-lock-keywords): New font lock keywords definition.
7337         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7338         (gdb-local-font-lock-keywords): New font lock keywords definition.
7339         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7340         (gdb-threads-font-lock-keywords): New font lock keywords definition.
7341         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7343 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
7345         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7346         (ediff-merge-region-is-non-clash-to-skip): Previously called
7347         ediff-merge-region-is-non-clash.
7349         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7350         Use insert-buffer-substring.
7352         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7353         selecting files to patch.  Also bug fixes.
7355         * ediff-util.el (ediff-setup): Bug fix.
7356         (ediff-next-difference): Never skip clashes that differ in white
7357         space only.
7359         * ediff-wind.el (ediff-setup-control-frame)
7360         (ediff-destroy-control-frame): Check the menubar feature.
7362         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7363         (viper-refresh-mode-line): Use make-local-variable to localize
7364         some vars instead of make-variable-buffer-local.  Suggested by
7365         Stefan Monnier.
7367         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7368         (viper-restore-cursor-type, viper-set-insert-cursor-type):
7369         Use make-local-variable instead of make-variable-buffer-local.
7370         Suggested by Stefan Monnier.
7372         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7373         (viper-comint-mode-hook): Use make-local-variable on
7374         require-final-newline.
7375         (viper-non-hook-settings): Don't use make-variable-buffer-local.
7377 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7380         also the second char of a comment-start sequence.
7381         (scheme-sexp-comment-syntax-table): New var.
7382         (lambda, define): Set their scheme-doc-string-elt property.
7383         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7384         Use lisp-font-lock-syntactic-face-function now that it properly
7385         handles |...| symbols.
7386         (scheme-mode-variables): Set lisp-doc-string-elt-property,
7387         parse-sexp-lookup-properties and font-lock-extra-managed-props.
7389         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7390         bit from # to |.
7391         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7393         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7394         (lisp-doc-string-elt-property): New var.
7395         (lisp-font-lock-syntactic-face-function): Use it.
7396         Rewrite to recognize docstrings even for forms not at toplevel.
7398         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7399         annotation on the | part of #| rather than on the # part.
7400         (scheme-font-lock-syntactic-face-function): New function, to
7401         distinguish strings from |...| symbols.
7402         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
7403         syntax-table so that #|...|# is properly highlighted.
7405         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7406         Don't mark as docstring the 3rd elem of an unknown toplevel form.
7408 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7411         and C-e.
7413         * emacs-lisp/eldoc.el: Move comments into docstrings.
7414         (eldoc-message-commands): Initialize in its declaration.
7415         Add move-beginning-of-line and move-end-of-line.
7416         (eldoc-add-command, eldoc-add-command-completions)
7417         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7419         * outline.el (outline-mark-subtree): Activate the mark.
7421         * calendar/appt.el (appt-time-regexp): New var.
7422         (appt-add, appt-make-list): Use it.
7423         (appt-convert-time): Clean up.
7425         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7426         Don't set any syntax-table property here.
7427         (tex-font-lock-verb): New function.  Do it here.
7428         (tex-font-lock-syntactic-keywords): Use it.
7430 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7432         * wid-edit.el (widget-file-complete): Get the widget start point
7433         the right way.  Default directory to `/' if file has none.
7435         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7437         * textmodes/flyspell.el (flyspell-mode-on):
7438         Call ispell-maybe-find-aspell-dictionaries.
7440         * textmodes/ispell.el (ispell-word, ispell-region):
7441         Call ispell-maybe-find-aspell-dictionaries.
7442         (ispell-accept-buffer-local-defs):
7443         Don't call ispell-maybe-find-aspell-dictionaries
7445 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7447         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7449 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
7451         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7452         instead of `fboundp' in order to allow for anonymous functions.
7454 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
7456         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7457         case the user clicks on the link while another window is selected.
7458         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7460         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7461         functionality.
7462         (dframe-help-echo): Save point in case mouse tracking is off.
7464 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
7466         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7468 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7470         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7471         not change the global value of those vars.
7473         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7474         make-local-variable which we do not need any more.
7476 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
7478         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7479         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7480         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7481         (speedbar-path-line): Define obsolete aliases.
7482         (speedbar-line-directory): Doc fix.
7484         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7485         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7486         instead of speedbar-line-path.
7488 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7490         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7491         to nil if dropping on a window.  Handle dropping on a minibuffer window
7492         like dropping on a non-window part of Emacs.
7494 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * net/ange-ftp.el: Use with-current-buffer.
7497         (ange-ftp-insert-directory): Do not follow symlinks any more.
7499         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7500         Remove interactive spec.
7502 2005-10-03  Kim F. Storm  <storm@cua.dk>
7504         * ido.el (ido-mode): Use custom-initialize-set.
7506 2005-10-02  Richard M. Stallman  <rms@gnu.org>
7508         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7509         Use insert-buffer-substring.
7511         * net/tramp.el: Pacify byte compiler warnings in pacification code.
7512         (tramp-handle-file-local-copy): Use insert-buffer-substring.
7514 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7517         in last change.
7518         (ange-ftp-insert-directory): Fix up the search for the case where
7519         `file' is absolute.
7521 2005-10-02  Romain Francoise  <romain@orebokech.com>
7523         * progmodes/compile.el (compile-goto-error): Delete extra paren.
7525 2005-10-02  Andreas Schwab  <schwab@suse.de>
7527         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7528         directory component in the session info.
7530 2005-10-01  Richard M. Stallman  <rms@gnu.org>
7532         * comint.el (comint-redirect-subvert-readonly): Doc fix.
7534         * simple.el (next-error-internal): New function.
7536         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7537         (compilation-start): Pass new arg to compilation-buffer-name.
7538         (compile-goto-error): Use next-error-internal.
7540 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7542         * speedbar.el: Remove RCS tag.
7543         (speedbar-check-read-only): Handle non-existent files.
7545         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7547         * info.el (Info-speedbar-hierarchy-buttons)
7548         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7550 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7552         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7553         Do not match newline.
7554         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7555         (bibtex-summary): Remove unnecessary save-excursion.
7556         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7558 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7560         * term/mac-win.el: Add charset info for "iso10646-1".
7561         Modify default fontset to use ATSUI-compatible fonts for some charsets
7562         if available.
7564 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7566         * speedbar.el: Re-apply arch tag.
7567         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7568         M. Ludlam.
7569         Reapply two changes from Emacs CVS' version of speedbar lost
7570         during the merge:
7571         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7572         (speedbar-frame-parameters): Improve customize type.
7574 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7577         (ange-ftp-file-directory-p): Fix the symlink case.
7578         (ange-ftp-insert-directory): When listing a single file, get a list of
7579         the parent buffer and extract the relevant line.  Inspired from a patch
7580         by Katsumi Yamaoka <yamaoka@jpl.org>.
7581         (ange-ftp-file-name-sans-versions): Simplify.
7583 2005-09-30  Bill Wohler  <wohler@newt.com>
7585         Move MH-E image files from toolbar and mail directories into
7586         etc/images.
7588         * mail/reply2.*: Move to etc/images/mail/reply*.
7590         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7591         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7592         etc/images.
7594         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7595         * toolbar/reply*: Move to etc/images/mail.
7597         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7599 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
7601         * speedbar.el: New version 1.0pre3.
7603         Frame management code (including timer, and mouse click specifics)
7604         moved to dframe.el:
7605         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7606         (speedbar-timer): Removed.  Use dframe-timer.
7607         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7608         (speedbar-activity-change-focus-flag): Removed.  Use
7609         dframe-activity-change-focus-flag.
7610         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7611         dframe-update-speed.
7613         (speedbar-current-frame): New macro.  Use this instead of the
7614         variable speedbar-frame.
7616         (speedbar-use-images, speedbar-expand-image-button-alist)
7617         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7619         (speedbar-find-image-on-load-path): Removed.  Replaced by
7620         defezimage in ezimage.el.
7621         (speedbar-expand-image-button-alist): Removed.  Replaced by
7622         ezimage-expand-image-button-alist in ezimage.el.
7624         (speedbar-ignored-directory-regexp)
7625         (speedbar-add-ignored-directory-regexp)
7626         (speedbar-ignored-directory-expressions)
7627         (speedbar-line-directory, speedbar-buffers-line-directory)
7628         (speedbar-directory-line, speedbar-buffers-line-directory):
7629         Renamed, replacing `path' with `directory'.
7631         (speedbar-create-directory, speedbar-expand-line-descendants)
7632         (speedbar-toggle-line-expansion)
7633         (speedbar-contract-line-descendants): New commands.
7635         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7636         (speedbar-use-tool-tips-flag): New options.
7638         (speedbar-check-read-only, speedbar-require-version)
7639         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7640         (speedbar-handle-delete-frame, speedbar-try-completion)
7641         (speedbar-update-localized-contents): New functions.
7643         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7644         (speedbar-object-read-only-indicator): New variables.
7646         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7647         New hooks.
7649         (speedbar-separator-face): New face.
7651         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7652         (speedbar-ignored-modes): Add fundamental-mode.
7653         (speedbar-directory-unshown-regexp): Add . directories.
7655         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7656         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7657         `]' for full expand/close.
7658         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7660         (speedbar-check-vc): Support hidden files.
7661         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7662         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7663         state is nil, it is not checked out.
7665         (speedbar-line-text, speedbar-line-token): Support expand buttons
7666         with no text.
7667         (speedbar-refresh): Universal argument acts as power-click.
7668         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7669         that buffer to get variable values.
7671         And many other bugfixes.
7673         * dframe.el, ezimage.el, sb-image.el: New files.
7675         * sb-*.xpm: Remove files.  New image files installed into
7676         etc/images/ezimage.
7678 2005-09-30  Kenichi Handa  <handa@m17n.org>
7680         * ps-mule.el (ps-mule-show-warning): If a character is in
7681         ps-print-translation-table, don't treat it as non-printable.
7683 2005-09-30  David Ponce  <david@dponce.com>
7685         * tree-widget.el (tree-widget-themes-load-path): New variable.
7686         (tree-widget-themes-directory): Doc fix.
7687         (tree-widget-image-formats) [Emacs]: Doc fix.
7688         (tree-widget--locate-sub-directory): New function.
7689         (tree-widget-themes-directory): Use it.
7691         * recentf.el (recentf-filename-handlers): Rename from
7692         `recentf-filename-handler'.  Allow a list of functions.
7693         (recentf-menu-items-for-commands): Fix :help strings.
7694         (recentf-apply-filename-handlers): New function.
7695         (recentf-expand-file-name): Use it.
7696         (recentf-cleanup): Remove duplicates too.
7698 2005-09-29  Juri Linkov  <juri@jurta.org>
7700         * faces.el: Rearrange face definitions to be in the same order as
7701         their face descriptions in "(emacs)Standard Faces".
7703         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7705         * tooltip.el (tooltip): Add group `basic-faces'.
7707         * buff-menu.el (Buffer-menu-buffer): Remove group
7708         `font-lock-highlighting-faces'.
7710         * progmodes/compile.el (compilation-error, compilation-warning)
7711         (compilation-info, compilation-line-number, compilation-column-number):
7712         Change group from `font-lock-highlighting-faces' to `compilation'.
7714         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7715         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7716         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7717         (vhdl-font-lock-reserved-words-face)
7718         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7719         `font-lock-highlighting-faces'.
7721         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7723 2005-09-28  Kim F. Storm  <storm@cua.dk>
7725         * emulation/cua-base.el: Set CUA move property on additional commands:
7726         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7727         forward-sexp, backward-sexp, forward-list, backward-list.
7729 2005-09-28  Romain Francoise  <romain@orebokech.com>
7731         * comint.el (comint-show-output): Really set point at the
7732         beginning of the output when not using `comint-use-prompt-regexp'.
7734 2005-09-27  Jay Belanger  <belanger@truman.edu>
7736         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7737         in TeX mode.
7739 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7741         * textmodes/org.el (org-table-sum): Fix format string.
7743         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7744         Quote face names.
7746 2005-09-26  Romain Francoise  <romain@orebokech.com>
7748         * isearch.el (isearch-forward-regexp): Close doc string.
7750 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7752         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7754         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7756         * progmodes/compile.el (compilation-error-properties):
7757         When getting the file from the previous error message,
7758         correctly decode the new data format.
7760         * progmodes/cc-cmds.el (c-electric-paren):
7761         Call old-blink-paren only for close-paren.
7763 2005-09-24  Andreas Schwab  <schwab@suse.de>
7765         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7766         condition.
7768 2005-09-25  Romain Francoise  <romain@orebokech.com>
7770         * dired-aux.el (dired-copy-file-recursive):
7771         * dired.el (dired-delete-file):
7772         * ediff-mult.el (ediff-dir-diff-copy-file):
7773         * ediff-util.el (ediff-test-save-region):
7774         * forms.el (forms-mode):
7775         * ido.el (ido-file-internal, ido-delete-file-at-head):
7776         * log-edit.el (log-edit-done):
7777         * ses.el (ses-yank-resize):
7778         * play/gomoku.el (gomoku-human-plays, gomoku)
7779         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7780         (gomoku-offer-a-draw):
7781         * play/landmark.el (lm-human-resigns, lm):
7782         * net/eudcb-ldap.el (eudc-ldap-check-base):
7783         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7784         * progmodes/ebrowse.el (ebrowse-find-pattern):
7785         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7786         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7787         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7789         * vc.el (vc-delete-file):
7790         * play/gomoku.el (gomoku-terminate-game, gomoku)
7791         (gomoku-prompt-for-move, gomoku-human-takes-back):
7792         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7793         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7795 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7797         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7798         color rxvt terminals by using the code xterm.el used to use before
7799         2005-04-09 in order to match the colors used by rxvt.
7801 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7803         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7804         colors rxvt-unicode terminals by using the same code as xterm.el.
7806 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7809         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7810         new symbol used for the tex-verbatim face.
7812 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7814         * woman.el (woman-file-name):
7815         * wid-edit.el (widget-file-prompt-value)
7816         (widget-coding-system-prompt-value):
7817         * w32-fns.el (set-w32-system-coding-system):
7818         * vc.el (vc-version-diff, vc-annotate):
7819         * textmodes/reftex-auc.el (reftex-arg-cite)
7820         (reftex-arg-index-tag):
7821         * textmodes/refer.el (refer-get-bib-files):
7822         * textmodes/artist.el (artist-figlet-choose-font):
7823         * terminal.el (terminal-emulator):
7824         * replace.el (occur-read-primary-args):
7825         * rect.el (string-rectangle, string-insert-rectangle):
7826         * ps-print.el (ps-print-preprint):
7827         * progmodes/pascal.el (pascal-goto-defun):
7828         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7829         * progmodes/compile.el (compilation-find-file):
7830         * printing.el (pr-interactive-n-up):
7831         * play/animate.el (animate-birthday-present):
7832         * net/rcompile.el (remote-compile):
7833         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7834         * mail/rmailsum.el (rmail-summary-search-backward)
7835         (rmail-summary-search):
7836         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7837         (rmail-output-read-file-name):
7838         * mail/rmail.el (rmail-search, rmail-search-backwards):
7839         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7840         * locate.el (locate):
7841         * international/quail.el (quail-show-keyboard-layout):
7842         * international/mule.el (set-buffer-file-coding-system)
7843         (revert-buffer-with-coding-system, set-file-name-coding-system)
7844         (set-terminal-coding-system, set-keyboard-coding-system)
7845         (set-next-selection-coding-system):
7846         * international/mule-diag.el (describe-coding-system)
7847         (describe-font, describe-fontset):
7848         * international/mule-cmds.el (universal-coding-system-argument)
7849         (search-unencodable-char, describe-input-method)
7850         (set-language-environment, describe-language-environment):
7851         * international/codepage.el (codepage-setup):
7852         * international/code-pages.el (codepage-setup):
7853         * info.el (Info-search, Info-follow-reference)
7854         (Info-search-backward):
7855         * emacs-lisp/advice.el (ad-read-advised-function)
7856         (ad-read-advice-class, ad-clear-cache, ad-activate)
7857         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7858         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7859         (ad-read-regexp):
7860         * ediff-util.el (ediff-toggle-regexp-match):
7861         * ediff-ptch.el (ediff-prompt-for-patch-file):
7862         * dired-aux.el (dired-diff):
7863         * diff.el (diff):
7864         * cus-edit.el (custom-variable-prompt):
7865         * calendar/timeclock.el (timeclock-ask-for-project):
7866         * calc/calcalg3.el (calc-get-fit-variables):
7867         * calc/calc-store.el (calc-edit-variable)
7868         (calc-permanent-variable):
7869         * vc-mcvs.el (vc-mcvs-register):
7870         * shadowfile.el (shadow-define-literal-group):
7871         * woman.el (woman-file-name):
7872         * vc.el (vc-version-diff, vc-merge):
7873         * textmodes/reftex-index.el (reftex-index-complete-tag):
7874         * format.el (format-decode-buffer, format-decode-region):
7875         * emulation/viper-cmd.el (viper-read-string-with-history):
7876         * emacs-lisp/debug.el (cancel-debug-on-entry):
7877         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7878         * ediff.el (ediff-merge-revisions)
7879         (ediff-merge-revisions-with-ancestor, ediff-revision):
7880         * completion.el (interactive-completion-string-reader):
7881         * calc/calc-prog.el (calc-user-define-formula):
7882         Follow convention for reading with the minibuffer.
7884 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7886         * progmodes/python.el (python-describe-symbol): Add globals() and
7887         locals() to the arguments of emacs.ehelp.
7889 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7891         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7892         New function, code extracted from ispell-valid-dictionary-list.
7893         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7894         Call it.
7896 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7898         * subr.el (version-regexp-alist): Extend valid syntax for version
7899         strings: allow any of the characters -,_,+ to separate the
7900         alpha/beta/rc part from the version part.  Doc fix.
7901         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7903 2005-09-23  David Reitter  <david.reitter@gmail.com>
7905         * mail/mailclient.el: New file.
7907 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7909         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7910         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7911         Doc fixes.
7913         * progmodes/cc-mode.el (c-font-lock-init):
7914         Specify font-lock-lines-before.
7916 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7919         whole conflict.
7921 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7923         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7924         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7925         of `remap' feature when available.  Additional key bindings for
7926         better tty support.
7927         (org-mode-restart, org-force-self-insert): New commands.
7928         (org-time-stamp-inactive): New command.
7929         (org-remap): New function.
7930         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7931         (org-enable-fixed-width-editor): Move to `org-structure'
7932         customization group.
7933         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7934         blank field after field motion commands.
7936 2005-09-23  Kenichi Handa  <handa@m17n.org>
7938         * international/mule-cmds.el (set-language-environment):
7939         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7940         have to call utf-translate-cjk-load-tables.
7942 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * mouse.el (mouse-move-drag-overlay): Fix last change.
7946 2005-09-22  David Ponce  <david@dponce.com>
7948         * tree-widget.el (tree-widget-value-create): Fix previous change.
7950 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7952         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7954 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * mouse.el (mouse-move-drag-overlay): New function.
7957         (mouse-drag-region-1): Use it.
7958         Try to simplify a bit the state handling.  Handle clicks on links
7959         inside intangible areas.
7960         (mouse-save-then-kill): Minor simplification.
7961         (mouse-secondary-overlay): Make it always non-nil instead of
7962         recreating it each time.
7963         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7964         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7965         Simplify accordingly.
7967 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7969         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7971 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7973         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7974         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7975         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7976         to patch.
7978         * ediff-util.el: Use insert-buffer-substring.
7980         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7982         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7983         field boundaries in the minibuffer.
7984         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7985         (viper-minibuffer-post-command-hook): New hook.
7986         (viper-line): Don't move cursor at bolp.
7988         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7990         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7991         avoid compiler warnings.
7993         * emulation/viper-macs.el (ex-map): Better messages.
7995         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7997         * emulation/viper.el: Replace make-variable-buffer-local with
7998         viper-make-variable-buffer-local everywhere, to avoid warnings.
8000 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8002         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8003         Delete unused var `old-selected-window'.
8004         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8005         (mouse-drag-secondary): Delete unused var `start-frame'.
8007 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8009         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8011 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8014         Re-indent within 80 columns.  Use inhibit-read-only.
8016 2005-09-19  Romain Francoise  <romain@orebokech.com>
8018         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8020 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8022         * font-lock.el (font-lock-default-fontify-region): Don't add a line
8023         unconditionally, since the after-change-function already did it.
8025 2005-09-19  Miles Bader  <miles@gnu.org>
8027         * net/newsticker.el: Get rid of CVS keyword.
8029 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
8031         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8032         The prompt is formatted later.
8034 2005-09-19  David Ponce  <david@dponce.com>
8036         * tree-widget.el (tree-widget-value-create): Save the converted
8037         tree :node widget.
8039 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8041         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8042         variable `message'.
8044 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
8046         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8047         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
8048         <slawomir.nowaczyk.847@student.lu.se>.
8050 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
8052         * image.el (image-load-path): Use symbol `data-directory' instead
8053         of its value, for backward compatibility with packages that bind
8054         it during `find-image'.  Suggested by Katsumi Yamaoka.
8055         (image-search-load-path): Handle symbols whose values are strings.
8057 2005-09-18  Romain Francoise  <romain@orebokech.com>
8059         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8060         with-current-buffer form in save-excursion.
8062 2005-09-18  D Goel  <deego@gnufans.org>
8064         * apropos.el (apropos-command): Fix `message' call: first arg
8065         should be a format spec.  In this and all other cases that appear
8066         below and elsewhere in the source code, I made a change only when
8067         two conditions were satisfied: [1] I can think of a possibility
8068         that the arguments would cause an error, for example, the code in
8069         question relies on external variables such as filenames.  [2] I
8070         was sure that the arg to `message' could not have been nil in the code.
8072         * textmodes/tildify.el (tildify-region): Ditto.
8074         * textmodes/reftex-index.el (reftex-index-change-entry)
8075         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8076         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8077         * textmodes/org.el (org-complete, org-deadline, org-schedule)
8078         (org-priority, org-table-sum):
8079         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8080         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8081         (flyspell-word, flyspell-display-next-corrections):
8082         * textmodes/bibtex.el (bibtex-print-help-message):
8083         * textmodes/artist.el (artist-key-set-point-poly):
8084         * term/mac-win.el (mac-services-insert-text):
8085         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8086         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8087         (vhdl-port-paste-testbench, vhdl-compose-new-component)
8088         (vhdl-compose-configuration):
8089         * progmodes/sh-script.el (sh-blink, sh-show-indent)
8090         (sh-set-indent, sh-learn-line-indent):
8091         * progmodes/ps-mode.el (ps-mode-target-column):
8092         * progmodes/idlwave.el (idlwave-make-tags)
8093         (idlwave-scan-library-catalogs):
8094         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8095         * progmodes/gud.el (gud-jdb-analyze-source):
8096         * progmodes/flymake.el (flymake-log):
8097         * progmodes/ebnf2ps.el (ebnf-generate-region):
8098         * progmodes/cmacexp.el (c-macro-expansion):
8099         * progmodes/ada-xref.el (ada-treat-cmd-string):
8100         * progmodes/ada-mode.el (ada-create-case-exception-substring)
8101         (ada-justified-indent-current, ada-batch-reformat):
8102         * play/zone.el (zone):
8103         * play/landmark.el (lm-move):
8104         * play/decipher.el (decipher-show-alphabet):
8105         * net/newsticker.el (newsticker--display-jump)
8106         (newsticker--display-scroll):
8107         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8108         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8109         * mail/feedmail.el (feedmail-dump-message-to-queue):
8110         * eshell/esh-proc.el (eshell-remove-process-entry):
8111         * emulation/ws-mode.el (ws-last-error):
8112         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8113         (viper-record-kbd-macro):
8114         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8115         * emacs-lisp/lisp-mnt.el (lm-report-bug):
8116         * emacs-lisp/find-func.el (find-function-noselect):
8117         * calendar/timeclock.el (timeclock-status-string)
8118         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8119         (timeclock-when-to-leave-string):
8120         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8121         * calc/calc-units.el (calc-enter-units-table):
8122         * calc/calc-mode.el (calc-mode-record-mode):
8123         * woman.el (woman-mini-help):
8124         * wdired.el (wdired-change-to-wdired-mode):
8125         * vc.el (vc-retrieve-snapshot):
8126         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8127         * startup.el (display-startup-echo-area-message):
8128         * simple.el (set-goal-column):
8129         * ses.el (ses-command-hook, ses-recalculate-cell):
8130         * server.el (server-process-filter):
8131         * printing.el (pr-interface-txt-print, pr-interface-printify)
8132         (pr-interface-ps):
8133         * pcvs.el (cvs-help):
8134         * log-edit.el (log-edit, log-edit-mode-help):
8135         * iswitchb.el (iswitchb-possible-new-buffer):
8136         * isearch.el (isearch-edit-string):
8137         * image-mode.el (image-mode, image-minor-mode):
8138         * ibuf-macs.el (define-ibuffer-filter):
8139         * hi-lock.el (hi-lock-find-patterns):
8140         * files.el (toggle-read-only):
8141         * ediff-util.el (ediff-copy-diff)
8142         (ediff-write-merge-buffer-and-maybe-kill):
8143         * echistory.el (Electric-history-undefined):
8144         * dnd.el (dnd-insert-text):
8145         * dired-aux.el (dired-query):
8146         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8147         * bookmark.el (bookmark-bmenu-locate):
8148         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8149         Fix `message' calls to ensure first arg is a format string.
8150         The change was made only when these two conditions were satisfied:
8151         [1] when there is a possibility that the arguments would cause an error
8152         for example, if the code in question relies on external variables
8153         such as filenames, and
8154         [2] if the arg to `message' could not have been nil in the code.
8156         * pcomplete.el (pcomplete--help): Fix `message' format spec.
8157         Not having a %s would be weird, though not technically wrong.
8159 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8161         * term/mac-win.el (mac-add-charset-info): Doc fix.
8163 2005-09-17  Romain Francoise  <romain@orebokech.com>
8165         * shell.el (shell-resync-dirs): Handle echoing processes more
8166         reliably.  Don't insert resync command if `comint-process-echoes'
8167         is non-nil.
8169 2005-09-17  Magnus Henoch  <mange@freemail.hu>
8171         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8172         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8173         aspell versions >= 0.60.
8174         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8175         only if ispell-aspell-supports-utf8 is non-nil.
8177 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8179         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8180         buffer-local value to lisp-indent-function.
8182 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
8184         * progmodes/glasses.el (glasses-make-readable): If
8185         glasses-separator differs from underscore, put appropriate
8186         overlays over underscore characters.
8187         (glasses-convert-to-unreadable): If glasses-separator differs from
8188         underscore, try to convert glasses-separator characters to
8189         underscores.
8191 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8194         Use with-syntax-table and dolist.
8196 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
8198         * textmodes/reftex-auc.el:
8199         * textmodes/reftex-cite.el:
8200         * textmodes/reftex-dcr.el:
8201         * textmodes/reftex-global.el:
8202         * textmodes/reftex-parse.el:
8203         * textmodes/reftex-ref.el:
8204         * textmodes/reftex-sel.el:
8205         * textmodes/reftex-toc.el:
8206         * textmodes/reftex-vars.el:
8207         * textmodes/reftex.el: Small changes to remove compiler warnings.
8209         * textmodes/reftex-index.el: Likewise.
8210         (reftex-query-index-phrase): More efficient use of markers.
8212 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8214         * image.el (image-load-path): New variable.
8215         (image-search-load-path): New function.
8216         (find-image): Search for images in `image-load-path'.
8218 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8220         * follow.el: Change Maintainer field.
8222 2005-09-15  David Ponce  <david@dponce.com>
8224         * recentf.el (recentf-save-file-modes): New option.
8225         (recentf-save-list): Use it.
8227 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
8229         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8230         (mode-line-mule-info, mode-line-modified): Move bindings from
8231         mouse-3 to mouse-1.
8233 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
8235         * simple.el (sendmail-user-agent-compose): Revert last change.
8237 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8240         Use with-current-buffer.
8241         (ange-ftp-gwp-start): Remove unused var `gw-user'.
8242         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8243         (ange-ftp-insert-directory): Remove unused var `short'.
8244         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8246         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8247         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8249         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8250         (check-calendar-holidays, diary-list-entries): Autoload.
8251         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8252         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8254         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8255         which mistakenly removed a call to display-buffer.
8257 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
8259         * obsolete/iso-insert.el: Move to obsolete/ from international/.
8261 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
8263         * progmodes/hideshow.el
8264         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8265         (hs-allow-nesting): New user var.
8266         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8267         (hs-hide-block-at-point): When nesting allowed,
8268         if there is already an overlay in place, delete it.
8269         (hs-safety-is-job-n): Delete func; remove call sites.
8270         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8271         (hs-overlay-at): New func.
8272         (hs-already-hidden-p, hs-show-block): Use it.
8273         (hs-hide-all): Don't pre-clean if nesting allowed.
8274         (hs-show-all): Temporarily disallow
8275         nesting around call to `hs-discard-overlays'.
8277 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
8279         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8280         Delete unused local var.
8282 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
8284         * help-fns.el (describe-categories): "?\ " -> "?\s".
8285         (help-do-arg-highlight): Recognize also ARG-n, as in
8286         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
8288         * international/codepage.el (dos-unsupported-char-glyph):
8289         * net/newsticker.el (tool-bar-map, w3-mode-map)
8290         (w3m-minor-mode-map):
8291         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8292         (ent-alist):
8293         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8295 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
8297         * custom.el (custom-push-theme): Handle the case where a symbol is
8298         bound but face properties have not yet been assigned.
8300         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8301         Fix behavior if noerase is `t' and there is no mail buffer.
8303         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8304         if `continue' is nil, rather than signal an error.
8306 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8308         * font-lock.el (font-lock-keywords): Add autoload.
8310         * help-fns.el (describe-variable): Rearrange to put source link
8311         in a predictable place.
8313         * net/newsticker.el: New file.
8315 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * calendar/calendar.el (calendar-for-loop): Add edebug info.
8318         (calendar-basic-setup): Use the new nil arg.
8319         (number-of-diary-entries): Move to diary-lib.el.
8321         * calendar/diary-lib.el: Use with-current-buffer, match-string.
8322         (diary-list-entries): Use with-syntax-table and dolist.
8323         Rename from list-diary-entries.
8324         Use number-of-diary-entries if `number' is nil.
8325         (diary, diary-view-entries): Use this new name and new nil arg value.
8326         (number-of-diary-entries): Move from calendar.el.
8327         (diary-unhide-everything): New function.
8328         (include-other-diary-files, fancy-diary-display)
8329         (diary-show-all-entries, make-diary-entry): Use it.
8330         (diary-mail-entries): Use buffer-string.
8331         (mark-diary-entries): Fix long standing paren typo.
8332         (diary-sexp-entry): Use count-lines.
8333         (make-diary-entry): Avoid `previous-line'.
8334         (diary-mode-map): New var.
8335         (diary-mode): Redraw cal after saving.  Setup header-line.
8336         (fancy-diary-display-mode): Use local-set-key.
8338         * startup.el (command-line): Try calling various terminal-init-foo-bar
8339         functions by stripping hyphenated suffixes from $TERM.
8341         * files.el (normal-mode): Check boundness of font-lock-keywords.
8343 2005-09-12  Richard M. Stallman  <rms@gnu.org>
8345         * progmodes/compile.el: Don't decide a file's directory
8346         until the user actually tries to go there.
8347         (compilation-next-error-function):
8348         Pass compilation-find-file the directory from the file-struct.
8349         (compilation-internal-error-properties): Separate local FILE-STRUCT
8350         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
8351         (compilation-find-file): Arg DIR renamed to DIRECTORY.
8352         Expand it, and if nil, use default-directory.
8353         (compilation-get-file-structure): Don't mix specified directory
8354         with default directory.  Put specified directory into
8355         file-struct.  Don't make the file name absolute.
8357         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8358         (compile-command): Add autoload.
8359         (compilation-disable-input): Add autoload.
8361 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
8363         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8364         strings of the variables it can override.
8365         (time-stamp): New (as yet undocumented) time-stamp-format escapes
8366         %Q and %q, for fully-qualified domain name and unqualified host name.
8368 2005-09-11  Kim F. Storm  <storm@cua.dk>
8370         * emacs-lisp/authors.el (authors-aliases): Update list.
8371         (authors-fixed-entries): Update mldrag.el entry.
8373 2005-09-10  Alan Mackenzie  <acm@muc.de>
8375         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8376         from the region narrowed to.
8378 2005-09-10  Magnus Henoch  <mange@freemail.hu>
8380         * textmodes/ispell.el (ispell-check-version): Signal an error if
8381         aspell version is less than 0.60.
8383 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
8385         * progmodes/octave-inf.el (inferior-octave-startup):
8386         Resync current dir at the end.
8388 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
8390         * woman.el (woman-topic-at-point-default):
8391         Rename to woman-use-topic-at-point-default.
8392         (woman-topic-at-point): Rename to woman-use-topic-at-point.
8393         (woman-file-name): Reflect renames above.  Automatically use the
8394         word at point as topic if woman-use-topic-at-point is non-nil.
8395         Otherwise offer it as default but don't insert it in the
8396         minibuffer.  Also use `test-completion' instead of `assoc' as
8397         suggested by Stefan Monnier.
8399 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
8401         * vc.el (vc-directory, vc-update-change-log): Throw an error on
8402         the attempt to do it over Tramp.  This is not yet supported.
8404 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
8406         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8407         (menu-bar-non-minibuffer-window-p): New functions.
8408         ("Split Window", "Save As..."): Use them.
8409         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8410         ("Print Buffer", "Truncate Long Lines in this Buffer"):
8411         Use menu-bar-menu-frame-live-and-visible-p.
8412         ("Save Buffer", "Insert File", "Open Directory...")
8413         ("Open File...", "Visit New File..."):
8414         Use menu-bar-non-minibuffer-window-p.
8415         (kill-this-buffer-enabled-p, dired <menu-enable>):
8416         Use menu-bar-non-minibuffer-window-p.
8418 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8420         * cus-start.el (all): Don't complain about fringe-related
8421         built-ins if fringes are not supported.  Ditto about
8422         selection-related built-ins.  Fix the test for GTK-related built-ins.
8424         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8425         ("Postscript Print Buffer", "Print Region", "Save As...")
8426         ("Save", "Insert File...", "Open Directory...")
8427         ("Open File...", "Visit New File..."")
8428         ("Truncate Long Lines in this Buffer"): Don't look at
8429         menu-updating-frame if this display does not support multiple frames.
8431 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8433         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8435 2005-09-09  Emilio Lopes  <eclig@gmx.net>
8437         * woman.el: Format- and whitespace-related changes.
8439 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8441         * woman.el: Fix my email address.
8443 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8445         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8446         (sh-mode): Locally set skeleton-pair-default-alist.
8448         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8450         * progmodes/flymake.el: Require `compile' unconditionally.
8452         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8454         * woman.el (woman-file-name): Provide a default, not initial input.
8456         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8458         * font-lock.el (font-lock-support-mode): Doc fix.
8460         * descr-text.el (describe-property-list): Handle non-symbol prop names.
8462 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8464         * simple.el (blink-matching-open): Get rid of text props from
8465         the string shown in echo area.  Don't permanently set point.
8466         Some rearrangements.
8468 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8470         * recentf.el (recentf-filename-handler): Add custom choice
8471         `abbreviate-file-name'.
8473         * msb.el (msb--very-many-menus): Fix typo.
8475         * disp-table.el (standard-display-european): Don't set
8476         enable-multibyte-characters to nil.
8478 2005-09-08  David Ponce  <david@dponce.com>
8480         * recentf.el (recentf-show-file-shortcuts-flag): New option.
8481         (recentf-expand-file-name): Doc fix.
8482         (recentf-dialog-mode-map): Define digit shortcuts.
8483         (recentf--files-with-key): New variable.
8484         (recentf-show-digit-shortcut-filter): New function.
8485         (recentf-open-files-items): New function.
8486         (recentf-open-files): Use it.
8487         (recentf-open-file-with-key): New command.
8489 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8491         * buff-menu.el (Buffer-menu-sort-by-column): New function.
8492         Suggested by Kim F. Storm.
8493         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8494         (Buffer-menu-make-sort-button): Use global keymap.
8496 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
8498         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8499         (Man-getpage-in-background-advice): Remove defadvice; it isn't
8500         necessary any longer with the remapped command.
8501         (Man-bgproc-sentinel-advice): Remove defadvice which counts
8502         formatting time only.
8504         * net/tramp.el (tramp-action-password)
8505         (tramp-multi-action-password): Compile the password prompt from
8506         `method', `user' and `host'.  Sometimes it isn't obvious which
8507         password to enter, for example with remote files offered by
8508         recentf.el, or with multiple steps.  Suggested by Robert Marshall
8509         <robert@chezmarshall.freeserve.co.uk>.
8511 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8513         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8514         Fix regexp for when "s///" is at the beginning of line.
8516 2005-09-07  Jay Belanger  <belanger@truman.edu>
8518         * calc/calc-poly.el (math-expand-term): Multiply out any powers
8519         when in matrix mode.
8521 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8524         non-anonymous functions.
8526 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
8528         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8529         when using a header line.  Otherwise, use mouse-1-click-follows-link.
8531         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8532         can't be moved; don't signal an error.
8534 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
8536         * cus-theme.el (custom-theme-write-faces): Save the current face
8537         spec, not the defface spec.
8539         * custom.el (custom-known-themes): Clarify meaning of "standard".
8540         (custom-push-theme): Save old values in the standard theme.
8541         (disable-theme): Correct typo.
8542         (custom-face-theme-value) Deleted unused function.
8543         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8545 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * progmodes/compile.el (compilation-goto-locus): Take into account
8548         iconified frames when determining whether the buffer is
8549         already visible.
8550         Don't reset window height if the window already existed.
8552 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8554         * custom.el (load-theme): Rename from require-theme.
8555         Add interactive spec.
8556         (enable-theme): Rename from custom-enable-theme.
8557         Add interactive spec.
8558         (disable-theme): Rename from custom-disable-theme.
8559         Add interactive spec.
8560         (custom-make-theme-feature): Doc fix.
8561         (custom-theme-directory): Doc fix.
8562         (provide-theme): Call enable-theme.
8564 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * obsolete/lazy-lock.el (lazy-lock-mode):
8567         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8568         font-lock-mode if it's off.  Print a warning instead.
8570         * progmodes/compile.el (compilation-start): Ignore errors if the
8571         process died before we get to send-eof.
8573         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8574         Undo last change.  Enclosing the result in quotes broke things on Unix
8575         since tex-send-command passes it through shell-quote-argument.
8576         (tex-send-command): Pass `file' through convert-standard-filename
8577         when possible.
8578         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8579         info in a transcript.
8581 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8583         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8584         fix compilation warning.  Reorder the key definitions to group
8585         together keys emitted by the current version of xterm.
8587         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8588         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8589         Reorder predicates to correct min-color usage.
8591 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8593         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8594         Kill local variables when longlines-mode is turned off.
8596 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8600         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8602         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8604         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8605         (font-lock-lines-before): Change default to being inactive.
8606         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8607         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8609 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8611         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8612         Deactivate temporarily advice if active (not needed for Emacs 22,
8613         but for backwards compatibility).
8614         (tramp-exists-file-name-handler): Rewrite.  First implementation
8615         was too simple.
8616         (tramp-advice-make-auto-save-file-name):
8617         Call `tramp-handle-make-auto-save-file-name' (again, just for
8618         backwards compatibility).
8620 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8622         * progmodes/vhdl-mode.el
8623         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8624         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8625         (vhdl-set-default-project): New function (easier setting of default).
8626         (vhdl-port-copy): Handle extended identifiers for generics.
8627         (vhdl-compiler-alist): Better description for error message regexp.
8628         (vhdl-make): Query for target, use previous as default.
8629         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8630         (vhdl-font-lock-keywords-2): Fix fontification for record
8631         el. assign.
8632         (vhdl-speedbar-make-subpack-line): Add package body link.
8633         (vhdl-generate-makefile-1): Not include itself as dependency.
8634         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8635         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8636         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8637         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8638         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8639         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8640         (vhdl-import-project): Add string argument for `error'.
8641         (vhdl-compose-configuration)
8642         (vhdl-compose-configuration-architecture): Add configuration
8643         declaration generation.
8644         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8645         (vhdl-trailer-re): Add "record" keyword (better indentation).
8646         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8647         "[^ \t-\"]+".
8648         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8649         (vhdl-testbench-entity-file-name)
8650         (vhdl-testbench-architecture-file-name): Allow separate
8651         customization of testbench file names.
8652         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8653         (vhdl-get-visible-signals): Allow newline within alias declaration.
8654         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8655         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8656         (member-ignore-case): Alias for missing function in XEmacs.
8657         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8658         (vhdl-update-sensitivity-list): Ignore case on read signals.
8659         (vhdl-replace-string): Adjust case only for file names.
8660         (vhdl-update-sensitivity-list): Fix search for read signals.
8661         (vhdl-update-sensitivity-list): Exclude formal parameters.
8662         (vhdl-get-visible-signals): Include aliases of signals.
8663         (vhdl-get-visible-signals): Fix signal name searching.
8664         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8665         (vhdl-fixup-whitespace-region): Fix for character
8666         literals (e.g. `:').
8668 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8670         * ansi-color.el (comint-last-output-start):
8671         * bs.el (font-lock-verbose):
8672         * diff-mode.el (add-log-buffer-file-name-function):
8673         * dired-x.el (vm-folder-directory):
8674         * faces.el (help-xref-stack-item):
8675         * files.el (font-lock-keywords):
8676         * find-lisp.el (dired-buffers, dired-subdir-alist):
8677         * ido.el (cua-inhibit-cua-keys):
8678         * log-view.el (cvs-minor-wrap-function):
8679         * outline.el (font-lock-warning-face):
8680         * simple.el (compilation-current-error):
8681         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8682         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8683         * tooltip.el (comint-prompt-regexp):
8684         * w32-fns.el (explicit-shell-file-name):
8685         * term/mac-win.el (mac-charset-info-alist)
8686         (mac-services-selection, mac-system-script-code):
8687         * term/tty-colors.el (msdos-color-values):
8688         * term/w32-win.el (xlfd-regexp-registry-subnum):
8689         * term/x-win.el (x-keysym-table, x-selection-timeout)
8690         (x-session-id, x-session-previous-id):
8691         * textmodes/ispell.el (mail-yank-prefix):
8692         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8693         * textmodes/org.el (calc-embedded-close-formula)
8694         (calc-embedded-open-formula)
8695         (font-lock-unfontify-region-function):
8696         * textmodes/reftex-global.el (isearch-next-buffer-function)
8697         (TeX-master):
8698         * textmodes/reftex.el (font-lock-keywords):
8699         * textmodes/tex-mode.el (font-lock-comment-face)
8700         (font-lock-doc-face):
8701         * textmodes/texinfo.el (outline-heading-alist):
8702         Add defvars.
8704         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8705         (artist-spray-chars, artist-mode-init, artist-replace-string)
8706         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8707         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8708         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8710         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8711         (conf-align-assignments): "?\ " -> "?\s".
8713         * textmodes/reftex-index.el (TeX-master): Add defvar.
8714         (reftex-index-phrases-marker): Move up defvar.
8716         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8717         (reftex-toc-include-labels-indicator)
8718         (reftex-toc-include-index-indicator)
8719         (reftex-toc-max-level-indicator): Move up declarations.
8721         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8722         of args to `tramp-run-real-handler', even if it's empty in this case.
8724 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8726         * dired.el (dired-move-to-filename-regexp): Add date format for
8727         Mac OS X 10.3 in East Asian locales.
8729 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8731         * files.el (make-auto-save-file-name): Add file name handler call
8732         if applicable.
8734         * net/tramp.el (tramp-file-name-handler-alist)
8735         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8736         (tramp-handle-make-auto-save-file-name): Rename from
8737         `tramp-make-auto-save-file-name'.
8738         (tramp-exists-file-name-handler): New defun.
8739         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8740         `make-auto-save-file-name' is not a magic file name operation.
8742 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8744         * files.el (risky-local-variable-p):
8745         Match `-predicates' and `-commands.
8747         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8748         (custom-save-all): Visit the file if necessary;
8749         kill the buffer if we created it.
8750         (custom-save-delete): Don't visit file or kill buffer here.
8752 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8754         * textmodes/org.el (org-special-keyword): New face.
8755         (org-table-copy-down, org-table-eval-formula)
8756         (org-table-recalculate, org-init-section-numbers):
8757         Use `string-to-number' instead of `string-to-int'.
8758         (org-get-location): Use `insert-buffer-substring' instead of
8759         `insert-buffer'.
8760         (org-modify-diary-entry-string): New function.
8761         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8762         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8763         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8764         active region.
8765         (org-export-as-html): Handle QUOTE keyword.
8766         (org-quote-string): New option.
8767         (org-bookmark-jump-unhide): New function, used for
8768         `bookmark-after-jump-hook'.
8769         (org-diary-default-entry): Apply only when not called through
8770         `org-agenda'.
8772 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8774         * net/eudc.el (mode-popup-menu):
8775         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8776         * progmodes/ada-mode.el (compile-auto-highlight)
8777         (skeleton-further-elements):
8778         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8779         * progmodes/cmacexp.el (msdos-shells):
8780         * progmodes/compile.el (font-lock-extra-managed-props)
8781         (font-lock-keywords, font-lock-maximum-size)
8782         (font-lock-support-mode):
8783         * progmodes/grep.el (font-lock-lines-before):
8784         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8785         * progmodes/mixal-mode.el (compile-command):
8786         * progmodes/perl-mode.el (font-lock-comment-face)
8787         (font-lock-doc-face, font-lock-string-face):
8788         * progmodes/prolog.el (comint-prompt-regexp):
8789         * progmodes/sh-script.el (font-lock-comment-face)
8790         (font-lock-set-defaults, font-lock-string-face):
8791         * progmodes/sql.el (font-lock-keyword-face)
8792         (font-lock-set-defaults, font-lock-string-face):
8793         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8794         (itimer-version, lazy-lock-defer-contextually)
8795         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8796         Add defvars.
8798         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8799         (cperl-electric-keyword, cperl-electric-pod)
8800         (cperl-electric-backspace, cperl-forward-re)
8801         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8802         (vc-rcs-header, vc-sccs-header): Add defvars.
8804         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8805         (font-lock-syntactic-keywords, gud-find-expr-function):
8806         Add defvars.
8808         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8809         (gdb-frame-parameters): Declare before use.
8811         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8812         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8813         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8814         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8816         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8817         (idlwave-help-with-source): Use `insert-buffer-substring', not
8818         `insert-buffer'.
8820 2005-08-29  Juri Linkov  <juri@jurta.org>
8822         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8823         Put outline-back-to-heading function call inside save-excursion.
8825 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8827         * man.el (Man-init-defvars, Man-translate-references)
8828         (Man-support-local-filenames, Man-highlight-references):
8829         * progmodes/sql.el (sql-interactive-mode):
8830         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8832         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8833         (compilation-mode-font-lock-keywords): Add defvars.
8834         (checkdoc-interactive-loop): "?\ " -> "?\s".
8836         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8837         (font-lock-doc-face, font-lock-string-face)
8838         (font-lock-keywords-case-fold-search): Add defvars.
8839         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8841         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8842         Don't pass X and Y (they are ignored anyway).
8843         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8844         (mouse-delete-window): Make arguments optional.
8846         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8847         (caesar-translate-table, minor-modes, news-buffer-save)
8848         (news-group-name, news-minor-modes): Add defvars.
8850         * emacs-lisp/lselect.el (mouse-highlight-priority)
8851         (x-lost-selection-functions, zmacs-regions):
8852         * emacs-lisp/pp.el (font-lock-verbose):
8853         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8854         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8855         (ses-mode-map):
8856         * emacs-lisp/tcover-unsafep.el (safe-functions):
8857         * international/mule-cmds.el (mac-system-coding-system)
8858         (mac-system-locale):
8859         * language/ethio-util.el (rmail-current-message)
8860         (rmail-message-vector):
8861         * language/thai-util.el (thai-auto-composition-mode):
8862         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8863         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8864         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8865         (vm-primary-inbox, vm-spool-files):
8866         * mail/rmail.el (deleted-head, font-lock-fontified)
8867         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8868         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8869         (total-messages):
8870         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8871         (rmail-summary-mode-map):
8872         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8873         (rmail-last-label, rmail-last-multi-labels)
8874         (rmail-summary-vector, rmail-total-messages):
8875         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8876         * mail/rmailsum.el (msgnum):
8877         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8878         (rmail-current-message):
8879         * obsolete/fast-lock.el (font-lock-face-list):
8880         * obsolete/rnewspost.el (mail-reply-buffer):
8881         * obsolete/scribe.el (compile-command):
8882         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8884 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8886         * ibuf-ext.el (ibuffer-auto-update-changed):
8887         Use `frame-or-buffer-changed-p' to check whether we need to update.
8888         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8889         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8890         as a `frame-or-buffer-changed-p' state vector instead.
8892 2005-08-27  Romain Francoise  <romain@orebokech.com>
8894         * textmodes/makeinfo.el (makeinfo-compile):
8895         Use `compilation-start'.  Set `next-error-function' according to
8896         `disable-errors'.
8897         (makeinfo-next-error): New function.
8898         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8899         (makeinfo-buffer): Likewise.
8901         * progmodes/compile.el (compilation-start): Add autoload cookie.
8903         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8904         * textmodes/sgml-mode.el: Likewise.
8905         * progmodes/python.el: Likewise.
8907 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8909         * simple.el (blink-matching-paren-distance): Document the meaning
8910         of nil value, and allow to customize to nil.
8912         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8913         command.com, not command.exe.
8915 2005-08-26  John Wiegley  <johnw@newartisans.com>
8917         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8918         code around a bit so that an extraneous nil argument is not added
8919         to a command when no args are given.
8921         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8922         double-quoted argument resolves to nil, return it as an empty
8923         string rather than as nil.  This made it impossible to pass "" to
8924         a shell script as a null string argument.
8926 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8928         * outline.el (outline-invent-heading): New fun.
8929         (outline-promote, outline-demote): Use it.
8930         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8931         (outline-end-of-subtree): Remove unused var `opoint'.
8933 2005-08-26  David Reitter  <david.reitter@gmail.com>
8935         * menu-bar.el (truncate-lines, write-file, print-buffer)
8936         (ps-print-buffer-faces, ps-print-buffer, split-window):
8937         Disable menu items when the frame they refer to is invisible, or when
8938         they refer to a buffer and the minibuffer is selected.
8940 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8942         * progmodes/flymake.el (flymake-highlight-err-lines):
8943         Use save-excursion around flymake-highlight-line to preserve point.
8945 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8947         * progmodes/octave-mod.el: Change Author and Maintainer address.
8948         (octave-maintainer-address): Change Kurt's email address.
8949         * progmodes/octave-inf.el: Change Author and Maintainer address.
8950         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8952 2005-08-26  Kim F. Storm  <storm@cua.dk>
8954         * subr.el (version-list-<, version-list-<=, version-list-=):
8955         Rename from integer-list-*.
8956         (version-list-not-zero): Likewise.  Fix while loop.
8957         (version=): Use version-list-= instead of string-equal.
8959 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8961         * outline.el (outline-promote): Try shortening the heading.
8962         As last resort, read the heading to use.
8963         (outline-demote): As last resort, read the heading to use.
8965 2005-08-26  Romain Francoise  <romain@orebokech.com>
8967         * progmodes/compile.el (compilation-start): Doc fix.
8969         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8970         (antlr-font-lock-additional-keywords): Fix reference to
8971         `antlr-font-lock-literal-regexp' erroneously changed during the
8972         mass face rename.
8973         (antlr-run-tool): Use `compilation-start'.
8975         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8976         instead of the obsolete `compile-internal'.
8978 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8980         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8981         (number, original-date):
8982         * calendar/cal-china.el (date):
8983         * calendar/cal-coptic.el (date):
8984         * calendar/cal-french.el (date):
8985         * calendar/cal-hebrew.el (date, entry, number, original-date):
8986         * calendar/cal-islam.el (date, number, original-date):
8987         * calendar/cal-iso.el (date):
8988         * calendar/cal-julian.el (date):
8989         * calendar/cal-mayan.el (date):
8990         * calendar/cal-menu.el (date, event):
8991         * calendar/cal-persia.el (date):
8992         * calendar/lunar.el (date):
8993         * calendar/solar.el (date): Add defvars.
8995         * emerge.el:
8996         * ibuffer.el:
8997         * info-xref.el:
8998         * obsolete/bg-mouse.el:
8999         * obsolete/sun-curs.el:
9000         * obsolete/swedish.el: Move the `defvar's to the top level.
9002         * smerge-mode.el (smerge-refined-change): Add :group.
9004 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9006         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9007         (smerge-keep-n): Remove props.
9008         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9009         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9010         now that it's done in smerge-keep-n.
9011         (smerge-refined-change): New face.
9012         (smerge-refine-chopup-region, smerge-refine-highlight-change)
9013         (smerge-refine): New funs.
9014         (smerge-basic-map): Bind smerge-refine.
9016 2005-08-25  Juri Linkov  <juri@jurta.org>
9018         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9019         compilation-process-setup-function and compilation-disable-input
9020         in grep-mode instead of let-bindings in grep.
9022         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9023         Delete "Automatic File De/compression" (auto-compression-mode).
9025 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
9027         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9028         Silence warning about non-existent variable.
9030 2005-08-25  Richard M. Stallman  <rms@gnu.org>
9032         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9033         Rename "Describe Key" to "Describe Key or Mouse Operation".
9035         * mail/mailalias.el (build-mail-aliases): Delete comments
9036         from the contents before processing them.
9038         * isearch.el (isearch-edit-string): Erase the Search prompt
9039         if user enters an empty string and there is no default.
9041         * comint.el (comint-file-name-prefix): Add autoload.
9043 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
9045         * subr.el (play-sound): Rearrange to avoid warning.
9047 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
9049         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9050         New hook.
9051         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9053 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9057         * custom.el (custom-theme-set-variables): Sort minor modes last.
9059 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9061         * subr.el (version-separator, version-regexp-alist): New vars used by
9062         version comparison funs.
9063         (integer-list-<, integer-list-=, integer-list-<=)
9064         (integer-list-not-zero): New funs for integer list comparison.
9065         (version-to-list, version=, version<, version<=): New funs for version
9066         comparison.
9068 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
9070         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9071         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9072         time to silence the byte-compiler.
9074         * ibuffer.el (ibuffer-compile-make-eliding-form)
9075         (ibuffer-check-formats): Use `with-no-warnings' to hide references
9076         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9077         so it's silly to get warnings for it).
9078         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9079         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9080         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9081         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9082         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9083         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9084         Defvar at compile time.
9085         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9086         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9087         Declare them before use.
9089         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9090         (info-xref-good, info-xref-bad): Defvar at compile time.
9092         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9093         Use `let*' instead of `let'.
9095         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9096         (*mouse-y*, menu, char): Defvar at compile time.
9097         (sc::menu): Declare it before use.
9098         (sc::pack-one-line): Use `let', not `let*'.
9100         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9101         (mail-send-hook): Defvar at compile time.
9103         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9104         Defvar at compile time.
9106         * term/sun-mouse.el (current-global-mousemap)
9107         (current-local-mousemap): Declare them before use.
9109 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
9111         * bookmark.el (bookmark-after-jump-hook): New hook.
9112         (bookmark-jump): Run `bookmark-after-jump-hook'.
9114 2005-08-23  Juri Linkov  <juri@jurta.org>
9116         * faces.el (minibuffer-prompt): Doc fix.
9118 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
9120         * progmodes/xscheme.el: Trivial changes to silence warnings.
9121         (xscheme-previous-mode, xscheme-previous-process-state):
9122         Add defvars.
9123         (xscheme-last-input-end, xscheme-process-command-line)
9124         (xscheme-process-name, xscheme-buffer-name)
9125         (xscheme-expressions-ring-max, xscheme-expressions-ring)
9126         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9127         (xscheme-control-g-synchronization-p)
9128         (xscheme-control-g-disabled-p, xscheme-string-receiver)
9129         (default-xscheme-runlight, xscheme-runlight)
9130         (xscheme-runlight-string, xscheme-process-filter-state)
9131         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9132         Move to beginning of file.
9133         (scheme-interaction-mode-commands-alist)
9134         (scheme-interaction-mode-map, scheme-debugger-mode-map):
9135         Declare them before use.  Note: the initialization code for the variables
9136         has not been moved because it uses functions that reference the variables.
9137         (xscheme-control-g-message-string, xscheme-process-filter-alist)
9138         (xscheme-prompt-for-expression-map): Declare them before use.
9139         (scheme-debugger-mode-commands): "?\ " -> "?\s".
9141 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
9143         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9145 2005-08-22  Juri Linkov  <juri@jurta.org>
9147         * faces.el (set-face-underline): Delete this duplicate function
9148         and make an obsolete alias to set-face-underline-p.
9149         (set-face-underline-p): Use docstring of set-face-underline.
9150         (describe-face): Create hyperlink to parent face.
9152         * info.el (Info-insert-dir): Use save-excursion around
9153         insert-buffer-substring.
9154         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9155         (Info-escape-percent): Delete function.
9156         (Info-fontify-node): Replace Info-escape-percent by
9157         replace-regexp-in-string with REP arg set to lambda that
9158         duplicates `%' and preserves text properties.
9160         * progmodes/compile.el (compilation-disable-input): Doc fix.
9161         (define-compilation-mode): Doc fix and refill.
9162         (kill-compilation): Use `mode-name' in the error message.
9163         (compilation-find-file): Use `compilation-error' in the
9164         read-file-name's prompt.
9166 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9168         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9169         (smerge-auto-leave): Make undo re-enable the mode.
9170         (debug-ignored-errors): Add the user-error of impossible resolution.
9171         (smerge-resolve): Move things around a bit, in preparation for later.
9172         (smerge-diff): Don't fail if the buffer has no associated file.
9173         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9174         (smerge-conflict-overlay): New function.
9175         (smerge-match-conflict): Don't add text properties here.
9176         (smerge-find-conflict): Instead, add an overlay here.
9177         Also check for the case where we're inside a conflict already, so as to
9178         obviate the need for font-lock-multiline, which is unbearably slow with
9179         large conflicts and ciomplex font-lock patterns.
9180         (smerge-remove-props): Remove overlay rather than text-properties.
9181         (smerge-mode): Don't set font-lock-multiline.
9182         Remove overlays when turned off.
9184 2005-08-21  Kim F. Storm  <storm@cua.dk>
9186         * ido.el (ido-ignore-item-p): Use save-match-data.
9187         Bind case-fold-search to ido-case-fold locally.
9189 2005-08-20  Richard M. Stallman  <rms@gnu.org>
9191         * files.el (normal-mode): If font lock is on, turn it off and on.
9193         * subr.el (replace-regexp-in-string): Doc fix.
9195         * startup.el (command-line-1): Don't suppress startup screen
9196         due to existing processes.
9198         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9200         * progmodes/compile.el (compilation-disable-input): Default to nil.
9202 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9204         * progmodes/compile.el (compilation-disable-input): New defcustom.
9205         (compilation-start): If compilation-disable-input is non-nil, send
9206         EOF to the compilation process.
9208 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
9210         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9211         Run the argument of tex-shell-cd-command through
9212         convert-standard-filename, to get the correct style of slashes on
9213         Windows, and enclose the result in quotes, in case the file name
9214         includes whitespace or other special characters.
9216 2005-08-19  Andreas Schwab  <schwab@suse.de>
9218         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9219         process.
9221 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
9223         * cus-start.el (minibuffer-prompt-properties): Correct typo.
9225 2005-08-18  Kim F. Storm  <storm@cua.dk>
9227         * scroll-lock.el: Fix errors due to incorrect line wrapping.
9229 2005-08-18  Richard M. Stallman  <rms@gnu.org>
9231         * scroll-lock.el: New file.
9233 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
9235         * dired.el (dired-move-to-end-of-filename):
9236         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9238 2005-08-18  Kim F. Storm  <storm@cua.dk>
9240         * ido.el (ido-everywhere): Fix defcustom :set function to disable
9241         rather than toggle mode when custom value is nil.
9242         (ido-everywhere): Fix defun doc string.
9244 2005-08-17  Richard M. Stallman  <rms@gnu.org>
9246         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9247         as tag instead of "Inviolable".
9249 2005-08-17  Kim F. Storm  <storm@cua.dk>
9251         * windmove.el (windmove-coordinates-of-position): Remove.
9252         (windmove-coordinates-of-window-position): Remove.
9253         (windmove-reference-loc): Use posn-at-point instead.
9255         * subr.el (insert-for-yank-1): Doc fix.
9257         * ido.el (ido-enter-matching-directory): Rename from
9258         ido-enter-single-matching-directory.  Change `slash' choice to
9259         `only'.  Add `first' choice.
9260         (ido-exhibit): Adapt to above changes.
9262 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
9264         * Makefile.in: Expand comment about building loaddefs.el.
9266 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
9268         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9269         Comment use of defadvice.
9271         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9273 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
9275         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9276         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9277         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9278         * progmodes/idlw-shell.el, progmodes/ld-script.el,
9279         * progmodes/which-func.el, ruler-mode.el, strokes.el,
9280         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9281         for backward compatibility for faces that did not appear in the
9282         previous Emacs release.
9284         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9286 2005-08-15  Kim F. Storm  <storm@cua.dk>
9288         * emulation/cua-base.el (cua-delete-region): Return t if
9289         deleted region was non-empty.
9290         (cua-replace-region): Inhibit overwrite-mode for
9291         self-insert-command if replaced region was non-empty.
9292         (cua--explicit-region-start, cua--status-string): Make them
9293         buffer-local at top-level...
9294         (cua-mode): ...rather than when mode is enabled.
9296 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
9298         * progmodes/vhdl-mode.el (vhdl-emacs-21):
9299         Set t for Emacs 21, 22, and so on.
9301 2005-08-15  David Ponce  <david@dponce.com>
9303         * tree-widget.el: Update Commentary header.
9304         (tree-widget-theme): Doc fix.
9305         (tree-widget-space-width): New option.
9306         (tree-widget-image-properties): Look up in the default theme too.
9307         (tree-widget--cursors): Only for images with arrow pointer shape.
9308         (tree-widget-lookup-image): Pointer shape is hand by default.
9309         (tree-widget-icon): Rename generic icon widget from
9310         `tree-widget-control'.
9311         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9312         derive from `tree-widget-icon'.
9313         (tree-widget-handle): Improve default look and feel of the text
9314         representation.
9315         (tree-widget): Rename :*-control properties to :*-icon properties.
9316         Add :action and :help-echo properties.
9317         (tree-widget-after-toggle-functions): Move.
9318         (tree-widget-close-node, tree-widget-open-node): Remove.
9319         (tree-widget-before-create-icon-functions): New hook.
9320         (tree-widget-value-create): Update to allow customization of icons
9321         and nodes at run-time via that new hook.
9322         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9323         (tree-widget-icon-action, tree-widget-icon-help-echo)
9324         (tree-widget-action, tree-widget-help-echo): New functions.
9326 2005-08-15  Kim F. Storm  <storm@cua.dk>
9328         * ido.el (ido-buffer-internal): Use with-no-warnings.
9329         (ido-make-merged-file-list): Use while-no-input.
9331 2005-08-15  Richard M. Stallman  <rms@gnu.org>
9333         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9334         (flyspell-large-region): Fix doc and custom type.
9336 2005-08-14  Richard M. Stallman  <rms@gnu.org>
9338         * files.el (interpreter-mode-alist): Doc fix.
9340         * mail/rmail.el (rmail-nonignored-headers): New variable.
9341         (rmail-clear-headers): Use it.
9342         (rmail-reply): Better handling of mail-followup-to header.
9344         * progmodes/sh-script.el (sh-font-lock-keywords-var):
9345         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
9346         don't try to refer to executable-font-lock-keywords.
9347         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9348         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9349         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9350         (sh-mode): Set comment-start-skip, local-abbrev-table,
9351         imenu-case-fold-search.
9352         (sh-set-shell): Don't set them here.
9353         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
9354         Don't cache the results in the original alist; don't ever modify
9355         that alist.
9357         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9359         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9360         empty.
9362 2005-08-15  Andreas Schwab  <schwab@suse.de>
9364         * desktop.el: Put autoload cookie at risky-local-variable declarations.
9366         * dired.el, info.el, mail/rmail.el: Revert last change.
9368 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
9370         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9371         modification in `eval-after-load' form.
9372         * info.el: Likewise.
9373         * mail/rmail.el: Likewise.
9375 2005-08-14  Juri Linkov  <juri@jurta.org>
9377         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9378         Remove highlighting of "Compilation started".  Highlight only
9379         the word "finished" in "Compilation finished".  Add highlighting
9380         of "interrupt", "killed", "terminated" and the exit code.
9381         (compilation-start): Add newline after header.  Use exactly the
9382         same time stamp format as the finishing message.
9383         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9385         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9386         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9387         Add highlighting of "interrupt", "killed", "terminated".
9389         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9390         enabled and the current command is self-insert-command, call it
9391         explicitly with overwrite-mode bound to nil, to not allow it
9392         to delete the character after the selected region.
9394 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
9396         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9397         move-end-of-line, end-of-line, and beginning-of-line to the list
9398         of commands after which the echo area is updated.
9400 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
9402         * cus-edit.el (custom-save-all, custom-save-delete):
9403         Bind recentf-exclude to exclude custom-file.
9405 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
9407         * mail/rmailsum.el (rmail-summary-end-of-message): New command
9408         to go to the bottom of the mail message.  Added to
9409         `rmail-summary-mode-map' with key "/".
9410         (rmail-summary-show-message): New (internal) function for use by
9411         both `rmail-summary-beginning/end-of-message'.
9412         (rmail-summary-beginning-of-message): Change to use
9413         rmail-summary-show-message.
9415         * mail/rmail.el (rmail-end-of-message): New command to go to the
9416         end of the current message.  Added to `rmail-mode-map' with key "/".
9417         (rmail-beginning-of-message): Fix to work as documented.
9418         (rmail-mode): Change documentation.
9420         * progmodes/compile.el (compilation-start): Add the line
9421         "Compilation started" with compilation start time.
9422         (compilation-mode-font-lock-keywords): Add `started' to keywords.
9424 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9426         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9427         of menu items.
9429 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9431         * simple.el (pop-global-mark): Reverse test of widen-automatically.
9433         * battery.el (battery-status-function): Don't use ignore-errors.
9435 2005-08-11  Lute Kamstra  <lute@gnu.org>
9437         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9438         define-obsolete-variable-alias.
9440 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9443         (ange-ftp-send-cmd): Revert last change, and expand
9444         the comment explaining the problem.
9446 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9448         * ldefs-boot.el: Update.
9450         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9451         item to "Time, Load and Mail".  Change help echo text.
9453         * time.el (display-time-use-mail-icon, display-time-format)
9454         (display-time-string-forms): Shorten first line of docstrings.
9456 2005-08-10  Lars Hansen  <larsh@soem.dk>
9458         * desktop.el (desktop-buffer-mode-handlers):
9459         Make non-customizable.  Add autoload cookie.  Change initial value to
9460         nil; add elements in respective modules instead.  Fix doc string.
9461         (desktop-load-file): New function.
9462         (desktop-minor-mode-handlers): New autoloaded variable.
9463         (desktop-create-buffer): Call minor mode handlers.
9464         Use desktop-load-file to load major and minor mode modules prior to
9465         checking for a handler.
9466         (desktop-save): Don't add nil to desktop-minor-modes for minor
9467         modes with nil function in desktop-minor-mode-table.  Don't delete
9468         desktop file before rewriting it.
9469         (desktop-locals-to-save): Add autoload cookie.  Don't make
9470         automatically buffer-local.  Add variables column-number-mode,
9471         size-indication-mode, indent-tabs-mode,
9472         indicate-buffer-boundaries, indicate-empty-lines and
9473         show-trailing-whitespace.
9474         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9475         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
9476         (desktop-clear-preserve-buffers-regexp): Delete.
9477         (desktop-clear-preserve-buffers): Update initial value and docstring.
9478         (desktop-save-buffer): Fix doc string.
9480         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9481         (hilit-chg-desktop-restore): New function.
9482         (highlight-changes-mode): Add highlight-changes-mode to
9483         desktop-locals-to-save.
9485         * dired.el: Add handler to desktop-buffer-mode-handlers.
9486         (dired-restore-desktop-buffer): Remove autoload cookie.
9487         (dired-mode): Add autoload cookie.
9489         * info.el: Add handler to desktop-buffer-mode-handlers.
9490         (Info-restore-desktop-buffer): Remove autoload cookie.
9491         (Info-mode): Add autoload cookie.
9493         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9494         (mh-restore-desktop-buffer): Remove autoload cookie.
9495         (mh-folder-mode): Add autoload cookie.
9497         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9498         (rmail-restore-desktop-buffer): Remove autoload cookie.
9500 2005-08-11  Masatake YAMATO  <jet@gyve.org>
9502         * hexl.el (hexl-address-region):
9503         (hexl-ascii-region, hexl-font-lock-keywords):
9504         (hexl-highlight-line-range): Use the term "region"
9505         instead of "area" for consistency with the other symbols
9506         defined in hexl.el.
9508 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9510         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9511         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9512         out by Juri Linkov).  Add `display-battery-mode'.
9514 2005-08-09  Juri Linkov  <juri@jurta.org>
9516         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9517         Remove `-text' from face variable names.
9518         (compilation-error-file-name, compilation-warning-file-name)
9519         (compilation-info-file-name): Delete faces.
9520         (compilation-line-number, compilation-column-number):
9521         Remove face underlining.
9522         (compilation-message-face): Set to `underline' value by default.
9523         (compilation-error-face, compilation-warning-face)
9524         (compilation-info-face): Remove `-file-name' from face names.
9525         (compilation-error-text-face, compilation-warning-text-face)
9526         (compilation-info-text-face): Delete face variables.
9527         (compilation-text-face): Delete function.
9529         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9530         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9531         (grep-error-face): Set to `compilation-error' instead of
9532         `compilation-error-face' (which is redefined to `grep-hit-face' in
9533         grep buffers).
9534         (grep-mode-font-lock-keywords): Remove `-text' from face variable
9535         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
9537         * dired-aux.el (dired-do-query-replace-regexp):
9538         Use `query-replace-read-args'.
9540         * replace.el (query-replace-read-from, query-replace-read-to)
9541         (query-replace-read-args): Rename arg `string' to `prompt'.
9543         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9545 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9547         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9548         uploading files.
9549         (ange-ftp-canonize-filename): Handle file names beginning with ~
9550         correctly.
9552 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9554         * textmodes/fill.el (canonically-space-region)
9555         (fill-context-prefix, fill-french-nobreak-p)
9556         (fill-delete-newlines, fill-comment-paragraph)
9557         (justify-current-line): "?\ " -> "?\s".
9559 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9561         * textmodes/fill.el (fill-nonuniform-paragraphs):
9562         Improve argument/docstring consistency.
9564 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9566         * textmodes/ispell.el (ispell-word): More fboundp checks.
9568         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9569         (find-file-noselect-1): Call it here, only if RAWFILE.
9570         (normal-mode): Always set some major mode.
9571         (save-some-buffers-action-alist): Change some explanation strings.
9572         (file-name-non-special): In the `quote' method, use unwind-protect.
9574 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9576         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9577         (ispell-have-aspell-dictionaries): New variable.
9578         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9579         (ispell-get-aspell-config-value): New function.
9580         (ispell-aspell-find-dictionary): New function.
9581         (ispell-aspell-add-aliases): New function.
9582         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9583         appropriate.  Don't look for ispell dictionaries if we use aspell.
9584         (ispell-menu-map): Don't build a submenu of dictionaries.
9586 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9588         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9589         (sql-read-passwd): Use read-passwd.
9591         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9592         (idlwave-toolbar-is-possible): Add defvars.
9594         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9595         Avoid warnings.
9597         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9598         (idlwave-system-class-info, idlwave-executive-commands-alist):
9599         Use defvar.
9601         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9603         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9604         Avoid warnings.
9606         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9607         and content-type: headers.
9609         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9611         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9612         and rename some of them to be more self-explanatory.
9614         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9616         * startup.el (command-line-1): Implement -scriptload.
9618         * replace.el (occur-engine): Initial *Occur* output not undoable.
9620         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9621         and improve help strings.
9623         * isearch.el (isearch-repeat): When changing direction,
9624         mark search successful.
9626         * ediff-init.el: Use (featurep 'xemacs).
9628         * comint.el (send-invisible): Identify buffer, if not selected.
9630         * align.el: Delete autoload for c-guess-basic-syntax.
9632 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9634         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9635         Improve argument/docstring consistency.  Doc fixes.
9636         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9637         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9638         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9639         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9640         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9641         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9642         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9643         Defvar at compile time.
9645 2005-08-09  Juri Linkov  <juri@jurta.org>
9647         * info.el: Replace `info' with upper-case `Info' where appropriate.
9648         (info-title-1, info-title-2, info-title-3, info-title-4)
9649         (info-menu-header): Move up face definitions.
9650         (info-menu-star): Rename from `info-menu-5'.
9651         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9652         (Info-fontify-visited-nodes): Fix docstring.
9653         (Info-hide-note-references): Fix docstring.
9654         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9655         menu items in the same way as on cross-references.
9656         (info-apropos): Fix sorting order and formatting to be like in the
9657         stand-alone Info browser.  Display error messages for 1 sec.
9658         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9659         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9660         from the menu bar.
9661         (Info-insert-dir): Restore point after calling
9662         `insert-buffer-substring'.
9664 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9666         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9667         (recompute-lucid-menubar): Add defvars.
9669         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9671         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9673         * net/net-utils.el (run-dig): Rename from `dig'.
9675         * play/gametree.el (gametree-mode): Use make-local-variable,
9676         not make-variable-buffer-local.
9678         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9680         * ansi-color.el (ansi-color-make-extent)
9681         (ansi-color-set-extent-face): Use fboundp, not functionp.
9683         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9684         not make-variable-buffer-local.
9686         * bookmark.el (Info-current-file): Add defvar.
9687         (bookmark-jump-noselect): Use with-no-warnings.
9689         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9691         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9693         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9695         * find-file.el (ada-procedure-start-regexp)
9696         (ada-package-start-regexp): Add defvars.
9698         * info.el (Info-insert-dir): Use insert-buffer-substring.
9700         * xml.el (xml-att-def-re): Add defvar.
9702         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9703         calling convention.
9705         * subr.el (while-no-input): Return t if there is input.
9707 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9709         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9711 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9713         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9714         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9716 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9718         * cmuscheme.el (scheme-start-file): Replace reference to
9719         `user-emacs-directory' by "~/.emacs.d/".
9721 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9723         * info.el (Info-dir-remove-duplicates): Avoid case folding
9724         in loop; instead, keep downcased strings for comparison.
9725         Suggested by Helmut Eller.
9727 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9729         Sync with Tramp 2.0.50.
9731         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9732         XEmacs case; not necessary anymore.
9733         (tramp-user-regexp): Allow "@" as part of user name.
9734         (tramp-handle-set-visited-file-modtime)
9735         (tramp-handle-insert-file-contents)
9736         (tramp-handle-write-region): No special handling for
9737         `last-coding-system-used, because this is done in
9738         `tramp-accept-process-output' now.
9739         (tramp-accept-process-output): New defun.
9740         (tramp-process-one-action, tramp-process-one-multi-action)
9741         (tramp-wait-for-regexp, tramp-wait-for-output)
9742         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9743         Howells <dhowells@redhat.com>.
9744         (clear-visited-file-modtime): Defadvice removed.  The check for
9745         unset buffer's modtime does not need to be based on
9746         `tramp-buffer-file-attributes'.  Suggested by RMS.
9747         (tramp-message): Insert "\n" if not being at beginning of line.
9748         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9749         sequence with same logic.
9750         (tramp-completion-handle-expand-file-name): Discard call of
9751         `tramp-drop-volume-letter'.  It is not necessary, and there have
9752         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9753         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9754         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9755         should always be visible.
9756         (tramp-handle-insert-directory, tramp-setup-complete)
9757         (tramp-set-process-query-on-exit-flag)
9758         (tramp-append-tramp-buffers): Pacify byte-compiler.
9759         (tramp-bug): Delete non-existing variables from list.
9760         Apply `tramp-load-report-modules' as pre-hook.
9761         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9762         `shell-prompt-pattern' because of non-7bit characters.
9763         Reported by Sebastian Luque <sluque@mun.ca>.
9764         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9765         (tramp-match-string-list): Remove function.
9766         (tramp-wait-for-regexp): Remove call of that function.
9767         Suggested by Kim F. Storm <storm@cua.dk>.
9768         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9769         instead of octal character code ?\600.  The latter resulted in a
9770         syntax error with XEmacs.
9772         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9773         XEmacs case; not necessary anymore.
9774         (tramp-smb-handle-write-region): No special handling for
9775         `last-coding-system-used, because this is done in
9776         `tramp-accept-process-output' now.
9777         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9779 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9781         * wid-edit.el (widget-choice-value-create):
9782         Unconditionally respect user choice.  Set :explicit-choice back to nil
9783         when no longer needed.
9784         (widget-choice-action): Unconditionally respect user choice.
9785         Eliminate :explicit-choice-value.
9787         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9789         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9790         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9791         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9792         running new function `toggle-indicate-empty-lines'.
9793         Rename "Customize" item to "Customize fringe".
9794         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9795         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9796         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9797         Delete "Empty lines only" item.
9798         (menu-bar-showhide-fringe-ind-customize): New function.
9799         (menu-bar-showhide-fringe-ind-mixed)
9800         (menu-bar-showhide-fringe-ind-box)
9801         (menu-bar-showhide-fringe-ind-right)
9802         (menu-bar-showhide-fringe-ind-left)
9803         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9804         instead of `fringe-indicators'.
9806 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9808         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9809         Change the date of last update.
9811 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9813         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9814         (viper-exec-yank, viper-put-back): Don't display modification msg
9815         if in the minibuffer.
9817         * viper-init.el (viper-replace-overlay-cursor-color)
9818         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9819         Make variables frame local.
9821         * viper-util.el (viper-append-filter-alist): Use append instead of
9822         nconc.
9824         * viper.el (viper-vi-state-mode-list)
9825         (viper-emacs-state-mode-list): Move help-mode and
9826         completion-list-mode from the first list to the second.
9827         (viper-mode): Docstring.
9828         (viper-go-away, viper-non-hook-settings): Don't localize
9829         minor-mode-alist in newer Emacsen.  Add advice to
9830         set-cursor-color.  Don't bind "\C-c\\".
9832 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9834         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9835         (scheme-macro-expand-command): New user options.
9836         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9837         (scheme-form-at-point, scheme-start-file)
9838         (scheme-interactively-start-process): New functions.
9839         (scheme-get-process): New function, extracted from `scheme-proc'.
9840         (run-scheme): Call `scheme-start-file' to get start file, and pass
9841         it to `make-comint'.
9842         (switch-to-scheme, scheme-proc):
9843         Call `scheme-interactively-start-process' if no Scheme buffer/process
9844         is available.
9846 2005-08-06  Juri Linkov  <juri@jurta.org>
9848         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9849         Use `compilation-text-face', `compilation-info-text-face' and
9850         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9851         (compilation-error): New face.
9852         (compilation-error-file-name): Inherit from
9853         `compilation-error' instead of `font-lock-warning-face'.
9854         (compilation-warning-file-name): Inherit from
9855         `compilation-warning' instead of `font-lock-warning-face'.
9856         (compilation-info, compilation-error-file-name)
9857         (compilation-warning-file-name, compilation-info-file-name)
9858         (compilation-line-number, compilation-column-number): Doc fix.
9859         (compilation-error-text-face, compilation-warning-text-face)
9860         (compilation-info-text-face): New face variables.
9861         (compilation-line-face, compilation-column-face)
9862         (compilation-enter-directory-face)
9863         (compilation-leave-directory-face): Doc fix.
9864         (compilation-text-face): New function.
9866         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9867         instead of 1 to display binary file names as info file links.
9868         (grep-error-face): Use `compilation-error-face' instead of
9869         `font-lock-keyword-face'.
9870         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9871         and `compilation-warning-text-face' instead of
9872         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9873         instead of `grep-error-face'.
9875 2005-08-05  Kenichi Handa  <handa@m17n.org>
9877         * international/code-pages.el: Add autoload cookies for all coding
9878         systems.
9880 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9882         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9884 2005-08-04  Juri Linkov  <juri@jurta.org>
9886         * progmodes/compile.el (compilation-mode-map):
9887         * progmodes/grep.el (grep-mode-map):
9888         Bind TAB to `compilation-next-error' and [backtab] to
9889         `compilation-previous-error'.
9891         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9892         matching line numbers, column numbers and their ranges with regexp
9893         matching only line numbers.
9894         (grep-context-face): New face variable.
9895         (grep-mode-font-lock-keywords): Use it.
9897         * faces.el (read-face-name): Delete duplicate faces.
9899 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9901         * thumbs.el (thumbs-find-image): Don't make variables
9902         automatically buffer local.
9903         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9904         (thumbs-image-num): Make automatically buffer local.
9905         (thumbs-show-thumbs-list): Use `make-local-variable', not
9906         `make-variable-buffer-local'.
9907         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9909         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9910         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9911         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9912         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9913         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9914         (feelings-about, foullst, found, hello, history, howareyoulst)
9915         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9916         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9917         (neglst, obj, object, owner, please, problems, qlist)
9918         (random-adjective, relation, remlst, repetitive-shortness)
9919         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9920         (shortlst, something, sportslst, stallmanlst, states, subj)
9921         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9922         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9923         Defvar at compile time.
9925         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9926         not `make-variable-buffer-local'.
9928 2005-08-02  Kim F. Storm  <storm@cua.dk>
9930         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9931         rectangle overlay in selected window.
9933 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9935         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9936         instead of display group.  Make `indicate-buffer-boundaries'
9937         customizable through Custom.
9939 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9941         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9942         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9943         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9944         (gdb-put-string): Fix typos in docstrings.
9946 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9948         Update copyright notices of files in progmodes directory for
9949         release of Emacs 22.1.
9951         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9953         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9954         Don't barf if the GUD buffer has been killed.
9956 2005-08-01  Kim F. Storm  <storm@cua.dk>
9958         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9960 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9962         * simple.el (next-error-follow-minor-mode):
9963         make-variable-buffer-local -> make-local-variable.
9965         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9967         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9968         (byte-compile-form-make-variable-buffer-local): New functions to warn
9969         about misuses of make-variable-buffer-local where make-local-variable
9970         was meant.
9972 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9974         * bs.el (bs-attributes-list): Doc fix.
9975         (bs): Update url-link.
9977         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9978         (desktop-load-default): Simplify.
9980         * ibuffer.el (ibuffer-columnize-and-insert-list)
9981         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9982         (ibuffer-unmark-all, ibuffer-toggle-marks)
9983         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9984         (ibuffer-compile-make-format-form, ibuffer-format-column)
9985         (ibuffer-current-buffers-with-marks)
9986         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9987         (ibuffer): Doc fix.
9988         (ibuffer-mode): Fix typo in docstring.
9989         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9990         with `define-obsolete-variable-alias'.
9991         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9993 2005-07-29  Kenichi Handa  <handa@m17n.org>
9995         * international/mule-cmds.el (select-message-coding-system):
9996         Be sure to use LF for end-of-line.  If no coding system is decided,
9997         return iso-8859-1-unix.
9999 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10001         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10002         (ange-ftp-pending-error-line): New vars.
10003         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10004         to handle the non-fatal no-route-to-host messages.
10005         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10007 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
10009         * isearch.el (isearch-mode-map, isearch-other-meta-char)
10010         (isearch-quote-char, isearch-printing-char)
10011         (isearch-text-char-description): "?\ " -> "?\s".
10012         (isearch-lazy-highlight-cleanup)
10013         (isearch-lazy-highlight-initial-delay)
10014         (isearch-lazy-highlight-interval)
10015         (isearch-lazy-highlight-max-at-a-time)
10016         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10017         Declare with define-obsolete-*-alias macros.
10018         (isearch-forward): Fix typo in docstring.
10019         (search-invisible, search-ring-yank-pointer)
10020         (regexp-search-ring-yank-pointer): Doc fixes.
10022         * recentf.el (recentf-menu-append-commands-p): Declare with
10023         `define-obsolete-variable-alias'.
10024         (recentf-max-saved-items, recentf-menu-filter)
10025         (recentf-arrange-by-rule-subfilter): Doc fixes.
10026         (recentf-menu-append-commands-flag)
10027         (recentf-initialize-file-name-history, recentf-expand-file-name)
10028         (recentf-clear-data): Fix typos in docstrings.
10030 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
10032         * progmodes/gdb-ui.el: Smarten comments.
10033         (gdb-info-breakpoints-custom): Use nowarn when finding file.
10035 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10037         * term/apollo.el (terminal-init-apollo): New function containing
10038         all former top level forms in the file.
10039         * term/bobcat.el (terminal-init-bobcat):
10040         * term/cygwin.el (terminal-init-cygwin):
10041         * term/iris-ansi.el (terminal-init-iris-ansi):
10042         * term/linux.el (terminal-init-linux):
10043         * term/news.el (terminal-init-news):
10044         * term/rxvt.el (terminal-init-rxvt):
10045         * term/sun.el (terminal-init-sun):
10046         * term/tvi970.el (terminal-init-tvi970):
10047         * term/vt100.el (terminal-init-vt100):
10048         * term/vt102.el (terminal-init-vt102):
10049         * term/vt125.el (terminal-init-vt125):
10050         * term/vt200.el (terminal-init-vt200):
10051         * term/vt201.el (terminal-init-vt201):
10052         * term/vt220.el (terminal-init-vt220):
10053         * term/vt240.el (terminal-init-vt240):
10054         * term/vt300.el (terminal-init-vt300):
10055         * term/vt320.el (terminal-init-vt320):
10056         * term/vt400.el (terminal-init-vt400):
10057         * term/vt420.el (terminal-init-vt420):
10058         * term/wyse50.el (terminal-init-wyse50):
10059         * term/xterm.el (terminal-init-xterm): Likewise.
10061         * term/README: Describe the terminal-init-* functionality.
10063         * startup.el (command-line): After loading the terminal initialization
10064         file call the corresponding terminal initialization function.
10066 2005-07-27  Kenichi Handa  <handa@m17n.org>
10068         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10069         negative.
10071         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10072         (ps-mule-composition-prologue): Fix for the case that
10073         RelativeCompose is false.
10075 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10079         * descr-text.el (describe-char): Handle the case where the list of
10080         chars is displayed in a separate frame.
10081         Be a bit more discriminating when looking for the char.
10083 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
10085         * bookmark.el (bookmark-automatically-show-annotations)
10086         (bookmark-read-annotation-text-func): Doc fixes.
10087         (bookmark-save): Improve argument/docstring consistency.
10088         (bookmark-get-bookmark, bookmark-get-bookmark-record)
10089         (bookmark-alist-from-buffer)
10090         (bookmark-upgrade-file-format-from-0)
10091         (bookmark-grok-file-format-version)
10092         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10093         (bookmark-read-annotation-mode)
10094         (bookmark-insert-current-bookmark, bookmark-jump)
10095         (bookmark-exit-hook): Fix typos in docstrings.
10096         (bookmark-exit-hooks): Define as obsolete alias.
10097         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10098         not `bookmark-exit-hooks'.  Fix docstring.
10099         (bookmark-bmenu-select): "?\ " -> "?\s".
10101 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
10103         * startup.el (command-line): Fix typo.
10105 2005-07-24  Richard M. Stallman  <rms@gnu.org>
10107         * tooltip.el (tooltip-mode): Test emacs-basic-display,
10108         not emacs-quick-startup.
10110 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
10112         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10113         (reb-next-match, reb-show-subexp): Use `with-selected-window'
10114         instead of `reb-with-current-window'.
10115         (reb-prev-match): Likewise.  Also, don't move left if the search
10116         was unsuccessful.
10117         (reb-initialize-buffer): New function.
10118         (re-builder, reb-change-syntax): Use it.
10120         * man.el (Man-goto-page): Make second argument NOERROR optional.
10122 2005-07-23  Richard M. Stallman  <rms@gnu.org>
10124         * man.el (Man-bgproc-sentinel): Check here for failure to find
10125         any man page in the output, and report the error here.
10126         (Man-arguments): Make it permanent local.
10127         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
10128         (Man-mode): Pass t for NOERROR.
10130         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10131         (grep-mode-font-lock-keywords):
10132         Don't use compilation-...-face for messages that are not file names.
10134         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10135         Don't use compilation-...-face for messages that are not file names.
10137 2005-07-22  Juri Linkov  <juri@jurta.org>
10139         * startup.el (normal-splash-screen): Update menu name.
10141         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10143 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10145         * term/xterm.el: Load term/rxvt if the terminal is actually an
10146         rxvt terminal.
10147         (xterm-rxvt-set-background-mode): Remove, not used anymore.
10149         * term/rxvt.el (function-key-map): Use substitute-key-definition
10150         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
10152         * term/cygwin.el: New file.
10154 2005-07-22  Kim F. Storm  <storm@cua.dk>
10156         * image-file.el (insert-image-file, image-file-yank-handler):
10157         Fix last change to maintain a (unique) yank-handler on yanked images.
10159 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
10161         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10162         of the file size (as in "177B" for 177 bytes).  This happens with
10163         "ls -lh" on FreeBSD.
10165 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
10167         * hilit-chg.el (highlight-changes-global-initial-state)
10168         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10169         (hilit-chg-fixup, highlight-changes-mode):
10170         Fix typos in docstrings.
10171         (highlight-changes-global-modes, highlight-changes-rotate-faces):
10172         Doc fixes.
10174 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
10176         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10177         mode function using `eval-after-load'.
10179 2005-07-21  Kim F. Storm  <storm@cua.dk>
10181         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10182         included when reporting an emacs crash, and tell about the DEBUG file.
10184         * image-file.el (insert-image-file): Add yank-handler.
10185         (image-file-yank-handler): Yank handler to make unique copies of
10186         images when they are yanked into a buffer next to each other.
10188 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
10190         * comint.el (comint-use-prompt-regexp, comint-send-input)
10191         (comint-source-default, comint-extract-string)
10192         (comint-get-source, comint-word, comint-completion)
10193         (comint-source, comint-prompt-read-only, comint-update-fence):
10194         Fix typos in docstrings.
10195         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10196         Declare with define-obsolete-*-alias macros.
10197         (comint-previous-matching-input-from-input)
10198         (comint-next-matching-input-from-input)
10199         (comint-previous-matching-input, comint-next-matching-input)
10200         (comint-forward-matching-input):
10201         Improve argument/docstring consistency.
10203         * desktop.el (desktop-clear-preserve-buffers-regexp):
10204         Also preserve the *server* buffer.
10206         * simple.el (clone-indirect-buffer): Doc fix.
10207         (fixup-whitespace, just-one-space)
10208         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10209         (next-error, next-error-highlight)
10210         (next-error-highlight-no-select, next-error-last-buffer)
10211         (next-error-buffer-p, next-error-find-buffer, next-error)
10212         (previous-error, next-error-no-select, previous-error-no-select)
10213         (open-line, split-line, minibuffer-prompt-width, kill-new)
10214         (binary-overwrite-mode): Fix typos in docstrings.
10215         (set-fill-column): Fix typo in message.
10217         * skeleton.el (skeleton-proxy-new): Doc fix.
10219         * strokes.el (strokes-load-hook): Doc fix.
10220         (strokes-grid-resolution, strokes-get-grid-position)
10221         (strokes-renormalize-to-grid, strokes-read-stroke)
10222         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10223         (strokes-global-map): Fix typos in docstrings.
10224         (strokes-help): Doc fix.  Fix help message and pass it through
10225         `substitute-command-keys'.
10227         * tempo.el (tempo-insert-prompt, tempo-interactive)
10228         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10229         (tempo-insert-string-functions, tempo-local-tags)
10230         (tempo-define-template, tempo-insert-template)
10231         (tempo-insert-prompt-compat, tempo-is-user-element)
10232         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10233         Fix typos in docstrings.
10235         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10236         (vcursor-key-bindings, vcursor-use-vcursor-map)
10237         (vcursor-find-window, vcursor-scroll-down)
10238         (vcursor-disable, vcursor-beginning-of-buffer)
10239         (vcursor-end-of-buffer): Fix typos in docstrings.
10240         (vcursor-relative-move, vcursor-get-char-count):
10241         Improve argument/docstring consistency.
10243         * version.el: "?\ " -> "?\s".
10245         * wid-edit.el (widget-default-create, widget-after-change)
10246         (widget-default-format-handler, widget-checklist-add-item)
10247         (widget-radio-add-item, widget-choose, widget-specify-secret)
10248         (widget-field-value-create, widget-field-value-get)
10249         (widget-editable-list-format-handler)
10250         (widget-editable-list-entry-create, widget-group-value-create)
10251         (widget-documentation-link-add)
10252         (widget-documentation-string-value-create): "?\ " -> "?\s".
10253         (widget-convert-text): Doc fix.
10254         (widget-narrow-to-field, widget-field-find)
10255         (widget-url-link-action, widget-emacs-library-link-action)
10256         (widget-color-notify): Fix typos in docstrings.
10258         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10259         (x-select-text, set-w32-system-coding-system)
10260         (w32-add-charset-info): Fix typos in docstrings.
10262         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10263         (cua-enable-cua-keys, cua-use-hyper-key)
10264         (cua-virtual-rectangle-edges): Fix typos in docstrings.
10265         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10267         * net/tramp.el (tramp-handle-load): Fix typo in error message.
10269         * emacs-lisp/re-builder.el (regexp-builder): Declare with
10270         `defalias' instead of faking it.
10272         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10273         (eshell-ls-missing, eshell-ls-dired-initial-args)
10274         (eshell-ls-use-in-dired): Fix typos in docstrings.
10276 2005-07-20  Kim F. Storm  <storm@cua.dk>
10278         * emulation/cua-base.el (cua-mode): Improve doc string.
10280 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
10282         * abbrev.el (expand-region-abbrevs): Doc fix.
10283         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10284         Improve argument/docstring consistency.
10286         * arc-mode.el (archive-get-descr, archive-alternate-display):
10287         Doc fixes.
10288         (archive-l-e): Improve argument/docstring consistency.
10289         (archive-tmpdir, archive-unixdate, archive-unixtime)
10290         (archive-chmod-entry): Fix typos in docstrings.
10291         (archive-unflag, archive-unflag-backwards)
10292         (archive-unmark-all-files): "?\ " -> "?\s".
10294         * buff-menu.el (Buffer-menu-unmark): Doc fix.
10295         (Buffer-menu-not-modified, Buffer-menu-execute)
10296         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10297         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10299         * composite.el (compose-string, encode-composition-rule)
10300         (compose-last-chars): Fix typos in docstrings.
10302         * desktop.el (desktop-enable, desktop-basefilename):
10303         Declare with `define-obsolete-variable-alias'.
10304         (desktop-internal-v2s): Don't quote keywords.
10305         (desktop-clear): "?\ " -> "?\s".
10307         * dired.el (dired-align-file, dired-flag-backup-files)
10308         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10309         (dired-listing-switches, dired-ls-F-marks-symlinks)
10310         (dired-dwim-target, dired-load-hook, dired-mode-hook)
10311         (dired-directory, dired-faces, dired, dired-revert)
10312         (dired-mode, dired-summary, dired-view-file)
10313         (dired-copy-filename-as-kill, dired-delete-file)
10314         (dired-no-confirm, dired-unmark-all-marks)
10315         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10316         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10317         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10318         Fix typos in message strings.
10320         * dired-x.el (virtual-dired): Declare with `defalias'.
10321         (dired-mark-unmarked-files, dired-local-variables-file)
10322         (dired-omit-here-always): Doc fix.
10323         (dired-omit-mode, dired-find-subdir)
10324         (dired-enable-local-variables, dired-clean-up-buffers-too)
10325         (dired-extra-startup, dired-mark-extension, dired-jump)
10326         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10327         (dired-smart-shell-command, dired-guess-shell-alist-user)
10328         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10329         (dired-x-bind-find-file, dired-x-submit-report):
10330         Fix typos in docstrings.
10331         (dired-mark-unmarked-files): "?\ " -> "?\s".
10333         * dirtrack.el (dirtrack-list): Fix typos in docstring.
10335         * faces.el (describe-face): "?\ " -> "?\s".
10336         (read-all-face-attributes, read-face-font, modify-face)
10337         (face-attr-construct, italic): Fix typos in docstrings.
10338         (frame-update-face-colors): Declare with
10339         `define-obsolete-function-alias'.
10341         * files.el (find-file-noselect, recode-file-name): Doc fixes.
10342         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10343         (magic-mode-alist, buffer-file-numbers-unique)
10344         (write-file-functions, get-free-disk-space):
10345         Fix typos in docstrings.
10346         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10347         (write-contents-hooks, write-file-hooks):
10348         Declare with `define-obsolete-variable-alias'.
10350         * forms-d2.el (arch-rj): Fix typo in docstrings.
10351         (arch-tocol): Likewise.  "?\ " -> "?\s".
10353         * frame.el (set-frame-font, cursor-in-non-selected-windows):
10354         Fix typo in docstring.
10355         (set-screen-width, set-screen-height): Delete redundant info in
10356         doctrings.
10357         (new-frame, screen-height, screen-width): Declare with
10358         `define-obsolete-function-alias'.
10359         (delete-frame-hook, blink-cursor): Declare with
10360         `define-obsolete-variable-alias'.
10362         * paths.el (prune-directory-list): Fix typos in docstring.
10364         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10365         (cvs-prefix-get): Fix typos in docstrings.
10367         * ps-print.el (ps-extend-face-list, ps-extend-face)
10368         (ps-print-background-image): Fix typos in docstrings.
10369         (ps-default-fg, ps-default-bg): Doc fixes.
10371         * s-region.el (s-region-bind): Doc fix.
10372         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10374         * textmodes/org.el (org-table-formula-substitute-names)
10375         (org-table-get-vertical-vector): Doc fixes.
10376         (org-table-recalculate): Remove unused argument to `message'.
10378 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10380         * textmodes/org.el (org-table-column-names)
10381         (org-table-column-name-regexp)
10382         (org-table-named-field-locations): New variables.
10383         (org-archive-subtree): Protect `this-command' when calling
10384         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10385         the kill buffer.
10386         (org-complete): Remove fixed-formula completion.
10387         (org-edit-formulas-map): New variable.
10388         (org-table-edit-formulas): New command.
10389         (org-finish-edit-formulas, org-abort-edit-formulas)
10390         (org-show-variable, org-table-get-vertical-vector): New functions.
10391         (org-table-maybe-eval-formula): Handle `:=' fields.
10392         (org-table-get-stored-formulas, org-table-store-formulas)
10393         (org-table-get-formula, org-table-modify-formulas)
10394         (org-table-replace-in-formulas): Handle named field formulas.
10395         (org-table-get-specials): Store locations of named fields.
10397 2005-07-19  Juri Linkov  <juri@jurta.org>
10399         * progmodes/grep.el (grep-regexp-alist)
10400         (grep-mode-font-lock-keywords, grep-process-setup):
10401         Use default GNU grep match color "01;31m" instead of "01;41m".
10402         (grep-regexp-alist, grep-mode-font-lock-keywords):
10403         Use `\\[[0-9]*m' instead of `\\[00m'.
10404         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10405         sgr_start where its handling is more important.  Use the real
10406         length of sgr_start instead of constant 8.
10407         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10408         specially.  Delete all remaining escape sequences.
10409         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10410         (grep-regexp-alist): Make hyperlink only for binary file name
10411         instead of the whole line.
10412         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10413         (grep-mode): Add autoload.
10415         * emacs-lisp/find-func.el (find-function-regexp):
10416         Add `define-compilation-mode'.
10418 2005-07-19  Juri Linkov  <juri@jurta.org>
10420         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10421         (compare-windows-sync-string-size, compare-windows-recenter)
10422         (compare-windows-highlight, compare-windows): Add version 22.1.
10423         (compare-windows) <defface>: Inherit from lazy-highlight instead
10424         of duplicating its default value.
10426         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10427         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10429         * descr-text.el (describe-char): Create link buttons for `charset'
10430         and `code point'.  Add the current input method name with a link
10431         button to `to input' field.  Print face names of display table
10432         characters in `The display table entry is displayed by' section
10433         instead of printing face-id in the `display' field.
10434         Guess hardcoded faces and create a link button for them.
10435         Skip empty fields when calculating max-width.
10436         Treat `widget-create' specially while inserting strings from the
10437         collected field list.
10438         (describe-char-after): Made obsolete in version 22.1, not 21.5.
10440         * diff-mode.el (diff-file-header): Change foreground color from
10441         yellow to green on light backgrounds.
10442         (diff-context): Inherit from `shadow' only for color/grayscale
10443         with more than 88 colors.
10444         (diff-indicator-removed, diff-indicator-added)
10445         (diff-indicator-changed): New faces.
10446         (diff-font-lock-keywords): Use new faces.  Regroup rules.
10447         Add "^---$" for `normal' diff format.  Fontify `#' lines with
10448         font-lock-comment-delimiter-face and font-lock-comment-face.
10449         Add `#' to ^[^...] in the rule for `diff-context-face'.
10451         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10452         a button-like box.  Inherit from `highlight' on low colors.
10453         (shadow): Use shades of gray only for color/grayscale with
10454         more than 88 colors.  Use green for light backgrounds with
10455         8 colors, and yellow for dark backgrounds with 8 colors.
10457         * font-lock.el (font-lock-regexp-grouping-backslash):
10458         Don't inherit from escape-glyph (use bold for all cases).
10460         * info.el (info-xref-visited): Use light foreground color `violet'
10461         for dark backgrounds instead of dark color `magenta3'.
10462         (info-title-1): Use `yellow' color for dark backgrounds.
10464         * isearch.el (isearch): Use not-too-dark magenta3 instead of
10465         too-light magenta2.
10467         * replace.el (match): Use slightly more light RoyalBlue3 instead
10468         of dark RoyalBlue4.
10470         * wid-edit.el (widget-inactive): Inherit from `shadow'.
10472 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
10474         * novice.el (disabled-command-hook): Declare it with
10475         `define-obsolete-variable-alias'.
10477         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10478         (desktop-buffer-misc-functions, desktop-buffer-handlers)
10479         (desktop-load-default): Add release to obsolescence info.
10480         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10481         (desktop-append-buffer-args, desktop-read):
10482         Fix typos in docstrings.
10483         (desktop-kill): Fix typo in message.
10484         (desktop-save): Doc fix.
10486 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10488         * viper-cmd.el (viper-escape-to-state): Bug fix.
10489         (viper-envelop-ESC-key): Change the definition of fast
10490         keysequence so it'll work with keyboard macros.
10492         * ediff.el (ediff-patch-buffer): Change the docstring.
10494 2005-07-19  Kenichi Handa  <handa@m17n.org>
10496         * international/mule-cmds.el (select-safe-coding-system): Try to
10497         use an auto-coding (if any) before anything else.  If the found
10498         auto-coding is invalid, show a warning message.
10500         * international/mule.el (find-auto-coding): New function created
10501         by modifying the body of set-auto-coding.
10502         (set-auto-coding): Use find-auto-coding to find a coding.
10504 2005-07-18  Richard M. Stallman  <rms@gnu.org>
10506         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10507         not isearch-mode-end-hook-error.
10508         (allout-before-change-protect): Fix error message.
10510 2005-07-18  Juri Linkov  <juri@jurta.org>
10512         * allout.el (allout-mode):
10513         * calculator.el (calculator-copy):
10514         * custom.el (custom-known-themes):
10515         * dired.el (dired-desktop-buffer-misc-data)
10516         (dired-restore-desktop-buffer):
10517         * dired-x.el (dired-omit-marker-char):
10518         * files.el (basic-save-buffer):
10519         * font-core.el (font-lock-mode):
10520         * calendar/calendar.el (calendar-goto-hebrew-date)
10521         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10522         (calendar-goto-persian-date):
10523         * language/ethio-util.el (ethio-sera-to-fidel-region):
10524         * textmodes/picture.el (picture-mode):
10525         Delete duplicate duplicate words.
10527 2005-07-18  Juri Linkov  <juri@jurta.org>
10529         * isearch.el (isearch-mode-map): Remove key bindings for regexp
10530         chars * ? } |.
10531         (isearch-fallback): Don't call `isearch-process-search-char'.
10532         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10533         (isearch-process-search-char): Call `isearch-fallback' for regexp
10534         chars * ? } |.
10535         (isearch-return-char): Make obsolete with `make-obsolete' instead
10536         of simply documenting it as obsolete in the docstring.
10537         (isearch-fallback): Refill docstring.
10539         * international/isearch-x.el
10540         (isearch-process-search-multibyte-characters): Remove unneeded
10541         `concat'.  Add intermediate values to `junk-hist' instead of
10542         `minibuffer-history'.  Test the length of `str'.
10544 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
10546         * allout.el (allout-resolve-xref): Fix typos in error strings.
10547         (allout-before-change-protect): Remove unneeded `concat'.
10549         * array.el (array-mode, array-reconfigure-rows)
10550         (untabify-backward): Fix typos in docstrings.
10551         (array-reconfigure-rows): Use `insert-buffer-substring', not
10552         `insert-buffer'.
10554         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10555         * progmodes/ada-mode.el (ada-make-body):
10556         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10558         * dired.el (dired-log):
10559         * tar-mode.el (tar-subfile-save-buffer):
10560         * play/zone.el (zone-pgm-stress-destress):
10561         Use `insert-buffer-substring', not `insert-buffer'.
10563 2005-07-17  Simon Josefsson  <jas@extundo.com>
10565         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10567 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10569         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10570         Add plain auth method.
10571         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10573 2005-07-17  Kim F. Storm  <storm@cua.dk>
10575         * ido.el (dired-other-window): Add ido property.
10577 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10579         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10580         Fix typo in docstring.
10581         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10582         `insert-file-literally'.
10584         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10585         info and delete redundant message.  Doc fix.
10586         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10587         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10589 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10591         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10592         (byte-compile-and): Use byte-compile-and-recursion.
10593         (byte-compile-or-recursion): New function.
10594         (byte-compile-or): Use that.
10595         (byte-compile-if): Guard the else-clause too.
10596         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10598         * isearch.el (isearch-mode-end-hook-quit): New variable.
10599         (isearch-done): Bind it.
10600         (isearch-mode-end-hook): Doc fix.
10602         * allout.el (allout-isearch-did-quit): Variable deleted.
10603         (allout-real-isearch-abort): Function name no longer used.
10604         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10605         (allout-isearch-rectification): isearch-mode always exists.
10606         Don't set allout-isearch-did-quit.
10607         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10608         allout-isearch-did-quit.
10609         (allout-enwrap-isearch): Just add the hook.
10610         (allout-isearch-abort): Function deleted.
10611         (allout-pre-command-business): Avoid warning.
10613         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10614         Correctly avoid warnings.
10615         (pascal-outline): Likewise.
10617         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10619         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10621         * play/tetris.el (tetris-mode): Avoid warning.
10623         * play/snake.el (snake-mode): Avoid warning.
10625         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10626         (gamegrid-set-display-table): Avoid warning.
10627         (gamegrid-set-timer): Likewise.
10628         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10629         (gamegrid-add-score-with-update-game-score-1): Take FILE
10630         as argument.
10631         (gamegrid-add-score-with-update-game-score): Pass that argument.
10632         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10634         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10636         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10637         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10639         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10640         and insert-file.
10642         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10643         (sc-ask): Avoid warnings.
10645         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10646         (eshell-hist-initialize): Use that var the natural way.
10648         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10650         * emacs-lisp/re-builder.el (reb-cook-regexp):
10651         Avoid warning calling lre-compile-string.
10652         (reb-color-display-p): Avoid warning.
10654         * calculator.el (calculator-last-input): Guard uses
10655         of event-key and key-press-event-p.
10656         (event-key, key-press-event-p): Delete definitions.
10658         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10659         (find-gc-source-directory, find-gc-subrs-callers)
10660         (find-gc-noreturn-list, find-gc-source-files)
10661         (find-gc-subrs-called): Vars renamed and defvar'd.
10663         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10664         (checkdoc-overlay-put, checkdoc-delete-overlay)
10665         (checkdoc-overlay-start, checkdoc-overlay-end)
10666         (checkdoc-mode-line-update, checkdoc-char=):
10667         Define such that compiler knows they are defined.
10668         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10669         (checkdoc-read-event): Delete.  Use read-event directly.
10671         * whitespace.el (whitespace-make-overlay)
10672         (whitespace-overlay-put, whitespace-delete-overlay)
10673         (whitespace-overlay-start, whitespace-overlay-end):
10674         Define such that compiler knows they are defined.
10675         (whitespace): Move conditional inside.
10677         * tempo.el (tempo-insert-template): Suppress warning.
10679         * ediff-diff.el (longlines-mode): Add defvar.
10681 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10683         * server.el: Bind "C-x #" in a way that works even if C-x is
10684         redefined to a command key, not a prefix key.
10686 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10688         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10689         cl-make-type-test till execution time.
10691 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10693         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10694         arg ARG and use it.
10696 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10698         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10700 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10702         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10703         a defcustom with two :set or :type keywords.
10705 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10707         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10708         Don't give ^M comment-end syntax.
10710 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10712         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10713         Don't consider gdbmi (gdb-mi.el has its own update functions).
10714         (gdb-var-delete): Make it work for gdbmi as well.
10715         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10717         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10718         (gud-speedbar-menu-items): Correct logic for enabling items.
10720 2005-07-15  Kim F. Storm  <storm@cua.dk>
10722         * ido.el: Fix commentary.
10723         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10724         Use with-no-warnings around ffap-guesser.
10725         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10726         Let bind minibuffer-completing-file-name to t.
10728 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10730         * startup.el (site-run-file, keyboard-type): Doc fixes.
10731         (command-line): Check for "--basic-display" argument; also for
10732         "--quick", not "--bare-bones" (which was renamed).
10733         (fancy-splash-text): Add missing item "Getting New Versions".
10734         (normal-splash-screen): Fix typos and improve consistency with
10735         `fancy-splash-text'.  Update copyright year.
10737         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10738         valid binding for `help-char'.
10740         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10742 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10744         * term.el (term-mode): Disable cua-mode for term buffers.
10746 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10748         * add-log.el (add-log-mailing-address, change-log-merge):
10749         Doc fixes.
10750         (change-log-get-method-definition): Fix typo in docstring.
10752 2005-07-14  Kim F. Storm  <storm@cua.dk>
10754         * emulation/cua-base.el:
10755         (cua--pre-command-handler-1, cua--pre-command-handler)
10756         (cua--post-command-handler-1, cua--post-command-handler):
10757         Split in two.  Check (buffer local) value of cua-mode.
10758         (cua-selection-mode): New command.
10760 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10762         * custom.el (custom-initialize-safe-set)
10763         (custom-initialize-safe-default): Doc fixes.
10765         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10766         and simplify :init-value again.
10768         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10769         and simplify :init-value again.  Delete autoload.
10771         * startup.el (command-line): Use `custom-reevaluate-setting' again
10772         for tooltip-mode.
10774         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10775         a defcustom with two :initialize keywords.
10777 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10779         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10780         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10781         (allout-post-command-business, allout-flag-region)
10782         (isearch-reenable-font-lock, allout-yank)
10783         (allout-insert-latex-header, allout-insert-latex-trailer)
10784         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10785         (allout-latex-verb-quote): Fix typos in docstrings.
10786         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10787         (allout-unprotected, allout-prefix-data):
10788         Improve argument/docstring consistency.
10789         (allout-chart-subtree): Fix argument spec.
10790         (allout-open-topic): Rename `use_sib_bullet' argument to
10791         `use-sib-bullet'.  Doc fix.
10793         * whitespace.el (whitespace-check-buffer-leading)
10794         (whitespace-check-buffer-trailing)
10795         (whitespace-check-buffer-indent)
10796         (whitespace-check-buffer-spacetab)
10797         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10798         (whitespace-check-leading-whitespace)
10799         (whitespace-check-trailing-whitespace)
10800         (whitespace-check-spacetab-whitespace)
10801         (whitespace-check-indent-whitespace)
10802         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10803         (whitespace-modes): Fix typos in docstrings.
10804         (defgroup, defcustom): Doc fixes.
10806         * winner.el (winner-mode, winner-boring-buffers)
10807         (winner-pending-undo-ring): Doc fixes.
10808         (winner-ring): Remove unneeded `progn'.
10809         (winner-equal): `defsubst' it.
10810         (winner-redo): Fix message.
10812 2005-07-13  Kim F. Storm  <storm@cua.dk>
10814         * simple.el (line-move-1): Always use vertical-motion to
10815         do the last (or only) line move to ensure some movement.
10816         Undo 2005-06-23 change--don't check for overlays.
10818 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10820         * term/mac-win.el (ccl-encode-mac-roman-font)
10821         (ccl-encode-mac-centraleurroman-font)
10822         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10823         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10824         Change charset-id boundary of dimension to ?\xef.
10825         (mac-char-fontspec-list): New constant.
10826         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10827         argument.  Nil uses itself as family in font-spec.  Previous
10828         behavior for nil is now provided by non-nil non-string argument.
10829         All callers changed.  Add font-specs for Mac fonts to
10830         "fontset-default" unless iso8859-1 fonts are installed.
10832 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10835         a continuation line if the \ is preceded by SPC or TAB.
10836         (sh-get-indent-info): Simplify.
10837         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10838         Use with-current-buffer.
10840         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10841         when the matched text is empty.
10843 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10845         * startup.el (command-line): Revert to previous handling of
10846         tooltip-mode.  Explain in comment why the complexity is needed.
10848         * tooltip.el (tooltip-mode): Revert to previous implementation of
10849         its defcustom.
10851         * frame.el (blink-cursor-mode): Revert to previous implementation
10852         of its defcustom.  Update comment.
10854 2005-07-12  Lars Hansen  <larsh@soem.dk>
10856         * desktop.el: Update e-mail address.
10858 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10860         * term/mac-win.el (mac-services-mail-selection)
10861         (mac-services-mail-to): New functions.
10862         (mac-application-menu-map): Bind them.
10864 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
10866         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10868 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10870         * custom.el (custom-reevaluate-setting): Doc fix.
10872 2005-07-11  Jay Belanger  <belanger@truman.edu>
10874         * calc/calc.el (calc-embedded-announce-formula-alist)
10875         (calc-embedded-open-close-plain-alist)
10876         (calc-embedded-open-close-mode-alist): Add checks for additional
10877         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10879 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10881         * custom.el (custom-enable-theme): Don't add theme to
10882         `custom-enabled-themes' with `push' because there is no
10883         setf-method for `delq'.
10885 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10887         * custom.el (custom-declare-variable): Doc fix.
10889         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10890         from the alists.
10892         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10893         Do nothing if edebug-active.
10895         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10896         (edebug-display): Do it here instead.
10898 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10900         * cus-face.el (custom-theme-set-faces): Make it work.
10901         (custom-reset-faces): Doc fix.
10902         (custom-theme-reset-internal-face, custom-theme-face-value):
10903         Functions deleted.
10905         * custom.el (custom-push-theme): Maintain list of the settings
10906         of a given theme in its theme-settings property.
10907         Maintain position of old settings in the theme-value
10908         or theme-face property.
10909         (custom-enabled-themes): New variable.
10910         (custom-theme-enabled-p): New function.
10911         (provide-theme): Update custom-enabled-themes.
10912         Disable and reenable the `user' theme.
10913         (require-theme): Doc fix.
10914         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10915         (custom-theme-value, custom-theme-variable-value): Likewise.
10916         (custom-theme-reset-internal): Likewise.
10917         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10918         (custom-enable-theme, custom-disable-theme): New functions.
10919         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10920         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10921         (custom-theme-reset-variables): Simplify.
10922         (deftheme, custom-declare-theme, custom-make-theme-feature):
10923         Definitions moved.
10925 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10927         * longlines.el (longlines-show-region)
10928         (longlines-unshow-hard-newlines): Recognize hard newlines by
10929         non-nil hard property, instead of t.
10931 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10933         * viper-cmd.el (viper--key-maps): New variable.
10934         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10935         emulation-mode-map-alists.
10936         (viper-envelop-ESC-key): Use viper-subseq.
10937         (viper-search-forward/backward/next): Disable debug-on-error.
10939         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10940         (viper-ESC-key): New defcustoms.
10942         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10944         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10945         (viper-subseq): Copy of subseq from cl.el.
10947         * viper.el (viper-go-away, viper-set-hooks): Use
10948         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10950         * viper-mous.el (viper-current-frame-saved): Use defvar.
10952         * viper-init.el: Get rid of -face in face names.
10954         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10955         Make it work with longlines mode
10957         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10959         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10961         * ediff-init.el: Get rid of -face in face names.
10963 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10965         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10966         and with-timeout-unsuspend.
10968         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10969         and with-timeout-unsuspend.
10971         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10972         (with-timeout): Bind that variable to record timers.
10973         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10975         * emacs-lisp/debug.el (debug-help-follow): New function.
10976         (debugger-mode-map): Use that instead of help-follow.
10977         (debugger-setup-buffer): Use eval-buffer-list
10978         to handle eval-buffer frames.
10980 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10982         * timezone.el (timezone-parse-date): Change first regexp
10983         so it will not mistakenly match dates with no time zone.
10985 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10987         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10989 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10991         * custom.el (custom-initialize-safe-set)
10992         (custom-initialize-safe-default): New functions.
10994         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10995         and simplify :init-value.
10997         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10998         and simplify :init-value.  Delete obsolete comment.
11000         * startup.el (command-line): Use `custom-reevaluate-setting' to
11001         handle `tooltip-mode'.  Delete obsolete comment.
11003         * files.el (set-visited-file-name): Avoid calling
11004         `file-name-nondirectory' with a nil argument.
11006 2005-07-09  Richard M. Stallman  <rms@gnu.org>
11008         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11009         was called with nil for the buffer, handle the read position right.
11010         Handle read position for eval-region, too.
11012 2005-07-09  Juri Linkov  <juri@jurta.org>
11014         * fringe.el (fringe-mode): Add period in docstring.
11015         (fringe-query-style): Build prompt depending on `all-frames' arg.
11017         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11018         to not create links to unrelated functions in the Help buffer.
11020         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11021         Doc fix.
11023         * simple.el (next-error-hook): New variable.
11024         (next-error): Use it.  Doc fix.
11026         * textmodes/ispell.el (ispell-command-loop): Add current
11027         dictionary name and program name to mode-line-format.
11028         (ispell-region, ispell-process-line): Add current dictionary name
11029         and program name to messages.
11031 2005-07-08  Jay Belanger  <belanger@truman.edu>
11033         * calc/calc.el (calc-embedded-announce-formula-alist)
11034         (calc-embedded-open-close-formula-alist)
11035         (calc-embedded-open-close-word-alist)
11036         (calc-embedded-open-close-plain-alist)
11037         (calc-embedded-open-close-new-formula-alist)
11038         (calc-embedded-open-close-mode-alist)
11039         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11040         (calc-embedded-mode-hook): New variables.
11042         * calc/calc-embed.el (calc-embedded-firsttime)
11043         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11044         New variables.
11045         (calc-do-embedded): Use calc-embedded-firsttime,
11046         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11047         determine whether or not to run hooks.
11048         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11049         calc-embedded-firsttime-formula appropriately.
11050         Set calc-embedded delimiter variables according to mode.
11052 2005-07-08  Richard M. Stallman  <rms@gnu.org>
11054         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11055         Check for "emacs", etc., as entire symbol, not just as word.
11056         (checkdoc-file-comments-engine): Use regexp-quote on FN.
11058         * files.el (set-visited-file-name): Report the error
11059         for "empty filename" earlier.
11060         (kill-some-buffers): Ignore buffers already dead.
11062         * fringe.el (fringe-mode): Doc fix.
11064         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11065         Check for (featurep 'xemacs) and turn off warnings in what it guards.
11066         Use unwind-protect to ensure byte-compile-unresolved-functions
11067         is updated.
11069         * whitespace.el (whitespace-buffer-leading-cleanup):
11070         Simplify w/ skip-chars-forward.
11071         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11073         * mail/rmail.el (rmail-only-expunge): Fix paren error.
11074         Unconditionally try to leave point at the same old place.
11076 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
11078         * comint.el (comint-postoutput-scroll-to-bottom)
11079         (comint-show-maximum-output): Take scroll-margin into consideration.
11081 2005-07-08  Kim F. Storm  <storm@cua.dk>
11083         * ido.el (ido-use-filename-at-point): New choice `guess'.
11084         (ido-file-internal): Try ffap-guesser if selected.
11086         * ido.el (ido-before-fallback-functions): New hook.
11087         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11088         (ido-read-file-name): Run it.
11090 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11092         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11093         strings rather than a list of symbols to the completion function.
11095 2005-07-07  Jay Belanger  <belanger@truman.edu>
11097         * calc/calc-units.el (math-apply-units): Change the places in
11098         which units are simplified.
11100 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
11102         * cus-edit.el (customize-option, customize-option-other-window):
11103         Make them handle aliases.
11105         * custom.el (custom-variable-p): Make it recursively follow
11106         aliases.  Mention that in the docstring.
11108 2005-07-07  Richard M. Stallman  <rms@gnu.org>
11110         * cus-start.el (exec-path): Use `directory' instead of `file'.
11111         Fix tag for nil.
11113 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11115         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11116         when called non-interactively.  Doc fix.
11118 2005-07-07  Lute Kamstra  <lute@gnu.org>
11120         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11121         new address as well.
11123 2005-07-07  Kenichi Handa  <handa@m17n.org>
11125         * international/mule.el (make-coding-system):
11126         Describe `ascii-incompatible' property in the docstring.
11127         (set-file-name-coding-system): Signal an error if coding-system is
11128         ascii-incompatible.
11129         (set-keyboard-coding-system): Likewise.
11131         * international/mule-cmds.el (set-default-coding-systems):
11132         Don't set default-file-name-coding-system and
11133         default-keyboard-coding-system if coding-system is ASCII-incompatible.
11135         * international/utf-16.el: Declare that all UTF-16-based coding
11136         systems are ASCII-incompatible.
11138 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
11140         * progmodes/gud.el: Require font-lock for displaying errors.
11141         Used by gdb-ui.el.
11143 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
11145         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11146         values for the pattern lists which are `read'able but not
11147         `append'able (like symbols).
11149 2005-07-06  Richard M. Stallman  <rms@gnu.org>
11151         * progmodes/flymake.el (flymake-float-time): Instead of
11152         with-no-warnings, test for xemacs.
11153         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11154         to avoid warning.
11156 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
11158         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11160 2005-07-05  Lute Kamstra  <lute@gnu.org>
11162         * battery.el: Add support for Darwin (with much debugging help
11163         from Samuel Lauber <sam124@operamail.com>).
11164         (battery-status-function, battery-echo-area-format)
11165         (battery-mode-line-format): Add support for pmset on Darwin.
11166         (battery-load-low, battery-load-critical): New user options.
11167         (battery-pmset): New function.
11169 2005-07-05  Lute Kamstra  <lute@gnu.org>
11171         Update FSF's address in GPL notices.
11173         * textmodes/page-ext.el: Update FSF's address.
11175 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11177         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11178         filling from using prefix when filling a single-line docstring.
11180         * progmodes/flymake.el: Remove useless eval-when-compile.
11182         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11184 2005-07-04  Richard M. Stallman  <rms@gnu.org>
11186         * textmodes/org.el (org-file-apps-defaults-gnu):
11187         Rename from org-file-apps-defaults-linux.
11188         (org-default-apps): Don't test system-type for `linux'.
11189         (org-file-apps): Doc fix.
11191 2005-07-04  David Ponce  <david@dponce.com>
11193         * tree-widget.el: Improve header Commentary section.
11194         (tree-widget) [defgroup]
11195         (tree-widget-image-enable, tree-widget-themes-directory)
11196         (tree-widget-theme, tree-widget-image-properties-emacs)
11197         (tree-widget-image-properties-xemacs, tree-widget-create-image)
11198         (tree-widget-image-formats, tree-widget-control)
11199         (tree-widget-empty-control, tree-widget-leaf-control
11200         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11201         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11202         (tree-widget-keep, tree-widget-after-toggle-functions)
11203         (tree-widget-open-node, tree-widget-close-node): Doc fix.
11204         (tree-widget-open-control, tree-widget-close-control): Fix doc and
11205         :help-echo message.
11206         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
11207         (tree-widget-image-properties): Doc fix.  Clearer implementation.
11208         (tree-widget--cursors): New constant.
11209         (tree-widget-lookup-image): New function split from
11210         `tree-widget-find-image'.  Clearer implementation.
11211         (tree-widget-find-image): Use it.
11212         (tree-widget-button-keymap): Use `set-keymap-parent'.
11213         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11214         Define the sub-widgets here.
11215         (tree-widget-node): Check that :node is not a tree-widget.
11216         (tree-widget-get-super, tree-widget-open-control)
11217         (tree-widget-close-control, tree-widget-empty-control)
11218         (tree-widget-leaf-control, tree-widget-guide)
11219         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11220         (tree-widget-no-handle, tree-widget-value-delete)
11221         (tree-widget-map): Remove.
11222         (tree-widget-children-value-save): Doc fix.  Simplified.
11223         (tree-widget-value-create): Update according to previous changes.
11225 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
11227         * textmodes/org.el: Leading space replaced by TABS.
11228         (org-recalc-marks, org-table-rotate-recalc-marks)
11229         (org-table-get-specials): Treat "^" and "_" marks.
11230         (org-table-justify-field-maybe): Optional argument NEW.
11231         (org-table-eval-formula): Parsing of the format simplified.
11232         New modes C,I.  Honor the %= parameter in the current table.
11233         Avoid unnecessary re-align by using the NEW argument to
11234         `org-table-justify-field-maybe'.
11235         (org-calc-default-modes): Default for date-format mimicks org-mode.
11236         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11238 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
11240         * cus-face.el (custom-theme-set-faces): Make it handle face
11241         aliases whose alias declarations are pre- or autoloaded.
11243 2005-07-04  Juri Linkov  <juri@jurta.org>
11245         * faces.el (read-face-name): Put the code for getting a face name
11246         from the buffer before adding the faces from the `face' property.
11247         Use `completing-read-multiple' instead of `completing-read'.
11248         Require `crm'.  Add default value and post-process the returned
11249         list of faces.
11251         * emacs-lisp/crm.el (crm-find-current-element)
11252         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11254         * emacs-lisp/lisp-mode.el (eval-defun-1):
11255         * emacs-lisp/edebug.el (edebug-eval-defun):
11256         Remove unnecessary quotes.
11258 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11260         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11261         (prolog-indent-level): Fix typo in docstring.
11263         * info.el (Info-history, Info-history-forward)
11264         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11266         * add-log.el (add-change-log-entry):
11267         * comint.el (comint-dynamic-list-input-ring)
11268         (comint-dynamic-list-completions):
11269         * dabbrev.el (dabbrev-expand):
11270         * delim-col.el (delimit-columns-rectangle-line):
11271         * diff-mode.el (diff-context->unified, diff-reverse-direction)
11272         (diff-unified->context):
11273         * ediff-init.el (ediff-abbrev-jobname):
11274         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11275         (ediff-replace-session-activity-marker-in-meta-buffer):
11276         * info.el (Info-summary):
11277         * lpr.el (printify-region):
11278         * printing.el (pr-create-interface):
11279         * ps-print.el (ps-print-quote):
11280         * ses.el (ses-column-widths, ses-print-cell)
11281         (ses-adjust-print-width, ses-center):
11282         * shell.el (shell-file-name-quote-list):
11283         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11284         (strokes-fill-current-buffer-with-whitespace)
11285         (strokes-xpm-for-stroke, strokes-list-strokes)
11286         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11287         * term.el (term-dynamic-list-input-ring)
11288         (term-dynamic-list-completions):
11289         * calc/calc.el (math-format-stack-value):
11290         * emacs-lisp/edebug.el (edebug-display-freq-count):
11291         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11292         (delphi-new-comment-line):
11293         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11294         * progmodes/executable.el (executable-set-magic):
11295         * progmodes/python.el (inferior-python-mode):
11296         * progmodes/scheme.el (scheme-mode-syntax-table):
11297         * progmodes/sh-script.el (sh-maybe-here-document):
11298         * progmodes/sql.el (sql-copy-column):
11299         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11300         * textmodes/bibtex.el (bibtex-mode):
11301         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11302         (sgml-auto-attributes):
11303         * textmodes/table.el (table-insert, table-shorten-cell)
11304         (table--generate-source-scan-lines, table-delete-row)
11305         (*table--cell-delete-char, table--spacify-frame)
11306         (table--horizontally-shift-above-and-below)
11307         (table--cell-insert-char, table--cell-blank-str)
11308         (table--fill-region-strictly):
11309         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11310         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11312         * add-log.el (change-log):
11313         * apropos.el (apropos):
11314         * comint.el (comint-completion, comint-source):
11315         * dabbrev.el (dabbrev):
11316         * delim-col.el (columns):
11317         * diff-mode.el (diff-mode):
11318         * ediff.el (ediff):
11319         * ediff-diff.el (ediff-diff):
11320         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11321         * ediff-mult.el (ediff-mult):
11322         * ediff-ptch.el (ediff-ptch):
11323         * ediff-wind.el (ediff-window):
11324         * facemenu.el (facemenu):
11325         * indent.el (indent):
11326         * info.el (info):
11327         * jka-cmpr-hook.el (compression, jka-compr):
11328         * lpr.el (lpr):
11329         * outline.el (outlines):
11330         * pcmpl-cvs.el (pcmpl-cvs):
11331         * pcmpl-rpm.el (pcmpl-rpm):
11332         * printing.el (printing):
11333         * ps-print.el (postscript, ps-print, ps-print-horizontal)
11334         (ps-print-vertical, ps-print-headers, ps-print-font)
11335         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11336         (ps-print-background, ps-print-printer, ps-print-page)
11337         (ps-print-miscellany):
11338         * ses.el (ses):
11339         * shell.el (shell, shell-directories, shell-faces):
11340         * startup.el (initialization):
11341         * strokes.el (strokes):
11342         * term.el (term):
11343         * uniquify.el (uniquify):
11344         * w32-vars.el (w32):
11345         * calc/calc.el (calc):
11346         * emacs-lisp/bytecomp.el (bytecomp):
11347         * emacs-lisp/cl-indent.el (lisp-indent):
11348         * emacs-lisp/edebug.el (edebug):
11349         * emacs-lisp/elp.el (elp):
11350         * emacs-lisp/testcover.el (testcover):
11351         * emacs-lisp/trace.el (trace):
11352         * emulation/viper-ex.el (viper-ex):
11353         * emulation/viper-mous.el (viper-mouse):
11354         * mail/mailalias.el (mailalias):
11355         * mail/supercite.el (supercite, supercite-frames)
11356         (supercite-attr, supercite-cite, supercite-hooks):
11357         * net/rcompile.el (remote-compile):
11358         * net/rlogin.el (rlogin):
11359         * obsolete/ooutline.el (outlines):
11360         * progmodes/delphi.el (delphi):
11361         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11362         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11363         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11364         (ebnf-optimization):
11365         * progmodes/etags.el (etags):
11366         * progmodes/executable.el (executable):
11367         * progmodes/idlwave.el (idlwave):
11368         * progmodes/pascal.el (pascal):
11369         * progmodes/prolog.el (prolog):
11370         * progmodes/python.el (python):
11371         * progmodes/scheme.el (scheme):
11372         * progmodes/sh-script.el (sh, sh-script):
11373         * progmodes/sql.el (SQL):
11374         * progmodes/tcl.el (tcl):
11375         * textmodes/bibtex.el (bibtex, bibtex-autokey):
11376         * textmodes/enriched.el (enriched):
11377         * textmodes/makeinfo.el (makeinfo):
11378         * textmodes/sgml-mode.el (sgml):
11379         * textmodes/table.el (table-hooks):
11380         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11381         * textmodes/texinfo.el (texinfo):
11382         * textmodes/two-column.el (two-column):
11383         Finish `defgroup' description with period.
11385         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11386         * eshell/esh-var.el (eshell-var):
11387         * progmodes/vhdl-mode.el (vhdl-testbench):
11388         * textmodes/org.el (org): Fix typos in docstrings.
11390         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11391         consistency.
11393         * progmodes/flymake.el (flymake-find-file): Remove.
11394         (flymake-float-time): Use `with-no-warnings'.
11395         (flymake-check-start-time, flymake-check-was-interrupted)
11396         (flymake-err-info, flymake-is-running, flymake-last-change-time)
11397         (flymake-new-err-info): `defvar' at compile time.
11399 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
11401         * replace.el (occur-hook): Doc fix.
11402         (occur-1): Don't call `occur-hook' if there are no matches.
11404 2005-07-03  Richard M. Stallman  <rms@gnu.org>
11406         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11407         global-map, save the same map.
11408         (global-map): Don't alter it at top level.
11409         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11410         Then alter it here instead.
11411         (tpu-edt-off): Set global-map to the saved one.
11413         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11414         All references simplified.
11415         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
11416         (zmacs-regions): Add defvar.
11417         (repeat-complex-command-map): Everything about that deleted.
11419         * textmodes/artist.el (artist-key-is-drawing)
11420         (artist-key-endpoint1, artist-key-poly-point-list)
11421         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11422         (artist-key-compl-table, artist-rb-save-data)
11423         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11424         Don't put them in eval-when-compile.
11425         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11427         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11428         Use with-no-warnings.
11430         * net/browse-url.el (dos-windows-version): Add defvar.
11432         * mail/supercite.el (filladapt-prefix-table): Add defvar.
11434         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11435         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11436         (rmail-new-summary-line-count): Rename from new-summary-line-count.
11437         Add defvar.
11438         (rmail-summary-beginning-of-message): Use with-no-warnings.
11439         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11441         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11442         Use with-no-warnings.
11444         * emulation/vi.el (vi-mark-region): Use c-mark-function.
11445         (c-mark-function): Add point-moving-unit property.
11446         (vi-goto-line): Use with-no-warnings.
11448         * emulation/edt.el (edt-last-copied-word): Add defvar.
11449         (zmacs-region-stays): Likewise.
11450         (edt-mark-section-wisely): Use c-mark-function for C.
11451         Use makr-defun for Fortran.
11452         (time-string): defvar deleted.
11453         (edt-display-the-time): Don't set time-string.
11455         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11457         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11458         Don't warn when name is not constant
11459         or for defining the group `emacs'.
11461         * tooltip.el (gud-tooltip-mode): Add defvar.
11463         * startup.el (default-frame-background-mode): Add defvar.
11465         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11467         * info.el (tool-bar-map): Add defvar.
11469         * dired.el (dnd-protocol-alist): Add defvar.
11471         * dired-aux.el (dired-query): Display question with answer, when
11472         the user answers.
11474         * custom.el (custom-add-option): Doc fix.
11476         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11478 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
11480         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11481         bogus name from the last change.
11483 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
11485         * custom.el (custom-declare-variable): Fix typos in comment.
11486         (custom-known-themes): Doc fix.
11487         (custom-theme-directory): New defcustom.
11488         (require-theme): Make it check `custom-theme-directory'.
11490         * cus-theme.el (custom-new-theme-mode): New function.
11491         (custom-theme-name, custom-theme-variables, custom-theme-faces)
11492         (custom-theme-description): Add compiler defvars.
11493         (customize-create-theme): Add doc to the "*New Custom Theme*"
11494         buffer.  Use `custom-new-theme-mode'.
11495         (custom-theme-write): Put the created buffer in emacs-lisp-mode
11496         and save it to the `custom-theme-directory'.  Make this the
11497         default directory of the buffer.
11499 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
11501         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11502         Fix unbalanced parentheses.
11504 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11506         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11507         into flymake-mode and delegate to flymake-mode.
11509         * find-file.el (ff-which-function-are-we-in): Clean up.
11511 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
11513         * replace.el (occur-rename-buffer): Fix docstring.
11515         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11516         (edt-last-copied-word, edt-learn-macro-count)
11517         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11518         (edt-rect-start-point, edt-user-global-map, rect-start-point)
11519         (time-string, zmacs-region-stays):
11520         * emulation/edt-mapper.el (edt-save-function-key-map)
11521         (EDT-key-name): `defvar' to silence the byte-compiler.
11523 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
11525         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11526         font-lock-regexp-backslash.  Doc fix.
11527         (font-lock-regexp-backslash-grouping-construct): Rename from
11528         font-lock-regexp-backslash-construct.  Doc fix.
11529         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11530         grouping constructs.
11532 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
11534         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11535         updating all the prerequisites.
11537 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
11539         * textmodes/org.el (org-agenda-start-on-weekday)
11540         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11541         (org-agenda-use-time-grid, org-archive-location)
11542         (org-allow-space-in-links, org-usenet-links-prefer-google)
11543         (org-enable-table-editor, org-export-default-language)
11544         (org-export-html-show-new-buffer, org-fill-paragraph)
11545         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11546         (org-goto-quit, org-occur, org-eval-in-calendar)
11547         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11548         (org-agenda-diary-entry, org-remember-help)
11549         (org-table-convert-region, org-at-table-p)
11550         (org-table-move-row-down, org-table-move-row-up)
11551         (org-table-copy-region, org-table-toggle-vline-visibility)
11552         (org-table-get-stored-formulas, org-table-get-specials)
11553         (org-recalc-commands, org-table-eval-formula)
11554         (org-table-formula-substitute-names, orgtbl-make-binding)
11555         (org-format-org-table-html, org-format-table-table-html)
11556         (org-format-table-table-html-using-table-generate-source)
11557         (org-customize): Fix typos in docstrings.
11558         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11559         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11560         (org-back-to-heading): Doc fixes.
11561         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11562         (org-agenda-change-all-lines, org-get-header):
11563         Improve argument/docstring consistency.
11564         (orgtbl-error): Fix error message.
11566         * progmodes/flymake.el (flymake-find-possible-master-files)
11567         (flymake-master-file-compare, flymake-get-line-err-count)
11568         (flymake-highlight-line, flymake-gui-warnings-enabled):
11569         Fix typos in docstrings.
11570         (flymake-parse-line, flymake-get-project-include-dirs-function)
11571         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11572         Doc fixes.
11573         (flymake-get-project-include-dirs-function)
11574         (flymake-make-err-menu-data):
11575         Improve argument/docstring consistency.
11577 2005-07-01  Lute Kamstra  <lute@gnu.org>
11579         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11580         Catch errors with ignore-errors.  Use temporary buffer.
11581         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11583         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11584         background color faces.
11585         (facemenu-set-foreground, facemenu-set-background):
11586         Use facemenu-set-face-from-menu.
11587         (facemenu-set-face-from-menu): Treat face names that start with
11588         "fg:" or "bg:" as special.
11589         (facemenu-add-new-color): Don't create faces.  Simplify.
11591 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11593         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11594         (crm-find-current-element): Likewise.
11596 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11598         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11600 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11603         (archive-mouse-extract): Make it an obsolete alias.
11604         (archive-mode-map): Don't use archive-mouse-extract any more.
11605         (archive-mode, archive-extract): write-contents-hooks ->
11606         write-contents-functions.
11607         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11608         first arg.
11609         (archive-rename-entry): Update the call.
11610         (archive-zip-summarize): Remove unused var `method'.
11611         (archive-lzh-summarize): Remove unused var `creator'.
11613         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11614         dedicated frame upon exit.
11616         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11617         (archive-zip-extract, archive-zip-expunge)
11618         (archive-zip-update, archive-zip-update-case): Use executable-find.
11619         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11620         Use restore-buffer-modified-p.
11621         (archive-extract, archive-add-new-member, archive-write-file-member):
11622         Use with-current-buffer.
11623         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11625 2005-06-30  Andreas Schwab  <schwab@suse.de>
11627         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11629 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11631         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11633 2005-06-30  Juri Linkov  <juri@jurta.org>
11635         * faces.el (vertical-border): Inherit from mode-line-inactive
11636         only on tty.
11638 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11640         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11641         example, -NLINES in the `occur' docstring).
11643         * replace.el (occur-1): When no matches are found, do not set the
11644         `buffer-read-only' and modified flags for the occur buffer,
11645         because it is deleted.
11647         * emulation/cua-base.el (cua-check-pending-input)
11648         (cua-repeat-replace-region, cua-mode, cua-debug)
11649         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11650         Fix typos in docstrings.
11652         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11653         (cua-cut-region-to-global-mark)
11654         (cua--cut-rectangle-to-global-mark):
11655         Remove period from end of messages.
11657         * emulation/cua-rect.el (cua-do-rectangle-padding):
11658         Remove period from end of messages.
11659         (cua--rectangle-seq-format): Fix typo in docstring.
11660         (cua-sequence-rectangle, cua-fill-char-rectangle):
11661         Improve argument/docstring consistency.
11663 2005-06-29  Juri Linkov  <juri@jurta.org>
11665         * faces.el (default-frame-background-mode): New internal variable.
11666         (frame-set-background-mode): Use it.
11668         * startup.el (normal-top-level): Set default-frame-background-mode
11669         instead of frame-background-mode.  Before setting it, test for its
11670         nil value.  Remove tests for frame-background-mode and frame
11671         parameter `reverse'.  Add test for "unspecified-fg".
11673         * term/xterm.el (xterm-rxvt-set-background-mode):
11674         * term/rxvt.el (rxvt-set-background-mode):
11675         Set default-frame-background-mode instead of frame-background-mode.
11677 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11679         * simple.el (set-variable): Warn about obsolete user variables.
11681         * imenu.el (imenu--completion-buffer):
11682         * mouse.el (mouse-buffer-menu-alist):
11683         * msb.el (msb-invisible-buffer-p):
11684         * calendar/diary-lib.el (diary-header-line-format):
11685         * emacs-lisp/pp.el (pp-buffer):
11686         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11687         * textmodes/picture.el (picture-replace-match):
11688         Change space constants followed by a sexp to "?\s ".
11690         * play/decipher.el (decipher-loop-with-breaks):
11691         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11692         constants "protected" from end of line by a comment to "?\s".
11694 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * font-lock.el (save-buffer-state): Use `declare'.
11698         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11699         reset the syntax-table to cperl-mode-syntax-table.
11700         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11701         "foo_print_bar" is not matched as a reserved keyword.
11703 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11705         * textmodes/org.el (orgtbl-setup): New function, for delayed
11706         setup for the orgtbl commands.
11707         (org-calc-default-modes): New option.
11708         (orgtbl-make-binding): Use `defun' to get better help display.
11709         (org-diary): Call `org-compile-prefix-format'.
11710         (org-table-formula-substitute-names): New function.
11711         (org-agenda-day-view, org-agenda-week-view): New commands.
11712         (org-agenda-toggle-week-view): Command removed.
11713         (org-tbl-menu): Split off from org-org-menu.
11714         (org-mode): Move removal of outline-mode menus to here.
11715         (org-table-formula-debug): New option.
11716         (org-table-insert-row): Keep first field if just "#" or "*".
11717         (org-mode): Paragraph regexps fixed.
11718         (org-table-recalculate-regexp): New constant.
11719         (org-table-justify-field-maybe): Avoid replace if not necessary.
11720         (org-copy-special, org-cut-special): Use `call-interactively'.
11721         (org-table-copy-region): Take region from `interactive' call.
11722         (org-trim): Return string even if no match.
11723         (org-formula): New face.
11724         (org-set-font-lock-defaults): No longer highlight "FIXME".
11725         But highlight formula-related fields in table.
11726         (org-table-p): Use regexp, not fontification.
11727         (org-table-align): Handle white space at end of line.
11728         (org-table-formula-evaluate-inline): New option.
11729         (org-mode): Auto-wrapping in comment lines turned off.
11730         (org-table-copy-down): Evaluate only in copied field, not in
11731         destination.
11732         (org-table-current-formula): Variable removed.
11733         (org-table-store-formulas, org-table-get-stored-formulas)
11734         (org-table-modify-formulas, org-table-replace-in-formulas)
11735         (org-table-maybe-eval-formula): New functions.
11736         (org-table-get-formula): Modify to use stored formulas.
11737         (org-table-insert-column, org-table-delete-column)
11738         (org-table-move-column): Call `org-table-modify-formulas'.
11739         (org-complete): Add completion for keyword formulas.
11740         (orgtbl-mode): Pull orgtbl-mode-map to start of
11741         minor-mode-map-alist.
11743 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * progmodes/python.el (python-check): Require `compile' before
11746         modifying its variables.
11748         * newcomment.el (comment-indent-default): Don't get fooled by an early
11749         end of buffer.
11751 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11753         * ps-print.el (ps-print-version): Fix version number.
11755 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11757         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11759 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11761         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11762         (flyspell-local-mouse-map): Declaration deleted.
11763         (flyspell-mouse-map): Bind only mouse-2.
11764         (flyspell-mode-map): Don't test flyspell-use-local-map.
11765         (flyspell-overlay-keymap-property-name): Var deleted.
11766         (flyspell-mode-on): Don't make local bindings for
11767         flyspell-mouse-map and flyspell-mode-map.
11768         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11770         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11772         * progmodes/compile.el (compilation-next-error-function):
11773         Don't switch buffers; operate on the current buffer.
11775         * progmodes/compile.el (compilation-error-file-name)
11776         (compilation-warning-file-name, compilation-info-file-name)
11777         (compilation-line-number, compilation-column-number): New faces.
11778         (compilation-error-face, compilation-warning-face)
11779         (compilation-info-face, compilation-line-face)
11780         (compilation-column-face): Use them.
11782         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11784         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11786         * bindings.el (global-map): Bind insertchar and its variants.
11788 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11790         * textmodes/artist.el (artist-text-overwrite)
11791         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11793 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11795         * ps-print.el: It was not working the page selection for printing.
11796         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11797         (ps-print-version): New version 6.6.7.
11798         (ps-end-sheet): New fun.
11799         (ps-header-sheet, ps-end-job): Call it.
11801 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11803         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11805 2005-06-27  Lute Kamstra  <lute@gnu.org>
11807         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11808         background color faces.
11809         (facemenu-get-face): Delete function.
11810         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11811         (facemenu-add-new-color): Make second argument mandatory.
11812         Create the appropriate face and return it.  Simplify.
11813         (facemenu-set-foreground, facemenu-set-background): Don't check if
11814         color is defined.  Use return value of facemenu-add-new-color.
11816 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11818         * progmodes/gud.el (gud-filter): Add missing argument to
11819         with-selected-window.
11821 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11823         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11824         a :require to the defcustom.
11826         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11827         defcustoms corresponding to minor modes.
11829 2005-06-26  David Ponce  <david@dponce.com>
11831         * recentf.el: Require tree-widget instead of wid-edit.
11832         (recentf-filename-handler): Fix widget :type.
11833         (recentf-cancel-dialog, recentf-open-more-files)
11834         (recentf-open-files-action): Doc fix.
11835         (recentf-dialog-goto-first): New function.
11836         (recentf-dialog-mode-map): Set parent keymap first.
11837         (recentf-dialog-mode): Define with define-derived-mode.
11838         Don't display continuation lines in dialogs.
11839         (recentf-edit-list): Rename from recentf-edit-selected-items.
11840         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11841         Simplify.
11842         (recentf-edit-list-validate): New function.
11843         (recentf-edit-list): Update accordingly.
11844         (recentf-open-files-item-shift): Remove.
11845         (recentf-open-files-item): Convert menu elements into tree and
11846         link widgets.  Don't create the widgets.
11847         (recentf-open-files): Update accordingly.
11848         (recentf-save-list): Untabify.
11850 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11852         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11853         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11854         partially contained in the active region.  Do not take active
11855         region into account when called from Lisp, unless INTERACTIVE arg
11856         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11857         avoid trouble with fields.  Make marker point nowhere when no
11858         longer used.  Always return nil.  Doc fix.
11859         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11860         into account when called from Lisp, unless INTERACTIVE arg is
11861         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11862         avoid trouble with fields.  Make marker point nowhere when no
11863         longer used.  Always return nil.  Doc fix.
11864         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11865         interchangeable.  Do not take active region into account when
11866         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11867         message in echo area when called from Lisp, unless INTERACTIVE arg
11868         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11869         Return the number of matches.  Doc fix.
11870         (occur): Doc fix.
11871         (perform-replace): Make comment follow double space convention for
11872         the sake of `outline-minor-mode'.
11874         * faces.el (facep): Doc fix.
11876 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11878         * facemenu.el (facemenu-enable-faces-p): New function.
11879         (facemenu-background-menu, facemenu-foreground-menu)
11880         (facemenu-face-menu): Add menu-enable property.
11882         * jka-compr.el (jka-compr-insert-file-contents):
11883         Special handling if cannot find the uncompression program.
11885         * cus-face.el (custom-face-attributes): Add autoload.
11887         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11888         Bind comment-indent-function locally.
11890         * window.el (save-selected-window): Use save-current-buffer.
11892         * subr.el (with-selected-window): Use save-current-buffer.
11894         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11895         and with-current-buffer.
11897 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11899         * simple.el (line-move-1): Fix previous change.
11901 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11903         * replace.el (occur-1): Set `buffer-read-only' and the
11904         buffer-modified flag before running `occur-hook' to protect
11905         against unintentional buffer switches that can lead to data loss.
11907 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11909         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11910         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11911         initial error.
11913         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11914         after fresh input.
11915         (gdb-var-create-handler): Put name of expression in quotes.
11917 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11919         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11920         elements of RING in order, and without bogus nil elements.
11922 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11924         * simple.el (set-variable): Args renamed; doc fix.
11925         (line-move-1): When there are overlays around, use vertical-motion.
11927         * faces.el (escape-glyph): Use brown against light background.
11928         (nobreak-space): Rename from no-break-space.
11929         Fix previous change.
11931         * dired-aux.el (dired-do-copy): Fix arg prompt.
11933         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11935 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11937         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11938         rather than "Distributor".
11940 2005-06-23  Lute Kamstra  <lute@gnu.org>
11942         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11943         (debug-on-entry): Use it.  New interactive declaration that uses
11944         function-called-at-point.
11946 2005-06-23  Kim F. Storm  <storm@cua.dk>
11948         * subr.el (save-match-data): Add comment about using evaporate arg
11949         to set-match-data.
11951 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11953         * cus-edit.el (customize-face)
11954         (customize-face-other-window): Handle face aliases.
11956         * faces.el (face-documentation, set-face-attribute)
11957         (face-spec-set): Handle face aliases.
11959 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11961         * help-mode.el (help-make-xrefs): If a symbol representing a face
11962         name is not followed by the word "face", it could still be a
11963         function or variable name, so don't bypass other checks.
11965 2005-06-22  Juri Linkov  <juri@jurta.org>
11967         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11968         Replace aliased functions with calls where second arg `inherit' is t.
11970 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11972         * progmodes/gdb-ui.el (gdb-error): New variable.
11973         (gdb-error): New function.
11974         (gdb-annotation-rules): Act on error-begin and error annotations.
11975         (gdb-concat-output): Use font-lock-warning-face for errors.
11977 2005-06-22  Miles Bader  <miles@gnu.org>
11979         * bindings.el (propertized-buffer-identification): Use renamed
11980         `Buffer-menu-buffer' face.
11982         * faces.el (vertical-border): Rename from `vertical-divider'.
11983         (escape-glyph): Change dark-background color back to `cyan'.
11985 2005-06-21  Juri Linkov  <juri@jurta.org>
11987         * faces.el (face-user-default-spec): Try getting `customized-face'
11988         prior to `saved-face'.
11989         (frame-background-mode): Refill docstring.
11991         * emacs-lisp/lisp-mode.el (eval-defun-1):
11992         * emacs-lisp/edebug.el (edebug-eval-defun):
11993         Set `saved-face' temporarily to nil before calling form.
11994         Set `customized-face' to the new spec after that.
11996 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11998         * subr.el (1value, lambda, key-substitution-in-progress):
11999         Doc fixes.
12001         * autoinsert.el (auto-insert-alist):
12002         * ses.el (ses-call-printer):
12003         * subr.el (noreturn):
12004         * emacs-lisp/lisp.el (check-parens):
12005         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12006         * net/browse-url.el (browse-url-mosaic):
12007         * progmodes/cc-defs.el (c-safe-scan-lists):
12008         * progmodes/ebnf-abn.el (ebnf-abn-lex):
12009         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12010         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12011         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12012         * progmodes/ebnf-iso.el (ebnf-iso-lex):
12013         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12015 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12017         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12019 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12021         * calendar/appt.el (appt-make-list): Activate the package, if
12022         not already active (for backwards compatibility).
12024 2005-06-20  Kim F. Storm  <storm@cua.dk>
12026         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
12028 2005-06-20  Miles Bader  <miles@gnu.org>
12030         * faces.el (vertical-divider): New face.
12032 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
12034         * simple.el (kill-whole-line): Doc fix.
12035         (next-error-buffer-p, next-error-find-buffer)
12036         (clone-indirect-buffer): Fix typos in docstrings.
12037         (comment-line-break-function): Doc fix: don't say variable
12038         is automatically buffer-local (it isn't).
12040 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
12042         * net/tramp-ftp.el (top):
12043         * net/tramp-smb.el (top):
12044         * net/tramp-util.el (top):
12045         * net/tramp-uu.el (top):
12046         * net/tramp-vc.el (top):
12047         * net/tramp.el (top): Revert copyright years back to original
12048         ones.  Tramp has a life outside GNU Emacs.
12050 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
12052         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12054 2005-06-18  Juri Linkov  <juri@jurta.org>
12056         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12057         end of first regexp to limit the match to the position between
12058         line number and source line with same separator character as used
12059         between file name and line number.  In the second regexp limit
12060         mouse-face area to file name and line number by adding new group
12061         for them and referring it in HYPERLINK arg.
12062         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12063         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12064         previous line where grep markers may be already removed.
12066 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
12068         * progmodes/ps-mode.el: Update version and maintainer's email address.
12070 2005-06-18  Steve Youngs  <steve@xemacs.org>
12072         * net/browse-url.el (browse-url-browser-function)
12073         (browse-url-default-browser): Add firefox.
12074         (browse-url-firefox-program, browse-url-firefox-arguments)
12075         (browse-url-firefox-startup-arguments)
12076         (browse-url-firefox-new-window-is-tab): New defcustoms.
12077         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12079 2005-06-17  Richard M. Stallman  <rms@gnu.org>
12081         * startup.el (command-line): Warn if specified user name has
12082         no home directory.
12084         * term.el (term-get-old-input, term-input-filter, term-input-sender)
12085         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12087         * longlines.el (longlines-mode, longlines-show-hard-newlines):
12088         Doc fixes.
12090         * faces.el (underline): Try bold if terminal doesn't support underline.
12092         * mail/sendmail.el (mail-setup-with-from): New variable.
12093         (mail-insert-from-field): New function.
12094         (sendmail-send-it): Call it.
12095         (mail-setup): Optionally call it here.
12097         * term/linux.el: Call tty-no-underline.
12099 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
12101         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12103 2005-06-17  Miles Bader  <miles@gnu.org>
12105         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12106         (ediff-current-diff-C, ediff-current-diff-Ancestor)
12107         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12108         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12109         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12110         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12111         Remove "-face" suffix from face names.
12112         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12113         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12114         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12115         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12116         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12117         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12118         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12119         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12120         New backward-compatibility aliases for renamed faces.
12121         (ediff-current-diff-face-A, ediff-current-diff-face-B)
12122         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12123         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12124         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12125         (ediff-even-diff-face-A, ediff-even-diff-face-B)
12126         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12127         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12128         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12129         Use renamed ediff faces.
12131         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12132         Remove "-face" suffix from face names.
12133         (eshell-test-ok-face, eshell-test-failed-face):
12134         New backward-compatibility aliases for renamed faces.
12135         (eshell-run-test): Use renamed eshell-test faces.
12137         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12138         face name.
12139         (eshell-prompt-face): New backward-compatibility alias for renamed
12140         face.
12141         (eshell-emit-prompt): Use renamed eshell-prompt face.
12143         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12144         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12145         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12146         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12147         Remove "-face" suffix from face names.
12148         (eshell-ls-directory-face, eshell-ls-symlink-face)
12149         (eshell-ls-executable-face, eshell-ls-readonly-face)
12150         (eshell-ls-unreadable-face, eshell-ls-special-face)
12151         (eshell-ls-missing-face, eshell-ls-archive-face)
12152         (eshell-ls-backup-face, eshell-ls-product-face)
12153         (eshell-ls-clutter-face):
12154         New backward-compatibility aliases for renamed faces.
12155         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12157         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12158         Remove "-face" suffix from face name.
12159         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12160         instead of literal face.
12162 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
12164         * emacs-lisp/warnings.el (display-warning, lwarn)
12165         (warning-minimum-log-level): Doc fixes.
12166         (warning-minimum-level, warning-minimum-log-level):
12167         Add :debug to :type choices.
12169         * progmodes/ada-mode.el (ada-format-paramlist)
12170         (ada-get-indent-case, ada-check-matching-start)
12171         (ada-check-defun-name, ada-goto-matching-decl-start)
12172         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12173         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12174         (ada-make-subprogram-body): Follow error conventions.
12175         (ada-case-exception-file, ada-indent-comment-as-code)
12176         (ada-indent-handle-comment-special, ada-indent-renames)
12177         (ada-indent-return, ada-search-directories-internal)
12178         (ada-tab-policy, ada-case-exception-substring)
12179         (ada-other-file-alist, ada-matching-start-re)
12180         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12181         (ada-imenu-generic-expression, ada-compile-goto-error)
12182         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12183         (ada-popup-menu, ada-add-extensions, ada-mode)
12184         (ada-region-selected, ada-create-case-exception)
12185         (ada-create-case-exception-substring, ada-after-keyword-p)
12186         (ada-activate-keys-for-case, ada-adjust-case-region)
12187         (ada-adjust-case-buffer, ada-format-paramlist)
12188         (ada-scan-paramlist, ada-insert-paramlist)
12189         (ada-indent-newline-indent)
12190         (ada-indent-newline-indent-conditional)
12191         (ada-justified-indent-current, ada-goto-previous-word)
12192         (ada-indent-current, ada-get-indent-open-paren)
12193         (ada-get-indent-paramlist, ada-get-indent-end)
12194         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12195         (ada-get-indent-block-start, ada-get-indent-subprog)
12196         (ada-get-indent-noindent, ada-get-indent-label)
12197         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12198         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12199         (ada-goto-stmt-end, ada-goto-next-word)
12200         (ada-check-matching-start, ada-check-defun-name)
12201         (ada-goto-matching-decl-start, ada-goto-matching-start)
12202         (ada-goto-matching-end, ada-search-ignore-string-comment)
12203         (ada-in-decl-p, ada-looking-at-semi-or)
12204         (ada-looking-at-semi-private, ada-in-paramlist-p)
12205         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12206         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12207         (ada-next-procedure, ada-previous-procedure, ada-next-package)
12208         (ada-previous-package, ada-create-menu)
12209         (ada-fill-comment-paragraph-justify)
12210         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12211         (ada-other-file-name, ada-last-which-function-line)
12212         (ada-last-which-function-subprog, ada-which-function)
12213         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12214         (ada-gen-treat-proc, ada-check-emacs-version)
12215         (ada-continuation-indent, ada-align-region-separate):
12216         Fix typos in docstrings.
12217         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12219 2005-06-16  Lute Kamstra  <lute@gnu.org>
12221         * simple.el (fundamental-mode): Run after-change-major-mode-hook
12222         conditionally.
12224 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12226         * comint.el (comint-replace-by-expanded-filename)
12227         (comint-prompt-regexp, comint-delimiter-argument-list)
12228         (comint-preinput-scroll-to-bottom):
12229         * info.el (Info-hide-cookies-node):
12230         * ls-lisp.el (ls-lisp-classify):
12231         * find-file.el (ff-search-directories, ff-special-constructs)
12232         (ff-find-other-file):
12233         * font-lock.el (font-lock-keywords):
12234         * shell.el (shell-prompt-pattern)
12235         (shell-dynamic-complete-functions, shell-mode)
12236         (shell-delimiter-argument-list):
12237         * term.el (term-replace-by-expanded-filename)
12238         (term-prompt-regexp, term-delimiter-argument-list):
12239         * woman.el (woman-ignore, woman0-if):
12240         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12241         * emacs-lisp/elint.el (elint-init-env):
12242         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12243         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12244         * language/ethio-util.el (ethio-tilde-escape)
12245         (ethio-use-three-dot-question):
12246         * net/zone-mode.el (zone-mode-load-time-setup):
12247         * progmodes/cc-align.el (c-lineup-argcont):
12248         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12249         * progmodes/cperl-mode.el (cperl-set-style-back):
12250         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12251         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12252         Fix spellings in docstrings.
12254         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12255         * progmodes/modula2.el (m2-for): Fix spellings.
12257         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12259         * simple.el (undo-more): Don't use `format' on `error' arguments.
12260         Improve argument/docstring consistency.
12261         (pending-undo-list): Doc fix.
12263         * smerge-mode.el (smerge-ensure-match):
12264         * emulation/vip.el (vip-ex):
12265         * net/zone-mode.el (zone-mode-update-serial):
12266         * progmodes/idlwave.el (idlwave-complete):
12267         * progmodes/vhdl-mode.el (vhdl-visit-file)
12268         (vhdl-compose-wire-components):
12269         Don't use `format' on `error' arguments.
12271         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12272         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12273         (tooltip-help-tips): Fix typos in docstrings.
12275 2005-06-16  David Ponce  <david@dponce.com>
12277         * tree-widget.el (tree-widget-value-create): Simplify last change.
12279 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
12281         * ido.el (ido-incomplete-regexp): New variable.
12282         (ido-set-matches-1): Handle invalid-regexp error and set
12283         ido-incomplete-regexp.
12284         (ido-incomplete-regexp): New face.
12285         (ido-completions): Use it.
12286         (ido-complete, ido-exit-minibuffer, ido-completions):
12287         Handle incomplete regexps.
12288         (ido-completions): Add check for complete match when entering a regexp.
12290 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12292         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12294 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12296         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12297         by field delimiters.
12299 2005-06-15  David Ponce  <david@dponce.com>
12301         * tree-widget.el: eval-and-compile inlined functions so they will
12302         be available at run-time too.
12303         (tree-widget-super-format-handler)
12304         (tree-widget-format-handler): Remove.
12305         (tree-widget-value-create): Handle the :indent property.
12307 2005-06-15  Miles Bader  <miles@gnu.org>
12309         * progmodes/which-func.el (which-func): Only inherit
12310         `font-lock-function-name-face' when that makes sense against the
12311         default mode-line face, otherwise set the face color explicitly.
12313         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12314         faces instead of (non-existent) variables.
12316 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12318         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12319         (iswitchb-get-matched-buffers): Likewise.  Simplify.
12321 2005-06-14  Miles Bader  <miles@gnu.org>
12323         * progmodes/ld-script.el (ld-script-location-counter):
12324         Remove "-face" suffix from face name.
12325         (ld-script-location-counter-face):
12326         New backward-compatibility alias for renamed face.
12327         (ld-script-location-counter-face): Use renamed face.
12329         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12330         (cperl-hash): Remove "-face" suffix from face names.
12331         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12332         New backward-compatibility aliases for renamed faces.
12333         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12334         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12336         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12337         name.
12338         (which-func-face): New backward-compatibility alias for renamed face.
12339         (which-func-format): Use renamed which-func face.
12341         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12342         (vhdl-function, vhdl-directive, vhdl-reserved-word)
12343         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12344         names.
12345         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12346         (vhdl-speedbar-configuration, vhdl-speedbar-package)
12347         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12348         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12349         (vhdl-speedbar-architecture-selected)
12350         (vhdl-speedbar-configuration-selected)
12351         (vhdl-speedbar-package-selected)
12352         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12353         names.
12354         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12355         Use renamed faces.
12356         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12357         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12358         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12359         Use renamed faces.
12360         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12361         names.
12362         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12363         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12364         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12365         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12366         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12367         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12369         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12370         face name.
12371         (sh-heredoc-face): New backward-compatibility alias for renamed face.
12372         (sh-heredoc-face): Use renamed sh-heredoc face.
12374         * progmodes/idlw-help.el (idlwave-help-link):
12375         Remove "-face" suffix from face name.
12376         (idlwave-help-link-face):
12377         New backward-compatibility alias for renamed face.
12378         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12380         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12381         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12382         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12383         New backward-compatibility aliases for renamed faces.
12384         (idlwave-shell-disabled-breakpoint-face)
12385         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12387         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12388         Remove "-face" suffix from face names.
12389         (flymake-errline-face, flymake-warnline-face):
12390         New backward-compatibility aliases for renamed faces.
12391         (flymake-highlight-line): Use renamed flymake faces.
12393         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12394         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12395         (ebrowse-member-class, ebrowse-progress):
12396         Remove "-face" suffix from face names.
12397         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12398         (ebrowse-file-name-face, ebrowse-default-face)
12399         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12400         (ebrowse-progress-face):
12401         New backward-compatibility aliases for renamed faces.
12402         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12403         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12404         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12405         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12407         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12408         antlr-syntax)
12409         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12410         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12411         names.
12412         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12413         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12414         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12415         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12416         backward-compatibility aliases for renamed faces.
12417         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12418         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12419         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12420         remove "font-lock-".  Use renamed antlr-mode faces.
12421         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
12422         literal face-names with face variable references.
12424         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12425         face name.
12426         (Buffer-menu-buffer-face): New backward-compatibility alias for
12427         renamed face.
12428         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12430 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
12432         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12433         Eliminate "-face" suffix.
12434         (makefile-targets): Inherit from font-lock-function-name-face and
12435         eliminate "-face" suffix.
12436         (makefile-shell): Remove attributes and eliminate "-face" suffix.
12437         (makefile-*-font-lock-keywords): Append makefile-targets in rule
12438         actions, instead of prepending, to make it less visible.
12439         (makefile-previous-dependency, makefile-match-dependency):
12440         Don't match a target on a continuation line.
12442         * files.el (auto-mode-alist): Put Makefile in gmake mode.
12444 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
12446         * progmodes/gdb-ui.el (menu): Re-order menu items.
12447         (gdb-tooltip-print): Respect tooltip-use-echo-area.
12449         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12450         Define in tooltip.el.
12451         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12452         (gud-tooltip-tips): Respect tooltip-use-echo-area and
12453         gud-tooltip-echo-area.
12455         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12456         backward compatibility and make obsolete.
12457         (tooltip-help-tips): Use tooltip-use-echo-area.
12458         (tooltip-show-help-function): Rename to...
12459         (tooltip-show-help): ...this, because it is a function.
12460         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12462 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
12464         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12465         (edebug-print-length, edebug-print-level, edebug-print-circle)
12466         (edebug-modify-breakpoint, edebug-eval-last-sexp)
12467         (edebug-eval-print-last-sexp): Doc fixes.
12469 2005-06-14  Kim F. Storm  <storm@cua.dk>
12471         * ido.el (ido-mode): Make a new keymap every time we enable ido,
12472         as the coverage buffer/file/both may change.
12474 2005-06-14  Lute Kamstra  <lute@gnu.org>
12476         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12477         and run-mode-hooks.  Simplify.
12479         * mail/rmailedit.el (rmail-edit-mode):
12480         * progmodes/octave-inf.el (inferior-octave-mode):
12481         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12483         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12484         and run-mode-hooks.
12485         (recentf-edit-list, recentf-open-files): Don't call
12486         kill-all-local-variables directly.
12488         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12490 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12492         * emacs-lisp/byte-run.el (make-obsolete)
12493         (define-obsolete-function-alias): Rename arguments FUNCTION and
12494         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12495         (make-obsolete-variable, define-obsolete-variable-alias):
12496         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12497         respectively.
12499         * isearchb.el (isearchb-activate):
12500         * pcvs.el (cvs-mode):
12501         * ses.el (ses-load):
12502         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12503         * net/tramp.el (tramp-find-file-exists-command)
12504         (tramp-find-shell):
12505         * progmodes/ada-mode.el (ada-create-case-exception)
12506         (ada-create-case-exception-substring, ada-make-subprogram-body):
12507         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12508         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12509         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12510         * textmodes/org.el (org-promote, org-evaluate-time-range)
12511         (org-agenda-next-date-line, org-agenda-previous-date-line)
12512         (org-agenda-error, org-open-at-point, org-table-move-row)
12513         (org-format-table-table-html-using-table-generate-source)
12514         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12515         * textmodes/reftex.el (reftex-access-scan-info):
12516         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12517         (reftex-toc-promote-prepare): Follow error conventions.
12519         * diff-mode.el (diff-mode): Fix typo in docstring.
12521         * forms.el (forms--intuit-from-file): Fix reference to
12522         `forms-number-of-fields' in error message.
12523         (forms-print): Fix quoting in error message.
12525         * forms.el (forms-mode):
12526         * emulation/vi.el (vi-goto-insert-state):
12527         * progmodes/flymake.el (flymake-new-err-info)
12528         (flymake-start-syntax-check-for-current-buffer)
12529         (flymake-simple-cleanup):
12530         * eshell/esh-var.el (eshell/export):
12531         * progmodes/gud.el (xdb):
12532         * textmodes/flyspell.el (flyspell-incorrect-hook)
12533         (flyspell-maybe-correct-transposition)
12534         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12536 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12538         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12539         minibuffer prompt.
12541 2005-06-13  Kim F. Storm  <storm@cua.dk>
12543         * subr.el (add-to-ordered-list): New defun.
12545         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12546         add cua--keymap-alist to emulation-mode-map-alists.
12548 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12550         * subr.el (complete-in-turn): New macro.
12551         (dynamic-completion-table, lazy-completion-table): Add debug info.
12553         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12554         in preference to face aliases.
12556         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12557         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12558         Remove unused vars `start' and `firstline'.
12559         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12560         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12562 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12564         * cus-start.el (all): Don't complain about missing GTK-related
12565         variables, unless either `gtk' is boundp or this isn't a
12566         `windows-nt' build.
12568 2005-06-13  Lute Kamstra  <lute@gnu.org>
12570         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12571         run-mode-hooks.
12573         * ediff-mult.el (ediff-meta-mode):
12574         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12576         * ledit.el (ledit-mode): Use delay-mode-hooks.
12578         * woman.el (woman-mode-line-format): Delete constant.
12579         (woman-mode-map): Initialize it properly.
12580         (woman-mode): Set mode-class property to special.
12581         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12582         Set major-mode and mode-name.  Don't set mode-line-format directly.
12583         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12585         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12586         string argument obsolete.
12588 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12590         * textmodes/org.el (org-CUA-compatible): New option.
12591         (org-disputed-keys): New variable.
12592         (org-key): New function.
12593         (orgtbl-make-binding): Add docstring to the created function.
12594         (org-mode): Set paragraph start/separate regexps.
12595         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12596         (org-archive-location, org-archive-mark-done)
12597         (org-archive-stamp-time): New options.
12598         (org-archive-subtree): New command.
12599         (org-fill-paragraph): New function.
12600         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12601         (org-fake-empty-table-line): Function removed.
12602         (org-format-org-table-html): Do not create empty table lines at
12603         separator lines.  Improved table header treatment.
12604         (org-link-format): New option.
12605         (org-make-link): New function.
12606         (org-insert-link, org-store-link): Use org-make-link.
12607         (org-open-file): Quote file name for shell command, to allow
12608         spaces in file names.
12609         (org-link-regexp): Fix bug with mailto link.
12610         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12611         New constants.
12612         (org-export-as-html): Deal with the optional angles around a link.
12613         Better treatment of file: links.
12614         (org-open-at-point): Replace @{ and @} with < and >.
12615         (org-run-mode-hooks): Function removed.
12616         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12618 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12620         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12621         MI command -data-list-register-values.
12622         (gdb-post-prompt): Indent properly.
12624 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12626         * hilit-chg.el (highlight-changes-colors): Rename from
12627         `highlight-changes-colours'.
12628         (highlight-changes-colours): Keep as obsolete alias.
12629         (highlight-changes-face-list): Doc fix.
12630         (hilit-chg-make-list): Use `highlight-changes-colors'.
12632 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12634         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12635         defun-prompt-regexp.
12637 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12639         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12640         and cygwin.
12642         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12643         Don't use an old loaddefs.el, as in Makefile.in.
12645 2005-06-12  Lute Kamstra  <lute@gnu.org>
12647         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12649         * man.el (Man-mode-map): Initialize it properly.
12650         (Man-mode): Set mode-class property to special.
12652         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12654 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12656         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12657         A newline is needed in the docstring there.
12659         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12660         Doc fixes.
12662 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12664         * printing.el: Doc fix.  The menubar is no more changed when printing
12665         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12666         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12667         (pr-version): New version number (6.8.4).
12668         (pr-menu-bind): New command.
12669         (pr-update-menus): Docstring and code fix.
12670         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12671         Docstring fix.
12672         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12673         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12675 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12677         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12678         "Returns" to "return", document useful return values, etc.
12680 2005-06-11  Alan Mackenzie  <acm@muc.de>
12682         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12683         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12684         (adaptive-file-function): Minor amendment to doc-string.
12686 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12688         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12689         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12690         Fix :type--it is `integer', not `string'.
12692         * faces.el (modeline-highlight): Rename from (the erroneous)
12693         `modeline-higilight'.
12695 2005-06-11  Lute Kamstra  <lute@gnu.org>
12697         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12698         lisp-interaction-mode-map but make it the parent.
12699         (edebug-eval-mode): Use define-derived-mode.
12701 2005-06-11  Andreas Schwab  <schwab@suse.de>
12703         * bindings.el: Add binding of `ESC functionkey' for every
12704         `M-functionkey'.
12705         * hexl.el (hexl-mode-map): Likewise.
12707 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12709         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12710         [msft]: update regexp for newer msft compilers.
12712 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12714         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12715         ATTLIST portions of included DTDs.
12716         (xml-parse-dtd): Eliminate use of inefficient match-data.
12718 2005-06-10  Miles Bader  <miles@gnu.org>
12720         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12721         (mpuz-text): Remove "-face" suffix from face names.
12722         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12723         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12724         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12726         * play/gomoku.el (gomoku-O, gomoku-X):
12727         Remove "-face" suffix from face names.
12728         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12729         New backward-compatibility aliases for renamed faces.
12730         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12732 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12734         * thumbs.el: Fixes for changes of 2005-06-09.
12735         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12736         as a directory.
12737         (thumbs-thumbname): Remove directory separator from format string;
12738         `thumbs-thumbsdir' now returns a valid directory name.
12739         (thumbs-temp-dir): New defsubst.
12740         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12741         Use it.
12743         * cus-edit.el (minibuffer):
12744         * files.el (make-backup-file-name-function):
12745         * filesets.el (filesets-external-viewers):
12746         * hilit-chg.el (highlight-changes-colours)
12747         (highlight-changes-face-list, highlight-changes-rotate-faces):
12748         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12749         * kmacro.el (kmacro-call-macro):
12750         * log-edit.el (log-edit-changelog-full-paragraphs):
12751         * mouse.el (mouse-1-click-follows-link):
12752         * skeleton.el (skeleton-autowrap):
12753         * subr.el (insert-for-yank-1):
12754         * tempo.el (tempo-insert-region):
12755         * terminal.el (terminal-emulator):
12756         * time.el (display-time-mail-face):
12757         * vc.el (vc-annotate):
12758         * vcursor.el (vcursor-copy-line):
12759         * woman.el (woman-bold-headings, woman-ignore)
12760         (woman-default-faces, woman-monochrome-faces):
12761         * calendar/todo-mode.el (todo-insert-threshold):
12762         * emulation/pc-select.el (pc-select-selection-keys-only)
12763         (pc-selection-mode):
12764         * emulation/vip.el (vip-find-char-forward):
12765         * emulation/viper-cmd.el (viper-find-char-forward):
12766         * international/mule-cmds.el
12767         (select-safe-coding-system-accept-default-p)
12768         (input-method-exit-on-invalid-key):
12769         * international/mule-diag.el (describe-coding-system):
12770         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12771         * net/browse-url.el (browse-url-xterm-program):
12772         * obsolete/lazy-lock.el (lazy-lock-mode):
12773         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12774         (cperl-mode):
12775         * progmodes/cpp.el (cpp-face-light-name-list)
12776         (cpp-face-dark-name-list):
12777         * progmodes/delphi.el (delphi-newline-always-indents):
12778         Fix spellings in docstrings.
12780         * ido.el (ido-mode, ido-file-extensions-order)
12781         (ido-default-file-method, ido-default-buffer-method)
12782         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12783         (ido-decorations, ido-read-file-name-as-directory-commands)
12784         (ido-read-file-name-non-ido, ido-work-directory-list)
12785         (ido-ignore-item-temp-list, ido-current-directory)
12786         (ido-magic-forward-char, ido-enter-find-file)
12787         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12788         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12790 2005-06-10  Lute Kamstra  <lute@gnu.org>
12792         * play/dunnet.el (dun-mode): Use define-derived-mode.
12793         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12794         obsolete alias.
12796         * play/doctor.el (doctor-mode-map): Remove defvar.
12797         (doctor-mode): Use define-derived-mode.
12799         * mail/mspools.el (mspools-mode):
12800         * net/eudc-hotlist.el (eudc-hotlist-mode):
12801         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12803 2005-06-10  Miles Bader  <miles@gnu.org>
12805         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12806         Remove "-face" suffix from face names.
12807         (flyspell-incorrect-face, flyspell-duplicate-face):
12808         New backward-compatibility aliases for renamed faces.
12809         (flyspell-mode-on, make-flyspell-overlay)
12810         (flyspell-highlight-incorrect-region)
12811         (flyspell-highlight-duplicate-region)
12812         (flyspell-display-next-corrections)
12813         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12815         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12816         from face name.
12817         (texinfo-heading-face): New backward-compatibility alias for
12818         renamed face.
12819         (texinfo-heading-face): Use renamed texinfo-heading face.
12821         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12822         suffix from face names.
12823         (tex-math-face, tex-verbatim-face):
12824         New backward-compatibility aliases for renamed faces.
12825         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12826         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12827         literal face name.
12829         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12830         name.
12831         (table-cell-face): New backward-compatibility alias for renamed face.
12832         (table--put-cell-face-property, table--update-cell-face):
12833         Use renamed table-cell face.
12835         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12836         from face name.
12837         (sgml-namespace-face): New backward-compatibility alias for
12838         renamed face.
12839         (sgml-namespace-face): Use renamed sgml-namespace face.
12841         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12842         (org-level-4, org-level-5, org-level-6, org-level-7)
12843         (org-level-8, org-warning, org-headline-done)
12844         (org-deadline-announce, org-scheduled-today)
12845         (org-scheduled-previously, org-link, org-done, org-table)
12846         (org-time-grid): Remove "-face" suffix from face names.
12847         (org-level-1-face, org-level-2-face, org-level-3-face)
12848         (org-level-4-face, org-level-5-face, org-level-6-face)
12849         (org-level-7-face, org-level-8-face, org-warning-face)
12850         (org-headline-done-face, org-deadline-announce-face)
12851         (org-scheduled-today-face, org-scheduled-previously-face)
12852         (org-link-face, org-done-face, org-table-face)
12853         (org-time-grid-face):
12854         New backward-compatibility aliases for renamed faces.
12855         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12856         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12857         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12858         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12860         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12861         (viper-minibuffer-emacs, viper-minibuffer-insert)
12862         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12863         (viper-search-face, viper-replace-overlay-face)
12864         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12865         (viper-minibuffer-vi-face):
12866         New backward-compatibility aliases for renamed faces.
12867         (viper-search-face, viper-replace-overlay-face)
12868         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12869         (viper-minibuffer-vi-face): Use renamed viper faces.
12871         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12872         Remove "-face" suffix from face names.
12873         (testcover-nohits-face, testcover-1value-face):
12874         New backward-compatibility aliases for renamed faces.
12875         (testcover-mark): Use renamed testcover faces.
12877         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12878         face name.
12879         (diary-button-face): New backward-compatibility alias for renamed face.
12880         (diary-entry): Use renamed diary-button face.
12882         * calendar/calendar.el (diary, calendar-today, holiday)
12883         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12884         (diary-face, calendar-today-face, holiday-face):
12885         New backward-compatibility aliases for renamed faces.
12886         (eval-after-load "facemenu", diary-entry-marker)
12887         (calendar-today-marker, calendar-holiday-marker, diary-face):
12888         Use renamed calendar faces.
12890         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12891         (compare-windows-face): New backward-compatibility alias for
12892         renamed face.
12893         (compare-windows-highlight): Use renamed compare-windows face.
12895         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12896         (strokes-char-face): New backward-compatibility alias for renamed face.
12897         (strokes-encode-buffer): Use renamed strokes-char face.
12899         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12900         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12901         Remove "-face" suffix from face names.
12902         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12903         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12904         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12905         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12906         Use renamed pcvs faces.
12907         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12908         * pcvs-defs.el (cvs-mode-map): Likewise.
12909         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12911         * info.el (info-title-1, info-title-2, info-title-3)
12912         (info-title-4): Remove "-face" suffix from and downcase face names.
12913         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12914         (Info-title-4-face):
12915         New backward-compatibility aliases for renamed faces.
12916         (Info-fontify-node): Use renamed info faces.
12918         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12919         Remove "-face" suffix from face names.
12920         (highlight-changes-face, highlight-changes-delete-face):
12921         New backward-compatibility aliases for renamed faces.
12922         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12923         (hilit-chg-make-list): Use renamed highlight-changes faces.
12925         * generic-x.el (show-tabs-tab, show-tabs-space):
12926         Remove "-face" suffix from face names.
12927         (show-tabs-tab-face, show-tabs-space-face):
12928         New backward-compatibility aliases for renamed faces.
12929         (show-tabs-generic-mode-font-lock-defaults-1)
12930         (show-tabs-generic-mode-font-lock-defaults-2):
12931         Use renamed show-tabs faces.
12933         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12934         (smerge-markers): Remove "-face" suffix from face names.
12935         (smerge-mine-face, smerge-other-face, smerge-base-face)
12936         (smerge-markers-face):
12937         New backward-compatibility aliases for renamed faces.
12938         (smerge-mine-face, smerge-other-face, smerge-base-face)
12939         (smerge-markers-face): Use renamed smerge faces.
12941         * log-view.el (log-view-file, log-view-message): Remove "-face"
12942         suffix from face names.
12943         (log-view-file-face, log-view-message-face):
12944         New backward-compatibility aliases for renamed faces.
12945         (log-view-file-face, log-view-message-face): Use renamed log-view
12946         faces.
12948         * paren.el (show-paren-match, show-paren-mismatch):
12949         Remove "-face" suffix from face names.
12950         (show-paren-match-face, show-paren-mismatch-face):
12951         New backward-compatibility aliases for renamed faces.
12952         (show-paren-function): Use renamed show-paren faces.
12954         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12955         (ruler-mode-margins, ruler-mode-fringes)
12956         (ruler-mode-column-number, ruler-mode-fill-column)
12957         (ruler-mode-comment-column, ruler-mode-goal-column)
12958         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12959         suffix from face names.
12960         (ruler-mode-default-face, ruler-mode-pad-face)
12961         (ruler-mode-margins-face, ruler-mode-fringes-face)
12962         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12963         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12964         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12965         New backward-compatibility aliases for renamed faces.
12966         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12967         (ruler-mode-column-number, ruler-mode-fill-column)
12968         (ruler-mode-comment-column, ruler-mode-goal-column)
12969         (ruler-mode-tab-stop, ruler-mode-current-column)
12970         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12971         faces.
12973         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12974         face name.
12975         (whitespace-highlight-the-space): Use renamed face.
12976         (whitespace-highlight-face): New backward-compatibility alias for
12977         renamed face.
12979         * woman.el (woman-italic, woman-bold, woman-unknown)
12980         (woman-addition, woman-symbol-face):
12981         Remove "-face" suffix from face names.
12982         (woman-italic-face, woman-bold-face, woman-unknown-face)
12983         (woman-addition-face):
12984         New backward-compatibility aliases for renamed faces.
12985         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12986         (woman-decode-region, woman-replace-match)
12987         (woman-display-extended-fonts, woman-special-characters)
12988         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12989         Use renamed woman faces.
12991         * longlines.el (longlines-visible-face): Face removed.
12993         * diff-mode.el (diff-header, diff-file-header, diff-index)
12994         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12995         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12996         suffix from face names.
12997         (diff-header-face, diff-file-header-face, diff-index-face)
12998         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12999         (diff-changed-face, diff-function-face, diff-context-face)
13000         (diff-nonexistent-face): New backward-compatibility aliases for
13001         renamed faces.
13002         (diff-header-face, diff-file-header-face)
13003         (diff-index, diff-index-face, diff-hunk-header)
13004         (diff-hunk-header-face, diff-removed, diff-removed-face)
13005         (diff-added, diff-added-face, diff-changed-face, diff-function)
13006         (diff-function-face, diff-context-face, diff-nonexistent)
13007         (diff-nonexistent-face): Use renamed diff-mode faces.
13009         * progmodes/compile.el (compilation-warning-face)
13010         (compilation-info-face): Remove "-face" suffix from face names.
13011         (compilation-warning-face, compilation-info-face):
13012         New backward-compatibility aliases for renamed faces.
13013         (compilation-warning-face, compilation-info-face):
13014         Use renamed compilation faces.
13016         * add-log.el (change-log-date, change-log-name)
13017         (change-log-email, change-log-file, change-log-list)
13018         (change-log-conditionals, change-log-function)
13019         (change-log-acknowledgement): Remove "-face" suffix from face names.
13020         (change-log-date-face, change-log-name-face)
13021         (change-log-email-face, change-log-file-face)
13022         (change-log-list-face, change-log-conditionals-face)
13023         (change-log-function-face, change-log-acknowledgement-face):
13024         New backward-compatibility aliases for renamed faces.
13025         (change-log-font-lock-keywords): Use renamed change-log faces.
13027         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13028         (custom-set, custom-changed, custom-saved, custom-button)
13029         (custom-button-pressed, custom-documentation, custom-state)
13030         (custom-comment, custom-comment-tag, custom-variable-tag)
13031         (custom-variable-button, custom-face-tag, custom-group-tag-1)
13032         (custom-group-tag): Remove "-face" suffix from face names.
13033         (custom-magic-alist, custom-magic-value-create)
13034         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13035         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13036         (custom-set-face, custom-changed-face, custom-saved-face)
13037         (custom-button-face, custom-button-pressed-face)
13038         (custom-documentation-face, custom-state-face)
13039         (custom-comment-face, custom-comment-tag-face)
13040         (custom-variable-tag-face, custom-variable-button-face)
13041         (custom-face-tag-face, custom-group-tag-face-1)
13042         (custom-group-tag-face):
13043         New backward-compatibility aliases for renamed faces.
13045         * wid-edit.el (widget-documentation, widget-button)
13046         (widget-field, widget-single-line-field, widget-inactive)
13047         (widget-button-pressed): "-face" suffix removed from face names.
13048         (widget-documentation-face, widget-button-face)
13049         (widget-field-face, widget-single-line-field-face)
13050         (widget-inactive-face, widget-button-pressed-face):
13051         New backward-compatibility aliases for renamed faces.
13052         (widget-documentation-face, widget-button-face)
13053         (widget-button-pressed-face, widget-specify-field)
13054         (widget-specify-inactive): Use renamed widget faces.
13056 2005-06-10  Kenichi Handa  <handa@m17n.org>
13058         * term/x-win.el (x-clipboard-yank): Remove condition-case
13059         wrapping.
13061 2005-06-11  Kenichi Handa  <handa@m17n.org>
13063         * add-log.el (change-log-font-lock-keywords): Make the regexp for
13064         date lines stricter.
13066 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
13068         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13069         of x-get-selection.
13071 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
13073         * comint.el (comint-mode, comint-snapshot-last-prompt):
13074         * frame.el (frame-current-scroll-bars):
13075         * term.el (term-mode, term-check-proc, term-input-sender)
13076         (term-simple-send, term-extract-string, term-word)
13077         (term-match-partial-filename):
13078         * window.el (window-current-scroll-bars):
13079         * emulation/cua-base.el (cua-normal-cursor-color)
13080         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13081         (cua-global-mark-cursor-color):
13082         * mail/undigest.el (rmail-forward-separator-regex):
13083         Fix typos in docstrings.
13085         * comint.el (comint-check-proc, make-comint-in-buffer)
13086         (comint-source-default): Doc fixes.
13088         * term.el (term-send-string): Improve argument/docstring consistency.
13090 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
13092         * comint.el (comint-send-input): Bind `inhibit-read-only' around
13093         call to `delete-region'.
13094         (comint-mode-hook): Do not enable Font Lock by default.
13096 2005-06-09  Lute Kamstra  <lute@gnu.org>
13098         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13099         could be void.
13101 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13103         * emacs-lisp/debug.el (debugger-will-be-back): New var.
13104         (debug): Use it.
13105         (debugger-step-through, debugger-continue, debugger-jump)
13106         (debugger-return-value): Set it when needed.
13107         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13108         Use inhibit-read-only.
13110 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
13112         * window.el (shrink-window-if-larger-than-buffer)
13113         (window-size-fixed): Fix typo in docstring.
13115         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
13116         thumbnails directory on loading.
13117         (thumbs-conversion-program): Use `eq' to check the system type,
13118         not `equal'.
13119         (thumbs-temp-dir): Initialize to `temporary-file-directory',
13120         not "/tmp".  Fix docstring.
13121         (thumbs-thumbsdir): New function to return the thumbnails
13122         directory, creating it if needed.
13123         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13124         (thumbs-temp-file): Delete variable and make it into a function.
13125         (thumbs-resize-image, thumbs-modify-image): Use it.
13126         (thumbs-kill-buffer): Simplify.
13127         (thumbs-gensym): Defalias or duplicate CL `gensym'.
13128         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13129         docstrings.
13131 2005-06-09  Kim F. Storm  <storm@cua.dk>
13133         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13134         set-match-data to free markers in match-data.
13136         * replace.el (replace-match-data): Pass RESEAT arg `t' to
13137         match-data to unchain markers in match-data.
13139 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13142         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
13143         unnecessary now.
13145 2005-06-08  Richard M. Stallman  <rms@gnu.org>
13147         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13148         give the variable a doc string that doesn't say don't set it directly.
13150         * textmodes/ispell.el (ispell-check-version):
13151         Use match-string-no-properties.
13152         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13153         (ispell-buffer-local-words): Likewise.
13155         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13156         except on terminals with enough colors to really display it.
13157         (makefile-dependency-regex): Delete spurious `bb'.
13159         * faces.el (escape-glyph): Use blue once again in last case.
13160         (no-break-space): Redefine so that it isn't invisible on a tty.
13162 2005-06-08  Kim F. Storm  <storm@cua.dk>
13164         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13165         also when reading directory name.
13167 2005-06-08  Lute Kamstra  <lute@gnu.org>
13169         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13170         (flyspell-mode-line-string): Remove autoload cookie.
13171         (flyspell-mode): Remove defvar.
13173 2005-06-07  Lute Kamstra  <lute@gnu.org>
13175         * textmodes/org.el (org-run-mode-hooks): New function.
13176         (org-agenda-mode): Use it.
13178 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
13180         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13182 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13186 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
13188         * font-lock.el (font-lock-add-keywords): Doc fix.
13190 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13192         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13193         (tex-compile-default): In the absence of any history, use the order in
13194         tex-compile-alist to choose the preferred command.
13195         (tex-compile-commands): Reorder a bit.
13197         * textmodes/flyspell.el (flyspell-auto-correct-binding)
13198         (flyspell-incorrect-face, flyspell-duplicate-face):
13199         Use (X)Emacs-agnostic code.
13200         (flyspell-mode-map): Don't overwrite at each load.  Remove code
13201         redundant with the subsequent add-minor-mode.  Merge Emacs and
13202         XEmacs code.
13203         (flyspell-word): Minor simplification.
13204         (flyspell-math-tex-command-p): Quieten the byte-compiler.
13205         (flyspell-external-point-words): Remove unused vars `size' and `start'.
13206         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13207         Merge the corresponding Emacs code.
13208         (flyspell-correct-word, flyspell-xemacs-popup):
13209         Use flyspell-do-correct.
13211         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13212         a dedicated window.
13214         * international/latexenc.el (latexenc-find-file-coding-system):
13215         Undo part of last patch, to turn off a compiler warning.
13217 2005-06-06  Juri Linkov  <juri@jurta.org>
13219         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13220         Rename `tmm-inactive-face' to `tmm-inactive'.
13222 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
13224         * iswitchb.el: Rename faces.
13226 2005-06-06  Kim F. Storm  <storm@cua.dk>
13228         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13229         (cua-global-mark): Remove -face suffix from face names.
13231         * emulation/cua-gmrk.el (cua--init-global-mark):
13232         Remove cua-global-mark face setup.
13234 2005-06-06  Richard M. Stallman  <rms@gnu.org>
13236         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13237         just like other allowed characters.
13238         (makefile-match-dependency): Exclude leading and training whitespace
13239         from the range of regexp subexp 1.
13240         (makefile-macroassign-regex): Don't try to match the body,
13241         just the name of the macro being defined.
13243         * info.el (Info-read-node-name-2): New function.
13244         (Info-read-node-name-1): Use that.
13245         Add a completion-base-size-function property.
13247         * simple.el (completion-setup-function): Look for
13248         completion-base-size-function property of minibuffer-completion-table.
13250         * files.el (locate-file-completion): Doc fix.
13252         * printing.el: Don't call pr-update-menus; user must do that.
13254         * emacs-lisp/debug.el (debugger-window): New variable.
13255         (debug): Use debugger-window if it is set and still alive.
13256         Record debugger-window for next entry.
13258         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13260 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
13262         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13263         (hack-one-local-variable, hack-local-variables)
13264         (hack-local-variables-prop-line): Pass that arg.
13266 2005-06-06  Kim F. Storm  <storm@cua.dk>
13268         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13269         (ido-indicator): Remove -face suffix from face names.
13271 2005-06-06  Juri Linkov  <juri@jurta.org>
13273         * font-lock.el (font-lock-regexp-backslash)
13274         (font-lock-regexp-backslash-construct): New faces.
13275         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
13276         after `('.  Add `while-no-input' to control structures.
13278         * faces.el (no-break-space, shadow): New faces.
13279         (escape-glyph): Use less loud colors pink2 and red4.
13281         * diff-mode.el (diff-context-face)
13282         * dired.el (dired-ignored)
13283         * rfn-eshadow.el (file-name-shadow)
13284         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13286         * info.el (Info-title-1-face): Use green instead of yellow because
13287         bold yellow is not readable on light backgrounds.
13289         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13290         before selecting the desired mode to not spend time fontifying
13291         old contents.
13293 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
13295         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13296         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13298         * ps-print.el (ps-default-fg, ps-default-bg):
13299         Fix typos in docstrings.
13301         * isearchb.el (isearchb): Don't pass a spurious second argument to
13302         `iswitchb-completions'.
13304 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
13306         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13307         to preserve point.
13308         (gdb-find-file-hook): Add doc string.
13310         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13311         C dereferenced pointer expression.
13312         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
13314         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13316         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13317         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13318         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13319         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13320         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13321         Make background transparent.
13323 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13325         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
13326         (font-lock-remove-keywords): Doc fix.
13327         (font-lock-mode-major-mode): Compiler defvar.
13328         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13330         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13331         (font-lock-mode): Update `font-lock-mode-major-mode'.
13332         (font-lock-set-defaults): Compiler defvar.
13333         (font-lock-default-function): Take `font-lock-mode-major-mode'
13334         into account.
13336         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13337         keep track of which major mode it enabled the minor mode for.
13338         Use find-file-hook again.  Update docstring.
13340         * simple.el (eval-expression-print-level)
13341         (eval-expression-print-length, eval-expression-debug-on-error):
13342         Doc fixes.
13344 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
13346         * iswitchb.el (iswitchb-single-match-face)
13347         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13348         (iswitchb-invalid-regexp-face): New faces.
13349         (iswitchb-completions): Use them.
13350         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13351         now marked as an obsolete alias.
13352         (iswitchb-read-buffer): Remove check for bound font variables.
13353         (iswitchb-invalid-regexp): New free variable.
13354         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13355         set iswitchb-invalid-regexp.
13356         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13357         invalid regexps.
13358         (iswitchb-completions): Add check for complete match when entering
13359         a regexp.
13360         (iswitchb-completions): Remove require-match argument.
13361         (iswitchb-exhibit): Fix caller.
13362         (iswitchb-common-match-inserted): New variable.
13363         (iswitchb-complete, iswitchb-completion-help): Use it.
13365 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
13367         * url-http.el (url-http-chunked-encoding-after-change-function):
13368         Use `url-http-debug' instead of `message'.
13370 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
13372         * url-http.el (url-http-parse-headers): Pass redirected URL as a
13373         callback argument.
13375 2005-06-04  Kim F. Storm  <storm@cua.dk>
13377         * simple.el (line-move): Only call sit-for when moving backwards.
13379         * ido.el (ido-make-merged-file-list-1): New defun split from
13380         ido-make-merged-file-list.
13381         (ido-make-merged-file-list): Bind throw-on-input around call to
13382         ido-make-merged-file-list-1.  Return input-pending-p if
13383         interrupted by more input available.
13384         (ido-read-internal): Handle input-pending-p return value from
13385         ido-make-merged-file-list.
13387 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13389         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13390         compatibility code.
13392         * international/latexenc.el (latexenc-find-file-coding-system):
13393         Don't inherit the EOL part of the coding-system from the
13394         tex-main buffer.  Fit within 80 columns.
13396 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
13398         * tmm.el (tmm-inactive-face): New face.
13399         (tmm-remove-inactive-mouse-face): New function.
13400         (tmm-prompt, tmm-add-one-shortcut)
13401         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13402         but not selectable.
13404 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
13406         * faces.el (face-equal): Improve argument/docstring consistency.
13408 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
13410         * progmodes/make-mode.el (makefile-targets-face)
13411         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13412         (makefile-bsdmake-dependency-regex)
13413         (makefile-makepp-rule-action-regex)
13414         (makefile-bsdmake-rule-action-regex): New constants.
13415         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13417         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13418         Allow (...) within `...' for makepp messages.
13420 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13422         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13424         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13425         "." files are deleted from all file lists before comparison.
13427         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13428         (viper-ESC-key): Made them customizable.
13430         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13432 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13434         * autorevert.el (auto-revert-buffers): Use save-match-data.
13436 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13439         menu items with a nil command binding.
13441 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
13443         * emacs-lisp/cl-macs.el (defsetf):
13444         Improve argument/docstring consistency.
13446         * faces.el (list-faces-display): Improve the formatting by
13447         computing the maximum length required for any face-name (reworked
13448         patch of 1999-01-11, accidentally deleted on 1999-07-21).
13449         (internal-find-face): Remove redundant info in docstring.
13451 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
13453         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13454         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13455         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13456         (gdb-assembler-custom): Improve regexps.
13457         (def-gdb-auto-update-handler): Use window point to preserve point.
13459 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13463 2005-05-31  Jay Belanger  <belanger@truman.edu>
13465         * calc/calc-embed.el (calc-embedded-word): Change argument passed
13466         to calc-embedded.
13467         (calc-embedded-make-info): Have plain prefix argument select
13468         entire line.
13470 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
13472         * faces.el (list-faces-display): Signal error if passed a regexp
13473         that matches no face name.
13475         * simple.el (filter-buffer-substring): Fix typo in docstring.
13477 2005-05-31  Richard M. Stallman  <rms@gnu.org>
13479         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13480         (vhdl-emacs-21): Doc fix.
13481         (vhdl-mode): Unconditionally set comment-padding.
13482         (vhdl-fixup-whitespace-region): Insert spaces only where
13483         there are none.
13484         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13486 2005-05-30  John Wiegley  <johnw@newartisans.com>
13488         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13489         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13490         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13491         `directory-sep-char' to ?/, and all uses of `string-to-int' to
13492         `string-to-number'.
13494 2005-05-30  Jay Belanger  <belanger@truman.edu>
13496         * calc/calc.el (calc-bug-address): Fix docstring.
13497         (calc-window-hook, calc-trail-window-hook): New variables.
13498         (calc-trail-display): Restore use of calc-trail-window-hook.
13499         (calc): Restore use of calc-window-hook.
13501 2005-05-31  Masatake YAMATO  <jet@gyve.org>
13503         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13505         * help-fns.el (help-C-file-name): Add autoload mark for
13506         `find-function-noselect'.
13508 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13510         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13511         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13513 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13515         * calendar/diary-lib.el (mark-included-diary-files): Only kill
13516         included diary buffer if it was not already being visited.
13517         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13519         * calendar/icalendar.el (top-level): Do not require appt.
13521         * mail/supercite.el (sc-select-attribution): Only use a list
13522         element from sc-attrib-selection-list if it returns a string.
13523         Reported by Davide G. M. Salvetti <salve@debian.org>.
13525 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
13527         * thumbs.el (thumbs-thumbname): The resulting thumbname now
13528         includes a hash value to improve its uniqueness, and has a ".jpg"
13529         extension.  Also, it is now a valid filename on all systems.
13530         (thumbs-make-thumb): Use `let', not `let*'.
13531         (thumbs-show-thumbs-list): Check for JPEG availability.
13533 2005-05-30  Richard M. Stallman  <rms@gnu.org>
13535         * filesets.el (filesets-menu-ensure-use-cached):
13536         Prevent warning when emacs-version>= is undefined.
13538         * printing.el (pr-interactive-n-up): Use string-to-number.
13540         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13542         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13543         Warn only when name to be defined is quoted.
13545 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
13547         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13548         Make regexp more robust.
13549         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13550         Force regeneration of disassembly.
13552 2005-05-29  Jay Belanger  <belanger@truman.edu>
13554         * calc/calc.el (calc-user-invocation): Check if
13555         calc-invocation-macro is non-nil.
13557 2005-05-29  Juri Linkov  <juri@jurta.org>
13559         * add-log.el (change-log-font-lock-keywords):
13560         Add `+' to e-mail regexp to accept mail address with keywords.
13562         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13564 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13566         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13568         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13570 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13572         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13573         Undo the change that moves to end of the current word.
13575 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13577         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13578         Throw error when count <= 0 to ensure input is a number.
13579         (gdb-read-memory-custom): Pick up address from buffer.
13580         (gdb-memory-mode): Allow user to increment and decrement
13581         memory address from header line.
13583 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13585         * flyspell.el (flyspell-version): Function deleted.
13586         (flyspell-auto-correct-previous-hook): Doc fix.
13588         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13589         Do nothing if memory is full.
13591         * font-lock.el (font-lock-fontify-syntactically-region):
13592         Pass t for GREEDY to looking-back.
13594         * saveplace.el (save-place-alist-to-file): Write the file
13595         using write-region.
13597         * subr.el (looking-back): New argument GREEDY.
13599         * progmodes/compile.el (compilation-start): Set the mode
13600         before inserting the initial text.
13602         * progmodes/which-func.el (which-func-update-1): Turn the mode
13603         off in case of error by setting which-func-mode.
13605 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13607         * flyspell.el (flyspell-auto-correct-previous-word):
13608         Narrow down to what's on the screen, and recenter overlays
13609         at the end of the next word.
13611 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13613         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13614         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13615         (flyspell-abbrev-p): Default to nil.
13616         (flyspell-use-global-abbrev-table-p): Doc fix.
13617         (flyspell-large-region): Allow nil as value.
13618         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13620         (mail-mode-flyspell-verify): More robust handling
13621         of `mail-header-separator'.  More efficient signature detection.
13622         Allow for regexp metacharacters in message-header-separator.
13623         Adding `To' not to be checked in mail-mode-flyspell-verify.
13625         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13626         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13627         Bind flyspell-auto-correct-binding.
13628         Bind C-. and C-, .
13629         (flyspell-mode-map): Likewise.
13630         (flyspell-mode): Doc fix.
13631         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13632         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13633         (flyspell-word-cache-result): New var, always local.
13634         (flyspell-check-pre-word-p): Doc fix.
13635         (flyspell-check-changed-word-p): Handle spc like newline.
13636         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13637         (flyspell-word-search-backward, flyspell-word-search-forward):
13638         New functions.
13639         (flyspell-word): Return t if nothing to check.
13640         When parsing TeX code, check for after } or \.
13641         Use flyspell-word-search-backward to find previous word.
13642         Return nil if duplicated word.
13643         For word already checked, return same value as last time.
13644         Set flyspell-word-cache-result after checking.
13645         Don't clobber the return value.
13646         (flyspell-get-word): Major rewrite.
13647         (flyspell-external-point-words): New locals pword, pcount.
13648         Fix size used in progress message.
13649         Find the proper corresponding word in flyspell-large-region-buffer.
13650         (flyspell-region): Check for flyspell-large-region = nil.
13651         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13652         (flyspell-auto-correct-word): Check that WORD is a cons.
13653         (flyspell-correct-word): Likewise.
13655 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13657         * progmodes/make-mode.el (makefile-rule-action-regex)
13658         (makefile-macroassign-regex, makefile-makepp-mode)
13659         (makefile-bsdmake-mode): Continuation lines may be empty.
13660         Reported by Joshua Varner.
13661         (makefile-makepp-font-lock-keywords): Add $(stem).
13663 2005-05-28  Karl Berry  <karl@gnu.org>
13665         * textmodes/tex-mode.el: Now that tex-send-command calls
13666         shell-quote-argument (2005-03-31 change), remove all calls to
13667         shell-quote-argument; they all end up invoking tex-send-command.
13668         The double quoting loses on filenames with non-safe characters,
13669         such as "@".  Reported by Frederik Fouvry.
13671 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13673         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13674         about preserving point.
13676 2005-05-27  Jay Belanger  <belanger@truman.edu>
13678         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13679         Info-goto-node.
13681         * calc/calc-embed.el (calc-embed-arg): New variable.
13682         (calc-do-embedded-activate, calc-embedded-activate-formula)
13683         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13684         variable by new variable.
13685         (calc-embedded-make-info): Replace undeclared variable by new
13686         variable.  When selecting region with positive prefix
13687         argument, use end of previous line instead of beginning of line.
13689         * calc/calc-aent.el (calc-arg-values): Declare it.
13691         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13692         Declare them.
13694         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13696         * calc/calc.el (calc-alg-map): Declare it.
13698         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13700 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13702         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13703         (gdb-registers-buffer, toggle-gdb-all-registers):
13704         Toggle display of floating point registers.
13705         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13707         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13708         (toggle-gud-tooltip-dereference):
13709         Rename from gud-toggle-tooltip-dereference.
13711 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13713         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13715 2005-05-27  Jay Belanger  <belanger@truman.edu>
13717         * calc/calc-prog.el (calc-kbd-report): Remove.
13718         (calc-kbd-query): Rewrite.
13720 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13722         * image.el (image-library-alist): Move to image.c.
13723         (image-type-available-p): Doc fix.
13725 2005-05-27  Lute Kamstra  <lute@gnu.org>
13727         * calc/calc.el (calc):
13728         * outline.el (outline-1, outline-2, outline-3, outline-4)
13729         (outline-5, outline-6, outline-7, outline-8):
13730         * textmodes/dns-mode.el (dns-mode):
13731         * textmodes/sgml-mode.el (sgml-namespace-face):
13732         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13733         (tex-verbatim-face, tex-use-reftex):
13734         * textmodes/texinfo.el (texinfo-heading-face):
13735         Specify customization group.
13737         * longlines.el: Don't require easy-mmode.
13738         (longlines-visible-face): Specify customization group.
13740 2005-05-27  Kenichi Handa  <handa@m17n.org>
13742         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13743         encoding table of windows-1251.
13745         * international/ucs-tables.el (ucs-set-table-for-input):
13746         If translation-table-for-input of a coding system is a symbol, get
13747         its translation-table property.
13749         * international/code-pages.el: Don't register a coding system into
13750         non-iso-charset-alist more than once.
13751         (cp-make-coding-system): Likewise.
13753 2005-05-26  John Wiegley  <johnw@newartisans.com>
13755         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13756         `eshell-resume-eval' is wrapped in a list, it indicates that the
13757         command was run asynchronously.  In that case, unwrap the value
13758         before checking the delimiter value.
13760         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13761         character before a space at the end of a line is \, assume the space
13762         is part of the last argument rather than a final argument separator.
13764         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13765         is in use, and the target is `t' or `nil' (which are the most common
13766         values), don't assume that the symbol target is a buffer.
13768 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13770         * calendar/calendar.el (calendar-mode-line-format):
13771         Use mode-line-highlight as mouse-face.
13773         * time.el (display-time-string-forms, display-time-update):
13774         Use mode-line-highlight as mouse-face.
13776 2005-05-26  Jay Belanger  <belanger@truman.edu>
13778         * calc/calc.el (calc-language-alist): Remove extra defvar.
13780 2005-05-26  Lute Kamstra  <lute@gnu.org>
13782         * arc-mode.el (archive-mode):
13783         * bookmark.el (bookmark-read-annotation-mode)
13784         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13785         * bs.el (bs-mode):
13786         * calc/calc-yank.el (calc-edit-mode):
13787         * calc/calc.el (calc-mode, calc-trail-mode):
13788         * calculator.el (calculator-mode):
13789         * chistory.el (command-history-mode):
13790         * comint.el:
13791         * cus-edit.el (custom-mode):
13792         * descr-text.el (describe-text-mode):
13793         * ebuff-menu.el (Electric-buffer-menu-mode):
13794         * ediff-util.el (ediff-mode):
13795         * emacs-lisp/re-builder.el (reb-mode):
13796         * emulation/vi.el (vi-mode-setup):
13797         * emulation/ws-mode.el (wordstar-mode):
13798         * eshell/esh-mode.el (eshell-mode):
13799         * forms.el (forms-mode):
13800         * help-mode.el (help-mode):
13801         * hexl.el (hexl-mode):
13802         * ibuffer.el (ibuffer-mode):
13803         * ielm.el (inferior-emacs-lisp-mode):
13804         * info.el (Info-mode, Info-edit-mode):
13805         * international/swedish.el:
13806         * ledit.el (ledit-from-lisp-mode):
13807         * locate.el (locate-mode):
13808         * mail/rmail.el (rmail-mode):
13809         * mail/rmailedit.el (rmail-edit-mode):
13810         * mail/rmailsum.el (rmail-summary-mode):
13811         * mail/supercite.el (sc-electric-mode):
13812         * net/eudc.el (eudc-mode):
13813         * net/quickurl.el (quickurl-list-mode):
13814         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13815         * obsolete/ooutline.el (outline-mode):
13816         * obsolete/options.el (Edit-options-mode):
13817         * obsolete/rnews.el (news-mode):
13818         * obsolete/rnewspost.el (news-reply-mode):
13819         * play/5x5.el (5x5-mode):
13820         * play/decipher.el (decipher-mode, decipher-stats-mode):
13821         * play/gomoku.el (gomoku-mode):
13822         * play/snake.el (snake-mode):
13823         * play/solitaire.el (solitaire-mode):
13824         * play/tetris.el (tetris-mode):
13825         * progmodes/ada-mode.el (ada-mode):
13826         * progmodes/antlr-mode.el (antlr-mode):
13827         * progmodes/autoconf.el (autoconf-mode):
13828         * progmodes/dcl-mode.el (dcl-mode):
13829         * progmodes/delphi.el (delphi-mode):
13830         * progmodes/ebrowse.el (ebrowse-tree-mode)
13831         (ebrowse-electric-list-mode, ebrowse-member-mode)
13832         (ebrowse-electric-position-mode):
13833         * progmodes/f90.el (f90-mode):
13834         * progmodes/fortran.el (fortran-mode):
13835         * progmodes/icon.el (icon-mode):
13836         * progmodes/idlw-help.el (idlwave-help-mode):
13837         * progmodes/idlw-shell.el (idlwave-shell-mode):
13838         * progmodes/idlwave.el (idlwave-mode):
13839         * progmodes/inf-lisp.el (inferior-lisp-mode):
13840         * progmodes/m4-mode.el (m4-mode):
13841         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13842         * progmodes/modula2.el (modula-2-mode):
13843         * progmodes/octave-inf.el (inferior-octave-mode):
13844         * progmodes/octave-mod.el (octave-mode):
13845         * progmodes/pascal.el (pascal-mode):
13846         * progmodes/sh-script.el (sh-mode):
13847         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13848         * progmodes/vhdl-mode.el (vhdl-mode):
13849         * progmodes/xscheme.el (scheme-interaction-mode):
13850         * replace.el (occur-mode):
13851         * ses.el (ses-mode):
13852         * simple.el (completion-list-mode):
13853         * skeleton.el:
13854         * speedbar.el (speedbar-mode):
13855         * term.el (term-mode):
13856         * terminal.el (terminal-edit-mode):
13857         * textmodes/reftex-index.el (reftex-index-mode)
13858         (reftex-index-phrases-mode):
13859         * textmodes/reftex-sel.el (reftex-select-label-mode)
13860         (reftex-select-bib-mode):
13861         * textmodes/reftex-toc.el (reftex-toc-mode):
13862         * wdired.el (wdired-change-to-wdired-mode):
13863         * wid-browse.el (widget-browse-mode):
13864         Use run-mode-hooks.
13866         * array.el (array-mode):
13867         * calendar/todo-mode.el (todo-mode):
13868         * man.el (Man-mode):
13869         * play/landmark.el (lm-mode):
13870         * play/mpuz.el (mpuz-mode):
13871         Use kill-all-local-variables and run-mode-hooks.
13873         * subr.el (delay-mode-hooks): Specify indentation.
13875 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13877         * xml.el (xml-substitute-special): Don't die for undefined xml
13878         entities.
13880 2005-05-26  Jay Belanger  <belanger@truman.edu>
13882         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13883         of nil.
13885 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13887         * progmodes/gdb-ui.el (gdb-frame-address):
13888         Rename from gdb-current-address.
13889         (gdb-previous-frame-address): Rename from gdb-previous-address.
13890         (gdb-selected-frame): Rename from gdb-current-frame.
13891         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13892         (gdb-frame-number): Rename from gdb-current-stack-level.
13893         (gdb-ann3): Match new mode-name for disassembly buffer.
13894         Extend initialization of variables.
13895         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13896         (gdb-memory-mode): Use mouse-face in header line.
13897         (gdb-assembler-buffer-name): Call it disassembly and give frame
13898         in mode line.
13899         (gdb-source-spec-regexp, gdb-assembler-custom)
13900         (gdb-invalidate-assembler, gdb-frame-handler):
13901         Make robust to leading zeroes in address format.
13903 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13905         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13906         define `org-mode'.
13907         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13909 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * log-edit.el (log-edit-changelog-entries): Distinguish between
13912         filenames like xfns.c and fns.c.
13914 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13916         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13917         point after reverting.
13918         (Buffer-menu-make-sort-button): Handle the case where
13919         `Buffer-menu-use-header-line' is nil.
13921 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13923         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13924         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13925         and `:' to them.
13927 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13929         * startup.el (normal-top-level): Allow modification of load-path while
13930         we're iterating over it.
13932 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13934         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13935         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13936         (thumbs-resize-interactive, thumbs-insert-image)
13937         (thumbs-insert-thumb, thumbs-dired-show-marked)
13938         (thumbs-find-image-at-point, thumbs-delete-images)
13939         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13940         (thumbs-increment-image-size, thumbs-decrement-image-size):
13941         Fix typos in docstrings.
13943 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13945         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13946         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13947         (cperl-mode): Use them.
13949 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13951         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13952         Doc fixes.
13954 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13956         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13957         Bind C-d to gdb-inferior-io-eof.
13959         * dired.el (dired-dnd-popup-notice): Use message-box.
13961 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13963         * bindings.el (mode-line-major-mode-keymap):
13964         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13966         * faces.el (mode-line-highlight): New face.
13968         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13969         as mouse-face.
13971         * bindings.el (top-level, help-echo, mode-line-modified)
13972         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13973         as mouse-face.
13975 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13977         * progmodes/cc-engine.el (c-guess-basic-syntax):
13978         Remove spurious call to `zerop'.
13980         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13982 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13984         CC Mode update to 5.30.10:
13986         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13987         could go past the limit in decoration level 2, thereby causing
13988         errors during interactive fontification.
13990         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13991         the file is evaluated interactively.
13993         * cc-engine.el (c-guess-basic-syntax): Handle operator
13994         declarations somewhat better in C++.
13996         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13997         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13998         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13999         (awk-mode): Use it.
14000         (make-local-hook): Suppress warning about obsoleteness.
14002         * cc-engine.el, cc-align.el, cc-cmds.el
14003         (c-append-backslashes-forward, c-delete-backslashes-forward)
14004         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14005         Compensate for return value from `forward-line' when it has moved
14006         but not to a different line due to eob.
14008         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14009         `objc-method-intro' and `objc-method-args-cont'.
14011 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
14013         CC Mode update to 5.30.10:
14015         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14016         in the copyright statement.  Incidentally, change "along with GNU
14017         Emacs" to "along with this program" where it occurs.
14019         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14020         so that it is interactive, hence can be found by M-x awk-mode
14021         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
14022         <gmorris+emacs@ast.cam.ac.uk>.
14024         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14025         Mode's regexps.
14027 2005-05-23  Kevin Ryde  <user42@zip.com.au>
14029         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14030         c-parse-state, to avoid a lisp error (on bad code).
14032 2005-05-23  Lute Kamstra  <lute@gnu.org>
14034         * subr.el (font-lock-defaults): Remove defvar as it's already
14035         defined in font-core.el.
14037         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14039 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
14041         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14042         more general and work when GDB variable "print pretty" is on,
14043         as with Emacs, for example.
14045 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
14047         * font-core.el: Update comment.
14049         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14050         Use `after-change-major-mode-hook' instead of `find-file-hook'.
14052         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14054 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
14056         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14057         and `yank-handler' in the doc strings.
14059 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
14063 2005-05-22  Richard M. Stallman  <rms@gnu.org>
14065         * help.el (describe-key): Move print-help-return-message call
14066         out of conditional.
14068         * progmodes/etags.el (list-tags): Use with-no-warnings.
14070         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14071         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14072         (starttls-extra-args, starttls-extra-arguments): Add defvars.
14074         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14076         * language/viet-util.el (viet-viscii-nonascii-translation-table):
14077         Add defvar.
14079         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14080         Use defvar, not defconst.
14082         * hexl.el (hexl-follow-line): Use with-no-warnings.
14084         * emulation/tpu-extras.el: Use write-file-functions instead of
14085         write-file-hooks.
14087         * dired.el (dired-font-lock-keywords): Fontify files with junk
14088         extensions even if marked by -F.
14090 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
14092         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14093         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14094         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14095         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14096         (concatenate, list-length, get*, getf, cl-remprop):
14097         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14098         (etypecase, progv, lexical-let, lexical-let*)
14099         (multiple-value-bind, multiple-value-setq, shiftf):
14100         Improve argument/docstring consistency.
14102         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14104 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
14106         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14107         doesn't exist.
14109         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
14110         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14112 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
14114         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14115         already deleted variables: auto-fill-hook, blink-paren-hook,
14116         lisp-indent-hook, inhibit-local-variables, unread-command-event,
14117         suspend-hooks, comment-indent-hook, meta-flag,
14118         before-change-function, after-change-function,
14119         font-lock-doc-string-face.
14121 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
14123         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14125 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
14127         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14128         rmail-dont-reply-to.
14130 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14132         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14133         literal blank when splitting new-header-values.
14135 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
14137         * calendar/cal-menu.el (cal-menu-update): Add separator as a
14138         string so that tmm doesn't create a completion entry for it.
14140         * textmodes/table.el (table-disable-menu): Ditto.
14142 2005-05-21  Richard M. Stallman  <rms@gnu.org>
14144         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14146         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14148         * net/rcompile.el (remote-compile): Use compilation-start.
14150         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14152 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
14154         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14155         Default to makefile-bsdmake-mode on BSD systems.
14157         * imenu.el (imenu-generic-expression, imenu--generic-function'):
14158         REGEXP may also be a search function now.  The part of doc-string
14159         for describing the structure was 95% identical to that of
14160         `imenu--generic-function'.  Unify it there.
14162         * progmodes/make-mode.el (makefile-imenu-generic-expression):
14163         Use function to find dependencies, because regexp alone is so complex,
14164         it easily goes into an endless loop.
14165         (makefile-makepp-mode): Also add submenu for Perl functions
14166         defined in the makefile.
14167         (makefile-bsdmake-mode): Special imenu-generic-expression no
14168         longer needed, due to function call.
14169         (makefile-match-dependency): Take BOUND into account when checking
14170         if we're through.
14172 2005-05-20  Jay Belanger  <belanger@truman.edu>
14174         * calc/calc-units.el (calc-invalidate-units-table):
14175         Use inhibit-read-only.
14176         (math-build-units-table-buffer): Use view-mode.
14178 2005-05-20  David Kastrup  <dak@gnu.org>
14180         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14181         easy-menu-add is not a nop on Emacs; and clarify when to call it.
14183 2005-05-20  Lute Kamstra  <lute@gnu.org>
14185         * diff-mode.el (diff-header-face, diff-file-header-face)
14186         (diff-index-face, diff-hunk-header-face, diff-removed-face)
14187         (diff-added-face, diff-changed-face, diff-function-face)
14188         (diff-context-face, diff-nonexistent-face): Put them in the
14189         diff-mode customization group.
14191 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14193         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14195         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14197         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14198         Minor regexp-optimization.
14200 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
14202         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14203         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14204         (org-agenda-add-time-grid-maybe): New function.
14205         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14206         (org-table-create): `dotimes' instead of `mapcar'.
14207         (org-xor): Simplify implementation.
14208         (org-agenda): `inhibit-redisplay' turned on.
14209         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14210         a consistent line after a state change.
14211         (org-agenda-remove-times-when-in-prefix): New option.
14212         (org-prefix-has-time): New variable.
14213         (org-parse-time-string): Optional argument NODEFAULT.
14214         (org-format-agenda-item): Parse items for time-of-day
14215         specifications and move these into the prefix if possible.
14216         (org-agenda-priority): Get current heading, not previous heading
14217         during agenda remote editing.
14219 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
14221         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14222         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14223         (remove-duplicates, delete-duplicates, substitute)
14224         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14225         (nsubstitute-if-not, find, find-if, find-if-not, position)
14226         (position-if, position-if-not, count, count-if, count-if-not)
14227         (mismatch, search, sort*, stable-sort, merge, member*)
14228         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14229         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14230         (intersection, nintersection, set-difference, nset-difference)
14231         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14232         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14233         (nsublis, tree-equal): Improve argument/docstring consistency.
14235         * subr.el (send-string, send-region): Remove obsolescence declaration.
14236         (window-dot, set-window-dot, read-input, show-buffer)
14237         (eval-current-buffer, string-to-int):
14238         Add release number to obsolescence declarations.
14240 2005-05-19  Kim F. Storm  <storm@cua.dk>
14242         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14243         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14245 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
14247         * faces.el (list-faces-display): Make back button respect optional
14248         regexp arg.
14250 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
14252         * calculator.el (calculator-radix-grouping-mode)
14253         (calculator-radix-grouping-digits, calculator-displayer)
14254         (calculator-radix-grouping-separator, calculator-copy-displayer):
14255         * dabbrev.el (dabbrev-search-these-buffers-only):
14256         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14257         (diff-advance-after-apply-hunk, diff-mode-hook)
14258         (diff-minor-mode-prefix):
14259         * imenu.el (imenu-use-popup-menu):
14260         * jit-lock.el (jit-lock-context-time):
14261         * newcomment.el (comment-fill-column, comment-column)
14262         (comment-style, comment-padding, comment-multi-line)
14263         (comment-empty-lines, comment-auto-fill-only-comments):
14264         * reveal.el (reveal-around-mark):
14265         * uniquify.el (uniquify-buffer-name-style)
14266         (uniquify-after-kill-buffer-p)
14267         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14268         (uniquify-min-dir-content, uniquify-separator)
14269         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14270         * w32-vars.el (w32-fixed-font-alist):
14271         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14272         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14273         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14274         * progmodes/perl-mode.el (perl-indent-level)
14275         (perl-continued-statement-offset, perl-continued-brace-offset)
14276         (perl-brace-offset, perl-brace-imaginary-offset)
14277         (perl-label-offset, perl-indent-continued-arguments)
14278         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14279         * progmodes/tcl.el (tcl-indent-level)
14280         (tcl-continued-indent-level, tcl-auto-newline)
14281         (tcl-tab-always-indent, tcl-electric-hash-style)
14282         (tcl-help-directory-list, tcl-use-smart-word-finder)
14283         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14284         (inferior-tcl-source-command):
14285         * textmodes/fill.el (enable-kinsoku):
14286         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14287         * textmodes/table.el (table-yank-handler):
14288         Specify missing group (and type, if simple) in defcustom.
14290 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
14292         * progmodes/compile.el (compilation-finish-function): Fix defvar.
14294 2005-05-19  Richard M. Stallman  <rms@gnu.org>
14296         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14298         * subr.el (event-basic-type): Don't get an error.
14299         (left-fringe-p): Function deleted.
14301         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14302         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14304         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14305         in recursive copy.
14307         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14309         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14311         * emacs-lisp/bytecomp.el
14312         (byte-compile-file-form-custom-declare-variable):
14313         Call byte-compile-nogroup-warn if appropriate.
14315         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14316         (compilation-set-window): Don't call left-fringe-p; do it directly.
14318 2005-05-19  Jay Belanger  <belanger@truman.edu>
14320         * calc/calc-graph.el (calc-graph-format-data): Make sure
14321         var-PlotRejects is bound before trying to check its value.
14323 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
14325         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14326         definition of this variable from reftex-global.el to reftex.el,
14327         because it is needed in the menu.
14329 2005-05-19  Lute Kamstra  <lute@gnu.org>
14331         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14332         years are fixed.  Don't insert a space after a dash.
14334 2005-05-19  Kim F. Storm  <storm@cua.dk>
14336         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14338 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
14340         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14341         strings, because (eq ... ?\\) is fairly frequent.
14343         * progmodes/make-mode.el (makefile-add-this-line-targets):
14344         Simplify and integrate into `makefile-pickup-targets'.
14345         (makefile-add-this-line-macro): Simplify and integrate into
14346         `makefile-pickup-macros.
14347         (makefile-pickup-filenames-as-targets): Simplify.
14348         (makefile-previous-dependency, makefile-match-dependency):
14349         Don't stumble over `::'.
14351 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
14353         * subr.el (post-command-idle-hook, post-command-idle-delay):
14354         Remove obsoletion of post-command-idle-hook and
14355         post-command-idle-delay.
14357         * faces.el (list-faces-display): Provide button when describe-face
14358         is called to take user back to the list of faces.
14360         * help-fns.el (describe-variable): Remove hyperlinks in a
14361         variable's value as these are quite frequently inappropriate.
14363         * follow.el (follow-submit-feedback, follow-mode):
14364         Remove references to post-command-idle-hook.
14366 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
14368         * progmodes/make-mode.el (makefile-previous-dependency)
14369         (makefile-match-dependency): Check for := (and in bsd mode also
14370         !=) to give a better result, even when font-lock is not on.
14372 2005-05-18  Jay Belanger  <belanger@truman.edu>
14374         * calc/calc-help.el (calc-s-prefix-help):
14375         Add `calc-copy-special-constant' to help string.
14377 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
14379         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14381 2005-05-18  Jay Belanger  <belanger@truman.edu>
14383         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14384         in linear factors are in proper order.
14386 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
14388         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14389         Support for jurabib.
14391         * textmodes/reftex.el (featurep): Define aliases for overlay
14392         commands, for XEmacs compatibility, and use these aliases in
14393         overlay initializations.
14394         (reftex-highlight): Use `reftex-move-overlay'.
14395         (reftex-unhighlight): Use `reftex-delete-overlay'.
14396         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
14397         (reftex-access-search-path): Use `reftex-uniquify' instead of
14398         `reftex-uniq'
14400         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14401         `before-string' property modification enables for Emacs as well.
14402         (reftex-select-item): Use `reftex-delete-overlay'.
14403         (reftex-select-mark): Use `reftex-make-overlay' and
14404         `reftex-overlay-put'.
14405         (reftex-select-unmark): Use `reftex-delete-overlay' and
14406         `reftex-overlay-put'.
14408 2005-05-18  Lute Kamstra  <lute@gnu.org>
14410         * emacs-lisp/lisp.el (check-parens): Fix docstring.
14412 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
14414         * add-log.el (add-change-log-entry):
14415         * array.el (array-make-template, array-reconfigure-rows)
14416         (array-init-max-row, array-init-max-column)
14417         (array-init-columns-per-line, array-init-field-width):
14418         * replace.el (replace-match-maybe-edit, perform-replace):
14419         * textmodes/spell.el (spell-region):
14420         Replace `read-input' by `read-string'.
14422         * forms.el (forms-mode):
14423         * finder.el (finder-compile-keywords):
14424         * shadowfile.el (shadow-read-files):
14425         Replace `eval-current-buffer' by `eval-buffer'.
14427         * terminal.el (te-pass-through):
14428         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14429         (ange-ftp-raw-send-cmd):
14430         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14431         (send-process-next-char, telnet-initial-filter, telnet):
14432         Replace `send-string' by `process-send-string'.
14434         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14435         (prolog-consult-region): Replace `send-string' by
14436         `process-send-string'; replace `send-region' by `process-send-region'.
14438         * progmodes/delphi.el (delphi-log-msg):
14439         Replace `set-window-dot' by `set-window-point'.
14441         * subr.el (window-dot, set-window-dot, read-input, send-string)
14442         (send-region, show-buffer, eval-current-buffer):
14443         Make really obsolete, as the comment says.
14445 2005-05-17  Kim F. Storm  <storm@cua.dk>
14447         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14448         (cua--init-keymaps): Bind C-return instead of S-return to set
14449         rectangle mark.
14451         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14452         instead of S-return to toggle/clear rectangle mark.
14454 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
14456         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14457         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14458         Also fontify plain strings assigned to variables, mostly so that a
14459         colon has a face and is thus not taken as a dependency separator.
14460         (makefile-previous-dependency): Inline the new matcher, because it
14461         is too complex to work in both directions.
14462         (makefile-match-dependency): Eliminate `backward' arg (see above).
14463         Completely reimplemented so as to not sometimes go into an endless
14464         loop.  It should also be more efficient, because first it only
14465         searches for `:', instead of applying the very complex regexp.
14466         (makefile-mode): Cancel `font-lock-support-mode', because blocks
14467         to be fontified in one piece can be too long for JIT.
14468         Makefiles are never *that* big.
14470 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
14472         * dired.el (dired-mode): Simplify.
14474 2005-05-17  Lute Kamstra  <lute@gnu.org>
14476         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14477         defcustom for the mode hook variable.
14479         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14480         Emacs Lisp Reference Manual.
14482 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
14484         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14485         (evenp, list*):
14486         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14487         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14489         * net/tramp-smb.el (tramp-smb-open-connection):
14490         Pass `tramp-chunksize' as fifth (required) argument.
14492 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
14494         * font-lock.el (lisp-font-lock-keywords-1):
14495         Set `font-lock-negation-char-face' for [^...] char group.
14496         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14498         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14499         a var, and refine it to mask one more level of nested vars.
14500         (makefile-rule-action-regex): Turn it into a var, and refine it so
14501         it recognizes backslashed continuation lines as belonging to the
14502         same command.
14503         (makefile-macroassign-regex): Refine it so it recognizes
14504         backslashed continuation lines as belonging to the same command.
14505         (makefile-var-use-regex): Don't look at the next char, because it
14506         might be the same one to be skipped by the initial [^$], leading
14507         to an overlooked variable use.
14508         (makefile-make-font-lock-keywords): Remove two parameters, which
14509         are now variables that some of the modes set locally.
14510         Handle dependency and rule action matching through functions, because
14511         regexps alone match too often.  Dependency matching now comes
14512         last, so it can check, whether a colon already matched something else.
14513         (makefile-mode): Inform that font-lock improves makefile parsing
14514         capabilities.
14515         (makefile-match-dependency, makefile-match-action): New functions.
14517 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
14519         * emacs-lisp/cl-extra.el (equalp): Doc fix.
14521         * align.el (align-regexp):
14522         * ansi-color.el (ansi-color-get-face):
14523         * array.el (array-reconfigure-rows, array-init-max-row)
14524         (array-init-max-column, array-init-columns-per-line)
14525         (array-init-field-width):
14526         * dired-aux.el (dired-trample-file-versions):
14527         * dired-x.el (dired-mark-sexp):
14528         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14529         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14530         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14531         * faces.el (face-read-integer):
14532         * files.el (backup-extract-version, insert-directory):
14533         * hexl.el (hexl-insert-decimal-char):
14534         * server.el (server-process-filter):
14535         * shell.el (shell-extract-num):
14536         * startup.el (command-line-1):
14537         * term.el (term-command-hook):
14538         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14539         (time-stamp-do-number):
14540         * time.el (display-time-update):
14541         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14542         (timezone-fix-time):
14543         * vms-patch.el (vms-suspend-resume-hook):
14544         * calendar/appt.el (appt-convert-time):
14545         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14546         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14547         * calendar/cal-islam.el (mark-islamic-diary-entries):
14548         * calendar/calendar.el (calendar-cursor-to-date)
14549         (calendar-star-date):
14550         * calendar/diary-lib.el (diary-attrtype-convert)
14551         (mark-diary-entries, diary-entry-time):
14552         * calendar/solar.el (solar-get-number):
14553         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14554         * emacs-lisp/re-builder.el (reb-display-subexp):
14555         * emulation/edt.el (edt-set-scroll-margins):
14556         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14557         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14558         (vip-get-ex-count):
14559         * emulation/viper-ex.el (viper-get-ex-token)
14560         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14561         * international/fontset.el (fontset-plain-name):
14562         * mail/feedmail.el (feedmail-look-at-queue-directory):
14563         * mail/mailalias.el (mail-get-names):
14564         * mail/rmail.el (rmail-convert-to-babyl-format):
14565         * mail/rmailsum.el (rmail-make-basic-summary-line)
14566         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14567         (rmail-summary-goto-msg):
14568         * mail/smtpmail.el (smtpmail-read-response):
14569         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14570         (ange-ftp-vms-add-file-entry):
14571         * play/gametree.el (gametree-looking-at-ply)
14572         (gametree-current-branch-score):
14573         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14574         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14575         * progmodes/cperl-mode.el (condition-case):
14576         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14577         (ebrowse-set-member-buffer-column-width)
14578         (ebrowse-select-1st-to-9nth):
14579         * progmodes/etags.el (etags-snarf-tag):
14580         * progmodes/flymake.el (flymake-parse-line):
14581         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14582         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14583         (idlwave-shell-menu-def):
14584         * progmodes/ps-mode.el (ps-run-goto-error):
14585         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14586         (vhdl-speedbar-contract-level):
14587         * term/mac-win.el (x-handle-numeric-switch):
14588         * term/sun-mouse.el (sun-get-frame-data):
14589         * term/w32-win.el (x-handle-numeric-switch):
14590         * term/x-win.el (x-handle-numeric-switch):
14591         * textmodes/ispell.el (ispell-parse-output):
14592         * textmodes/nroff-mode.el (nroff-outline-level):
14593         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14594         (reftex-bib-sort-year-reverse, reftex-format-citation):
14595         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14596         (reftex-section-number):
14597         * textmodes/texinfmt.el (texinfo-paragraphindent):
14598         Replace `string-to-int' by `string-to-number'.
14600         * international/latexenc.el: Add page marker to force the "Local
14601         Variables:" string out of the last page.
14603 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14605         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14606         tooltip-change-major-mode.
14607         (gud-tooltip-print-command): Remove case where gud-minor-mode
14608         is gdb ("--fullname").
14609         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14610         explain to user.
14612 2005-05-16  Jay Belanger  <belanger@truman.edu>
14614         * calc/calc-store.el (calc-copy-special-constant): New function.
14616         * calc/calc-ext.el (calc-init-extensions): Add binding for
14617         `calc-copy-special-constant'.
14619         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14620         for the `calc-copy-special-constant' command.
14622 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14624         * subr.el (left-fringe-p): New function.
14626         * progmodes/compile.el (compilation-setup): Set local value of
14627         overlay-arrow-string to "" always.
14628         (compilation-set-window): Left fringe then don't scroll.
14629         No left fringe then no arrow and scroll message to top.
14630         (compilation-context-lines): Adjust doc string accordingly.
14632 2005-05-16  Kim F. Storm  <storm@cua.dk>
14634         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14635         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14636         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14637         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14638         (ido-read-file-name): Handle commands with ido property value
14639         equal to find-file as reading a file name, to allow C-d to enter dired.
14640         (ibuffer-find-file): Add ido property with value find-file.
14642 2005-05-15  Kim F. Storm  <storm@cua.dk>
14644         * subr.el (open-network-stream-nowait): Remove.
14645         (open-network-stream-server): Remove.
14647 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14649         * faces.el (describe-face): Output a definition link button.
14651         * help-mode.el (help-face-def): New button type.
14653         * emacs-lisp/copyright.el (copyright-fix-years):
14654         Match properly if the first year is 2-digit.
14655         Don't mess up the whitespace after the years by filling.
14657         * dired-aux.el (dired-mark-confirm):
14658         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14660         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14661         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14662         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14664         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14665         Set font-lock-comment-start-skip.
14667         * font-lock.el (font-lock-comment-start-skip): New variable.
14668         (font-lock-comment-end-skip): New variable.
14669         (font-lock-fontify-syntactically-region): Use them if non-nil.
14671 2005-05-15  Jay Belanger  <belanger@truman.edu>
14673         * calc/calc-store.el (calc-store-value): Return a string rather
14674         than display it as a message.
14675         Use calc-var-name for variable name.
14676         (calc-store-into): Add the result of calc-store-value to message.
14677         (calc-copy-variable): Add a message.
14678         (calc-store-exchange): Improve error messages.
14679         (calc-store-binary, calc-store-map): Don't reset the values of
14680         special constants.
14682 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14684         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14685         manual to docstring.
14687         * files.el (hack-local-variables-confirm): Add STRING argument.
14688         Make the function handle non file visiting buffers correctly.
14689         (hack-local-variables-prop-line, hack-local-variables)
14690         (hack-one-local-variable): Use STRING arg of
14691         `hack-local-variables-confirm'.
14693 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14695         Sync with Tramp 2.0.49.
14697         * net/tramp.el (tramp-handle-dired-call-process)
14698         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14699         because the contents of the Tramp buffer is changed before
14700         insertion (`expand-file' and alike).
14701         (tramp-handle-insert-directory): If `localname' has an empty
14702         nondirectory name, it must not be quoted.
14703         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14704         variable `tramp-chunksize'.  Change callees.
14705         (tramp-open-connection-setup-interactive-shell): Check remote host
14706         for buggy `send-process-string' implementation.
14707         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14708         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14709         (tramp-handle-shell-command): `insert-buffer' cannot be used
14710         because the contents of the Tramp buffer is changed before
14711         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14712         <frederic.bothamy@free.fr>.
14713         (tramp-set-auto-save): Actions should be done for Tramp file name
14714         handler only.  Ange-FTP has its own auto-save mechanism.
14715         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14716         (tramp-set-auto-save-file-modes): Set file modes of
14717         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14718         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14719         (tramp-bug): Remove obsolete variable.
14720         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14721         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14723 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14725         * ibuf-ext.el (define-ibuffer-filter filename):
14726         If `dired-directory' is a list, use its car.
14728 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14730         * ibuffer.el (define-ibuffer-column filename):
14731         If `dired-directory' is a list, use its car.
14733 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14735         * subr.el (symbol-file): Doc fix.
14737         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14738         (byte-compile-form): Call byte-compile-nogroup-warn.
14739         (byte-compile-warning-types): Doc fix.
14741         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14743         * progmodes/cc-engine.el (c-literal-faces):
14744         Add font-lock-comment-delimiter-face.
14746         * net/net-utils.el (dig): Use with-no-warnings.
14748         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14749         (sc-recite-frame-alist, sc-default-cite-frame)
14750         (sc-default-uncite-frame, sc-default-recite-frame)
14751         (sc-attrib-selection-list, sc-rewrite-header-list):
14752         Mark as risky-local-variable.
14754         * international/ogonek.el (ogonek-jak, ogonek-how):
14755         Don't use beginning-of-buffer.
14757         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14759         * calendar/solar.el (solar-data-list): Move definition up.
14761         * dnd.el (dnd-protocol-alist): Add autoload.
14763         * progmodes/sh-script.el: Many doc usage fixes.
14764         (sh-indent-after-do): Change default to match common styles.
14766 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14768         * files.el (interpreter-mode-alist)
14769         (auto-mode-interpreter-regexp): Doc fixes.
14771 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14773         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14775         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14777 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14779         * dired.el (dired-mode): make-variable-buffer-local =>
14780         make-local-variable.
14782 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14784         * term/mac-win.el (mac-select-convert-to-string): Try coding
14785         systems in mac-script-code-coding-systems if specified one cannot
14786         encode string for `com.apple.traditional-mac-plain-text'.
14788 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14790         * progmodes/make-mode.el (makefile-targets-face)
14791         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14792         (makefile-dependency-regex): Fix it to not make the colon in
14793         $(var:a=b) special.
14794         (makefile-rule-action-regex): New regexp for highlighting embedded
14795         Shell strings.
14796         (makefile-macroassign-regex): Handle != for highlighting as
14797         embedded Shell strings.
14798         (makefile-var-use-regex): New const.
14799         (makefile-statements, makefile-automake-statements)
14800         (makefile-gmake-statements, makefile-makepp-statements)
14801         (makefile-bsdmake-statements): New consts.
14802         (makefile-make-font-lock-keywords): New function.
14803         (makefile-automake-font-lock-keywords)
14804         (makefile-gmake-font-lock-keywords)
14805         (makefile-makepp-font-lock-keywords)
14806         (makefile-bsdmake-font-lock-keywords): New consts.
14807         (makefile-mode-map): Add switchers between the various submodes.
14808         (makefile-mode): Document the availability of the variants.
14809         (makefile-automake-mode, makefile-gmake-mode)
14810         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14812         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14813         new variants of makefile-mode.
14815 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14817         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14818         the inheritance.
14820 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14822         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14823         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14825         * files.el (normal-mode): Extend the scope of the
14826         `enable-local-variables' binding to include the `set-auto-mode' call.
14827         (magic-mode-alist): Doc fix.
14829 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14832         font-lock-comment-face rather than copying its setting.
14834 2005-05-12  Andreas Schwab  <schwab@suse.de>
14836         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14838 2005-05-12  Lute Kamstra  <lute@gnu.org>
14840         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14841         defcustom for the mode hook variable.  Delete the last argument.
14842         * generic-x.el: Fix callers of define-generic-mode.
14843         (generic-x-modes): Delete group.
14844         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14845         generic-x customization group.
14847 2005-05-12  Kim F. Storm  <storm@cua.dk>
14849         * font-lock.el (font-lock-negation-char-face): Default to "off".
14851         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14852         font-lock-negation-char-face to ! in !=.
14854 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14856         * add-log.el (find-change-log): Fix typos in the docstring
14857         of function.
14859 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14861         * international/latexenc.el (latexenc-find-file-coding-system):
14862         Avoid `re-search-forward' when looking for input encoding because
14863         of speed and safety.  Better regular expressions for recognizing
14864         input encoding.  Limit a search for TeX-master/tex-main-file to
14865         the local variable section.
14867 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14869         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14870         syntax of $ to "'" (quote).
14872 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14874         * dnd.el (dnd-protocol-alist): Improve custom type.
14876         * dired.el (dired-dnd-protocol-alist): New variable.
14877         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14878         `dired-mode-hook' to the end.
14880 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14883         comment-end if comment-start-skip is not set.
14884         Obey the font-lock-comment-delimiter-face variables.
14886 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14888         * files.el (executable-find): Move from executable.el.  Use
14889         locate-file.
14890         * progmodes/executable.el (executable-find): Move to files.el.
14892         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14893         when trying to ensure forward progress.
14895 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14897         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14898         (mouse-select, mouse-select-internal, mouse-extend-internal):
14899         Use it to implement mouse-1-click-follows-link functionality.
14901 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14903         * font-lock.el (font-lock-fontify-syntactically-region):
14904         Use font-lock-comment-delimiter-face for comment delimiters.
14906 2005-05-10  Jay Belanger  <belanger@truman.edu>
14908         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14909         preserving embedded modes.
14911 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14913         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14915         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14916         Move from ada-stmt.el.
14917         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14919         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14920         Move to ada-mode.el.
14921         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14923         * cus-edit.el (custom-file): Call file-chase-links.
14925         * files.el (read-directory-name): Fix previous change.
14926         (hack-local-variables-confirm): New function.
14927         (hack-local-variables-prop-line, hack-local-variables)
14928         (hack-one-local-variable): Use it.
14930 2005-05-10  Lute Kamstra  <lute@gnu.org>
14932         * font-lock.el (font-lock-keywords-alist)
14933         (font-lock-removed-keywords-alist): Clarify docstrings.
14935 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14937         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14938         (gdb-source-info): Check for preprocessor info.
14939         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14940         a macro for a function.
14941         (gdb-info-breakpoints-custom): Try to find file again if not already
14942         found (user might have used GDB dir command).
14943         (gdb-get-location): Update gdb-location-alist correctly for change
14944         to gdb-info-breakpoints-custom.
14946         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14947         (gud-tooltip-print-command): Add gdbmi case.
14948         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14949         preprocessor info.
14951 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14953         * startup.el (fancy-splash-insert): Fix typo in doc string.
14955 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14957         * obsolete/float.el (string-to-float):
14958         * obsolete/hilit19.el (hilit-add-pattern):
14959         * obsolete/rnews.el (news-parse-range, news-select-message)
14960         (news-get-pruned-list-of-files): Replace `string-to-int' by
14961         `string-to-number'.
14963         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14964         `find-file-not-found-hooks'; use `add-hook'.
14965         (uncompress-while-visiting): Set `write-file-functions', not
14966         `write-file-hooks'; use `add-hook'.
14968 2005-05-09  Kim F. Storm  <storm@cua.dk>
14970         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14971         (cua-paste): Handle clipboard action.
14972         (cua--init-keymaps): Remap clipboard-kill-region and
14973         clipboard-kill-ring-save.
14975 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14977         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14978         Improve commentary.
14980         * simple.el (next-error-overlay-arrow-position): Revert the change
14981         made on 2005-04-30.
14983 2005-05-07  Jay Belanger  <belanger@truman.edu>
14985         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14986         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14987         `calc-sel-reselect'.
14989         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14990         Calc is in embedded mode.
14992 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14994         * progmodes/compile.el (compilation-setup):
14995         Set overlay-arrow-string to an empty string on text terminals.
14997         * textmodes/ispell.el (ispell-program-name): Try looking for
14998         "aspell" along exec-path, and if found, use it as the default
14999         speller program.
15001 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15003         * international/mule.el (sgml-xml-auto-coding-function):
15004         Recognize encoding='FOO' in single quotes as well as in double quotes.
15006 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15008         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15009         as well as `interactive', so that defmacro* would recognize
15010         `declare' forms.
15012 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
15014         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15015         Explain more about the LIGHTER arg's usage in the doc string.
15016         Add commentary to clarify what the code does.  Fix the regexp that
15017         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
15018         since it could have characters special to regular expressions.
15020 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15022         * replace.el (occur-1): Bind inhibit-read-only so that
15023         erase-buffer doesn't barf on read-only text properties (likewise
15024         for add-text-properties in occur-engine).  Mark buffer as unmodified.
15025         (occur-engine): Don't set buffer-read-only here.
15027 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15029         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15030         list-buffers-directory.  This caused the *cvs-commit* buffer to be
15031         sometimes mistakenly reused as a *cvs* buffer.
15033 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
15035         * tooltip.el: Move code for GUD tooltips into gud.el.
15036         (require): CL no longer needed to compile case.
15037         (tooltip-mode): Do not toggle functions for GUD tooltips.
15038         (tooltip-gud-tips-p): Remove.  Replace with minor mode
15039         gud-tooltip-mode in gud.el.
15040         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15041         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15042         tooltip-gud prefix with gud-tooltip and obsolete.
15043         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15044         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15045         (tooltip-mouse-motion): Mouse movement functions/variable.
15046         Rename in gud.el by adding gud prefix.
15047         (tooltip-gud-original-filter, tooltip-gud-dereference)
15048         (tooltip-gud-event, tooltip-toggle-gud-tips)
15049         (tooltip-gud-process-output, tooltip-gud-print-command)
15050         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
15051         gud.el by replacing tooltip-gud prefix with gud-tooltip.
15052         (gdb-tooltip-print): Move to gdb-ui.el.
15054         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15055         (require): CL needed to compile case.
15056         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15057         tooltip-gud-tips-p.  Make it a minor-mode.
15058         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15059         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15060         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15061         (gud-tooltip-change-major-mode)
15062         (gud-tooltip-activate-mouse-motions-if-enabled)
15063         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15064         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15065         (gud-tooltip-original-filter, gud-tooltip-dereference)
15066         (gud-tooltip-event, tooltip-toggle-gud-tips)
15067         (gud-tooltip-process-output, gud-tooltip-print-command)
15068         (gud-tooltip-tips): Move from tooltip.el.
15070         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15071         (gdb-cpp-define-alist-flags): Doc fix.
15072         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15073         gud-tooltip-mode is t.
15075 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15078         evaporate if their text is deleted.
15079         (goto-address-at-point): Make it work as a mouse binding as well.
15080         (goto-address-at-mouse): Obsolete it.  Update users.
15082 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15084         * calendar/appt.el (top-level): No longer activate on load.
15086 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
15088         * calendar/cal-bahai.el (mark-bahai-diary-entries):
15089         * net/webjump.el (webjump):
15090         * progmodes/idlw-help.el (idlwave-do-context-help1)
15091         (idlwave-highlight-linked-completions):
15092         * textmodes/po.el (po-find-file-coding-system-guts):
15093         Replace `assoc-ignore-case' by `assoc-string'.
15095 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
15097         * files.el (locate-file): Doc fix.
15099         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15100         Remove the redundant test for ms-dos.
15102         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15103         look for the preprocessor with exec-suffixes.  If not found in
15104         standard places, look in exec-path.  Remove most of the tests that
15105         used system-type.
15107         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15109         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15111         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15112         file-name clash with jka-compr.el on 8+3 filesystems.
15114 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15116         * term/mac-win.el: Don't define or bind scroll bar functions if
15117         x-toolkit-scroll-bars is t.
15118         (x-select-text, x-get-selection-value): Clear
15119         x-last-selected-text-clipboard if x-select-enable-clipboard is
15120         nil.
15121         (PRIMARY): Put mac-scrap-name property.
15122         (mac-select-convert-to-file-url): New function.
15123         (public.file-url): New selection target type.  Add to
15124         selection-converter-alist.
15125         (x-get-selection, x-selection-value): Handle it.
15126         (x-cut-buffer-or-selection-value): New alias.
15128 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15130         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15131         entry to avoid calling bibtex-find-entry with arg global
15132         being t.  Remove arg key.
15133         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15134         (bibtex-copy-summary-as-kill): Change accordingly.
15136 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15138         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15139         (org-agenda-date-later): Use with-current-buffer.
15141 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
15143         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15144         (define-obsolete-variable-alias): Doc Fixes.
15146 2005-05-06  Kim F. Storm  <storm@cua.dk>
15148         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
15149         vertical-motion when selective-display is active.
15151         * ido.el (ido-setup-hook): New hook.
15152         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15153         (ido-input-stack): New var.
15154         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
15155         ido-next-work-file binding to M-O.
15156         Bind M-f to ido-wide-find-file-or-pop-dir.
15157         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15158         (ido-read-internal): Run ido-setup-hook.
15159         Catch quit in read-file-name and read-string to cancel edit.
15160         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15161         Automatically pop-all when completing a directory name (RET).
15162         (ido-file-internal): Add with-no-warnings around ffap and dired code.
15163         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15164         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15165         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15166         New functions for M-b/M-f to move among the directory components.
15167         (ido-make-merged-file-list): Catch quit to cancel merge.
15168         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15169         (ido-completion-help): No warnings for ido-completion-buffer-full.
15171 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
15173         * font-lock.el (font-lock-negation-char-face): New face and variable.
15174         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15175         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15176         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15177         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15179 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
15181         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15182         Fix typo in docstring.
15184         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15185         (ebrowse-print-statistics-line)
15186         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15188         * term/w32-win.el (image-library-alist): Add additional name for
15189         Xpm library.
15191 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
15193         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15194         use gcc instead of cpp.
15196         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15197         (gdb-create-define-alist): Use it.
15198         (gdb-cpp-define-alist-program): Update for MS-DOS.
15200 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
15202         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15204 2005-05-04  Richard M. Stallman  <rms@gnu.org>
15206         * help.el (describe-key): No error when UNTRANSLATED is nil.
15208         * simple.el (line-move-1): Fix previous change to signal errors
15209         appropriately.
15211 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
15213         * calendar/icalendar.el (icalendar-version): Now at 0.12.
15214         (icalendar-duration-correction): Remove.
15215         (icalendar--get-event-properties): Split result at commas.
15216         (icalendar--decode-isoduration): New optional argument
15217         DURATION-CORRECTION.
15218         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15219         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15220         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15221         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15222         (icalendar--convert-anniversary-to-ical): New functions, extracted
15223         from icalendar-export-region, with bug fixes.
15224         (icalendar-export-region): Use the above functions.
15225         (icalendar-import-buffer): Check before saving diary file.
15226         (icalendar--convert-recurring-to-diary)
15227         (icalendar--convert-non-recurring-all-day-to-diary)
15228         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15229         extracted from icalendar--convert-ical-to-diary, with bug fixes.
15230         (icalendar--convert-ical-to-diary): Use the above functions.
15232 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
15234         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15235         Remove these recent additions.
15236         (c-mode): Restore to before 2005-04-28.
15238         * progmodes/cc-vars.el (cc-define-list-program): Remove this
15239         recent addition.
15241         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15242         (gdb-define-alist): New variables.
15243         (gdb-create-define-alist): New function.
15244         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15245         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15246         with string-to-number.
15247         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
15249         * progmodes/gud.el: Replace string-to-int with string-to-number.
15250         (gud-find-file): Handle gdb-define-alist.
15252         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15254 2005-05-02  Jay Belanger  <belanger@truman.edu>
15256         * calc/calc-aent.el (math-read-token):
15257         * calc/calc-bin.el (calc-word-size):
15258         * calc/calc-ext.el (calc-read-number-fancy):
15259         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15260         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15261         * calc/calc-frac.el (calc-over-notation):
15262         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15263         (calc-graph-num-points, calc-graph-init):
15264         * calc/calc-prog.el (calc-read-parse-table-part)
15265         (calc-edit-macro-repeats):
15266         * calc/calc-yank.el (calc-do-grab-rectangle):
15267         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15268         Replace `string-to-int' by `string-to-number'.
15270 2005-05-02  Kim F. Storm  <storm@cua.dk>
15272         * kmacro.el: Use executing-kbd-macro-index variable.
15274 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
15276         * net/rlogin.el (rlogin-parse-words): Delete func.
15277         (rlogin): Use split-string, not rlogin-parse-words.
15278         Also, if there are option-like elements in the parsed args,
15279         take the host to be the first arg immediately following them.
15280         Suggested by Michael Mauger.
15282 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15284         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15286 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15288         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15289         (cc-mode-cpp-program): Rename to cc-define-list-program and
15290         move to cc-vars.el.
15292         * progmodes/cc-vars.el (cc-define-list-program):
15293         Change to "gcc -E -dM -".  Make customizable.
15295 2005-05-02  Kim F. Storm  <storm@cua.dk>
15297         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15299 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
15301         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15303         * international/mule-util.el (truncate-string): Remove alias and
15304         obsolete declaration.
15306         * international/mule-cmds.el (update-iso-coding-systems):
15307         Remove alias and obsolete declaration.
15309         * international/mule.el (coding-system-parent): Remove alias and
15310         obsolete declaration.
15312         * subr.el (define-function, sref): Remove aliases and obsolete
15313         declarations.
15314         (chars-in-region): Remove obsolete declaration.
15316 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15318         * info.el (Info-mode): Set widen-automatically to nil, locally.
15320         * simple.el (widen-automatically): New variable.
15321         (pop-global-mark): Obey widen-automatically.
15323 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
15325         * term/xterm.el (function-key-map): Call substitute-key-definition
15326         before the keymap size is increased by a lot of define-key calls.
15328 2005-05-01  Richard M. Stallman  <rms@gnu.org>
15330         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15331         Rename ARG to ELEMENT.  Doc fix.
15333 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15335         * allout.el (allout-exposure): Remove macro and obsolete declaration.
15336         Remove references to allout-exposure/change to allout-new-exposure.
15338         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15339         bytecode symbols.
15341         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15342         (compiled-function-p, focus-frame, unfocus-frame):
15343         Remove aliases and obsolete declarations.
15344         Back out inadvertent changes from previous commit.
15346 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
15348         * files.el (require-final-newline): Make Custom tags consistent
15349         with mode-require-final-newline.
15350         (mode-require-final-newline): Doc fix.
15352 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15354         * international/latexenc.el (latexenc-find-file-coding-system):
15355         Fix regular expressions.
15357 2005-05-01  David Kastrup  <dak@gnu.org>
15359         * international/latexenc.el (latexenc-find-file-coding-system):
15360         Fix regular expressions.
15362 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
15364         * subr.el (string-to-int): Make obsolete.
15366 2005-04-30  Richard M. Stallman  <rms@gnu.org>
15368         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15370         * loadup.el: load jka-comp-hook.
15372         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15373         (jka-compr-handler): Add autoload.  `put' calls moved
15374         to jka-comp-hook.el.
15375         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15376         (jka-compr-inhibit): Autoload.
15378         * jka-comp-hook.el: New file.
15379         Enable the mode by default.
15381         * files.el (backup-buffer-copy): Use copy-file instead
15382         of write-region, and put back the 'excl.
15384 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
15386         * progmodes/flymake.el (flymake-split-string)
15387         (flymake-split-string, flymake-log, flymake-pid-to-names)
15388         (flymake-reg-names, flymake-get-source-buffer-name)
15389         (flymake-unreg-names, flymake-add-line-err-info)
15390         (flymake-add-err-info): Clarify docstrings.
15391         (flymake-popup-menu, flymake-make-emacs-menu)
15392         (flymake-make-xemacs-menu): Add docstrings.
15393         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15394         Set variables directly throughout.
15396 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
15398         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15399         exists.  Initialize cc-define-alist.
15400         (c-mode): Add cc-create-define-alist locally to after-save-hook.
15401         If there is no file (Macroexpansion) don't create an alist.
15403 2005-04-29  Sam Steingold  <sds@gnu.org>
15405         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15406         (cc-create-define-alist): Use it instead of the hard-coded string.
15408 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * international/mule-conf.el (file-coding-system-alist): Fix regexp
15411         for latexenc.
15413 2005-04-29  Lute Kamstra  <lute@gnu.org>
15415         * emacs-lisp/generic.el: Improve commentary section.
15416         (define-generic-mode): Improve docstring.
15418 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
15420         * textmodes/org.el (many places): Change to quiet the byte compiler.
15421         (org-prefix-format-compiled): New variable.
15422         (org-compile-prefix-format): New function.
15423         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15424         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15425         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15426         (org-get-entries-from-diary): Use `org-get-time-of-day' for
15427         consistency with entries from `org-mode' files.
15428         (org-get-time-of-day): Fix bug with partial matches early in a line.
15429         (org-non-link-chars): New constant.
15430         (org-link-regexp): Respect `org-non-link-chars'.
15431         (org-agenda-day-view): Remove command.
15432         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15433         (org-follow-bbdb-link, org-store-link): Search also company field.
15434         (org-highlight-overlay): New variable.
15435         (org-highlight, org-unhighlight): New functions.
15436         (org-agenda-mode): Add pre-command-hook to remove highlight.
15437         (org-evaluate-time-range): Behavior depends upon whether time stamp
15438         contains a time or not.
15439         (org-show-subtree, org-show-entry): New functions.
15440         (org-agenda-cleanup-fancy-diary): Remove empty lines.
15442 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15444         * comint.el (comint-output-filter-functions): Add autoload cookie.
15446 2005-04-28  Kim F. Storm  <storm@cua.dk>
15448         * ido.el (ido-everywhere): Fix last change.
15450 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15452         * international/latexenc.el: New file.
15453         * international/mule-conf.el (file-coding-system-alist): For .tex,
15454         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15456 2005-04-28  Lute Kamstra  <lute@gnu.org>
15458         * font-lock.el (font-lock-add-keywords)
15459         (font-lock-remove-keywords): Clarify docstring.
15460         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15461         Don't start docstrings with a `*'.
15462         (font-lock-update-removed-keyword-alist): Give it a docstring.
15464         * generic-x.el: Update commentary section.
15465         Only require font-lock when compiling.
15466         Define all modes conditionally.
15467         Place all generic modes in the generic-x-modes customization group.
15468         (generic-x-modes): New customization group.
15469         (generic-default-modes, generic-mswindows-modes)
15470         (generic-unix-modes, generic-other-modes): New constants.
15471         (generic-define-mswindows-modes, generic-define-unix-modes):
15472         Update docstrings.  Make them obsolete.
15473         (generic-extras-enable-list): New default value.  Update docstring.
15474         Improve :type.  Change :set function.
15475         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15476         Fix docstring.
15478         * emacs-lisp/generic.el (generic-mode-internal):
15479         Simplify font-lock-defaults.
15480         (define-generic-mode): Fix docstring.
15482 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15484         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15485         font-lock-face property to highlight matches.
15487 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
15489         * progmodes/cc-mode.el (cc-create-define-alist): New function.
15490         (cc-define-alist): New variable.
15491         (c-mode): Make it local and initialize it.
15493         * progmodes/gdb-ui.el (gdb-active-process): New variable.
15494         (gdb-exited): New function.
15495         (gdb-annotation-rules): Use it.
15496         (gdb-starting): Set gdb-active-process to t.
15497         (gdb-stopping): Amend doc string.
15498         (gdb-reset): Set gdb-active-process to nil.
15500         * tooltip.el (tooltip-gud-tips): Show the associated #define
15501         directives when a C program under GDB is not executing.
15503 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15505         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15506         font-lock-fontify-syntactic-keywords.
15508         * font-lock.el (font-lock-default-fontify-region): Don't force
15509         parse-sexp-lookup-properties to nil.
15511 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15513         * man.el (man-mode-syntax-table): Set up `:' to have
15514         word-constituent syntax.
15516 2005-04-27  Lute Kamstra  <lute@gnu.org>
15518         * novice.el (disable-command): Don't add spurious newlines to the
15519         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
15521 2005-04-26  Jay Belanger  <belanger@truman.edu>
15523         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15524         than one window before deleting window.
15526 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
15528         * shell.el (shell-prompt-pattern): Doc fix.
15529         (shell-mode): Set paragraph-separate buffer locally to "\\'".
15531         * comint.el (comint-prompt-regexp, comint-get-old-input)
15532         (comint-use-prompt-regexp)
15533         (comint-use-prompt-regexp-instead-of-fields)
15534         (comint-replace-by-expanded-history, comint-send-input)
15535         (comint-output-filter, comint-get-old-input-default)
15536         (comint-line-beginning-position, comint-bol, comint-show-output)
15537         (comint-backward-matching-input, comint-forward-matching-input)
15538         (comint-next-prompt, comint-previous-prompt):
15539         Rename `comint-use-prompt-regexp-instead-of-fields' to
15540         `comint-use-prompt-regexp'.  Keep old name as alias and declare
15541         obsolete.
15542         (comint-use-prompt-regexp): Shorten first line of doc string.
15544         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15545         Set paragraph-separate buffer locally to "\\'".
15547         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15548         Adapt to above name change.
15550         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15551         (smbclient-prompt-regexp): Ditto.
15553         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15555 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15557         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15558         gdb-location-list.
15559         Break lines that are over 80 characters wide.
15561 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15563         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15564         New fun and var, to preserve compatibility.
15566         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15568 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15570         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15571         name to file-newer-than-file-p.
15573 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15575         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15577         * progmodes/python.el (python-mode):
15578         Use new name eldoc-documentation-function.
15580         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15582         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15583         (eldoc-documentation-function):
15584         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15586 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15588         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15590 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15592         * term/xterm.el (function-key-map): Fix strings for
15593         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15594         {C,S,A,C-S}-{f1-f12}.
15596 2005-04-26  Kenichi Handa  <handa@m17n.org>
15598         * international/mule-cmds.el (select-safe-coding-system):
15599         Fix previous change.
15601 2005-04-26  Lute Kamstra  <lute@gnu.org>
15603         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15605         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15606         (font-lock-comment-delimiter-face): Ditto.
15608         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15610 2005-04-25  Jay Belanger  <belanger@truman.edu>
15612         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15613         to t while inserting information; use help-mode.
15615 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15617         * term.el (ansi-term-color-vector): Use the xterm colors.
15618         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15620 2005-04-25  Lute Kamstra  <lute@gnu.org>
15622         * font-core.el (font-lock-defaults): Fix docstring.
15624         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15626 2005-04-25  Kenichi Handa  <handa@m17n.org>
15628         * international/mule-cmds.el (select-safe-coding-system):
15629         Don't check consistency with coding: spec, etc if raw-text or
15630         no-conversion was found to be safe.
15632 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15634         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15635         citation markers at start of each line.
15637         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15638         citation markers at start of each line.
15640         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15642         * files.el (mode-require-final-newline): Fix previous change.
15643         (require-final-newline): Fix type label.
15645 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15647         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15648         statement in buffer (broken by 2004-11-24 change).
15650 2005-04-24  Kim F. Storm  <storm@cua.dk>
15652         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15653         and read-file-name-function values.  Don't overwrite existing
15654         non-nil values if ido-mode is enabled without ido-everywhere.
15656 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15658         * files.el (mode-require-final-newline): Minor doc fix.
15660 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15662         * subr.el (syntax-after): Doc fix.
15663         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15664         bits, not 8 bits.
15666         * files.el (mode-require-final-newline): Doc fix.
15667         (backup-buffer-copy): Fix last change.
15669 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15671         * term/mac-win.el: Require select.  Set selection-coding-system to
15672         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15673         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15674         (x-select-enable-clipboard): New variables.
15675         (x-select-text, x-get-selection, x-selection-value)
15676         (x-get-selection-value, mac-select-convert-to-string)
15677         (mac-services-open-file, mac-services-open-selection)
15678         (mac-services-insert-text): New functions.
15679         (CLIPBOARD, FIND): Put mac-scrap-name property.
15680         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15681         (public.tiff): Put mac-ostype property.
15682         (selection-converter-alist): Add entries for them.
15683         (mac-application-menu-map): New keymap.
15684         (interprogram-cut-function, interprogram-paste-function): Set to
15685         x-select-text and x-get-selection-value, respectively.
15686         (split-window-keep-point): Set to t.
15688 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15690         * files.el (read-directory-name): Always pass non-nil
15691         DEFAULT-FILENAME arg to read-file-name.
15692         (backup-buffer-copy, basic-save-buffer-2): Take care against
15693         writing thru an unexpected existing symlink.
15694         (revert-buffer): In indirect buffer, revert the base buffer.
15695         (magic-mode-alist): Doc fix.
15696         (buffer-stale-function): Doc fix.
15697         (minibuffer-with-setup-hook): Avoid warning.
15698         (mode-require-final-newline): Doc and custom fix.
15700         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15702         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15703         use the default appearance.
15704         (font-lock-comment-delimiter-face): New face, new variable.
15706         * imenu.el (imenu--generic-function): The official position of a
15707         definition is the start of the line that BEG is in.
15709         * midnight.el (midnight-timer): Move defvar up.
15711         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15713         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15715         * startup.el (command-line): Use with-no-warnings.
15717         * window.el (window-size-fixed): New defvar.
15719         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15721         * mail/rmail.el (rmail-font-lock-keywords):
15722         Use font-lock-comment-delimiter-face.
15724         * mail/sendmail.el (mail-font-lock-keywords):
15725         Use font-lock-comment-delimiter-face.
15727         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15729 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15731         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15732         Specify t for LAXMATCH when matching directories.
15733         Save match data around compilation-compat-error-properties form.
15735 2005-04-23  David Kastrup  <dak@gnu.org>
15737         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15738         Mention that the autoloaded aliases should be kept for AUCTeX.
15740 2005-04-23  Andreas Schwab  <schwab@suse.de>
15742         * isearch.el (isearch-forward): Doc fix.
15744 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15746         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15747         (jit-lock-stealth-nice): Change default value to 0.5.
15749 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15751         * abbrev.el (write-abbrev-file): Write table entries in
15752         alphabetical order by table name.
15754 2005-04-22  Kim F. Storm  <storm@cua.dk>
15756         * ido.el (ido-read-internal): Fix `list' completion.
15758 2005-04-22  Kenichi Handa  <handa@m17n.org>
15760         * recentf.el (recentf-save-file-coding-system): New variable.
15761         (recentf-save-list): Encode the file by
15762         recentf-save-file-coding-system and add coding: tag.
15764 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15766         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15768 2005-04-21  Lute Kamstra  <lute@gnu.org>
15770         * loadhist.el (unload-feature): Don't remove a function from hooks
15771         if it is about to be restored to an autoload .  Remove functions
15772         that will become unbound from auto-mode-alist.  Simplify the code.
15774         * subr.el (assq-delete-all): New implementation that is linear,
15775         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15776         (rassq-delete-all): New function.
15778         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15779         Add size-indication-mode.
15781 2005-04-21  Kenichi Handa  <handa@m17n.org>
15783         * international/mule-cmds.el: Add autoload for widget-value in
15784         eval-when-compile.
15786 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15788         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15789         Add tooltip-mode.
15791         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15793 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15795         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15796         (inferior-lisp-filter-regexp, inferior-lisp-program)
15797         (inferior-lisp-load-command, inferior-lisp-prompt)
15798         (inferior-lisp-mode-hook, lisp-source-modes)
15799         (inferior-lisp-load-hook): defvar->defcustom.
15800         (inferior-lisp-program, inferior-lisp-prompt)
15801         (inferior-lisp-load-hook): Doc fixes.
15802         (inferior-lisp-install-letter-bindings): Small change in
15803         introductory comment.
15805 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15807         * vc.el (vc-annotate-color-map): Change some colors so that text
15808         using them as foreground is readable on both white and black
15809         backgrounds.
15811 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15813         * international/mule-conf.el (translation-table-for-input):
15814         Remove redundant declaration.
15816 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15818         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15820         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15821         (tooltip-toggle-gud-tips): New function.
15823 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15825         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15826         right angle brackets.
15828 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15830         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15832 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15834         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15835         Remove.  Update callers to use expand-file-name instead.
15837         * subr.el (syntax-class): New function.
15839         * simple.el (blink-matching-open): Use it.
15841         * paren.el (show-paren-function): Use it to recognize parens that are
15842         also used in 2-char comment markers.
15844 2005-04-19  Lute Kamstra  <lute@gnu.org>
15846         * loadhist.el (unload-feature): Update for new format of
15847         load-history.  Simplify the code.
15849 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15851         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15852         (mac-add-charset-info): New function.  Initialize variable
15853         mac-charset-info-alist using it.
15854         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15855         for translation.
15856         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15857         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15858         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15859         New CCL programs.
15861 2005-04-19  Kim F. Storm  <storm@cua.dk>
15863         * simple.el (next-buffer, prev-buffer, next-error)
15864         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15865         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15867         * bindings.el (next-buffer, prev-buffer, next-error)
15868         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15869         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15870         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15871         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15873 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15875         * isearch.el (isearch-edit-string): Make the search-ring available for
15876         minibuffer history commands.
15877         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15878         the default history commands now work just as well.
15879         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15881 2005-04-18  Kim F. Storm  <storm@cua.dk>
15883         * emulation/cua-base.el (cua--pre-command-handler): Add more
15884         elaborate check for shift modifier on non-window systems.
15886 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15888         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15890 2005-04-18  Kim F. Storm  <storm@cua.dk>
15892         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15893         and make it optional.  Don't test tooltip-gud-echo-area here.
15894         (tooltip-gud-process-output, gdb-tooltip-print):
15895         Pass tooltip-gud-echo-area to tooltip-show.
15896         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15898 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15900         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15901         `display-graphic-p' may not be bound yet.
15903 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15905         * startup.el (command-line): No longer enable Xterm Mouse mode by
15906         default in terminals compatible with xterm.
15908         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15910 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15912         * tooltip.el (tooltip-gud-echo-area): Rename from
15913         tooltip-use-echo-area.
15914         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15915         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15916         area independently of where help tooltips are displayed.
15918 2005-04-17  David Kastrup  <dak@gnu.org>
15920         * cus-theme.el (custom-theme-write-variables): Quote variables
15921         where necessary.
15923 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15925         * simple.el (yank-excluded-properties): Add follow-link to value.
15927         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15929         * startup.el (fancy-splash-max-time): Just 30 seconds.
15930         (fancy-splash-delay): Just 7.
15931         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15933         * loadhist.el (unload-feature): Update for new format of load-history.
15934         Simplify the code.
15936         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15937         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15939         * mail/sendmail.el (mail-font-lock-keywords):
15940         Don't fontify subject text.
15941         Don't fontify the text of a citation.
15943 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15945         * comint.el (comint-output-filter): Run comint-output-filter-functions
15946         with point where the user had it.
15948 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15950         * international/ucs-tables.el (ucs-set-table-for-input):
15951         Disable when using unify-on-decoding.
15953 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15955         * emulation/cua-base.el (cua-global-mark-face): Add special case
15956         for displays supporting a high number of colors.
15958 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15960         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15962 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15964         * filesets.el (filesets-add-buffer): If user supplies a name of a
15965         non-existing fileset, create a new fileset.
15967 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15969         * textmodes/org.el (org-up-heading-all): Fix bug with
15970         `outline-up-heading-all'.
15972 2005-04-16  Andreas Schwab  <schwab@suse.de>
15974         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15975         /etc/permissions.d/* and /etc/aliases.d/*.
15977 2005-04-16  Kenichi Handa  <handa@m17n.org>
15979         * international/code-pages.el (cp-make-coding-system):
15980         Set `translation-table-for-input' property value to the symbol
15981         ucs-mule-to-mule-unicode, not to that value.
15982         (pt154): Escape guillemet by `\'.
15984 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15986         * loadup.el: Load tooltip if x-show-tip is fboundp.
15988         * startup.el (command-line): Add comment.
15990         * tooltip.el (tooltip-mode): Specify correct standard value for
15991         Custom in init-value.
15993 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15995         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15996         possible.
15998 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
16000         * textmodes/org.el (org-agenda-date-prompt): Rename from
16001         `org-agenda-date-today'.
16002         (org-evaluate-time-range): Insert at point instead of directly
16003         after time range.
16004         (org-first-headline-recenter, org-subtree-end-visible-p)
16005         (org-optimize-window-after-visibility-change): New functions
16006         (org-agenda-post-command-hook): Don't allow point at end of line,
16007         to make sure it always hits the text properties.
16008         (org-agenda-next-date-line, org-agenda-previous-date-line):
16009         New commands.
16010         (org-set-regexps-and-options): Category may contain white space.
16011         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16012         Improve marker positions.
16013         (org-agenda-new-marker): Argument POS made optional.
16014         (org-agenda-get-timestamps): Deadlines which are done are listed
16015         in org-done-face now.
16016         (org-agenda-get-todos, org-agenda-get-timestamps)
16017         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16018         Set `undone-face' and `done-face' properties.
16019         (org-last-todo-state-is-todo): New variable.
16020         (org-todo): Set `org-last-todo-state-is-todo'.
16021         (org-agenda-todo): Change face according to
16022         `org-last-todo-state-is-todo'.  And change other lines referring to
16023         the same entry.
16024         (org-calendar-goto-agenda): New command.
16025         (org-calendar-to-agenda-key): New option.
16026         (org-startup-folded): New allowed value `content'.
16027         (org-set-regexps-and-options): Accept new value `content' for
16028         `org-startup-folded'.
16029         (org-get-current-options): Handle new value `content' for
16030         `org-startup-folded'.
16031         (org-insert-todo-heading): New command.
16032         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16033         interactively in empty file and option
16034         `org-insert-mode-line-in-empty-file' has been set.
16035         (org-agenda-todo, org-agenda-priority): Modify to use
16036         `org-agenda-change-all-lines'.
16037         (org-warning-face): Change color on dark background
16039 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16041         * international/mule-cmds.el (set-locale-environment): On Mac OS,
16042         use preferences AppleLocale and AppleLanguages, and variable
16043         mac-system-locale for default locale.  On Mac OS Classic, use
16044         mac-system-coding-system for default coding systems.
16046         * term/mac-win.el: Don't set file-name-coding-system.
16047         Decode variables system-name, emacs-build-system, user-login-name, and
16048         user-full-name by mac-system-coding-system on Mac OS Classic.
16049         (mac-system-coding-system): New variable.
16051 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
16053         * startup.el (command-line): Handle `xterm-mouse-mode' before
16054         reading init file.
16056         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16058 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16060         * progmodes/sh-script.el (sh-here-document-word): Make it a
16061         defcustom.  Doc fix.
16062         (sh-add): Bash uses $(( )) for arithmetic.
16063         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16064         (sh-maybe-here-document): Remove quotes and leading whitespace
16065         from heredoc word when closing.  Indent heredoc with tabs if word
16066         starts with "-".
16068 2005-04-13  Richard M. Stallman  <rms@gnu.org>
16070         * simple.el (undo): Fix previous change.
16072         * custom.el (defface): Doc fix.
16074 2005-04-13  Lute Kamstra  <lute@gnu.org>
16076         * Makefile.in (DONTCOMPILE): Remove list.
16077         (compile, compile-always): Don't use DONTCOMPILE.
16078         (update-authors): Load the library in which batch-update-authors
16079         is defined.
16080         * makefile.w32-in (DONTCOMPILE): Remove list.
16081         (compile, compile-always): Fix comments.
16082         (update-authors): Load the library in which batch-update-authors
16083         is defined.
16085         * generic-x.el (generic-mode-ini-file-find-file-hook):
16086         Rename to ini-generic-mode-find-file-hook.
16087         Keep generic-mode-ini-file-find-file-hook as an alias.
16088         (ini-generic-mode-find-file-hook): Rename from
16089         generic-mode-ini-file-find-file-hook.  Fix docstring.
16090         (ini-generic-mode): Docstring change.
16091         (bat-generic-mode-run-as-comint): Silence the byte compiler.
16093         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16094         called from lisp.
16096         * generic.el: Move to the emacs-lisp subdir.
16098 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
16100         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16101         and C-S- function and cursor motion keys.
16103 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
16105         * startup.el (command-line): Enable Xterm Mouse mode by default.
16106         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16107         for Custom.  No longer show "Mouse" in mode line when enabled.
16108         Doc fix.
16110 2005-04-12  Kim F. Storm  <storm@cua.dk>
16112         * emulation/cua-base.el (cua-rectangle-face)
16113         (cua-rectangle-noselect-face): Define face attributes here.
16115         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16117 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16119         * startup.el (command-line): Turn off blinking cursor if
16120         cursorBlink in resources is off or false.
16122 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16124         * term/mac-win.el (dnd): Require dnd.
16125         (mac-drag-n-drop): Call dnd-handle-one-url.
16126         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16127         (kTextEncodingISOLatin2): Remove constants.
16128         (mac-script-code-coding-systems): New constant.
16129         (mac-handle-language-change): New function.
16130         (special-event-map): Bind it to `language-change' event.
16131         (mac-centraleurroman, mac-cyrillic): New coding systems.
16132         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16133         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16134         and mac-cyrillic-encoder to encode-mac-centraleurroman and
16135         encode-mac-cyrillic, respectively.
16137 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16139         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16140         Don't set overlay-arrow-string to "=>" as this is done
16141         globally in C now.
16143 2005-04-12  Lute Kamstra  <lute@gnu.org>
16145         * generic-x.el (rc-generic-mode, rul-generic-mode):
16146         Fix auto-mode-alist entries.
16147         (etc-fstab-generic-mode): Tweak fontification.
16149         * generic.el (generic-make-keywords-list): Fix docstring.
16150         (generic-mode-internal): Simplify generic-font-lock-keywords.
16152 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16154         * whitespace.el (whitespace-buffer-leading)
16155         (whitespace-buffer-trailing): Revert the incorrect test inversion.
16156         However, fix the highlight area for the leading and
16157         trailing whitespaces to show space.
16159 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
16161         * whitespace.el (whitespace-version): Bump to 3.5
16163         (whitespace-buffer-leading, whitespace-buffer-trailing):
16164         Invert sense of the test to highlight the whitespace.
16166 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16168         * progmodes/gud.el (gud-display-line): GUD uses its own
16169         overlay arrow now so don't set overlay-arrow-string.
16170         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16172 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
16174         * term.el (term-ansi-current-bold, term-ansi-current-underline)
16175         (term-ansi-current-reverse, term-ansi-current-invisible)
16176         (term-ansi-face-already-done): Change to boolean.
16177         (term-reset-terminal, term-handle-colors-array): Handle the above
16178         vars accordingly.
16179         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16180         (term-emulate-terminal): Use the new name.
16182         * faces.el (secondary-selection): Use yellow1, not yellow.
16183         (trailing-whitespace): Use red1, not red.
16185 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16187         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16188         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16189         (dired-dnd-handle-file): Call dnd-get-local-file-uri
16191         * cus-edit.el (dnd): New group.
16193         * term/w32-win.el (dnd): Require dnd
16194         (w32-drag-n-drop): Call dnd-handle-one-url.
16196         * x-dnd.el: Require dnd.
16197         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16198         Call dnd-handle-one-url.
16199         (x-dnd-types-alist, x-dnd-insert-utf8-text)
16200         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16201         to dnd-insert-text.
16202         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16203         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16204         (x-dnd-get-local-file-name, x-dnd-open-local-file)
16205         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16207         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16209 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16211         * wdired.el: Doc fixes.
16212         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16213         (wdired-use-dired-vertical-movement): Rename from
16214         wdired-always-move-to-filename-beginning.
16215         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16216         (wdired-change-to-wdired-mode): Change mode name.
16217         (wdired-newline): Delete.
16219 2005-04-11  Richard M. Stallman  <rms@gnu.org>
16221         * whitespace.el (whitespace-highlight-the-space):
16222         Don't call whitespace-unhighlight-the-space here.
16224         * simple.el (undo): Record t in undo-equiv-table
16225         for the redo record made by an undo-in-region.
16227 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
16229         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16230         (gdb-frame-inferior-io-buffer): New Functions to control
16231         display of separate IO buffer.
16232         (menu): Add them to menu-bar.
16233         (gdb-display-buffer): Check for buffer another frame.
16234         Protect GUD buffer.
16235         (gdb-setup-windows): Create IO buffer if not already there.
16236         (gdb-memory-mode): Remove purecopy noops.
16238 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16240         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16241         and pass to self-insert-command.
16243 2005-04-11  Lute Kamstra  <lute@gnu.org>
16245         * generic.el: Commentary section cleanup.
16246         (generic): Delete.
16247         (generic-use-find-file-hook, generic-lines-to-scan)
16248         (generic-find-file-regexp, generic-ignore-files-regexp)
16249         (default-generic-mode, generic-mode-find-file-hook)
16250         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16251         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
16252         (generic-use-find-file-hook, generic-lines-to-scan)
16253         (generic-find-file-regexp, generic-ignore-files-regexp)
16254         (default-generic-mode, generic-mode-find-file-hook)
16255         (generic-mode-ini-file-find-file-hook): Move from generic.el.
16257 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
16259         * bookmark.el (bookmark-write-file): Catch errors writing file.
16260         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16262 2005-04-10  Richard M. Stallman  <rms@gnu.org>
16264         * startup.el (fancy-splash-tail): Update copyright year.
16265         (command-line): Split part of -Q into -D.
16266         (emacs-basic-display): New defvar.
16267         (fancy-splash-text): Correct name of menu item.
16269         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16271         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16272         lines in one node.
16274         * comint.el (comint-send-input): New arg ARTIFICIAL.
16275         Callers in this file changed.
16277         * abbrev.el (define-abbrevs): Read system abbrevs properly.
16279         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16281 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
16283         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
16284         `ldap-search-internal'.
16286 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16288         * files.el (set-auto-mode-1): Use line-end-position.
16290         * international/latin-1.el:
16291         * international/latin-2.el:
16292         * international/latin-3.el:
16293         * international/latin-4.el:
16294         * international/latin-5.el:
16295         * international/latin-8.el:
16296         * international/latin-9.el: Give punctuation syntax to NBSP.
16298         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16299         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16300         Use char-classes to accept non-ascii letters, accepted in some recent
16301         bibtex implementations.
16303 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
16305         * custom.el (custom-set-minor-mode): Any non-nil value for the
16306         variable should enable the mode when set through Custom.
16308 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16310         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16311         TAB binding so tab-always-indent is obeyed.
16312         (vhdl-minibuffer-local-map): Move initialization into declaration.
16313         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16314         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16315         (vhdl-hooked-abbrev): Avoid test for XEmacs.
16316         (vhdl-current-line): Use line-beginning-position.
16317         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16318         with-output-to-temp-buffer, so the current position can be recorded.
16320 2005-04-10  Masatake YAMATO  <jet@gyve.org>
16322         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16323         Add regexp for gcov.
16325 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16327         * calendar/time-date.el (time-to-seconds, seconds-to-time)
16328         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16329         syntax which Emacs 20 doesn't support.
16331 2005-04-09  Richard M. Stallman  <rms@gnu.org>
16333         * help.el (describe-key-briefly, describe-key):
16334         Replace strings as event types with "(any string)".
16336 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16338         * arc-mode.el (archive-mode-map): Move initialization into
16339         the declaration.  Override *all* bindings of `undo'.
16340         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16342 2005-04-09  Jay Belanger  <belanger@truman.edu>
16344         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16346 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
16348         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16349         (xterm-register-default-colors): Update color values computation
16350         to match xterm-200.
16352 2005-04-09  Kenichi Handa  <handa@m17n.org>
16354         * international/code-pages.el (iso-latin-7): Fix the map.
16356 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
16358         * emacs-lisp/lisp.el (defun-prompt-regexp)
16359         (parens-require-spaces, buffer-end, end-of-defun)
16360         (insert-parentheses): Doc fixes.
16362 2005-04-08  Kim F. Storm  <storm@cua.dk>
16364         * comint.el (comint-highlight-prompt): Fix face spec.
16365         * hi-lock.el (hi-green): Likewise.
16367 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16369         * cus-edit.el (custom-modified-face):
16370         * comint.el (comint-highlight-input): Fix previous changes.
16371         * term.el (term-handle-ansi-escape): Add a comment.
16373 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16375         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16376         in the buffer and in whitespace-highlighted-space.
16377         (whitespace-unhighlight-the-space): Simplify.
16378         (whitespace-buffer): Simplify.
16380 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16382         * textmodes/table.el (table-cell-face): Add special case for
16383         displays supporting a high number of colors.
16384         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16385         (vhdl-font-lock-reserved-words-face)
16386         (vhdl-speedbar-architecture-face)
16387         (vhdl-speedbar-instantiation-face)
16388         (vhdl-speedbar-architecture-selected-face)
16389         (vhdl-speedbar-instantiation-selected-face): Likewise.
16390         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16391         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16392         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16393         (ebrowse-root-class-face, ebrowse-member-attribute-face)
16394         (ebrowse-progress-face): Likewise.
16395         * progmodes/compile.el (compilation-info-face): Likewise.
16396         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16397         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16398         * calendar/calendar.el (diary-face): Likewise.
16399         * woman.el (woman-italic-face, woman-bold-face)
16400         (woman-unknown-face): Likewise.
16401         * wid-edit.el (widget-button-pressed-face): Likewise.
16402         * whitespace.el (whitespace-highlight-face): Likewise.
16403         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16404         * pcvs-info.el (cvs-marked-face): Likewise.
16405         * info.el (info-xref): Likewise.
16406         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16407         * hilit-chg.el (highlight-changes-face)
16408         (highlight-changes-delete-face): Likewise.
16409         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16410         (hi-red-b): Likewise.
16411         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16412         * font-lock.el (font-lock-keyword-face)
16413         (font-lock-function-name-face, font-lock-warning-face): Likewise.
16414         * cus-edit.el (custom-invalid-face, custom-modified-face)
16415         (custom-set-face, custom-changed-face, custom-variable-tag-face)
16416         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16417         * comint.el (comint-highlight-prompt): Likewise.
16419 2005-04-08  Lute Kamstra  <lute@gnu.org>
16421         * font-lock.el (font-lock-keywords): Docstring fixes.
16423 2005-04-08  Kenichi Handa  <handa@m17n.org>
16425         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16426         chars are more than a limit, print " and more..." at the tail.
16428 2005-04-08  Kim F. Storm  <storm@cua.dk>
16430         * emacs-lisp/authors.el (authors-aliases): Update list.
16431         (authors-ignored-files): New list.
16432         (authors-fixed-entries): Fix typo.
16433         (authors-renamed-files-alist): Update list.
16434         (authors-add): Check authors-ignored-files.
16436 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
16438         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16439         optional, to ensure backward compatibility.
16441 2005-04-08  Stephen Eglen  <stephen@gnu.org>
16443         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16445 2005-04-08  Kim F. Storm  <storm@cua.dk>
16447         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16449         * mouse.el (mouse-on-link-p): Doc fix.
16451 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
16453         * ielm.el (ielm-prompt-read-only): Doc fix.
16455         * comint.el (comint-prompt-read-only): Doc fix.
16457 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
16459         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16460         ensure dired always handles wildcards passed to ffap.
16461         (find-file-at-point): Use it.
16462         (ffap-dired-wildcards): Doc fix.
16464 2005-04-07  Juri Linkov  <juri@jurta.org>
16466         * simple.el (next-error-overlay-arrow-position): New defvar.
16467         Put "=>" on its property `overlay-arrow-string'.  Add it to
16468         `overlay-arrow-variable-list'.
16470         * progmodes/compile.el (compilation-setup):
16471         Set `next-error-overlay-arrow-position' to nil.  Also set it to
16472         nil in the local hook `kill-buffer-hook'.  Make local variable
16473         `overlay-arrow-string' and set it to "=>".
16474         (compilation-goto-locus): Set BOL position to
16475         `next-error-overlay-arrow-position' instead of
16476         `overlay-arrow-position'.
16478         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16479         locally instead of adding it to the global hook.
16480         (Info-kill-buffer): Move up.
16482 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
16484         * term/xterm.el (xterm-standard-colors): Update color values from
16485         xterm-200.
16487 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16489         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16491         * fast-lock.el:
16492         * lazy-lock.el: Move them to the obsolete subdir.
16494 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16496         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16497         (wdired-add-replace-advice): Remove.
16498         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16500 2005-04-06  Kim F. Storm  <storm@cua.dk>
16502         * startup.el (command-line): Add --bare-bones alias for -Q.
16504 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16506         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16507         create the startup fontset if a font specification ends with
16508         `mac-roman'.
16510 2005-04-06  Lute Kamstra  <lute@gnu.org>
16512         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16513         change.
16515         * emacs-lisp/copyright.el (copyright-update-year): Replace the
16516         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
16518 2005-04-05  Lute Kamstra  <lute@gnu.org>
16520         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16521         (define-generic-mode): Ditto.  Fix debug declaration.
16523         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16524         Put them in the generic-x group.
16526         * calendar/timeclock.el (timeclock): Doc fix.
16528         * generic.el (define-generic-mode): Don't use custom-current-group.
16529         Document default :group value.
16530         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16531         (define-global-minor-mode): Don't use custom-current-group.
16533 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16535         * startup.el (command-line-1): Display startup-echo-area-message
16536         when fancy splash screen is in use.
16538         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16539         (sh-escaped-newline): New face.
16540         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16541         newline, and use sh-escaped-newline face.
16543         * progmodes/tcl.el (tcl-escaped-newline): New face.
16544         (tcl-builtin-list): New variable.
16545         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16546         newlines.  Fix keywords subexpression number.
16548 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16550         * textmodes/org.el (org-diary-default-entry): Fix call to
16551         `add-to-diary-entry'.
16553 2005-04-05  Kim F. Storm  <storm@cua.dk>
16555         * ediff-init.el: Use (featurep 'xemacs).
16557 2005-04-05  David Ponce  <david@dponce.com>
16559         * cus-edit.el (face): Derive from symbol widget.  Display sample
16560         of the current face on the fly.
16561         (widget-face-sample-face-get, widget-face-notify): New functions.
16562         (widget-face-value-create): Remove.
16564         * wid-edit.el (widget-field-end): Temporarily remove field
16565         narrowing before to call `get-char-property'.
16567 2005-04-04  Jay Belanger  <belanger@truman.edu>
16569         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16570         (math-read-subscripts): New variable.
16571         (math-read-preprocess-string): Process subscripts.
16573 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16575         * comint.el (comint-prompt-read-only): Doc fix.
16577         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16578         `-1'.  Doc fix.
16580 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16582         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16583         Change default value to nil.
16585 2005-04-04  Lute Kamstra  <lute@gnu.org>
16587         * autorevert.el (auto-revert-mode): Specify :group.
16588         * battery.el (display-battery-mode): Specify :group.
16589         * diff-mode.el (diff-minor-mode): Specify :group.
16590         * font-core.el (font-lock-mode): Specify :group.
16591         * hl-line.el (hl-line-mode): Specify :group.
16592         * iimage.el (iimage): New customization group.
16593         (iimage-mode): Specify :group.
16594         * longlines.el (longlines-mode): Specify :group.
16595         * master.el: Don't require easy-mmode.
16596         (master): New customization group.
16597         (master-mode): Specify :group.
16598         * msb.el (msb-mode): Specify :group.
16599         * reveal.el (reveal-mode): Specify :group.
16600         * simple.el (next-error-follow-minor-mode): Specify :group.
16601         * smerge-mode.el (smerge-mode): Specify :group.
16602         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16603         * emulation/cua-base.el (cua-mode): Specify :group.
16604         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16605         * language/thai-util.el (thai-auto-composition-mode)
16606         (thai-word-mode): Specify :group.
16607         * mail/supercite.el (sc-minor-mode): Specify :group.
16608         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16609         * progmodes/flymake.el (flymake-mode): Specify :group.
16610         * progmodes/glasses.el (glasses-mode): Specify :group.
16611         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16612         * textmodes/enriched.el (enriched-mode): Specify :group.
16613         * textmodes/refill.el (refill-mode): Specify :group.
16615         * add-log.el (change-log-font-lock-keywords): Names in
16616         parenthesized lists can contain spaces.
16618 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16620         * startup.el (fancy-splash-text): Shorten default text of
16621         "Emacs Tutorial" line.  Also, if the current language env
16622         indicates an available tutorial file other than TUTORIAL,
16623         extract its title and append it to the line in parentheses.
16624         (fancy-splash-insert): If arg is a thunk, funcall it.
16626 2005-04-04  Jay Belanger  <belanger@truman.edu>
16628         * calc.el (calc-language-alist): Add tags to customization type.
16630 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16632         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16633         Doc fix.
16635 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16637         * add-log.el (change-log-font-lock-keywords): The manual
16638         describing a Change Log entry, says: (...) "Aside from these
16639         header lines, every line in the change log starts with a space or
16640         a tab.".  The font-lock was not highlighting lines started with
16641         spaces, added support for it.
16643 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16645         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16646         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16647         complex example in the docstring.
16648         (bibtex-font-lock-url): Use pop.
16650 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16652         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16654         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16656 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16658         * filesets.el (filesets-set-default): Doc fix.
16660 2005-04-03  Lute Kamstra  <lute@gnu.org>
16662         * generic.el (define-generic-mode): Add argument to specify
16663         keywords for defcustom.
16664         (default-generic-mode): Specify :group.
16666         * generic-x.el: Specify :group for all generic modes.
16668         * desktop.el (desktop-no-desktop-file-hook)
16669         (desktop-after-read-hook): Doc fix.
16671 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16673         * simple.el (visible-mode): Use explicit :group keyword.
16674         This changes the group of `visible-mode-hook' from paren-blinking
16675         to editing-basics.
16677 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16679         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16680         mailbox specifications as well as URLs.
16681         (rmail-insert-inbox-text): Remove unused conditional branches.
16683 2005-04-01  Jay Belanger  <belanger@truman.edu>
16685         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16686         (calc-gnuplot-print-command): Move definitions to calc.el.
16688         * calc/calc-embed.el (calc-embedded-announce-formula)
16689         (calc-embedded-open-formula, calc-embedded-close-formula)
16690         (calc-embedded-open-word, calc-embedded-close-word)
16691         (calc-embedded-open-plain, calc-embedded-close-plain)
16692         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16693         (calc-embedded-open-mode, calc-embedded-close-mode):
16694         Move definitions to calc.el.
16696         * calc/calc.el (calc-settings-file, calc-language-alist):
16697         Make customizable.
16698         (calc-embedded-announce-formula, calc-embedded-open-formula)
16699         (calc-embedded-close-formula, calc-embedded-open-word)
16700         (calc-embedded-close-word, calc-embedded-open-plain)
16701         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16702         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16703         (calc-embedded-close-mode, calc-gnuplot-name)
16704         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16705         from other files and make customizable.
16707 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16709         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16710         Use buffer-live-p.
16711         (cvs-mode-run): Don't call cvs-update-header here.
16712         (cvs-run-process): Call cvs-update-header.
16713         Use process properties for cvs-postprocess and cvs-buffer so that
16714         the sentinel can behave better if the temp buffer is killed.
16715         Use a pipe rather than a tty, to better handle unexpected prompts.
16716         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16718 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16720         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16721         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16723 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16725         * generic.el (define-generic-mode): Add indentation rule.
16727 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16729         * files.el (mode-require-final-newline): Make Custom correctly
16730         report a nil value and allow to set it to nil via Custom.
16731         Doc fix.
16733 2005-04-01  Kenichi Handa  <handa@m17n.org>
16735         * international/characters.el: Enable the correct case setting for
16736         dotless-i and dotted-I.
16738 2005-04-01  Kim F. Storm  <storm@cua.dk>
16740         * ido.el (ido-file-internal): Fall back to non-ido command if
16741         initial directory is on slow ftp (or tramp) host.
16743 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16745         * emacs-lisp/autoload.el (make-autoload):
16746         Handle define-global-minor-mode.
16748         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16749         Rename from easy-mmode-define-global-mode.
16750         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16752         * progmodes/scheme.el (scheme-mode-syntax-table):
16753         Update syntax of | and # for two-character comment syntax.
16755 2005-03-31  Lute Kamstra  <lute@gnu.org>
16757         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16758         (define-minor-mode): Call custom-current-group at load-time.
16760         * generic.el (define-generic-mode): Add debug declaration.
16761         Add defcustom for the mode hook.
16762         (generic-mode-internal): Use run-mode-hooks.
16764 2005-03-31  Kim F. Storm  <storm@cua.dk>
16766         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16767         (mouse-fixup-help-message): New defun called by show_help_echo
16768         to fixup mouse-2 prefix in help messages when applicable.
16770         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16772 2005-03-31  Kenichi Handa  <handa@m17n.org>
16774         * language/thai-word.el (thai-find-word-ends): Pay attention to
16775         the case that we reach the end of buffer.
16777         * textmodes/fill.el (fill-text-properties-at): New function.
16778         (fill-newline): Use fill-text-properties-at instead of
16779         text-properties-at.
16781 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16783         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16784         not comint-quote-filename.
16786 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16788         * help-fns.el (help-with-tutorial): Revert last change.
16790 2005-03-31  Kim F. Storm  <storm@cua.dk>
16792         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16794 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16796         * calendar/cal-china.el: Update reference to "Calendrical
16797         Calculations" book; there's a new edition.
16798         * calendar/cal-coptic.el: Likewise.
16799         * calendar/cal-french.el: Likewise.
16800         * calendar/cal-hebrew.el: Likewise.
16801         * calendar/cal-islam.el: Likewise.
16802         * calendar/cal-iso.el: Likewise.
16803         * calendar/cal-julian.el: Likewise.
16804         * calendar/cal-mayan.el: Likewise.
16805         * calendar/cal-persia.el: Likewise.
16806         * calendar/calendar.el: Likewise.
16807         * calendar/holidays.el: Likewise.
16808         * calendar/lunar.el: Likewise.
16809         * calendar/solar.el: Likewise.
16811         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16812         white space from doc string.
16814 2005-03-30  Jay Belanger  <belanger@truman.edu>
16816         * calc/calc-help.el (calc-full-help): Remove email address.
16818 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16820         * help-fns.el (help-with-tutorial): Delete title line.
16822 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16824         * calendar/cal-x.el (calendar-one-frame-setup)
16825         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16826         rather than `symbol' for set-window-dedicated-p.
16828         * calendar/appt.el (appt-buffer-name): Make it a constant.
16829         (appt-add): Doc fix.
16831         * filesets.el (filesets-menu-path, filesets-menu-before)
16832         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16833         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16834         (filesets-add-submenu): Delete and use add-submenu instead.
16836 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16838         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16839         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16840         (org-diary-default-entry): New function.
16841         (org-get-entries-from-diary): Better parsing of diary entries.
16842         (org-agenda-check-no-diary): New function.
16843         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16844         linking to diary entries.
16845         (org-agenda-execute-calendar-command): New function.
16846         (org-agenda): Improve visible section in window.
16847         Use `org-fit-agenda-window'.
16848         (org-fit-agenda-window): New option.
16849         (org-move-subtree-down): Better handling of empty lines
16850         at end of subtree.
16851         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16852         levels up.
16853         (org-fontify-done-headline): New option.
16854         (org-headline-done-face): New face.
16855         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16856         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16857         When current field is non-empty, it is copied to next row.
16858         (org-table-copy-from-above): Fix bug which made it
16859         impossible to copy fields containing only a single non-white character.
16861 2005-03-30  Kim F. Storm  <storm@cua.dk>
16863         * kmacro.el (kmacro-end-macro): Isearch may store this command
16864         into the macro -- so ignore it when executing keyboard macro.
16866 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16868         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16870 2005-03-29  Kenichi Handa  <handa@m17n.org>
16872         * language/thai.el ("Thai"): Set setup-function and exit-function
16873         for Thai language environment.
16875         * language/thai-util.el: Require thai-word.
16876         (thai-word-mode-map): New variable.
16877         (thai-word-mode): New minor mode.
16878         (setup-thai-language-environment-internal): New function.
16879         (exit-thai-language-environment-internal): New function.
16881         * language/thai-word.el (thai-word-table): Declare it by defvar,
16882         use dolist to initialize it.
16883         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16884         (thai-fill-find-break-point): New functions.
16886 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16888         * simple.el (idle-update-delay): Move definition up.
16889         (set-mark): Doc fix.
16891 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16893         * longlines.el: New file.
16895         * simple.el (buffer-substring-filters): New variable.
16896         (filter-buffer-substring): New function.
16897         (kill-region, copy-region-as-kill): Use it.
16899         * register.el (copy-to-register, append-to-register)
16900         (prepend-to-register): Use filter-buffer-substring.
16902 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16904         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16905         (gud-filter-pending-text): Move in front of gdb.
16906         (gud-overlay-arrow-position): New variable.
16907         (gud-sentinel, gud-display-line): Use it in place of
16908         overlay-arrow-position.
16910 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16912         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16913         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16914         (fortran-font-lock-keywords-4): New variable.
16915         (fortran-blocks-re, fortran-end-block-re)
16916         (fortran-start-block-re): New constants, for hideshow.
16917         (hs-special-modes-alist): Add a Fortran entry.
16918         (fortran-mode-map): Bind fortran-end-of-block,
16919         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16920         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16921         (fortran-looking-at-if-then, fortran-end-of-block)
16922         (fortran-beginning-of-block): New functions, for hideshow.
16924         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16925         Doc fix.  Tweak regexp.
16926         (f90-beginning-of-block): Push mark first.
16928 2005-03-29  Jay Belanger  <belanger@truman.edu>
16930         * calc/calc.el: Update copyright date.
16931         (calc-version): Increase to 2.1.
16932         (calc-version-date): Remove.
16934         * calc/calc-help.el: Update copyright date.
16935         (calc-full-help): Remove reference to calc-version-date.
16936         Update copyright date.
16938 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16940         * vc.el (vc-do-command): Use a pipe for async processes, so password
16941         prompts don't show up at places where the user can't reply.
16943 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16945         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16946         on the file name we pass to the inferior shell.
16948 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16950         * progmodes/which-func.el (which-function): Be robust in the face of an
16951         imenu--make-index-alist failure.
16953 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16955         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16957         * progmodes/python.el (python-preoutput-filter): Fix last change.
16959 2005-03-29  Lute Kamstra  <lute@gnu.org>
16961         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16962         functions and compiled macros.
16963         (debug-convert-byte-code): Handle macros too.
16964         (debug-on-entry-1): Don't signal an error when trying to clear a
16965         function that is not set to debug on entry.
16967 2005-03-29  Jay Belanger  <belanger@truman.edu>
16969         * calc/calc-lang.el: Add functions to math-function-table
16970         properties of tex and math.
16972 2005-03-29  Kenichi Handa  <handa@m17n.org>
16974         * ps-mule.el (ps-mule-plot-string): Translate characters by
16975         ps-print-translation-table.
16976         (ps-mule-begin-job): Call find-charset-region/string with
16977         ps-print-translation-table.
16978         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16980         * ps-print.el (ps-print-translation-table): New variable.
16981         (ps-plot-region): Translate characters by ps-print-translation-table.
16983 2005-03-29  Juri Linkov  <juri@jurta.org>
16985         * simple.el (next-error-highlight-timer): New variable.
16987         * progmodes/compile.el (compilation-goto-locus):
16988         Use `next-error-highlight-timer' instead of `sit-for'.
16990 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16992         * mail/supercite.el (sc-mail-field): Use assoc-string.
16993         (sc-get-address): Simplify regexps.
16995         * files.el (minibuffer-with-setup-hook): New macro.
16996         (find-file-read-args): Use it to avoid let-binding
16997         minibuffer-with-setup-hook (which breaks turning on/off
16998         file-name-shadow-mode while in the prompt).
17000         * complete.el (PC-read-include-file-name-internal):
17001         Use test-completion.
17003 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
17005         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17007 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17009         * window.el (window-buffer-height): Use count-screen-lines.
17011         * progmodes/python.el (python-preoutput-leftover): New var.
17012         (python-preoutput-filter): Use it.
17013         (python-send-receive): Loop until all the result has been received.
17015 2005-03-28  Juri Linkov  <juri@jurta.org>
17017         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17019         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17020         "Recover Crashed Session".
17021         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17022         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17023         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17024         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17025         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17026         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17027         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17028         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17030         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17031         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17032         Ediff Sessions", "Toggle use of separate control buffer frame",
17033         "Use separate frame for Ediff control buffer".
17035         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17036         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17037         "Rename Bookmark", "Delete Bookmark".
17039         * info.el (Info-mode-menu): Remove ellipsis from "Index".
17040         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17041         Add `:active Info-index-alternatives' to "Next Matching Item".
17043         * wdired.el (wdired-change-to-wdired-mode):
17044         Mention `wdired-abort-changes' key in the initial message.
17046         * international/mule.el (auto-coding-alist): Associate non-ascii
17047         image filename extensions with `no-conversion'.
17049 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17051         * international/iso-acc.el:
17052         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17054 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
17056         * textmodes/sgml-mode.el (html-mode): Doc update.
17058         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17060 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
17062         * term.el (term-move-columns): Fix face after extending a line.
17063         (term-insert-spaces): Likewise.
17064         (term-reset-terminal): Fix off by one error.
17066 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17068         * international/mule.el (auto-coding-alist): Add .xpi files.
17070         * files.el (auto-mode-alist): Add .xpi files.
17072 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
17074         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17076 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
17078         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17080 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
17082         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17083         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
17085         * calendar/cal-move.el (calendar-beginning-of-year): Move the
17086         cursor to Jan 1 when needed.
17087         (calendar-end-of-year): Fix -/+ typo.
17088         Reported by Chong Yidong <cyd@stupidchicken.com>.
17090 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17092         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17094         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17095         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
17097 2005-03-25  Richard M. Stallman  <rms@gnu.org>
17099         * filesets.el (filesets-init): Add autoload.
17101         * mail/mailalias.el (mail-directory): Doc fix.
17103 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17105         * mail/mailalias.el (mail-directory-process): Do nothing if
17106         mail-directory-process is an atom.
17107         (mail-get-names): Ignore mail-directory-names if it is an atom.
17108         (mail-directory-process defvar): Doc fix.
17109         (mail-names): Doc fix.
17111 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
17113         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17115 2005-03-26  Kenichi Handa  <handa@m17n.org>
17117         * international/mule-util.el (detect-coding-with-priority):
17118         Call update-coding-systems-internal before detect-coding-region.
17120 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
17122         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17123         (gdb-frames-mode-map): Add follow-link property.
17125 2005-03-25  Jay Belanger  <belanger@truman.edu>
17127         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17128         for variables.
17130 2005-03-25  Juri Linkov  <juri@jurta.org>
17132         * image-mode.el: Optimize image filename extension regexps in
17133         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
17134         in `auto-mode-alist'.
17135         (image-mode): Add `image-toggle-display-text' to local hook
17136         `change-major-mode-hook'.  Display the image as an image by
17137         default.  Set `cursor-type' and `truncate-lines' if the image
17138         is already displayed.  Take into account the current mode (image
17139         or text) in message.
17140         (image-minor-mode): New minor mode.
17141         (image-mode-maybe, image-toggle-display-text): New functions.
17142         (image-toggle-display): Use called-interactively-p.
17143         Let-bind `inhibit-read-only' to t.
17145         * image-mode.el (image-minor-mode): Set `cursor-type' and
17146         `truncate-lines' if the image is already displayed.  Add turning
17147         image-minor-mode off to `change-major-mode-hook'.  Add message.
17148         Call `image-toggle-display-text' after turning image-minor-mode off.
17150 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17152         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17153         Terminal.app, use utf-8.
17154         (set-display-table-and-terminal-coding-system): Add coding-system arg.
17155         (set-locale-environment): Use it.
17157         * term/xterm.el: Undo last change, better done in mule-cmds.el.
17159         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17161         * progmodes/python.el (python-close-block-statement-p)
17162         (python-outdent-p, python-current-defun): Use symbol-end.
17164 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
17166         * files.el (save-some-buffers): Doc fix.
17168 2005-03-25  Werner Lemberg  <wl@gnu.org>
17170         * complete.el, thumbs.el: Replace `legal' with `valid'.
17171         * calendar/calendar.el: Replace `legal' with `valid'.
17172         * emacs-lisp/advice.el: Replace `legal' with `valid'.
17173         * mail/supercite.el: Replace `legal' with `valid'.
17174         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17175         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17176         Replace `legal' with `valid'.
17177         * textmodes/reftex-vars.el, textmodes/reftex.el:
17178         Replace `legal' with `valid'.
17180 2005-03-25  Werner Lemberg  <wl@gnu.org>
17182         * calc/calc-forms.el, calc/calc-sel.el
17183         * midnight.el, vc-cvs.el
17184         * emacs-lisp/cl-macs.el
17185         * emulation/vip.el
17186         * eshell/esh-io.el, eshell/esh-var.el
17187         * mail/supercite.el
17188         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17189         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17190         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17191         * progmodes/sh-script.el, progmodes/xscheme.el
17192         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17193         * textmodes/reftex-index.el, textmodes/reftex-parse.el
17194         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17195         * textmodes/reftex.el, textmodes/org.el:
17196         Replace `illegal' with `invalid'.
17198 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17200         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17201         (flymake-find-buildfile, flymake-find-possible-master-files)
17202         (flymake-check-include, flymake-parse-line): Replace loops over the
17203         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17205         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17206         Substitute file-name-as-directory in the rest of the file.
17207         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17208         (flymake-replace-region): Remove unused arg `buffer'.
17209         (flymake-check-patch-master-file-buffer): Update calls to it.
17210         (flymake-add-err-info): Remove unused var `count'.
17211         (flymake-mode): Use define-minor-mode.
17213         * progmodes/flymake.el: Use with-current-buffer.
17214         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17215         flymake-replace-regexp-in-string, flymake-line-beginning-position)
17216         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17217         Avoid testing for `xemacs'.
17218         (flymake-nop): Move.
17219         (flymake-region-has-flymake-overlays): Return the computed value.
17220         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17221         Remove unused var `endline'.
17222         (flymake-get-line-count): Remove unused function.
17223         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17225         * emulation/vi.el:
17226         * generic.el:
17227         * hilit-chg.el (global-highlight-changes):
17228         * hi-lock.el (hi-lock-mode):
17229         * follow.el: find-file-hooks -> find-file-hook.
17231         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17233 2005-03-24  Juri Linkov  <juri@jurta.org>
17235         * dired.el (dired-mode-map): Add menu item "Compare directories"
17236         for dired-compare-directories.
17238         * dired-aux.el (dired-compare-directories): Add autoload cookie.
17239         Doc fix.  Replace `read-file-name' with `read-directory-name'.
17241 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17245 2005-03-24  Jay Belanger  <belanger@truman.edu>
17247         * calc/calc-embed.el (calc-embedded-mode-change): Save all
17248         relevant mode settings in calc-embedded-original-modes when modes
17249         are permanently changed.
17251 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17253         * autoinsert.el: find-file-hooks -> find-file-hook.
17255 2005-03-24  Lute Kamstra  <lute@gnu.org>
17257         * generic.el (generic-font-lock-defaults): Make it obsolete.
17258         (generic-font-lock-keywords): New variable to replace
17259         generic-font-lock-defaults.
17260         (generic-mode-set-font-lock): Delete it.
17261         (generic-mode-internal): Don't call generic-mode-set-font-lock.
17262         (generic-bracket-support): Add docstring.
17264         * generic-x.el: Rename generic-font-lock-defaults to
17265         generic-font-lock-keywords throughout.
17266         (mailagent-rules-setup-function): Delete it.
17267         (mailagent-rules-generic-mode): Use anonymous function instead.
17268         (show-tabs-generic-mode-font-lock-defaults-1)
17269         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17270         Quote faces.
17271         (show-tabs-tab-face, show-tabs-space-face): Specify background,
17272         not foreground.
17274         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17275         Recognize define-generic-mode.
17277 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17279         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17280         if there's no completion table.
17282 2005-03-23  Miles Bader  <miles@gnu.org>
17284         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17285         Remove tty-specific variants, as they're no longer needed.
17287 2005-03-23  Lute Kamstra  <lute@gnu.org>
17289         * generic-x.el: Code cleanup: make args constant whenever possible.
17290         (installshield-statement-keyword-list)
17291         (installshield-system-functions-list)
17292         (installshield-system-variables-list, installshield-types-list)
17293         (installshield-funarg-constants-list): Make them constants.
17295         * generic.el (generic-make-keywords-list): Add autoload cookie.
17297         * calendar/time-date.el: Add comment on time value formats.
17298         Don't require parse-time.
17299         (with-decoded-time-value): New macro.
17300         (encode-time-value): New function.
17301         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17302         (days-to-time): Return a valid time value when arg is huge.
17303         (time-since): Use time-subtract.
17304         (time-to-number-of-days): Use time-to-seconds.
17306 2005-03-23  David Ponce  <david@dponce.com>
17308         * recentf.el (recentf-keep): New option.
17309         (recentf-menu-action): Default to `find-file'.
17310         (recentf-keep-non-readable-files-flag)
17311         (recentf-keep-non-readable-files-p)
17312         (recentf-file-readable-p, recentf-find-file)
17313         (recentf-cleanup-remote): Remove.
17314         (recentf-include-p): More robust.
17315         (recentf-keep-p): New function.
17316         (recentf-remove-if-non-kept): Rename from
17317         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
17318         All callers updated.
17319         (recentf-menu-items-for-commands): Fix help string.
17320         (recentf-track-closed-file): Update.  Doc fix.
17321         (recentf-cleanup): Update.  Count removed files.  Doc fix.
17323 2005-03-23  Kim F. Storm  <storm@cua.dk>
17325         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17326         Don't inherit from fringe face (now happens automatically).
17328 2005-03-22  Kim F. Storm  <storm@cua.dk>
17330         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17331         position values.
17333 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17335         * menu-bar.el (showhide-date-time): Remove.
17336         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17337         (menu-bar-make-mm-toggle): Simplify.
17339 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17341         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17342         Accept qualified variable and function names.
17344 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
17346         * bindings.el (completion-ignored-extensions):
17347         Remove ".lis" for `vax-vms'.
17349 2005-03-22  Andreas Schwab  <schwab@suse.de>
17351         * generic-x.el: Revert last change.
17352         * ldefs-boot.el: Update.
17354 2005-03-22  Jay Belanger  <belanger@truman.edu>
17356         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17357         (calc-embedded-save-original-modes)
17358         (calc-embedded-restore-original-modes): New functions.
17359         (calc-do-embedded): Save original modes when entering embedded mode
17360         and restore when leaving embedded mode.
17361         (calc-embedded-modes-change): Change the value of
17362         calc-embedded-original-modes to reflect permanent changes.
17364 2005-03-22  Lute Kamstra  <lute@gnu.org>
17366         * generic-x.el: Require generic again.
17368 2005-03-22  Miles Bader  <miles@gnu.org>
17370         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17371         Tweak details to look good on both ttys and bitmap displays, light
17372         or dark background, etc.
17374 2005-03-21  Kim F. Storm  <storm@cua.dk>
17376         * tooltip.el (tooltip-show-help-function): Check car and cdr of
17377         mouse position.
17379 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17381         * icomplete.el: Don't forcibly turn on the mode upon load.
17382         (icomplete-mode): Use define-minor-mode.
17383         (icomplete-eoinput): Default to nil.
17384         (icomplete-minibuffer-setup): Remove autoload.
17385         (icomplete-tidy): Simplify.
17386         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17387         in the initial state or if the user has modified the field.
17388         Fix handling of icomplete-max-delay-chars.
17389         Remove code that handles the oddball case where
17390         minibuffer-completion-table is an integer.
17391         Wrap icomplete-completions in while-no-input in case building
17392         completions takes more time than expected.
17393         (icomplete-completions): Simplify.
17395 2005-03-21  Richard M. Stallman  <rms@gnu.org>
17397         * jka-compr.el (jka-compr-really-do-compress):
17398         Make variable buffer-local.
17400         * image-mode.el: Handle .xpm files too.
17401         (image-toggle-display): Preserve modification flag.
17403         * help.el (where-is): Don't mention aliases with no key bindings.
17405 2005-03-21  Lute Kamstra  <lute@gnu.org>
17407         * generic.el: Fix commentary section.  Don't require cl for
17408         compilation.
17409         (generic-mode-list): Add autoload cookie.
17410         (generic-use-find-file-hook, generic-lines-to-scan)
17411         (generic-find-file-regexp, generic-ignore-files-regexp)
17412         (generic-mode, generic-mode-find-file-hook)
17413         (generic-mode-ini-file-find-file-hook): Fix docstrings.
17414         (define-generic-mode): Make it a defmacro.  Fix docstring.
17415         (generic-mode-internal): Code cleanup.  Add autoload cookie.
17416         (generic-mode-set-comments): Code cleanup.
17417         * generic-x.el: Don't prevent compilation.  Don't require generic.
17418         Follow coding conventions.  Minor code cleanup.
17419         (etc-fstab-generic-mode): Add some keywords.
17420         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17421         define-generic-mode like a function declaration.
17423 2005-03-21  Jay Belanger  <belanger@truman.edu>
17425         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17426         changing modes.
17428 2005-03-21  Sam Steingold  <sds@gnu.org>
17430         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17432 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
17434         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17435         Add underscore to "f$ lexicals" regexp.
17437 2005-03-20  Juri Linkov  <juri@jurta.org>
17439         * subr.el (progress-reporter-do-update): When `min-value' is equal
17440         to `max-value', set `percentage' to 0 and prevent division by zero.
17442 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
17444         Sync with Tramp 2.0.48.
17446         * net/tramp.el (all): Change all addresses to .gnu.org.
17447         (tramp-append-tramp-buffers): New defun.
17448         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17449         Catch `dont-send' signal.
17450         (tramp-set-auto-save-file-modes): Set always permissions, because
17451         there might be an old auto-saved file belonging to another
17452         original file.  This could be a security threat.  Reported by
17453         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17454         Check for Emacs 21.3.50 removed.
17456         * net/tramp-smb.el (all): Remove debug construct for
17457         `with-parsed-tramp-file-name'.
17458         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17459         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17460         No error message if DIRECTORY or FILENAME doesn't exist.
17461         (tramp-smb-open-connection): Check existence of
17462         `tramp-smb-program'.
17464 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17466         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17467         Properly handle the case where the `m' or `s' command's argument is not
17468         yet terminated.
17469         (perl-indent-new-calculate): New function.
17470         (perl-indent-line): Use it.
17472 2005-03-20  Miles Bader  <miles@gnu.org>
17474         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17475         in text-mode too.  Change to new face names.
17476         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17477         Add `:weight bold' attribute.
17478         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17480 2005-03-19  Juri Linkov  <juri@jurta.org>
17482         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
17484         * international/mule.el (auto-coding-alist): Sync with
17485         `auto-mode-alist' by adding upper case archive file extensions
17486         and adding ear/war to jar extension.
17488 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
17490         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17491         running, restart it.
17493 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
17495         * finder.el (finder-current-item): Throw an error on an empty line.
17497         * man.el (Man-follow-manual-reference): If current-word returns
17498         nil, use "".
17500 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
17502         * simple.el (goto-line): Doc fix.
17504 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
17506         * files.el (save-buffer): Doc fix.
17508 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
17510         * recentf.el (recentf-cleanup-remote): New variable.
17511         (recentf-cleanup): Use it to conditionally check availability of
17512         remote files.
17514 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
17516         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17517         function names.
17519 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17521         * language/thai-word.el: New file.
17523 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17525         * files.el (backup-buffer): If the file's directory is not
17526         writable, use copy instead of move to backup the file.
17528 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17530         * obsolete/keyswap.el: Moved to obsolete/ from term/.
17532 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17534         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17535         Use functionp instead of symbolp and fboundp.  Reported by Drkm
17536         <darkman_spam@yahoo.fr>.
17537         (ps-print-version): New version 6.6.6.
17539 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
17541         * textmodes/table.el (table--line-column-position): New idiom.
17542         (table--row-column-insertion-point-p): New function to test
17543         validity of row and column insertion operation at a location.
17544         (table-global-menu, table-cell-menu): Use above functions for
17545         deterministic test operation.
17546         (table--editable-cell-p): Behave in deterministic fashion.
17548 2005-03-18  Juri Linkov  <juri@jurta.org>
17550         * isearch.el (isearch-lazy-highlight-new-loop):
17551         Make arguments beg and end optional.
17552         (isearch-update): Remove optional arguments nil from
17553         isearch-lazy-highlight-new-loop.
17554         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17555         isearch-lazy-highlight-case-fold-search instead of
17556         isearch-case-fold-search, and let-bind isearch-regexp to
17557         isearch-lazy-highlight-regexp.
17558         Use isearch-lazy-highlight-last-string instead of isearch-string.
17560         * replace.el (perform-replace): Remove bindings of global
17561         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17562         Add three new arguments to `replace-highlight'.
17563         (replace-highlight): Add arguments string, regexp, case-fold.
17564         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17565         to allow isearch-lazy-highlight-new-loop to use these values
17566         to set corresponding isearch-lazy-highlight-* internal
17567         variables whose values lazy highlighting will use regardless of
17568         changes to global variables isearch-string, isearch-regexp,
17569         isearch-case-fold-search during lazy highlighting loop.
17570         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17571         to `lazy-highlight-cleanup'.
17573         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17574         (ispell-highlight-face): Set default face to `isearch' when
17575         lazy highlighting is enabled.
17576         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17577         priority to 1.  Add lazy highlighting.
17578         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17579         from `isearch-dehighlight'.
17581 2005-03-18  David Ponce  <david@dponce.com>
17583         * files.el (hack-local-variables): Do a case-insensitive search
17584         for End.
17586 2005-03-18  Juri Linkov  <juri@jurta.org>
17588         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17589         `isearch-lazy-highlight-cleanup', add alias to old name and
17590         declare obsolete.  Add release numbers to other obsolete vars.
17591         (isearch-done, isearch-lazy-highlight-new-loop):
17592         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17593         (lazy-highlight-cleanup) <variable>: Doc fix.
17594         (isearch-lazy-highlight-update): Rename obsolete
17595         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17597 2005-03-18  Kenichi Handa  <handa@m17n.org>
17599         * language/thai-util.el: Fix categorization of Thai characters in
17600         thai-category-table.
17601         (thai-composition-pattern): Adjust it for the above change.
17602         (thai-self-insert-command, thai-compose-syllable): New functions.
17603         (thai-compose-region): Use thai-compose-syllable.
17604         (thai-compose-string): Likewise.
17605         (thai-composition-function): Likewise.
17606         (thai-auto-composition): New function.
17607         (thai-auto-composition-mode): New minor mode.
17609         * language/thai.el: Fix patterns to be registered in
17610         composition-function-table.
17612         * international/quail.el (quail-input-method): Locally bind
17613         inhibit-modification-hooks to t.
17615 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17617         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17618         (perl-mode): Use run-mode-hooks.
17620         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17621         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17622         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17624         * mail/sendmail.el (sendmail-send-it): Reenable the code
17625         to compute resend-to-address and use it.
17627         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17629         * image-mode.el: New file.
17631         * image.el (insert-sliced-image): Add autoload cookie.
17633         * font-lock.el (font-lock-lines-before): New user option.
17634         (font-lock-after-change-function): Obey it.
17636         * bindings.el (esc-map): Make M-g a prefix.
17637         Bind M-g g and M-g M-g to goto-line.
17639         * faces.el (face-id): Doc fix.
17641 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17643         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17644         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17645         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17647         * mail/sendmail.el (mail-yank-ignored-headers)
17648         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17649         Add Mail-Followup-To and Mail-Reply-To headers.
17650         (mail-citation-hook): Add autoload cookie.
17651         (mail-mode): Doc fix.
17652         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17653         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17654         (mail-mode-fill-paragraph): Handle those headers.
17655         (mail-mailing-lists): New variable.
17656         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17658 2005-03-17  Juri Linkov  <juri@jurta.org>
17660         * isearch.el (isearch-fallback): Check for `(car previous)'
17661         before calling `isearch-other-end-state'.
17663 2005-03-17  Kim F. Storm  <storm@cua.dk>
17665         * simple.el (move-beginning-of-line): Move to beginning of buffer
17666         line, as well as beginning of screen line.
17668 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17670         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17671         argument REDRAW rather than calendar-redrawing variable.
17672         * calendar/calendar.el (calendar-redrawing): Delete.
17673         (redraw-calendar): Do not bind calendar-redrawing.
17675 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17677         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17678         diary-file buffer.
17680 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17682         * help.el (describe-mode): Allow a :minor-mode-function property to
17683         specify a different minor mode toggle function than the variable.
17684         * simple.el (auto-fill-function):
17685         * subr.el (add-minor-mode): Use it.
17687 2005-03-16  Kenichi Handa  <handa@m17n.org>
17689         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17690         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17691         (ethio-fidel-to-sera-buffer): Likewise.
17693 2005-03-16  Juri Linkov  <juri@jurta.org>
17695         * emacs-lisp/find-func.el (find-function-regexp):
17696         Add defun-emitting macro `menu-bar-make-toggle'.
17698         * isearch.el: Put `isearch-scroll' property to
17699         `split-window-horizontally'.
17701         * info.el: Update error messages for `debug-ignored-errors'.
17702         (Info-isearch-search): Doc fix.
17703         (Info-find-node): Move up code to go into info buffer before
17704         recording the node to the history.
17705         (Info-fontify-node): Fontify titles only if the next line
17706         has two or more `*', `=', `-', `.'.
17707         Display "go to this node" for empty (match-string 3).
17709 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17711         * term/mac-win.el: Add mouse pointer shape constants.
17713 2005-03-15  Kim F. Storm  <storm@cua.dk>
17715         * simple.el (move-beginning-of-line): Use vertical-motion.
17717 2005-03-15  Juri Linkov  <juri@jurta.org>
17719         * isearch.el (isearch-error): New variable.
17720         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17721         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17722         (isearch-within-brackets-state): Remove.
17723         (isearch-case-fold-search-state, isearch-pop-fun-state):
17724         Decrease frame index.
17725         (isearch-mode, isearch-top-state, isearch-push-state)
17726         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17727         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17728         (isearch-search, isearch-lazy-highlight-new-loop):
17729         Replace `isearch-invalid-regexp' with `isearch-error'.
17730         Remove `isearch-within-brackets'.
17731         (isearch-search): Add `search-failed' handler to `condition-case'.
17732         (isearch-lazy-highlight-search): Add `condition-case' to catch
17733         errors and allow `isearch-lazy-highlight-update' to try
17734         highlighting from the beginning of the window.
17735         (isearch-repeat): Move up code to set isearch-wrapped to t
17736         before calling isearch-wrap-function.
17738         * info.el (Info-isearch-initial-node): New internal variable.
17739         (Info-search): Signal an error in isearch mode when search leaves
17740         the initial node.  Signal an error when `bound' is non-nil and
17741         nothing was found in the current subfile.
17742         (Info-isearch-search): Remove `condition-case'.
17743         (Info-isearch-wrap): Don't wrap when search failed during leaving
17744         the initial node.  If `Info-isearch-search' is nil, wrap around
17745         the current node.
17746         (Info-isearch-start): New fun.
17747         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17748         `isearch-mode-hook'.
17750 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17752         * simple.el (normal-erase-is-backspace): Set default to t if
17753         running on Mac.
17755         * term/mac-win.el (function-key-map): Sync with x-win.el.
17757 2005-03-15  Kenichi Handa  <handa@m17n.org>
17759         * international/mule-cmds.el (locale-language-names): Modify the
17760         format of elements and add more entries.
17761         (locale-preferred-coding-systems): Add more entries.
17762         (set-locale-environment): Adjust for the change of
17763         locale-language-names.
17765 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17767         * pcvs.el (smerge-ediff): Remove bogus autoload.
17769 2005-03-14  Lute Kamstra  <lute@gnu.org>
17771         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17772         Ignore a `*' at the beginning of a line.
17774         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17775         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17776         subr.el.
17777         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17778         to specify indentation.
17780         * generic.el (define-generic-mode): Let generic-mode-list be a
17781         list of strings; test membership with equal.
17783 2005-03-14  Kim F. Storm  <storm@cua.dk>
17785         * simple.el (next-line, previous-line): Add optional try-vscroll
17786         arg to recognize interactive use.  Pass it on to line-move.
17787         (line-move): Don't perform auto-window-vscroll when defining or
17788         executing keyboard macro to ensure consistent behavior.
17790 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17792         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17794 2005-03-13  Lute Kamstra  <lute@gnu.org>
17796         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17797         debugger-setup-buffer so that backtrace marks the frames set to
17798         debug-on-exit and we don't have to do it manually.  Set an extra
17799         debug-on-exit for macro's.
17800         (debugger-setup-buffer): Don't mark the top frame manually.
17802 2005-03-12  Lute Kamstra  <lute@gnu.org>
17804         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17805         lisp-indent-function throughout.
17806         (with-no-warnings): Set lisp-indent-function property.
17808 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17810         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17811         Add entry for backslash.
17813 2005-03-12  Juri Linkov  <juri@jurta.org>
17815         * info.el (Info-search): Four fixes for backward search.
17817 2005-03-11  Jay Belanger  <belanger@truman.edu>
17819         * calc/calc.el (calc-language-alist): New variable.
17820         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17821         (calc-embedded-find-modes): Use calc-language-alist instead of
17822         calc-embedded-language-alist.
17824 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17826         * calendar/calendar.el (calendar-redrawing): New internal
17827         variable.
17828         (redraw-calendar): Remove bogus save-excursion from previous
17829         change.  Bind calendar-redrawing to t for mark-diary-entries.
17830         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17831         calendar if that is why we were called.
17833 2005-03-11  Kenichi Handa  <handa@m17n.org>
17835         * international/mule.el (make-coding-system): Set property
17836         coding-system-define-form to nil.
17837         (define-coding-system-alias): Likewise.
17839 2005-03-11  Kenichi Handa  <handa@m17n.org>
17841         These changes are suggested by Dave Love <fx@gnu.org>.
17843         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17844         coding: tag.
17845         (adaptive-fill-regexp): Add more bullets.
17846         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17847         regexps.
17849 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17851         * help.el (describe-mode): Properly handle non-trivial lighters.
17852         Don't ignore minor modes that are not listed in minor-mode-list.
17854         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17855         feature ON when the user requests to turn it OFF.
17857 2005-03-10  Lute Kamstra  <lute@gnu.org>
17859         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17860         (implement-debug-on-entry): New function to replace debug-entry-code.
17861         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17862         second argument as the 2005-03-07 change makes it obsolete.
17863         (debug-on-entry, cancel-debug-on-entry): Update call to
17864         debug-on-entry-1.
17865         (debug, debugger-setup-buffer): Comment update.
17866         (debugger-frame-number): Update to work with implement-debug-on-entry.
17868 2005-03-10  Jay Belanger  <belanger@truman.edu>
17870         * calc/calc-embed.el (math-ms-args): Declare it.
17871         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17872         math-ms-args.
17873         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17874         variables.
17876 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17878         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17879         Use message-box.
17881         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17882         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17883         (tooltip-gud-tips): Simplify.
17884         (tooltip-gud-tips-p): Remove superfluous :set.
17885         (tooltip-gud-modes): Add fortran-mode.
17886         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17888         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17890 2005-03-09  Kim F. Storm  <storm@cua.dk>
17892         * play/animate.el (animate-place-char): Use forward-line instead
17893         of next-line to improve performance.
17895 2005-03-09  Simon Josefsson  <jas@extundo.com>
17897         * net/browse-url.el (browse-url-default-browser): Doc fix.
17899 2005-03-09  Miles Bader  <miles@gnu.org>
17901         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17902         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17904 2005-03-09  Kenichi Handa  <handa@m17n.org>
17906         * international/latin-1.el: Set case and syntax for 255 only if
17907         set-case-syntax-set-multibyte is nil.
17909         * textmodes/ispell.el (ispell-insert-word): New function.
17910         (ispell-word): Use ispell-insert-word to insert a new word.
17911         (ispell-process-line): Likewise.
17912         (ispell-complete-word): Likewise.
17914 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17916         * calendar/calendar.el (redraw-calendar): Preserve point.
17917         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17918         (calendar-week-start-day): Move after definition of
17919         redraw-calendar.  Delete buffer test, since redraw-calendar has
17920         that now.
17922         * calendar/diary-lib.el (mark-diary-entries): Only call
17923         redraw-calendar in the first of any recursive calls.
17924         Reported by Alan Shutko <ats@acm.org>.
17926 2005-03-08  Juri Linkov  <juri@jurta.org>
17928         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17929         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17930         (html-radio-buttons): Add a space before the trailing `/>' where
17931         sgml-xml-mode is non-nil.
17932         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17933         the subsequent tag of the empty XML tag.
17934         (html-href-anchor): Don't set initial input to "http:".
17935         (html-image): Ask for the image URL and set point inside alt="".
17936         (html-name-anchor): Duplicate the name in the `id' attribute when
17937         sgml-xml-mode is non-nil.
17938         (html-paragraph): Remove \n before <p>.
17939         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17940         instead of `checked' when sgml-xml-mode is non-nil.
17942         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17943         Remove 1 space before #RRGGBB to not truncate it on terminal
17944         windows w/o fringes.  Remove 1 space between bg and fg examples
17945         to get more space.
17946         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17947         avoid byte-compile warnings.
17949         * image-file.el (image-file-handler): Put `safe-magic' property to
17950         `image-file-handler'.
17952         * info.el (Info-isearch-search): Emulate word search in
17953         isearching through multiple Info nodes with Info-search.
17954         (Info-isearch-wrap): Allow isearch-word.
17956 2005-03-08  Lute Kamstra  <lute@gnu.org>
17958         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17959         stepping into the debugger's code is not possible.
17960         (debugger-jumping-flag): Docstring update.
17962 2005-03-08  Jay Belanger  <belanger@truman.edu>
17964         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17965         embedded mode begins.
17966         (calc-embedded-language-alist): New variable.
17967         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17968         set default language mode.
17970 2005-03-08  Kenichi Handa  <handa@m17n.org>
17972         * international/ccl.el (define-ccl-program): Fix docstring about
17973         extra 256 bytes assured for the output buffer.
17975         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17976         Fix BUFFER_MAGNIFICATION to 2.
17977         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17979 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17981         * align.el (align-rules-list): Added an alignment rule for CSS
17982         declarations (applies to css-mode and html-mode buffers).
17984 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17986         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17988 2005-03-07  Kim F. Storm  <storm@cua.dk>
17990         * simple.el (move-beginning-of-line): New command.
17992         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17994         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17996         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17997         and move-beginning-of-line.
17999         * apropos.el (apropos-print): Omit command from M-x ... RET.
18001 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
18003         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18004         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18006 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18008         * bindings.el (esc-map): Bind M-g to goto-line.
18010         * facemenu.el (global-map): Bind M-o, not M-g.
18012 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18014         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18015         "Open Directory" as for "Open File".
18017 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
18019         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18020         (push-mark-command): Run activate-mark-hook.
18022 2005-03-06  Richard M. Stallman  <rms@gnu.org>
18024         * help-mode.el (help-mode-finish): Don't alter the element
18025         in view-return-to-alist if there already is one.
18027         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18028         make sure the current buffer is the expected one.
18030         * novice.el (disabled-command-function): Output in *Disabled Command*.
18031         Explicitly ignore non-keyboard events, and explicitly handle C-g.
18033         * textmodes/flyspell.el (flyspell-large-region):
18034         Pass args differently for aspell.
18036         * files.el (mode-require-final-newline): Doc fix.
18038 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18040         * progmodes/which-func.el (which-function):
18041         Specify NOERROR when calling imenu--make-index-alist.
18043 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18045         * simple.el (normal-erase-is-backspace): Define default value.
18047         * custom.el (custom-theme-set-variables): Remove unused var
18048         `immediate'.
18049         (custom-reevaluate-setting): Simple function to handle variables
18050         that are defined before their default value can really be
18051         computed.
18053         * startup.el (command-line): Use it for temporary-file-directory,
18054         small-emporary-file-directory, auto-save-file-name-transforms,
18055         blink-cursor-mode, and normal-erase-is-backspace.
18057         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18058         progress, even with buggy anchored keywords.
18060 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
18062         * simple.el (goto-line): Remove unbalanced final parenthesis.
18064 2005-03-05  Richard M. Stallman  <rms@gnu.org>
18066         * simple.el (goto-line): Use a number at point as the default.
18067         With C-u as arg, switch buffers.
18069 2005-03-05  Juri Linkov  <juri@jurta.org>
18071         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18072         with `no-blinking-cursor'.
18074         * startup.el (no-blinking-cursor): New defvar.
18075         (command-line): Add `--no-blinking-cursor' to longopts.
18076         Set `no-blinking-cursor' to t for command line arguments
18077         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
18078         with `no-blinking-cursor' in the condition for calling
18079         `blink-cursor-mode'.
18081 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
18083         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18084         (menu-bar-options-save): Add blink-cursor-mode.
18085         (menu-bar-options-menu): Add blink-cursor-mode.
18087 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
18089         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18090         (icalendar-export-file, icalendar-export-region)
18091         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18092         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18094 2005-03-04  Lute Kamstra  <lute@gnu.org>
18096         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18097         (debug-function-list): Ditto.
18099 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
18101         * textmodes/texinfmt.el (texinfo-append-refill):
18102         Redefine the types of line to which @refill
18103         is not appended by replacing a search for `@refill\\|@bye' with
18104         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
18105         itemize@refill' bug and the unfilled long lines bug.
18106         (texinfmt-version): Update number and date.
18108 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18110         * international/code-pages.el (windows-1250, windows-125[2-8])
18111         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18113 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18115         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18116         bound yet.
18118 2005-03-02  Romain Francoise  <romain@orebokech.com>
18120         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18121         buffer after removing limits.
18122         (ibuffer-pop-filter): Ditto.
18123         Update copyright.
18125 2005-03-02  Miles Bader  <miles@gnu.org>
18127         * button.el (make-text-button): If the user doesn't specify a
18128         type, use the default.  Rewrite to use `add-text-properties' and
18129         plist functions.
18131 2005-03-01  Lute Kamstra  <lute@gnu.org>
18133         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18134         (debugger-jumping-flag): New var.
18135         (debug-entry-code): Use it.
18136         (debugger-jump): Use debugger-jumping-flag and add
18137         debugger-reenable to post-command-hook.
18138         (debugger-reenable): Use debugger-jumping-flag and remove itself
18139         from post-command-hook.
18140         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18141         debugger-reenable.
18143 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
18145         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18146         inclusion of "itemize\\|", which may be unnecessary, is certainly
18147         inelegant, and stops refilling in itemize lists when formatting
18148         Japanese Texinfo files to Info.
18149         Update copyright to 2005.
18151 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
18153         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18154         of an error if GDB can't find the source file.
18156 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18158         * calendar/calendar.el (redraw-calendar): Work from any buffer,
18159         not just the calendar.
18161         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18162         first.
18163         (diary-redraw-calendar): New function.
18164         (make-diary-entry): Add diary-redraw-calendar to local
18165         write-contents-functions.  Turn off selective display before
18166         inserting in diary.
18168 2005-03-01  Kim F. Storm  <storm@cua.dk>
18170         * emacs-lisp/copyright.el (copyright-fix-years): New command.
18172 2005-03-01  Lute Kamstra  <lute@gnu.org>
18174         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18175         that debug-entry-code can be safely removed from a function while
18176         this code is being evaluated.  Revert the 2005-02-27 change as the
18177         new implementation no longer requires it.  Make sure that a
18178         function body containing just a string is not mistaken for a docstring.
18179         (debug): Skip one more frame in case of debug on entry.
18180         (debugger-setup-buffer): Delete one more frame line in case of
18181         debug on entry.
18182         (debugger-frame-number): Update to use the new text introduced by
18183         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
18185 2005-02-28  Kim F. Storm  <storm@cua.dk>
18187         * double.el (double-translate-key): Call force-window-update after
18188         read-event to avoid crash in redisplay.
18190 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18192         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18193         (debug): Use it.  Move the inhibit-trace earlier.
18194         (debug-entry-code): New const.
18195         (debug-on-entry-1): Use it.
18197 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
18199         * international/utf-16.el (ccl-encode-mule-utf-16le):
18200         Fix BUFFER_MAGNIFICATION to 2.
18201         (ccl-encode-mule-utf-16be): Likewise.
18203 2005-02-28  Kenichi Handa  <handa@m17n.org>
18205         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18206         Fix BUFFER_MAGNIFICATION to 4.
18207         (ccl-encode-mule-utf-16be-with-signature): Likewise.
18209 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
18211         * speedbar.el (speedbar-update-flag): Doc fix.
18212         (speedbar-show-info-under-mouse): Give set-mouse-position the right
18213         argument.
18215 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18217         * reveal.el (reveal-post-command): Don't try to reveal overlays which
18218         have a non-nil `invisible' property but are actually visible.
18220         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18221         for perldoc sections.
18222         (perl-outline-regexp, perl-outline-level): New var and function.
18223         (perl-mode): Use them.
18225 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
18227         * calendar/diary-lib.el (diary-remind): Discard any mark portion
18228         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18230 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
18232         * cus-edit.el: Comment change.
18233         (custom-buffer-create-internal): Slightly reword text at top of
18234         Custom buffers.  Mention there that saving an option edits the
18235         init file.  Add link to Emacs manual node on `custom-file'.
18236         (custom-magic-alist): Rewrite individual State messages to use
18237         capitalized keywords.  Doc fix.
18239 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
18241         * calendar/calendar.el (calendar-buffer): Move above
18242         calendar-week-start-day.
18243         (calendar-week-start-day): Doc fix.  Add :set function.
18244         (calendar-minimum-window-height): New variable.
18245         (generate-calendar-window): Only resize window if selected-window
18246         is displaying the calendar buffer.  Use new variable
18247         calendar-minimum-window-height.
18248         (generate-calendar): Reword error message.
18249         (calendar-mode-map): Bind DEL to scroll-other-window-down.
18251 2005-02-27  Andreas Schwab  <schwab@suse.de>
18253         * vc.el (vc-do-command): Don't run command asynchronously when
18254         operating in a remote directory.
18256         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18257         change from sync with Tramp 2.0.47.
18259 2005-02-27  Richard M. Stallman  <rms@gnu.org>
18261         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18263         * textmodes/flyspell.el (flyspell-mode-on):
18264         Call ispell-change-dictionary only if necessary.
18266         * emacs-lisp/re-builder.el (regexp-builder): New function.
18268         * register.el (describe-register-1): Explicitly handle
18269         yank-excluded-properties = t.
18271         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18272         (custom-magic-alist): Change the status descriptions again.
18273         (face widget-type): Total rewrite based on `restricted-sexp'
18274         to eliminate the confusing double hiding levels.
18276         * emacs-lisp/debug.el (debug-on-entry-1):
18277         If function body is empty, add nil as body form.
18279 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * emacs-lisp/trace.el (inhibit-trace): New var.
18282         (trace-make-advice): Use it.
18284         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18286 2005-02-26  Kim F. Storm  <storm@cua.dk>
18288         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18289         (mouse-on-link-p, mouse-drag-region-1): Use it.
18291 2005-02-25  Lute Kamstra  <lute@gnu.org>
18293         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18295 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
18297         * frame.el (blink-cursor-mode): Add :group keyword.
18299 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
18301         * calendar/icalendar.el (icalendar--decode-isodatetime):
18302         New optional argument DAY-SHIFT.
18303         (icalendar-export-region): Fix coding-system-for-write.
18304         (icalendar--convert-ical-to-diary): Shift end-day of all-day
18305         events by one.
18307 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18309         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18311 2005-02-24  Kim F. Storm  <storm@cua.dk>
18313         * international/iso-acc.el (iso-accents-compose): Fix crash
18314         during redisplay.  Call force-window-update after read-event
18315         and delete-region to signal that window is not accurate.
18317 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18319         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18320         Remove unused and inexistent var `inhibit-trace'.
18321         (debugger-mode): Use run-mode-hooks.
18322         (debugger-list-functions): Add buttons; setup xref stack.
18324 2005-02-23  Richard M. Stallman  <rms@gnu.org>
18326         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18327         appointment says it was explicitly made.
18328         (appt-add): Set the 3rd element.
18329         (appt-make-list): Preserve explicit appointments.
18331         * subr.el (find-tag-default): Catch errors in forward-sexp.
18333 2005-02-23  Juri Linkov  <juri@jurta.org>
18335         * info.el (Info-isearch-search): New defcustom.
18336         (Info-isearch-search): Call the default isearch function
18337         when Info-isearch-search is nil.
18338         (Info-isearch-wrap): Use variable Info-isearch-search.
18340 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
18342         * cus-edit.el: Comment change.
18344 2005-02-22  Kim F. Storm  <storm@cua.dk>
18346         * progmodes/hideif.el (hide-ifdef-use-define-alist):
18347         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
18349 2005-02-22  Simon Josefsson  <jas@extundo.com>
18351         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18352         New variable.
18353         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
18354         Oskarsson" <myrkraverk@users.sourceforget.net>.
18356 2005-02-22  Kim F. Storm  <storm@cua.dk>
18358         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18359         check that window of that event is the selected window.
18360         (mouse-drag-region-1): Compare mouse event window to selected
18361         window before setting point.
18363         * tooltip.el (tooltip-show-help-function): Pass event to
18364         mouse-on-link-p so it can check selected window.
18366 2005-02-22  Kenichi Handa  <handa@m17n.org>
18368         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18369         (ps-mule-show-warning): New function.
18370         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18371         characters are found.
18373         * ps-print.el (ps-header-footer-string): Return a list of header
18374         and footer strings.
18376 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18378         * pcvs.el (cvs-retrieve-revision): Fix thinko.
18380 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18382         * frame.el (blink-cursor-mode): Use define-minor-mode.
18384         * term/mac-win.el (function-key-map): Use char-names more consistently.
18385         (file-name-coding-system): Only set it for MacOS-9.  The other case is
18386         already handled in mule-cmds.el (where it also works when mac-win.el
18387         is not used).
18389 2005-02-21  Kenichi Handa  <handa@m17n.org>
18391         * international/mule.el (ctext-pre-write-conversion): Always use
18392         " *code-converting-work*" buffer for work.
18394         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18396 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
18398         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18400 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
18402         * ses.el (undo-more): Restore defadvice, but only the part that
18403         allows changes outside the restricted area of the buffer.
18405 2005-02-20  Kim F. Storm  <storm@cua.dk>
18407         * simple.el (line-move): Add fourth optional arg try-vscroll which
18408         must be set to perform auto-window-vscroll.
18409         When moving backwards and doing auto-window-vscroll, automatically
18410         vscroll to the last part of lines which are taller than the window.
18411         (next-line, previous-line): Set try-vscroll arg on line-move.
18413 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18415         * replace.el (query-replace, query-replace-regexp)
18416         (replace-string, replace-regexp): When operating on region, make
18417         the minibuffer prompt say so.
18419         * isearch.el (isearch-forward): Document isearch-query-replace and
18420         isearch-query-replace-regexp keybindings.
18422 2005-02-19  Jay Belanger  <belanger@truman.edu>
18424         * calc/calc-aent.el (math-read-token): Add local variable.
18426         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18427         (calc-edit-top): Move declaration to earlier in file.
18428         (calc-edit-macro-repeats): Add local variables.
18430         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18431         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18432         calcFunc-tanh.
18433         Adjust integration rule for calcFunc-tan.
18435 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18437         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18438         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18439         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18440         (viper-skip-separators): Bug fix.
18441         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18442         particular major mode.
18443         (viper-del-backward-char-in-replace): Don't put deleted char on the
18444         kill ring.
18446         * viper-ex.el (viper-color-display-p): New function.
18447         (viper-has-face-support-p): Use viper-color-display-p.
18449         * viper-keym.el (viper-gnus-modifier-map): New keymap.
18451         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18453         * viper-util.el (viper-glob-unix-files): Fix shell status check.
18454         (viper-file-remote-p): Make equivalent to file-remote-p.
18456         * viper.el (viper-major-mode-modifier-list):
18457         Use viper-gnus-modifier-map.
18459 2005-02-19  David Kastrup  <dak@gnu.org>
18461         * subr.el (subregexp-context-p): Fix garbled doc string by adding
18462         quoting.
18464 2005-02-19  Jay Belanger  <belanger@truman.edu>
18466         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18467         Remove extra definitions.
18468         (calc-coth): New function.
18469         (calcFunc-cot): Fix `let'.
18471 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
18473         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18474         the reasons we use "type pc" in these faces.
18476         * button.el (button): Ditto.
18478 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
18480         * replace.el (query-replace-read-from): Set the value of
18481         query-replace-from-history-variable to handle the case of an empty
18482         string entered to accept the suggested default.
18484         * net/tramp.el (tramp-file-name-for-operation):
18485         Use dired-call-process instead of dired-call-process-command.
18487 2005-02-19  Jay Belanger  <belanger@truman.edu>
18489         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18490         (math-div-non-trig): New variables.
18491         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18492         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18493         (math-combine-prod, math-div-symb-fancy): Add simplifications for
18494         trig expressions.
18496 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
18498         * progmodes/gdb-ui.el (gdb-var-update-handler)
18499         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18500         for watch expressions,
18501         (gdb-var-create-handler): Don't set speedbar-update-flag.
18502         (gdb-post-prompt): Simplify test for speedbar.
18504 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18506         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18507         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18508         we use the syntax table of the correct buffer.
18509         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18510         Felix Gatzemeier.
18512         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18513         (ediff-file-remote-p): Make synonymous with file-remote-p.
18514         In all deffaces ediff-*-face-*, use min-colors.
18516         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18517         ediff-recurse-to-subdirectories.
18518         (ediff-mark-if-equal): Check that the arguments are strings, use
18519         ediff-same-contents (after to Felix Gatzemeier).
18521         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18522         nil.
18524 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18526         * log-view.el (log-view-message-re): Fix up Subversion regexp.
18528 2005-02-18  David Kastrup  <dak@gnu.org>
18530         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18531         use `mark-active' when defined.
18533 2005-02-18  Kenichi Handa  <handa@m17n.org>
18535         * ps-print.el (ps-font-info-database): New entry
18536         ZapfChancery-MediumItalic with correct font name.  Fix font name
18537         of the entry Zapf-Chancery-MediumItalic.
18539 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18541         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18543 2005-02-16  Kim F. Storm  <storm@cua.dk>
18545         * ido.el (ido-fallback-command): Pass user input to fallback command.
18547 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18549         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18550         (gdb-find-file-hook): Add server prefix.
18552 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18554         * replace.el (perform-replace): Pass new args to replace-highlight.
18555         (replace-highlight): Take region args,
18556         and pass them to isearch-lazy-highlight-new-loop.
18558         * novice.el (disabled-command-hook): Autoload the defalias
18559         and the make-obsolete-variable call.
18561         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18563         * isearch.el (isearch-lazy-highlight-start-limit)
18564         (isearch-lazy-highlight-end-limit): New variables limit
18565         the region for highlighting.
18566         (isearch-lazy-highlight-new-loop): New args BEG and END.
18567         (isearch-lazy-highlight-search): Use the new vars.
18568         (isearch-lazy-highlight-update): Likewise.
18570         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18572         * cus-start.el (all): Use default-boundp.
18574 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18576         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18578 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18580         * autorevert.el (auto-revert-stop-on-user-input)
18581         (auto-revert-verbose): Doc fixes.
18583 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18585         * international/mule-cmds.el (set-locale-environment): Remove call
18586         to set-selection-coding-system on Windows.
18588 2005-02-15  Jay Belanger  <belanger@truman.edu>
18590         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18591         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18592         calcFunc-coth.
18593         (math-simplify-sqrt): Add simplifications.
18595         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18596         to list.
18598         * calc/calc-ext.el: Add functions to autoloads.
18600         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18601         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18602         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18603         (math-csc-raw, math-cot-raw): New functions.
18605         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18607         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18608         the variable name in a message.
18610         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18611         calcFunc-csc, calcFunc-cot.
18613         * calc/calcalg2.el: Add derivative and integration rules for
18614         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18615         calcFunc-csch, calcFunc-coth.
18616         (math-do-integral-methods): Add to checks for when to use
18617         substitutions.
18619         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18621 2005-02-15  Lute Kamstra  <lute@gnu.org>
18623         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18624         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18625         <monnier@iro.umontreal.ca>
18626         (lisp-outline-level): Improve efficiency.  Suggested by David
18627         Kastrup <dak@gnu.org>.
18629 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18631         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18632         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18633         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18634         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18635         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18637 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18639         * cus-start.el (all): Comment change.
18641 2005-02-14  Lute Kamstra  <lute@gnu.org>
18643         * cus-start.el (all): Check if symbol is void.
18645 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18647         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18648         optional argument to \cite.
18650 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18652         * cus-edit.el (custom-buffer-create-internal): Update help message.
18653         (custom-magic-alist): Update help messages.
18655         * cus-start.el (all): Allow a var to specify a standard value.
18657 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18659         * custom.el (custom-theme-set-variables): Handle variable aliases.
18661         * frame.el (blink-cursor-timer): Doc fix.
18662         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18663         declare obsolete.
18664         (blink-cursor-mode): Define with defcustom and use correct
18665         standard expression in that defcustom.
18666         * startup.el (command-line): Adapt to above changes in frame.el.
18668 2005-02-11  Lute Kamstra  <lute@gnu.org>
18670         * apropos.el (apropos-score-doc): Prevent division by zero.
18672 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18674         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18675         (icalendar--get-event-property-attributes)
18676         (icalendar--get-event-properties)
18677         (icalendar--datetime-to-diary-date): New functions.
18678         (icalendar--split-value): Doc fix.
18679         (icalendar--datetime-to-noneuropean-date)
18680         (icalendar--datetime-to-european-date): New optional argument
18681         SEPARATOR.  Return result as a string instead of a list.
18682         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18683         (icalendar--convert-string-for-export): Rename arg S to STRING.
18684         (icalendar-export-region): Doc fix.  Change name of error buffer.
18685         Save output buffer.
18686         (icalendar-import-file): Add blank at end of prompt.
18687         (icalendar-import-buffer): Doc fix.  Do not switch to error
18688         buffer.  Indicate status in return value.
18689         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18690         buffer.  Save output buffer.  Handle exception from recurrence
18691         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18692         events.  Fix problems with weekly all-day events.
18694 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18696         * simple.el (eval-expression-print-format):
18697         Avoid warning about edebug-active.
18699         * help.el (help-for-help-internal): Rename from help-for-help.
18700         (help-for-help): Define with defalias.
18702         * font-core.el (font-lock-default-function): Use with-no-warnings.
18704         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18706         * custom.el (defface): Doc fix.
18708 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18710         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18711         width 0" to prevent word wrapping problems.
18713 2005-02-09  Kim F. Storm  <storm@cua.dk>
18715         * ido.el (ido-file-extensions-order): New defcustom.
18716         (ido-file-extension-lessp, ido-file-extension-aux)
18717         (ido-file-extension-order): New advanced file ordering.
18718         (ido-file-lessp): New simple file ordering.
18719         (ido-sort-list): Remove.
18720         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18721         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18723 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18725         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18726         that some versions of grep produce.
18727         (grep-mode-font-lock-keywords): Likewise.
18729 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18731         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18732         (gdb-cdir): Delete.
18733         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18734         (gdb-source-info): Treat case when source file is in another
18735         directory properly.
18736         (gdb-get-location): New function.
18738 2005-02-07  Jay Belanger  <belanger@truman.edu>
18740         * calc/calc-prog.el (calc-write-parse-table-part)
18741         (calc-fix-token-name): Fix a check for language type.
18743         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18745 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18747         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18748         as directory not writable.
18750 2005-02-07  Kim F. Storm  <storm@cua.dk>
18752         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18753         (cua--standard-movement-commands): Remove list.
18754         Instead, set CUA property value to move for movement commands.
18755         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18756         (cua--pre-command-handler): Check CUA property.
18757         (cua--init-keymaps): Don't remap undo commands.
18758         (cua-mode): Don't call cua--rectangle-on-off.
18760         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18761         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18762         (cua--rect-undo-set-point): New var.
18763         (cua--rectangle-undo-boundary): Setup undo apply entry.
18764         (cua--rect-undo-handler): New function for rectangle undo.
18765         (cua--rect-start-position, cua--rect-end-position): Add.
18766         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18767         for restored rectangle.  Set point if cua--rect-undo-set-point.
18769 2005-02-06  Jay Belanger  <belanger@truman.edu>
18771         * calc/calc-lang.el (calc-tex-language): Display more information
18772         in messages.
18774         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18775         in TeX mode.
18777 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18779         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18781 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18783         * net/ldap.el (ldap-search-internal): Support attributes with
18784         optional descriptions separated by a semi-colon, as in
18785         "userCertificate;binary".
18787 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18789         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18790         isn't a cons (i.e. the version is 0).
18792 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18794         * help.el (help-for-help): Doc fix.
18796 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18798         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18799         GDB-Windows on the menu-bar as this works better.
18801 2005-02-04  Jay Belanger  <belanger@truman.edu>
18803         * calc/calc-embed.el (calc-embedded-update): Don't put in
18804         unnecessary newlines.  Adjust the end of formula marker.
18806         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18807         (math-latex-parse-two-args): New function.
18809 2005-02-03  Lute Kamstra  <lute@gnu.org>
18811         * help-fns.el (help-with-tutorial): Make sure that users cannot
18812         remove the entire text of the tutorial by means of `undo'.
18814 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18817         in recent changes, where the ispell process was repeatedly
18818         killed & restarted.
18820         * international/mule-cmds.el (set-locale-environment): Set file-name
18821         coding system to utf-8 on Darwin systems.
18822         (set-default-coding-systems): Don't set default-file-name-coding-system
18823         on Darwin systems.
18825 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18827         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18829 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18831         * faces.el (list-faces-display): Add optional argument.
18833 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * font-core.el (font-lock-default-function): Handle the rare case where
18836         only font-lock-keywords is set.
18838 2005-02-02  Kenichi Handa  <handa@m17n.org>
18840         * international/characters.el: Cancel previous change for
18841         I-WITH-DOT-ABOVE and DOTLESS-i.
18843         * international/latin-5.el: Cancel previous change.
18845 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18847         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18849 2005-02-02  Kenichi Handa  <handa@m17n.org>
18851         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18852         DOTLESS-i.
18854         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18855         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18857         * case-table.el (get-upcase-table): New function.
18858         (copy-case-table): Copy upcaes table too if non-nil.
18859         (set-case-syntax-delims): Maintain upcase table too.
18860         (set-case-syntax-pair): Likewise.
18861         (set-upcase-syntax, set-downcase-syntax): New functions.
18862         (set-case-syntax): Maintain upcase table too.
18864 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18866         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18868         * progmodes/gud.el (gud-goto-info): New function.
18869         (gud-tool-bar-map): Use correct icon.
18871 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18873         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18874         When delegating, order args in the funcall correctly.
18876 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18878         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18880 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18882         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18883         buffer not visiting a file.
18885 2005-01-31  Jay Belanger  <belanger@truman.edu>
18887         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18888         bound on the line with the formula.
18890 2005-01-31  Kim F. Storm  <storm@cua.dk>
18892         * ses.el (ses-create-cell-variable-range)
18893         (ses-destroy-cell-variable-range, ses-reset-header-string)
18894         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18895         (ses-insert-row): Fix format of apply undo entries.
18897 2005-01-31  Jay Belanger  <belanger@truman.edu>
18899         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18900         parts.
18902         * calc/calc-embed.el (calc-embedded-open-formula)
18903         (calc-embedded-close-formula): Ignore matrix environments.
18905         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18906         TeX mode.
18908         * calc/calc-lang.el (math-function-table, math-oper-table)
18909         (math-variable-table): Adjust the LaTeX portions.
18911         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18912         (math-latex-ignore-words): New constant.
18914 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18916         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18917         (ispell-local-dictionary): Doc fix.
18918         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18919         Don't reinitialize at run time.  Don't defcustom.
18920         All uses changed to append ispell-local-dictionary-alist,
18921         or check it first.
18922         (ispell-current-dictionary): New variable for dictionary in use.
18923         (ispell-dictionary): Now used only for global default.
18924         (ispell-start-process): Set ispell-current-dictionary,
18925         not ispell-dictionary.
18926         (ispell-change-dictionary): Use this only for setting
18927         user preferences.
18928         (ispell-internal-change-dictionary): New function
18929         to change the current dictionary in use.
18930         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18931         Use ispell-current-dictionary.
18932         Handle ispell-local-dictionary-overridden.
18933         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18935 2005-01-31  Jay Belanger  <belanger@truman.edu>
18937         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18939         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18940         (calc-mode-map): Add calc-latex-language.
18942         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18943         (math-latex-print-frac): New functions.
18944         (math-oper-table, math-function-table, math-variable-table)
18945         (math-complex-format, math-input-filter): Add latex properties.
18946         (calc-set-language): Set math-expr-special-function-mapping.
18948         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18949         (calc-write-parse-table-part): Add LaTeX support.
18951         * calc/calc.el (calc-language): Adjust docstring.
18952         (calc-set-mode-line): Add LaTeX support.
18953         (math-expr-special-function-mapping): New variable.
18954         (math-tex-ignore-words): Add to list.
18956         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18957         Add LaTeX support.
18958         (math-compose-expr): Add support for special functions.
18960         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18962 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18964         * progmodes/gdb-ui.el (gdb-memory-address)
18965         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18966         (gdb-memory-mode-map, gdb-memory-format-keymap)
18967         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18968         (gdb-memory-unit-menu): New variables for a buffer
18969         that lets the user examine program memory.
18970         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18971         (gdb-memory-format-binary, gdb-memory-format-octal)
18972         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18973         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18974         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18975         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18976         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18977         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18978         (gdb-memory-mode, gdb-memory-buffer-name)
18979         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18980         New functions for above buffer.
18982 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18984         * cus-edit.el (custom-bury-buffer): Function deleted.
18985         (custom-buffer-done-function): Option deleted.
18986         (custom-buffer-done-kill): New replacement option.
18987         (Custom-buffer-done): Call quit-window.
18988         (custom-buffer-create-internal): Update for above changes.
18990 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18992         * simple.el (undo-ask-before-discard): New var.
18993         (undo-outer-limit-truncate): Implement it.
18994         (undo-extra-outer-limit): Doc update.
18996 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18998         * ses.el (undo-more): Delete defadvice.
18999         (ses-begin-change): Doc fix.
19001         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19002         instead of rebinding C-x u and C-_.
19004         * files.el (normal-backup-enable-predicate): Return nil for files
19005         in /tmp, regardless of temporary-file-directory.
19007         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19009         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19010         (open-rectangle, delete-whitespace-rectangle-line)
19011         (clear-rectangle-line): If FILL, pass t instead of FILL
19012         for move-to-column's 2nd arg.
19014         * simple.el (undo): Fix the test for continuing a series of undos.
19015         (undo-more): Set pending-undo-list to t when we reach end.
19016         (pending-undo-list): Move up defvar.
19018         * wid-edit.el (widget-button-click):
19019         Shorten the range of the track-mouse binding.
19021         * comint.el (comint-insert-input): Undo previous changes;
19022         use last-input-event in interactive spec.
19024 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
19026         * progmodes/compile.el (compilation-start): Bind buffer-read-only
19027         to nil before invoking call-process.  Reset buffer's modified flag
19028         after fontifying it in the no-async branch.
19030         * wid-edit.el (widget-specify-button): If mouse pointer shape
19031         cannot be changed, use mouse face instead.
19033 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
19035         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19036         (gdb-goto-breakpoint): Make breakpoint handling work on template
19037         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
19038         (gdb-assembler-custom): Update to recognize breakpoint information
19039         added on 2005-01-19.
19041 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19043         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19044         (dsssl-mode): Use define-derived-mode.
19045         (scheme-mode-initialize): Remove.
19046         (scheme-mode): Use run-mode-hooks.
19048         * cus-edit.el (customize-group-other-window)
19049         (custom-buffer-create-other-window): Don't override special-display-*.
19050         (custom-mode-map): Make it dense.
19052         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19053         sets the default value.
19055 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
19057         * descr-text.el: Add more keywords.
19059 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19061         * speedbar.el: Avoid unnecessary use of locate-library.
19063         * international/mule-cmds.el (standard-display-european-internal):
19064         Don't fiddle with latin-1 non-break space any more since it's now
19065         special cased in the C code.
19066         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19068 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
19070         * cus-start.el (all): Add `undo-outer-limit'.
19072 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19074         * textmodes/bibtex.el (bibtex-format-entry):
19075         Use `bibtex-empty-field-re' only on the text of fields, not on entire
19076         field lines.
19077         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19078         not on part of a buffer.
19080 2005-01-25  Lute Kamstra  <lute@gnu.org>
19082         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19083         nonempty field text strings like "{letters\\macro{}more letters}".
19084         Clarify docstring.
19085         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19086         (bibtex-entry-offset, bibtex-parse-association)
19087         (bibtex-parse-field-name): Fix typos in docstrings.
19088         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19090 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
19092         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19093         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19094         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19095         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19097         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19098         isearch minor mode.
19100 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
19102         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19104 2005-01-24  Lute Kamstra  <lute@gnu.org>
19106         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19107         CASECHARS and NOT-CASECHARS regular expressions of the
19108         "nederlands" and "nederlands8" dictionaries to prevent a "Range
19109         striding over charsets" error.
19111 2005-01-24  Jay Belanger  <belanger@truman.edu>
19113         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19114         display variable name.
19116 2005-01-24  Kenichi Handa  <handa@m17n.org>
19118         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19119         Fix setting of the element of encoded-kbd-iso2022-invocations.
19121 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
19123         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19124         (gdb-threads-select): Change to also accept mouse events.
19125         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19126         (gdb-threads-mouse-select): Delete.
19128 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
19130         * files.el (insert-directory): Take care of empty directory,
19131         listed without -a switch.
19133 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19135         * textmodes/refill.el (refill-post-command-function):
19136         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19137         to the list of functions that we should be careful not to undo.
19138         (refill-late-fill-paragraph-function): Remove.
19139         (refill-saved-state): New var.
19140         (refill-mode): Use it to save fill-paragraph-function.
19141         Save also the value of auto-fill-function.
19143         * term/w32-win.el: Simplify code.
19145 2005-01-23  Kim F. Storm  <storm@cua.dk>
19147         * simple.el (line-move): Adapt to new return value from
19148         pos-visible-in-window-p.
19150         * simple.el (line-move): Fix last change.  Check partial
19151         visibility at point rather than at window-start.
19153 2005-01-22  Jason Rumney  <jasonr@gnu.org>
19155         * term/w32-win.el (xw-defined-colors): Remove debug-message.
19157 2005-01-22  David Kastrup  <dak@gnu.org>
19159         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19161 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
19163         * type-break.el (type-break-mode): Add a test for
19164         type-break-file-name being non-nil.
19166 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
19168         * net/eudc.el (top level): Call (message "") via progn, so that
19169         eudc-options-file is loaded.
19171 2005-01-22  Kim F. Storm  <storm@cua.dk>
19173         * simple.el (line-move-1): Rename from line-move.
19174         (line-move): New function that adjusts vscroll for partially
19175         visible rows, and calls line-move-1 otherwise.
19177 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
19179         * pcomplete.el: Define pcomplete-read-event instead of read-event,
19180         since it's not a complete read-event implementation
19182 2005-01-20  Jay Belanger  <belanger@truman.edu>
19184         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19185         for called function.
19187 2005-01-20  Steven Tamm  <steventamm@mac.com>
19189         * term/mac-win.el (process-connection-type): Remove.
19190         Controlled now by s/darwin.h:PTY_ITERATION.
19192 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19194         * window.el (handle-select-window): Don't switch window when we're
19195         in the minibuffer.
19197 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
19199         * subr.el (dotimes-with-progress-reporter): New macro.
19201         * ses.el (ses-dotimes-msg): Remove macro.
19202         Use `dotimes-with-progress-reporter' instead.
19204 2005-01-19  Steven Tamm  <steventamm@mac.com>
19206         * term/mac-win.el (process-connection-type): Use new
19207         operating-system-release variable to use ptys on Darwin 7 (OS X
19208         10.3) when using carbon build.
19210 2005-01-19  Jay Belanger  <belanger@truman.edu>
19212         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19213         flags if the last command was a tab or M-tab.
19215         * calc/calc-prog.el (calc-user-define-edit): Put original formula
19216         in formula editing buffer.
19218 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19220         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19221         breakpoint image symbol in margin.
19223 2005-01-19  Jay Belanger  <belanger@truman.edu>
19225         * calc/calc-prog.el (calc-execute-kbd-macro):
19226         Ignore calc-keep-arg-flag.
19228 2005-01-19  Kenichi Handa  <handa@m17n.org>
19230         * textmodes/ispell.el (ispell-looking-at): New function.
19231         (ispell-process-line): Use ispell-looking-at to compare the ispell
19232         output and the buffer contents.
19234 2005-01-18  Jay Belanger  <belanger@truman.edu>
19236         * calc/calc.el (calc-display-raw): Fix docstring.
19238 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19240         * simple.el (blink-matching-open): Strip extra info from syntax.
19242         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19243         funny chars in the end-of-here-doc marker.
19245 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
19247         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19248         that enable/disabled state of breakpoints is shown correctly in
19249         fringe and on ttys.
19250         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19251         Add breakpoint information as text properties.
19252         (gdb-mouse-toggle-breakpoint):
19253         Rename to gdb-mouse-set-clear-breakpoint.
19254         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
19255         breakpoints in the margin.
19256         (gdb-remove-strings): Simplify.
19258 2005-01-17  Jay Belanger  <belanger@truman.edu>
19260         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19261         erasing buffer.
19263 2005-01-17  Richard M. Stallman  <rms@gnu.org>
19265         * progmodes/grep.el (grep-find): Copy from `grep' the condition
19266         for calling grep-compute-defaults.
19268         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19269         if buffer is empty.
19271         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19273 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19275         * hilit-chg.el (highlight-changes-mode): Don't autoload.
19277         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19278         non-preloaded variables.
19280 2005-01-17  Steven Tamm  <steventamm@mac.com>
19282         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19283         tex-shell cause to force interactivity when using pipes.
19285 2005-01-17  Kim F. Storm  <storm@cua.dk>
19287         * simple.el (just-one-space): Make arg optional.
19289 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
19291         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19292         posn-at-x-y to t to access left-margin.
19294 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
19296         Sync with Tramp 2.0.47.
19298         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19299         catching keep-date problems in cp/scp operations.
19300         (tramp-handle-copy-file): Don't call `set-file-modes'
19301         unconditionally.  Specialized functions should know better what is
19302         necessary.  This improves performance a little bit, and the
19303         functions could catch errors with `cp -p' and `scp -p'.
19304         (tramp-do-copy-or-rename-file-via-buffer)
19305         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19306         when appropriate.
19307         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19308         Call `set-file-modes' when appropriate.
19309         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
19310         Johnsson <isak@hypergene.com>
19311         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19312         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
19313         <joakim@verona.se>
19314         (tramp-file-name-for-operation): Mark `shell-command' as magic for
19315         Emacs only.
19317         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
19318         `find-file-hooks' and `dired-mode-hook'.
19319         (tramp-minor-mode-map): Respective map.  Add remapping for
19320         `compile' and `recompile'.
19321         (tramp-remap-command, tramp-recompile): New defuns.
19322         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19323         in buffer "*Compilation*".  Call the commands asynchronously.
19325         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19326         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19327         `shell-command', because it isn't magic in XEmacs.  Reported by
19328         Adrian Aichner <adrian@xemacs.org>.
19330         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19331         `substitute-in-file-name.
19332         (tramp-smb-handle-substitute-in-file-name): New defun.
19333         (tramp-smb-advice-PC-do-completion): Delete advice.
19335 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
19337         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19338         Fix error in deleting region.
19340 2005-01-15  Richard M. Stallman  <rms@gnu.org>
19342         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19343         In non-temp buffer, switch syntax table temporarily.
19345         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19347         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19349         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19351         * imenu.el (imenu--split-menu): Copy menulist before sorting.
19352         (imenu--generic-function): Use START, not BEG, as pos of definition.
19354         * simple.el (just-one-space): Argument specifies number of spaces.
19356         * simple.el (eval-expression-print-format): Avoid warning
19357         about edebug-active.
19359 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
19361         * progmodes/sh-script.el: Code copied from make-mode.el
19362         with small changes,
19363         (sh-mode-map): Bind C-c C-\.
19364         (sh-backslash-column, sh-backslash-align): New variables.
19365         (sh-backslash-region, sh-append-backslash): New functions.
19367 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19369         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19370         (rmail-pop-password, rmail-pop-password-required): Move to
19371         rmail-obsolete group.
19372         (rmail-set-pop-password): Rename to rmail-set-remote-password.
19373         All callers updated.
19374         (rmail-get-pop-password): Rename to rmail-get-remote-password.
19375         Take an argument specifying whether it is POP or IMAP mailbox we
19376         are using.  All callers updated.
19377         (rmail-pop-password-error): Rename to
19378         rmail-remote-password-error.  Added mailutils-specific error message.
19379         (rmail-movemail-search-path)
19380         (rmail-movemail-variant-in-use): New variables.
19381         (rmail-remote-password, rmail-remote-password-required):
19382         New customization variables.
19383         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19384         (rmail-parse-url): New function.
19385         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19386         with GNU mailutils movemail.
19388 2005-01-15  Kevin Ryde  <user42@zip.com.au>
19390         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19391         suffix to space, $ or '$, to correctly position point when going
19392         to @table style constants like DBL_MAX.
19394 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
19396         * type-break.el (type-break-mode, type-break-file-time)
19397         (type-break-file-keystroke-count, type-break-choose-file):
19398         Don't store data in or load data from the file if type-break-file-name
19399         is nil.
19400         (type-break-file-name): Doc update as per the above.
19402 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
19404         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19405         lookup-key might return nil; handle that.
19407 2005-01-15  Alan Mackenzie  <acm@muc.de>
19409         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19410         rather than the element found, thus enabling the tree to be setcar'd.
19412 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19414         * textmodes/org.el (org-show-following-heading): New option.
19415         (org-show-hierarchy-above): Use `org-show-following-heading'.
19416         (org-cycle): Documentation fix.
19418         * textmodes/org.el (orgtbl-optimized): New option
19419         (orgtbl-mode): New command, a minor mode.
19420         (orgtbl-mode-map): New variable.
19421         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19422         (orgtbl-error, orgtbl-self-insert-command)
19423         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19425         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19426         a local variable in each org-mode buffer.
19428         * textmodes/org.el (org-set-regexps-and-options): Rename from
19429         `org-set-regexps'.  Added checking for STARTUP keyword.
19430         (org-get-current-options): Add STARTUP options.
19431         (org-table-insert-row): Make mode intelligent about when
19432         realignment is needed.
19433         (org-self-insert-command, org-delete-backward-char, org-delete-char):
19434         New commands.
19435         (org-enable-table-editor): New default value `optimized'.
19436         (org-table-blank-field): Support blanking regions if active.
19438 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19440         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19441         if the year is not given.
19443         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19444         Add new escapes %m and %M, fixed bug with %F by adding
19445         save-match-data.
19446         (reftex-reference): Remove ?. from list of spaces.
19447         (reftex-label-info): Add automatic label prefix recognition.
19449         * textmodes/reftex-index.el (reftex-index-next-phrase):
19450         Add slave parameter to call of `reftex-index-this-phrase'.
19451         (reftex-index-this-phrase): New optional argument.
19452         (reftex-index-region-phrases): Add slave parameter to call of
19453         `reftex-index-this-phrase'.
19454         (reftex-display-index): New argument redo.
19455         (reftex-index-rescan): Add `redo' to arguments of
19456         `reftex-display-index'.
19457         (reftex-index-Rescan, reftex-index-revert)
19458         (reftex-index-switch-index-tag): Add `redo' to arguments of
19459         `reftex-display-index'.
19460         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19461         indexing.  Fix bug with matching is there is a quote before or
19462         after the word.
19464         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19465         Fix bug when collecting citation keys in lines with comments.
19466         (reftex-citation): Prefix argument no longer rescans the document,
19467         but forces prompting for optional arguments of cite macros.
19468         (reftex-do-citation): Prompting for optional arguments implemented.
19470         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19471         Add optional arguments to most cite commands.
19472         (reftex-cite-cleanup-optional-args): New option
19473         (reftex-cite-prompt-optional-args): New option.
19474         (reftex-trust-label-prefix): New option.
19476         * textmodes/reftex-toc.el (reftex-toc-find-section):
19477         Add push-mark before changing the position in the buffer.
19479         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19480         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19482 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
19484         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19485         more carefully.
19487 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19489         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19490         (sgml-mode): Use it.
19491         (sgml-get-context): Better keep track of implicitly closed tags.
19493 2005-01-13  Kenichi Handa  <handa@m17n.org>
19495         * textmodes/ispell.el: These changes are to fix misalignment error
19496         caused by equivalent characters of different Emacs charsets.
19497         (ispell-unified-chars-table): New variable.
19498         (ispell-get-decoded-string): New function.
19499         (ispell-get-casechars, ispell-get-not-casechars)
19500         (ispell-get-otherchars): Call ispell-get-decoded-string.
19502 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19504         * custom.el (custom-declare-variable): Just put symbol instead
19505         of (defvar . symbol) in `current-load-list'.
19507 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19509         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19511 2005-01-12  Jay Belanger  <belanger@truman.edu>
19513         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19514         to create a Calc summary.
19516 2005-01-12  Kim F. Storm  <storm@cua.dk>
19518         * mouse.el (mouse-on-link-p): Change functionality and doc
19519         string to comply with latest description in lisp ref.
19521 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
19523         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19524         Enable mouse clicks on mode-line, header-line and margin.
19525         (event-type): Give mouse event symbols an `event-kind' property
19526         with value `mouse-click'.
19528 2005-01-12  Juri Linkov  <juri@jurta.org>
19530         * facemenu.el (list-colors-display): Add new arg buffer-name.
19531         Use it.  Fix docstring.  Replace code for identifying duplicate
19532         colors by the name with call to `list-colors-duplicates' which
19533         identifies duplicate colors by the value unless the color
19534         is one of special Windows colors.  Set truncate-lines to t.
19535         Print sorted duplicate color names on each line.  Indent to 22
19536         \(the longest color name in rgb.txt) instead of 20.  Optimize.
19537         (list-colors-duplicates): New function.
19538         (facemenu-color-name-equal): Delete function.
19540         * facemenu.el (list-colors-print): New function created from code
19541         in list-colors-display.  Print #RRGGBB at the window right edge.
19542         (list-colors-display): When temp-buffer-show-function is not
19543         defined, call list-colors-print from temp-buffer-show-hook
19544         to get the right value of window-width in list-colors-print
19545         after the buffer is displayed.
19547         * simple.el (pop-mark): Move deactivate-mark out of conditional
19548         part to deactivate the active mark regardless of the state of the
19549         mark ring.
19551         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19552         variables line in desktop files.
19554 2005-01-12  Juri Linkov  <juri@jurta.org>
19556         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19557         Bring together isearch highlight related options.
19558         (lazy-highlight): Replace group `replace' by `matching'.
19559         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19560         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19561         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19562         and declare them obsolete.
19563         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19564         (isearch-faces): Remove defgroup.
19565         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19566         Move isearch highlighting code closer to lazy highlighting code.
19568         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19569         (query-replace-highlight, query-replace-lazy-highlight)
19570         (query-replace): Move definitions to the beginning of the file.
19572 2005-01-11  Juri Linkov  <juri@jurta.org>
19574         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19575         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19576         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19578         * info.el (Info-history-forward): New variable.
19579         (Info-select-node): Reset Info-history-forward to nil.
19580         (Info-last): Turn into defalias.
19581         (Info-history-back): Rename from Info-last.
19582         Add current node to Info-history-forward.
19583         (Info-history-forward): New fun.
19584         (Info-mode-map): Replace Info-last by Info-history-back.
19585         Bind Info-history-forward to "r".
19586         (Info-mode-menu): Replace Info-last by Info-history-back.
19587         Fix menu item text.  Add menu item for Info-history-forward.
19588         (info-tool-bar-map): Replace Info-last by Info-history-back.
19589         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19590         for Info-history-forward.
19591         (Info-mode): Replace Info-last by Info-history-back in docstring.
19592         Add local variable Info-history-forward.
19593         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19595 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19598         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19599         Ignore select-window events rather than fiddle with
19600         mouse-autoselect-window.
19602 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19604         * type-break.el (type-break-mode): Fix previous change.
19606 2005-01-10  Jay Belanger  <belanger@truman.edu>
19608         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19609         calculator; only reset when point is inside a calculator.
19610         Don't adjust the window height if the window takes up the whole height
19611         of the frame.
19613 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19615         * ebuff-menu.el (Electric-buffer-menu-mode):
19616         Preserve value of buffer-local var header-line-format.
19618 2005-01-09  Jay Belanger  <belanger@truman.edu>
19620         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19621         Make sure settings file exists before accessing it.
19623         * calc/calc-embed.el (calc-embedded-subst):
19624         Replace math-multi-subst-rec, which is only supposed to be called
19625         by math-multi-subst, by math-multi-subst.
19627 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19629         * vc.el (vc-allow-async-revert): New user option.
19630         (vc-disable-async-diff): New internal variable.
19631         (vc-revert-buffer): Use them to disable asynchronous diff.
19633         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19634         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19635         asynchronously if vc-disable-async-diff is t.
19637 2005-01-09  Jay Belanger  <belanger@truman.edu>
19639         * calc/calc.el (defcalcmodevar): New macro.
19640         (calc-mode-var-list-restore-default-values)
19641         (calc-mode-var-list-restore-saved-values): New functions.
19642         (calc-mode-var-list): Use defcalcmodevar to define it.
19643         (calc-always-load-extensions, calc-line-numbering)
19644         (calc-line-breaking, calc-display-just, calc-display-origin)
19645         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19646         (calc-group-char, calc-point-char, calc-frac-format)
19647         (calc-prefer-frac, calc-hms-format, calc-date-format)
19648         (calc-float-format, calc-full-float-format, calc-complex-format)
19649         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19650         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19651         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19652         (calc-matrix-brackets, calc-language, calc-language-option)
19653         (calc-left-label, calc-right-label, calc-word-size)
19654         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19655         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19656         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19657         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19658         (calc-window-height, calc-display-trail, calc-show-selections)
19659         (calc-use-selections, calc-assoc-selections)
19660         (calc-display-working-message, calc-auto-why, calc-timing)
19661         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19662         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19663         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19664         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19665         (calc-gnuplot-geometry, calc-graph-default-resolution)
19666         (calc-graph-default-resolution-3d, calc-invocation-macro)
19667         (calc-show-banner): Use defcalcmodevar to declare them and set
19668         their default values.
19670         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19671         instead of default values (but restore default values if there is
19672         an argument of 0).
19674 2005-01-09  David Kastrup  <dak@gnu.org>
19676         * desktop.el (desktop-restore-eager): Fix typo in type.
19678 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19680         * cus-edit.el (customize): Delete :link.
19682 2005-01-08  Jay Belanger  <belanger@truman.edu>
19684         * calc/calc.el (calc-mode): Remove the extension from the
19685         `calc-settings-file' file name when loading it.
19687 2005-01-08  Kim F. Storm  <storm@cua.dk>
19689         * info.el (Info-mode-map, Info-next-link-keymap)
19690         (Info-prev-link-keymap, Info-up-link-keymap):
19691         Map follow-link to mouse-face.
19692         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19694 2005-01-08  Jay Belanger  <belanger@truman.edu>
19696         * calc/calc.el (calc-settings-file): Change default value.
19697         Suggested by cgw in a comment in calc-mode.el.
19699         * calc/calc-mode.el (calc-settings-file-name):
19700         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19701         Replace ~/.emacs in a prompt by calc-settings-file.
19703 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19705         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19706         (desktop-lazy-idle-delay): New customizable variables.
19707         (desktop-buffer-args-list): New variable.
19708         (desktop-append-buffer-args): New function.
19709         (desktop-save): Call desktop-append-buffer-args for some buffers.
19710         (desktop-lazy-create-buffer): New function.
19711         (desktop-idle-create-buffers): New function.
19712         (desktop-read): Add message about buffers to restore lazily.
19713         (desktop-lazy-abort): New command.
19714         (desktop-clear): Call desktop-lazy-abort.
19715         (desktop-lazy-complete): New command.
19717 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19719         * emacs-lisp/find-func.el (find-face-definition):
19720         Rename from find-face.
19722 2005-01-06  Kim F. Storm  <storm@cua.dk>
19724         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19726         * man.el (Man-xref-man-page, Man-xref-header-file)
19727         (Man-xref-normal-file): Add follow-link property.
19729 2005-01-06  Jay Belanger  <belanger@truman.edu>
19731         * calc/calc-units.el: Make sure the proper macro definitions are
19732         available when compiling.
19734 2005-01-06  Juri Linkov  <juri@jurta.org>
19736         * isearch.el (isearch-lazy-highlight-update):
19737         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19739 2005-01-06  Miles Bader  <miles@gnu.org>
19741         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19742         (isearch-lazy-highlight-face): Use new name.
19744 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19746         * uniquify.el (uniquify-rationalize-file-buffer-names):
19747         Re-add an interactive spec.
19748         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19749         to the same name.
19751         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19752         (isearch-update, isearch-done): Adjust calls accordingly.
19754 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19756         * custom.el (custom-set-variables, custom-theme-set-variables):
19757         Clarify documentation.
19759         * emacs-lisp/find-func.el (find-variable)
19760         (find-variable-other-window, find-variable-other-frame):
19761         Fix the TYPE args to find-function-read and find-function-do-it.
19762         (find-function): Doc fix.
19763         (find-function-at-point): Replace function-at-point alias.
19765 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19767         * cus-face.el (custom-declare-face):
19768         Record defface in current-load-list.
19770         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19772         * emacs-lisp/find-func.el: Doc fixes.
19773         (find-face-regexp): New variable.
19774         (find-function-regexp-alist): New variable.
19775         (find-function-C-source): Third arg is now TYPE.
19776         (find-function-search-for-symbol): Handle general TYPE.
19777         (find-function-read, find-function-do-it): Handle general TYPE.
19778         (find-definition-noselect, find-face): New functions.
19779         (function-at-point): Alias deleted.
19781 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19783         * battery.el (display-battery-mode): Rename from display-battery.
19784         Handle the case where it gets turned off.
19786 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19788         * cus-edit.el (customize): Make :link point to user doc.
19790         * man.el (Man-fontify-manpage): Turn off undo generation.
19792         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19794 2005-01-04  Andreas Schwab  <schwab@suse.de>
19796         * files.el (insert-directory): Only look for error lines in
19797         inserted text.  Don't move too far after processing --dired markers.
19799 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19801         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19802         Don't expand if the character is @, period, dash, etc.
19803         (define-mail-abbrev): Quote names that contain problem characters.
19805 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19807         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19809 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19811         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19812         (query-replace-highlight, query-replace-lazy-highlight)
19813         (query-replace): Definitions moved up.  Doc fix.
19815 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19817         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19818         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19819         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19820         (lazy-highlight-face): Rename from isearch-lazy-...
19821         Change all references to them.
19823 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19825         * cus-edit.el (custom-file): Doc fix for defcustom.
19826         (custom-file): The function no longer sets the variable
19827         `custom-file' to its return value.
19829         * startup.el (command-line): No longer load `custom-file'.
19831 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19833         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19835         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19836         Don't confuse module-prefixed identifiers for labels.
19837         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19839 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19841         * files.el (basic-save-buffer-1): Fix previous change.
19843         * loadhist.el (file-loadhist-lookup): New function.
19844         (file-provides, file-requires): Use it.
19846         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19847         instead of calculating the right size.
19849 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19851         * vc-svn.el (vc-svn-diff): Stay local if possible.
19853 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19855         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19857         * files.el (hack-local-variables): Fix last change.
19859 2005-01-02  Jay Belanger  <belanger@truman.edu>
19861         * calc/calc-yank.el (calc-edit-top): New variable.
19862         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19863         object.  Change header properties.
19864         (calc-edit-finish, calc-edit-finish-stack-object)
19865         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19866         edited object.
19867         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19868         for the beginning of the edited object.
19869         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19870         for the beginning of the edited object.
19871         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19872         (calc-finish-formula-edit, calc-macro-repeats)
19873         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19874         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19875         beginning of the edited object.
19876         (calc-user-define-edit): Change the header for editing macros.
19877         Remove unnecessary variable.
19879 2005-01-01  Jay Belanger  <belanger@truman.edu>
19881         * calc/calc-yank.el (calc-edit-mode): Change default header.
19882         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19883         * calc/calc-store.el (calc-edit-variable): Change title to match new
19884         header.
19885         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19886         mode to match new header.
19887         (calc-user-define-edit): Change titles to include names of commands.
19888         (calc-finish-formula-edit): Adjust to handle new header.
19889         (calc-finish-macro-edit): Remove.
19890         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19891         (calc-edit-macro-command, calc-edit-macro-command-type)
19892         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19893         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19894         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19895         (calc-edit-macro-finish-edit): New functions.
19896         (calc-user-define-edit): Use new functions to edit named calc macros.
19898 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19900         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19902         * ses.el (copy-region-as-kill): Deactivate mark.
19904 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19906         * replace.el (occur-1): If the output buffer is also an input,
19907         don't kill it, rename it.
19909         * faces.el (set-face-background, set-face-foreground): Doc fix.
19911         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19912         for :foreground and :background.
19914         * dired.el (dired-view-command-alist): Variable deleted.
19915         (dired-view-file, dired-mouse-find-file-other-window):
19916         Delete the code to use it.
19918 2005-01-01  Kim F. Storm  <storm@cua.dk>
19920         * image.el (insert-sliced-image): Use t for line-height property.
19922 See ChangeLog.11 for earlier changes.
19924 ;; Local Variables:
19925 ;; coding: iso-2022-7bit
19926 ;; End:
19928     Copyright (C) 2005 Free Software Foundation, Inc.
19929   Copying and distribution of this file, with or without modification,
19930   are permitted provided the copyright notice and this notice are preserved.
19932 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1