(hl-line-highlight, hl-line-move): Doc fixes.
[emacs.git] / lisp / ChangeLog
blobfa7beddf4d663e18300751bd4f13e4b324f89adf
1 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
7         * emacs-lisp/find-func.el (find-definition-noselect)
8         (find-variable-noselect): Search variables in C source code too.
9         (find-function-C-source, find-function-noselect, find-function)
10         (find-function-other-frame, find-variable-noselect, find-variable)
11         (find-variable-other-frame, find-variable-at-point):
12         Fix docstrings.
14 2006-01-21  Francesco Potorti`  <pot@gnu.org>
16         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
20         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
21         Default to disabling the "Save affix" question.
23 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
25         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
26         the first arg to run-python.
28 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
30         * startup.el (command-line-1): Handle --no-desktop if desktop.el
31         is not loaded.
33 2006-01-20  Jay Belanger  <belanger@truman.edu>
35         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
36         limit is 0.
38         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
39         the correct variable.
41 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
43         * textmodes/org.el: (org-open-at-point): Fixed bug with matching a
44         link.  Fixed buggy argument sequence in call to `org-view-tags'.
45         (org-compile-prefix-format): Set `org-prefix-has-tag'.
46         (org-prefix-has-tag): New variable.
47         (org-format-agenda-item): Remove tags from headline if
48         appropriate.
49         (org-agenda-remove-tags-when-in-prefix): New option.
50         (org-get-tags-at): New function.
52 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
54         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
55         (thumbs-find-image): Move image name and number from buffer name
56         to mode name. Set thumbs-buffer.  Preserve point so that large
57         images remain visible.
58         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
59         order.
60         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
61         mode name.
62         (thumbs-next-image, thumbs-previous-image): Make them work.
64 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
66         * cus-edit.el (custom-buffer-create-internal): State in the text above
67         the whole buffer buttons that they do not operate on hidden items.
68         (custom-face-menu): Use `custom-face-save' instead of
69         `custom-face-save-command'.
70         (custom-face-save-command): Make it an alias for `custom-face-save'
71         and declare it obsolete.
72         (custom-face-save): Doc fix.
74         * dired.el (dired-no-confirm): Add quote.
75         (dired-subdir-alist-pre-R): Add quote in
76         `make-variable-buffer-local' form and remove unbalanced parenthesis.
78 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * textmodes/table.el (table-mode-indicator): Typo in last change.
82 2006-01-19  Richard M. Stallman  <rms@gnu.org>
84         * outline.el (hide-leaves): Don't call outline-end-of-heading.
85         Fixes bug reported in Nov 2005.
87         * isearch.el (isearch-forward): Doc fix.
89         * dired.el (dired-move-to-filename-regexp): Define as alias.
90         (dired-no-confirm): Use defcustom.
91         (dired-subdir-alist-pre-R): Put defvar at top level.
93         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
95         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
96         Mark as risky.
98         * simple.el (set-mark-command): Doc fix.
99         (clone-indirect-buffer-other-window):
100         Read arg like clone-indirect-buffer.
101         (move-beginning-of-line): Skip invisible newlines.
103 2006-01-19  Masatake YAMATO  <jet@gyve.org>
105         * progmodes/cpp.el (cpp-edit-load): Make the order of
106         listed conditions in a base C code buffer and its associate
107         CPP Edit buffer the same.
109 2006-01-19  Kenichi Handa  <handa@m17n.org>
111         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
112         (rmail-mime-feature): Likewise.
113         (rmail-require-mime-maybe): Use display-warning to show a warning
114         message.
116         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
117         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
119 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * array.el: Move defvars out of eval-when-compile.
122         (array-make-template): Replace undeclared global var with a local one.
123         (array-mode): Inline initialization functions.
124         (array-init-local-variables, array-init-max-row)
125         (array-init-max-column, array-init-columns-per-line)
126         (array-init-field-width, array-init-rows-numbered)
127         (array-init-line-length, array-init-lines-per-row): Remove.
129         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
130         (doc-mode-map): Define explicitly.
131         (doctor-txtype): Use mapc.
133         * textmodes/table.el: Move defvars out of eval-when-compile.
134         Remove harmful code meant to avoid byte-compiler warnings.
135         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
136         specification that checks table-fixed-width-mode directly.
137         (table-recognize-region, table-recognize-cell):
138         Use restore-buffer-modified-p.
139         (table-fixed-width-mode): Remove code that refreshes
140         table-fixed-mode-indicator.
141         (*table--cell-describe-bindings, *table--cell-describe-mode):
142         Avoid obsolete name print-help-return-message.
143         (table--test-cell-list): Don't use replace-regexp from elisp.
144         (table--point-entered-cell-function, table--point-left-cell-function):
145         Don't set table-fixed-mode-indicator, use force-mode-line-update.
147         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
148         that was after the end of file.  Use buffer-file-name variable.
149         (org-timestamp-change): Use with-current-buffer.
150         (org-todo-list): Don't unnecessarily define a new buffer-local var.
151         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
152         `file'.
154         * progmodes/fortran.el: Move defvars out of eval-when-compile.
155         (fortran-break-line): Remove unused var `opoint'.
156         (fortran-abbrev-start): Obey help-event-list.
158 2006-01-18  Jesper Harder  <harder@phys.au.dk>
160         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
162 2006-01-18  Masatake YAMATO  <jet@gyve.org>
164         * progmodes/make-mode.el (makefile-imake-mode): New mode
165         derived from makefile-mode.
166         (makefile-imake-mode-syntax-table): New syntax table
167         derived from makefile-mode-syntax-table.
168         (makefile-mode): Write about makefile-imake-mode in doc string.
169         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
170         (makefile-imake-font-lock-keywords): New font lock keywords.
172         * files.el (auto-mode-alist): Add Imakefile.
174 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
176         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
177         loading the file rather than when turning on flyspell-mode.
179 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
181         * cus-edit.el (customize-rogue): Minor doc fix.
183 2006-01-17  Juri Linkov  <juri@jurta.org>
185         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
186         instead of the file at the mark as default if the file at the mark
187         is the same as the file at point or if dired-dwim-target-directory
188         is not the same as the current directory and the mark is not active.
190         * log-view.el (log-view-minor-wrap): Use the same logic to get
191         revisions as `log-view-diff'.
193         * info.el (Info-revert-find-node): Check for Info-current-file
194         before preserving new-history.
196         * man.el (Man-heading-regexp): Add `/'.
198         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
199         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
201 2006-01-16  Juri Linkov  <juri@jurta.org>
203         * faces.el (mode-line-faces): New defgroup.
204         (mode-line-highlight): Move definition after new defgroup.
205         (mode-line, mode-line-inactive, mode-line-highlight):
206         Replace :group `modeline' with `mode-line-faces'.
207         (mode-line-buffer-id): New face.
208         (modeline-buffer-id): New face alias.
209         (vertical-border): Remove :group `modeline'.
211         * bindings.el (propertized-buffer-identification): Use face
212         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
213         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
214         (mode-line-buffer-identification-keymap): For mouse-1 replace
215         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
216         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
217         mouse-3.
219         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
220         Buffer-menu-buffer.  Doc fix.
221         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
222         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
223         `Buffer-menu-buffer'.
225         * info.el (Info-mode-line-node-keymap): New defvar.
226         (Info-set-mode-line): Use `stringp' to check Info-current-file.
227         Propertize Info-current-node with `mode-line-buffer-id' and
228         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
230         * time.el (display-time-mail-face): Replace :group `faces' with
231         `mode-line-faces'.
233 2006-01-16  Kenichi Handa  <handa@m17n.org>
235         * international/code-pages.el: Add autoload cookies for cp125[0345678].
237         * language/european.el (cp1252): New alias for windows-1252.
239         * international/mule.el (autoload-coding-system): Prepare for EOL
240         variants.
242 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
244         * term.el (term-raw-map): Add mapping for insert.
245         (term-send-insert): New.
246         (term-mode): Make variables local here instead of doing it in
247         `term-emulate-terminal'.
248         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
249         Scroll reverse needs to take into account the scroll
250         region.  Saving and restoring the cursor should save the color
251         attributes too.
252         (term-reset-terminal): Reset the scroll region.
253         (term-handle-ansi-escape): Cursor up and down should take into
254         account the scroll region.
255         (term-set-scroll-region): Rename from `term-scroll-region'.
256         Move to 0,0 after setting the region.
257         (term-handle-scroll): Handle scroll up.
258         (term-down): Fix off by one error.
259         (term-delete-lines): Do not delete outside the scroll region.
260         (term-insert-lines): Take into account the scroll region.
262 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * textmodes/ispell.el (ispell-internal-change-dictionary)
265         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
266         (start, end): Move declaration outside of eval-when-compile.
268         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
269         (flyspell-mode-on): Use it.
271         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
272         ispell-kill-ispell-hook.
274 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
276         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
277         (Custom-reset-saved): Do not ask for confirmation in single option
278         buffers.
280 2006-01-13  Richard M. Stallman  <rms@gnu.org>
282         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
284 2006-01-13  Romain Francoise  <romain@orebokech.com>
286         * add-log.el (add-change-log-entry, change-log-merge):
287         Conditionally use `hard-newline'.
289 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
291         * wid-edit.el (widget-field-end): If the overlay is no longer
292         associated with a buffer, behave as if the overlay didn't exist.
294         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
295         Make sure the links use the `custom-link' face.
297 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
300         (ld-script-mode): Don't set indent-line-function since we don't
301         have one.
303 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
305         * textmodes/org.el (org-open-file): Use mailcap for selecting an
306         application.
307         (org-file-apps-defaults-gnu): Use mailcap as the default for
308         selecting an application on a UNIX system.
309         (org-agenda-show-tags): New command.
310         (org-table-insert-hline): Keep cursor in current table line.
311         (org-table-convert): Offset effect of modifying
312         `org-table-insert-hline'.
313         (org-format-agenda-item): New optional argument TAG.
314         (org-compile-prefix-format): Handle %T format for the tag.
315         (org-expand-wide-chars): New function.
316         (org-table-insert-row, org-table-insert-hline):
317         Use `org-expand-wide-chars'.
318         (org-open-file): Fix bug in program launch.
319         (org-get-time-of-day): Fix bug with times before 1am.
320         (org-agenda-menu): Addes tags commands.
322 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
324         * textmodes/ispell.el (ispell-init-process): Include the used
325         dictionary in ispell process start message.
326         (ispell-internal-change-dictionary): When flyspell-mode is active
327         and dictionary is changed, make sure ispell process is restarted
328         and flyspell word cache cleared out for the current buffer.
329         (ispell-change-dictionary): Make sure flyspell word cache is
330         cleared out in all buffers with active flyspell mode when
331         dictionary is globally changed.
332         Call ispell-internal-change-dictionary after dictionary change.
334 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
336         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
338         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
339         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
340         years.  Fix small differences wrt Makefile.in.
341         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
342         Makefile.in does.
344 2006-01-12  Bill Wohler  <wohler@newt.com>
346         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
347         mh-search.el.
349 2006-01-12  Masatake YAMATO  <jet@gyve.org>
351         * progmodes/ld-script.el: Update copyright year.
353 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
355         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
356         Don't add widget if setting undefined.
358 2006-01-12  John Paul Wallington  <jpw@pobox.com>
360         * help-fns.el (describe-variable): Remove newlines from void
361         variable output.
363 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
365         * wdired.el (wdired-mode-map): Add help echo for
366         wdired-abort-changes.
368         * man.el (Man-file-name-regexp): Adjust for a list of files.
370 2006-01-12  Masatake YAMATO  <jet@gyve.org>
372         * progmodes/ld-script.el (auto-mode-alist): Support
373         suffix conventions used in netbsd and eCos.
375 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
377         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
378         (custom-variable-menu, custom-face-menu, custom-group-menu)
379         (Custom-mode-menu): Change names of menu items.  (As discussed on
380         emacs-devel.)
381         (custom-face-menu): Add "Undo Edits" item.
383         * startup.el (init-file-user): defcustom -> defvar.
385         * tooltip.el (tooltip-mode): Doc fix.
387 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * reveal.el (reveal-post-command): window-buffer signals an error on
390         dead windows rather than returning nil.
391         (reveal-open-new-overlays): An overlay might die while we open others.
393 2006-01-11  Bill Wohler  <wohler@newt.com>
395         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
396         phrasing in docstring.
398         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
399         can give some systems gas.  Add new file mh-buffers.el.
401 2006-01-06  Masatake YAMATO  <jet@gyve.org>
403         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
404         C preprocessor forward ported from GNU Emacs 21.2.
406         * progmodes/asm-mode.el (asm-font-lock-keywords):
407         Use `cpp-font-lock-keywords'.
409         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
411         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
412         of $ for "\\.ld[s]?".
414 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
417         (tcl-indent-line): Return `noindent' if inside a string.
419         * progmodes/flymake.el (flymake-split-string): Remove more than one
420         empty string at beg/end of the result.
421         (flymake-find-buildfile, flymake-find-possible-master-files):
422         Use expand-file-name.
423         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
424         since expand-file-name does it for us.  Use directory-file-name.
425         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
426         (flymake-ler-get-type, flymake-ler-get-text)
427         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
428         (flymake-current-line-no): Remove spurious interactive spec.
429         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
430         (flymake-check-include): Remove arg inc-path merged into inc-name.
431         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
432         Arg regexp-list replaced by a simple regexp.
433         (flymake-master-make-header-init, flymake-master-tex-init):
434         Correspondingly replace regexp-list with a regexp.  Fix regexp.
436 2006-01-10  Simon Josefsson  <jas@extundo.com>
438         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
439         describing AUTH PLAIN fix.
441 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
443         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
444         (report-emacs-bug): Don't record initial prompt text.
445         Instead, add text properties to prompting text.
446         (report-emacs-bug-hook): Delete prompting text.
448 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
450         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
451         `dirs'.  Adjust callers.
453 2006-01-09  John Paul Wallington  <jpw@gnu.org>
455         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
457 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
459         * reveal.el (reveal-open-new-overlays): New extracted fun.
460         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
461         using them.  Simplify the code.
462         (reveal-post-command): Use them.  Fix up obsolete windows in
463         reveal-open-spots.
465         * progmodes/flymake.el: Use `require' rather than autoload for
466         XEmacs's overlays.
467         (flymake-get-common-file-prefix, flymake-build-relative-filename):
468         Delete.  Use file-relative-name instead.
469         (flymake-get-syntax-check-program-args, flymake-perl-init):
470         Simplify the resulting code.
472         * log-view.el (log-view-file-re, log-view-message-re): Add support
473         for DaRCS output.
475 2006-01-09  Alex Schroeder  <alex@gnu.org>
477         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
478         identifiers sometimes added in square brackets at the beginning of
479         subject lines.
481 2006-01-07  Richard M. Stallman  <rms@gnu.org>
483         * cus-edit.el (Custom-set, Custom-save): Doc fix.
484         (Custom-reset-current, Custom-reset-saved): Change question text.
485         (Custom-reset-standard): Likewise.
486         (custom-variable-reset-saved): Doc fix.
488 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
490         * startup.el (init-file-user): Doc fix.
492 2006-01-07  Alex Schroeder  <alex@gnu.org>
494         * mail/rmail.el (rmail-current-subject): New function.
495         (rmail-current-subject-regexp): New function.
496         (rmail-next-same-subject): Use it.
498         * mail/rmailsum.el (rmail-summary-by-topic):
499         Use rmail-current-subject and rmail-current-subject-regexp.
500         (rmail-summary-next-same-subject): Ditto.
502         * net/rcirc.el (rcirc-send-input): No longer check whether the
503         process is open, since not all commands need an open process.
504         (rcirc-send-string): Check whether the process is open before
505         sending anything.
506         (rcirc-ignore-list): New option.
507         (rcirc-ignore-list-automatic): New variable.
508         (rcirc-print): Take rcirc-ignore-list into account.
509         (rcirc-cmd-ignore): New command.
510         (rcirc-ignore-update-automatic): New function.
511         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
512         list if ignored nicks.
513         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
515 2006-01-06  David Reitter  <david.reitter@gmail.com>
517         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
518         reflect the address to which the report will be sent.
520 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
522         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
523         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
525 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
527         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
529         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
530         the doc string: "functoin" => "function".
531         ldefs-boot.el: Likewise.
533         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
534         message text: "Duplicat" => "Duplicate".
536 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
538         * files.el (basic-save-buffer-2): If backing-up failed, reset
539         buffer-backed-up to nil.
541 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
543         * progmodes/gud.el (gdb-script-skip-to-head)
544         (gdb-script-calculate-indentation): Indent for breakpoint command
545         lists also.
547 2006-01-05  Bill Wohler  <wohler@newt.com>
549         * Makefile.in (compile-always): Add mh-autoloads dependency.
550         (bootstrap): Remove mh-autoloads dependency, as compile dependency
551         provides it.
552         (updates): Remove mh-autoloads dependency, since it probably has
553         already run recently (via recompile).
555 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
558         argument `force' to disable the flyspell-last-buffer optimization.
559         (flyspell-mode-on): Use it.
561         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
562         flymake-simple-cleanup.
563         (flymake-allowed-file-name-masks): Use this new default.
564         All the functions are now called in the right buffer rather than
565         passing the buffer as argument.
566         (flymake-process-sentinel): Switch to buffer before calling cleanup.
567         (flymake-parse-err-lines): Remove redundant buffer arg.
568         (flymake-get-program-dir): Comment out unused function.
569         (flymake-start-syntax-check, flymake-start-syntax-check-process):
570         Remove redundant buffer argument.
571         (flymake-get-real-file-name, flymake-simple-java-cleanup)
572         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
574 2006-01-05  Richard M. Stallman  <rms@gnu.org>
576         * info.el (Info-find-node): Don't record previous node if have none.
577         (info): Go to directory only if history is empty.
579         * simple.el (mark): Doc fix.
581 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
583         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
584         already of desired type.
585         (mac-ae-list): Coerce parameter to "list" type.
586         (mac-dispatch-apple-event): Replace cadr part of event with a
587         dummy position so that event-start returns it.
589 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
591         * textmodes/org.el (org-end-of-subtree): New function.
592         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
593         Use `org-end-of-subtree'.
594         (org-agenda, org-agenda-convert-date): Protect calls to
595         `fit-window-to-buffer'.
596         (org-tags-view): Force matching of sublevels when doing a
597         todo-only search.  Define the correct redo command, including the
598         arguments.
599         (org-agenda-redo): Display message.
600         (org-check-for-org-mode): New function.
601         (org-agenda-type): New variable.
602         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
603         Set `org-agenda-type'.
604         (org-agenda-check-type): New function.
605         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
606         (org-agenda-week-view, org-agenda-day-view)
607         (org-agenda-next-date-line, org-agenda-previous-date-line)
608         (org-agenda-log-mode, org-agenda-toggle-diary)
609         (org-agenda-toggle-time-grid, org-agenda-date-later)
610         (org-agenda-date-prompt, org-agenda-diary-entry)
611         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
612         (org-agenda-convert-date, org-agenda-menu):
613         Use `org-agenda-check-type'.
614         (org-make-overlay, org-delete-overlay)
615         (org-detatch-overlay, org-move-overlay, org-overlay-put):
616         New compatibility functions.
617         (org-calendar-select-mouse): New command.
619 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
621         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
622         (Custom-reset-standard): Fix y-or-n-p messages.
623         (custom-link): New face for links.
624         (custom-buffer-create-internal, custom-manual): Use it.
625         (custom-face-save): Push to theme-face before setting face spec.
627         * wid-edit.el (widget-default-mouse-face-get): New function.
628         (widget-specify-button): Handle mouse-face like button-face.
630         * custom.el (load-theme): Clear old theme settings if reloading.
632 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
634         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
635         "Erase Customization" button back to same position it occupies in
636         the individual State menus.
638 2006-01-04  Kim F. Storm  <storm@cua.dk>
640         * wid-edit.el (key-sequence): Rework widget to read key binding
641         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
642         (widget-key-sequence-default-value): Default value for empty sequence.
643         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
644         (widget-key-sequence-read-event): New command for C-q.
645         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
646         (widget-key-sequence-value-to-external): New functions.
648 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
651         Use expand-file-name.
652         (flymake-delete-temp-directory): Use expand-file-name,
653         file-name-directory, and directory-file-name.
654         (flymake-strrchr): Delete.
655         (flymake-start-syntax-check): Don't pass the redundant buffer argument
656         to the init-f function.
657         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
658         (flymake-init-find-buildfile-dir)
659         (flymake-init-create-temp-source-and-master-buffer-copy)
660         (flymake-simple-make-init-impl, flymake-simple-make-init)
661         (flymake-master-make-init, flymake-master-make-header-init)
662         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
663         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
664         (flymake-xml-init): Remove corresponding redundant buffer argument.
665         (flymake-allowed-file-name-masks): Remove last elems that are equal to
666         the default anyway.  Clean up regexps.
668         * progmodes/flymake.el (flymake-temp-source-file-name)
669         (flymake-master-file-name, flymake-temp-master-file-name)
670         (flymake-base-dir): New buffer-local vars.
671         (flymake-buffer-data, flymake-get-buffer-value)
672         (flymake-set-buffer-value): Replace those hash-tables by the new
673         buffer-local vars.  Update callers.
675         * progmodes/flymake.el (flymake-check-start-time)
676         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
677         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
678         Move definition, so we can remove redundant earlier declaration.
679         (flymake-replace-regexp-in-string, flymake-split-string)
680         (flymake-get-temp-dir): Use defalias.
681         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
682         (flymake-xemacs-window-edges): Remove unused function.
683         (flymake-get-point-pixel-pos): Move.
684         (flymake-pid-to-names, flymake-reg-names)
685         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
686         Replace by a simple list flymake-processes and by process-buffer.
687         Update callers.  Other than simplify the code, it uses buffers rather
688         than buffer-names so it doesn't get confused by uniquify.
689         (flymake-buffer-data): The global value should just be nil.
691         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
692         Optimize the body of a defalias like any other code.
694         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
695         Make sure we've setup font-lock's vars.  It may influence which
696         function we then call.
697         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
698         here since it's too late anyway.
700 2006-01-03  Romain Francoise  <romain@orebokech.com>
702         * startup.el (fancy-splash-tail, normal-splash-screen):
703         Update copyright year.
705 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
707         * mouse.el (mouse-drag-track): Rename, from
708         `mouse-drag-region-1'.  Includes optional argument required to
709         enable post-drag event processing (e.g. delete region keys).
710         Can be used without this argument to track a mouse region and operate
711         on it as soon as the drag completes.
712         (mouse-drag-region): Use `mouse-drag-track'.
714 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
716         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
717         Move to `custom-buffer' group.
719         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
720         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
721         (custom-theme-insert-face-marker, custom-theme-variable-menu)
722         (custom-theme-face-menu): New variables.
723         (custom-theme-add-variable, custom-theme-variable-action)
724         (custom-variable-reset-theme, custom-theme-delete-variable)
725         (custom-face-reset-theme, custom-theme-face-action)
726         (custom-theme-delete-face, custom-theme-merge-theme)
727         (custom-theme-add-face, custom-theme-visit-theme): New functions.
729 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
731         * custom.el: Move Custom Themes commentary to start of theme code.
732         (custom-known-themes): Rename `standard' theme to `changed'.
733         (custom-push-theme): Caller no longer specifies what theme to use
734         when doing `reset'---the setting is simply removed from the theme.
735         Delete MODE from `theme-value' and `theme-settings' properties.
736         (custom-declare-theme): Ignore &rest args since we don't use them.
738         (custom-loaded-themes): Delete variable.
739         (custom-theme-load-themes, custom-theme-loaded-p)
740         (custom-theme-value): Delete functions.
742         (custom-declare-theme): Signal error on invalid theme names.
743         (provide-theme): custom-loaded-themes was deleted.
744         (load-theme): Load the file unconditionally.
745         (enable-theme): Call `load-theme' if theme is undefined.
746         (custom-enabled-themes): Only update value for successful loads.
747         (disable-theme): Complete from enabled themes when interactive.
748         (custom-variable-theme-value): Calculate theme value directly.
750         (custom-theme-reset-variables, custom-reset-variables): Mark as
751         XEmacs compatibility functions.  We don't actually use these.
753         * cus-edit.el (custom-variable-state-set):
754         Use custom-variable-theme-value instead of custom-theme-value.
755         (custom-face-state-set): Rename `standard' theme to `changed'.
756         (custom-save-variables, custom-save-faces): Delete unneeded
757         references to custom-reset-variables.
758         (custom-save-resets): Delete function.
759         (custom-save-variables, custom-save-faces): MODE argument deleted.
760         (custom-save-variables, custom-save-faces): Ignore theme values.
762         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
763         compatibility function.
765 2006-01-01  Richard M. Stallman  <rms@gnu.org>
767         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
768         (Custom-reset-current, Custom-reset-saved): Likewise.
769         (Custom-reset-standard): Show message if aborted.
770         (custom-mode): Doc fix, describing those commands.
772         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
773         put on event-kind property.
775 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
777         * custom.el (provide-theme): Ban `user' theme name.
778         (custom-enabling-themes): New variable.
779         (enable-theme): Don't enable user if custom-enabling-themes is t.
780         (custom-enabled-themes): Make it a defcustom.
781         (custom-theme-recalc-face): No-op if face is undefined.
783         * cus-edit.el (custom-button-mouse): New variable.
784         (custom-button-mouse): New face.
785         (custom-raised-buttons, custom-mode): Use it.
787         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
789 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
791         * progmodes/gud.el (gud-display-line): Support hl-line in the
792         source buffer.
794 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
796         * mouse.el (mouse-drag-window-above): Verify that the found window
797         overlaps with the given window in the horizontal dimension.
799 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
801         * Makefile.in (cvs-update): New target.
803         * makefile.w32-in (cvs-update): Ditto.
805 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
807         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
808         (custom-new-theme-mode-map): New variable.
810 2005-12-30  Richard M. Stallman  <rms@gnu.org>
812         * custom.el (custom-load-themes): Function deleted.
814         * cus-edit.el (custom-save-loaded-themes): Function deleted.
815         (custom-save-variables): Don't delete or add custom-load-themes call.
817 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * cus-start.el: Add `visible-cursor'.
821         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
822         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
823         (flymake-process-filter): Switch to buffer before calling it instead.
824         (flymake-post-syntax-check, flymake-highlight-err-lines)
825         (flymake-delete-own-overlays, flymake-parse-err-lines)
826         (flymake-start-syntax-check, flymake-start-syntax-check-process)
827         (flymake-count-lines, flymake-parse-residual):
828         Remove constant buffer argument.
829         (flymake-start-syntax-check-for-current-buffer): Remove.
830         Update callers to use flymake-start-syntax-check instead.
831         (flymake-display-err-menu-for-current-line):
832         Remove unused var `mouse-pos'.
833         (flymake-restore-formatting): Comment out unused function.
834         (flymake-report-status, flymake-report-fatal-status): Remove buffer
835         argument, use current-buffer instead.  Update callers.
837 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
839         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
840         buffer-local because choose-completion-delete-max-match requires
841         that we set completion-ignore-case (i.e., binding via let is not
842         sufficient).
843         (bibtex-complete): Always set completion-ignore-case and
844         choose-completion-string-functions. The latter is needed because
845         choose-completion-string-functions keeps its value if we quit the
846         *Completions* buffer without requesting a completion.
848 2005-12-30  Andreas Schwab  <schwab@suse.de>
850         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
852 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
854         * jit-lock.el (jit-lock-chunk-size): Doc fix.
856 2005-12-30  Juri Linkov  <juri@jurta.org>
858         * locate.el (locate-fcodes-file, locate-header-face)
859         * progmodes/delphi.el (delphi-other-face)
860         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
862         * paren.el (show-paren-match, show-paren-mismatch): Use existing
863         group `paren-showing-faces'.
865         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
866         (goto-address): Fix docstring.
868         * net/webjump.el (webjump-sample-sites): Update URLs.
870         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
872         * subr.el (cancel-change-group): Add listp around pending-undo-list.
874 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * font-lock.el (font-lock-compile-keywords): Signal an error when
877         font-lock-set-defaults hasn't been called.
879 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
881         * subr.el (noreturn, 1value): Doc fixes.
883 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
885         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
886         that assoc-string returns nil.
888 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
890         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
891         (bibtex-entry-type-str, bibtex-empty-field-re)
892         (bibtex-search-backward-string, bibtex-preamble-prefix)
893         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
894         (bibtex-any-valid-entry-type): New variable.
895         (bibtex-parse-field-name): Simplify.
896         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
897         (bibtex-preamble-prefix): Include left delimiter.
898         (bibtex-search-forward-field, bibtex-search-backward-field):
899         Allow unbounded search past entry boundaries (required by bibtex-pop).
900         (bibtex-text-in-field-bounds): Use push.
901         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
902         (bibtex-parse-preamble, bibtex-valid-entry)
903         (bibtex-beginning-first-field): New functions.
904         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
905         (bibtex-map-entries): Fix docstring.
906         (bibtex-flash-head): New arg prompt. Simplify.
907         (bibtex-enclosing-field): Include code of bibtex-inside-field.
908         (bibtex-insert-kill): Simplify.  Always insert text past the
909         current field or entry.
910         (bibtex-format-entry): Use bibtex-parse-field.
911         (bibtex-pop): Use bibtex-beginning-of-entry and
912         bibtex-end-of-entry to initiate the search.  Insert empty field if
913         we found ourselves.
914         (bibtex-print-help-message): New args field and comma.
915         Handle entry keys.
916         (bibtex-make-field): Use bibtex-beginning-of-entry.
917         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
918         invalid entry.
919         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
920         Handle preambles.  Simplify code for thorough test.
921         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
922         New arg comma.  Handle entry heads.
923         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
924         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
925         New arg comma.
926         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
927         (bibtex-fill-field): Simplify.
928         (bibtex-fill-entry): Use bibtex-beginning-first-field and
929         bibtex-parse-field.
930         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
931         (bibtex-complete): Use bibtex-parse-preamble.
933 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
935         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
936         Display name of expression instead of convenience variable.
937         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
939         * progmodes/gud.el (gud-tooltip-dereference): Rename from
940         toggle-gud-tooltip-dereference.
941         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
942         (gud-tooltip-tips): ...here when dereferencing..
944 2005-12-28  Bill Wohler  <wohler@newt.com>
946         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
948 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
951         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
952         (vc-annotate-display-autoscale): Adjust call.
953         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
954         Fix interactive spec.
955         (vc-annotate-time-span): Remove.
956         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
957         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
958         (vc-annotate-display-select): Use new name.
960         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
961         (vc-annotate-mode-menu): Remove left-over redundant declaration.
962         Correct the construction of span entries.  Simplify.
963         (vc-annotate-display-select): Fix the nil case.
964         (vc-annotate): Remove obsolete (and now broken) code.
965         (vc-annotate-extract-revision-at-line): Remove obsolete code.
966         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
968 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
970         * subr.el (lazy-completion-table): Correct typo in docstring.
972         * startup.el (command-line): Use `custom-reevaluate-setting' for
973         `send-mail-function'.
975         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
977 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
979         * mail/smtpmail.el (smtpmail-try-auth-methods):
980         Send credentials together with "AUTH PLAIN" command.
982 2005-12-27  Richard M. Stallman  <rms@gnu.org>
984         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
985         mouse-2, go back to previously selected window, so it's selected
986         when mouse-2 command runs.
988 2005-12-27  Juri Linkov  <juri@jurta.org>
990         * descr-text.el (describe-text-sexp): Use square brackets for
991         button [Show] to distinguish it from the property value `show'.
992         (describe-property-list): Use `insert-text-button' with
993         `help-face' type instead of putting face in quotes, because button
994         is not created automatically for a list of faces.
995         (describe-text-properties-1): Put button-type value in quotes to
996         distinguish from plain text "button".
997         (describe-char): Display code point values in hex.  Don't use
998         `symbol-name' for `current-input-method' because it is a string.
999         Use `insert-text-button' with `help-face' type instead of putting
1000         hardcoded face in quotes, because button is not created automatically.
1002 2005-12-27  Richard M. Stallman  <rms@gnu.org>
1004         * progmodes/glasses.el (glasses-face): More specific custom type.
1006         * files.el (set-visited-file-name): Doc fix.
1008         * textmodes/flyspell.el (flyspell-external-point-words):
1009         Use local var buffer-scan-pos to advance scan for next misspelling.
1010         Advance it only after we find the misspelling.
1012 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
1014         * textmodes/flyspell.el (flyspell-external-point-words):
1015         New criteria for finding the misspelling in the buffer.
1017 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
1019         * help-mode.el (help-insert-string): Set help-xref-stack-item
1020         rather than call help-setup-xref.
1022         * descr-text.el (describe-char): Revert previous changes for
1023         optional buffer argument.
1025 2005-12-27  Juri Linkov  <juri@jurta.org>
1027         * help-mode.el (help-insert-string): New function.  Save buffer
1028         contents in cases where it is impossible to recompute the old contents.
1030         * descr-text.el (describe-char): Set help-xref-stack-item
1031         explicitly after buffer has been generated.
1033 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1035         * cus-start.el (all): Add x-gtk-show-hidden-files.
1037 2005-12-26  Richard M. Stallman  <rms@gnu.org>
1039         * replace.el (perform-replace): Calculate match-again
1040         before skipping read-only matches.
1042         * paren.el (paren-showing-faces): New group.
1043         (show-paren-match, show-paren-mismatch): Move to that group.
1045         * button.el (button): Put into group `basic-faces'.
1047         * progmodes/make-mode.el: Remove faces from group `faces'.
1049         * apropos.el (apropos, apropos-value): Doc fix.
1050         (apropos-documentation): Doc fix.
1052 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * subr.el (lazy-completion-table): Remove argument `args'.
1056         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1057         Don't use the `args' argument of lazy-completion-table.
1059 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
1061         * descr-text.el (describe-char): Add optional argument for buffer.
1062         Set buffer appropriately.  Call help-setup-xref.
1063         Suggested by Stefan Monnier.
1065 2005-12-26  Juri Linkov  <juri@jurta.org>
1067         * descr-text.el: Require `help-fns' at runtime.  Don't require
1068         `button' for byte compilation.
1069         (describe-text-widget): Add `help-echo' for first button.
1070         Use `help-info' for second.
1071         (describe-property-list): Use `help-argument-name' instead of `italic'.
1072         (describe-text-category): Add prompt to interactive spec.
1073         Call `help-setup-xref'.
1074         (describe-char): Use `help-character-set'.  Add `help-echo' for
1075         code point.  Use `help-input-method'.  Remove superfluous insert.
1077 2005-12-25  Richard M. Stallman  <rms@gnu.org>
1079         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1080         at point, in case of narrowing.
1082         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1084         * locate.el (locate-header-face): Allow nil in type.
1086         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1088 2005-12-25  Romain Francoise  <romain@orebokech.com>
1090         * battery.el (battery-linux-proc-acpi): Also try
1091         `/proc/acpi/thermal_zone/THM0/temperature'.
1093 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
1095         * custom.el (custom-push-theme): Fix docstring.
1097         * cus-edit.el (custom-variable-set, custom-variable-save)
1098         (custom-variable-save): Custom-quote widget values.
1099         (customize-save-variable): Fix custom-push-theme call.
1101 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
1103         * w32-fns.el (w32-batch-update-autoloads): New function.
1105         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1106         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1107         from the command line.
1109 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
1111         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
1112         reset means to remove setting from theme entirely.  Don't keep
1113         expanding theme-settings list; delete old entries if necessary.
1115         * cus-edit.el (custom-buffer-create-internal): Move "Erase
1116         customization" button one line up.
1117         (custom-themed): New face.
1118         (custom-magic-alist): New value, THEMED, for theme settings.
1119         (custom-variable-state-set, custom-face-state-set):
1120         Check theme-value instead of saved-value.
1121         (custom-variable-reset-standard, custom-face-reset-standard):
1122         Remove theme setting entirely.  Recalculate new values.
1123         (custom-variable-set, custom-variable-set)
1124         (custom-variable-reset-saved, custom-variable-reset-backup)
1125         (custom-face-set, custom-face-reset-saved): Update `user' theme.
1126         (custom-variable-save): Fix typos.
1128 2005-12-23  Juri Linkov  <juri@jurta.org>
1130         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1131         Add autoload cookies.
1132         (edebug-outside-d-c-i-n-s-w): New variable.
1133         (edebug-display, edebug-outside-excursion): Use it to save the
1134         original value of default-cursor-in-non-selected-windows.
1135         Set default-cursor-in-non-selected-windows to t while Edebug
1136         is active.
1137         (edebug-mode, edebug-eval-mode): Doc fix.
1139         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1140         with `buffer-substring-no-properties' to remove common substring
1141         highlighting.
1143         * info.el (info-other-window, info): Rename function argument
1144         `file' to `file-or-node'.
1145         (Info-complete-menu-item): Use local variable `complete-nodes' to
1146         keep the global value of `Info-complete-nodes' unchanged for
1147         subsequent completions.
1148         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1150         * simple.el (get-next-valid-buffer, last-buffer)
1151         (next-error-buffer-p, next-error-find-buffer)
1152         (minibuffer-history-sexp-flag): Doc fix.
1154         * savehist.el (savehist-mode-hook): Add `:group'.
1156         * log-view.el: Call autoload for vc-find-version.
1157         (log-view-current-file): Adjust subgroup numbers.
1158         (log-view-current-tag): Add `length'.
1160 2005-12-23  Richard M. Stallman  <rms@gnu.org>
1162         * vc.el (vc-annotate-car-last-cons): Defn moved up.
1164 2005-12-23  Juri Linkov  <juri@jurta.org>
1166         * hi-lock.el (hi-lock-archaic-interface-message-used)
1167         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1168         (hi-lock-mode): Display "Hi" in the mode line only when
1169         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1170         (hi-lock-write-interactive-patterns):
1171         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1172         (hi-lock-set-pattern, hi-lock-set-file-patterns)
1173         (hi-lock-font-lock-hook): Set 3rd arg `how' of
1174         font-lock-add-keywords to t.
1176 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1178         * hi-lock.el (hi-lock-highlight-range): New variable.
1179         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1180         only if font-lock-fontified is non-nil.  Remove overlays.
1181         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1182         font-lock-fontified is non-nil, otherwise use overlays (instead of
1183         text properties).
1184         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1185         New variables.
1186         (hi-lock-string-serialize) New function.
1188 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1190         * menu-bar.el (menu-find-file-existing): New function.
1191         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1193         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
1195 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1197         * vc.el: Remove unnecessary leading * in docstrings.
1198         (vc-annotate-mode-map): Move initialization into declaration.
1199         (vc-static-header-alist): Nitpick on the regexp.
1200         (vc-default-init-version): New fun.
1201         (vc-register): Use it.
1202         (vc-insert-headers): Use dolist.
1203         (vc-annotate-get-backend): Remove unused function.
1204         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1205         (vc-annotate-mode): Remove corresponding call.
1206         (vc-annotate-car-last-cons): Simplify.
1207         (vc-annotate-buffers): Remove var.
1208         (vc-annotate-backend): Make it buffer-local.
1209         (vc-annotate): Move the interaction to the interactive spec.
1210         Add a `buf' argument.
1211         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1212         killing&creating a vc-annotate buffer, which is very disruptive when
1213         the buffers are shown in dedicated frames.
1215 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1217         * descr-text.el: Add FSF as maintainer.
1218         (describe-text-mode, describe-text-mode-map)
1219         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1220         help-mode.
1221         (describe-text-widget, describe-text-sexp)
1222         (describe-property-list, describe-text-category)
1223         (describe-text-properties, describe-text-properties-1)
1224         (describe-char): Use help buttons instead of widgets.
1225         (describe-char-unicodedata-file): Make URL link in doc string.
1227 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1229         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1230         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1231         Don't include buttons that write a file when there's no file.
1232         (custom-variable-menu, custom-face-menu, custom-group-menu):
1233         Don't include commands that write a file when there's no file.
1234         (customize-browse): Reword the top-of-buffer help intro.
1235         (custom-buffer-create-internal): Fix previous change.
1236         (customize-changed-options-previous-release): Prev release is 21.1.
1237         (customize-changed-options): Doc fix.
1238         (customize-changed): New alias.
1239         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1240         Say "standard values".
1241         (Custom-reset-standard): Doc fix.
1242         (custom-face-reset-standard): Doc fix.
1244 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1247         even if font-lock-mode is non-nil since it may be t without having
1248         turned on font-lock-mode-internal.
1249         (font-lock-choose-keywords): Minor optimization.
1250         (font-lock-add-keywords, font-lock-remove-keywords)
1251         (font-lock-set-defaults): Don't call make-local-variable on a variable
1252         that we know to already be local.
1254 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1256         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1257         messages if in the minibuffer.
1259 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1262         (tex-mode-flyspell-verify, flyspell-get-word)
1263         (flyspell-external-point-words): Don't use point-min/max uselessly.
1265         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1266         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1267         don't need to show it.
1269 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1271         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1273 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1276         delete-windows-on with an inexistent buffer.
1278 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1280         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1281         Delete defcustom variable :tag names.
1283 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1286         (log-view-font-lock-keywords): Ajust subgroup numbers.
1287         (log-view-current-tag): Don't hard code the number of subgroups.
1289 2005-12-20  Juri Linkov  <juri@jurta.org>
1291         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1292         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1294         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1295         (menu-bar-non-minibuffer-window-p): Instead of checking
1296         display-multi-frame-p, use selected-frame when menu-updating-frame
1297         is nil.
1299 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1301         * align.el (align-rules-list): Use [ \t] instead of \s-
1302         for column separators in text mode.
1304 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1306         * help-mode.el (help-customize-variable, help-customize-face):
1307         Don't pop help-xref-stack as help-follow no longer pushes
1308         anything on to it.
1310 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1312         * textmodes/org.el (org-agenda-custom-commands): New option.
1313         (org-agenda): Offer custom commands on splash screen.
1314         (org-make-tags-matcher): Parser for Boolean logic added.
1315         (org-agenda-set-tags): New command.
1316         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1317         (org-set-tags): Efficiency improvements.
1318         (org-auto-align-tags): New option.
1319         (org-todo, org-demote, org-promote): Realign tags.
1320         (org-tags-completion-function): Use also "&" and "|" as separators.
1321         (org-org-menu): Agenda commands simplified.
1323 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1325         * cus-edit.el (customize-apropos, customize-apropos-options):
1326         Docstring changes.
1328         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1330 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1332         * longlines.el (longlines-mode): Wrap while widened.
1333         (longlines-decode-region, longlines-encode-region): Compute max
1334         just once.
1336 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1338         * cus-edit.el (mac): New group.
1340         * cus-start.el (all): Add user options in macterm.c.  Add test for
1341         Mac-related built-ins.  Fix test for GTK-related built-ins.
1343         * term/mac-win.el (mac-handle-language-change)
1344         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1345         (mac-services-open-selection, mac-services-mail-selection)
1346         (mac-services-mail-to, mac-services-insert-text)
1347         (mac-dispatch-apple-event): Add docstrings.
1348         (x-get-selection, mac-select-convert-to-string): Select coding
1349         system from `utf-16be' and `utf-16le' using `byteorder'.
1351 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1354         a "list" (lambda ...) rather than a real completion list.
1356         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1357         lexical-let when encountering ((lambda (...) ...) ...).
1359 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1361         * progmodes/sh-script.el (sh-mode):
1362         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1363         * textmodes/picture.el (picture-mode): Update docstrings.
1365 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1367         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1368         commands enclosed in $(ARGQUOTE)s should not be split between two
1369         lines, as that will break with GNU Make >3.80, when sh.exe is used
1370         and arg quoting is with '..'.
1371         (autoloads): Don't break the quoted --eval expression between
1372         several lines.
1374 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1376         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1377         Capture error from printing circular structures.
1379 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1381         * wid-edit.el (widget-checkbox-action): Clear undo info.
1383 2005-12-16  Bill Wohler  <wohler@newt.com>
1385         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1386         bar, not menubar in comment.
1388 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1391         After-change-functions should not clobber the match data.
1393 2005-12-16  Juri Linkov  <juri@jurta.org>
1395         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1396         instead of `buffer-substring'.
1397         (completion-common-substring): Doc fix.
1398         (completion-setup-function): Use minibuffer-completion-contents
1399         instead of minibuffer-contents.  Don't set common-string-length
1400         initially.  Remove special handling of partial-completion-mode.
1401         Move computation of completion-base-size into one cond.
1402         Call completion-base-size-function in mainbuf.  In computation of
1403         completion-base-size for file name completion don't move point to
1404         the end of the minibuffer.  Move computation of common-string-length
1405         into one cond.  Start putting faces only when common-string-length>=0.
1406         Add condition to put completions-common-part when
1407         common-string-length>0.
1409         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1410         place point at the first different character in the minibuffer
1411         even if this position is at the beginning of the minibuffer.
1413         * info.el (Info-read-node-name-1): In completion-base-size-function's
1414         lambda return 1 if common-substring or minibuffer-completion-contents
1415         starts with (, and 0 otherwise.
1417         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1418         Use `crm-current-element' for second arg of `display-completion-list'.
1420 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1422         * files.el (set-auto-mode): Look for an interpreter specified on
1423         the first line also if search for mode specification succeeded,
1424         but the mode is not known.
1426 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1428         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1429         (org-open-at-point): Implement tag searches as links.
1430         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1431         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1432         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1433         (org-agenda-dispatch): New commands.
1434         (org-use-tag-inheritance, org-tags-column): New options.
1435         (org-tab-follows-link, org-return-follows-link): New options.
1436         (org-tags): New customize group.
1437         (org-start-icalendar-file): Get local time zone.
1438         (org-tags-completion-function): New function.
1439         (org-set-font-lock-defaults): Make sure links will also be
1440         highlighted inside headlines.
1442 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1444         * term.el (term-emulate-terminal):
1445         Let term-handle-ansi-terminal-messages override what Bash says about
1446         its current directory.
1448 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1450         * bindings.el (last-buffer): Move to simple.el.
1451         * simple.el (last-buffer): Move here.
1452         (get-next-valid-buffer): New function.
1453         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1454         (prev-buffer): Ditto. Rename to `previous-buffer'.
1456         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1457         * bindings.el (global-map): Ditto.
1459 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1461         * cus-edit.el: Introductory comment change.
1462         (custom-magic-alist): Change message string for the `rogue' state.
1464 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1466         * tooltip.el: Delete defcustom variable :tag names.
1468         * complete.el (partial-completion-mode): Doc fix.
1470         * textmodes/flyspell.el (flyspell-external-point-words):
1471         Use save-excursion to ensure we don't move backward in the
1472         search loop, not even one character.
1473         (flyspell-delete-all-overlays): Use remove-overlays directly.
1475         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1476         (ispell-start-process): Set that variable.
1477         Clear ispell-buffer-local-name.
1478         (ispell-internal-change-dictionary):
1479         Set ispell-current-dictionary after killing process.
1480         (ispell-buffer-local-dict):
1481         Don't set spell-personal-dictionary after killing process.
1482         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1483         (ispell-tex-skip-alists)
1484         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1486         * net/newsticker.el (newsticker--retrieval-timer-list)
1487         (newsticker--display-timer, newsticker-running-p)
1488         (newsticker-ticker-running-p): Definitions moved up.
1490 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1492         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1494 2005-12-15  David Ponce  <david@dponce.com>
1496         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1497         (recentf-edit-list, recentf-open-files): Signal an error when
1498         there is no recent file.
1500 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1502         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1503         read-only except for texinfo-format-region evaluation.
1505 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1507         * vc.el (vc-default-previous-version, vc-default-next-version)
1508         (vc-do-command): Doc fixes.
1510 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1512         * textmodes/bibtex.el (bibtex-expand-strings)
1513         (bibtex-autokey-expand-string, bibtex-name-part)
1514         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1515         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1516         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1517         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1518         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1519         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1520         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1521         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1522         (bibtex-beginning-of-last-entry): Remove.
1523         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1524         message if comma is missing but buffer is read-only.
1525         (bibtex-parse-field-text): Handle whitespaces at the end of field
1526         text.  Return 3-element list with beginning and end of field text
1527         and end of field.
1528         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1529         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1530         (bibtex-search-forward-field, bibtex-search-backward-field):
1531         Search always delimited by limits of entry.  Use more efficient
1532         search algorithms.
1533         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1534         bibtex-end-of-name-in-field.
1535         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1536         extracting the content of a field.
1537         (bibtex-text-in-field): Use search limits.
1538         (bibtex-parse-string-prefix): Handle empty string keys based on
1539         bibtex-string-empty-key.
1540         (bibtex-parse-string): Fix docstring.
1541         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1542         (bibtex-preamble-prefix, bibtex-strings): New functions.
1543         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1544         BibTeX entries (consistent with other BibTeX functions).
1545         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1546         (bibtex-search-entry): Fix docstring.  Simplify.
1547         (bibtex-flash-head, bibtex-complete-string-cleanup)
1548         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1549         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1550         (bibtex-parse-entry): New optional arg content.
1551         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1552         Use bibtex-text-in-field-bounds.
1553         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1554         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1555         bibtex-parse-string-postfix.
1556         (bibtex-find-text-internal): New function.
1557         (bibtex-remove-delimiters): Use it.
1558         (bibtex-find-text): Use it.  New optional arg help.
1559         (bibtex-complete): Handle BibTeX string and preamble entries.
1560         (bibtex-Preamble): Fix order of closing delimiters.
1562 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1564         * vc.el (vc-default-revert): New fun.
1566         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1568 2005-12-14  Romain Francoise  <romain@orebokech.com>
1570         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1571         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1572         (font-lock-remove-keywords): Likewise.
1574 2005-12-14  Juri Linkov  <juri@jurta.org>
1576         * log-view.el (log-view-diff): Doc fix.
1578         * isearch.el (isearch-query-replace): Use (mark) instead of
1579         isearch-opoint if mark is active in transient-mark-mode.
1581 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1583         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1585 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1587         * progmodes/cpp.el (cpp-face): New widget.
1588         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1590 2005-12-14  Juri Linkov  <juri@jurta.org>
1592         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1593         around `erase-buffer' and `insert'.
1595         * descr-text.el (describe-text-properties): Replace buffer name
1596         "*Help-2*" with "*Help*<2>".
1597         (describe-char): Add functions print-help-return-message,
1598         toggle-read-only.  Use help-setup-xref with nil to not store
1599         describe-char in help-xref-stack.  Use help-make-xrefs to
1600         make [back] button.
1602         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1604         * wdired.el (wdired-old-point): New internal variable.
1605         (wdired-change-to-wdired-mode): Set it buffer-locally.
1606         (wdired-abort-changes): Restore point after aborting changes.
1608 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * vc.el (vc-do-command): Add a new value t for okstatus.
1612         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1613         frame in case of errors.
1615 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1617         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1618         so it comes after "On the Left" in the menu.
1620 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1622         * cus-edit.el (customize-apropos, customize-apropos-options)
1623         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1625 2005-12-12  Bill Wohler  <wohler@newt.com>
1627         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1628         non-writable Subversion-controlled files by saving window
1629         configuration before calling vc-do-command.  vc-do-command calls
1630         pop-to-buffer on error which is unexpected during registration.
1632 2005-12-12  Jay Belanger  <belanger@truman.edu>
1634         * calc/README: Update the summary of changes.
1636 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * descr-text.el (describe-char): Rework last fix to solve the problem
1639         is the same way it's solved for everything else in that function
1640         (i.e. by extracting the info before setting up the *Help* buffer).
1642 2005-12-12  Kim F. Storm  <storm@cua.dk>
1644         * subr.el (version-regexp-alist): Allow space as separator before
1645         non-numeric part, e.g. "1.0 alpha".
1646         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1648 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1650         * textmodes/org.el (org-agenda, org-timeline, org-todo):
1651         Implement Logging and the keep-modes setting.
1652         (org-get-category): Make sure a string is returned.
1653         (org-log-done): New function.
1654         (org-log-done, org-closed-string): New options.
1656 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1658         * tooltip.el (tooltip-y-offset): Change default to 20.
1660 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1662         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1664         * frame.el (display-hourglass): Doc fix.
1666         * help.el (help-for-help-internal): Simplify entry for `a'.
1668         * info.el (Info-on-current-buffer): Doc fix.
1669         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1671         * startup.el (inhibit-splash-screen): Make this the real name.
1672         (inhibit-startup-message): Make this the alias.
1673         (command-line): Find only simple.el, and use its directory
1674         to fill in other preloaded files' names.
1675         (command-line): Deactivate the mark if deactivate-mark is set.
1677         * international/mule.el (load-with-code-conversion):
1678         Bind deactivate-mark.
1680         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1682 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1684         * cus-edit.el (customize-apropos): Avoid listing an option more
1685         than once under different aliases.  No longer list user options
1686         that are not defined with defcustom (unless a prefix arg is given).
1687         Doc fix.
1688         (customize-apropos-options): Doc fix.
1690 2005-12-11  Juri Linkov  <juri@jurta.org>
1692         * frame.el (set-background-color, set-foreground-color)
1693         (set-cursor-color, set-mouse-color, set-border-color):
1694         Add explicit prompts to read colors by `facemenu-read-color'.
1695         (show-trailing-whitespace, blink-cursor-delay)
1696         (blink-cursor-interval, display-hourglass, hourglass-delay):
1697         Remove tags.
1698         (display-hourglass, hourglass-delay): Doc fix.
1699         (cursor-in-non-selected-windows): Capitalize words in tag.
1701         * faces.el (frame-background-mode): Replace `choice-item' keywords
1702         with `const' to not make [default] button.  Change default value tag
1703         from `default' to `automatic'.  Doc fix.
1704         (trailing-whitespace) <defface>: Change group `whitespace' to
1705         `whitespace-faces'.
1707 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1709         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1711 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1713         * term/mac-win.el: Create keymap for mac-apple-event-map.
1715 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1717         * tooltip.el (tooltip-mode): Move to start of file so that it
1718         appears at top of customize buffer.
1720         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1721         Add the gud groupname.
1722         (gud-tooltip-mode): Add the tooltip groupname.
1723         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1724         avoid conflict with tooltip-use-echo-area.
1726 2005-12-10  Romain Francoise  <romain@orebokech.com>
1728         * help.el (help-for-help-internal): Add `r' in doc string.
1730 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1732         * align.el (align-regexp, align-highlight-rule):
1733         Use region-beginning and region-end instead of point and mark, so that
1734         repetition (with `repeat-complex-command') recomputes the region
1735         bounds.
1737 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1739         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1740         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1741         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1742         (balance-windows): Rewrite using the above new functions.
1744 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1746         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1747         react if global-hi-lock-mode seems intended.
1748         (global-hi-lock-mode) Renamed from hi-lock-mode.
1749         (hi-lock-archaic-interface-message-used)
1750         (hi-lock-archaic-interface-deduce): New variables.
1751         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1752         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1753         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1754         Replace hi-lock-buffer-mode with hi-lock-mode.
1756 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1758         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1759         completion list, even after a partial completion has been
1760         inserted in the current buffer.  If there are more than 1
1761         completion, redisplay the *Completions* buffer; if the
1762         completion is unique, delete the *Completions* window.
1764 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1766         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1767         strings and long subject lines that were broken into multiple
1768         lines at arbitrary places.  Handle subjects that have "Re: " in
1769         the middle.
1771 2005-12-10  John W. Eaton  <jwe@octave.org>
1773         * emacs/octave-mod.el (octave-electric-space): Don't indent
1774         comments or strings if octave-auto-indent is nil.
1776 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1778         * term/mac-win.el: Require url when compiling.
1779         Call mac-process-deferred-apple-events after loading init files.
1780         (mac-apple-event-map): New defvar.  Define event handlers in it.
1781         (core-event, internet-event): New Apple event class symbols.
1782         (open-application, reopen-application, open-documents)
1783         (print-documents, open-contents, quit-application)
1784         (application-died, show-preferences, autosave-now, get-url):
1785         New Apple event ID symbols.
1786         (about): New HICommand ID symbol.
1787         (mac-event-spec, mac-event-ae): New macros.
1788         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1789         (mac-ae-selection-range, mac-ae-text-for-search)
1790         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1791         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1792         and Services menu events are now defined in mac-apple-event-map.
1793         (mac-drag-n-drop): Remove selection range handling.
1795 2005-12-10  Kenichi Handa  <handa@m17n.org>
1797         * simple.el (zap-to-char):
1798         * isearch.el (isearch-process-search-char): Translate CHAR by
1799         translation-table-for-input.
1801 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1803         * foldout.el (foldout-exit-fold): Properly hide subtree.
1805 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1807         * files.el (save-buffer):
1808         * international/ucs-tables.el (ucs-set-table-for-input):
1809         * mail/mail-extr.el (mail-extract-address-components):
1810         * mail/sendmail.el (mail-mode): Reformat doc string.
1812 2005-12-09  Juri Linkov  <juri@jurta.org>
1814         * isearch.el (isearch-highlight): Change main overlay priority
1815         from 1 to 1001.  Simplify.
1816         (isearch-lazy-highlight-update): Change lazy overlay priority
1817         from 0 to 1000.
1819         * replace.el (replace-highlight): Change overlay priority from
1820         1 to 1001.
1822         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1823         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1825         * compare-w.el (compare-windows-highlight): Change overlay
1826         priority from 1 to 1000.
1828         * menu-bar.el (menu-bar-edit-menu): Add listp around
1829         pending-undo-list to disable menu item "undo" when pending
1830         undo list is empty.
1832         * locate.el (locate): Disable undo in *Locate* buffer.
1834 2005-12-09  Kim F. Storm  <storm@cua.dk>
1836         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1838 2005-12-09  David Ponce  <david@dponce.com>
1840         * recentf.el: Improvement of the menu code.
1841         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1842         instead of menu hook.
1843         (recentf-show-menu, recentf-hide-menu): New functions.
1844         (recentf-menu-customization-changed, recentf-mode): Use them.
1845         (recentf-menu-action, recentf-max-menu-items)
1846         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1847         (recentf-arrange-by-rule-others)
1848         (recentf-arrange-by-rules-min-items)
1849         (recentf-arrange-by-rule-subfilter) : Don't use
1850         `recentf-menu-customization-changed'.
1851         (recentf-arrange-rules): Likewise.  Accept functions to compute
1852         sub-menu titles.
1853         (recentf-menu-filter): Likewise.  Doc fix.
1854         (recentf-menu-value-shortcut): Doc fix.
1855         (recentf-dump-variable): Quote atom value.
1856         (recentf-make-menu-items): Update to use it as a menu filter.
1857         (recentf-match-rule): New function.
1858         (recentf-arrange-by-rule): Use it.
1859         (recentf-indirect-mode-rule): New function.
1860         (recentf-build-mode-rules): Use it.
1861         (recentf-dir-rule): New function.
1862         (recentf-arrange-by-dir): Use it.
1863         (recentf-filter-changer-current): Rename from
1864         `recentf-filter-changer-state'.  All references updated.
1865         (recentf-filter-changer-alist): Update filter names.
1866         (recentf-filter-changer-select): New function.
1867         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1868         available in `recentf-filter-changer-alist'.
1869         (recentf-data-cache, recentf-clear-data)
1870         (recentf-update-menu): Remove.  All references updated.
1871         (recentf-match-rule-p, recentf-build-dir-rules)
1872         (recentf-filter-changer-goto-next)
1873         (recentf-filter-changer-get-current)
1874         (recentf-filter-changer-get-next): Remove.
1876 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1878         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1879         buffer "Reset" button to "Reset to Current" for consistency with
1880         the State buttons.
1882 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1884         * ibuf-ext.el (define-ibuffer-filter filename):
1885         If `dired-directory' is a list then really use its car.
1887 2005-12-08  Kim F. Storm  <storm@cua.dk>
1889         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1890         indention of text on right side of replaced rectangle.
1892 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1894         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1895         No need to check gud-comint-buffer is bound.
1896         (gdb): Prevent multiple debugging when first session uses gdba.
1898 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1900         CC Mode update to 5.31.
1902         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1903         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1904         might do this function properly in the future).
1906         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1907         macros c-sentence-end and c-default-value-sentence end, to cope
1908         with Emacs 22's new function `sentence-end'.
1910 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1912         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1913         compat issue using `c-put-overlay' and `c-delete-overlay'.
1915         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1916         compat macros to handle overlays/extents.
1918 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1920         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1921         (for GNU Emacs 20.4)
1923         * progmodes/cc-defs.el:
1924         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1926         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1927         highlighting mechanism so it will work in XEmacs too.
1929         * progmodes/cc-defs.el: Insert c-int-to-char.
1931         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1932         call to the new macro c-int-to-char.  This solves XEmacs's
1933         regarding characters as different from integers.
1935 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1937         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1938         helper.
1940         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1941         construct to make the indirect face lookup work in XEmacs.
1943         (c-cpp-matchers): Append the negation char face to the existing
1944         fontification, so that the cpp face doesn't disappear.  Use
1945         `c-make-syntactic-matcher' to avoid negation chars in comments and
1946         strings.
1948         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1949         to map to `font-lock-negation-char-face' in emacsen where it
1950         exists.
1952 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1954         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1956         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1957         "c-subword-move-mode" as "c-subword-mode".
1959         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1960         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1962 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1964         * progmodes/cc-mode.el: Added autoload directive for
1965         `c-subword-move-mode' for use in older emacsen.
1967 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1969         * progmodes/cc-mode.el:
1970         (i) Insert a binding for C-c C-backspace into
1971         c-bind-special-erase-keys which works in TTYs.
1972         (ii) Make sure that when file styles are used, any explicitly
1973         given style variables take priority over those in the style.  Do
1974         this by calling `hack-local-variables' a second time.
1976         * progmodes/cc-vars.el: Add language specific customization
1977         widgets for AWK to c-doc-comment-style, c-require-final-newline
1978         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1979         c-syntactic-element and c-syntactic-context doc-strings by
1980         directly setting their `variable-documentation' propery.  This
1981         allows Emacs 22.1 to read these with C-h v.
1983         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1984         Monnier).
1986 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1988         * progmodes/cc-fonts.el, cc-vars.el
1989         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1990         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1991         Masatake YAMATO.
1993         (c-doc-comment-style): Made GtkDoc default in C mode.
1995         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1996         and C-c C-<delete>.
1998         (c-bind-special-erase-keys): New function for use on
1999         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2001         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2002         <delete> key behavior in XEmacs according to `delete-forward-p'.
2003         C.f. `c-electric-delete'.
2005 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2007         * progmodes/cc-mode.el: Give c-hungry-backspace and
2008         c-hungry-delete-forward permanent key bindings.
2010         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2011         c-syntactic-context for calls to "criteria functions", for
2012         consistency with other calls to user functions.
2014         * progmodes/cc-cmds.el (c-indent-command): expunge use of
2015         `current-prefix-arg', since this might be the prefix arg to a
2016         command which calls c-indent-command as a function.  Change the
2017         interactive spec from "p" to "P".
2019         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2020         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2021         was difficult to understand.
2023 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2025         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2026         first char of an identifier.
2028         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2029         +" syntax in C++.
2031 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2033         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
2034         auto-fill doesn't split a c-comment's last word from a hanging
2035         "*/" when a space is typed between them after fill-column.
2037         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2039         * progmodes/cc-styles.el (c-set-style,
2040         c-setup-paragraph-variables): Abort the command if we're not in a
2041         CC Mode buffer.
2043         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2044         with blank comment-prefix, and a blank line as the comment's
2045         second line.
2047 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2049         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2050         Incorporated the patterns added in the Emacs development branch
2051         for the new Emacs 22 face `font-lock-negation-char-face'.
2053         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2054         of "red" since it stands out better in xterms and DOS terminals.
2056         * progmodes/cc-engine.el (c-literal-faces): Added
2057         `font-lock-comment-delimiter-face' which is new in Emacs 22.
2059 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2061         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2062         forcibly enable c-electric-flag.
2064         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2065         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2066         just after the comment-prefix of a C-style comment will close that
2067         comment.
2069 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2071         * progmodes/cc-fonts.el (c-basic-matchers-before,
2072         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2073         in Pike.
2075         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2076         digraphs.
2078         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2079         (c-cpp-message-directives, c-cpp-include-directives,
2080         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
2081         c-cpp-expr-directives): Introduced new language constants to
2082         control cpp syntax in a cleaner way.
2084         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2086         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2088         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
2089         c-multiline-string-start-char): New language constants and
2090         variables to specify how newlines in string literals work.
2092         (c-font-lock-invalid-string): Use them.
2094         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2095         unbalanced close brace is entered.  Optimization by avoiding going
2096         back over arbitrarily large blocks.  Removed hints that this
2097         function only would be relevant/useful in AWK.
2099         (c-electric-brace): Indent syntactically after the cleanups since
2100         lineup functions might do it differently then.
2102         * progmodes/cc-engine.el, cc-langs.el
2103         (c-opt-op-identifier-prefix): New language constant and variable.
2105         (c-just-after-func-arglist-p, c-after-special-operator-id,
2106         c-search-decl-header-end, c-inside-bracelist-p): Use it.
2108         * progmodes/cc-align.el, cc-engine.el
2109         (c-after-special-operator-id): New helper to handle C++ operator
2110         identifiers.
2112         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
2113         c-guess-basic-syntax): Handle C++ operator identifiers in
2114         declarations.
2116         * progmodes/cc-langs.el (c-assignment-operators): Added the
2117         trigraph version of ^= too.
2119         * progmodes/cc-langs.el (c-assignment-operators): Added the
2120         trigraph version of |= in C++.
2122         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2123         `c-decl-hangon-kwds' after the identifier name.
2125         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2126         whether an arglist is "nonempty", ignore a comment after the open
2127         paren if it isn't followed by a non-comment token on the same
2128         line.
2130         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2131         heuristics below the point to cope with classes inside special
2132         brace lists in Pike.
2134 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2136         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2138 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2140         * progmodes/cc-guess.el (cc-guess-install): New function to
2141         install an already guessed style in another buffer.
2143         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2144         sets `inhibit-read-only' - `c-save-buffer-state' should be used
2145         anyway if the change always is undone.
2147 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2149         Implement togglable electricity:
2151         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2152         saying when it should be used.
2154         * progmodes/cc-engine.el: Add the new buffer-local variable,
2155         c-electric-flag.
2157         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2158         c-toggle-auto-newline.
2160         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2161         c-toggle-auto-newline.  Remove the binding for
2162         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
2163         c-toggle-electric-state.
2165         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2167         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2168         c-\(forward\|backward\)-subword.
2169         (c-update-modeline): Add the new modeline flag `l' for
2170         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
2171         `l'.
2172         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
2173         the old name an alias of the new name.
2174         (c-toggle-electric-state): New function.
2175         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2176         Adapt these functions to do electric things only when
2177         c-electric-flag is non-nil.
2178         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2179         new functions from c-electric-brace.
2180         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2181         mode, so that the tentative extra newline doesn't change the
2182         syntax of the following brace.
2183         (c-electric-brace): restructure by extracting the above functions.
2184         Tidy up the coding somewhat.
2185         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2186         restructure a bit.
2188 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2190         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2191         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2192         idea.
2194         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2195         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2196         since it's now used to track another submode.
2198         (c-update-modeline): Converted to function and extended to check
2199         `c-subword-move-mode'.
2201         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2202         Converted to compat aliases for `c-forward-subword' and
2203         `c-backward-subword'.
2205         * progmodes/cc-subword.el: New functions and minor mode to handle
2206         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2208         (c-forward-subword, c-backward-subword, c-mark-subword,
2209         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
2210         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2211         Functions corresponding to the standard word handling functions.
2213         (c-subword-move-mode): Minor mode that replaces all the standard
2214         word handling functions with their subword equivalences.
2216 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2218         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2219         entry for one-liner-defun.
2221         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2222         name in its def-edebug-spec.
2224         * progmodes/cc-cmds.el (c-electric-brace): Make the
2225         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2226         compacts space before a comment, if this will make things fit on
2227         one line.
2229         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2231         * progmodes/cc-align.el: new function c-snug-1line-defun-close
2233         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2234         clean-up one-liner-defun.
2236         * progmodes/cc-styles.el: Add the new "awk" style.
2238         * progmodes/cc-vars.el: Add description of one-liner-defun to
2239         c-cleanup-list's doc-string.  New user options,
2240         c-max-one-liner-length.  In c-default-style, set the default style
2241         for AWK to "awk".
2243 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2245         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2246         macros inside labels.
2248         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2249         `c-at-statement-start-p' and `c-at-expression-start-p'.
2251         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2252         error if the mark isn't set.
2254         * progmodes/cc-engine.el (c-guess-continued-construct,
2255         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2256         accurately detect functions inside functions.
2258         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2259         like `c-at-statement-start-p' that additionally recognizes commas
2260         and expression parentheses as delimiters.
2262         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2263         to avoid heuristics that doesn't work for unclosed blocks.
2265         (c-at-statement-start-p): New function.
2267         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2268         Objective-C directives, e.g. directives spanning lines should work
2269         reasonably well now.
2271         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2273         (c-forward-objc-directive): New function to move over any ObjC
2274         directive.
2276         (c-just-after-func-arglist-p, c-guess-basic-syntax,
2277         c-basic-matchers-before): Use it.
2279         (c-font-lock-objc-iip-decl): Removed.
2281         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2282         in the template arglist recognition.
2284         * progmodes/cc-styles.el (c-style-alist): Fixed several
2285         inconsistencies in the Whitesmith style.
2287         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
2288         lineup function to get lines after Whitesmith style blocks
2289         correctly indented.
2291         (c-lineup-whitesmith-in-block): Backed out the compensation for
2292         opening parens since it's done using `add' lists in the style
2293         definition instead.  Don't use the anchor position since it varies
2294         too much between the syntactic symbols. :P
2296         * progmodes/cc-vars.el (c-valid-offset): Updated.
2298         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2299         lists where the offsets are combined according to several
2300         different methods: `first', `min', `max', and `add'.  Report
2301         offset evaluation errors with `c-benign-error' so that some kind
2302         of reindentation still is done.
2304         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2305         `arglist-intro' the same way as `arglist-cont-nonempty' and
2306         `arglist-close'.
2308         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2309         situations for `arglist-cont-nonempty' and `arglist-close'.
2311         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2312         constant.
2314         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2315         cc-bytecomp-boundp' in a number of places.
2317         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2318         macro related issue.
2320 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2322         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2323         list is now
2324         [asdf], a char class [:alpha:].  Include code for char classes.
2325         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
2326         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
2328         Remove (nearly all of) the cruft associated with AWK Mode's former
2329         concept of "virtual semicolons":
2331         Adapt c-beginning-of-statement, c-end-of-statement (together with
2332         subfunctions) to use the new notion of "virtual semicolon" in
2333         place of the old awkward special handling for AWK.  There remains
2334         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2335         * progmodes/cc-cmds.el:
2336         (c-ascertain-adjacent-literal): In the backwards direction, now
2337         recognises AWK regexp delimiters as string delimiters.
2338         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2339         check more rigorously for "end of macro".
2340         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2341         virtual semicolons;
2342         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2343         out the code for forward movement into ...
2344         (c-end-of-statement): Now contains the code for forward movement,
2345         adapted for virtual semicolons.
2347         * progmodes/cc-engine.el:
2348         (c-ws*-string-limit-regexp): new regexp.
2349         (c-forward-single-comment, c-backward-single-comment): Comment out
2350         the (now redundant) "special" AWK stuff.
2352         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2353         c-string-par-start, c-string-par-separate to be more like Text
2354         Mode than Fundamental Mode.
2356 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2358         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2359         to the fontified region so that fontification doesn't occur
2360         outside it
2361         (could happen e.g. when fontifying a line with an unfinished
2362         declaration).
2364 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2366         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2367         moved to near the start of the file.  ^L now separate sections of
2368         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2369         c-awk-blank-or-comment-line-re,
2370         c-awk-one-line-possibly-open-string-re,
2371         c-awk-regexp-one-line-possibly-open-char-class-re,
2372         c-awk-one-line-possibly-open-regexp-re,
2373         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2374         c-awk-vsemi-status-unknown-p.
2376         Amend the concept of "virtual semicolons" (in the indentation
2377         engine) for languages like AWK, such that they are now
2378         conceptually attached to end of the last token of a statement, not
2379         the end of the line.  (In AWK Mode, however, the pertinent text
2380         property is still physically set on the EOL.)  Remove the specific
2381         tests for awk-mode, thus facilitating the introduction of other
2382         language modes where EOLs can end statements.  (Note: The
2383         funtionality in cc-cmds.el, specifically
2384         c-beginning/end-of-statement has yet to be amended.)
2386         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2387         c-vsemi-status-unknown-p.
2389         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2390         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2391         c-vsemi-status-unknown-p-fn (in a new page).
2393         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2394         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2395         numerous awkward forms like
2396         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2397         with
2398         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2399         variable before-ws-ip, the place just after char-before-ip
2400         appears.
2402         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2403         a comment.
2405 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2407         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2408         `c-tentative-buffer-changes'.
2410         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2411         converted to macro to choose between Emacs and XEmacs at compile
2412         time.
2414         (c-set-region-active): New set counterpart to
2415         `c-region-is-active-p'.
2417         (c-tentative-buffer-changes): New macro to handle temporary buffer
2418         changes in a convenient way.
2420         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2421         for `c-tentative-buffer-changes'.
2423         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2424         the checks for paren sexps between the point and the keyword, to
2425         avoid some false alarms.
2427         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2428         Fixed a situation where an error could be thrown for unbalanced
2429         parens.  Changed to make use of c-keyword-member' to avoid some
2430         repeated regexp matches.
2432         (c-opt-lambda-key, c-opt-inexpr-block-key,
2433         c-opt-inexpr-class-key): These language variable are no longer
2434         necessary.
2436         (c-block-stmt-kwds): New language constant used by
2437         c-looking-at-inexpr-block'.
2439         (c-guess-basic-syntax): Removed an optional check that looked at
2440         the existence of the now removed language variables.
2442         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2443         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2444         object instantiation expressions as declarations in some contexts.
2445         This bug only affected languages where the declarator can't be
2446         enclosed in parentheses.
2448         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2449         insert newlines before and after substatement braces.
2451         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2452         function declaration headers and the handling of C++ style member
2453         init lists.
2455         (c-just-after-func-arglist-p): Rewritten to use
2456         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2458         (c-beginning-of-member-init-list): Removed since it isn't used
2459         anymore.
2461         (c-guess-basic-syntax): Case 5B adapted for the new
2462         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2463         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2464         covers all cases now).
2466         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2468 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2470         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2471         c-string-par-start/separate c-sentence-end-with-esc-eol,
2472         initialised in c-setup-paragraph-variables, used in string
2473         scanning subroutines of c-beginning-of-statement.
2475         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2476         which precedes the newly inserted `{'.
2478 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2480         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2481         function for declaration level blocks.  It should now cope with
2482         templates better and also be a lot more comprehensible.
2484         (c-looking-at-decl-block): The new function.
2486         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2487         for compatibility.
2489         (c-add-class-syntax, c-guess-continued-construct,
2490         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2492         (c-decl-block-key): Changed to tell apart ambiguous and
2493         unambiguous keywords.  Pike specials are now handled directly in
2494         the code instead.
2496         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2497         language constants and variables to make the backward skip in
2498         `c-looking-at-decl-block' as tight as possible.
2500         (c-nonsymbol-token-char-list): New language constant.
2502         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2503         find balanced template arglists backwards.
2505         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2506         making char classes for `c-syntactic-skip-backward'.
2508         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2509         16D - can't be a class-close at that point.
2511         * progmodes/cc-engine.el (c-guess-basic-syntax,
2512         c-add-class-syntax): Don't narrow out the enclosing declaration
2513         level.  This makes everything a lot easier, and it was actually
2514         only four small places that needed it to work.  Some places that
2515         previously did `widen' are removed now, which has the effect that
2516         `c-guess-basic-syntax' never will look at things outside the
2517         current narrowment now.  The anchor position for `topmost-intro'
2518         is affected by this, but it was so bogus it was basically useless
2519         before, and now it's equally bogus but in a slightly different
2520         way.
2522         (c-narrow-out-enclosing-class): Gone.
2524         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2525         the narrowed region.
2527         (c-least-enclosing-brace): Removed silly optional argument.
2529         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2530         the point could be left directly after an open paren when finding
2531         the beginning of the first decl in the block.
2533         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2534         Specify which submatch to use.
2536         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2538         (c-decl-start-re): No no longer any need for special treatment of
2539         ObjC due to the above.
2541         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2542         presumably follows C in that regard.
2544         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2545         New language constants to specify operator tokens inside
2546         identifiers in a more high level way.
2548         (c-opt-identifier-prefix-key): New internal language constant.
2550         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2551         c-identifier-start, c-identifier-key): Now completely calculated
2552         from other constants.
2554         (c-identifier-last-sym-match): Decommissioned since it's no longer
2555         used.
2557         (c-operators): Use `c-identifier-ops'.  Documented
2558         `postfix-if-paren'.
2560         * progmodes/cc-engine.el (c-forward-name): Removed the
2561         optimization when c-identifier-key is equal to c-symbol-key since
2562         it doesn't work in byte compiled files.  Don't record empty
2563         regions as identifiers.
2565         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2566         simplify access to `c-operators' and its likes.
2568         (c-operator-list, c-all-op-syntax-tokens,
2569         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2570         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2571         c-primary-expr-regexp, c-cast-parens): Use it.
2573         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2574         an explicit language in functions.
2576         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2577         variant of adornment.
2579         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2580         variable.
2582         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2583         the Pike value.
2585         * progmodes/cc-engine.el (c-on-identifier,
2586         c-simple-skip-symbol-backward): Small fix for handling "-"
2587         correctly in `skip-chars-backward'.  Affected the operator lfun
2588         syntax in Pike.
2590         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2591         diagnostic message about precompiled language vars not being used.
2593         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2594         "__attribute__" is followed by a parenthesis.
2596         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2597         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2598         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2600         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2601         cleanups to properly detect the declared identifiers in various
2602         declarations.
2604         (c-decl-start-kwds): New language constant to recognize
2605         declarations that can start anywhere.  Used for class declarations
2606         in Pike.
2608         (c-specifier-key, c-not-decl-init-keywords,
2609         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2610         c-find-decl-spots): Implement `c-decl-start-kwds'.
2612         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2613         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2614         handling of the compiler specific extension keywords into a new
2615         language constant `c-decl-hangon-kwds' that defines keyword
2616         clauses to be ignored in declarations.
2618         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2619         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2620         Necessary to stop at the declared identifier in e.g. IDL valuetype
2621         declarations.
2623         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2624         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2625         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2626         c-forward-decl-or-cast-1): Recognize the declared identifier in
2627         class and enum declarations as such and not as part of the type.
2629         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2630         interpretation of PRECEDING-TOKEN-END when there's no preceding
2631         token.
2633         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2634         declarations when there's some syntax error later on.
2636         (c-complex-decl-matchers): Did away with a reference to
2637         `c-specifier-key'.
2639         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2640         value - this variable is always dynamically bound.
2642         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2643         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2644         cc-cmds.el, cc-defs.el: Changed the policy for marking up
2645         functions that might do hidden buffer changes: All such internal
2646         functions are now marked instead of those that don't.
2648         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2649         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2650         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2651         c-literal-type): Allow these functions to make hidden buffer changes,
2652         so that they are free to use text property caching later on.
2654         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2655         c-electric-brace, c-electric-slash, c-electric-star,
2656         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2657         c-electric-paren, c-electric-continued-statement, c-indent-command,
2658         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2659         c-context-line-break): Added `c-save-buffer-state' calls to comply
2660         with the changed semantics of the functions above.
2662         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2663         when macros occur in obscure places.  Optimized the sexp movement
2664         a bit.
2666 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2668         Enhancements for c-beginning-of-statement to work in AWK Mode:
2670         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2671         (completed statement) with `}' (statement completed by closing
2672         brace or semicolon) and `$' (statement completed by EOL).
2674         (c-awk-virtual-semicolon-ends-prev-line-p,
2675         c-awk-virtual-semicolon-ends-line-p,
2676         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2677         c-awk-at-statement-end-p): new functions
2679         * progmodes/cc-cmds.el: Simplify the structure of functions
2680         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2681         two functions and c-beginning-of-statement to handle AWK Mode.
2683         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2684         c-backward-single-comment for AWK mode.  Attempt to clarify their
2685         doc-strings.
2687         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2689 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2691         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2692         label handling.  Labels are now recognized in a uniform and more
2693         robust way, regardless of context.  Text properties are put on all
2694         labels to recognize the following declarations better.  Multiword
2695         labels are handled both in indentation and fontification for the
2696         benefit of language extensions like Qt.  For consistency, keywords
2697         in labels are now fontified with the label face instead.  That
2698         also applies to "case" and "default".
2700         (c-beginning-of-statement-1): Fixed some bugs in the label
2701         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2702         with `c-label-kwds'.
2704         (c-find-decl-spots): Support that the callback adds more
2705         `c-decl-end' spots to find.
2707         (c-forward-decl-or-cast-1): Don't treat a list of plain
2708         identifiers followed by a colon as a declaration.
2710         (c-forward-label): New function to recognize labels.
2712         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2713         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2714         earlier since they aren't so context sensitive now.  Handle labels
2715         on the top level gracefully.  Moved access label recognition to
2716         the generic label case (CASE 15) - removed CASE 5E.
2718         (c-font-lock-declarations): Added recognition of labels in the
2719         same round since we need to handle labels in parallell with other
2720         declarations to recognize both accurately.  It should also improve
2721         speed.
2723         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2724         `c-font-lock-labels' so that it only is used on decoration level 2
2725         since `c-font-lock-declarations' handles it otherwise.
2727         (c-complex-decl-matchers): Removed the simplistic recognition of
2728         access labels.
2730         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2731         with labels earlier.
2733         (c-decl-start-re): New language variable to make
2734         `c-font-lock-declarations' stop for the special protection labels
2735         in Objective-C that start with `@'.
2737         (c-label-key): Removed since it's no longer used.
2739         (c-recognize-colon-labels, c-label-prefix-re): New language
2740         constants to support recognition of generic colon-terminated
2741         labels.
2743         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2744         are colon terminated labels.
2746         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2747         first argument starts with a special brace list.
2749         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2750         c-font-lock-declarations): Broke out the declaration and cast
2751         recognition from `c-font-lock-declarations' to a new function, so
2752         that it can be used in the indentation engine.
2754         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2755         up to the start of the literal.  Fixed bug with the point on the
2756         wrong side of the search limit that could happen when the start
2757         position is inside a literal.
2759         * progmodes/cc-engine.el (c-parse-state,
2760         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2761         so that it's kept a little bit back to increase the hit rate.
2763         (c-parse-state): Changed the macro handling and fixed some
2764         glitches.  Macro context is checked more often than necessary now,
2765         but otoh less garbage conses are generated.
2767         * progmodes/cc-engine.el (c-parse-state,
2768         c-invalidate-state-cache): Cache the last position where
2769         `c-state-cache' applies.  This can speed up refontification quite
2770         a bit in blocks where there are many non-brace parens before the
2771         point.
2773         (c-state-cache-end): New variable for this.
2775         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2776         cache variable.
2778         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2779         get close initial continue positions when the start position is
2780         inside a literal or macro.  Do not call the callback for spots
2781         before the start position (which can happen e.g. for `c-decl-end'
2782         spots inside comments).  Optimize better in special cases when the
2783         region is a single line inside a literal or macro (typically when
2784         the current line is refontified).
2786         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2787         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2788         entries from the paren state.
2790         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2791         special case for "else if" clauses.
2793         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2794         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2796         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2797         language variable to recognize the gcc extension with statement
2798         blocks inside expressions.
2800         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2801         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2802         no longer used and hence removed.
2804         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2805         to `c-add-stmt-syntax'.
2807         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2808         `c-beginning-of-statement-1' instead of duplicating parts of it.
2809         This fixes bogus label recognition.
2811         * progmodes/cc-engine.el (c-add-type, c-check-type,
2812         c-forward-name, c-forward-type): Improved storage of template
2813         types in `c-found-types' so that they can be recognized better.
2815         (c-syntactic-content): Added option to skip past nested parens.
2817         * progmodes/cc-engine.el (c-forward-name): Set
2818         `c-last-identifier-range' all the time.  It's less work that way.
2819         Handle that there might not be an identifier to store in
2820         `c-last-identifier-range'.
2822         (c-forward-type): Handle that `c-last-identifier-range' might be
2823         nil from `c-forward-name'.
2825         * progmodes/cc-defs.el: (c-safe-scan-lists,
2826         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2828         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2829         to work even if the form fails.
2831         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2832         down in a large file in one go.
2834         (c-get-fallback-start-pos): New helper function for
2835         `c-parse-state'.
2837         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2838         function which is like `c-lineup-math' but returns nil instead of
2839         `c-basic-offset' when it doesn't match.
2841         (c-lineup-math): Changed to use `c-lineup-assignments'.
2843 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2845         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2846         c-beginning-of-statement.  New subfunctions
2847         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2849 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2851         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2852         hardcoded char classes whereever possible.  Changed a couple of
2853         places to use skip by syntax instead of skip by char class.
2855         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2856         Fixed a bug in the regexp that caused extreme backtracking.
2858         * progmodes/cc-langs.el (c-block-comment-starter,
2859         c-block-comment-ender): New language constants to specify in a
2860         single place how block comments look.
2862         (c-comment-start-regexp, c-block-comment-start-regexp,
2863         comment-start, comment-end, comment-start-skip,
2864         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2865         c-syntactic-ws, c-nonempty-syntactic-ws,
2866         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2867         `c-line-comment-starter', `c-block-comment-starter' and
2868         `c-block-comment-ender'.
2870         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2871         language constants to break up things a bit.
2873         (c-simple-ws): New language constant for simple whitespace.
2875         * progmodes/cc-defs.el (c-concat-separated): New convenience
2876         function.
2878         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2879         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2880         newlines.  Allow and ignore nil elements in the list.
2882 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2884         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2885         superfluous) check, (eq here (point-max)) in
2886         c-beginning-of-statement.
2888         * progmodes/cc-cmds.el: Tidy up the comments in
2889         c-beginning-of-statement and subfunctions.
2891         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2892         more flexible c-put-char-property and c-clear-char-properties.
2893         Add the author's email address.
2895         * progmodes/cc-langs.el: New variable,
2896         c-block-comment-start-regexp.
2898         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2899         closing "*/" of a block comment.
2901         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2902         subfunctions) so that it works at BOB and EOB.
2904         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2905         c-beginning-of-statement, including new variable
2906         c-block-comment-start-regexp.
2908 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2910         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2911         symbols from `*-font-lock-extra-types' so that there's no need to
2912         use `regexp-opt' on those lists.
2914         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2915         `c-type-modifier-kwds' is empty.
2917         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2918         there are several strings on the same line.
2920         * progmodes/cc-engine.el (c-literal-limits): Removed the
2921         compatibility function for older emacsen.  `c-literal-limits-fast'
2922         has now taken the place of this function.
2924         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2925         with older emacsen: We now require `pps-extended-state'.
2927 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2929         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2930         which obviates the need to hack sentence-end.  This now handles
2931         escaped newlines in strings correctly.  Correct minor bugs in
2932         c-move-over-sentence and in c-beginning-of-statement.
2934         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2935         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2936         that movement over macros and code are rigorously separated from
2937         eachother.  Correct a few incidental bugs.
2939         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2940         Improve its doc-string.  Improve the handling of certain specific
2941         cases.
2943 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2945         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2946         (c-guess-basic-syntax): Changed the way class-level labels are
2947         recognized; they can now contain essentially any symbols.
2949         (c-opt-extra-label-key): New language variable to cope with the
2950         special protection label syntax in Objective-C.
2952         (c-opt-access-key): Removed; this is now handled better by
2953         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2955         (c-complex-decl-matchers): Update to handle that
2956         `c-opt-access-key' no longer exists.
2958         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2959         improved label recognition in `c-beginning-of-statement-1'.
2961         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2962         Recognize bitfields better.
2964         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2965         Removed some cruft and fixed a bug that could cause it to go to a
2966         position further down.
2968         * progmodes/cc-langs.el, cc-engine.el
2969         (c-beginning-of-statement-1): Improved detection of labels in
2970         declaration contexts.
2972         (c-beginning-of-decl-1): Use it.
2974         (c-nonlabel-token-key): New language constant and variable needed
2975         by `c-beginning-of-statement-1'.
2977         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2978         manifested itself due to the correction in `c-forward-sexp'.
2980         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2981         these behave as documented when used at the buffer limits.
2983         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2984         (c-type-decl-end-used): Made this a language variable.
2986         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2987         correctly when `combine-after-change-calls' is used together with
2988         temporary narrowings.
2990         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2991         labels correctly when the start point is immediately after the
2992         colon.
2994         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2995         since it isn't used anymore.
2997         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2998         bracket arglists such as template parens in C++.
3000         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3001         in the last check-in.  Some optimization.
3003         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3004         where it could stop at the same level in a preceding sexp when
3005         PAREN-LEVEL is set.
3007         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3008         text property lookup only when it's needed.
3010         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3011         Changed the policy for paren marked angle brackets to be more
3012         persistent; once marked they remain marked even when they're found
3013         to be unbalanced in the searched region.  This should keep the
3014         paren syntax around even when individual lines are refontified in
3015         multiline template arglists.
3017         (c-parse-and-markup-<>-arglists): New dynamically bound variable
3018         to control markup so that incorrect angle bracket arglists aren't
3019         marked in contexts where the correct value for
3020         `c-disallow-comma-in-<>-arglists' isn't known.
3022         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3023         argument has become `c-parse-and-markup-<>-arglists'.
3025         (c-remove-<>-arglist-properties): Removed - no longer used.
3027         (c-after-change-check-<>-operators): New function used on
3028         `after-change-functions' to avoid that "<" and ">" characters that
3029         are part of longer operators have paren syntax.
3031         (c-<>-multichar-token-regexp): New language variable used by
3032         `c-after-change-check-<>-operators'.
3034         (c-after-change): Call `c-after-change-check-<>-operators'.
3036         (c-font-lock-<>-arglists): Use the context properties set by
3037         `c-font-lock-declarations' to set
3038         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3039         markup.
3041         (c-font-lock-declarations): Removed code that undoes the invalid
3042         markup done by `c-font-lock-<>-arglists'.
3044         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3045         after `c-font-lock-declarations'.
3047         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3048         paren-level feature.
3050         (c-guess-basic-syntax): Improved the anchor position for
3051         `template-args-cont' in nested template arglists.  There's still
3052         much to be desired in this area, though.
3054 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3056         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3057         Make the "Text Filling and Line Breaking" commands work for AWK
3058         buffers.
3060 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3062         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3063         Removed;
3064         (c-major-mode-is 'awk-mode) can be used instead now.
3066         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3067         it doesn't work no longer are supported.
3069         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
3070         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3071         requires support for the syntax-table' text property, which rules
3072         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
3073         cruft associated with those versions.
3075         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3076         for the `syntax-table' text property, which rules out Emacs 19 and
3077         XEmacs < 21.4.  Removed various compatibility cruft associated
3078         with those versions.
3080         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3081         support for the `syntax-table' text property.
3083         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3084         variable and use an extra quoted face name instead.  All the
3085         emacsen flavors handle that correctly.
3087         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
3088         c-font-lock-declarators, c-font-lock-declarations,
3089         c-complex-decl-matchers, c-basic-matchers-after): Use a text
3090         property to mark the items in in declarator lists to handle
3091         refontification inside multiline declarations better.
3093         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3094         construct like "a * b = c;" as a declaration.
3096 2005-12-08  Kim F. Storm  <storm@cua.dk>
3098         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3099         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
3100         select either meta, hyper, or super modifier for rectangle commands.
3101         (cua--rectangle-modifier-key): New defvar.
3102         (cua--M/H-key): Use it.  Remove special case for `space'.
3103         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3104         on X, to meta otherwise.  Always bind C-return to toggle
3105         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
3107         * emulation/cua-rect.el (cua-help-for-rectangle): Use
3108         cua--rectangle-modifier-key.  Handle super modifier too.
3109         (cua--init-rectangles): Always bind C-return to toggle rectangle.
3110         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3112         * ido.el: Move Acknowledgements and History after Commentary.
3113         Minor changes to Commentary.
3115         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3116         keymap if cua--prefix-override-timer is `shift'.
3117         (cua--shift-control-prefix): New function; emulate "type prefix
3118         key twice" functionality to handle shifted prefix key override.
3119         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3120         commands.
3121         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3123 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
3125         * textmodes/org.el (org-insert-heading): Try to do items before
3126         headings.
3127         (org-agenda-mode): Quote `org-agenda-mode-hook'.
3128         (org-insert-item): New function.
3129         (org-renumber-ordered-list): Don't skip to higher level lists.
3131 2005-12-08  Juri Linkov  <juri@jurta.org>
3133         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3135         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3137         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3139         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3140         the constructed function name fun-1.
3142         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3143         because such links don't lead to parent documentation.
3145 2005-12-08  Kenichi Handa  <handa@m17n.org>
3147         * descr-text.el (describe-char): Use *Help-2* buffer if the
3148         current buffer is *Help*.  Call describe-text-properties while
3149         setting the original buffer.
3151 2005-12-07  Bill Wohler  <wohler@newt.com>
3153         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
3154         and causes problems with non-MH users (such as Gnus users).
3156 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
3158         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3159         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3160         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3161         command "info sources".  Move calls to GDB command "list".
3162         (gdb-find-file-hook): Just use gdb-source-file-list.
3163         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3164         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3165         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3166         (gdb-data-list-register-values-handler): Use correct trigger name.
3168 2005-12-07  Kim F. Storm  <storm@cua.dk>
3170         * ido.el (ido-completion-map): Renamed from ido-mode-map.
3171         (ido-common-completion-map, ido-file-completion-map)
3172         (ido-file-dir-completion-map, ido-buffer-completion-map):
3173         Renamed from ido-mode-....-map.
3174         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
3175         (ido-setup-completion-map): Renamed from ido-define-mode-map.
3176         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3177         to ido-completion-map.
3179 2005-12-07  Kenichi Handa  <handa@m17n.org>
3181         * international/mule-cmds.el
3182         (set-display-table-and-terminal-coding-system): If the coding
3183         system specified in `unibyte-display' property is different from
3184         the arg coding-system, don't setup standard-display-table.
3186 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3188         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3189         that comments end at \n, regardless of selective-display.
3191 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3193         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3194         (gdb-version): New variables.
3195         (gdb-source-file-list, gdb-register-names)
3196         (gdb-changed-registers): New variables for use with GDB 6.4+.
3197         (gdb-ann3): Replace with...
3198         (gdb-init-1, gdb-init-2): ...two new functions.
3199         (gdba, gdb-prompt): Call gdb-init-1.
3200         (gdb-get-version): New function.  Call gdb-init-2 from here.
3201         (gud-watch): Make it work with mouse events too.
3202         (gdb-post-prompt): Don't add to queue until GDB version is known.
3203         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3204         (gdb-locals-mode): Use gdb-version.
3205         (gdb-memory-format-map, gdb-memory-unit-map)
3206         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3207         (gdb-locals-font-lock-keywords-1)
3208         (gdb-locals-font-lock-keywords-2): New variables.
3209         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3210         (gdb-set-gud-minor-mode-existing-buffers-1)
3211         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3212         (gdb-var-update-1, gdb-var-update-handler-1)
3213         (gdb-data-list-register-values-handler)
3214         (gdb-data-list-register-values-custom)
3215         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3216         (gdb-stack-list-locals-handler, gdb-get-register-names):
3217         New functions for use with GDB 6.4+.
3218         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3219         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3220         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3221         (gdb-stack-list-locals-regexp)
3222         (gdb-data-list-register-names-regexp): New regexps for use with
3223         GDB 6.4+.
3225 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3229 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
3231         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3232         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3233         <seallan@verizon.net>.
3235 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3237         * frame.el (set-frame-parameter): Add doc string.
3239 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3241         * textmodes/org.el (org-occur-highlights): New variable.
3242         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3243         (org-highlight-sparse-tree-matches): New option.
3244         (org-do-occur): New function.
3245         (org-get-heading): Make it work also at beginning of line.
3246         (org-category-table): New variable.
3247         (org-get-category-table, org-get-category)
3248         (org-camel-to-words, org-link-search): New functions.
3249         (org-select-this-todo-keyword): New variable.
3250         (org-todo-list): New command.
3251         (org-shiftright, org-shiftleft): New commands.
3252         (org-agenda-todo): Add prefix argument.
3253         (org-show-hierarchy-above): New option.
3254         (org-show-todo-tree): Numerical prefix creates tree for specific
3255         TODO keyword.
3256         (org-outline-level): New function, to assign a level to plain
3257         lists items.
3258         (org-cycle-include-plain-lists): New option.
3259         (org-mode): Use `org-outline-level' as value of `outline-level'.
3260         (org-cycle): Temporarily switch `outline-regexp' if
3261         `org-cycle-include-plain-lists' is non-nil.
3262         (org-start-icalendar-file): Fix format bug.
3263         (org-agenda-get-day-entries): Create category table.
3264         (org-agenda-get-todos, org-agenda-get-timestamps)
3265         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3266         (org-agenda-get-blocks): Use `org-get-category'.
3267         (org-context-in-file-links): Rename from
3268         `org-line-numbers-in-file-links' .
3270 2005-12-06  Romain Francoise  <romain@orebokech.com>
3272         * window.el (balance-windows): Delete extraneous third arg in call
3273         to `enlarge-window'.
3275 2005-12-06  Kenichi Handa  <handa@m17n.org>
3277         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3279 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3281         * progmodes/gdb-ui.el (gdb-var-create-handler)
3282         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3283         (gdb-var-list-children-handler, gdb-var-update-handler):
3284         Current buffer is already gdb-partial-output-buffer, don't
3285         make it current again.
3287 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3289         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3290         (list-buffers-noselect): Use it.
3292 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3295         (mail-yank-ignored-headers): Use regexp-opt.
3296         (mail-mode-map): Move initialization into declaration.
3297         (mail-sent-via): Remove unused shadowed var `to-line'.
3298         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3299         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3300         (mail-do-fcc): Use dolist and push.
3301         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3302         (mail-yank-ignored-headers): Don't autoload.
3304 2005-12-05  Kenichi Handa  <handa@m17n.org>
3306         * international/mule-cmds.el (set-language-info-internal): New fun.
3307         (set-language-info): Call set-language-info-internal to update
3308         language-info-alist.  If LANG-ENV is the current one, call
3309         set-language-environment to make INFO effective now.
3310         (set-language-info-alist): Likewise.
3311         (locale-language-names): With locale "en", use English
3312         lang. env. but set the default codings to iso-8859-1.
3314 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3316         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3317         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3318         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3319         for plain strings.
3320         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3321         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3322         Create registers buffer if necessary.  Echo new state in minibuffer.
3323         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3325 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3327         * info.el (Info-fontify-node): Match external links using
3328         non-directory part of filename.
3330 2005-12-04  Juri Linkov  <juri@jurta.org>
3332         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3333         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3334         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3335         because there is no customization option for it.
3337         * font-lock.el (lisp-font-lock-keywords-1):
3338         Add define-global-minor-mode.
3340         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3342         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3343         properties on the constructed variable names.
3345         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3346         Put `definition-name' properties on the constructed function names
3347         next-sym and prev-sym.
3349         * emacs-lisp/find-func.el (find-function-regexp):
3350         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3351         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3352         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3353         and easy-menu-define.
3355         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3356         easy-mmode-define-global-mode and define-global-minor-mode.
3357         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3359         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3360         instead of easy-mmode-define-global-mode.
3362         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3363         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3365         * cus-edit.el (customize-group, customize-group-other-window):
3366         Filter out autoloaded options from the group completion list by
3367         using heuristics that autoloaded groups don't have `custom-autoload'
3368         property on their symbols (they have only `custom-loads').
3370         * simple.el (completion-setup-function): Put completions-common-part
3371         face on complete completion string too (i.e. completion string
3372         without completions-first-difference face).
3374         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3376 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3378         * view.el (view-mode): Doc fix.
3380         * disp-table.el (standard-display-european): Add to the warning
3381         message a reference to the doc string.
3383         * play/yow.el (apropos-zippy): Call print-help-return-message,
3384         similar to other Help and Apropos commands.
3386         * help.el (print-help-return-message): If pop-up-frames is
3387         non-nil, set up help-return-method to delete the help window and,
3388         possibly, its frame as well, and don't display message about
3389         scrolling the help window.  Doc fix.
3390         (help-return-method): Doc fix.
3392 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3394         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3395         whereby names of length one or names starting with a
3396         symbol-constituent character would not be returned.
3398 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3400         * subr.el (atomic-change-group): Add edebug and indentation spec.
3402 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * completion.el (save-completions-file-name): Fix typo in last change.
3406 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3408         * info.el: Move back/forward history to the beginning of the tool bar.
3410 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3412         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
3413         Add fset of allout-real-isearch-abort during compile to fix
3414         byte-compilation warnings.
3415         (allout-mode-p): Move definition of this macro above all uses, or
3416         byte compilation in barren emacs (eg, during emacs build) will
3417         lack the definition.
3418         (allout-mode): Move this variable above any uses, or byte
3419         compilation will fail.
3420         (allout-resolve-xref): Remove use of personal file-reference function.
3421         (allout-toggle-current-subtree-encryption): Do the current (ie,
3422         visible containing) topic, rather than nearest around point.  Doc fix.
3423         (allout-toggle-subtree-encryption): New function, workhorse that
3424         works on nearest topic containing point.
3425         (allout-encrypt-string): Signal requirement for newer version of pgg.
3426         (allout-resumptions): Doc fix.
3428 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3430         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3432 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3434         * textmodes/flyspell.el (flyspell-external-point-words):
3435         Consider a misspelling as found in the string search if: (a) misspelling
3436         and found string lengths match, or (b) misspelling is found as
3437         element in a boundary-chars separated longer string, or (c)
3438         ispell-program-name is really ispell and misspelling is found as
3439         part of a TeX string.  After successful match move beginning of
3440         search region to end of match.  Warn about not found misspellings
3441         once the process is done.
3442         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3444 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3446         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3447         tool bar (removed inadvertently).
3449 2005-12-02  Juri Linkov  <juri@jurta.org>
3451         * log-view.el (log-view-diff): Clarify doc string.
3453 2005-12-01  Bill Wohler  <wohler@newt.com>
3455         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3456         triggers lm-verify errors.
3458 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3460         * simple.el (transient-mark-mode, line-number-mode)
3461         (column-number-mode, size-indication-mode): Remove `:require nil'.
3463 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3465         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3466         in the margin also.
3467         (gdb-breakpoints-mode-map): Use D instead of d for
3468         gdb-delete-breakpoint.
3469         (gdb-get-frame-number): Require a number to match on.
3470         (gdb-threads-mode-map): Add follow-link binding.
3472 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3474         * isearch.el (isearch-mode-map): Avoid exiting search on
3475         language-change event.
3477 2005-11-30  Romain Francoise  <romain@orebokech.com>
3479         * speedbar.el (speedbar-default-position): New defcustom.
3480         (speedbar-frame-reposition-smartly): Use it.
3482         * dframe.el (dframe-reposition-frame-emacs): Fix position
3483         computation for `left' location.
3484         Update copyright year.
3486 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * help.el (help-map): Move initialization into declaration.
3490         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3492         * help-fns.el (help-argument-name): Don't autoload.
3493         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3494         to be re-loaded when customizing the `help' group.
3496 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3498         * help-fns.el (describe-function-1): Fill arglist output.
3500 2005-11-30  Kim F. Storm  <storm@cua.dk>
3502         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3503         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3504         after revert-buffer (or anything else which kills all local variables).
3506         * apropos.el (apropos-parse-pattern): Doc fix.
3507         Set apropos-regexp directly, rather than expecting callers to do so.
3508         (apropos-command, apropos, apropos-value, apropos-documentation):
3509         Simplify calls to apropos-parse-pattern.
3511 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3513         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3514         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3515         (hi-lock-write-interactive-patterns): Use comment-region.
3517         * longlines.el (longlines-mode): Add mail-setup-hook.
3519         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3521         * simple.el (sendmail-user-agent-compose, next-line):
3522         Conditionally use hard-newline.
3524 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3526         * international/latexenc.el (latex-inputenc-coding-alist):
3527         Reword doc string.
3529 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3531         * help.el (describe-key-briefly, describe-key): Recognize default
3532         bindings.
3534 2005-11-29  Romain Francoise  <romain@orebokech.com>
3536         * view.el (view-inhibit-help-message): New defcustom.
3537         (view-mode-enter): Use it.
3539 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3541         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3542         Preserve user position.
3544 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3546         * font-lock.el: Throw error if facemenu is not loaded to prevent
3547         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3549         * loadup.el: Add comment explaining why facemenu must be loaded
3550         before font-lock.
3552 2005-11-28  Jay Belanger  <belanger@truman.edu>
3554         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3555         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3557         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3559         * calc/calc-embed.el (calc-do-embedded): Update help message.
3561         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3563 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3567         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3568         called-interactively-p.
3569         (elp-profilable-p): Rename from elp-not-profilable-p.
3570         Invert result and take into account macros and autoloaded functions.
3571         (elp-instrument-function): Update call.
3572         (elp-instrument-package): Update call.  Add completion.
3573         (elp-pack-number): Use match-string.
3574         (elp-results-jump-to-definition-by-mouse): Merge into
3575         elp-results-jump-to-definition and then remove.
3576         (elp-output-insert-symname): Make help echo text single-line.
3578         * replace.el (query-replace-map): Move initialization into declaration.
3579         (occur-engine): Use with-current-buffer.
3580         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3581         (occur-mode-mouse-goto): Replace with an alias.
3583 2005-11-28  Juri Linkov  <juri@jurta.org>
3585         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3587         * term/w32-win.el: Bind [S-tab] to [backtab].
3589         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3590         `Info-find-file' to t.
3592         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3593         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3594         and same-window-regexps.
3595         (occur-next-error): Don't move point for arg 0.
3597 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3599         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3601 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3603         * log-edit.el (log-edit-changelog-use-first): New var.
3604         (log-edit-changelog-ours-p): Use it.
3605         (log-edit-insert-changelog): Set it with new arg `use-first'.
3606         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3607         (log-edit-hook): Add them to the list of suggested options.
3609         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3610         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3611         redundant work.
3612         (flyspell-mode-on): Use add-hook for after-change-functions.
3613         (flyspell-mode-off): Use remove-hook for after-change-functions.
3614         (flyspell-changes): Make it buffer-local.
3615         (flyspell-after-change-function): Make it non-interactive.  Use push.
3616         (flyspell-post-command-hook): Check input-pending-p while processing
3617         the potentially long list of buffer changes.
3619 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3621         * buff-menu.el (list-buffers-noselect): Display the selected
3622         frame's buffer list, not the global one.
3624 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3626         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3627         that (list last-input-event) works as in interactive spec.
3629 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3631         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3632         `facemenu-keymap' needs to be defined when font-lock is loaded.
3633         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3635 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3637         * completion.el: Remove useless leading * in defcustom docstrings.
3638         (save-completions-file-name): Use ~/.emacs.d if available.
3639         (completion-standard-syntax-table): Rename from
3640         cmpl-standard-syntax-table and fold initialization into declaration,
3641         thus removing cmpl-make-standard-completion-syntax-table.
3642         (completion-lisp-syntax-table, completion-c-syntax-table)
3643         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3644         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3645         (symbol-under-point, symbol-before-point)
3646         (symbol-under-or-before-point, symbol-before-point-for-complete)
3647         (add-completions-from-c-buffer): Use with-syntax-table.
3648         (make-completion): Don't return a list of completion entries.
3649         Update callers.
3650         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3651         (completion-initialize): Rename from initialize-completions.
3652         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3653         (kill-emacs-save-completions): Collect stats here.
3654         (save-completions-to-file, load-completions-from-file):
3655         Use with-current-buffer.
3656         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3657         into a function.  Move all calls to toplevel.
3658         (completion-lisp-mode-hook): New fun.
3659         (completion-c-mode-hook, completion-setup-fortran-mode):
3660         Set the syntax-table here.  Use local-set-key.
3661         (completion-saved-bindings): New var.
3662         (dynamic-completion-mode): Make it into a proper minor mode.
3663         (load-completions-from-file): Remove unused var `num-uses'.
3665         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3666         constructor if it is explicitly overridden.
3668         * complete.el (PC-completion-as-file-name-predicate):
3669         Use minibuffer-completing-file-name.
3670         (partial-completion-mode): Use find-file-not-found-functions.
3671         (PC-lisp-complete-symbol): Use with-syntax-table.
3672         (PC-look-for-include-file): Remove dead setq.
3673         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3674         (PC-complete): Use with-current-buffer.
3676         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3677         escape single quotes.
3679 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3681         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3682         of `if' whose condition always returned nil.  Doc fix.
3684         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3685         window's buffer the current buffer around the call to
3686         `list-buffers-noselect'.  This is necessary to mark that buffer
3687         with a `.' in the Buffer Menu when called from Lisp, for instance
3688         by Auto Revert Mode.
3690 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3692         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3693         attaching to it.
3694         (gdb-pre-prompt): Make sure gdb-error is reset.
3696         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3697         with a child process, detect it.
3698         (gud-speedbar-buttons): Match regexp more carefully.
3700 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3702         * mouse.el (mouse-drag-move-window-bottom):
3703         Use adjust-window-trailing-edge.
3705 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3707         * simple.el (blink-matching-open): Ignore
3708         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3709         (blink-matching-paren-on-screen): Update docstring.
3711         * paren.el (show-paren-mode): No longer change
3712         `blink-matching-paren-on-screen'.
3714 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3716         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3717         (gdb-threads-select, gdb-edit-register-value):
3718         Use `posn-set-point' instead of `mouse-set-point' because the
3719         latter is not fbound when configured without X.
3721 2005-11-27  Kim F. Storm  <storm@cua.dk>
3723         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3724         existing face when partially highlighting a TAB in a rectangle.
3726 2005-11-26  Kim F. Storm  <storm@cua.dk>
3728         * ido.el (ido-mode-map): Doc fix.
3729         (ido-mode-common-map, ido-mode-file-map)
3730         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3731         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3732         parent for ido-mode-map instead of building from scratch.
3733         (ido-init-mode-maps): New defun to initialize new maps.
3734         (ido-mode): Call it.
3735         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3736         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3738 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3740         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3741         `mouse-set-point' because the latter is not fbound when configured
3742         without X.
3744 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3746         * files.el (file-relative-name): Doc fix.
3748 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3750         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3751         non-empty string for secondary prompt PS2.
3753 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3755         * progmodes/compile.el (compilation-setup): Fix last change.
3757 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3759         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3760         (gdb-mouse-toggle-breakpoint-margin)
3761         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3762         Add gdb-server-prefix to keep out of command history.
3763         (gdb-edit-register-value): New function.
3764         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3765         (gdb-info-registers-custom): Use above map.
3767 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3769         * custom.el (enable-theme): Signal error if argument is not a
3770         theme.  Don't recalculate a face if it's not loaded yet.
3772         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3773         the `user' theme is in effect.
3775         * info.el (Info-on-current-buffer): Record actual filename in
3776         Info-current-file, instead of t, or a fake filename if a non-file
3777         buffer.  Make autoload.
3778         (Info-find-node, Info-revert-find-node): No need to check for
3779         Info-current-file nil.
3780         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3781         Info-current-file is now never `t'.
3782         (Info-fontify-node): Many simplifications due to Info-current-file
3783         always being valid.  Use Info-find-file to find node filename.
3785 2005-11-25  David Kastrup  <dak@gnu.org>
3787         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3788         new character, then delete" in order to preserve markers.
3790 2005-11-25  David Ponce  <david@dponce.com>
3792         * recentf.el (recentf-arrange-by-rule): Handle a special
3793         `auto-mode-alist'-like "strip suffix" rule.
3794         (recentf-build-mode-rules): Handle second level auto-mode entries.
3796 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3798         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3799         window modes.
3801         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3802         jde-javadoc-checker-report-mode.
3804         * ediff-wind (ediff-make-wide-display): Slight simplification.
3806         * ediff.el (ediff-date): Change the date of last update.
3808 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3810         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3811         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3812         (hi-lock-mode): New global minor mode.
3813         (turn-on-hi-lock-if-enabled): New function.
3814         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3815         Change arguments to regexp and face instead of a font-lock pattern.
3816         Directly set face property, instead of refontifying.
3817         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3818         (hi-lock-find-patterns): Use line-number-at-pos.
3820         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3821         arguments for hi-lock-set-pattern.
3822         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3823         font-lock-fontify-buffer.
3824         (hi-lock-find-file-hook, hi-lock-current-line)
3825         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3827         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3828         turned off.
3830         * progmodes/compile.el (compilation-setup): Don't fiddle with
3831         font-lock-defaults.
3833 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3835         * progmodes/gdb-ui.el (gdb-var-create-handler)
3836         (gdb-var-list-children-handler): Find values for all variable
3837         objects.  gud-speedbar-buttons decides whether to display them.
3839 2005-11-24  Romain Francoise  <romain@orebokech.com>
3841         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3842         buffer name with a space.
3844 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3846         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3847         `org-export-local-list-max-depth'.  Change default value to 3.
3848         (org-auto-renumber-ordered-lists)
3849         (org-plain-list-ordered-item-terminator): New options.
3850         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3851         (org-get-indentation, org-get-string-indentation)
3852         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3853         functions.
3854         (org-move-item-down, org-move-item-up): New commands.
3855         (org-export-as-html): New classes for CSS support.  Bug fix in
3856         regular expression detecting fixed-width regions.  Respect
3857         `org-local-list-ordered-item-terminator'.
3858         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3859         also a list item.
3860         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3861         New item moving functions.
3863 2005-11-24  Juri Linkov  <juri@jurta.org>
3865         * isearch.el (isearch-repeat): With empty search ring set
3866         `isearch-error' to the error string instead of signaling error
3867         with the function `error'.
3869 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3871         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3873 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3875         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3876         and variable.
3877         (gdb-var-create-handler, gdb-var-list-children-handler):
3878         Don't match on "char **...".
3879         (gdb-var-update-handler): Find values for all variable objects.
3880         (gdb-info-frames-custom): Identify frames by leading "#".
3882         * progmodes/gud.el (gud-speedbar-menu-items): Add
3883         gdb-speedbar-auto-raise as radio button.
3884         (gud-speedbar-buttons): Raise speedbar if requested.
3885         Don't match on "char **...".
3886         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3887         Make it editable.
3889 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3891         * info.el (Info-fontify-node): Handle the case where
3892         Info-current-file is t.
3894 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * simple.el (blink-matching-open): Fix off-by-one in last change.
3898 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3900         * term/mac-win.el: Don't change default directory.
3902 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3904         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3905         buffers correctly.  (It used to throw an error in such buffers.)
3906         Make it ask for confirmation in group buffers and other Custom
3907         buffers containing more than one customization item.
3909 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3911         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3912         property on mail and url overlays.
3913         (goto-address-at-point): Use `posn-set-point' instead of
3914         `mouse-set-point' because the latter is not fbound when configured
3915         without X.
3917 2005-11-22  Lars Hansen  <larsh@soem.dk>
3919         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3920         (ls-lisp-classify, ls-lisp-format): Delete call to
3921         ls-lisp-parse-symlink.
3922         (ls-lisp-handle-switches): Handle symlinks to directories as
3923         directories when ls-lisp-dirs-first in non-nil.
3925 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3927         * startup.el (command-line): Make sure that loaddefs.el is handled
3928         correctly in load-history.
3930 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3932         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3933         (gdb-struct-string, gdb-array-string): New constants.
3934         (gdb-info-locals-handler): Use them.
3935         (gdb-reset): Reset gdb-var-list to nil.
3937 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3940         in patterns.
3942 2005-11-21  Juri Linkov  <juri@jurta.org>
3944         * custom.el (defcustom): Update link types in docstring.
3946 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3948         * custom.el (defgroup): Add doc-string-elt info.
3950         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3952 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * newcomment.el (comment-enter-backward): Fix last fix.
3956         * simple.el (blink-matching-open):
3957         * paren.el (show-paren-function): Allow new paren-class info.
3959 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3961         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3962         handled automagically.
3964 2005-11-20  Andreas Schwab  <schwab@suse.de>
3966         * descr-text.el (describe-char): When copying overlays put them
3967         over the full char description instead of just the first character
3968         of it.
3970 2005-11-20  Juri Linkov  <juri@jurta.org>
3972         * simple.el (what-cursor-position):
3973         * descr-text.el (describe-char): Use Lisp-readable syntax
3974         for octal and hex.  Reorder decimal, octal and hex values.
3975         Remove excess whitespace in the output.  Use `=' in `column='
3976         like in `point=' and `Hscroll='.
3978         * international/mule-cmds.el (encoded-string-description):
3979         Use Lisp-readable syntax for hex.
3981 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3983         * newcomment.el (comment-enter-backward): Handle the case where the
3984         comment is closed by EOB.
3986 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3988         * longlines.el (longlines-before-revert-hook)
3989         (longlines-after-revert-hook): New functions.
3990         (longlines-mode): Turn off longlines temporarily when reverting.
3991         Add a message-setup-hook.
3992         (longlines-decode-buffer): New function.
3993         (longlines-wrap-line): Preserve marker positions.
3995 2005-11-19  Andreas Schwab  <schwab@suse.de>
3997         * emacs-lisp/shadow.el: Handle compressed files.
3999 2005-11-19  Romain Francoise  <romain@orebokech.com>
4001         * net/browse-url.el (browse-url-default-browser): Signal an error
4002         if no usable browser can be found, rather than try to load w3.
4004 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
4006         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4007         replacing existing properties.
4008         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4009         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4010         tty specs.
4011         (rcirc-server-prefix, rcirc-server): New faces.
4012         (rcirc-url-regexp): Generate with rx macro.
4013         (rcirc-last-server-message-time): New variable.
4014         (rcirc-filter): Record time of last message.
4015         (rcirc-keepalive): Kill processes that did not send a message
4016         since the last ping.
4017         (rcirc-mode): Give rcirc-topic a local binding here.
4019 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
4021         * subr.el (read-passwd): Fontify the prompt as we do with other
4022         prompts.
4024 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
4026         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4027         binding buffer-read-only to nil.
4029 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4031         * complete.el (partial-completion-mode):
4032         Mention completion-auto-help in the doc string.
4034         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
4035         more Lisp-ish way.
4037 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4039         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4040         digits, not 8, to avoid misalignment for files larger than 100MB.
4042 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
4044         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4045         Mention "keyboard shortcuts" in the help text.
4047 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4049         * startup.el (fancy-splash-default-action): Discard only
4050         mouse-down and succeeding mouse-up events in the splash screen
4051         window so that drag-n-drop event can be processed.
4053 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
4055         * longlines.el (longlines-mode): Add hacks for mail-mode and
4056         message-mode.
4058 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
4060         * textmodes/org.el (org-table-sort-lines): New command.
4061         (org-tbl-menu): Add entry for `org-table-sort-lines'.
4062         (org-add-file): Command removed, use `org-agenda-file-to-front'
4063         instead.
4064         (org-export-icalendar): Use `org-icalendar-combined-name'.
4065         (org-cycle-agenda-files, org-agenda-file-to-end)
4066         (org-agenda-file-to-front): New commands.
4067         (org-table-tab-jumps-over-hlines,org-export-html-style): New
4068         options.
4069         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4070         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
4071         New functions.
4072         (org-fill-paragraph): Call `org-table-align' in tables.
4073         (org-mode): Call `org-set-autofill-regexps'.
4074         (org-export-as-html): Support for local handformatted lists.
4075         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
4076         (org-export-local-list-max-depth): New option.
4077         (org-html-expand): Use `org-html-protect'.
4079 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
4081         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4082         to "p".
4083         (gdb): Move definition of gud-pp to...
4085         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
4086         speedbar.
4087         (gdb-find-watch-expression): New function.
4089 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4091         * faces.el (face-attribute, set-face-attribute): Mention existence
4092         of `:ignore-defface' setting in docstring.
4094 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * simple.el (completion-setup-function): Fix last change.
4098 2005-11-17  John Paul Wallington  <jpw@pobox.com>
4100         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4101         Use `posn-set-point' instead of `mouse-set-point' because the
4102         latter is not fbound when configured without X.
4104         * comint.el (comint-insert-input): Likewise.
4106 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4108         * simple.el (hard-newline): New variable.
4109         (sendmail-user-agent-compose, next-line): Use it.
4111         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4112         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4113         (mail-mail-reply-to, mail-mail-followup-to)
4114         (mail-position-on-field, mail-signature, mail-yank-original)
4115         (mail-attach-file): Likewise.
4117         * mail/mailheader.el (mail-header-format)
4118         (mail-header-format-function): Likewise.
4120         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4122 2005-11-17  Juri Linkov  <juri@jurta.org>
4124         * font-lock.el (font-lock-faces): Rename this defgroup from
4125         `font-lock-highlighting-faces'.
4126         (font-lock-comment-face, font-lock-comment-delimiter-face)
4127         (font-lock-string-face, font-lock-doc-face)
4128         (font-lock-keyword-face, font-lock-builtin-face)
4129         (font-lock-function-name-face, font-lock-variable-name-face)
4130         (font-lock-type-face, font-lock-constant-face)
4131         (font-lock-warning-face, font-lock-negation-char-face)
4132         (font-lock-preprocessor-face)
4133         (font-lock-regexp-grouping-backslash)
4134         (font-lock-regexp-grouping-construct): Rename :group from
4135         `font-lock-highlighting-faces' to `font-lock-faces'.
4137         * cus-edit.el (lisp, c, tex):
4138         * progmodes/ada-mode.el (ada):
4139         * progmodes/asm-mode.el (asm):
4140         * progmodes/cperl-mode.el (cperl-faces):
4141         * progmodes/cpp.el (cpp):
4142         * progmodes/dcl-mode.el (dcl):
4143         * progmodes/f90.el (f90):
4144         * progmodes/fortran.el (fortran):
4145         * progmodes/icon.el (icon):
4146         * progmodes/idlwave.el (idlwave-misc):
4147         * progmodes/m4-mode.el (m4):
4148         * progmodes/make-mode.el (makefile):
4149         * progmodes/meta-mode.el (meta-font):
4150         * progmodes/modula2.el (modula2):
4151         * progmodes/octave-mod.el (octave):
4152         * progmodes/pascal.el (pascal):
4153         * progmodes/perl-mode.el (perl):
4154         * progmodes/prolog.el (prolog):
4155         * progmodes/ps-mode.el (PostScript-edit):
4156         * progmodes/scheme.el (scheme):
4157         * progmodes/sh-script.el (sh-script):
4158         * progmodes/simula.el (simula):
4159         * progmodes/tcl.el (tcl):
4160         * textmodes/nroff-mode.el (nroff):
4161         * textmodes/reftex-vars.el (reftex-fontification-configurations):
4162         * textmodes/sgml-mode.el (sgml):
4163         * textmodes/texinfo.el (texinfo):
4164         Add :link (custom-group-link font-lock-faces) to defgroup.
4166         * hi-lock.el (hi-lock): Rename this defgroup from
4167         `hi-lock-interactive-text-highlighting'.  Change parent group from
4168         `faces' to `font-lock'.  Add link to the manual.
4169         (hi-lock-mode, hi-lock-file-patterns-range)
4170         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4171         `hi-lock-interactive-text-highlighting' to `hi-lock'.
4172         (hi-lock-faces): Add :group `faces'.
4174         * cus-edit.el (custom-variable-prompt): Clarify the code.
4176         * faces.el (face-read-string): Set the default value arg of
4177         completing-read.
4179 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4181         * rfn-eshadow.el (file-name-shadow-properties)
4182         (file-name-shadow-tty-properties, file-name-shadow-mode):
4183         Remove autoloads, because the file is now preloaded.
4185 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * printing.el (easy-menu-intern): Don't define.
4188         (pr-get-symbol): Use easy-menu-intern only if defined.
4190         * simple.el (blink-matching-open): Simplify a bit.
4191         (completion-setup-function): Fix the case of partial-completion-mode
4192         when the minibuffer's contents start with "-".
4193         Obey completion-base-size-function even when
4194         minibuffer-completing-file-name is non-nil.
4196 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4198         * net/eudcb-ph.el (eudc-ph-open-session):
4199         Use set-process-query-on-exit-flag.
4201         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4203         * international/ucs-tables.el (ucs-set-table-for-input):
4204         Use make-local-variable, not make-variable-buffer-local.
4206         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4207         Improve warning message text.
4209         * savehist.el (savehist-save-hook): Add :group.
4211         * menu-bar.el (menu-bar-help-menu):
4212         Rename Find Extra Packages to External Packages.
4214         * cus-edit.el (Custom-reset-standard): Verify that
4215         :custom-standard-value prop exists before calling it.
4217         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4219 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4221         * wid-edit.el (color): Enclose %t in %{...%}.
4223         * cus-edit.el (face): Enclose %t in %{...%}.
4225 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4227         * savehist.el (savehist-mode-hook): Re-add the var.
4228         (savehist-mode): Use it.
4230 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * textmodes/flyspell.el: Fix commenting convention.
4233         Remove unnecessary leading * in custom docstrings.
4234         (flyspell-emacs): Remove unused var.
4235         (flyspell-delete-region-overlays): Use remove-overlays.
4236         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4237         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4238         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4239         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4240         (make-flyspell-overlay): Don't locally reuse a global name.
4241         (flyspell-highlight-incorrect-region)
4242         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4243         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4244         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4245         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4246         Wrap calls to accept-process-output inside with-local-quit since it's
4247         often called from a post-command-hook.
4248         (flyspell-correct-word, flyspell-auto-correct-word):
4249         Use ispell-send-string.
4250         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4252         * calendar/diary-lib.el (diary-list-entries): Also hide the
4253         terminating newline.
4255 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4257         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4258         window-system, to allow fonts on tty.
4260 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4262         * progmodes/gud.el (gud-speedbar-item-info): New function.
4263         (gud-install-speedbar-variables): Use it to display data type
4264         of watch expression as a tooltip in speedbar.
4266 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4268         * font-core.el (global-font-lock-mode): Add :version keyword,
4269         because default was changed.
4271         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4273         * startup.el (command-line): Use `custom-reevaluate-setting' for
4274         `file-name-shadow-mode'.
4276         * loadup.el: Preload rfn-eshadow.
4278         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4279         Add :version keyword.
4280         (file-name-shadow-properties, file-name-shadow-tty-properties)
4281         (file-name-shadow): Add :version keyword.
4283         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4284         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4285         in the custom-group property of the symbol frames and the fringe
4286         group got no link to its parent group frames.
4287         Doc fix.
4289 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4291         * progmodes/gud.el (gud-stop-subjob): New function.
4292         (gud-menu-map, gud-tool-bar-map): Use it.
4294 2005-11-16  Kim F. Storm  <storm@cua.dk>
4296         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4297         than kill it.
4298         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4299         to a more useful/logical place.
4301 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4303         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4304         go buttons complementary.
4306 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4309         (rfn-eshadow-sifn-equal): New function.
4310         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4312 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4314         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4315         string.
4317         * viper.el (viper-emacs-state-mode-list): Ensure that
4318         rcirc-mode buffers come up in Emacs state.
4320         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4321         operation.
4323 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4325         * term.el (term-termcap-format): Fix typos.
4326         (term-down): Fix the negative argument case.
4328 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4330         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4331         2005-08-15.
4332         (gdb-ann3): New command gud-go.
4333         (menu): Accomodate gdb-mi.el.
4334         (gdb-assembler-custom): Make buffer of selected window current
4335         so that set-window-point works.
4337         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4338         buttons and include new ones.
4340 2005-11-16  Kim F. Storm  <storm@cua.dk>
4342         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4343         (gud-menu-map): Use it.
4345 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4347         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4348         that works correctly for Custom and that does not override a user
4349         who disables it.
4351         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4352         (help-xref-interned, help-follow): Make hyperlinks for variables
4353         that are unbound, but have a non-nil variable-documentation property.
4355         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4356         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4357         Use the `variable-documentation' property to give the mode hook a
4358         docstring and expand that docstring.
4360 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4362         * savehist.el (savehist-mode): Don't bother with
4363         `custom-set-minor-mode'.
4364         (savehist-coding-system): Check XEmacs version.
4365         (history-length): Declare also at run time.
4366         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4367         Don't set the customize state.
4368         (savehist-minibuffer-hook): Special case for when
4369         minibuffer-history-variable is equal to t.
4371 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * files.el (write-file): Refresh VC status.
4375         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4376         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4377         than fundamental-mode to see if the mode was set.
4379 2005-11-14  Romain Francoise  <romain@orebokech.com>
4381         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4382         dummy function in `eval-when-compile' to avoid compiler warning.
4383         Require `man' at compile time.
4385 2005-11-14  Jay Belanger  <belanger@truman.edu>
4387         * calc-alg.el (calcFunc-write-out-power): Rename it to
4388         calcFunc-powerexpand.
4389         (math-write-out-power): Rename it to math-powerexpand; have it
4390         handle negative exponents.
4391         (calc-writeoutpower): Rename it to calc-powerexpand.
4393         * calc-ext.el: Change calcFunc-writeoutpower and
4394         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4395         autoloads.
4396         Add calcFunc-ldiv to autoloads.
4398         * calc-arith.el (calcFunc-ldiv): New function.
4400         * calc.el (calc-left-divide): New function.
4402 2005-11-14  Juri Linkov  <juri@jurta.org>
4404         * cus-edit.el (custom-variable-prompt): Set the default value arg
4405         of completing-read.
4407         * cus-dep.el (custom-make-dependencies): Reverse the list of
4408         found dependencies.
4410 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4412         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4413         Highlighting" entry, it is on by default now.
4414         (menu-bar-options-save): Do not save global-font-lock-mode.
4416 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4418         * textmodes/flyspell.el (flyspell-large-region):
4419         Call flyspell-accept-buffer-local-defs.
4421 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4423         * textmodes/flyspell.el (flyspell-notify-misspell):
4424         Fix misspelling of "Misspelling".
4425         (flyspell-process-localwords): New function.
4426         (flyspell-large-region): Call flyspell-process-localwords and
4427         flyspell-delete-region-overlays.
4428         (flyspell-delete-region-overlays): New function.
4429         (flyspell-delete-all-overlays): Call that.
4431 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4433         * help.el (help-for-help-internal): Improve doc of C-h a.
4434         (describe-key): Improve prompt; doc fix.
4436 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * vc-svn.el (vc-svn-registered): Catch all errors.
4440         * cus-dep.el (custom-make-dependencies): Typo.
4442 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4444         * net/tramp-util.el (top): Fix compilation warning.
4446 2005-11-13  Kim F. Storm  <storm@cua.dk>
4448         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4450 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4452         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4453         (gud-speedbar-buttons): Match on "const char *" too.
4455         * progmodes/gdb-ui.el (gdb-var-create-handler)
4456         (gdb-var-list-children-handler): Match on "const char *" too.
4457         (gdb-var-evaluate-expression-handler): Match on empty string.
4458         (gdb-var-update-handler): Only call
4459         gdb-var-evaluate-expression-handler when required.
4461 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4463         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4464         selected window.  This still doesn't work for speedbar.
4465         (gud-speedbar-buttons): Handle string expressions properly.
4467         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4468         (gdb-var-create-handler): Handle string expressions properly.
4469         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4470         Handle string expressions properly.  Move "type" field into regexp.
4472 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4474         * bookmark.el (bookmark-maybe-message): New function to reduce
4475         code duplication: invokes `message' iff baud-rate is high enough.
4476         (bookmark-write-file): Use above instead of an inline conditional.
4477         (bookmark-load): Same.
4479 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4481         * bookmark.el (bookmark-write-file): Don't visit the destination
4482         file, just write the data to it using write-region.  This is
4483         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4484         change to avoid visiting the file in the first place.
4486 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4488         * hi-lock.el (hi-lock-mode): Set the default value of
4489         font-lock-defaults.
4491 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4493         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4494         arg to `file-attributes'.
4495         (find-lisp-format): The UID and GID can now be strings.
4497 2005-11-12  Kim F. Storm  <storm@cua.dk>
4499         * help.el (help-map): Bind C-h d to apropos-documentation.
4501         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4502         when point is at end-of-buffer.
4504         * apropos.el (apropos-match-face): Doc fix.
4505         (apropos-sort-by-scores): Add new choice `verbose'.
4506         (apropos-documentation-sort-by-scores): New defcustom.
4507         (apropos-pattern): Now contains the pattern entered by the user.
4508         (apropos-pattern-quoted): New defvar.
4509         (apropos-regexp): New defvar, containing the regexp corresponding
4510         to apropos-pattern.
4511         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4512         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4513         interactive calls; returns list of words for a word list, and
4514         string for a regexp.
4515         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4516         parses a list of words or regexp as returned by apropos-read-pattern.
4517         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4518         (apropos-score-doc): Return a very high score if the string
4519         entered by the user matches literally.
4520         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4521         (apropos-command): Doc fix.  Use apropos-read-pattern and
4522         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4523         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4524         apropos-parse-pattern.
4525         (apropos-documentation): Doc fix. Use apropos-read-pattern and
4526         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4527         apropos-documentation-sort-by-scores.  Call apropos-print with
4528         nosubst=t.
4529         (apropos-documentation-internal): Pass doc string through
4530         substitute-key-definition before adding text properties.
4531         Highlight substring matching literal user input if possible.
4532         (apropos-documentation-check-doc-file): Remove locals beg and end.
4533         Fix calculation of score (as added twice).  Pass doc string through
4534         substitute-key-definition before adding text properties.
4535         (apropos-documentation-check-elc-file): Pass doc string through
4536         substitute-key-definition before adding text properties.
4537         Highlight substring matching literal user input if possible.
4538         (apropos-print): Add new arg NOSUBST; if set, command and variable
4539         doc strings have already been passed through substitute-key-definition.
4540         Add code to handle apropos-accumulator items without score element
4541         for backwards compatibility (e.g. with woman package).
4542         Only show scores if apropos-sort-by-scores is `verbose'.
4544 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4546         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4547         Add jka-compr-load-suffixes to load-suffixes.
4549         * jka-compr.el: Require jka-cmpr-hook.
4550         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4551         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4552         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4553         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4554         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4555         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4556         (jka-compr-uninstall): Remove entries from
4557         jka-compr-added-to-file-coding-system-alist after they are used.
4558         (jka-compr-error): Remove unused var `curbuf'.
4559         (jka-compr-file-local-copy): Remove unused var `notfound'.
4561 2005-11-10  Romain Francoise  <romain@orebokech.com>
4563         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4565 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4567         * progmodes/gud.el (gud-menu-map): Move parentheses.
4568         (gdb): New command gud-pv.
4570 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4572         * tar-mode.el: Remove spurious or unnecessary leading stars
4573         in docstrings.
4574         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4575         (tar-parse-octal-integer-safe): Use mapc.
4576         (tar-header-block-summarize): Remove unused var `ck'.
4577         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4578         cleared before.  Obey default-enable-multibyte-characters.
4579         Use mapconcat.  Simplify setting of tar-header-offset.
4580         (tar-mode-map): Move initialization inside delcaration.
4581         (tar-flag-deleted): Use `abs'.
4582         (tar-expunge-internal): Remove unused var `line'.
4583         (tar-expunge-internal): Don't hardcode point-min==1.
4584         (tar-expunge): Widen while doing set-buffer-multibyte.
4585         (tar-rename-entry): Use file-name-coding-system.
4586         (tar-alter-one-field): Don't hardcode point-min==1.
4587         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4588         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4590 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4592         * add-log.el (add-log-current-defun): Handle class::method
4593         notation of c++. Fix incorrect comment.
4595 2005-11-10  Alan Mackenzie  <acm@muc.de>
4597         * help-fns.el (describe-variable): Make C-h v work when a variable
4598         has variable documentation yet is unbound.
4600 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4602         * man.el (Man-highlight-references): Set an empty
4603         string to `Man-arguments' if it is nil.
4604         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4606 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4609         commenting conventions.
4611         * cus-dep.el (custom-make-dependencies): Simplify.
4612         Better follow the commenting conventions.
4614 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4616         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4617         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4618         All uses changed.
4619         (apropos-rewrite-regexp): Doc fix.
4620         (apropos-variable, apropos-command, apropos, apropos-value):
4621         Change prompt; carry through the argument renaming.
4623 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4625         * find-lisp.el: Require dired.
4626         (find-lisp-find-dired-internal): Do not call
4627         `abbreviate-file-name' on DIR.
4629 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4631         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4633 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4635         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4636         when using the speedbar.
4637         (gdb): New command gud-pp.
4638         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4640 2005-11-09  Juri Linkov  <juri@jurta.org>
4642         * replace.el (occur-excluded-properties): New defcustom.
4643         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4645 2005-11-08  Jay Belanger  <belanger@truman.edu>
4647         * calc/calc-units.el (math-convert-units): Replace any composite
4648         unit by its definition.
4650 2005-11-08  Lars Hansen  <larsh@soem.dk>
4652         * emacs-lisp/autoload.el (update-directory-autoloads):
4653         Add obsolete function alias.
4655 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4657         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4658         comment-indent-function.
4659         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4661         * reveal.el (reveal-post-command): Rework the handling of
4662         reveal-open-spots, so as to be more reliable.  There were several
4663         tricky corner cases where an open spot might be lost, or where
4664         a closed spot might end up on the list of open spots.
4665         Only reveal text that's ellipsised.
4667 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4669         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4671 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4673         * ibuffer.el (ibuffer): Search iconified frames too when
4674         getting Ibuffer buffer's window.
4676 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4678         * progmodes/compile.el (compilation-internal-error-properties):
4679         save-excursion around the computation of MARKER.
4681 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4683         * textmodes/flyspell.el (flyspell-external-point-words):
4684         flyspell-get-word returns a list, not just a string.
4686 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4688         * ibuffer.el (ibuffer): Search all visible frames when getting
4689         Ibuffer buffer's window.
4691 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4693         * man.el (Man-reference-regexp): Accept spaces between
4694         `Man-name-regexp' and `Man-section-regexp'.
4695         (Man-apropos-regexp): New variable.
4696         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4697         if available.
4698         (Man-highlight-references, Man-highlight-references0):
4699         Handle the case when `Man-arguments' includes "-k".
4700         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4701         `TARGET'. `TARGET' can be a number, function or nil.
4703 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4705         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4706         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4707         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4708         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4709         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4710         (gdb-send-item): Use buffer-local-value and simplify.
4712 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4714         * startup.el (command-line): Use `custom-reevaluate-setting' for
4715         `global-font-lock-mode'.
4717         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4718         by default, except in batch mode or when the -D option is given.
4720         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4721         specified keyword args on to `define-minor-mode'.  Update docstring.
4723 2005-11-05  Romain Francoise  <romain@orebokech.com>
4725         * replace.el (occur-engine): Add marker at end of line, too.
4727 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
4729         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4730         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4731         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4732         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4733         argument to all these routines, so the passphrase can be managed
4734         externally and passed in to the system.
4735         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4736         pgg-add-passphrase-to-cache function.
4738         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4739         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4740         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4741         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4742         argument to all these routines, so the passphrase can be managed
4743         externally and passed in to the system.
4744         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4745         function.
4747 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4749         * font-lock.el: Don't deal with font-lock-face-attributes here,
4750         move the code ...
4752         * startup.el (command-line): ... here. Use face-spec-set instead
4753         of custom-declare-face.
4755         * faces.el (face-spec-set): Reset the face if spec is not nil.
4757 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4759         * newcomment.el (comment-region-internal): Box more tightly in the
4760         common case where there's no TAB in the boxed text.
4762 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4764         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4765         up-node.
4767 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4769         * newsticker.el: Commentary updated. Code formatting changed.
4770         (newsticker-version): Change to "1.9".
4771         (newsticker, newsticker-feed): Doc fix.
4772         (newsticker-url-list): Doc fix.  Add option "Weekly".
4773         (newsticker-retrieval-interval): Add option "Weekly".
4774         (newsticker-headline-processing): Doc fix.
4775         (newsticker-auto-mark-filter): Remove.
4776         (newsticker-auto-mark-filter-list): New.
4777         (newsticker-layout, newsticker-sort-method): Doc fix.
4778         (newsticker-hide-old-items-in-newsticker-buffer)
4779         (newsticker-heading-format, newsticker-item-format)
4780         (newsticker-desc-format): Doc fix.
4781         (newsticker-show-all-rss-elements): Remove.
4782         (newsticker-show-all-news-elements): New.
4783         (newsticker-faces, newsticker-ticker): Doc fix.
4784         (remove-from-invisibility-spec): Code formatting.
4785         (newsticker--process-ids): New.
4786         (newsticker-mode): Doc fix.
4787         (newsticker-mode): Change mode-line-format.
4788         (newsticker-start): Remove debug output.
4789         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
4790         (newsticker-w3m-show-inline-images): Code formatting.
4791         (newsticker-next-item): Call `force-mode-line-update'.
4792         (newsticker-previous-item): Call `force-mode-line-update'.
4793         (newsticker-next-feed): Call `force-mode-line-update'.
4794         (newsticker-previous-feed): Call `force-mode-line-update'.
4795         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4796         (newsticker-show-old-items): Do not show descs.
4797         (newsticker-hide-entry): Hide too much.
4798         (newsticker-hide-entry, newsticker-show-entry)
4799         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4800         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4801         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4802         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4803         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4804         (newsticker-get-news): Call `force-mode-line-update'.
4805         Collect process ids.
4806         (newsticker--sentinel): Change coding system handling.
4807         Move image retrieval to new functions newsticker--get-logo-url-*.
4808         Move feed parsing to new functions newsticker--parse-*.
4809         Update list of process ids.
4810         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4811         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4812         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4813         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4814         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4815         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4816         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4817         (newsticker--decode-coding-string): Remove.
4818         (newsticker--decode-numeric-entities): Check input.  Format code.
4819         (newsticker--remove-whitespace): Check input.
4820         (newsticker--do-forget-preformatted): Doc fix.
4821         (newsticker--decode-rfc822-date): Allow for missing time.
4822         (newsticker--update-process-ids): New.
4823         (newsticker--image-sentinel): Change comment.
4824         (newsticker--image-read): Change error message.
4825         (newsticker--imenu-goto): Doc fix.  Show headline title.
4826         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4827         (newsticker--buffer-do-insert-text): Clean whitespace in
4828         html-rendered headline title.  Code formatting.
4829         Call `newsticker--buffer-print-extra-elements'.
4830         (newsticker--buffer-print-extra-element): Remove.
4831         (newsticker--buffer-print-extra-elements): New.
4832         (newsticker--buffer-do-print-extra-element): New.
4833         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4834         large sizes.
4835         (newsticker--run-auto-mark-filter)
4836         (newsticker--do-run-auto-mark-filter):
4837         Use `newsticker-auto-mark-filter-list'.
4839 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4841         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4842         (rcirc-print): Force redisplay before running hooks.  Do long
4843         buffer truncation after making new text read-only.  Deal with nil
4844         text when decoding strings.  If TARGET is nil, use either the
4845         currently selected buffer, if it is an rcirc buffer and of the
4846         same process or the process buffer.
4847         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4848         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4849         (rcirc-short-buffer-name): Add variable.
4850         (rcirc-kill-buffer-hook): Recompute short buffer names.
4851         Remove nick from private channel.
4852         (rcirc-send-input): Send command text to current-buffer.
4853         Don't clear overlay arrow here.
4854         (rcirc-short-buffer-name): Return a short buffer name.
4855         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4856         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4857         buffer-name abbreviations.
4858         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4859         Do not touch nick-table when killing a parted channel.
4860         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4861         Clear arrow from current buffer if it is now hidden.
4862         (rcirc-current-buffer): Add variable.
4863         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4864         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4865         Remove -face from names.
4866         (rcirc-update-activity-string): Print "DND" when globally ignoring
4867         activity.
4868         (rcirc-ignore-buffer-activity-flag): Rename from
4869         rcirc-ignore-channel-activity.
4870         (rcirc-ignore-all-activity-flag): Doc fix.
4871         (rcirc-channels): Remove variable.
4872         (rcirc-kill-buffer-hook):
4873         (rcirc-get-buffer-create): Add nick to private channel.
4874         (rcirc-multiline-edit-submit): Remove tabs.
4875         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4876         folded.
4877         (rcirc-remove-nick-channel): Bug fix.
4878         (rcirc-toggle-ignore-buffer-activity): Rename from
4879         rcirc-toggle-ignore-channel-activity.
4880         (rcirc-record-activity): Add buffers to the front of the list.
4881         (rcirc-update-activity): Remove killed buffers from list.
4882         (rcirc-process-server-response-1): Remove last argument if it is
4883         null before calling handler.
4884         (rcirc): Add "rcirc" defcustom prefix.
4885         (rcirc-prompt): Simplify default prompt.
4886         Use custom-initialize-default.
4887         (rcirc-private-chats): Remove variable.
4888         (rcirc-prompt): Change initialization.
4889         (rcirc-version): Remove function.
4890         (rcirc-id-string): Add constant.
4891         (rcirc-last-buffer): Remove variable.
4892         (rcirc-buffer-alist): Add variable.
4893         (rcirc-connect): Update variable setup.
4894         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4895         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4896         default.
4897         (rcirc-handler-generic): Trigger activity.
4898         (rcirc-send-message): Create the buffor of the target.
4899         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4900         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4901         (rcirc-multiline-edit-cancel): Remove function.
4902         (rcirc-set-last-buffer): Remove function.
4903         (rcirc-get-any-buffer): Add function.
4904         (rcirc-join-channels): Don't print /join text.
4905         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4906         messages.
4907         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4908         (rcirc-handler-NOTICE): Recognize CTCP responses.
4909         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4910         constructing TOPIC string for buffers we are not JOINed.
4911         (rcirc-handler-CTCP-response): Add handler.
4912         (rcirc-multiline-edit-submit): Restore the window-configuration
4913         before adjusting point.
4914         (rcirc): Add customization group.
4915         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4916         (rcirc-user-full-name, rcirc-startup-channels-alist)
4917         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4918         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4919         (rcirc-input-ring-size, rcirc-read-only-flag)
4920         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4921         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4922         Change defvar to defcustom.
4923         (rcirc-update-prompt): Add optional ALL arg, which will update
4924         prompts in all rcirc buffers.  Regexp quote replacement text.
4925         (rcirc-fill-column): Accept frame-width as a value.
4926         (rcirc-set-changed): Add function.
4927         (rcirc-next-active-buffer): Write more meaningful messages.
4928         (rcirc-faces): Add customization group.
4929         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4930         (rcirc-nick-in-message-face, rcirc-prompt-face)
4931         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4932         (with-rcirc-process-buffer): Move before first usage.
4933         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4934         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4935         (rcirc-debug): Rename from `rcirc-log'.
4936         (rcirc-format-response-string): Do not print `-' chars for a
4937         NOTICE with no sender.  Simplify output of server responses.
4939 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4941         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4942         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4943         mouse and RET clickable.
4945 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4947         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4949 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4951         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4952         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4953         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4954         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4955         argument to all these routines, so the passphrase can be managed
4956         externally and passed in to the system.
4957         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4958         pgg-add-passphrase-to-cache function.
4960         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4961         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4962         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4963         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4964         argument to all these routines, so the passphrase can be managed
4965         externally and passed in to the system.
4966         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4967         function.
4969 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4971         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4972         from goto-address-url-regexp.
4974 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4976         * textmodes/org.el (org-read-date, org-goto-calendar)
4977         (org-recenter-calendar, org-agenda-goto-calendar):
4978         Temporarily clear `calendar-move-hook'.
4980 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4982         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4983         merging.
4985         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4986         have merge clashes.
4988 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4990         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4991         Undo previous change.
4993         * startup.el (command-line): Use `custom-reevaluate-setting' for
4994         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4995         tty-register-default-colors on Mac.
4997 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4999         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5000         (gdb-buffer-type): Make it automatically buffer local...
5001         (gdb-get-create-buffer): ...and set it accordingly.
5002         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5003         actually work.
5005 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
5007         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5008         not red.
5010 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
5012         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5013         case GUD buffer is not visible.
5014         (gdb-goto-breakpoint): Try to force display in source buffer.
5015         (gdb-frame-gdb-buffer): Copy other similar functions.
5016         (gdb-restore-windows): Don't display source if not asked for.
5017         (gdb-assembler-buffer-name): Don't capitalise.
5019 2005-11-03  Richard M. Stallman  <rms@gnu.org>
5021         * wid-edit.el (key-sequence): New widget type.
5023         * simple.el (set-mark-command-repeat-pop): New variable.
5024         (set-mark-command): Only interpret plan C-@ after a pop as a pop
5025         if set-mark-command-repeat-pop is true.
5027         * info.el (Info-fontify-node): Don't display extra "see" if there
5028         already is one here.
5030         * mouse.el: Fix special handling of DEL after dragging a region:
5031         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5032         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
5034         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5036         * textmodes/ispell.el (ispell-command-loop): Change `i' description
5037         not to assume it pertains to an affix.
5039         * textmodes/flyspell.el (flyspell-post-command-hook):
5040         Bind deactivate-mark to prevent deactivation.
5042 2005-11-03  Lars Hansen  <larsh@soem.dk>
5044         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5045         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5046         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5048 2005-11-03  Romain Francoise  <romain@orebokech.com>
5050         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
5051         Update copyright years.
5053 2005-11-03  Sam Steingold  <sds@gnu.org>
5055         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5056         Use system-type instead of window-system because window-system is not
5057         correctly defined during loadup.
5059 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
5061         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5062         (xml-parse-tag): Join strings separated by a comment properly.
5064 2005-11-02  Andreas Schwab  <schwab@suse.de>
5066         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5068 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5071         (byte-optimize-pure-func): Quote the eval'd value.
5073         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5074         Rename from perl-font-lock-syntactic-face-function.
5075         Change the calling convention so it can be used as a font-lock MATCHER.
5076         Do the parse-partial-sexp loop outselves.
5077         (perl-font-lock-syntactic-keywords): Use it.
5078         (perl-mode): Don't set font-lock-syntactic-face-function any more.
5080 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
5082         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5083         disassembly buffer too.
5084         (gdb-exited): Remove overlay arrows when execution has finished.
5085         (gdb-info-frames-custom, gdb-info-threads-custom)
5086         (gdb-info-registers-custom): Don't add inappropriate text
5087         properties if inferior is not active.
5089 2005-11-02  Glenn Morris  <rgm@gnu.org>
5091         * progmodes/fortran.el (fortran-blink-match):
5092         Use `blink-matching-delay'.
5094 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
5096         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5098 2005-11-02  Lars Hansen  <larsh@soem.dk>
5100         * net/tramp.el (tramp-action-out-of-band): Handle scp message
5101         "Permission denied".
5103 2005-11-01  Richard M. Stallman  <rms@gnu.org>
5105         * textmodes/flyspell.el (flyspell-external-point-words):
5106         Pass nil to flyspell-get-word.
5108 2005-11-02  Kim F. Storm  <storm@cua.dk>
5110         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5111         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5113 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5116         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5117         (calendar-mouse-print-dates): Add optional `event' argument.
5118         Update interactive-spec.
5119         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5120         Use `calendar-event-to-date' instead of `event'.
5122 2005-11-02  Masatake YAMATO  <jet@gyve.org>
5124         * progmodes/ld-script.el (ld-script-builtins):
5125         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5126         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5127         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5129 2005-11-01  Romain Francoise  <romain@orebokech.com>
5131         * vc-sccs.el: Update copyright year.
5132         * ezimage.el: Likewise.
5134 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
5136         * info.el (Info-fontify-node): Use `string-width' for fontifying
5137         underlined titles.
5139 2005-11-01  Juri Linkov  <juri@jurta.org>
5141         * info.el (Info-fontify-node): Downcase node header keywords Node,
5142         Prev, Next, Up before comparison.
5143         (Info-history): Insert absolute directory name, and put invisible
5144         property on it.
5146 2005-11-01  Juri Linkov  <juri@jurta.org>
5148         * info.el (Info-file-supports-index-cookies): New variable.
5149         (Info-find-node-2): Check makeinfo version for index cookie support.
5150         (Info-index-nodes): Search for nodes with index cookies only when
5151         Info-file-supports-index-cookies is t.  Otherwise, search nodes
5152         with "Index" in the node name.
5153         (Info-index-node): Search index cookie in the current node only when
5154         Info-file-supports-index-cookies is t.  Otherwise, check the word
5155         "Index" in the node name.
5156         (Info-find-emacs-command-nodes): Remove code that searches nodes
5157         with "Index" node name in the top menu.
5159 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * progmodes/scheme.el (scheme-mode-variables): Use the default
5162         comment-indent-function.
5164         * faces.el (face-attribute): Handle the case where a face inherits from
5165         a non-existent face.
5167         * simple.el (eval-expression-print-format): Use lisp-readable syntax
5168         for octal and hexa output, and merge the char into the paren.
5169         (kill-new): Use push.
5170         (copy-to-buffer): Use with-current-buffer.
5171         (completion-setup-function): Move code in loop to remove redundancy.
5172         (minibuffer-local-must-match-map): Don't add bindings that duplicate
5173         those inherited from minibuffer-local-completion-map.
5175         * savehist.el (savehist-mode) <defcustom>:
5176         Use custom-set-minor-mode if available.
5177         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5178         and emit a message if applicable.
5180 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5182         * savehist.el: Sync up to version 19.
5183         (savehist-mode): New minor mode.
5184         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5185         (savehist-length): Remove (use history-length instead).
5186         (savehist-file-modes): Rename from savehist-modes.
5187         (savehist-save-hook, savehist-loaded): New vars.
5188         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5189         old format to new format.
5190         (savehist-install): Allow savehist-autosave-interval to be nil.
5191         (savehist-save): Run the new hook.  Be more careful to only trim the
5192         history variables.
5193         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5194         (savehist-printable): Print into a buffer rather than char-by-char.
5196 2005-11-01  John Wiegley  <johnw@newartisans.com>
5198         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5199         toggle-ignore keybinding (C-a).  The author said it had been
5200         disabled much earlier due to a possible incompatibility, but after
5201         many months of usage I have encountered no problems (and it is a
5202         rather useful option, especially for switching to " *temp*").
5204         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5205         support for OS/X's AddressBook, by calling out to the open source
5206         program "contacts" (installable through Fink).
5208         * net/eudc.el (eudc-expand-inline): If the
5209         `eudc-multiple-match-handling-method' is set to `all', delete the
5210         query string before inserting the query result.
5212         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5213         flag, to prevent Eshell from using the system ls when
5214         `eshell-ls-insert-directory' is in used.
5215         (eshell-ls-insert-directory): Disable font-lock in directory
5216         buffer so that Eshell's own fontification is seen.  This broke
5217         recently due to changes in font-lock, so this goes back to version
5218         21 behavior.
5220 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5222         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5223         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5224         (gdb-many-windows): Doc fix.
5226 2005-10-31  Romain Francoise  <romain@orebokech.com>
5228         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5230 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5232         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5233         that global-font-lock-mode can be enabled by default.
5235         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5236         (font-lock-add-keywords, font-lock-remove-keywords)
5237         (font-lock-fontify-buffer): Remove autoload cookies.
5239         * jit-lock.el (jit-lock-register): Likewise.
5241         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5243 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5245         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5246         intact if there is no gud-comint-buffer.
5248 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5250         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5251         old prompt comint-prompt-read-only is t and GDB commands are
5252         issued from tool bar etc.
5254 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5256         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5258 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5260         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5261         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5263 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5265         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5266         starting at beginning of line.  Fontification is messed up when
5267         `open-paren-in-column-0-is-defun-start' set to t.
5268         Reported by John Paul Wallington <jpw@pobox.com>.
5270 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5272         * comint.el (comint-send-input): Call `comint-update-fence' when
5273         `comint-process-echoes' and `comint-prompt-read-only' are both
5274         non-nil, to avoid leftover read-only newline.
5276 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5278         * textmodes/flyspell.el (flyspell-external-point-words):
5279         Detect when WORD can't be checked properly because
5280         flyspell-get-word finds just part of it, and move on.
5282         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5283         boundarychar for Polish.
5284         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5285         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5287 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5289         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5290         (gdb-registers-font-lock-keywords): Delete.
5291         (gdb-registers-mode): Don't fontify.
5292         (gdb-info-registers-custom): Use text properties instead as, in
5293         future, changed register values will use font-lock-warning-face.
5294         (gdb-local-font-lock-keywords): Rename to...
5295         (gdb-locals-font-lock-keywords): ...for consistency.
5297 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5299         * vc.el (vc-switch-backend): Better error message if the buffer is
5300         not visiting a file under version control.
5302         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5304 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5306         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5307         ~/.emacs.d/.emacs.
5309 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5311         * replace.el (occur-mode-mouse-goto): Always go to other window.
5312         (occur-mode-goto-occurrence): Always switch in same window.
5314         * simple.el (undo): Display message at end, not at start.
5316         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5317         New arg REUSE-CELL.
5318         (cancel-timer-internal): New function.
5319         (timer-event-handler): Use cancel-timer-internal,
5320         and pass the cell it returns to timer-activate...
5322         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5323         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5324         (jit-lock-after-change): Test memory-full.
5326 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5328         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5329         part of the decoded armor to find the key-identifier.
5330         (pgg-gpg-lookup-key-owner): New function to return the
5331         human-readable identifier of a key owner.
5332         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5333         key itself.
5334         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5335         the key value) if we have a key and can match it against a secret
5336         key.  Also, added a note pointing out fact that the prompt only
5337         indicates the first matching key.
5339         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5340         pgg-decrypt-region.
5341         (pgg-pending-timers): A new hash for tracking the passphrase cache
5342         timers, so that new ones supercede old ones.
5343         (pgg-add-passphrase-to-cache): Rename from
5344         `pgg-add-passphrase-cache' to reduce confusion (all callers
5345         changed).  Modified to cancel old timers when new ones are added.
5346         (pgg-remove-passphrase-from-cache): Rename from
5347         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5348         changed).  Modified to cancel old timers when their keys are
5349         removed from the cache.
5350         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5351         XEmacs, an indirection to delete-itimer.
5352         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5353         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5354         users can only check cache without risk of prompting.  Correct bug in
5355         notruncate behavior.
5356         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5357         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5358         Add informative docstrings.
5359         (pgg-decrypt): Convey provided passphrase in subordinate call to
5360         pgg-decrypt-region.
5362         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5363         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5364         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5365         'passphrase' argument, so the passphrase can be managed externally
5366         and then passed in to the system.
5368         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5369         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5370         so the passphrase cache can be used reliably with identifiers
5371         besides a pgp packet's key id.
5373         * pgg-gpg.el (pgg-pgp-encrypt-region)
5374         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5375         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5376         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5377         argument to all these routines, so the passphrase can be managed
5378         externally and passed in to the system.
5380         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5381         'notruncate' argument, so the passphrase cache can be used
5382         reliably with identifiers besides a pgp packet's key id.
5384 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5386         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5387         symmetric encryption.
5388         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5389         encrypted session key.
5390         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5391         message ask for the passphrase in a proper way.
5393         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5394         New user commands for symmetric encryption.
5396 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5398         * textmodes/conf-mode.el (conf-assignment-sign)
5399         (conf-assignment-regexp): Fix docstrings.
5400         (conf-mode-initialize): New function.
5401         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5402         recognize recursive calls.
5403         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5404         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5405         (conf-xdefaults-mode): Use define-derived-mode and
5406         conf-mode-initialize.
5408 2005-10-29  Romain Francoise  <romain@orebokech.com>
5410         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5412 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5414         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5415         part of the decoded armor to find the key-identifier.
5416         (pgg-gpg-lookup-key-owner): New function to return the
5417         human-readable identifier of a key owner.
5418         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5419         key itself.
5420         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5421         the key value) if we have a key and can match it against a secret
5422         key.  Also, added a note pointing out fact that the prompt only
5423         indicates the first matching key.
5425         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5426         pgg-decrypt-region.
5427         (pgg-pending-timers): A new hash for tracking the passphrase cache
5428         timers, so that new ones supercede old ones.
5429         (pgg-add-passphrase-to-cache): Rename from
5430         `pgg-add-passphrase-cache' to reduce confusion (all callers
5431         changed).  Modified to cancel old timers when new ones are added.
5432         (pgg-remove-passphrase-from-cache): Rename from
5433         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5434         changed).  Modified to cancel old timers when their keys are
5435         removed from the cache.
5436         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5437         XEmacs, an indirection to delete-itimer.
5438         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5439         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5440         users can only check cache without risk of prompting.  Correct bug in
5441         notruncate behavior.
5442         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5443         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5444         Add informative docstrings.
5445         (pgg-decrypt): Convey provided passphrase in subordinate call to
5446         pgg-decrypt-region.
5448 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
5450         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5451         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5452         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5453         'passphrase' argument, so the passphrase can be managed externally
5454         and then passed in to the system.
5456         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5457         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5458         so the passphrase cache can be used reliably with identifiers
5459         besides a pgp packet's key id.
5461         * pgg-gpg.el (pgg-pgp-encrypt-region)
5462         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5463         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5464         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5465         argument to all these routines, so the passphrase can be managed
5466         externally and passed in to the system.
5468         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5469         'notruncate' argument, so the passphrase cache can be used
5470         reliably with identifiers besides a pgp packet's key id.
5472 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5474         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5475         symmetric encryption.
5476         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5477         encrypted session key.
5478         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5479         message ask for the passphrase in a proper way.
5481         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5482         New user commands for symmetric encryption.
5484 2005-10-28  Bill Wohler  <wohler@newt.com>
5486         * help-mode.el (help-url): New button type. Calls browse-url.
5487         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5488         Similar to Info nodes: URL `url'.
5489         (help-make-xrefs): Create help-url buttons for
5490         help-xref-url-regexp matches.
5492 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5494         * tool-bar.el (tool-bar-add-item-from-menu)
5495         (tool-bar-local-item-from-menu): Fix doc strings.
5497 2005-10-28  Romain Francoise  <romain@orebokech.com>
5499         * ldefs-boot.el: Update.
5501         * subr.el (locate-library): Move from help-fns.el.
5502         * help-fns.el (locate-library): Move to subr.el.
5504 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5506         * net/tramp.el (tramp-completion-mode): defvar moved up.
5508         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5510         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5512         * files.el (find-file-noselect): Use %d to format large file size.
5514         * bindings.el (mode-line-format): Add %e.
5516         * loadup.el ("facemenu"): Load unconditionally.
5517         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5518         ("x-dnd"): Load, when appropriate.
5520         * startup.el (command-line): Call before-init-hook earlier.
5521         Warn about some bad characters in -u user name.
5523         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5524         (flyspell-external-point-words): Error if misspelled word is not found.
5525         Set flyspell-large-region-beg at end of word.
5527 2005-10-28  Andreas Schwab  <schwab@suse.de>
5529         * view.el (View-revert-buffer-scroll-page-forward):
5530         Use view-page-size-default.
5532 2005-10-28  Juri Linkov  <juri@jurta.org>
5534         * international/quail.el (quail-get-current-str): Translate last
5535         raw character for deterministic input methods.
5537 2005-10-27  Jay Belanger  <belanger@truman.edu>
5539         * calc/calc-ext.el: Add functions to autoloads.
5540         (math-identity-matrix-p, math-ident-row-p): New functions.
5542         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5543         multiplication by an identity matrix; don't turn multiplication by
5544         an inverse matrix into division.
5545         (math-div-symbol-fancy):  Replace division by matrices with
5546         multiplication by inverse.
5548         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5550         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5551         (calc-writeoutpower): New functions.
5553 2005-10-27  Romain Francoise  <romain@orebokech.com>
5555         * replace.el (occur-engine): Include colon in mouse-face highlight.
5557         * dired-x.el: Change Maintainer field.
5559 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5561         * longlines.el (longlines-mode): Bind after-change-functions to
5562         nil during initial decoding and final encoding.
5564 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5566         * term.el (term-emulate-terminal, term-handle-colors-array)
5567         (term-handle-ansi-escape): Specify the terminfo capabilities
5568         implemented.
5570 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5572         * info.el (Info-fontify-node): Fix detection of sentence-break
5573         before *Note.
5575 2005-10-26  Romain Francoise  <romain@orebokech.com>
5577         * smerge-mode.el: Add `tools' to file keywords.
5579 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5581         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5582         when the fringe is not available.
5584         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5585         (def-gdb-auto-update-trigger): Simplify construction.
5586         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5587         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5588         defined explicitly.
5589         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5590         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5591         defined explicitly.
5592         (gdb-info-locals-custom): Remove as it's a no-op.
5594 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5596         * longlines.el (longlines-mode): Remove narrowing before
5597         performing the initial decoding or final encoding.
5599 2005-10-25  Romain Francoise  <romain@orebokech.com>
5601         * emacs-lisp/find-func.el (find-library-name): Also strip
5602         extension if library name ends in .el, to take advantage of
5603         `find-library-suffixes'.
5605 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5607         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5609 2005-10-25  Juri Linkov  <juri@jurta.org>
5611         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5612         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5614 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5616         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5617         (blackbox-redefine-key): Add argument `map'.
5619         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5620         regions when moving the jit-lock-context-unfontify-pos boundary.
5622 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5624         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5626 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5628         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5630 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5632         * play/blackbox.el (blackbox-redefine-key): New function.
5633         (blackbox-mode-map): Use it to remap existing bindings for cursor
5634         motion instead of binding literal keys.
5636 2005-10-25  Glenn Morris  <rgm@gnu.org>
5638         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5639         diary does not end in a newline.  Do not assume a blank line at
5640         the start of the diary file.
5642 2005-10-25  Kenichi Handa  <handa@m17n.org>
5644         * international/quail.el (quail-translate-key): If the input
5645         method is deterministic and failed to handle the last key, restart
5646         the key handling loop from an appropriate key.
5648 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5650         * vc.el (vc-dired-mode): Extend comment for binding of
5651         `directory-listing-before-filename-regexp'.
5653 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * textmodes/texinfo.el (texinfo-mode):
5656         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5657         not to unnecessarily expose emacs-mule's internal char codes.
5659 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5661         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5662         Display hand pointer and help-echo on disabled icon too.
5663         (gdb-mouse-until): New function.
5664         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5666 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5668         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5669         with 2005-10-23 change to doctor.el.
5671         * finder.el (finder-mode-map): Add follow-link binding.
5673 2005-10-25  Kim F. Storm  <storm@cua.dk>
5675         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5676         to gdb-mouse-toggle-breakpoint-fringe.
5677         (gdb-mouse-toggle-breakpoint-margin): Rename from
5678         gdb-mouse-toggle-breakpoint. Fix doc.
5679         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5680         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5681         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5682         string properties also for fringe breakpoint bitmaps.
5684 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5686         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5688 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5690         * simple.el (completion-common-substring):
5691         Use `completion-common-substring' prior to `completion-base-size'.
5693 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5695         * savehist.el: Require CL while compiling.
5696         (savehist-history-variables): Remove.
5697         (savehist-save-minibuffer-history, savehist-additional-variables)
5698         (savehist-minibuffer-history-variables): New vars.
5699         (savehist-save): Use them.
5700         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5701         (savehist-install): New fun, extracted from savehist-load.
5702         (savehist-load): Use them.
5704 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5707         a dummy doc-string-elt property.
5708         (defalias, defvaralias, define-category): Add a docstring property.
5710         * image.el (defimage):
5711         * widget.el (define-widget):
5712         * custom.el (defface, defcustom): Add `doc-string' declaration.
5714         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5715         (defadvice): Add `doc-string' declaration.
5717         * emacs-lisp/byte-run.el (macro-declaration-function):
5718         Handle `doc-string' declarations.
5719         (define-obsolete-function-alias, define-obsolete-variable-alias):
5720         Add `doc-string' declaration.
5722 2005-10-24  Kenichi Handa  <handa@m17n.org>
5724         * international/utf-7.el (utf-7): Add autoload cookie.
5726         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5728 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5730         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5731         list of directories passed to batch-update-autoloads.  Add "." to
5732         the list of the echoed directories.
5734         * pgg-def.el:
5735         * pgg-gpg.el:
5736         * pgg-parse.el:
5737         * pgg-pgp.el:
5738         * pgg-pgp5.el:
5739         * pgg.el: Moved here from the gnus subdirectory.
5741 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5743         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5744         in case comint-prompt-read-only is set to t.
5746         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5747         in case comint-prompt-read-only is set to t.
5749 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5751         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5752         Now a string.
5753         (icalendar-import-format): Handle CLASS, STATUS, URL.
5754         Rename `subject' to `summary'.
5755         (icalendar-import-format-summary): Rename from
5756         `icalendar-import-format-subject'.
5757         (icalendar-import-format-url, icalendar-import-format-status)
5758         (icalendar-import-format-class): New variables.
5759         (icalendar--rris): Take variable argument list.
5760         (icalendar--datestring-to-isodate): Remove unnecessary
5761         calendar-style check when converting dates with explicit month names.
5762         (icalendar-export-region): Change return type of conversion
5763         subroutines.  Bury current buffer unless error occurred.
5764         (icalendar--convert-to-ical)
5765         (icalendar--parse-summary-and-rest): New functions.
5766         (icalendar--convert-ordinary-to-ical)
5767         (icalendar--convert-weekly-to-ical)
5768         (icalendar--convert-yearly-to-ical)
5769         (icalendar--convert-block-to-ical)
5770         (icalendar--convert-cyclic-to-ical)
5771         (icalendar--convert-anniversary-to-ical): Change return type.
5772         Strip trailing blanks from subject.
5773         (icalendar--convert-sexp-to-ical): Change return type.
5774         Strip trailing blanks from subject.  Handle simple sexp
5775         entries as generated by icalendar.el.
5776         (icalendar--convert-float-to-ical)
5777         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5778         (icalendar-import-file): Doc fix.
5779         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5780         Correct call to icalendar--rris.
5781         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5782         `summary'.
5783         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5785 2005-10-24  Romain Francoise  <romain@orebokech.com>
5787         * server.el (server-sentinel): Set query-on-exit flag to nil on
5788         new client processes (it isn't inherited from the server process).
5790         * replace.el (occur-engine): Rearrange text properties.
5792 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5795         case-fold-search is nil.
5796         (debug-help-follow): Use help-xref-interned directly.
5798 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5800         * thumbs.el (thumbs-image-type): Add .pbm.
5802 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5804         * faces.el (inhibit-face-set-after-frame-default): New variable.
5805         (set-face-attribute): Bind it.
5806         (face-set-after-frame-default): Test it.
5808         * help-fns.el (describe-simplify-lib-file-name): New function.
5809         (describe-function-1, describe-variable): Use it.
5811         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5813         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5814         Eliminate nil as possible value.
5815         (tooltip-hide-delay): Reduce internal-border-width.
5817         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5818         (menu-bar-file-menu) <new-file>: Likewise.
5820         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5822         * international/mule.el (load-with-code-conversion):
5823         Pass full file name to `eval-buffer' unless preloading.
5825         * textmodes/flyspell.el (flyspell-large-region):
5826         Call ispell-check-version.
5828         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5829         Fix the make-variable-buffer-local call that was supposed
5830         to be for this variable.
5831         (ispell-aspell-supports-utf8): Doc fix.
5832         (ispell-find-aspell-dictionaries): Preserve elements of
5833         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5834         (ispell-aspell-find-dictionary): Return nil on error.
5836         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5837         (doctor-symptoms): Likewise.
5839         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5841 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5843         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5844         (custom-raised-buttons): Add :set spec.
5845         (custom-button-unraised, custom-button-pressed-unraised):
5846         New faces, so that custom-raised-buttons actually does something.
5847         (custom-mode): Use custom-button and custom-button-pressed.
5849         * wid-edit.el (widget-specify-button): Don't ignore
5850         widget-mouse-face on graphic terminals.
5851         (widget-move-and-invoke): Cleanup.
5853 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5855         * whitespace.el (whitespace-cleanup): Doc fix.
5857 2005-10-23  Romain Francoise  <romain@orebokech.com>
5859         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5860         `eval-after-load' to avoid evaluating their result.
5862 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5864         * files.el (directory-listing-before-filename-regexp):
5865         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5867         * dired.el (dired-move-to-filename-regexp): Remove.
5868         All occurences replaced by `directory-listing-before-filename-regexp'.
5870         * dired-x.el, locate.el, vc.el:
5871         Replace `dired-move-to-filename-regexp' by
5872         `directory-listing-before-filename-regexp'.  In vc.el it is
5873         overwritten locally; maybe this can be handled in files.el too.
5875         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5876         replaced by `directory-listing-before-filename-regexp'.
5878 2005-10-23  Andreas Schwab  <schwab@suse.de>
5880         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5881         and eval-next-after-load.
5883 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5885         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5886         exist, create it.
5888 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5890         * allout.el: Remove autoloads for mailcrypt and crypt++.
5891         Require pgg, pgg-gpg during compilation.
5892         (allout-version): Increment version number to 2.1, and use a literal
5893         rather than RCS Id.
5894         (allout-default-encryption-scheme): Remove.
5895         (allout-passphrase-verifier-handling)
5896         (allout-passphrase-verifier-string)
5897         (allout-file-passphrase-verifier-string)
5898         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5899         (allout-passphrase-hint-handling): Rename and simplify.
5900         (allout-init): Use `find-file-hook' if available, otherwise
5901         `find-file-hooks'.
5902         (allout-mode): Use `write-file-functions' if available, otherwise
5903         `local-write-file-hooks' and, instead of making auto-save-hook
5904         buffer local, make the write-file-hook activity contingent to
5905         allout-mode.
5906         (allout-mode): Use key-binding substitution in the docstring.
5907         (allout-kill-line): Spell-out kill ring data structure mutation
5908         instead of using byte-compiler-complaint-provoking `pop'.
5909         (allout-insert-listified): Use `insert' rather than `insert-string'
5910         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5911         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5912         (allout-encrypt-string): Totally revamped vis new underlying
5913         encryption facilities.
5914         (allout-mc-activate-passwd): Remove.
5915         (allout-obtain-passphrase): New, more or less replaces
5916         allout-mc-activate-passwd.
5917         (allout-encrypted-key-info): More or less replaces
5918         allout-encrypted-text-type.
5919         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5920         (my-mark-marker): Use `(featurep 'xemacs)'.
5922 2005-10-23  Lars Hansen <larsh@soem.dk>
5924         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5925         (byte-compile-file-form-defmumble, byte-compile-defun)
5926         (byte-compile-defmacro): Use it.
5927         (byte-compile-form): Don't call byte-compile-set-symbol-position
5928         when a byte-compile handler is called.
5930 2005-10-22  Romain Francoise  <romain@orebokech.com>
5932         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5934         * subr.el (eval-after-load): Convert library name to an absolute
5935         file name using locate-library, since load-history no longer has
5936         library names in it.
5938 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5940         * files.el (make-temp-file): Move from subr.el.
5941         * subr.el (make-temp-file): Move to files.el.
5943         * window.el (get-buffer-window-list): Move from subr.el.
5944         * subr.el (get-buffer-window-list): Move to window.el.
5946         * image.el (image-load-path): Use eval-at-startup to initialize.
5948         * subr.el (eval-at-startup): New macro.
5950         * subr.el: Much rearrangement of functions and division
5951         into pages.  No code changes.
5953 2005-10-22  Kenichi Handa  <handa@m17n.org>
5955         * tar-mode.el (tar-extract): Be sure to call
5956         find-operation-coding-system if set-auto-coding doesn't find a
5957         coding system.
5959 2005-10-22  Kim F. Storm  <storm@cua.dk>
5961         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5962         Change users.
5963         (image-type-file-name-regexps): New defconst.
5964         (image-type-from-data): Simplify loop.
5965         (image-type-from-buffer): New defun.
5966         (image-type-from-file-header): Use it instead of image-type-from-data.
5967         Use image-search-load-path instead of only looking in data-directory.
5968         (image-type-from-file-name): New defun.
5969         (image-search-load-path): Change `pathname' to `filename'.
5970         Make PATH arg optional, default to image-load-path.
5972 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5974         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5976         * textmodes/paragraphs.el (sentence-end-base): New variable.
5977         (sentence-end): Use sentence-end-base.
5979 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5982         property independently from the font-lock-multiline variable.
5984 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5986         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5988         * startup.el (command-line): Convert library names
5989         in `load-history' to absolute file names.
5991         * subr.el (symbol-file): Doc fix.
5993         * loadhist.el (file-loadhist-lookup): Call locate-library
5994         instead of find-library-name.  Don't try converting
5995         abs file names to library names, since load-history no longer
5996         has library names in it.
5997         (file-dependents, file-provides, file-requires): Doc fixes.
5999 2005-10-21  Juri Linkov  <juri@jurta.org>
6001         * progmodes/etags.el (tags-table-mode): New function.
6002         (tags-verify-table): Replace initialize-new-tags-table with
6003         tags-table-mode.
6005         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6006         default value.
6007         (desktop-modes-not-to-save): Add tags-table-mode to the
6008         default value.
6010         * info.el (Info-index-next): Add total number of index
6011         alternatives to the message.
6013         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6014         backward only space (instead of space and period) before looking
6015         at sentence end.
6017         * simple.el (set-variable): Use user-variable-p instead of symbolp.
6018         Add the old variable value as 4th default-value arg of read-string.
6020 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6022         * cus-face.el (custom-declare-face): Make face from X resources
6023         also on Mac.
6025         * disp-table.el (standard-display-g1, standard-display-graphic):
6026         Refuse to use string glyphs also on Mac.
6027         (standard-display-european): Don't set terminal coding system also
6028         on Mac.
6030         * frame.el (display-screens): Use x-display-screens also on Mac.
6032 2005-10-21  Romain Francoise  <romain@orebokech.com>
6034         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
6036 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6039         and $? into sexps.
6041         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6042         warning face on open-paren-in-column-0.
6044         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6045         boundary case.  Fix typo.
6046         Suggested by Martin Rudalics <rudalics@gmx.at>.
6048 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6050         * textmodes/org.el (org-combined-agenda-icalendar-file)
6051         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6052         (org-export-icalendar-this-file)
6053         (org-export-icalendar-all-agenda-files)
6054         (org-export-icalendar-combine-agenda-files): New commands.
6055         (org-export-icalendar, org-print-icalendar-entries)
6056         (org-start-icalendar-file, org-finish-icalendar-file)
6057         (org-ical-ts-to-string): New functions.
6058         (org-read-date, org-goto-calendar)
6059         (org-agenda-goto-calendar): Inhibit displaying diary entries by
6060         call to `calendar'.
6061         (orgtbl-setup): Remove the :keys arguments from the menu description.
6062         (org-after-save-iCalendar-file-hook): New variable.
6064 2005-10-21  Kenichi Handa  <handa@m17n.org>
6066         * language/vietnamese.el (tcvn-5712): Make it an alias of
6067         vietnamese-tcvn coding-system.
6069 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
6071         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6072         group id is given.
6074 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6076         * progmodes/sh-script.el (sh-escaped-line-re): New var.
6077         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6078         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6079         whose line is either continued or ends with a comment.
6081 2005-10-20  Romain Francoise  <romain@orebokech.com>
6083         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6085         * replace.el (occur-engine): Add follow-link property.
6087         * font-core.el (font-lock-mode): Doc fix.
6089 2005-10-20  Richard M. Stallman  <rms@gnu.org>
6091         * net/rcirc.el: New file.
6093 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
6095         * term.el (term-term-name): Initialize to "eterm-color".
6097 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
6099         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6100         for encryption functionality.
6101         Move allout customization subgroup from `editing' to `outlines' group.
6102         Fix commentary keywords to legitimate ones.
6103         Update author info (using my current email address, obscurified).
6104         (allout-encrypt-string, allout-encryption-produce-work-buffer)
6105         (allout-encrypted-topic-p, allout-encrypted-text-type)
6106         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6107         (allout-situate-encryption-key-verifier)
6108         (allout-get-encryption-key-verifier, allout-verify-key)
6109         (allout-next-topic-pending-encryption)
6110         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6111         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6112         (outline-key-verifier-handling, outline-key-hint-handling)
6113         (outline-encrypt-unencrypted-on-saves): New defcustoms.
6114         (allout-file-key-verifier-string, allout-encryption-scheme)
6115         (allout-key-verifier-string, allout-key-hint-string)
6116         (allout-after-save-decrypt): New variables.
6117         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6118         (allout-after-saves-handler): New hook functions.
6119         (allout-post-command-business): Do allout-after-save-decrypt.
6120         (allout-enable-file-variable-adjustment): Custom var to enable
6121         mechanism for adding and adjusting settings of Emacs file variables.
6122         (allout-adjust-file-variable, allout-file-vars-section-data):
6123         New functions, implement the mechanism.
6124         (outlineify-sticky): Use the file vars mechanism.
6125         (allout-inhibit-protection, allout-during-write-cue)
6126         (allout-override-protect, allout-before-change-protect): Remove.
6127         (allout-flag-region, allout-open-topic): Adjust read-only text.
6128         (allout-open-line-not-read-only): Add to facilitate read-only
6129         text based protection.
6130         (allout-kill-line): Revise to adjust read-only text, clue the
6131         user about the inhibition.
6132         (allout-unprotected): Use unwind-protect.
6133         (allout-shift-in, allout-shift-out): Disallow manually shifting a
6134         topic deeper than the offspring depth of the previous topic -
6135         avoiding confusing "containment discontinuities".
6136         (allout-reindent-bodies): Fix retention of body relative hanging
6137         indent during promotion of collapsed bodies.
6138         (allout-open-topic): Make it easy to open new topic with same
6139         bullet as current topic - topic creation functions provided with
6140         any universal argument provokes now prompt for bullet, defaulting
6141         to the bullet of the previous topic.
6142         (allout-plain-bullets-string, allout-distinctive-bullets-string):
6143         Plain bullet alternates `.' period and `,' comma only.  All other
6144         bullets are relegated to special status (but customizable).
6145         (allout-end-of-entry): Rename from allout-end-of-current-entry
6146         since it actually operates w.r.t. most immediately containing
6147         entry, visible or not.
6148         (allout-hide-current-entry, allout-show-current-entry): Use the
6149         revised version.
6150         (allout-old-expose-topic): Solidify deprecation.
6151         (allout-end-of-subtree): Add so we can span concealed as well
6152         as visible topics.
6153         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6154         (allout-end-of-current-heading): Tweak to just respect the first line.
6155         (allout-get-body-text): Add.
6156         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6157         when invoked interactively.
6158         (allout-up-current-level): Use `interactive-p'.
6159         (allout-mode, allout-init): Miscellaneous docstring and
6160         operational refinements, as well as hookups of new encryption stuff.
6161         (allout-beginning-of-current-entry): Now works as advertised.
6162         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6163         (allout-isearch-rectification): Refine condition for isearching.
6164         (allout-isearch-abort, allout-enwrap-isearch)
6165         (allout-flag-region, my-region-active-p): Relocate some macros.
6166         (allout-title): Fallback title is (buffer-name), not
6167         non-existing (current-buffer-name).
6168         (subst-char-in-string): Define if absent (for some XEmacs versions).
6170 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
6172         * mail/sendmail.el (mail-setup-hook, mail-aliases)
6173         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6174         (mail-citation-prefix-regexp, mail-signature-file)
6175         (mail-default-headers, mail-bury-selects-summary)
6176         (mail-send-nonascii): Add autoload cookies.
6178 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6180         * frame.el (blink-cursor-mode): Add `mac' to the list of
6181         window-system's that support blinking cursor.
6183 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6185         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6187 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6189         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6190         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6191         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6193 2005-10-20  Kim F. Storm  <storm@cua.dk>
6195         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6196         (ido-set-current-directory): Don't add / after final @.
6197         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6198         Explicitly handle ange-ftp completion oddities.
6199         (ido-make-file-list): Don't rotate list at tramp root to avoid
6200         triggering tramp file handler for expand-file-name via get-file-buffer.
6202 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6206 2005-10-19  Jay Belanger  <belanger@truman.edu>
6208         * calc/calc-units.el (math-standard-units): Add units, adjust
6209         symbols and update values.
6210         (math-unit-prefixes):  Add more prefixes.
6212 2005-10-19  Romain Francoise  <romain@orebokech.com>
6214         * bookmark.el (bookmark-menu-heading): New face.
6215         (bookmark-bmenu-list): Use it.
6216         Don't fiddle with `baud-rate' at top-level.
6218 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6220         * image.el (create-image, find-image): Mention max-image-size in
6221         docstring.
6223 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * savehist.el (savehist-load): Revert to checking XEmacs.
6227         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6228         Various docstring and line-width fixups.
6229         (conf-mode): Use cond.
6230         Set font-lock-defaults.  Don't set comment-use-syntax.
6232 2005-10-18  David Ponce  <david@dponce.com>
6234         * tree-widget.el (tree-widget-button-click): New function.
6235         (tree-widget-button-keymap): Use it.
6237 2005-10-18  Romain Francoise  <romain@orebokech.com>
6239         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6240         (bookmark-bmenu-hide-filenames): Add follow-link property.
6241         Improve help-echo text.
6243         * ffap.el (find-file-at-point): Doc fix.
6245 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6247         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6249 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6251         Install to the CVS repository what I forgot to install in my
6252         2005-10-16 changes.
6254         * progmodes/python.el (python-complete-symbol): Pass the common
6255         prefix substring of completion to `display-completion-list'.
6257         * textmodes/org.el (org-complete): Ditto.
6259 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6261         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6263         * woman.el (WoMan-xref-man-page): New button type derived
6264         from `Man-abstract-xref-man-page'.
6265         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6267         * man.el (Man-abstract-xref-man-page): New button type.
6268         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6269         (Man-highlight-references): Add new optional argument `xref-man-type'.
6271 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6273         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6275 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6277         * cus-edit.el (Custom-move-and-invoke): Delete.
6278         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6280         * wid-edit.el (widget-move-and-invoke): New function, from
6281         Custom-move-and-invoke.
6283 2005-10-17  Bill Wohler  <wohler@newt.com>
6285         Move all remaining images from lisp/toolbar to etc/images, move
6286         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6287         the low resolution images in their own directory (low-color).
6289         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
6290         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
6291         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
6292         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
6293         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
6294         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
6295         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6297         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6298         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6299         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6300         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6301         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6302         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6303         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6304         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6305         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6306         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6307         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6308         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6309         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6310         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6311         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6313         To conform with convention, replace the underscore (_) in the
6314         following image names with dash (-) or (/) as appropriate.
6316         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6317         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6318         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6319         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6320         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6321         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6322         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6323         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6324         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6325         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6326         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6327         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6328         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6329         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6330         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6332         * info.el (info-tool-bar-map): Replace underscores in image names
6333         with dashes.
6335         * makefile.w32-in (WINS): Remove toolbar.
6337         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6339         * tool-bar.el: Move to lisp from toolbar.  Now that
6340         toolbar is empty, it should be deleted when folks run "cvs up -P".
6342 2005-10-18  Jay Belanger  <belanger@truman.edu>
6344         * calc/calc-store.el (calc-store-into): Get the proper variable name
6345         to display in message.
6347 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6349         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6350         expressions display in speedbar for all buffers when debugging.
6351         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6353         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6354         (speedbar-insert-button, speedbar-make-button):
6355         Use add-text-properties.
6356         (speedbar-update-localized-contents)
6357         (speedbar-update-directory-contents)
6358         (speedbar-update-special-contents): Use dolist.
6359         (speedbar-buffer-easymenu-definition): Add a menu separator.
6361 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6363         * makefile.w32-in: Use $(lisp) consistently.
6364         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6365         for shell specific generation of mh-autoloads.
6367 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6369         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6371 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * jit-lock.el (jit-lock-fontify-now):
6374         Move jit-lock-context-unfontify-pos to avoid wasted work.
6376 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6378         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6379         `tramp-completion-mode' for checking if we are in completion mode.
6380         (tramp-completion-handle-file-name-all-completions): Reorder code
6381         in order to complete for file names only in case there are no
6382         method/user/host completions.  This is necessary for cooperation
6383         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6385 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6387         * longlines.el (longlines-search-forward)
6388         (longlines-search-backward): Match any number of spaces.
6390 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6392         * diff-mode.el (diff-mode): Doc fix.
6394 2005-10-16  David Reitter <david.reitter@gmail.com>
6396         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6397         as default on darwin and windows systems.
6399 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6401         * arc-mode.el (archive-zip-extract): Doc fix.
6403 2005-10-16  Romain Francoise  <romain@orebokech.com>
6405         * mouse.el (mouse-1-click-follows-link): Doc fix.
6407 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6409         * savehist.el: Don't require CL at runtime.
6410         (savehist-xemacs): Remove.
6411         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6412         (savehist-no-conversion): Use (featurep 'xemacs).
6413         (savehist-load): Check existence of start-itimer rather than XEmacs.
6414         Use an idle timer.
6415         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6416         `delete-if-not'.
6418 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6420         * savehist.el: Newer version.
6421         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6422         (savehist-last-checksum, savehist-no-conversion): New vars.
6423         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6424         New functions.
6425         (savehist-load, savehist-save): Use them.
6426         (savehist-delimit): Remove.
6428 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * progmodes/compile.el (compilation-goto-locus): Display the
6431         compilation buffer first and the source buffer second, in case they're
6432         in overlapping frames.  Don't raise the compilation frame if it was the
6433         selected window upon entry.  Pass the `other-window' arg to
6434         pop-to-buffer.
6436         * info.el (Info-fontify-node): Use dolist.
6437         Change add-text-properties to put-text-property.
6439 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6441         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6442         bound of search.
6444 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6446         * dabbrev.el (dabbrev-completion): Pass the common
6447         prefix substring of completion to `display-completion-list'.
6449         * filecache.el (file-cache-minibuffer-complete)
6450         (file-cache-complete): Ditto.
6452         * tempo.el (tempo-display-completions): Ditto.
6454         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6456         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6458         * eshell/em-hist.el (eshell-list-history): Ditto.
6460         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6462         * mail/mailalias.el (mail-complete): Ditto.
6464         * progmodes/etags.el (complete-tag): Ditto.
6466         * progmodes/make-mode.el (makefile-complete): Ditto.
6468         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6470         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6472         * progmodes/pascal.el (pascal-complete-word)
6473         (pascal-show-completions): Ditto.
6475         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6477         * simple.el (completion-common-substring): New variable.
6478         (completion-setup-function): Use `completion-common-substring'
6479         to put faces.
6481 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6483         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6484         (x-get-selection, mac-select-convert-to-string): Convert from/to
6485         UTF-16 clipboard data as in native byte order, no BOM.
6487 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6489         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6490         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6491         (gud-sentinel): Use speedbar-frame to check for speedbar.
6493 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6495         * savehist.el: New file.
6497 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6499         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6500         Fix bug in \bf fontification.
6502 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * pcvs.el (cvs-edit-log-files): New var.
6505         (cvs-mode-edit-log): New arg `file'.
6506         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6507         Instead force the use of the original file and nothing else.
6508         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6509         the cvs-minor-wrap-function is set.
6510         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6512 2005-10-14  Bill Wohler  <wohler@newt.com>
6514         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6515         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6516         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6517         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6518         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6519         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6520         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6521         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6522         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6523         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6524         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6525         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6526         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6527         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6528         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6530         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6531         appropriately (for example, gud-break to gud/break).
6533 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6535         * longlines.el (longlinges-search-function)
6536         (longlines-search-forward, longlines-search-backward): New functions.
6537         (longlines-mode): Set isearch-search-fun-function to
6538         longlinges-search-function.
6540         * mouse.el (mouse-drag-region-1): Handle the case where a
6541         double-click event is bound to an arbitrary function.
6543 2005-10-14  David Ponce  <david@dponce.com>
6545         * recentf.el (recentf-track-opened-file)
6546         (recentf-track-closed-file, recentf-update-menu)
6547         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6548         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6549         mouse-1-click-follows-link.
6551 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6553         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6554         Gnome file-manager.png.  Suggested by
6555         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6557         * toolbar/README: Add diropen.xpm.
6559 2005-10-13  Bill Wohler  <wohler@newt.com>
6561         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6562         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6564 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6567         Don't waste the byte-compiler's time on constant data.
6569 2005-10-13  Kenichi Handa  <handa@m17n.org>
6571         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6572         byte with `escape-glyph' face.
6574         * international/fontset.el (ccl-encode-unicode-font):
6575         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6576         Handle the case that ucs-mule-to-mule-unicode translates a character to
6577         ASCII (usually for IPA characters).
6579 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6582         Don't hide the underline of titles if font-lock-mode is disabled.
6584 2005-10-12  Bill Wohler  <wohler@newt.com>
6586         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6587         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6588         files in MH-E-SRC have been updated.
6589         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6591 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6594         (mixal-mode-syntax-table): Add \n as end-comment.
6595         (mixal-operation-codes-alist): Immediately initialize to full value.
6596         (mixal-add-operation-code): Remove.
6597         (mixal-describe-operation-code): Make the arg non-optional.
6598         Use the interactive spec instead.
6599         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6600         (mixal-font-lock-keywords): Don't highlight comments here any more.
6601         (mixal-font-lock-syntactic-keywords): New var.
6602         (mixal-mode): Use it.  Fix comment-start-skip.
6604 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6606         * startup.el (command-line-x-option-alist): -nb => -nbi
6608 2005-10-12  Kim F. Storm  <storm@cua.dk>
6610         * startup.el (fancy-splash-default-action): Discard mouse click in
6611         the splash screen window, as it has no sensible meaning in the
6612         next window to be selected.  Fixes error reported by Jan D.
6614 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6616         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6618 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6621         Try to fix up minor layout issues like indentation, line break, etc...
6622         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6623         because it doesn't work.
6624         (mixal-operation-codes): Add some more codes.
6625         (mixal-font-lock-keywords): Process comments here.
6626         (mixal-mode): mixasm no longer needs -g option.
6628 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6630         * progmodes/sh-script.el (sh-tmp-file):
6631         Use mktemp -t.  Finish support for es and rc shells.
6633 2005-10-11  Jay Belanger  <belanger@truman.edu>
6635         * calc/calcalg2.el (calc-integral): With an argument, compute the
6636         definite integral.
6638 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6640         * mouse.el (mouse-drag-region-1): Don't try to catch a
6641         double-click when doing follow-link (it's overridden anyway).
6643 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6645         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6646         (autoload-print-form-outbuf): Add docstring.
6648 2005-10-11  Juri Linkov  <juri@jurta.org>
6650         * info.el (Info-mode-menu): Delete menu item "Edit".
6651         (Info-mode): Delete description of Info-edit from docstring,
6652         and rearrange descriptions of Info commands in the order
6653         they are documented in the Info manual.
6655 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * calendar/appt.el (appt-check): Use diary-selective-display var.
6659 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6661         * net/newsticker.el (newsticker-start, newsticker-show-news):
6662         Add autoload cookies.
6664 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6666         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6668 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6670         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6672 2005-10-10  Jay Belanger  <belanger@truman.edu>
6674         * calc/calc-arith.el (math-check-known-scalarp)
6675         (math-check-known-matrixp): Check the values of arguments that are
6676         variables.
6677         (math-check-known-square-matrixp): New function.
6678         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6679         (math-super-types): Add sqmatrix type.
6681         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6682         mode name `square' to `sqmatrix'.
6684         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6685         mode name `square' to `sqmatrix'.
6687 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6689         * progmodes/etags.el (select-tags-table-mode): Don't use
6690         selective-display.
6691         (tags-select-tags-table): Pass `button' to the action function.
6692         (select-tags-table): Place the side-info on button properties rather
6693         than in hidden text.  Abbreviate file names.
6694         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6695         (select-tags-table-select): Add `button' argument.
6696         Get side-info from the button property rather than from hidden text.
6698 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6700         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6701         (gud-speedbar-buttons): Preserve point if possible.
6702         (gud-sentinel): Restore previous speedbar display type.
6704         * progmodes/gdb-ui.el (gdba): Improve diagram.
6705         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6706         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6707         Call get-buffer-window once.
6709 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6712         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6713         (pascal-indent-command): Remove unused var `ind'.
6714         (pascal-indent-case): Remove unused var `oldpos'.
6715         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6716         since it's now used as a proper minor mode map.
6717         (pascal-outline): Rename to pascal-outline-mode.
6718         (pascal-outline-mode): Use define-minor-mode.
6719         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6720         selective-display.
6722 2005-10-10  Andreas Schwab  <schwab@suse.de>
6724         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6725         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6727         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6728         outside source directory.
6730 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6732         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6733         C-x' as a prefix.
6734         (orgtbl-mode-map): Full keymap instead of sparse, because all
6735         `self-insert-command' keys are redefined in this map.
6736         (org-export-as-html): Specify charset for HTML file, by taking it
6737         from the coding system.
6739 2005-10-10  Kenichi Handa  <handa@m17n.org>
6741         * textmodes/flyspell.el (flyspell-check-word-p):
6742         If unread-command-events is non-empty, don't call sit-for.
6744 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6746         * font-lock.el (font-lock-syntactic-keywords)
6747         (font-lock-keywords): Doc fixes.
6749         * textmodes/flyspell.el (flyspell-external-point-words):
6750         Simplify logic, and don't try to check for consecutive appearances
6751         of one incorrect word.
6753 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6755         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6756         separator.
6758         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6759         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6760         (gud-expansion-speedbar-buttons): New function.
6761         (gud-speedbar-buttons): Check for gud-comint-buffer.
6763 2005-10-09  Bill Wohler  <wohler@newt.com>
6765         * Makefile.in (updates): Add mh-loaddefs dependency.
6767 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6769         * speedbar.el (speedbar-file-key-map): Fix typo.
6771 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6773         * cus-start.el (line-spacing): Add custom spec.
6775 2005-10-09  Romain Francoise  <romain@orebokech.com>
6777         * textmodes/ispell.el (ispell-check-version): Fix last change.
6779 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6781         * term/x-win.el: Remove -i, --icon-type from comment.
6783         * startup.el (command-line-x-option-alist): Remove options -i,
6784         -itype, --icon-type, added -nb, --no-bitmap-icon
6786 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6788         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6789         instead of :active.
6791 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6793         * textmodes/ispell.el (ispell-check-version):
6794         Ignore hyphen, and all that follows, in aspell's version text.
6796 2005-10-08  Jay Belanger  <belanger@truman.edu>
6798         * calc/calc-arith.el (math-known-square-matrixp): New function.
6799         (math-pow-fancy): Check for matrices before distributing exponent
6800         across products.
6802         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6803         fullscreen keypad.  Suggested by Luc Teirlinck.
6804         (calc-keypad-show-input): Add space for formatting.
6806         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6807         Add square matrix option.
6809         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6810         of checking calc-matrix-mode when deciding how to expand.
6812         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6814 2005-10-08  Lars Hansen  <larsh@soem.dk>
6816         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6817         Add error handling.
6818         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6820 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6822         Sync with Tramp 2.0.51.
6824         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6825         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6826         Insert special handling for `last-coding-system-used', again
6827         it still seems to be necessary (unlike stated before).
6828         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6829         (tramp-password-prompt-regexp): There might be other words before
6830         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6831         (tramp-chunksize): Improve docstring.
6832         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6833         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6834         Christian Joergensen <bugs@razor.dk>.
6836 2005-10-07  Glenn Morris  <rgm@gnu.org>
6838         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6839         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6840         precision'.
6842 2005-10-07  Romain Francoise  <romain@orebokech.com>
6844         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6845         (ibuffer-do-shell-command-pipe-replace)
6846         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6847         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6848         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6849         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6850         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6851         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6852         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6853         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6854         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6855         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6856         Autoload file sans suffix.
6858         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6860 2005-10-07  David Ponce  <david@dponce.com>
6862         * recentf.el (recentf-menu-open-all-flag): New option.
6863         (recentf-digit-shortcut-command-name): New function.
6864         (recentf--shortcuts-keymap): New variable.
6865         (recentf-menu-shortcuts): New variable.
6866         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6867         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6868         (recentf-menu-value-shortcut): New function.
6869         (recentf-make-menu-item): Use it.  No more in-lined.
6870         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6871         (recentf-open-most-recent-file): Rename from
6872         `recentf-open-file-with-key'.  Don't depend on key binding.
6873         (recentf-mode-map): New variable.
6874         (recentf-mode): Use it.
6876 2005-10-06  Bill Wohler  <wohler@newt.com>
6878         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6880         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6881         (MH-E-SRC): New.  Used by mh-autoloads.
6882         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6883         files in MH-E-SRC have been updated.
6884         (compile, recompile, bootstrap): Depend on mh-autoloads.
6886 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6888         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6889         gud-break and gud-remove icons when the fringe is not available.
6891         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6892         Typo.
6894 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6896         * play/zone.el (zone): Wrap body with save-window-excursion.
6898 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6901         Use the new `list-only' arg to diary-list-entries.
6903         * calendar/diary-lib.el: Use overlays rather than selective-display.
6904         (diary-selective-display): New var.
6905         (diary-header-line-format): Use it.
6906         (diary-list-entries): Add argument `list-only'.
6907         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6908         Replace \^M by invisible overlays.
6909         (diary-unhide-everything): Replace \^M by invisible overlays.
6910         (print-diary-entries): Look for overlays rather than \^M.
6911         Add a space to the temp buffer name.
6912         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6913         Put the buffer in diary-mode.
6914         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6915         (diary-anniversary): Make the year arg optional.
6916         (diary-time-regexp): New const.
6917         (diary-font-lock-keywords): Use it to accept a few more time formats.
6919         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6921 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6923         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6924         Fix bug introduced 2005-07-03: Use (car (last ...))
6925         to faithfully reproduce replaced artist-last.
6926         (artist-set-arrow-points-for-poly): Likewise.
6927         Suggested by Johan Bockg\e,Ae\e(Brd.
6929 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6931         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6932         * wid-edit.el (widget):
6933         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6934         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6936 2005-10-06  Kenichi Handa  <handa@m17n.org>
6938         * international/mule-cmds.el (set-language-environment):
6939         Fix setting up of case-table for unibyte mode.
6941         * simple.el (what-cursor-position): If the character is displayed
6942         by some `display' text property, show that.  Don't use
6943         single-key-description for eight-bit characters in multibyte mode.
6945 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6947         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6948         (gdb-ann3): Set it.
6949         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6950         (gdb-info-frames-custom): Use inverse-video for first five
6951         characters of selected frame only.
6952         (gdb-get-frame-number): Select frame even when point is on frame
6953         number.
6955 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6957         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6958         Put `font-lock-function-name-face'.
6959         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6960         and `font-lock-variable-name-face'
6961         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6962         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6963         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6964         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6965         (gdb-local-font-lock-keywords): New font lock keywords definition.
6966         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6967         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6968         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6970 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6972         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6973         (ediff-merge-region-is-non-clash-to-skip): Previously called
6974         ediff-merge-region-is-non-clash.
6976         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6977         Use insert-buffer-substring.
6979         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6980         selecting files to patch.  Also bug fixes.
6982         * ediff-util.el (ediff-setup): Bug fix.
6983         (ediff-next-difference): Never skip clashes that differ in white
6984         space only.
6986         * ediff-wind.el (ediff-setup-control-frame)
6987         (ediff-destroy-control-frame): Check the menubar feature.
6989         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6990         (viper-refresh-mode-line): Use make-local-variable to localize
6991         some vars instead of make-variable-buffer-local.  Suggested by
6992         Stefan Monnier.
6994         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6995         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6996         Use make-local-variable instead of make-variable-buffer-local.
6997         Suggested by Stefan Monnier.
6999         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7000         (viper-comint-mode-hook): Use make-local-variable on
7001         require-final-newline.
7002         (viper-non-hook-settings): Don't use make-variable-buffer-local.
7004 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7007         also the second char of a comment-start sequence.
7008         (scheme-sexp-comment-syntax-table): New var.
7009         (lambda, define): Set their scheme-doc-string-elt property.
7010         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7011         Use lisp-font-lock-syntactic-face-function now that it properly
7012         handles |...| symbols.
7013         (scheme-mode-variables): Set lisp-doc-string-elt-property,
7014         parse-sexp-lookup-properties and font-lock-extra-managed-props.
7016         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7017         bit from # to |.
7018         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7020         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7021         (lisp-doc-string-elt-property): New var.
7022         (lisp-font-lock-syntactic-face-function): Use it.
7023         Rewrite to recognize docstrings even for forms not at toplevel.
7025         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7026         annotation on the | part of #| rather than on the # part.
7027         (scheme-font-lock-syntactic-face-function): New function, to
7028         distinguish strings from |...| symbols.
7029         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
7030         syntax-table so that #|...|# is properly highlighted.
7032         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7033         Don't mark as docstring the 3rd elem of an unknown toplevel form.
7035 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7038         and C-e.
7040         * emacs-lisp/eldoc.el: Move comments into docstrings.
7041         (eldoc-message-commands): Initialize in its declaration.
7042         Add move-beginning-of-line and move-end-of-line.
7043         (eldoc-add-command, eldoc-add-command-completions)
7044         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7046         * outline.el (outline-mark-subtree): Activate the mark.
7048         * calendar/appt.el (appt-time-regexp): New var.
7049         (appt-add, appt-make-list): Use it.
7050         (appt-convert-time): Clean up.
7052         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7053         Don't set any syntax-table property here.
7054         (tex-font-lock-verb): New function.  Do it here.
7055         (tex-font-lock-syntactic-keywords): Use it.
7057 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7059         * wid-edit.el (widget-file-complete): Get the widget start point
7060         the right way.  Default directory to `/' if file has none.
7062         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7064         * textmodes/flyspell.el (flyspell-mode-on):
7065         Call ispell-maybe-find-aspell-dictionaries.
7067         * textmodes/ispell.el (ispell-word, ispell-region):
7068         Call ispell-maybe-find-aspell-dictionaries.
7069         (ispell-accept-buffer-local-defs):
7070         Don't call ispell-maybe-find-aspell-dictionaries
7072 2005-10-04  Richard M. Stallman  <rms@gnu.org>
7074         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7076 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
7078         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7079         instead of `fboundp' in order to allow for anonymous functions.
7081 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
7083         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7084         case the user clicks on the link while another window is selected.
7085         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7087         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7088         functionality.
7089         (dframe-help-echo): Save point in case mouse tracking is off.
7091 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
7093         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7095 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7098         not change the global value of those vars.
7100         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7101         make-local-variable which we do not need any more.
7103 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
7105         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7106         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7107         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7108         (speedbar-path-line): Define obsolete aliases.
7109         (speedbar-line-directory): Doc fix.
7111         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7112         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7113         instead of speedbar-line-path.
7115 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7117         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7118         to nil if dropping on a window.  Handle dropping on a minibuffer window
7119         like dropping on a non-window part of Emacs.
7121 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7123         * net/ange-ftp.el: Use with-current-buffer.
7124         (ange-ftp-insert-directory): Do not follow symlinks any more.
7126         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7127         Remove interactive spec.
7129 2005-10-03  Kim F. Storm  <storm@cua.dk>
7131         * ido.el (ido-mode): Use custom-initialize-set.
7133 2005-10-02  Richard M. Stallman  <rms@gnu.org>
7135         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7136         Use insert-buffer-substring.
7138         * net/tramp.el: Pacify byte compiler warnings in pacification code.
7139         (tramp-handle-file-local-copy): Use insert-buffer-substring.
7141 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7144         in last change.
7145         (ange-ftp-insert-directory): Fix up the search for the case where
7146         `file' is absolute.
7148 2005-10-02  Romain Francoise  <romain@orebokech.com>
7150         * progmodes/compile.el (compile-goto-error): Delete extra paren.
7152 2005-10-02  Andreas Schwab  <schwab@suse.de>
7154         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7155         directory component in the session info.
7157 2005-10-01  Richard M. Stallman  <rms@gnu.org>
7159         * comint.el (comint-redirect-subvert-readonly): Doc fix.
7161         * simple.el (next-error-internal): New function.
7163         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7164         (compilation-start): Pass new arg to compilation-buffer-name.
7165         (compile-goto-error): Use next-error-internal.
7167 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7169         * speedbar.el: Remove RCS tag.
7170         (speedbar-check-read-only): Handle non-existent files.
7172         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7174         * info.el (Info-speedbar-hierarchy-buttons)
7175         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7177 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7179         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7180         Do not match newline.
7181         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7182         (bibtex-summary): Remove unnecessary save-excursion.
7183         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7185 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7187         * term/mac-win.el: Add charset info for "iso10646-1".
7188         Modify default fontset to use ATSUI-compatible fonts for some charsets
7189         if available.
7191 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7193         * speedbar.el: Re-apply arch tag.
7194         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7195         M. Ludlam.
7196         Reapply two changes from Emacs CVS' version of speedbar lost
7197         during the merge:
7198         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7199         (speedbar-frame-parameters): Improve customize type.
7201 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7203         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7204         (ange-ftp-file-directory-p): Fix the symlink case.
7205         (ange-ftp-insert-directory): When listing a single file, get a list of
7206         the parent buffer and extract the relevant line.  Inspired from a patch
7207         by Katsumi Yamaoka <yamaoka@jpl.org>.
7208         (ange-ftp-file-name-sans-versions): Simplify.
7210 2005-09-30  Bill Wohler  <wohler@newt.com>
7212         Move MH-E image files from toolbar and mail directories into
7213         etc/images.
7215         * mail/reply2.*: Move to etc/images/mail/reply*.
7217         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7218         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7219         etc/images.
7221         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7222         * toolbar/reply*: Move to etc/images/mail.
7224         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7226 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
7228         * speedbar.el: New version 1.0pre3.
7230         Frame management code (including timer, and mouse click specifics)
7231         moved to dframe.el:
7232         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7233         (speedbar-timer): Removed.  Use dframe-timer.
7234         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7235         (speedbar-activity-change-focus-flag): Removed.  Use
7236         dframe-activity-change-focus-flag.
7237         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7238         dframe-update-speed.
7240         (speedbar-current-frame): New macro.  Use this instead of the
7241         variable speedbar-frame.
7243         (speedbar-use-images, speedbar-expand-image-button-alist)
7244         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7246         (speedbar-find-image-on-load-path): Removed.  Replaced by
7247         defezimage in ezimage.el.
7248         (speedbar-expand-image-button-alist): Removed.  Replaced by
7249         ezimage-expand-image-button-alist in ezimage.el.
7251         (speedbar-ignored-directory-regexp)
7252         (speedbar-add-ignored-directory-regexp)
7253         (speedbar-ignored-directory-expressions)
7254         (speedbar-line-directory, speedbar-buffers-line-directory)
7255         (speedbar-directory-line, speedbar-buffers-line-directory):
7256         Renamed, replacing `path' with `directory'.
7258         (speedbar-create-directory, speedbar-expand-line-descendants)
7259         (speedbar-toggle-line-expansion)
7260         (speedbar-contract-line-descendants): New commands.
7262         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7263         (speedbar-use-tool-tips-flag): New options.
7265         (speedbar-check-read-only, speedbar-require-version)
7266         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7267         (speedbar-handle-delete-frame, speedbar-try-completion)
7268         (speedbar-update-localized-contents): New functions.
7270         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7271         (speedbar-object-read-only-indicator): New variables.
7273         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7274         New hooks.
7276         (speedbar-separator-face): New face.
7278         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7279         (speedbar-ignored-modes): Add fundamental-mode.
7280         (speedbar-directory-unshown-regexp): Add . directories.
7282         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7283         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7284         `]' for full expand/close.
7285         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7287         (speedbar-check-vc): Support hidden files.
7288         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7289         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7290         state is nil, it is not checked out.
7292         (speedbar-line-text, speedbar-line-token): Support expand buttons
7293         with no text.
7294         (speedbar-refresh): Universal argument acts as power-click.
7295         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7296         that buffer to get variable values.
7298         And many other bugfixes.
7300         * dframe.el, ezimage.el, sb-image.el: New files.
7302         * sb-*.xpm: Remove files.  New image files installed into
7303         etc/images/ezimage.
7305 2005-09-30  Kenichi Handa  <handa@m17n.org>
7307         * ps-mule.el (ps-mule-show-warning): If a character is in
7308         ps-print-translation-table, don't treat it as non-printable.
7310 2005-09-30  David Ponce  <david@dponce.com>
7312         * tree-widget.el (tree-widget-themes-load-path): New variable.
7313         (tree-widget-themes-directory): Doc fix.
7314         (tree-widget-image-formats) [Emacs]: Doc fix.
7315         (tree-widget--locate-sub-directory): New function.
7316         (tree-widget-themes-directory): Use it.
7318         * recentf.el (recentf-filename-handlers): Rename from
7319         `recentf-filename-handler'.  Allow a list of functions.
7320         (recentf-menu-items-for-commands): Fix :help strings.
7321         (recentf-apply-filename-handlers): New function.
7322         (recentf-expand-file-name): Use it.
7323         (recentf-cleanup): Remove duplicates too.
7325 2005-09-29  Juri Linkov  <juri@jurta.org>
7327         * faces.el: Rearrange face definitions to be in the same order as
7328         their face descriptions in "(emacs)Standard Faces".
7330         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7332         * tooltip.el (tooltip): Add group `basic-faces'.
7334         * buff-menu.el (Buffer-menu-buffer): Remove group
7335         `font-lock-highlighting-faces'.
7337         * progmodes/compile.el (compilation-error, compilation-warning)
7338         (compilation-info, compilation-line-number, compilation-column-number):
7339         Change group from `font-lock-highlighting-faces' to `compilation'.
7341         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7342         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7343         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7344         (vhdl-font-lock-reserved-words-face)
7345         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7346         `font-lock-highlighting-faces'.
7348         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7350 2005-09-28  Kim F. Storm  <storm@cua.dk>
7352         * emulation/cua-base.el: Set CUA move property on additional commands:
7353         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7354         forward-sexp, backward-sexp, forward-list, backward-list.
7356 2005-09-28  Romain Francoise  <romain@orebokech.com>
7358         * comint.el (comint-show-output): Really set point at the
7359         beginning of the output when not using `comint-use-prompt-regexp'.
7361 2005-09-27  Jay Belanger  <belanger@truman.edu>
7363         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7364         in TeX mode.
7366 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7368         * textmodes/org.el (org-table-sum): Fix format string.
7370         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7371         Quote face names.
7373 2005-09-26  Romain Francoise  <romain@orebokech.com>
7375         * isearch.el (isearch-forward-regexp): Close doc string.
7377 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7379         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7381         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7383         * progmodes/compile.el (compilation-error-properties):
7384         When getting the file from the previous error message,
7385         correctly decode the new data format.
7387         * progmodes/cc-cmds.el (c-electric-paren):
7388         Call old-blink-paren only for close-paren.
7390 2005-09-24  Andreas Schwab  <schwab@suse.de>
7392         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7393         condition.
7395 2005-09-25  Romain Francoise  <romain@orebokech.com>
7397         * dired-aux.el (dired-copy-file-recursive):
7398         * dired.el (dired-delete-file):
7399         * ediff-mult.el (ediff-dir-diff-copy-file):
7400         * ediff-util.el (ediff-test-save-region):
7401         * forms.el (forms-mode):
7402         * ido.el (ido-file-internal, ido-delete-file-at-head):
7403         * log-edit.el (log-edit-done):
7404         * ses.el (ses-yank-resize):
7405         * play/gomoku.el (gomoku-human-plays, gomoku)
7406         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7407         (gomoku-offer-a-draw):
7408         * play/landmark.el (lm-human-resigns, lm):
7409         * net/eudcb-ldap.el (eudc-ldap-check-base):
7410         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7411         * progmodes/ebrowse.el (ebrowse-find-pattern):
7412         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7413         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7414         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7416         * vc.el (vc-delete-file):
7417         * play/gomoku.el (gomoku-terminate-game, gomoku)
7418         (gomoku-prompt-for-move, gomoku-human-takes-back):
7419         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7420         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7422 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7424         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7425         color rxvt terminals by using the code xterm.el used to use before
7426         2005-04-09 in order to match the colors used by rxvt.
7428 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
7430         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7431         colors rxvt-unicode terminals by using the same code as xterm.el.
7433 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7435         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7436         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7437         new symbol used for the tex-verbatim face.
7439 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7441         * woman.el (woman-file-name):
7442         * wid-edit.el (widget-file-prompt-value)
7443         (widget-coding-system-prompt-value):
7444         * w32-fns.el (set-w32-system-coding-system):
7445         * vc.el (vc-version-diff, vc-annotate):
7446         * textmodes/reftex-auc.el (reftex-arg-cite)
7447         (reftex-arg-index-tag):
7448         * textmodes/refer.el (refer-get-bib-files):
7449         * textmodes/artist.el (artist-figlet-choose-font):
7450         * terminal.el (terminal-emulator):
7451         * replace.el (occur-read-primary-args):
7452         * rect.el (string-rectangle, string-insert-rectangle):
7453         * ps-print.el (ps-print-preprint):
7454         * progmodes/pascal.el (pascal-goto-defun):
7455         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7456         * progmodes/compile.el (compilation-find-file):
7457         * printing.el (pr-interactive-n-up):
7458         * play/animate.el (animate-birthday-present):
7459         * net/rcompile.el (remote-compile):
7460         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7461         * mail/rmailsum.el (rmail-summary-search-backward)
7462         (rmail-summary-search):
7463         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7464         (rmail-output-read-file-name):
7465         * mail/rmail.el (rmail-search, rmail-search-backwards):
7466         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7467         * locate.el (locate):
7468         * international/quail.el (quail-show-keyboard-layout):
7469         * international/mule.el (set-buffer-file-coding-system)
7470         (revert-buffer-with-coding-system, set-file-name-coding-system)
7471         (set-terminal-coding-system, set-keyboard-coding-system)
7472         (set-next-selection-coding-system):
7473         * international/mule-diag.el (describe-coding-system)
7474         (describe-font, describe-fontset):
7475         * international/mule-cmds.el (universal-coding-system-argument)
7476         (search-unencodable-char, describe-input-method)
7477         (set-language-environment, describe-language-environment):
7478         * international/codepage.el (codepage-setup):
7479         * international/code-pages.el (codepage-setup):
7480         * info.el (Info-search, Info-follow-reference)
7481         (Info-search-backward):
7482         * emacs-lisp/advice.el (ad-read-advised-function)
7483         (ad-read-advice-class, ad-clear-cache, ad-activate)
7484         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7485         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7486         (ad-read-regexp):
7487         * ediff-util.el (ediff-toggle-regexp-match):
7488         * ediff-ptch.el (ediff-prompt-for-patch-file):
7489         * dired-aux.el (dired-diff):
7490         * diff.el (diff):
7491         * cus-edit.el (custom-variable-prompt):
7492         * calendar/timeclock.el (timeclock-ask-for-project):
7493         * calc/calcalg3.el (calc-get-fit-variables):
7494         * calc/calc-store.el (calc-edit-variable)
7495         (calc-permanent-variable):
7496         * vc-mcvs.el (vc-mcvs-register):
7497         * shadowfile.el (shadow-define-literal-group):
7498         * woman.el (woman-file-name):
7499         * vc.el (vc-version-diff, vc-merge):
7500         * textmodes/reftex-index.el (reftex-index-complete-tag):
7501         * format.el (format-decode-buffer, format-decode-region):
7502         * emulation/viper-cmd.el (viper-read-string-with-history):
7503         * emacs-lisp/debug.el (cancel-debug-on-entry):
7504         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7505         * ediff.el (ediff-merge-revisions)
7506         (ediff-merge-revisions-with-ancestor, ediff-revision):
7507         * completion.el (interactive-completion-string-reader):
7508         * calc/calc-prog.el (calc-user-define-formula):
7509         Follow convention for reading with the minibuffer.
7511 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7513         * progmodes/python.el (python-describe-symbol): Add globals() and
7514         locals() to the arguments of emacs.ehelp.
7516 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7518         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7519         New function, code extracted from ispell-valid-dictionary-list.
7520         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7521         Call it.
7523 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7525         * subr.el (version-regexp-alist): Extend valid syntax for version
7526         strings: allow any of the characters -,_,+ to separate the
7527         alpha/beta/rc part from the version part.  Doc fix.
7528         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7530 2005-09-23  David Reitter  <david.reitter@gmail.com>
7532         * mail/mailclient.el: New file.
7534 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7536         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7537         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7538         Doc fixes.
7540         * progmodes/cc-mode.el (c-font-lock-init):
7541         Specify font-lock-lines-before.
7543 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7545         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7546         whole conflict.
7548 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7550         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7551         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7552         of `remap' feature when available.  Additional key bindings for
7553         better tty support.
7554         (org-mode-restart, org-force-self-insert): New commands.
7555         (org-time-stamp-inactive): New command.
7556         (org-remap): New function.
7557         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7558         (org-enable-fixed-width-editor): Move to `org-structure'
7559         customization group.
7560         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7561         blank field after field motion commands.
7563 2005-09-23  Kenichi Handa  <handa@m17n.org>
7565         * international/mule-cmds.el (set-language-environment):
7566         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7567         have to call utf-translate-cjk-load-tables.
7569 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7571         * mouse.el (mouse-move-drag-overlay): Fix last change.
7573 2005-09-22  David Ponce  <david@dponce.com>
7575         * tree-widget.el (tree-widget-value-create): Fix previous change.
7577 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7579         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7581 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7583         * mouse.el (mouse-move-drag-overlay): New function.
7584         (mouse-drag-region-1): Use it.
7585         Try to simplify a bit the state handling.  Handle clicks on links
7586         inside intangible areas.
7587         (mouse-save-then-kill): Minor simplification.
7588         (mouse-secondary-overlay): Make it always non-nil instead of
7589         recreating it each time.
7590         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7591         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7592         Simplify accordingly.
7594 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7596         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7598 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7600         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7601         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7602         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7603         to patch.
7605         * ediff-util.el: Use insert-buffer-substring.
7607         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7609         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7610         field boundaries in the minibuffer.
7611         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7612         (viper-minibuffer-post-command-hook): New hook.
7613         (viper-line): Don't move cursor at bolp.
7615         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7617         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7618         avoid compiler warnings.
7620         * emulation/viper-macs.el (ex-map): Better messages.
7622         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7624         * emulation/viper.el: Replace make-variable-buffer-local with
7625         viper-make-variable-buffer-local everywhere, to avoid warnings.
7627 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7630         Delete unused var `old-selected-window'.
7631         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7632         (mouse-drag-secondary): Delete unused var `start-frame'.
7634 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7636         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7638 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7640         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7641         Re-indent within 80 columns.  Use inhibit-read-only.
7643 2005-09-19  Romain Francoise  <romain@orebokech.com>
7645         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7647 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7649         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7650         unconditionally, since the after-change-function already did it.
7652 2005-09-19  Miles Bader  <miles@gnu.org>
7654         * net/newsticker.el: Get rid of CVS keyword.
7656 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7658         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7659         The prompt is formatted later.
7661 2005-09-19  David Ponce  <david@dponce.com>
7663         * tree-widget.el (tree-widget-value-create): Save the converted
7664         tree :node widget.
7666 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7668         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7669         variable `message'.
7671 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7673         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7674         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7675         <slawomir.nowaczyk.847@student.lu.se>.
7677 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7679         * image.el (image-load-path): Use symbol `data-directory' instead
7680         of its value, for backward compatibility with packages that bind
7681         it during `find-image'.  Suggested by Katsumi Yamaoka.
7682         (image-search-load-path): Handle symbols whose values are strings.
7684 2005-09-18  Romain Francoise  <romain@orebokech.com>
7686         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7687         with-current-buffer form in save-excursion.
7689 2005-09-18  D Goel  <deego@gnufans.org>
7691         * apropos.el (apropos-command): Fix `message' call: first arg
7692         should be a format spec.  In this and all other cases that appear
7693         below and elsewhere in the source code, I made a change only when
7694         two conditions were satisfied: [1] I can think of a possibility
7695         that the arguments would cause an error, for example, the code in
7696         question relies on external variables such as filenames.  [2] I
7697         was sure that the arg to `message' could not have been nil in the code.
7699         * textmodes/tildify.el (tildify-region): Ditto.
7701         * textmodes/reftex-index.el (reftex-index-change-entry)
7702         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7703         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7704         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7705         (org-priority, org-table-sum):
7706         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7707         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7708         (flyspell-word, flyspell-display-next-corrections):
7709         * textmodes/bibtex.el (bibtex-print-help-message):
7710         * textmodes/artist.el (artist-key-set-point-poly):
7711         * term/mac-win.el (mac-services-insert-text):
7712         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7713         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7714         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7715         (vhdl-compose-configuration):
7716         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7717         (sh-set-indent, sh-learn-line-indent):
7718         * progmodes/ps-mode.el (ps-mode-target-column):
7719         * progmodes/idlwave.el (idlwave-make-tags)
7720         (idlwave-scan-library-catalogs):
7721         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7722         * progmodes/gud.el (gud-jdb-analyze-source):
7723         * progmodes/flymake.el (flymake-log):
7724         * progmodes/ebnf2ps.el (ebnf-generate-region):
7725         * progmodes/cmacexp.el (c-macro-expansion):
7726         * progmodes/ada-xref.el (ada-treat-cmd-string):
7727         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7728         (ada-justified-indent-current, ada-batch-reformat):
7729         * play/zone.el (zone):
7730         * play/landmark.el (lm-move):
7731         * play/decipher.el (decipher-show-alphabet):
7732         * net/newsticker.el (newsticker--display-jump)
7733         (newsticker--display-scroll):
7734         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7735         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7736         * mail/feedmail.el (feedmail-dump-message-to-queue):
7737         * eshell/esh-proc.el (eshell-remove-process-entry):
7738         * emulation/ws-mode.el (ws-last-error):
7739         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7740         (viper-record-kbd-macro):
7741         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7742         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7743         * emacs-lisp/find-func.el (find-function-noselect):
7744         * calendar/timeclock.el (timeclock-status-string)
7745         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7746         (timeclock-when-to-leave-string):
7747         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7748         * calc/calc-units.el (calc-enter-units-table):
7749         * calc/calc-mode.el (calc-mode-record-mode):
7750         * woman.el (woman-mini-help):
7751         * wdired.el (wdired-change-to-wdired-mode):
7752         * vc.el (vc-retrieve-snapshot):
7753         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7754         * startup.el (display-startup-echo-area-message):
7755         * simple.el (set-goal-column):
7756         * ses.el (ses-command-hook, ses-recalculate-cell):
7757         * server.el (server-process-filter):
7758         * printing.el (pr-interface-txt-print, pr-interface-printify)
7759         (pr-interface-ps):
7760         * pcvs.el (cvs-help):
7761         * log-edit.el (log-edit, log-edit-mode-help):
7762         * iswitchb.el (iswitchb-possible-new-buffer):
7763         * isearch.el (isearch-edit-string):
7764         * image-mode.el (image-mode, image-minor-mode):
7765         * ibuf-macs.el (define-ibuffer-filter):
7766         * hi-lock.el (hi-lock-find-patterns):
7767         * files.el (toggle-read-only):
7768         * ediff-util.el (ediff-copy-diff)
7769         (ediff-write-merge-buffer-and-maybe-kill):
7770         * echistory.el (Electric-history-undefined):
7771         * dnd.el (dnd-insert-text):
7772         * dired-aux.el (dired-query):
7773         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7774         * bookmark.el (bookmark-bmenu-locate):
7775         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7776         Fix `message' calls to ensure first arg is a format string.
7777         The change was made only when these two conditions were satisfied:
7778         [1] when there is a possibility that the arguments would cause an error
7779         for example, if the code in question relies on external variables
7780         such as filenames, and
7781         [2] if the arg to `message' could not have been nil in the code.
7783         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7784         Not having a %s would be weird, though not technically wrong.
7786 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7788         * term/mac-win.el (mac-add-charset-info): Doc fix.
7790 2005-09-17  Romain Francoise  <romain@orebokech.com>
7792         * shell.el (shell-resync-dirs): Handle echoing processes more
7793         reliably.  Don't insert resync command if `comint-process-echoes'
7794         is non-nil.
7796 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7798         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7799         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7800         aspell versions >= 0.60.
7801         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7802         only if ispell-aspell-supports-utf8 is non-nil.
7804 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7806         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7807         buffer-local value to lisp-indent-function.
7809 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7811         * progmodes/glasses.el (glasses-make-readable): If
7812         glasses-separator differs from underscore, put appropriate
7813         overlays over underscore characters.
7814         (glasses-convert-to-unreadable): If glasses-separator differs from
7815         underscore, try to convert glasses-separator characters to
7816         underscores.
7818 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7821         Use with-syntax-table and dolist.
7823 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7825         * textmodes/reftex-auc.el:
7826         * textmodes/reftex-cite.el:
7827         * textmodes/reftex-dcr.el:
7828         * textmodes/reftex-global.el:
7829         * textmodes/reftex-parse.el:
7830         * textmodes/reftex-ref.el:
7831         * textmodes/reftex-sel.el:
7832         * textmodes/reftex-toc.el:
7833         * textmodes/reftex-vars.el:
7834         * textmodes/reftex.el: Small changes to remove compiler warnings.
7836         * textmodes/reftex-index.el: Likewise.
7837         (reftex-query-index-phrase): More efficient use of markers.
7839 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7841         * image.el (image-load-path): New variable.
7842         (image-search-load-path): New function.
7843         (find-image): Search for images in `image-load-path'.
7845 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7847         * follow.el: Change Maintainer field.
7849 2005-09-15  David Ponce  <david@dponce.com>
7851         * recentf.el (recentf-save-file-modes): New option.
7852         (recentf-save-list): Use it.
7854 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7856         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7857         (mode-line-mule-info, mode-line-modified): Move bindings from
7858         mouse-3 to mouse-1.
7860 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7862         * simple.el (sendmail-user-agent-compose): Revert last change.
7864 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7867         Use with-current-buffer.
7868         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7869         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7870         (ange-ftp-insert-directory): Remove unused var `short'.
7871         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7873         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7874         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7876         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7877         (check-calendar-holidays, diary-list-entries): Autoload.
7878         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7879         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7881         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7882         which mistakenly removed a call to display-buffer.
7884 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7886         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7888 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7890         * progmodes/hideshow.el
7891         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7892         (hs-allow-nesting): New user var.
7893         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7894         (hs-hide-block-at-point): When nesting allowed,
7895         if there is already an overlay in place, delete it.
7896         (hs-safety-is-job-n): Delete func; remove call sites.
7897         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7898         (hs-overlay-at): New func.
7899         (hs-already-hidden-p, hs-show-block): Use it.
7900         (hs-hide-all): Don't pre-clean if nesting allowed.
7901         (hs-show-all): Temporarily disallow
7902         nesting around call to `hs-discard-overlays'.
7904 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7906         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7907         Delete unused local var.
7909 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7911         * help-fns.el (describe-categories): "?\ " -> "?\s".
7912         (help-do-arg-highlight): Recognize also ARG-n, as in
7913         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7915         * international/codepage.el (dos-unsupported-char-glyph):
7916         * net/newsticker.el (tool-bar-map, w3-mode-map)
7917         (w3m-minor-mode-map):
7918         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7919         (ent-alist):
7920         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7922 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7924         * custom.el (custom-push-theme): Handle the case where a symbol is
7925         bound but face properties have not yet been assigned.
7927         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7928         Fix behavior if noerase is `t' and there is no mail buffer.
7930         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7931         if `continue' is nil, rather than signal an error.
7933 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7935         * font-lock.el (font-lock-keywords): Add autoload.
7937         * help-fns.el (describe-variable): Rearrange to put source link
7938         in a predictable place.
7940         * net/newsticker.el: New file.
7942 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7944         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7945         (calendar-basic-setup): Use the new nil arg.
7946         (number-of-diary-entries): Move to diary-lib.el.
7948         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7949         (diary-list-entries): Use with-syntax-table and dolist.
7950         Rename from list-diary-entries.
7951         Use number-of-diary-entries if `number' is nil.
7952         (diary, diary-view-entries): Use this new name and new nil arg value.
7953         (number-of-diary-entries): Move from calendar.el.
7954         (diary-unhide-everything): New function.
7955         (include-other-diary-files, fancy-diary-display)
7956         (diary-show-all-entries, make-diary-entry): Use it.
7957         (diary-mail-entries): Use buffer-string.
7958         (mark-diary-entries): Fix long standing paren typo.
7959         (diary-sexp-entry): Use count-lines.
7960         (make-diary-entry): Avoid `previous-line'.
7961         (diary-mode-map): New var.
7962         (diary-mode): Redraw cal after saving.  Setup header-line.
7963         (fancy-diary-display-mode): Use local-set-key.
7965         * startup.el (command-line): Try calling various terminal-init-foo-bar
7966         functions by stripping hyphenated suffixes from $TERM.
7968         * files.el (normal-mode): Check boundness of font-lock-keywords.
7970 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7972         * progmodes/compile.el: Don't decide a file's directory
7973         until the user actually tries to go there.
7974         (compilation-next-error-function):
7975         Pass compilation-find-file the directory from the file-struct.
7976         (compilation-internal-error-properties): Separate local FILE-STRUCT
7977         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7978         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7979         Expand it, and if nil, use default-directory.
7980         (compilation-get-file-structure): Don't mix specified directory
7981         with default directory.  Put specified directory into
7982         file-struct.  Don't make the file name absolute.
7984         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7985         (compile-command): Add autoload.
7986         (compilation-disable-input): Add autoload.
7988 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7990         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7991         strings of the variables it can override.
7992         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7993         %Q and %q, for fully-qualified domain name and unqualified host name.
7995 2005-09-11  Kim F. Storm  <storm@cua.dk>
7997         * emacs-lisp/authors.el (authors-aliases): Update list.
7998         (authors-fixed-entries): Update mldrag.el entry.
8000 2005-09-10  Alan Mackenzie  <acm@muc.de>
8002         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8003         from the region narrowed to.
8005 2005-09-10  Magnus Henoch  <mange@freemail.hu>
8007         * textmodes/ispell.el (ispell-check-version): Signal an error if
8008         aspell version is less than 0.60.
8010 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
8012         * progmodes/octave-inf.el (inferior-octave-startup):
8013         Resync current dir at the end.
8015 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
8017         * woman.el (woman-topic-at-point-default):
8018         Rename to woman-use-topic-at-point-default.
8019         (woman-topic-at-point): Rename to woman-use-topic-at-point.
8020         (woman-file-name): Reflect renames above.  Automatically use the
8021         word at point as topic if woman-use-topic-at-point is non-nil.
8022         Otherwise offer it as default but don't insert it in the
8023         minibuffer.  Also use `test-completion' instead of `assoc' as
8024         suggested by Stefan Monnier.
8026 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
8028         * vc.el (vc-directory, vc-update-change-log): Throw an error on
8029         the attempt to do it over Tramp.  This is not yet supported.
8031 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
8033         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8034         (menu-bar-non-minibuffer-window-p): New functions.
8035         ("Split Window", "Save As..."): Use them.
8036         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8037         ("Print Buffer", "Truncate Long Lines in this Buffer"):
8038         Use menu-bar-menu-frame-live-and-visible-p.
8039         ("Save Buffer", "Insert File", "Open Directory...")
8040         ("Open File...", "Visit New File..."):
8041         Use menu-bar-non-minibuffer-window-p.
8042         (kill-this-buffer-enabled-p, dired <menu-enable>):
8043         Use menu-bar-non-minibuffer-window-p.
8045 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8047         * cus-start.el (all): Don't complain about fringe-related
8048         built-ins if fringes are not supported.  Ditto about
8049         selection-related built-ins.  Fix the test for GTK-related built-ins.
8051         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8052         ("Postscript Print Buffer", "Print Region", "Save As...")
8053         ("Save", "Insert File...", "Open Directory...")
8054         ("Open File...", "Visit New File..."")
8055         ("Truncate Long Lines in this Buffer"): Don't look at
8056         menu-updating-frame if this display does not support multiple frames.
8058 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
8060         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8062 2005-09-09  Emilio Lopes  <eclig@gmx.net>
8064         * woman.el: Format- and whitespace-related changes.
8066 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
8068         * woman.el: Fix my email address.
8070 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8072         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8073         (sh-mode): Locally set skeleton-pair-default-alist.
8075         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8077         * progmodes/flymake.el: Require `compile' unconditionally.
8079         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8081         * woman.el (woman-file-name): Provide a default, not initial input.
8083         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8085         * font-lock.el (font-lock-support-mode): Doc fix.
8087         * descr-text.el (describe-property-list): Handle non-symbol prop names.
8089 2005-09-08  Richard M. Stallman  <rms@gnu.org>
8091         * simple.el (blink-matching-open): Get rid of text props from
8092         the string shown in echo area.  Don't permanently set point.
8093         Some rearrangements.
8095 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8097         * recentf.el (recentf-filename-handler): Add custom choice
8098         `abbreviate-file-name'.
8100         * msb.el (msb--very-many-menus): Fix typo.
8102         * disp-table.el (standard-display-european): Don't set
8103         enable-multibyte-characters to nil.
8105 2005-09-08  David Ponce  <david@dponce.com>
8107         * recentf.el (recentf-show-file-shortcuts-flag): New option.
8108         (recentf-expand-file-name): Doc fix.
8109         (recentf-dialog-mode-map): Define digit shortcuts.
8110         (recentf--files-with-key): New variable.
8111         (recentf-show-digit-shortcut-filter): New function.
8112         (recentf-open-files-items): New function.
8113         (recentf-open-files): Use it.
8114         (recentf-open-file-with-key): New command.
8116 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
8118         * buff-menu.el (Buffer-menu-sort-by-column): New function.
8119         Suggested by Kim F. Storm.
8120         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8121         (Buffer-menu-make-sort-button): Use global keymap.
8123 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
8125         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8126         (Man-getpage-in-background-advice): Remove defadvice; it isn't
8127         necessary any longer with the remapped command.
8128         (Man-bgproc-sentinel-advice): Remove defadvice which counts
8129         formatting time only.
8131         * net/tramp.el (tramp-action-password)
8132         (tramp-multi-action-password): Compile the password prompt from
8133         `method', `user' and `host'.  Sometimes it isn't obvious which
8134         password to enter, for example with remote files offered by
8135         recentf.el, or with multiple steps.  Suggested by Robert Marshall
8136         <robert@chezmarshall.freeserve.co.uk>.
8138 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8140         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8141         Fix regexp for when "s///" is at the beginning of line.
8143 2005-09-07  Jay Belanger  <belanger@truman.edu>
8145         * calc/calc-poly.el (math-expand-term): Multiply out any powers
8146         when in matrix mode.
8148 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8151         non-anonymous functions.
8153 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
8155         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8156         when using a header line.  Otherwise, use mouse-1-click-follows-link.
8158         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8159         can't be moved; don't signal an error.
8161 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
8163         * cus-theme.el (custom-theme-write-faces): Save the current face
8164         spec, not the defface spec.
8166         * custom.el (custom-known-themes): Clarify meaning of "standard".
8167         (custom-push-theme): Save old values in the standard theme.
8168         (disable-theme): Correct typo.
8169         (custom-face-theme-value) Deleted unused function.
8170         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8172 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8174         * progmodes/compile.el (compilation-goto-locus): Take into account
8175         iconified frames when determining whether the buffer is
8176         already visible.
8177         Don't reset window height if the window already existed.
8179 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8181         * custom.el (load-theme): Rename from require-theme.
8182         Add interactive spec.
8183         (enable-theme): Rename from custom-enable-theme.
8184         Add interactive spec.
8185         (disable-theme): Rename from custom-disable-theme.
8186         Add interactive spec.
8187         (custom-make-theme-feature): Doc fix.
8188         (custom-theme-directory): Doc fix.
8189         (provide-theme): Call enable-theme.
8191 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * obsolete/lazy-lock.el (lazy-lock-mode):
8194         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8195         font-lock-mode if it's off.  Print a warning instead.
8197         * progmodes/compile.el (compilation-start): Ignore errors if the
8198         process died before we get to send-eof.
8200         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8201         Undo last change.  Enclosing the result in quotes broke things on Unix
8202         since tex-send-command passes it through shell-quote-argument.
8203         (tex-send-command): Pass `file' through convert-standard-filename
8204         when possible.
8205         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8206         info in a transcript.
8208 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8210         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8211         fix compilation warning. Reorder the key definitions to group
8212         together keys emitted by the current version of xterm.
8214         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8215         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8216         Reorder predicates to correct min-color usage.
8218 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8220         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8221         Kill local variables when longlines-mode is turned off.
8223 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8225         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8227         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8229         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8231         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8232         (font-lock-lines-before): Change default to being inactive.
8233         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8234         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8236 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8238         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8239         Deactivate temporarily advice if active (not needed for Emacs 22,
8240         but for backwards compatibility).
8241         (tramp-exists-file-name-handler): Rewrite.  First implementation
8242         was too simple.
8243         (tramp-advice-make-auto-save-file-name):
8244         Call `tramp-handle-make-auto-save-file-name' (again, just for
8245         backwards compatibility).
8247 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8249         * progmodes/vhdl-mode.el
8250         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8251         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8252         (vhdl-set-default-project): New function (easier setting of default).
8253         (vhdl-port-copy): Handle extended identifiers for generics.
8254         (vhdl-compiler-alist): Better description for error message regexp.
8255         (vhdl-make): Query for target, use previous as default.
8256         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8257         (vhdl-font-lock-keywords-2): Fix fontification for record
8258         el. assign.
8259         (vhdl-speedbar-make-subpack-line): Add package body link.
8260         (vhdl-generate-makefile-1): Not include itself as dependency.
8261         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8262         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8263         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8264         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8265         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8266         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8267         (vhdl-import-project): Add string argument for `error'.
8268         (vhdl-compose-configuration)
8269         (vhdl-compose-configuration-architecture): Add configuration
8270         declaration generation.
8271         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8272         (vhdl-trailer-re): Add "record" keyword (better indentation).
8273         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8274         "[^ \t-\"]+".
8275         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8276         (vhdl-testbench-entity-file-name)
8277         (vhdl-testbench-architecture-file-name): Allow separate
8278         customization of testbench file names.
8279         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8280         (vhdl-get-visible-signals): Allow newline within alias declaration.
8281         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8282         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8283         (member-ignore-case): Alias for missing function in XEmacs.
8284         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8285         (vhdl-update-sensitivity-list): Ignore case on read signals.
8286         (vhdl-replace-string): Adjust case only for file names.
8287         (vhdl-update-sensitivity-list): Fix search for read signals.
8288         (vhdl-update-sensitivity-list): Exclude formal parameters.
8289         (vhdl-get-visible-signals): Include aliases of signals.
8290         (vhdl-get-visible-signals): Fix signal name searching.
8291         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8292         (vhdl-fixup-whitespace-region): Fix for character
8293         literals (e.g. ':').
8295 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8297         * ansi-color.el (comint-last-output-start):
8298         * bs.el (font-lock-verbose):
8299         * diff-mode.el (add-log-buffer-file-name-function):
8300         * dired-x.el (vm-folder-directory):
8301         * faces.el (help-xref-stack-item):
8302         * files.el (font-lock-keywords):
8303         * find-lisp.el (dired-buffers, dired-subdir-alist):
8304         * ido.el (cua-inhibit-cua-keys):
8305         * log-view.el (cvs-minor-wrap-function):
8306         * outline.el (font-lock-warning-face):
8307         * simple.el (compilation-current-error):
8308         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8309         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8310         * tooltip.el (comint-prompt-regexp):
8311         * w32-fns.el (explicit-shell-file-name):
8312         * term/mac-win.el (mac-charset-info-alist)
8313         (mac-services-selection, mac-system-script-code):
8314         * term/tty-colors.el (msdos-color-values):
8315         * term/w32-win.el (xlfd-regexp-registry-subnum):
8316         * term/x-win.el (x-keysym-table, x-selection-timeout)
8317         (x-session-id, x-session-previous-id):
8318         * textmodes/ispell.el (mail-yank-prefix):
8319         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8320         * textmodes/org.el (calc-embedded-close-formula)
8321         (calc-embedded-open-formula)
8322         (font-lock-unfontify-region-function):
8323         * textmodes/reftex-global.el (isearch-next-buffer-function)
8324         (TeX-master):
8325         * textmodes/reftex.el (font-lock-keywords):
8326         * textmodes/tex-mode.el (font-lock-comment-face)
8327         (font-lock-doc-face):
8328         * textmodes/texinfo.el (outline-heading-alist):
8329         Add defvars.
8331         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8332         (artist-spray-chars, artist-mode-init, artist-replace-string)
8333         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8334         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8335         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8337         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8338         (conf-align-assignments): "?\ " -> "?\s".
8340         * textmodes/reftex-index.el (TeX-master): Add defvar.
8341         (reftex-index-phrases-marker): Move up defvar.
8343         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8344         (reftex-toc-include-labels-indicator)
8345         (reftex-toc-include-index-indicator)
8346         (reftex-toc-max-level-indicator): Move up declarations.
8348         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8349         of args to `tramp-run-real-handler', even if it's empty in this case.
8351 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8353         * dired.el (dired-move-to-filename-regexp): Add date format for
8354         Mac OS X 10.3 in East Asian locales.
8356 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8358         * files.el (make-auto-save-file-name): Add file name handler call
8359         if applicable.
8361         * net/tramp.el (tramp-file-name-handler-alist)
8362         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8363         (tramp-handle-make-auto-save-file-name): Rename from
8364         `tramp-make-auto-save-file-name'.
8365         (tramp-exists-file-name-handler): New defun.
8366         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8367         `make-auto-save-file-name' is not a magic file name operation.
8369 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8371         * files.el (risky-local-variable-p):
8372         Match `-predicates' and `-commands.
8374         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8375         (custom-save-all): Visit the file if necessary;
8376         kill the buffer if we created it.
8377         (custom-save-delete): Don't visit file or kill buffer here.
8379 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8381         * textmodes/org.el (org-special-keyword): New face.
8382         (org-table-copy-down, org-table-eval-formula)
8383         (org-table-recalculate, org-init-section-numbers):
8384         Use `string-to-number' instead of `string-to-int'.
8385         (org-get-location): Use `insert-buffer-substring' instead of
8386         `insert-buffer'.
8387         (org-modify-diary-entry-string): New function.
8388         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8389         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8390         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8391         active region.
8392         (org-export-as-html): Handle QUOTE keyword.
8393         (org-quote-string): New option.
8394         (org-bookmark-jump-unhide): New function, used for
8395         `bookmark-after-jump-hook'.
8396         (org-diary-default-entry): Apply only when not called through
8397         `org-agenda'.
8399 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8401         * net/eudc.el (mode-popup-menu):
8402         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8403         * progmodes/ada-mode.el (compile-auto-highlight)
8404         (skeleton-further-elements):
8405         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8406         * progmodes/cmacexp.el (msdos-shells):
8407         * progmodes/compile.el (font-lock-extra-managed-props)
8408         (font-lock-keywords, font-lock-maximum-size)
8409         (font-lock-support-mode):
8410         * progmodes/grep.el (font-lock-lines-before):
8411         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8412         * progmodes/mixal-mode.el (compile-command):
8413         * progmodes/perl-mode.el (font-lock-comment-face)
8414         (font-lock-doc-face, font-lock-string-face):
8415         * progmodes/prolog.el (comint-prompt-regexp):
8416         * progmodes/sh-script.el (font-lock-comment-face)
8417         (font-lock-set-defaults, font-lock-string-face):
8418         * progmodes/sql.el (font-lock-keyword-face)
8419         (font-lock-set-defaults, font-lock-string-face):
8420         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8421         (itimer-version, lazy-lock-defer-contextually)
8422         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8423         Add defvars.
8425         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8426         (cperl-electric-keyword, cperl-electric-pod)
8427         (cperl-electric-backspace, cperl-forward-re)
8428         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8429         (vc-rcs-header, vc-sccs-header): Add defvars.
8431         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8432         (font-lock-syntactic-keywords, gud-find-expr-function):
8433         Add defvars.
8435         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8436         (gdb-frame-parameters): Declare before use.
8438         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8439         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8440         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8441         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8443         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8444         (idlwave-help-with-source): Use `insert-buffer-substring', not
8445         `insert-buffer'.
8447 2005-08-29  Juri Linkov  <juri@jurta.org>
8449         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8450         Put outline-back-to-heading function call inside save-excursion.
8452 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8454         * man.el (Man-init-defvars, Man-translate-references)
8455         (Man-support-local-filenames, Man-highlight-references):
8456         * progmodes/sql.el (sql-interactive-mode):
8457         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8459         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8460         (compilation-mode-font-lock-keywords): Add defvars.
8461         (checkdoc-interactive-loop): "?\ " -> "?\s".
8463         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8464         (font-lock-doc-face, font-lock-string-face)
8465         (font-lock-keywords-case-fold-search): Add defvars.
8466         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8468         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8469         Don't pass X and Y (they are ignored anyway).
8470         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8471         (mouse-delete-window): Make arguments optional.
8473         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8474         (caesar-translate-table, minor-modes, news-buffer-save)
8475         (news-group-name, news-minor-modes): Add defvars.
8477         * emacs-lisp/lselect.el (mouse-highlight-priority)
8478         (x-lost-selection-functions, zmacs-regions):
8479         * emacs-lisp/pp.el (font-lock-verbose):
8480         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8481         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8482         (ses-mode-map):
8483         * emacs-lisp/tcover-unsafep.el (safe-functions):
8484         * international/mule-cmds.el (mac-system-coding-system)
8485         (mac-system-locale):
8486         * language/ethio-util.el (rmail-current-message)
8487         (rmail-message-vector):
8488         * language/thai-util.el (thai-auto-composition-mode):
8489         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8490         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8491         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8492         (vm-primary-inbox, vm-spool-files):
8493         * mail/rmail.el (deleted-head, font-lock-fontified)
8494         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8495         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8496         (total-messages):
8497         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8498         (rmail-summary-mode-map):
8499         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8500         (rmail-last-label, rmail-last-multi-labels)
8501         (rmail-summary-vector, rmail-total-messages):
8502         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8503         * mail/rmailsum.el (msgnum):
8504         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8505         (rmail-current-message):
8506         * obsolete/fast-lock.el (font-lock-face-list):
8507         * obsolete/rnewspost.el (mail-reply-buffer):
8508         * obsolete/scribe.el (compile-command):
8509         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8511 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8513         * ibuf-ext.el (ibuffer-auto-update-changed):
8514         Use `frame-or-buffer-changed-p' to check whether we need to update.
8515         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8516         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8517         as a `frame-or-buffer-changed-p' state vector instead.
8519 2005-08-27  Romain Francoise  <romain@orebokech.com>
8521         * textmodes/makeinfo.el (makeinfo-compile):
8522         Use `compilation-start'.  Set `next-error-function' according to
8523         `disable-errors'.
8524         (makeinfo-next-error): New function.
8525         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8526         (makeinfo-buffer): Likewise.
8528         * progmodes/compile.el (compilation-start): Add autoload cookie.
8530         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8531         * textmodes/sgml-mode.el: Likewise.
8532         * progmodes/python.el: Likewise.
8534 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8536         * simple.el (blink-matching-paren-distance): Document the meaning
8537         of nil value, and allow to customize to nil.
8539         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8540         command.com, not command.exe.
8542 2005-08-26  John Wiegley  <johnw@newartisans.com>
8544         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8545         code around a bit so that an extraneous nil argument is not added
8546         to a command when no args are given.
8548         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8549         double-quoted argument resolves to nil, return it as an empty
8550         string rather than as nil.  This made it impossible to pass "" to
8551         a shell script as a null string argument.
8553 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * outline.el (outline-invent-heading): New fun.
8556         (outline-promote, outline-demote): Use it.
8557         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8558         (outline-end-of-subtree): Remove unused var `opoint'.
8560 2005-08-26  David Reitter  <david.reitter@gmail.com>
8562         * menu-bar.el (truncate-lines, write-file, print-buffer)
8563         (ps-print-buffer-faces, ps-print-buffer, split-window):
8564         Disable menu items when the frame they refer to is invisible, or when
8565         they refer to a buffer and the minibuffer is selected.
8567 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8569         * progmodes/flymake.el (flymake-highlight-err-lines):
8570         Use save-excursion around flymake-highlight-line to preserve point.
8572 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8574         * progmodes/octave-mod.el: Change Author and Maintainer address.
8575         (octave-maintainer-address): Change Kurt's email address.
8576         * progmodes/octave-inf.el: Change Author and Maintainer address.
8577         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8579 2005-08-26  Kim F. Storm  <storm@cua.dk>
8581         * subr.el (version-list-<, version-list-<=, version-list-=):
8582         Rename from integer-list-*.
8583         (version-list-not-zero): Likewise.  Fix while loop.
8584         (version=): Use version-list-= instead of string-equal.
8586 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8588         * outline.el (outline-promote): Try shortening the heading.
8589         As last resort, read the heading to use.
8590         (outline-demote): As last resort, read the heading to use.
8592 2005-08-26  Romain Francoise  <romain@orebokech.com>
8594         * progmodes/compile.el (compilation-start): Doc fix.
8596         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8597         (antlr-font-lock-additional-keywords): Fix reference to
8598         `antlr-font-lock-literal-regexp' erroneously changed during the
8599         mass face rename.
8600         (antlr-run-tool): Use `compilation-start'.
8602         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8603         instead of the obsolete `compile-internal'.
8605 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8607         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8608         (number, original-date):
8609         * calendar/cal-china.el (date):
8610         * calendar/cal-coptic.el (date):
8611         * calendar/cal-french.el (date):
8612         * calendar/cal-hebrew.el (date, entry, number, original-date):
8613         * calendar/cal-islam.el (date, number, original-date):
8614         * calendar/cal-iso.el (date):
8615         * calendar/cal-julian.el (date):
8616         * calendar/cal-mayan.el (date):
8617         * calendar/cal-menu.el (date, event):
8618         * calendar/cal-persia.el (date):
8619         * calendar/lunar.el (date):
8620         * calendar/solar.el (date): Add defvars.
8622         * emerge.el:
8623         * ibuffer.el:
8624         * info-xref.el:
8625         * obsolete/bg-mouse.el:
8626         * obsolete/sun-curs.el:
8627         * obsolete/swedish.el: Move the `defvar's to the top level.
8629         * smerge-mode.el (smerge-refined-change): Add :group.
8631 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8634         (smerge-keep-n): Remove props.
8635         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8636         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8637         now that it's done in smerge-keep-n.
8638         (smerge-refined-change): New face.
8639         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8640         (smerge-refine): New funs.
8641         (smerge-basic-map): Bind smerge-refine.
8643 2005-08-25  Juri Linkov  <juri@jurta.org>
8645         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8646         compilation-process-setup-function and compilation-disable-input
8647         in grep-mode instead of let-bindings in grep.
8649         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8650         Delete "Automatic File De/compression" (auto-compression-mode).
8652 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8654         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8655         Silence warning about non-existent variable.
8657 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8659         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8660         Rename "Describe Key" to "Describe Key or Mouse Operation".
8662         * mail/mailalias.el (build-mail-aliases): Delete comments
8663         from the contents before processing them.
8665         * isearch.el (isearch-edit-string): Erase the Search prompt
8666         if user enters an empty string and there is no default.
8668         * comint.el (comint-file-name-prefix): Add autoload.
8670 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8672         * subr.el (play-sound): Rearrange to avoid warning.
8674 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8676         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8677         New hook.
8678         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8680 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8684         * custom.el (custom-theme-set-variables): Sort minor modes last.
8686 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8688         * subr.el (version-separator, version-regexp-alist): New vars used by
8689         version comparison funs.
8690         (integer-list-<, integer-list-=, integer-list-<=)
8691         (integer-list-not-zero): New funs for integer list comparison.
8692         (version-to-list, version=, version<, version<=): New funs for version
8693         comparison.
8695 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8697         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8698         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8699         time to silence the byte-compiler.
8701         * ibuffer.el (ibuffer-compile-make-eliding-form)
8702         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8703         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8704         so it's silly to get warnings for it).
8705         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8706         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8707         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8708         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8709         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8710         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8711         Defvar at compile time.
8712         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8713         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8714         Declare them before use.
8716         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8717         (info-xref-good, info-xref-bad): Defvar at compile time.
8719         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8720         Use `let*' instead of `let'.
8722         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8723         (*mouse-y*, menu, char): Defvar at compile time.
8724         (sc::menu): Declare it before use.
8725         (sc::pack-one-line): Use `let', not `let*'.
8727         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8728         (mail-send-hook): Defvar at compile time.
8730         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8731         Defvar at compile time.
8733         * term/sun-mouse.el (current-global-mousemap)
8734         (current-local-mousemap): Declare them before use.
8736 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8738         * bookmark.el (bookmark-after-jump-hook): New hook.
8739         (bookmark-jump): Run `bookmark-after-jump-hook'.
8741 2005-08-23  Juri Linkov  <juri@jurta.org>
8743         * faces.el (minibuffer-prompt): Doc fix.
8745 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8747         * progmodes/xscheme.el: Trivial changes to silence warnings.
8748         (xscheme-previous-mode, xscheme-previous-process-state):
8749         Add defvars.
8750         (xscheme-last-input-end, xscheme-process-command-line)
8751         (xscheme-process-name, xscheme-buffer-name)
8752         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8753         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8754         (xscheme-control-g-synchronization-p)
8755         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8756         (default-xscheme-runlight, xscheme-runlight)
8757         (xscheme-runlight-string, xscheme-process-filter-state)
8758         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8759         Move to beginning of file.
8760         (scheme-interaction-mode-commands-alist)
8761         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8762         Declare them before use.  Note: the initialization code for the variables
8763         has not been moved because it uses functions that reference the variables.
8764         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8765         (xscheme-prompt-for-expression-map): Declare them before use.
8766         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8768 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8770         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8772 2005-08-22  Juri Linkov  <juri@jurta.org>
8774         * faces.el (set-face-underline): Delete this duplicate function
8775         and make an obsolete alias to set-face-underline-p.
8776         (set-face-underline-p): Use docstring of set-face-underline.
8777         (describe-face): Create hyperlink to parent face.
8779         * info.el (Info-insert-dir): Use save-excursion around
8780         insert-buffer-substring.
8781         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8782         (Info-escape-percent): Delete function.
8783         (Info-fontify-node): Replace Info-escape-percent by
8784         replace-regexp-in-string with REP arg set to lambda that
8785         duplicates `%' and preserves text properties.
8787         * progmodes/compile.el (compilation-disable-input): Doc fix.
8788         (define-compilation-mode): Doc fix and refill.
8789         (kill-compilation): Use `mode-name' in the error message.
8790         (compilation-find-file): Use `compilation-error' in the
8791         read-file-name's prompt.
8793 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8795         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8796         (smerge-auto-leave): Make undo re-enable the mode.
8797         (debug-ignored-errors): Add the user-error of impossible resolution.
8798         (smerge-resolve): Move things around a bit, in preparation for later.
8799         (smerge-diff): Don't fail if the buffer has no associated file.
8800         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8801         (smerge-conflict-overlay): New function.
8802         (smerge-match-conflict): Don't add text properties here.
8803         (smerge-find-conflict): Instead, add an overlay here.
8804         Also check for the case where we're inside a conflict already, so as to
8805         obviate the need for font-lock-multiline, which is unbearably slow with
8806         large conflicts and ciomplex font-lock patterns.
8807         (smerge-remove-props): Remove overlay rather than text-properties.
8808         (smerge-mode): Don't set font-lock-multiline.
8809         Remove overlays when turned off.
8811 2005-08-21  Kim F. Storm  <storm@cua.dk>
8813         * ido.el (ido-ignore-item-p): Use save-match-data.
8814         Bind case-fold-search to ido-case-fold locally.
8816 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8818         * files.el (normal-mode): If font lock is on, turn it off and on.
8820         * subr.el (replace-regexp-in-string): Doc fix.
8822         * startup.el (command-line-1): Don't suppress startup screen
8823         due to existing processes.
8825         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8827         * progmodes/compile.el (compilation-disable-input): Default to nil.
8829 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8831         * progmodes/compile.el (compilation-disable-input): New defcustom.
8832         (compilation-start): If compilation-disable-input is non-nil, send
8833         EOF to the compilation process.
8835 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8837         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8838         Run the argument of tex-shell-cd-command through
8839         convert-standard-filename, to get the correct style of slashes on
8840         Windows, and enclose the result in quotes, in case the file name
8841         includes whitespace or other special characters.
8843 2005-08-19  Andreas Schwab  <schwab@suse.de>
8845         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8846         process.
8848 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8850         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8852 2005-08-18  Kim F. Storm  <storm@cua.dk>
8854         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8856 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8858         * scroll-lock.el: New file.
8860 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8862         * dired.el (dired-move-to-end-of-filename):
8863         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8865 2005-08-18  Kim F. Storm  <storm@cua.dk>
8867         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8868         rather than toggle mode when custom value is nil.
8869         (ido-everywhere): Fix defun doc string.
8871 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8873         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8874         as tag instead of "Inviolable".
8876 2005-08-17  Kim F. Storm  <storm@cua.dk>
8878         * windmove.el (windmove-coordinates-of-position): Remove.
8879         (windmove-coordinates-of-window-position): Remove.
8880         (windmove-reference-loc): Use posn-at-point instead.
8882         * subr.el (insert-for-yank-1): Doc fix.
8884         * ido.el (ido-enter-matching-directory): Rename from
8885         ido-enter-single-matching-directory.  Change `slash' choice to
8886         `only'.  Add `first' choice.
8887         (ido-exhibit): Adapt to above changes.
8889 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8891         * Makefile.in: Expand comment about building loaddefs.el.
8893 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8895         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8896         Comment use of defadvice.
8898         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8900 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8902         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8903         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8904         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8905         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8906         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8907         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8908         for backward compatibility for faces that did not appear in the
8909         previous Emacs release.
8911         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8913 2005-08-15  Kim F. Storm  <storm@cua.dk>
8915         * emulation/cua-base.el (cua-delete-region): Return t if
8916         deleted region was non-empty.
8917         (cua-replace-region): Inhibit overwrite-mode for
8918         self-insert-command if replaced region was non-empty.
8919         (cua--explicit-region-start, cua--status-string): Make them
8920         buffer-local at top-level...
8921         (cua-mode): ...rather than when mode is enabled.
8923 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8925         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8926         Set t for Emacs 21, 22, and so on.
8928 2005-08-15  David Ponce  <david@dponce.com>
8930         * tree-widget.el: Update Commentary header.
8931         (tree-widget-theme): Doc fix.
8932         (tree-widget-space-width): New option.
8933         (tree-widget-image-properties): Look up in the default theme too.
8934         (tree-widget--cursors): Only for images with arrow pointer shape.
8935         (tree-widget-lookup-image): Pointer shape is hand by default.
8936         (tree-widget-icon): Rename generic icon widget from
8937         `tree-widget-control'.
8938         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8939         derive from `tree-widget-icon'.
8940         (tree-widget-handle): Improve default look and feel of the text
8941         representation.
8942         (tree-widget): Rename :*-control properties to :*-icon properties.
8943         Add :action and :help-echo properties.
8944         (tree-widget-after-toggle-functions): Move.
8945         (tree-widget-close-node, tree-widget-open-node): Remove.
8946         (tree-widget-before-create-icon-functions): New hook.
8947         (tree-widget-value-create): Update to allow customization of icons
8948         and nodes at run-time via that new hook.
8949         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8950         (tree-widget-icon-action, tree-widget-icon-help-echo)
8951         (tree-widget-action, tree-widget-help-echo): New functions.
8953 2005-08-15  Kim F. Storm  <storm@cua.dk>
8955         * ido.el (ido-buffer-internal): Use with-no-warnings.
8956         (ido-make-merged-file-list): Use while-no-input.
8958 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8960         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8961         (flyspell-large-region): Fix doc and custom type.
8963 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8965         * files.el (interpreter-mode-alist): Doc fix.
8967         * mail/rmail.el (rmail-nonignored-headers): New variable.
8968         (rmail-clear-headers): Use it.
8969         (rmail-reply): Better handling of mail-followup-to header.
8971         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8972         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8973         don't try to refer to executable-font-lock-keywords.
8974         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8975         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8976         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8977         (sh-mode): Set comment-start-skip, local-abbrev-table,
8978         imenu-case-fold-search.
8979         (sh-set-shell): Don't set them here.
8980         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8981         Don't cache the results in the original alist; don't ever modify
8982         that alist.
8984         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8986         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8987         empty.
8989 2005-08-15  Andreas Schwab  <schwab@suse.de>
8991         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8993         * dired.el, info.el, mail/rmail.el: Revert last change.
8995 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8997         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8998         modification in `eval-after-load' form.
8999         * info.el: Likewise.
9000         * mail/rmail.el: Likewise.
9002 2005-08-14  Juri Linkov  <juri@jurta.org>
9004         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9005         Remove highlighting of "Compilation started".  Highlight only
9006         the word "finished" in "Compilation finished".  Add highlighting
9007         of "interrupt", "killed", "terminated" and the exit code.
9008         (compilation-start): Add newline after header.  Use exactly the
9009         same time stamp format as the finishing message.
9010         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9012         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9013         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9014         Add highlighting of "interrupt", "killed", "terminated".
9016         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9017         enabled and the current command is self-insert-command, call it
9018         explicitly with overwrite-mode bound to nil, to not allow it
9019         to delete the character after the selected region.
9021 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
9023         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9024         move-end-of-line, end-of-line, and beginning-of-line to the list
9025         of commands after which the echo area is updated.
9027 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
9029         * cus-edit.el (custom-save-all, custom-save-delete):
9030         Bind recentf-exclude to exclude custom-file.
9032 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
9034         * mail/rmailsum.el (rmail-summary-end-of-message): New command
9035         to go to the bottom of the mail message.  Added to
9036         `rmail-summary-mode-map' with key "/".
9037         (rmail-summary-show-message): New (internal) function for use by
9038         both `rmail-summary-beginning/end-of-message'.
9039         (rmail-summary-beginning-of-message): Change to use
9040         rmail-summary-show-message.
9042         * mail/rmail.el (rmail-end-of-message): New command to go to the
9043         end of the current message.  Added to `rmail-mode-map' with key "/".
9044         (rmail-beginning-of-message): Fix to work as documented.
9045         (rmail-mode): Change documentation.
9047         * progmodes/compile.el (compilation-start): Add the line
9048         "Compilation started" with compilation start time.
9049         (compilation-mode-font-lock-keywords): Add `started' to keywords.
9051 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
9053         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9054         of menu items.
9056 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9058         * simple.el (pop-global-mark): Reverse test of widen-automatically.
9060         * battery.el (battery-status-function): Don't use ignore-errors.
9062 2005-08-11  Lute Kamstra  <lute@gnu.org>
9064         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9065         define-obsolete-variable-alias.
9067 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9069         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9070         (ange-ftp-send-cmd): Revert last change, and expand
9071         the comment explaining the problem.
9073 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
9075         * ldefs-boot.el: Update.
9077         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9078         item to "Time, Load and Mail".  Change help echo text.
9080         * time.el (display-time-use-mail-icon, display-time-format)
9081         (display-time-string-forms): Shorten first line of docstrings.
9083 2005-08-10  Lars Hansen  <larsh@soem.dk>
9085         * desktop.el (desktop-buffer-mode-handlers):
9086         Make non-customizable. Add autoload cookie.  Change initial value to
9087         nil; add elements in respective modules instead.  Fix doc string.
9088         (desktop-load-file): New function.
9089         (desktop-minor-mode-handlers): New autoloaded variable.
9090         (desktop-create-buffer): Call minor mode handlers.
9091         Use desktop-load-file to load major and minor mode modules prior to
9092         checking for a handler.
9093         (desktop-save): Don't add nil to desktop-minor-modes for minor
9094         modes with nil function in desktop-minor-mode-table.  Don't delete
9095         desktop file before rewriting it.
9096         (desktop-locals-to-save): Add autoload cookie.  Don't make
9097         automatically buffer-local.  Add variables column-number-mode,
9098         size-indication-mode, indent-tabs-mode,
9099         indicate-buffer-boundaries, indicate-empty-lines and
9100         show-trailing-whitespace.
9101         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9102         regexps. Don't use desktop-clear-preserve-buffers-regexp.
9103         (desktop-clear-preserve-buffers-regexp): Delete.
9104         (desktop-clear-preserve-buffers): Update initial value and docstring.
9105         (desktop-save-buffer): Fix doc string.
9107         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9108         (hilit-chg-desktop-restore): New function.
9109         (highlight-changes-mode): Add highlight-changes-mode to
9110         desktop-locals-to-save.
9112         * dired.el: Add handler to desktop-buffer-mode-handlers.
9113         (dired-restore-desktop-buffer): Remove autoload cookie.
9114         (dired-mode): Add autoload cookie.
9116         * info.el: Add handler to desktop-buffer-mode-handlers.
9117         (Info-restore-desktop-buffer): Remove autoload cookie.
9118         (Info-mode): Add autoload cookie.
9120         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9121         (mh-restore-desktop-buffer): Remove autoload cookie.
9122         (mh-folder-mode): Add autoload cookie.
9124         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9125         (rmail-restore-desktop-buffer): Remove autoload cookie.
9127 2005-08-11  Masatake YAMATO  <jet@gyve.org>
9129         * hexl.el (hexl-address-region):
9130         (hexl-ascii-region, hexl-font-lock-keywords):
9131         (hexl-highlight-line-range): Use the term "region"
9132         instead of "area" for consistency with the other symbols
9133         defined in hexl.el.
9135 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
9137         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9138         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9139         out by Juri Linkov).  Add `display-battery-mode'.
9141 2005-08-09  Juri Linkov  <juri@jurta.org>
9143         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9144         Remove `-text' from face variable names.
9145         (compilation-error-file-name, compilation-warning-file-name)
9146         (compilation-info-file-name): Delete faces.
9147         (compilation-line-number, compilation-column-number):
9148         Remove face underlining.
9149         (compilation-message-face): Set to `underline' value by default.
9150         (compilation-error-face, compilation-warning-face)
9151         (compilation-info-face): Remove `-file-name' from face names.
9152         (compilation-error-text-face, compilation-warning-text-face)
9153         (compilation-info-text-face): Delete face variables.
9154         (compilation-text-face): Delete function.
9156         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9157         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9158         (grep-error-face): Set to `compilation-error' instead of
9159         `compilation-error-face' (which is redefined to `grep-hit-face' in
9160         grep buffers).
9161         (grep-mode-font-lock-keywords): Remove `-text' from face variable
9162         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
9164         * dired-aux.el (dired-do-query-replace-regexp):
9165         Use `query-replace-read-args'.
9167         * replace.el (query-replace-read-from, query-replace-read-to)
9168         (query-replace-read-args): Rename arg `string' to `prompt'.
9170         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9172 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9174         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9175         uploading files.
9176         (ange-ftp-canonize-filename): Handle file names beginning with ~
9177         correctly.
9179 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9181         * textmodes/fill.el (canonically-space-region)
9182         (fill-context-prefix, fill-french-nobreak-p)
9183         (fill-delete-newlines, fill-comment-paragraph)
9184         (justify-current-line): "?\ " -> "?\s".
9186 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9188         * textmodes/fill.el (fill-nonuniform-paragraphs):
9189         Improve argument/docstring consistency.
9191 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9193         * textmodes/ispell.el (ispell-word): More fboundp checks.
9195         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9196         (find-file-noselect-1): Call it here, only if RAWFILE.
9197         (normal-mode): Always set some major mode.
9198         (save-some-buffers-action-alist): Change some explanation strings.
9199         (file-name-non-special): In the `quote' method, use unwind-protect.
9201 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9203         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9204         (ispell-have-aspell-dictionaries): New variable.
9205         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9206         (ispell-get-aspell-config-value): New function.
9207         (ispell-aspell-find-dictionary): New function.
9208         (ispell-aspell-add-aliases): New function.
9209         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9210         appropriate.  Don't look for ispell dictionaries if we use aspell.
9211         (ispell-menu-map): Don't build a submenu of dictionaries.
9213 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9215         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9216         (sql-read-passwd): Use read-passwd.
9218         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9219         (idlwave-toolbar-is-possible): Add defvars.
9221         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9222         Avoid warnings.
9224         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9225         (idlwave-system-class-info, idlwave-executive-commands-alist):
9226         Use defvar.
9228         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9230         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9231         Avoid warnings.
9233         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9234         and content-type: headers.
9236         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9238         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9239         and rename some of them to be more self-explanatory.
9241         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9243         * startup.el (command-line-1): Implement -scriptload.
9245         * replace.el (occur-engine): Initial *Occur* output not undoable.
9247         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9248         and improve help strings.
9250         * isearch.el (isearch-repeat): When changing direction,
9251         mark search successful.
9253         * ediff-init.el: Use (featurep 'xemacs).
9255         * comint.el (send-invisible): Identify buffer, if not selected.
9257         * align.el: Delete autoload for c-guess-basic-syntax.
9259 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9261         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9262         Improve argument/docstring consistency.  Doc fixes.
9263         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9264         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9265         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9266         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9267         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9268         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9269         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9270         Defvar at compile time.
9272 2005-08-09  Juri Linkov  <juri@jurta.org>
9274         * info.el: Replace `info' with upper-case `Info' where appropriate.
9275         (info-title-1, info-title-2, info-title-3, info-title-4)
9276         (info-menu-header): Move up face definitions.
9277         (info-menu-star): Rename from `info-menu-5'.
9278         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9279         (Info-fontify-visited-nodes): Fix docstring.
9280         (Info-hide-note-references): Fix docstring.
9281         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9282         menu items in the same way as on cross-references.
9283         (info-apropos): Fix sorting order and formatting to be like in the
9284         stand-alone Info browser.  Display error messages for 1 sec.
9285         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9286         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9287         from the menu bar.
9288         (Info-insert-dir): Restore point after calling
9289         `insert-buffer-substring'.
9291 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9293         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9294         (recompute-lucid-menubar): Add defvars.
9296         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9298         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9300         * net/net-utils.el (run-dig): Rename from `dig'.
9302         * play/gametree.el (gametree-mode): Use make-local-variable,
9303         not make-variable-buffer-local.
9305         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9307         * ansi-color.el (ansi-color-make-extent)
9308         (ansi-color-set-extent-face): Use fboundp, not functionp.
9310         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9311         not make-variable-buffer-local.
9313         * bookmark.el (Info-current-file): Add defvar.
9314         (bookmark-jump-noselect): Use with-no-warnings.
9316         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9318         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9320         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9322         * find-file.el (ada-procedure-start-regexp)
9323         (ada-package-start-regexp): Add defvars.
9325         * info.el (Info-insert-dir): Use insert-buffer-substring.
9327         * xml.el (xml-att-def-re): Add defvar.
9329         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9330         calling convention.
9332         * subr.el (while-no-input): Return t if there is input.
9334 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9336         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9338 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9340         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9341         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9343 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9345         * cmuscheme.el (scheme-start-file): Replace reference to
9346         `user-emacs-directory' by "~/.emacs.d/".
9348 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9350         * info.el (Info-dir-remove-duplicates): Avoid case folding
9351         in loop; instead, keep downcased strings for comparison.
9352         Suggested by Helmut Eller.
9354 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9356         Sync with Tramp 2.0.50.
9358         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9359         XEmacs case; not necessary anymore.
9360         (tramp-user-regexp): Allow "@" as part of user name.
9361         (tramp-handle-set-visited-file-modtime)
9362         (tramp-handle-insert-file-contents)
9363         (tramp-handle-write-region): No special handling for
9364         `last-coding-system-used, because this is done in
9365         `tramp-accept-process-output' now.
9366         (tramp-accept-process-output): New defun.
9367         (tramp-process-one-action, tramp-process-one-multi-action)
9368         (tramp-wait-for-regexp, tramp-wait-for-output)
9369         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9370         Howells <dhowells@redhat.com>.
9371         (clear-visited-file-modtime): Defadvice removed.  The check for
9372         unset buffer's modtime does not need to be based on
9373         `tramp-buffer-file-attributes'.  Suggested by RMS.
9374         (tramp-message): Insert "\n" if not being at beginning of line.
9375         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9376         sequence with same logic.
9377         (tramp-completion-handle-expand-file-name): Discard call of
9378         `tramp-drop-volume-letter'.  It is not necessary, and there have
9379         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9380         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9381         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9382         should always be visible.
9383         (tramp-handle-insert-directory, tramp-setup-complete)
9384         (tramp-set-process-query-on-exit-flag)
9385         (tramp-append-tramp-buffers): Pacify byte-compiler.
9386         (tramp-bug): Delete non-existing variables from list.
9387         Apply `tramp-load-report-modules' as pre-hook.
9388         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9389         `shell-prompt-pattern' because of non-7bit characters.
9390         Reported by Sebastian Luque <sluque@mun.ca>.
9391         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9392         (tramp-match-string-list): Remove function.
9393         (tramp-wait-for-regexp): Remove call of that function.
9394         Suggested by Kim F. Storm <storm@cua.dk>.
9395         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9396         instead of octal character code ?\600.  The latter resulted in a
9397         syntax error with XEmacs.
9399         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9400         XEmacs case; not necessary anymore.
9401         (tramp-smb-handle-write-region): No special handling for
9402         `last-coding-system-used, because this is done in
9403         `tramp-accept-process-output' now.
9404         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9406 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9408         * wid-edit.el (widget-choice-value-create):
9409         Unconditionally respect user choice.  Set :explicit-choice back to nil
9410         when no longer needed.
9411         (widget-choice-action): Unconditionally respect user choice.
9412         Eliminate :explicit-choice-value.
9414         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9416         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9417         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9418         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9419         running new function `toggle-indicate-empty-lines'.
9420         Rename "Customize" item to "Customize fringe".
9421         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9422         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9423         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9424         Delete "Empty lines only" item.
9425         (menu-bar-showhide-fringe-ind-customize): New function.
9426         (menu-bar-showhide-fringe-ind-mixed)
9427         (menu-bar-showhide-fringe-ind-box)
9428         (menu-bar-showhide-fringe-ind-right)
9429         (menu-bar-showhide-fringe-ind-left)
9430         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9431         instead of `fringe-indicators'.
9433 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9435         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9436         Change the date of last update.
9438 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9440         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9441         (viper-exec-yank, viper-put-back): Don't display modification msg
9442         if in the minibuffer.
9444         * viper-init.el (viper-replace-overlay-cursor-color)
9445         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9446         Make variables frame local.
9448         * viper-util.el (viper-append-filter-alist): Use append instead of
9449         nconc.
9451         * viper.el (viper-vi-state-mode-list)
9452         (viper-emacs-state-mode-list): Move help-mode and
9453         completion-list-mode from the first list to the second.
9454         (viper-mode): Docstring.
9455         (viper-go-away, viper-non-hook-settings): Don't localize
9456         minor-mode-alist in newer Emacsen.  Add advice to
9457         set-cursor-color.  Don't bind "\C-c\\".
9459 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9461         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9462         (scheme-macro-expand-command): New user options.
9463         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9464         (scheme-form-at-point, scheme-start-file)
9465         (scheme-interactively-start-process): New functions.
9466         (scheme-get-process): New function, extracted from `scheme-proc'.
9467         (run-scheme): Call `scheme-start-file' to get start file, and pass
9468         it to `make-comint'.
9469         (switch-to-scheme, scheme-proc):
9470         Call `scheme-interactively-start-process' if no Scheme buffer/process
9471         is available.
9473 2005-08-06  Juri Linkov  <juri@jurta.org>
9475         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9476         Use `compilation-text-face', `compilation-info-text-face' and
9477         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9478         (compilation-error): New face.
9479         (compilation-error-file-name): Inherit from
9480         `compilation-error' instead of `font-lock-warning-face'.
9481         (compilation-warning-file-name): Inherit from
9482         `compilation-warning' instead of `font-lock-warning-face'.
9483         (compilation-info, compilation-error-file-name)
9484         (compilation-warning-file-name, compilation-info-file-name)
9485         (compilation-line-number, compilation-column-number): Doc fix.
9486         (compilation-error-text-face, compilation-warning-text-face)
9487         (compilation-info-text-face): New face variables.
9488         (compilation-line-face, compilation-column-face)
9489         (compilation-enter-directory-face)
9490         (compilation-leave-directory-face): Doc fix.
9491         (compilation-text-face): New function.
9493         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9494         instead of 1 to display binary file names as info file links.
9495         (grep-error-face): Use `compilation-error-face' instead of
9496         `font-lock-keyword-face'.
9497         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9498         and `compilation-warning-text-face' instead of
9499         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9500         instead of `grep-error-face'.
9502 2005-08-05  Kenichi Handa  <handa@m17n.org>
9504         * international/code-pages.el: Add autoload cookies for all coding
9505         systems.
9507 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9509         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9511 2005-08-04  Juri Linkov  <juri@jurta.org>
9513         * progmodes/compile.el (compilation-mode-map):
9514         * progmodes/grep.el (grep-mode-map):
9515         Bind TAB to `compilation-next-error' and [backtab] to
9516         `compilation-previous-error'.
9518         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9519         matching line numbers, column numbers and their ranges with regexp
9520         matching only line numbers.
9521         (grep-context-face): New face variable.
9522         (grep-mode-font-lock-keywords): Use it.
9524         * faces.el (read-face-name): Delete duplicate faces.
9526 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9528         * thumbs.el (thumbs-find-image): Don't make variables
9529         automatically buffer local.
9530         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9531         (thumbs-image-num): Make automatically buffer local.
9532         (thumbs-show-thumbs-list): Use `make-local-variable', not
9533         `make-variable-buffer-local'.
9534         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9536         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9537         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9538         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9539         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9540         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9541         (feelings-about, foullst, found, hello, history, howareyoulst)
9542         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9543         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9544         (neglst, obj, object, owner, please, problems, qlist)
9545         (random-adjective, relation, remlst, repetitive-shortness)
9546         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9547         (shortlst, something, sportslst, stallmanlst, states, subj)
9548         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9549         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9550         Defvar at compile time.
9552         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9553         not `make-variable-buffer-local'.
9555 2005-08-02  Kim F. Storm  <storm@cua.dk>
9557         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9558         rectangle overlay in selected window.
9560 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9562         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9563         instead of display group.  Make `indicate-buffer-boundaries'
9564         customizable through Custom.
9566 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9568         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9569         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9570         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9571         (gdb-put-string): Fix typos in docstrings.
9573 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9575         Update copyright notices of files in progmodes directory for
9576         release of Emacs 22.1.
9578         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9580         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9581         Don't barf if the GUD buffer has been killed.
9583 2005-08-01  Kim F. Storm  <storm@cua.dk>
9585         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9587 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         * simple.el (next-error-follow-minor-mode):
9590         make-variable-buffer-local -> make-local-variable.
9592         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9594         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9595         (byte-compile-form-make-variable-buffer-local): New functions to warn
9596         about misuses of make-variable-buffer-local where make-local-variable
9597         was meant.
9599 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9601         * bs.el (bs-attributes-list): Doc fix.
9602         (bs): Update url-link.
9604         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9605         (desktop-load-default): Simplify.
9607         * ibuffer.el (ibuffer-columnize-and-insert-list)
9608         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9609         (ibuffer-unmark-all, ibuffer-toggle-marks)
9610         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9611         (ibuffer-compile-make-format-form, ibuffer-format-column)
9612         (ibuffer-current-buffers-with-marks)
9613         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9614         (ibuffer): Doc fix.
9615         (ibuffer-mode): Fix typo in docstring.
9616         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9617         with `define-obsolete-variable-alias'.
9618         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9620 2005-07-29  Kenichi Handa  <handa@m17n.org>
9622         * international/mule-cmds.el (select-message-coding-system):
9623         Be sure to use LF for end-of-line.  If no coding system is decided,
9624         return iso-8859-1-unix.
9626 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9629         (ange-ftp-pending-error-line): New vars.
9630         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9631         to handle the non-fatal no-route-to-host messages.
9632         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9634 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9636         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9637         (isearch-quote-char, isearch-printing-char)
9638         (isearch-text-char-description): "?\ " -> "?\s".
9639         (isearch-lazy-highlight-cleanup)
9640         (isearch-lazy-highlight-initial-delay)
9641         (isearch-lazy-highlight-interval)
9642         (isearch-lazy-highlight-max-at-a-time)
9643         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9644         Declare with define-obsolete-*-alias macros.
9645         (isearch-forward): Fix typo in docstring.
9646         (search-invisible, search-ring-yank-pointer)
9647         (regexp-search-ring-yank-pointer): Doc fixes.
9649         * recentf.el (recentf-menu-append-commands-p): Declare with
9650         `define-obsolete-variable-alias'.
9651         (recentf-max-saved-items, recentf-menu-filter)
9652         (recentf-arrange-by-rule-subfilter): Doc fixes.
9653         (recentf-menu-append-commands-flag)
9654         (recentf-initialize-file-name-history, recentf-expand-file-name)
9655         (recentf-clear-data): Fix typos in docstrings.
9657 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9659         * progmodes/gdb-ui.el: Smarten comments.
9660         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9662 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9664         * term/apollo.el (terminal-init-apollo): New function containing
9665         all former top level forms in the file.
9666         * term/bobcat.el (terminal-init-bobcat):
9667         * term/cygwin.el (terminal-init-cygwin):
9668         * term/iris-ansi.el (terminal-init-iris-ansi):
9669         * term/linux.el (terminal-init-linux):
9670         * term/news.el (terminal-init-news):
9671         * term/rxvt.el (terminal-init-rxvt):
9672         * term/sun.el (terminal-init-sun):
9673         * term/tvi970.el (terminal-init-tvi970):
9674         * term/vt100.el (terminal-init-vt100):
9675         * term/vt102.el (terminal-init-vt102):
9676         * term/vt125.el (terminal-init-vt125):
9677         * term/vt200.el (terminal-init-vt200):
9678         * term/vt201.el (terminal-init-vt201):
9679         * term/vt220.el (terminal-init-vt220):
9680         * term/vt240.el (terminal-init-vt240):
9681         * term/vt300.el (terminal-init-vt300):
9682         * term/vt320.el (terminal-init-vt320):
9683         * term/vt400.el (terminal-init-vt400):
9684         * term/vt420.el (terminal-init-vt420):
9685         * term/wyse50.el (terminal-init-wyse50):
9686         * term/xterm.el (terminal-init-xterm): Likewise.
9688         * term/README: Describe the terminal-init-* functionality.
9690         * startup.el (command-line): After loading the terminal initialization
9691         file call the corresponding terminal initialization function.
9693 2005-07-27  Kenichi Handa  <handa@m17n.org>
9695         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9696         negative.
9698         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9699         (ps-mule-composition-prologue): Fix for the case that
9700         RelativeCompose is false.
9702 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9704         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9706         * descr-text.el (describe-char): Handle the case where the list of
9707         chars is displayed in a separate frame.
9708         Be a bit more discriminating when looking for the char.
9710 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9712         * bookmark.el (bookmark-automatically-show-annotations)
9713         (bookmark-read-annotation-text-func): Doc fixes.
9714         (bookmark-save): Improve argument/docstring consistency.
9715         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9716         (bookmark-alist-from-buffer)
9717         (bookmark-upgrade-file-format-from-0)
9718         (bookmark-grok-file-format-version)
9719         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9720         (bookmark-read-annotation-mode)
9721         (bookmark-insert-current-bookmark, bookmark-jump)
9722         (bookmark-exit-hook): Fix typos in docstrings.
9723         (bookmark-exit-hooks): Define as obsolete alias.
9724         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9725         not `bookmark-exit-hooks'.  Fix docstring.
9726         (bookmark-bmenu-select): "?\ " -> "?\s".
9728 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
9730         * startup.el (command-line): Fix typo.
9732 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9734         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9735         not emacs-quick-startup.
9737 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9739         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9740         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9741         instead of `reb-with-current-window'.
9742         (reb-prev-match): Likewise.  Also, don't move left if the search
9743         was unsuccessful.
9744         (reb-initialize-buffer): New function.
9745         (re-builder, reb-change-syntax): Use it.
9747         * man.el (Man-goto-page): Make second argument NOERROR optional.
9749 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9751         * man.el (Man-bgproc-sentinel): Check here for failure to find
9752         any man page in the output, and report the error here.
9753         (Man-arguments): Make it permanent local.
9754         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9755         (Man-mode): Pass t for NOERROR.
9757         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9758         (grep-mode-font-lock-keywords):
9759         Don't use compilation-...-face for messages that are not file names.
9761         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9762         Don't use compilation-...-face for messages that are not file names.
9764 2005-07-22  Juri Linkov  <juri@jurta.org>
9766         * startup.el (normal-splash-screen): Update menu name.
9768         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9770 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9772         * term/xterm.el: Load term/rxvt if the terminal is actually an
9773         rxvt terminal.
9774         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9776         * term/rxvt.el (function-key-map): Use substitute-key-definition
9777         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9779         * term/cygwin.el: New file.
9781 2005-07-22  Kim F. Storm  <storm@cua.dk>
9783         * image-file.el (insert-image-file, image-file-yank-handler):
9784         Fix last change to maintain a (unique) yank-handler on yanked images.
9786 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9788         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9789         of the file size (as in "177B" for 177 bytes).  This happens with
9790         "ls -lh" on FreeBSD.
9792 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9794         * hilit-chg.el (highlight-changes-global-initial-state)
9795         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9796         (hilit-chg-fixup, highlight-changes-mode):
9797         Fix typos in docstrings.
9798         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9799         Doc fixes.
9801 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9803         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9804         mode function using `eval-after-load'.
9806 2005-07-21  Kim F. Storm  <storm@cua.dk>
9808         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9809         included when reporting an emacs crash, and tell about the DEBUG file.
9811         * image-file.el (insert-image-file): Add yank-handler.
9812         (image-file-yank-handler): Yank handler to make unique copies of
9813         images when they are yanked into a buffer next to each other.
9815 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9817         * comint.el (comint-use-prompt-regexp, comint-send-input)
9818         (comint-source-default, comint-extract-string)
9819         (comint-get-source, comint-word, comint-completion)
9820         (comint-source, comint-prompt-read-only, comint-update-fence):
9821         Fix typos in docstrings.
9822         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9823         Declare with define-obsolete-*-alias macros.
9824         (comint-previous-matching-input-from-input)
9825         (comint-next-matching-input-from-input)
9826         (comint-previous-matching-input, comint-next-matching-input)
9827         (comint-forward-matching-input):
9828         Improve argument/docstring consistency.
9830         * desktop.el (desktop-clear-preserve-buffers-regexp):
9831         Also preserve the *server* buffer.
9833         * simple.el (clone-indirect-buffer): Doc fix.
9834         (fixup-whitespace, just-one-space)
9835         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9836         (next-error, next-error-highlight)
9837         (next-error-highlight-no-select, next-error-last-buffer)
9838         (next-error-buffer-p, next-error-find-buffer, next-error)
9839         (previous-error, next-error-no-select, previous-error-no-select)
9840         (open-line, split-line, minibuffer-prompt-width, kill-new)
9841         (binary-overwrite-mode): Fix typos in docstrings.
9842         (set-fill-column): Fix typo in message.
9844         * skeleton.el (skeleton-proxy-new): Doc fix.
9846         * strokes.el (strokes-load-hook): Doc fix.
9847         (strokes-grid-resolution, strokes-get-grid-position)
9848         (strokes-renormalize-to-grid, strokes-read-stroke)
9849         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9850         (strokes-global-map): Fix typos in docstrings.
9851         (strokes-help): Doc fix.  Fix help message and pass it through
9852         `substitute-command-keys'.
9854         * tempo.el (tempo-insert-prompt, tempo-interactive)
9855         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9856         (tempo-insert-string-functions, tempo-local-tags)
9857         (tempo-define-template, tempo-insert-template)
9858         (tempo-insert-prompt-compat, tempo-is-user-element)
9859         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9860         Fix typos in docstrings.
9862         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9863         (vcursor-key-bindings, vcursor-use-vcursor-map)
9864         (vcursor-find-window, vcursor-scroll-down)
9865         (vcursor-disable, vcursor-beginning-of-buffer)
9866         (vcursor-end-of-buffer): Fix typos in docstrings.
9867         (vcursor-relative-move, vcursor-get-char-count):
9868         Improve argument/docstring consistency.
9870         * version.el: "?\ " -> "?\s".
9872         * wid-edit.el (widget-default-create, widget-after-change)
9873         (widget-default-format-handler, widget-checklist-add-item)
9874         (widget-radio-add-item, widget-choose, widget-specify-secret)
9875         (widget-field-value-create, widget-field-value-get)
9876         (widget-editable-list-format-handler)
9877         (widget-editable-list-entry-create, widget-group-value-create)
9878         (widget-documentation-link-add)
9879         (widget-documentation-string-value-create): "?\ " -> "?\s".
9880         (widget-convert-text): Doc fix.
9881         (widget-narrow-to-field, widget-field-find)
9882         (widget-url-link-action, widget-emacs-library-link-action)
9883         (widget-color-notify): Fix typos in docstrings.
9885         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9886         (x-select-text, set-w32-system-coding-system)
9887         (w32-add-charset-info): Fix typos in docstrings.
9889         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9890         (cua-enable-cua-keys, cua-use-hyper-key)
9891         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9892         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9894         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9896         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9897         `defalias' instead of faking it.
9899         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9900         (eshell-ls-missing, eshell-ls-dired-initial-args)
9901         (eshell-ls-use-in-dired): Fix typos in docstrings.
9903 2005-07-20  Kim F. Storm  <storm@cua.dk>
9905         * emulation/cua-base.el (cua-mode): Improve doc string.
9907 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9909         * abbrev.el (expand-region-abbrevs): Doc fix.
9910         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9911         Improve argument/docstring consistency.
9913         * arc-mode.el (archive-get-descr, archive-alternate-display):
9914         Doc fixes.
9915         (archive-l-e): Improve argument/docstring consistency.
9916         (archive-tmpdir, archive-unixdate, archive-unixtime)
9917         (archive-chmod-entry): Fix typos in docstrings.
9918         (archive-unflag, archive-unflag-backwards)
9919         (archive-unmark-all-files): "?\ " -> "?\s".
9921         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9922         (Buffer-menu-not-modified, Buffer-menu-execute)
9923         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9924         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9926         * composite.el (compose-string, encode-composition-rule)
9927         (compose-last-chars): Fix typos in docstrings.
9929         * desktop.el (desktop-enable, desktop-basefilename):
9930         Declare with `define-obsolete-variable-alias'.
9931         (desktop-internal-v2s): Don't quote keywords.
9932         (desktop-clear): "?\ " -> "?\s".
9934         * dired.el (dired-align-file, dired-flag-backup-files)
9935         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9936         (dired-listing-switches, dired-ls-F-marks-symlinks)
9937         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9938         (dired-directory, dired-faces, dired, dired-revert)
9939         (dired-mode, dired-summary, dired-view-file)
9940         (dired-copy-filename-as-kill, dired-delete-file)
9941         (dired-no-confirm, dired-unmark-all-marks)
9942         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9943         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9944         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9945         Fix typos in message strings.
9947         * dired-x.el (virtual-dired): Declare with `defalias'.
9948         (dired-mark-unmarked-files, dired-local-variables-file)
9949         (dired-omit-here-always): Doc fix.
9950         (dired-omit-mode, dired-find-subdir)
9951         (dired-enable-local-variables, dired-clean-up-buffers-too)
9952         (dired-extra-startup, dired-mark-extension, dired-jump)
9953         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9954         (dired-smart-shell-command, dired-guess-shell-alist-user)
9955         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9956         (dired-x-bind-find-file, dired-x-submit-report):
9957         Fix typos in docstrings.
9958         (dired-mark-unmarked-files): "?\ " -> "?\s".
9960         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9962         * faces.el (describe-face): "?\ " -> "?\s".
9963         (read-all-face-attributes, read-face-font, modify-face)
9964         (face-attr-construct, italic): Fix typos in docstrings.
9965         (frame-update-face-colors): Declare with
9966         `define-obsolete-function-alias'.
9968         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9969         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9970         (magic-mode-alist, buffer-file-numbers-unique)
9971         (write-file-functions, get-free-disk-space):
9972         Fix typos in docstrings.
9973         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9974         (write-contents-hooks, write-file-hooks):
9975         Declare with `define-obsolete-variable-alias'.
9977         * forms-d2.el (arch-rj): Fix typo in docstrings.
9978         (arch-tocol): Likewise.  "?\ " -> "?\s".
9980         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9981         Fix typo in docstring.
9982         (set-screen-width, set-screen-height): Delete redundant info in
9983         doctrings.
9984         (new-frame, screen-height, screen-width): Declare with
9985         `define-obsolete-function-alias'.
9986         (delete-frame-hook, blink-cursor): Declare with
9987         `define-obsolete-variable-alias'.
9989         * paths.el (prune-directory-list): Fix typos in docstring.
9991         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9992         (cvs-prefix-get): Fix typos in docstrings.
9994         * ps-print.el (ps-extend-face-list, ps-extend-face)
9995         (ps-print-background-image): Fix typos in docstrings.
9996         (ps-default-fg, ps-default-bg): Doc fixes.
9998         * s-region.el (s-region-bind): Doc fix.
9999         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10001         * textmodes/org.el (org-table-formula-substitute-names)
10002         (org-table-get-vertical-vector): Doc fixes.
10003         (org-table-recalculate): Remove unused argument to `message'.
10005 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
10007         * textmodes/org.el (org-table-column-names)
10008         (org-table-column-name-regexp)
10009         (org-table-named-field-locations): New variables.
10010         (org-archive-subtree): Protect `this-command' when calling
10011         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10012         the kill buffer.
10013         (org-complete): Remove fixed-formula completion.
10014         (org-edit-formulas-map): New variable.
10015         (org-table-edit-formulas): New command.
10016         (org-finish-edit-formulas, org-abort-edit-formulas)
10017         (org-show-variable, org-table-get-vertical-vector): New functions.
10018         (org-table-maybe-eval-formula): Handle `:=' fields.
10019         (org-table-get-stored-formulas, org-table-store-formulas)
10020         (org-table-get-formula, org-table-modify-formulas)
10021         (org-table-replace-in-formulas): Handle named field formulas.
10022         (org-table-get-specials): Store locations of named fields.
10024 2005-07-19  Juri Linkov  <juri@jurta.org>
10026         * progmodes/grep.el (grep-regexp-alist)
10027         (grep-mode-font-lock-keywords, grep-process-setup):
10028         Use default GNU grep match color "01;31m" instead of "01;41m".
10029         (grep-regexp-alist, grep-mode-font-lock-keywords):
10030         Use `\\[[0-9]*m' instead of `\\[00m'.
10031         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10032         sgr_start where its handling is more important.  Use the real
10033         length of sgr_start instead of constant 8.
10034         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10035         specially.  Delete all remaining escape sequences.
10036         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10037         (grep-regexp-alist): Make hyperlink only for binary file name
10038         instead of the whole line.
10039         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10040         (grep-mode): Add autoload.
10042         * emacs-lisp/find-func.el (find-function-regexp):
10043         Add `define-compilation-mode'.
10045 2005-07-19  Juri Linkov  <juri@jurta.org>
10047         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10048         (compare-windows-sync-string-size, compare-windows-recenter)
10049         (compare-windows-highlight, compare-windows): Add version 22.1.
10050         (compare-windows) <defface>: Inherit from lazy-highlight instead
10051         of duplicating its default value.
10053         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10054         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10056         * descr-text.el (describe-char): Create link buttons for `charset'
10057         and `code point'.  Add the current input method name with a link
10058         button to `to input' field.  Print face names of display table
10059         characters in `The display table entry is displayed by' section
10060         instead of printing face-id in the `display' field.
10061         Guess hardcoded faces and create a link button for them.
10062         Skip empty fields when calculating max-width.
10063         Treat `widget-create' specially while inserting strings from the
10064         collected field list.
10065         (describe-char-after): Made obsolete in version 22.1, not 21.5.
10067         * diff-mode.el (diff-file-header): Change foreground color from
10068         yellow to green on light backgrounds.
10069         (diff-context): Inherit from `shadow' only for color/grayscale
10070         with more than 88 colors.
10071         (diff-indicator-removed, diff-indicator-added)
10072         (diff-indicator-changed): New faces.
10073         (diff-font-lock-keywords): Use new faces.  Regroup rules.
10074         Add "^---$" for `normal' diff format.  Fontify `#' lines with
10075         font-lock-comment-delimiter-face and font-lock-comment-face.
10076         Add `#' to ^[^...] in the rule for `diff-context-face'.
10078         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10079         a button-like box.  Inherit from `highlight' on low colors.
10080         (shadow): Use shades of gray only for color/grayscale with
10081         more than 88 colors.  Use green for light backgrounds with
10082         8 colors, and yellow for dark backgrounds with 8 colors.
10084         * font-lock.el (font-lock-regexp-grouping-backslash):
10085         Don't inherit from escape-glyph (use bold for all cases).
10087         * info.el (info-xref-visited): Use light foreground color `violet'
10088         for dark backgrounds instead of dark color `magenta3'.
10089         (info-title-1): Use `yellow' color for dark backgrounds.
10091         * isearch.el (isearch): Use not-too-dark magenta3 instead of
10092         too-light magenta2.
10094         * replace.el (match): Use slightly more light RoyalBlue3 instead
10095         of dark RoyalBlue4.
10097         * wid-edit.el (widget-inactive): Inherit from `shadow'.
10099 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
10101         * novice.el (disabled-command-hook): Declare it with
10102         `define-obsolete-variable-alias'.
10104         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10105         (desktop-buffer-misc-functions, desktop-buffer-handlers)
10106         (desktop-load-default): Add release to obsolescence info.
10107         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10108         (desktop-append-buffer-args, desktop-read):
10109         Fix typos in docstrings.
10110         (desktop-kill): Fix typo in message.
10111         (desktop-save): Doc fix.
10113 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10115         * viper-cmd.el (viper-escape-to-state): Bug fix.
10116         (viper-envelop-ESC-key): Change the definition of fast
10117         keysequence so it'll work with keyboard macros.
10119         * ediff.el (ediff-patch-buffer): Change the docstring.
10121 2005-07-19  Kenichi Handa  <handa@m17n.org>
10123         * international/mule-cmds.el (select-safe-coding-system): Try to
10124         use an auto-coding (if any) before anything else.  If the found
10125         auto-coding is invalid, show a warning message.
10127         * international/mule.el (find-auto-coding): New function created
10128         by modifying the body of set-auto-coding.
10129         (set-auto-coding): Use find-auto-coding to find a coding.
10131 2005-07-18  Richard M. Stallman  <rms@gnu.org>
10133         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10134         not isearch-mode-end-hook-error.
10135         (allout-before-change-protect): Fix error message.
10137 2005-07-18  Juri Linkov  <juri@jurta.org>
10139         * allout.el (allout-mode):
10140         * calculator.el (calculator-copy):
10141         * custom.el (custom-known-themes):
10142         * dired.el (dired-desktop-buffer-misc-data)
10143         (dired-restore-desktop-buffer):
10144         * dired-x.el (dired-omit-marker-char):
10145         * files.el (basic-save-buffer):
10146         * font-core.el (font-lock-mode):
10147         * calendar/calendar.el (calendar-goto-hebrew-date)
10148         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10149         (calendar-goto-persian-date):
10150         * language/ethio-util.el (ethio-sera-to-fidel-region):
10151         * textmodes/picture.el (picture-mode):
10152         Delete duplicate duplicate words.
10154 2005-07-18  Juri Linkov  <juri@jurta.org>
10156         * isearch.el (isearch-mode-map): Remove key bindings for regexp
10157         chars * ? } |.
10158         (isearch-fallback): Don't call `isearch-process-search-char'.
10159         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10160         (isearch-process-search-char): Call `isearch-fallback' for regexp
10161         chars * ? } |.
10162         (isearch-return-char): Make obsolete with `make-obsolete' instead
10163         of simply documenting it as obsolete in the docstring.
10164         (isearch-fallback): Refill docstring.
10166         * international/isearch-x.el
10167         (isearch-process-search-multibyte-characters): Remove unneeded
10168         `concat'.  Add intermediate values to `junk-hist' instead of
10169         `minibuffer-history'.  Test the length of `str'.
10171 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
10173         * allout.el (allout-resolve-xref): Fix typos in error strings.
10174         (allout-before-change-protect): Remove unneeded `concat'.
10176         * array.el (array-mode, array-reconfigure-rows)
10177         (untabify-backward): Fix typos in docstrings.
10178         (array-reconfigure-rows): Use `insert-buffer-substring', not
10179         `insert-buffer'.
10181         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10182         * progmodes/ada-mode.el (ada-make-body):
10183         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10185         * dired.el (dired-log):
10186         * tar-mode.el (tar-subfile-save-buffer):
10187         * play/zone.el (zone-pgm-stress-destress):
10188         Use `insert-buffer-substring', not `insert-buffer'.
10190 2005-07-17  Simon Josefsson  <jas@extundo.com>
10192         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10194 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10196         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10197         Add plain auth method.
10198         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10200 2005-07-17  Kim F. Storm  <storm@cua.dk>
10202         * ido.el (dired-other-window): Add ido property.
10204 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10206         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10207         Fix typo in docstring.
10208         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10209         `insert-file-literally'.
10211         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10212         info and delete redundant message.  Doc fix.
10213         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10214         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10216 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10218         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10219         (byte-compile-and): Use byte-compile-and-recursion.
10220         (byte-compile-or-recursion): New function.
10221         (byte-compile-or): Use that.
10222         (byte-compile-if): Guard the else-clause too.
10223         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10225         * isearch.el (isearch-mode-end-hook-quit): New variable.
10226         (isearch-done): Bind it.
10227         (isearch-mode-end-hook): Doc fix.
10229         * allout.el (allout-isearch-did-quit): Variable deleted.
10230         (allout-real-isearch-abort): Function name no longer used.
10231         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10232         (allout-isearch-rectification): isearch-mode always exists.
10233         Don't set allout-isearch-did-quit.
10234         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10235         allout-isearch-did-quit.
10236         (allout-enwrap-isearch): Just add the hook.
10237         (allout-isearch-abort): Function deleted.
10238         (allout-pre-command-business): Avoid warning.
10240         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10241         Correctly avoid warnings.
10242         (pascal-outline): Likewise.
10244         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10246         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10248         * play/tetris.el (tetris-mode): Avoid warning.
10250         * play/snake.el (snake-mode): Avoid warning.
10252         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10253         (gamegrid-set-display-table): Avoid warning.
10254         (gamegrid-set-timer): Likewise.
10255         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10256         (gamegrid-add-score-with-update-game-score-1): Take FILE
10257         as argument.
10258         (gamegrid-add-score-with-update-game-score): Pass that argument.
10259         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10261         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10263         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10264         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10266         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10267         and insert-file.
10269         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10270         (sc-ask): Avoid warnings.
10272         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10273         (eshell-hist-initialize): Use that var the natural way.
10275         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10277         * emacs-lisp/re-builder.el (reb-cook-regexp):
10278         Avoid warning calling lre-compile-string.
10279         (reb-color-display-p): Avoid warning.
10281         * calculator.el (calculator-last-input): Guard uses
10282         of event-key and key-press-event-p.
10283         (event-key, key-press-event-p): Delete definitions.
10285         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10286         (find-gc-source-directory, find-gc-subrs-callers)
10287         (find-gc-noreturn-list, find-gc-source-files)
10288         (find-gc-subrs-called): Vars renamed and defvar'd.
10290         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10291         (checkdoc-overlay-put, checkdoc-delete-overlay)
10292         (checkdoc-overlay-start, checkdoc-overlay-end)
10293         (checkdoc-mode-line-update, checkdoc-char=):
10294         Define such that compiler knows they are defined.
10295         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10296         (checkdoc-read-event): Delete.  Use read-event directly.
10298         * whitespace.el (whitespace-make-overlay)
10299         (whitespace-overlay-put, whitespace-delete-overlay)
10300         (whitespace-overlay-start, whitespace-overlay-end):
10301         Define such that compiler knows they are defined.
10302         (whitespace): Move conditional inside.
10304         * tempo.el (tempo-insert-template): Suppress warning.
10306         * ediff-diff.el (longlines-mode): Add defvar.
10308 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10310         * server.el: Bind "C-x #" in a way that works even if C-x is
10311         redefined to a command key, not a prefix key.
10313 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10315         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10316         cl-make-type-test till execution time.
10318 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10320         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10321         arg ARG and use it.
10323 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10325         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10327 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10329         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10330         a defcustom with two :set or :type keywords.
10332 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10334         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10335         Don't give ^M comment-end syntax.
10337 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10339         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10340         Don't consider gdbmi (gdb-mi.el has its own update functions).
10341         (gdb-var-delete): Make it work for gdbmi as well.
10342         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10344         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10345         (gud-speedbar-menu-items): Correct logic for enabling items.
10347 2005-07-15  Kim F. Storm  <storm@cua.dk>
10349         * ido.el: Fix commentary.
10350         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10351         Use with-no-warnings around ffap-guesser.
10352         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10353         Let bind minibuffer-completing-file-name to t.
10355 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10357         * startup.el (site-run-file, keyboard-type): Doc fixes.
10358         (command-line): Check for "--basic-display" argument; also for
10359         "--quick", not "--bare-bones" (which was renamed).
10360         (fancy-splash-text): Add missing item "Getting New Versions".
10361         (normal-splash-screen): Fix typos and improve consistency with
10362         `fancy-splash-text'.  Update copyright year.
10364         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10365         valid binding for `help-char'.
10367         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10369 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10371         * term.el (term-mode): Disable cua-mode for term buffers.
10373 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10375         * add-log.el (add-log-mailing-address, change-log-merge):
10376         Doc fixes.
10377         (change-log-get-method-definition): Fix typo in docstring.
10379 2005-07-14  Kim F. Storm  <storm@cua.dk>
10381         * emulation/cua-base.el:
10382         (cua--pre-command-handler-1, cua--pre-command-handler)
10383         (cua--post-command-handler-1, cua--post-command-handler):
10384         Split in two.  Check (buffer local) value of cua-mode.
10385         (cua-selection-mode): New command.
10387 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10389         * custom.el (custom-initialize-safe-set)
10390         (custom-initialize-safe-default): Doc fixes.
10392         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10393         and simplify :init-value again.
10395         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10396         and simplify :init-value again.  Delete autoload.
10398         * startup.el (command-line): Use `custom-reevaluate-setting' again
10399         for tooltip-mode.
10401         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10402         a defcustom with two :initialize keywords.
10404 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10406         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10407         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10408         (allout-post-command-business, allout-flag-region)
10409         (isearch-reenable-font-lock, allout-yank)
10410         (allout-insert-latex-header, allout-insert-latex-trailer)
10411         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10412         (allout-latex-verb-quote): Fix typos in docstrings.
10413         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10414         (allout-unprotected, allout-prefix-data):
10415         Improve argument/docstring consistency.
10416         (allout-chart-subtree): Fix argument spec.
10417         (allout-open-topic): Rename `use_sib_bullet' argument to
10418         `use-sib-bullet'.  Doc fix.
10420         * whitespace.el (whitespace-check-buffer-leading)
10421         (whitespace-check-buffer-trailing)
10422         (whitespace-check-buffer-indent)
10423         (whitespace-check-buffer-spacetab)
10424         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10425         (whitespace-check-leading-whitespace)
10426         (whitespace-check-trailing-whitespace)
10427         (whitespace-check-spacetab-whitespace)
10428         (whitespace-check-indent-whitespace)
10429         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10430         (whitespace-modes): Fix typos in docstrings.
10431         (defgroup, defcustom): Doc fixes.
10433         * winner.el (winner-mode, winner-boring-buffers)
10434         (winner-pending-undo-ring): Doc fixes.
10435         (winner-ring): Remove unneeded `progn'.
10436         (winner-equal): `defsubst' it.
10437         (winner-redo): Fix message.
10439 2005-07-13  Kim F. Storm  <storm@cua.dk>
10441         * simple.el (line-move-1): Always use vertical-motion to
10442         do the last (or only) line move to ensure some movement.
10443         Undo 2005-06-23 change--don't check for overlays.
10445 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10447         * term/mac-win.el (ccl-encode-mac-roman-font)
10448         (ccl-encode-mac-centraleurroman-font)
10449         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10450         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10451         Change charset-id boundary of dimension to ?\xef.
10452         (mac-char-fontspec-list): New constant.
10453         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10454         argument.  Nil uses itself as family in font-spec.  Previous
10455         behavior for nil is now provided by non-nil non-string argument.
10456         All callers changed.  Add font-specs for Mac fonts to
10457         "fontset-default" unless iso8859-1 fonts are installed.
10459 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10461         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10462         a continuation line if the \ is preceded by SPC or TAB.
10463         (sh-get-indent-info): Simplify.
10464         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10465         Use with-current-buffer.
10467         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10468         when the matched text is empty.
10470 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10472         * startup.el (command-line): Revert to previous handling of
10473         tooltip-mode.  Explain in comment why the complexity is needed.
10475         * tooltip.el (tooltip-mode): Revert to previous implementation of
10476         its defcustom.
10478         * frame.el (blink-cursor-mode): Revert to previous implementation
10479         of its defcustom.  Update comment.
10481 2005-07-12  Lars Hansen  <larsh@soem.dk>
10483         * desktop.el: Update e-mail address.
10485 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10487         * term/mac-win.el (mac-services-mail-selection)
10488         (mac-services-mail-to): New functions.
10489         (mac-application-menu-map): Bind them.
10491 2005-07-12  wulei <milton@wulei.net>  (tiny change)
10493         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10495 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10497         * custom.el (custom-reevaluate-setting): Doc fix.
10499 2005-07-11  Jay Belanger  <belanger@truman.edu>
10501         * calc/calc.el (calc-embedded-announce-formula-alist)
10502         (calc-embedded-open-close-plain-alist)
10503         (calc-embedded-open-close-mode-alist): Add checks for additional
10504         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10506 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10508         * custom.el (custom-enable-theme): Don't add theme to
10509         `custom-enabled-themes' with `push' because there is no
10510         setf-method for `delq'.
10512 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10514         * custom.el (custom-declare-variable): Doc fix.
10516         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10517         from the alists.
10519         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10520         Do nothing if edebug-active.
10522         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10523         (edebug-display): Do it here instead.
10525 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10527         * cus-face.el (custom-theme-set-faces): Make it work.
10528         (custom-reset-faces): Doc fix.
10529         (custom-theme-reset-internal-face, custom-theme-face-value):
10530         Functions deleted.
10532         * custom.el (custom-push-theme): Maintain list of the settings
10533         of a given theme in its theme-settings property.
10534         Maintain position of old settings in the theme-value
10535         or theme-face property.
10536         (custom-enabled-themes): New variable.
10537         (custom-theme-enabled-p): New function.
10538         (provide-theme): Update custom-enabled-themes.
10539         Disable and reenable the `user' theme.
10540         (require-theme): Doc fix.
10541         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10542         (custom-theme-value, custom-theme-variable-value): Likewise.
10543         (custom-theme-reset-internal): Likewise.
10544         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10545         (custom-enable-theme, custom-disable-theme): New functions.
10546         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10547         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10548         (custom-theme-reset-variables): Simplify.
10549         (deftheme, custom-declare-theme, custom-make-theme-feature):
10550         Definitions moved.
10552 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10554         * longlines.el (longlines-show-region)
10555         (longlines-unshow-hard-newlines): Recognize hard newlines by
10556         non-nil hard property, instead of t.
10558 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10560         * viper-cmd.el (viper--key-maps): New variable.
10561         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10562         emulation-mode-map-alists.
10563         (viper-envelop-ESC-key): Use viper-subseq.
10564         (viper-search-forward/backward/next): Disable debug-on-error.
10566         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10567         (viper-ESC-key): New defcustoms.
10569         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10571         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10572         (viper-subseq): Copy of subseq from cl.el.
10574         * viper.el (viper-go-away, viper-set-hooks): Use
10575         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10577         * viper-mous.el (viper-current-frame-saved): Use defvar.
10579         * viper-init.el: Get rid of -face in face names.
10581         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10582         Make it work with longlines mode
10584         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10586         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10588         * ediff-init.el: Get rid of -face in face names.
10590 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10592         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10593         and with-timeout-unsuspend.
10595         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10596         and with-timeout-unsuspend.
10598         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10599         (with-timeout): Bind that variable to record timers.
10600         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10602         * emacs-lisp/debug.el (debug-help-follow): New function.
10603         (debugger-mode-map): Use that instead of help-follow.
10604         (debugger-setup-buffer): Use eval-buffer-list
10605         to handle eval-buffer frames.
10607 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10609         * timezone.el (timezone-parse-date): Change first regexp
10610         so it will not mistakenly match dates with no time zone.
10612 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10614         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10616 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10618         * custom.el (custom-initialize-safe-set)
10619         (custom-initialize-safe-default): New functions.
10621         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10622         and simplify :init-value.
10624         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10625         and simplify :init-value.  Delete obsolete comment.
10627         * startup.el (command-line): Use `custom-reevaluate-setting' to
10628         handle `tooltip-mode'.  Delete obsolete comment.
10630         * files.el (set-visited-file-name): Avoid calling
10631         `file-name-nondirectory' with a nil argument.
10633 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10635         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10636         was called with nil for the buffer, handle the read position right.
10637         Handle read position for eval-region, too.
10639 2005-07-09  Juri Linkov  <juri@jurta.org>
10641         * fringe.el (fringe-mode): Add period in docstring.
10642         (fringe-query-style): Build prompt depending on `all-frames' arg.
10644         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10645         to not create links to unrelated functions in the Help buffer.
10647         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10648         Doc fix.
10650         * simple.el (next-error-hook): New variable.
10651         (next-error): Use it.  Doc fix.
10653         * textmodes/ispell.el (ispell-command-loop): Add current
10654         dictionary name and program name to mode-line-format.
10655         (ispell-region, ispell-process-line): Add current dictionary name
10656         and program name to messages.
10658 2005-07-08  Jay Belanger  <belanger@truman.edu>
10660         * calc/calc.el (calc-embedded-announce-formula-alist)
10661         (calc-embedded-open-close-formula-alist)
10662         (calc-embedded-open-close-word-alist)
10663         (calc-embedded-open-close-plain-alist)
10664         (calc-embedded-open-close-new-formula-alist)
10665         (calc-embedded-open-close-mode-alist)
10666         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10667         (calc-embedded-mode-hook): New variables.
10669         * calc/calc-embed.el (calc-embedded-firsttime)
10670         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10671         New variables.
10672         (calc-do-embedded): Use calc-embedded-firsttime,
10673         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10674         determine whether or not to run hooks.
10675         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10676         calc-embedded-firsttime-formula appropriately.
10677         Set calc-embedded delimiter variables according to mode.
10679 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10681         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10682         Check for "emacs", etc., as entire symbol, not just as word.
10683         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10685         * files.el (set-visited-file-name): Report the error
10686         for "empty filename" earlier.
10687         (kill-some-buffers): Ignore buffers already dead.
10689         * fringe.el (fringe-mode): Doc fix.
10691         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10692         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10693         Use unwind-protect to ensure byte-compile-unresolved-functions
10694         is updated.
10696         * whitespace.el (whitespace-buffer-leading-cleanup):
10697         Simplify w/ skip-chars-forward.
10698         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10700         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10701         Unconditionally try to leave point at the same old place.
10703 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10705         * comint.el (comint-postoutput-scroll-to-bottom)
10706         (comint-show-maximum-output): Take scroll-margin into consideration.
10708 2005-07-08  Kim F. Storm  <storm@cua.dk>
10710         * ido.el (ido-use-filename-at-point): New choice `guess'.
10711         (ido-file-internal): Try ffap-guesser if selected.
10713         * ido.el (ido-before-fallback-functions): New hook.
10714         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10715         (ido-read-file-name): Run it.
10717 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10720         strings rather than a list of symbols to the completion function.
10722 2005-07-07  Jay Belanger  <belanger@truman.edu>
10724         * calc/calc-units.el (math-apply-units): Change the places in
10725         which units are simplified.
10727 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10729         * cus-edit.el (customize-option, customize-option-other-window):
10730         Make them handle aliases.
10732         * custom.el (custom-variable-p): Make it recursively follow
10733         aliases.  Mention that in the docstring.
10735 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10737         * cus-start.el (exec-path): Use `directory' instead of `file'.
10738         Fix tag for nil.
10740 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10742         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10743         when called non-interactively.  Doc fix.
10745 2005-07-07  Lute Kamstra  <lute@gnu.org>
10747         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10748         new address as well.
10750 2005-07-07  Kenichi Handa  <handa@m17n.org>
10752         * international/mule.el (make-coding-system):
10753         Describe `ascii-incompatible' property in the docstring.
10754         (set-file-name-coding-system): Signal an error if coding-system is
10755         ascii-incompatible.
10756         (set-keyboard-coding-system): Likewise.
10758         * international/mule-cmds.el (set-default-coding-systems):
10759         Don't set default-file-name-coding-system and
10760         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10762         * international/utf-16.el: Declare that all UTF-16-based coding
10763         systems are ASCII-incompatible.
10765 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10767         * progmodes/gud.el: Require font-lock for displaying errors.
10768         Used by gdb-ui.el.
10770 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10772         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10773         values for the pattern lists which are `read'able but not
10774         `append'able (like symbols).
10776 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10778         * progmodes/flymake.el (flymake-float-time): Instead of
10779         with-no-warnings, test for xemacs.
10780         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10781         to avoid warning.
10783 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10785         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10787 2005-07-05  Lute Kamstra  <lute@gnu.org>
10789         * battery.el: Add support for Darwin (with much debugging help
10790         from Samuel Lauber <sam124@operamail.com>).
10791         (battery-status-function, battery-echo-area-format)
10792         (battery-mode-line-format): Add support for pmset on Darwin.
10793         (battery-load-low, battery-load-critical): New user options.
10794         (battery-pmset): New function.
10796 2005-07-05  Lute Kamstra  <lute@gnu.org>
10798         Update FSF's address in GPL notices.
10800         * textmodes/page-ext.el: Update FSF's address.
10802 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10804         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10805         filling from using prefix when filling a single-line docstring.
10807         * progmodes/flymake.el: Remove useless eval-when-compile.
10809         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10811 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10813         * textmodes/org.el (org-file-apps-defaults-gnu):
10814         Rename from org-file-apps-defaults-linux.
10815         (org-default-apps): Don't test system-type for `linux'.
10816         (org-file-apps): Doc fix.
10818 2005-07-04  David Ponce  <david@dponce.com>
10820         * tree-widget.el: Improve header Commentary section.
10821         (tree-widget) [defgroup]
10822         (tree-widget-image-enable, tree-widget-themes-directory)
10823         (tree-widget-theme, tree-widget-image-properties-emacs)
10824         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10825         (tree-widget-image-formats, tree-widget-control)
10826         (tree-widget-empty-control, tree-widget-leaf-control
10827         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10828         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10829         (tree-widget-keep, tree-widget-after-toggle-functions)
10830         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10831         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10832         :help-echo message.
10833         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10834         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10835         (tree-widget--cursors): New constant.
10836         (tree-widget-lookup-image): New function split from
10837         `tree-widget-find-image'.  Clearer implementation.
10838         (tree-widget-find-image): Use it.
10839         (tree-widget-button-keymap): Use `set-keymap-parent'.
10840         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10841         Define the sub-widgets here.
10842         (tree-widget-node): Check that :node is not a tree-widget.
10843         (tree-widget-get-super, tree-widget-open-control)
10844         (tree-widget-close-control, tree-widget-empty-control)
10845         (tree-widget-leaf-control, tree-widget-guide)
10846         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10847         (tree-widget-no-handle, tree-widget-value-delete)
10848         (tree-widget-map): Remove.
10849         (tree-widget-children-value-save): Doc fix.  Simplified.
10850         (tree-widget-value-create): Update according to previous changes.
10852 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10854         * textmodes/org.el: Leading space replaced by TABS.
10855         (org-recalc-marks, org-table-rotate-recalc-marks)
10856         (org-table-get-specials): Treat "^" and "_" marks.
10857         (org-table-justify-field-maybe): Optional argument NEW.
10858         (org-table-eval-formula): Parsing of the format simplified.
10859         New modes C,I.  Honor the %= parameter in the current table.
10860         Avoid unnecessary re-align by using the NEW argument to
10861         `org-table-justify-field-maybe'.
10862         (org-calc-default-modes): Default for date-format mimicks org-mode.
10863         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10865 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10867         * cus-face.el (custom-theme-set-faces): Make it handle face
10868         aliases whose alias declarations are pre- or autoloaded.
10870 2005-07-04  Juri Linkov  <juri@jurta.org>
10872         * faces.el (read-face-name): Put the code for getting a face name
10873         from the buffer before adding the faces from the `face' property.
10874         Use `completing-read-multiple' instead of `completing-read'.
10875         Require `crm'.  Add default value and post-process the returned
10876         list of faces.
10878         * emacs-lisp/crm.el (crm-find-current-element)
10879         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10881         * emacs-lisp/lisp-mode.el (eval-defun-1):
10882         * emacs-lisp/edebug.el (edebug-eval-defun):
10883         Remove unnecessary quotes.
10885 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10887         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10888         (prolog-indent-level): Fix typo in docstring.
10890         * info.el (Info-history, Info-history-forward)
10891         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10893         * add-log.el (add-change-log-entry):
10894         * comint.el (comint-dynamic-list-input-ring)
10895         (comint-dynamic-list-completions):
10896         * dabbrev.el (dabbrev-expand):
10897         * delim-col.el (delimit-columns-rectangle-line):
10898         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10899         (diff-unified->context):
10900         * ediff-init.el (ediff-abbrev-jobname):
10901         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10902         (ediff-replace-session-activity-marker-in-meta-buffer):
10903         * info.el (Info-summary):
10904         * lpr.el (printify-region):
10905         * printing.el (pr-create-interface):
10906         * ps-print.el (ps-print-quote):
10907         * ses.el (ses-column-widths, ses-print-cell)
10908         (ses-adjust-print-width, ses-center):
10909         * shell.el (shell-file-name-quote-list):
10910         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10911         (strokes-fill-current-buffer-with-whitespace)
10912         (strokes-xpm-for-stroke, strokes-list-strokes)
10913         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10914         * term.el (term-dynamic-list-input-ring)
10915         (term-dynamic-list-completions):
10916         * calc/calc.el (math-format-stack-value):
10917         * emacs-lisp/edebug.el (edebug-display-freq-count):
10918         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10919         (delphi-new-comment-line):
10920         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10921         * progmodes/executable.el (executable-set-magic):
10922         * progmodes/python.el (inferior-python-mode):
10923         * progmodes/scheme.el (scheme-mode-syntax-table):
10924         * progmodes/sh-script.el (sh-maybe-here-document):
10925         * progmodes/sql.el (sql-copy-column):
10926         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10927         * textmodes/bibtex.el (bibtex-mode):
10928         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10929         (sgml-auto-attributes):
10930         * textmodes/table.el (table-insert, table-shorten-cell)
10931         (table--generate-source-scan-lines, table-delete-row)
10932         (*table--cell-delete-char, table--spacify-frame)
10933         (table--horizontally-shift-above-and-below)
10934         (table--cell-insert-char, table--cell-blank-str)
10935         (table--fill-region-strictly):
10936         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10937         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10939         * add-log.el (change-log):
10940         * apropos.el (apropos):
10941         * comint.el (comint-completion, comint-source):
10942         * dabbrev.el (dabbrev):
10943         * delim-col.el (columns):
10944         * diff-mode.el (diff-mode):
10945         * ediff.el (ediff):
10946         * ediff-diff.el (ediff-diff):
10947         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10948         * ediff-mult.el (ediff-mult):
10949         * ediff-ptch.el (ediff-ptch):
10950         * ediff-wind.el (ediff-window):
10951         * facemenu.el (facemenu):
10952         * indent.el (indent):
10953         * info.el (info):
10954         * jka-cmpr-hook.el (compression, jka-compr):
10955         * lpr.el (lpr):
10956         * outline.el (outlines):
10957         * pcmpl-cvs.el (pcmpl-cvs):
10958         * pcmpl-rpm.el (pcmpl-rpm):
10959         * printing.el (printing):
10960         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10961         (ps-print-vertical, ps-print-headers, ps-print-font)
10962         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10963         (ps-print-background, ps-print-printer, ps-print-page)
10964         (ps-print-miscellany):
10965         * ses.el (ses):
10966         * shell.el (shell, shell-directories, shell-faces):
10967         * startup.el (initialization):
10968         * strokes.el (strokes):
10969         * term.el (term):
10970         * uniquify.el (uniquify):
10971         * w32-vars.el (w32):
10972         * calc/calc.el (calc):
10973         * emacs-lisp/bytecomp.el (bytecomp):
10974         * emacs-lisp/cl-indent.el (lisp-indent):
10975         * emacs-lisp/edebug.el (edebug):
10976         * emacs-lisp/elp.el (elp):
10977         * emacs-lisp/testcover.el (testcover):
10978         * emacs-lisp/trace.el (trace):
10979         * emulation/viper-ex.el (viper-ex):
10980         * emulation/viper-mous.el (viper-mouse):
10981         * mail/mailalias.el (mailalias):
10982         * mail/supercite.el (supercite, supercite-frames)
10983         (supercite-attr, supercite-cite, supercite-hooks):
10984         * net/rcompile.el (remote-compile):
10985         * net/rlogin.el (rlogin):
10986         * obsolete/ooutline.el (outlines):
10987         * progmodes/delphi.el (delphi):
10988         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10989         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10990         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10991         (ebnf-optimization):
10992         * progmodes/etags.el (etags):
10993         * progmodes/executable.el (executable):
10994         * progmodes/idlwave.el (idlwave):
10995         * progmodes/pascal.el (pascal):
10996         * progmodes/prolog.el (prolog):
10997         * progmodes/python.el (python):
10998         * progmodes/scheme.el (scheme):
10999         * progmodes/sh-script.el (sh, sh-script):
11000         * progmodes/sql.el (SQL):
11001         * progmodes/tcl.el (tcl):
11002         * textmodes/bibtex.el (bibtex, bibtex-autokey):
11003         * textmodes/enriched.el (enriched):
11004         * textmodes/makeinfo.el (makeinfo):
11005         * textmodes/sgml-mode.el (sgml):
11006         * textmodes/table.el (table-hooks):
11007         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11008         * textmodes/texinfo.el (texinfo):
11009         * textmodes/two-column.el (two-column):
11010         Finish `defgroup' description with period.
11012         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11013         * eshell/esh-var.el (eshell-var):
11014         * progmodes/vhdl-mode.el (vhdl-testbench):
11015         * textmodes/org.el (org): Fix typos in docstrings.
11017         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11018         consistency.
11020         * progmodes/flymake.el (flymake-find-file): Remove.
11021         (flymake-float-time): Use `with-no-warnings'.
11022         (flymake-check-start-time, flymake-check-was-interrupted)
11023         (flymake-err-info, flymake-is-running, flymake-last-change-time)
11024         (flymake-new-err-info): `defvar' at compile time.
11026 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
11028         * replace.el (occur-hook): Doc fix.
11029         (occur-1): Don't call `occur-hook' if there are no matches.
11031 2005-07-03  Richard M. Stallman  <rms@gnu.org>
11033         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11034         global-map, save the same map.
11035         (global-map): Don't alter it at top level.
11036         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11037         Then alter it here instead.
11038         (tpu-edt-off): Set global-map to the saved one.
11040         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11041         All references simplified.
11042         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
11043         (zmacs-regions): Add defvar.
11044         (repeat-complex-command-map): Everything about that deleted.
11046         * textmodes/artist.el (artist-key-is-drawing)
11047         (artist-key-endpoint1, artist-key-poly-point-list)
11048         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11049         (artist-key-compl-table, artist-rb-save-data)
11050         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11051         Don't put them in eval-when-compile.
11052         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11054         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11055         Use with-no-warnings.
11057         * net/browse-url.el (dos-windows-version): Add defvar.
11059         * mail/supercite.el (filladapt-prefix-table): Add defvar.
11061         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11062         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11063         (rmail-new-summary-line-count): Rename from new-summary-line-count.
11064         Add defvar.
11065         (rmail-summary-beginning-of-message): Use with-no-warnings.
11066         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11068         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11069         Use with-no-warnings.
11071         * emulation/vi.el (vi-mark-region): Use c-mark-function.
11072         (c-mark-function): Add point-moving-unit property.
11073         (vi-goto-line): Use with-no-warnings.
11075         * emulation/edt.el (edt-last-copied-word): Add defvar.
11076         (zmacs-region-stays): Likewise.
11077         (edt-mark-section-wisely): Use c-mark-function for C.
11078         Use makr-defun for Fortran.
11079         (time-string): defvar deleted.
11080         (edt-display-the-time): Don't set time-string.
11082         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11084         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11085         Don't warn when name is not constant
11086         or for defining the group `emacs'.
11088         * tooltip.el (gud-tooltip-mode): Add defvar.
11090         * startup.el (default-frame-background-mode): Add defvar.
11092         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11094         * info.el (tool-bar-map): Add defvar.
11096         * dired.el (dnd-protocol-alist): Add defvar.
11098         * dired-aux.el (dired-query): Display question with answer, when
11099         the user answers.
11101         * custom.el (custom-add-option): Doc fix.
11103         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11105 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
11107         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11108         bogus name from the last change.
11110 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
11112         * custom.el (custom-declare-variable): Fix typos in comment.
11113         (custom-known-themes): Doc fix.
11114         (custom-theme-directory): New defcustom.
11115         (require-theme): Make it check `custom-theme-directory'.
11117         * cus-theme.el (custom-new-theme-mode): New function.
11118         (custom-theme-name, custom-theme-variables, custom-theme-faces)
11119         (custom-theme-description): Add compiler defvars.
11120         (customize-create-theme): Add doc to the "*New Custom Theme*"
11121         buffer.  Use `custom-new-theme-mode'.
11122         (custom-theme-write): Put the created buffer in emacs-lisp-mode
11123         and save it to the `custom-theme-directory'.  Make this the
11124         default directory of the buffer.
11126 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
11128         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11129         Fix unbalanced parentheses.
11131 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11134         into flymake-mode and delegate to flymake-mode.
11136         * find-file.el (ff-which-function-are-we-in): Clean up.
11138 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
11140         * replace.el (occur-rename-buffer): Fix docstring.
11142         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11143         (edt-last-copied-word, edt-learn-macro-count)
11144         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11145         (edt-rect-start-point, edt-user-global-map, rect-start-point)
11146         (time-string, zmacs-region-stays):
11147         * emulation/edt-mapper.el (edt-save-function-key-map)
11148         (EDT-key-name): `defvar' to silence the byte-compiler.
11150 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
11152         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11153         font-lock-regexp-backslash.  Doc fix.
11154         (font-lock-regexp-backslash-grouping-construct): Rename from
11155         font-lock-regexp-backslash-construct.  Doc fix.
11156         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11157         grouping constructs.
11159 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
11161         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11162         updating all the prerequisites.
11164 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
11166         * textmodes/org.el (org-agenda-start-on-weekday)
11167         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11168         (org-agenda-use-time-grid, org-archive-location)
11169         (org-allow-space-in-links, org-usenet-links-prefer-google)
11170         (org-enable-table-editor, org-export-default-language)
11171         (org-export-html-show-new-buffer, org-fill-paragraph)
11172         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11173         (org-goto-quit, org-occur, org-eval-in-calendar)
11174         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11175         (org-agenda-diary-entry, org-remember-help)
11176         (org-table-convert-region, org-at-table-p)
11177         (org-table-move-row-down, org-table-move-row-up)
11178         (org-table-copy-region, org-table-toggle-vline-visibility)
11179         (org-table-get-stored-formulas, org-table-get-specials)
11180         (org-recalc-commands, org-table-eval-formula)
11181         (org-table-formula-substitute-names, orgtbl-make-binding)
11182         (org-format-org-table-html, org-format-table-table-html)
11183         (org-format-table-table-html-using-table-generate-source)
11184         (org-customize): Fix typos in docstrings.
11185         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11186         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11187         (org-back-to-heading): Doc fixes.
11188         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11189         (org-agenda-change-all-lines, org-get-header):
11190         Improve argument/docstring consistency.
11191         (orgtbl-error): Fix error message.
11193         * progmodes/flymake.el (flymake-find-possible-master-files)
11194         (flymake-master-file-compare, flymake-get-line-err-count)
11195         (flymake-highlight-line, flymake-gui-warnings-enabled):
11196         Fix typos in docstrings.
11197         (flymake-parse-line, flymake-get-project-include-dirs-function)
11198         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11199         Doc fixes.
11200         (flymake-get-project-include-dirs-function)
11201         (flymake-make-err-menu-data):
11202         Improve argument/docstring consistency.
11204 2005-07-01  Lute Kamstra  <lute@gnu.org>
11206         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11207         Catch errors with ignore-errors.  Use temporary buffer.
11208         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11210         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11211         background color faces.
11212         (facemenu-set-foreground, facemenu-set-background):
11213         Use facemenu-set-face-from-menu.
11214         (facemenu-set-face-from-menu): Treat face names that start with
11215         "fg:" or "bg:" as special.
11216         (facemenu-add-new-color): Don't create faces.  Simplify.
11218 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11220         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11221         (crm-find-current-element): Likewise.
11223 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11225         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11227 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11229         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11230         (archive-mouse-extract): Make it an obsolete alias.
11231         (archive-mode-map): Don't use archive-mouse-extract any more.
11232         (archive-mode, archive-extract): write-contents-hooks ->
11233         write-contents-functions.
11234         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11235         first arg.
11236         (archive-rename-entry): Update the call.
11237         (archive-zip-summarize): Remove unused var `method'.
11238         (archive-lzh-summarize): Remove unused var `creator'.
11240         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11241         dedicated frame upon exit.
11243         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11244         (archive-zip-extract, archive-zip-expunge)
11245         (archive-zip-update, archive-zip-update-case): Use executable-find.
11246         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11247         Use restore-buffer-modified-p.
11248         (archive-extract, archive-add-new-member, archive-write-file-member):
11249         Use with-current-buffer.
11250         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11252 2005-06-30  Andreas Schwab  <schwab@suse.de>
11254         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11256 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11258         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11260 2005-06-30  Juri Linkov  <juri@jurta.org>
11262         * faces.el (vertical-border): Inherit from mode-line-inactive
11263         only on tty.
11265 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11267         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11268         example, -NLINES in the `occur' docstring).
11270         * replace.el (occur-1): When no matches are found, do not set the
11271         `buffer-read-only' and modified flags for the occur buffer,
11272         because it is deleted.
11274         * emulation/cua-base.el (cua-check-pending-input)
11275         (cua-repeat-replace-region, cua-mode, cua-debug)
11276         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11277         Fix typos in docstrings.
11279         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11280         (cua-cut-region-to-global-mark)
11281         (cua--cut-rectangle-to-global-mark):
11282         Remove period from end of messages.
11284         * emulation/cua-rect.el (cua-do-rectangle-padding):
11285         Remove period from end of messages.
11286         (cua--rectangle-seq-format): Fix typo in docstring.
11287         (cua-sequence-rectangle, cua-fill-char-rectangle):
11288         Improve argument/docstring consistency.
11290 2005-06-29  Juri Linkov  <juri@jurta.org>
11292         * faces.el (default-frame-background-mode): New internal variable.
11293         (frame-set-background-mode): Use it.
11295         * startup.el (normal-top-level): Set default-frame-background-mode
11296         instead of frame-background-mode.  Before setting it, test for its
11297         nil value.  Remove tests for frame-background-mode and frame
11298         parameter `reverse'.  Add test for "unspecified-fg".
11300         * term/xterm.el (xterm-rxvt-set-background-mode):
11301         * term/rxvt.el (rxvt-set-background-mode):
11302         Set default-frame-background-mode instead of frame-background-mode.
11304 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11306         * simple.el (set-variable): Warn about obsolete user variables.
11308         * imenu.el (imenu--completion-buffer):
11309         * mouse.el (mouse-buffer-menu-alist):
11310         * msb.el (msb-invisible-buffer-p):
11311         * calendar/diary-lib.el (diary-header-line-format):
11312         * emacs-lisp/pp.el (pp-buffer):
11313         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11314         * textmodes/picture.el (picture-replace-match):
11315         Change space constants followed by a sexp to "?\s ".
11317         * play/decipher.el (decipher-loop-with-breaks):
11318         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11319         constants "protected" from end of line by a comment to "?\s".
11321 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * font-lock.el (save-buffer-state): Use `declare'.
11325         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11326         reset the syntax-table to cperl-mode-syntax-table.
11327         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11328         "foo_print_bar" is not matched as a reserved keyword.
11330 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11332         * textmodes/org.el (orgtbl-setup): New function, for delayed
11333         setup for the orgtbl commands.
11334         (org-calc-default-modes): New option.
11335         (orgtbl-make-binding): Use `defun' to get better help display.
11336         (org-diary): Call `org-compile-prefix-format'.
11337         (org-table-formula-substitute-names): New function.
11338         (org-agenda-day-view, org-agenda-week-view): New commands.
11339         (org-agenda-toggle-week-view): Command removed.
11340         (org-tbl-menu): Split off from org-org-menu.
11341         (org-mode): Move removal of outline-mode menus to here.
11342         (org-table-formula-debug): New option.
11343         (org-table-insert-row): Keep first field if just "#" or "*".
11344         (org-mode): Paragraph regexps fixed.
11345         (org-table-recalculate-regexp): New constant.
11346         (org-table-justify-field-maybe): Avoid replace if not necessary.
11347         (org-copy-special, org-cut-special): Use `call-interactively'.
11348         (org-table-copy-region): Take region from `interactive' call.
11349         (org-trim): Return string even if no match.
11350         (org-formula): New face.
11351         (org-set-font-lock-defaults): No longer highlight "FIXME".
11352         But highlight formula-related fields in table.
11353         (org-table-p): Use regexp, not fontification.
11354         (org-table-align): Handle white space at end of line.
11355         (org-table-formula-evaluate-inline): New option.
11356         (org-mode): Auto-wrapping in comment lines turned off.
11357         (org-table-copy-down): Evaluate only in copied field, not in
11358         destination.
11359         (org-table-current-formula): Variable removed.
11360         (org-table-store-formulas, org-table-get-stored-formulas)
11361         (org-table-modify-formulas, org-table-replace-in-formulas)
11362         (org-table-maybe-eval-formula): New functions.
11363         (org-table-get-formula): Modify to use stored formulas.
11364         (org-table-insert-column, org-table-delete-column)
11365         (org-table-move-column): Call `org-table-modify-formulas'.
11366         (org-complete): Add completion for keyword formulas.
11367         (orgtbl-mode): Pull orgtbl-mode-map to start of
11368         minor-mode-map-alist.
11370 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11372         * progmodes/python.el (python-check): Require `compile' before
11373         modifying its variables.
11375         * newcomment.el (comment-indent-default): Don't get fooled by an early
11376         end of buffer.
11378 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11380         * ps-print.el (ps-print-version): Fix version number.
11382 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11384         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11386 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11388         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11389         (flyspell-local-mouse-map): Declaration deleted.
11390         (flyspell-mouse-map): Bind only mouse-2.
11391         (flyspell-mode-map): Don't test flyspell-use-local-map.
11392         (flyspell-overlay-keymap-property-name): Var deleted.
11393         (flyspell-mode-on): Don't make local bindings for
11394         flyspell-mouse-map and flyspell-mode-map.
11395         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11397         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11399         * progmodes/compile.el (compilation-next-error-function):
11400         Don't switch buffers; operate on the current buffer.
11402         * progmodes/compile.el (compilation-error-file-name)
11403         (compilation-warning-file-name, compilation-info-file-name)
11404         (compilation-line-number, compilation-column-number): New faces.
11405         (compilation-error-face, compilation-warning-face)
11406         (compilation-info-face, compilation-line-face)
11407         (compilation-column-face): Use them.
11409         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11411         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11413         * bindings.el (global-map): Bind insertchar and its variants.
11415 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11417         * textmodes/artist.el (artist-text-overwrite)
11418         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11420 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11422         * ps-print.el: It was not working the page selection for printing.
11423         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11424         (ps-print-version): New version 6.6.7.
11425         (ps-end-sheet): New fun.
11426         (ps-header-sheet, ps-end-job): Call it.
11428 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11430         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11432 2005-06-27  Lute Kamstra  <lute@gnu.org>
11434         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11435         background color faces.
11436         (facemenu-get-face): Delete function.
11437         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11438         (facemenu-add-new-color): Make second argument mandatory.
11439         Create the appropriate face and return it.  Simplify.
11440         (facemenu-set-foreground, facemenu-set-background): Don't check if
11441         color is defined.  Use return value of facemenu-add-new-color.
11443 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11445         * progmodes/gud.el (gud-filter): Add missing argument to
11446         with-selected-window.
11448 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11451         a :require to the defcustom.
11453         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11454         defcustoms corresponding to minor modes.
11456 2005-06-26  David Ponce  <david@dponce.com>
11458         * recentf.el: Require tree-widget instead of wid-edit.
11459         (recentf-filename-handler): Fix widget :type.
11460         (recentf-cancel-dialog, recentf-open-more-files)
11461         (recentf-open-files-action): Doc fix.
11462         (recentf-dialog-goto-first): New function.
11463         (recentf-dialog-mode-map): Set parent keymap first.
11464         (recentf-dialog-mode): Define with define-derived-mode.
11465         Don't display continuation lines in dialogs.
11466         (recentf-edit-list): Rename from recentf-edit-selected-items.
11467         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11468         Simplify.
11469         (recentf-edit-list-validate): New function.
11470         (recentf-edit-list): Update accordingly.
11471         (recentf-open-files-item-shift): Remove.
11472         (recentf-open-files-item): Convert menu elements into tree and
11473         link widgets.  Don't create the widgets.
11474         (recentf-open-files): Update accordingly.
11475         (recentf-save-list): Untabify.
11477 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11479         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11480         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11481         partially contained in the active region.  Do not take active
11482         region into account when called from Lisp, unless INTERACTIVE arg
11483         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11484         avoid trouble with fields.  Make marker point nowhere when no
11485         longer used.  Always return nil.  Doc fix.
11486         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11487         into account when called from Lisp, unless INTERACTIVE arg is
11488         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11489         avoid trouble with fields.  Make marker point nowhere when no
11490         longer used.  Always return nil.  Doc fix.
11491         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11492         interchangeable.  Do not take active region into account when
11493         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11494         message in echo area when called from Lisp, unless INTERACTIVE arg
11495         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11496         Return the number of matches.  Doc fix.
11497         (occur): Doc fix.
11498         (perform-replace): Make comment follow double space convention for
11499         the sake of `outline-minor-mode'.
11501         * faces.el (facep): Doc fix.
11503 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11505         * facemenu.el (facemenu-enable-faces-p): New function.
11506         (facemenu-background-menu, facemenu-foreground-menu)
11507         (facemenu-face-menu): Add menu-enable property.
11509         * jka-compr.el (jka-compr-insert-file-contents):
11510         Special handling if cannot find the uncompression program.
11512         * cus-face.el (custom-face-attributes): Add autoload.
11514         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11515         Bind comment-indent-function locally.
11517         * window.el (save-selected-window): Use save-current-buffer.
11519         * subr.el (with-selected-window): Use save-current-buffer.
11521         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11522         and with-current-buffer.
11524 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11526         * simple.el (line-move-1): Fix previous change.
11528 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11530         * replace.el (occur-1): Set `buffer-read-only' and the
11531         buffer-modified flag before running `occur-hook' to protect
11532         against unintentional buffer switches that can lead to data loss.
11534 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11536         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11537         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11538         initial error.
11540         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11541         after fresh input.
11542         (gdb-var-create-handler): Put name of expression in quotes.
11544 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11546         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11547         elements of RING in order, and without bogus nil elements.
11549 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11551         * simple.el (set-variable): Args renamed; doc fix.
11552         (line-move-1): When there are overlays around, use vertical-motion.
11554         * faces.el (escape-glyph): Use brown against light background.
11555         (nobreak-space): Rename from no-break-space.
11556         Fix previous change.
11558         * dired-aux.el (dired-do-copy): Fix arg prompt.
11560         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11562 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11564         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11565         rather than "Distributor".
11567 2005-06-23  Lute Kamstra  <lute@gnu.org>
11569         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11570         (debug-on-entry): Use it.  New interactive declaration that uses
11571         function-called-at-point.
11573 2005-06-23  Kim F. Storm  <storm@cua.dk>
11575         * subr.el (save-match-data): Add comment about using evaporate arg
11576         to set-match-data.
11578 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11580         * cus-edit.el (customize-face)
11581         (customize-face-other-window): Handle face aliases.
11583         * faces.el (face-documentation, set-face-attribute)
11584         (face-spec-set): Handle face aliases.
11586 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11588         * help-mode.el (help-make-xrefs): If a symbol representing a face
11589         name is not followed by the word "face", it could still be a
11590         function or variable name, so don't bypass other checks.
11592 2005-06-22  Juri Linkov  <juri@jurta.org>
11594         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11595         Replace aliased functions with calls where second arg `inherit' is t.
11597 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11599         * progmodes/gdb-ui.el (gdb-error): New variable.
11600         (gdb-error): New function.
11601         (gdb-annotation-rules): Act on error-begin and error annotations.
11602         (gdb-concat-output): Use font-lock-warning-face for errors.
11604 2005-06-22  Miles Bader  <miles@gnu.org>
11606         * bindings.el (propertized-buffer-identification): Use renamed
11607         `Buffer-menu-buffer' face.
11609         * faces.el (vertical-border): Rename from `vertical-divider'.
11610         (escape-glyph): Change dark-background color back to `cyan'.
11612 2005-06-21  Juri Linkov  <juri@jurta.org>
11614         * faces.el (face-user-default-spec): Try getting `customized-face'
11615         prior to `saved-face'.
11616         (frame-background-mode): Refill docstring.
11618         * emacs-lisp/lisp-mode.el (eval-defun-1):
11619         * emacs-lisp/edebug.el (edebug-eval-defun):
11620         Set `saved-face' temporarily to nil before calling form.
11621         Set `customized-face' to the new spec after that.
11623 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11625         * subr.el (1value, lambda, key-substitution-in-progress):
11626         Doc fixes.
11628         * autoinsert.el (auto-insert-alist):
11629         * ses.el (ses-call-printer):
11630         * subr.el (noreturn):
11631         * emacs-lisp/lisp.el (check-parens):
11632         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11633         * net/browse-url.el (browse-url-mosaic):
11634         * progmodes/cc-defs.el (c-safe-scan-lists):
11635         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11636         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11637         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11638         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11639         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11640         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11642 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11644         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11646 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11648         * calendar/appt.el (appt-make-list): Activate the package, if
11649         not already active (for backwards compatibility).
11651 2005-06-20  Kim F. Storm  <storm@cua.dk>
11653         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11655 2005-06-20  Miles Bader  <miles@gnu.org>
11657         * faces.el (vertical-divider): New face.
11659 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11661         * simple.el (kill-whole-line): Doc fix.
11662         (next-error-buffer-p, next-error-find-buffer)
11663         (clone-indirect-buffer): Fix typos in docstrings.
11664         (comment-line-break-function): Doc fix: don't say variable
11665         is automatically buffer-local (it isn't).
11667 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11669         * net/tramp-ftp.el (top):
11670         * net/tramp-smb.el (top):
11671         * net/tramp-util.el (top):
11672         * net/tramp-uu.el (top):
11673         * net/tramp-vc.el (top):
11674         * net/tramp.el (top): Revert copyright years back to original
11675         ones.  Tramp has a life outside GNU Emacs.
11677 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11679         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11681 2005-06-18  Juri Linkov  <juri@jurta.org>
11683         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11684         end of first regexp to limit the match to the position between
11685         line number and source line with same separator character as used
11686         between file name and line number.  In the second regexp limit
11687         mouse-face area to file name and line number by adding new group
11688         for them and referring it in HYPERLINK arg.
11689         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11690         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11691         previous line where grep markers may be already removed.
11693 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11695         * progmodes/ps-mode.el: Update version and maintainer's email address.
11697 2005-06-18  Steve Youngs  <steve@xemacs.org>
11699         * net/browse-url.el (browse-url-browser-function)
11700         (browse-url-default-browser): Add firefox.
11701         (browse-url-firefox-program, browse-url-firefox-arguments)
11702         (browse-url-firefox-startup-arguments)
11703         (browse-url-firefox-new-window-is-tab): New defcustoms.
11704         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11706 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11708         * startup.el (command-line): Warn if specified user name has
11709         no home directory.
11711         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11712         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11714         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11715         Doc fixes.
11717         * faces.el (underline): Try bold if terminal doesn't support underline.
11719         * mail/sendmail.el (mail-setup-with-from): New variable.
11720         (mail-insert-from-field): New function.
11721         (sendmail-send-it): Call it.
11722         (mail-setup): Optionally call it here.
11724         * term/linux.el: Call tty-no-underline.
11726 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11728         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11730 2005-06-17  Miles Bader  <miles@gnu.org>
11732         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11733         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11734         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11735         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11736         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11737         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11738         Remove "-face" suffix from face names.
11739         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11740         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11741         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11742         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11743         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11744         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11745         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11746         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11747         New backward-compatibility aliases for renamed faces.
11748         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11749         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11750         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11751         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11752         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11753         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11754         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11755         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11756         Use renamed ediff faces.
11758         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11759         Remove "-face" suffix from face names.
11760         (eshell-test-ok-face, eshell-test-failed-face):
11761         New backward-compatibility aliases for renamed faces.
11762         (eshell-run-test): Use renamed eshell-test faces.
11764         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11765         face name.
11766         (eshell-prompt-face): New backward-compatibility alias for renamed
11767         face.
11768         (eshell-emit-prompt): Use renamed eshell-prompt face.
11770         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11771         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11772         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11773         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11774         Remove "-face" suffix from face names.
11775         (eshell-ls-directory-face, eshell-ls-symlink-face)
11776         (eshell-ls-executable-face, eshell-ls-readonly-face)
11777         (eshell-ls-unreadable-face, eshell-ls-special-face)
11778         (eshell-ls-missing-face, eshell-ls-archive-face)
11779         (eshell-ls-backup-face, eshell-ls-product-face)
11780         (eshell-ls-clutter-face):
11781         New backward-compatibility aliases for renamed faces.
11782         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11784         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11785         Remove "-face" suffix from face name.
11786         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11787         instead of literal face.
11789 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11791         * emacs-lisp/warnings.el (display-warning, lwarn)
11792         (warning-minimum-log-level): Doc fixes.
11793         (warning-minimum-level, warning-minimum-log-level):
11794         Add :debug to :type choices.
11796         * progmodes/ada-mode.el (ada-format-paramlist)
11797         (ada-get-indent-case, ada-check-matching-start)
11798         (ada-check-defun-name, ada-goto-matching-decl-start)
11799         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11800         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11801         (ada-make-subprogram-body): Follow error conventions.
11802         (ada-case-exception-file, ada-indent-comment-as-code)
11803         (ada-indent-handle-comment-special, ada-indent-renames)
11804         (ada-indent-return, ada-search-directories-internal)
11805         (ada-tab-policy, ada-case-exception-substring)
11806         (ada-other-file-alist, ada-matching-start-re)
11807         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11808         (ada-imenu-generic-expression, ada-compile-goto-error)
11809         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11810         (ada-popup-menu, ada-add-extensions, ada-mode)
11811         (ada-region-selected, ada-create-case-exception)
11812         (ada-create-case-exception-substring, ada-after-keyword-p)
11813         (ada-activate-keys-for-case, ada-adjust-case-region)
11814         (ada-adjust-case-buffer, ada-format-paramlist)
11815         (ada-scan-paramlist, ada-insert-paramlist)
11816         (ada-indent-newline-indent)
11817         (ada-indent-newline-indent-conditional)
11818         (ada-justified-indent-current, ada-goto-previous-word)
11819         (ada-indent-current, ada-get-indent-open-paren)
11820         (ada-get-indent-paramlist, ada-get-indent-end)
11821         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11822         (ada-get-indent-block-start, ada-get-indent-subprog)
11823         (ada-get-indent-noindent, ada-get-indent-label)
11824         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11825         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11826         (ada-goto-stmt-end, ada-goto-next-word)
11827         (ada-check-matching-start, ada-check-defun-name)
11828         (ada-goto-matching-decl-start, ada-goto-matching-start)
11829         (ada-goto-matching-end, ada-search-ignore-string-comment)
11830         (ada-in-decl-p, ada-looking-at-semi-or)
11831         (ada-looking-at-semi-private, ada-in-paramlist-p)
11832         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11833         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11834         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11835         (ada-previous-package, ada-create-menu)
11836         (ada-fill-comment-paragraph-justify)
11837         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11838         (ada-other-file-name, ada-last-which-function-line)
11839         (ada-last-which-function-subprog, ada-which-function)
11840         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11841         (ada-gen-treat-proc, ada-check-emacs-version)
11842         (ada-continuation-indent, ada-align-region-separate):
11843         Fix typos in docstrings.
11844         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11846 2005-06-16  Lute Kamstra  <lute@gnu.org>
11848         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11849         conditionally.
11851 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11853         * comint.el (comint-replace-by-expanded-filename)
11854         (comint-prompt-regexp, comint-delimiter-argument-list)
11855         (comint-preinput-scroll-to-bottom):
11856         * info.el (Info-hide-cookies-node):
11857         * ls-lisp.el (ls-lisp-classify):
11858         * find-file.el (ff-search-directories, ff-special-constructs)
11859         (ff-find-other-file):
11860         * font-lock.el (font-lock-keywords):
11861         * shell.el (shell-prompt-pattern)
11862         (shell-dynamic-complete-functions, shell-mode)
11863         (shell-delimiter-argument-list):
11864         * term.el (term-replace-by-expanded-filename)
11865         (term-prompt-regexp, term-delimiter-argument-list):
11866         * woman.el (woman-ignore, woman0-if):
11867         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11868         * emacs-lisp/elint.el (elint-init-env):
11869         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11870         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11871         * language/ethio-util.el (ethio-tilde-escape)
11872         (ethio-use-three-dot-question):
11873         * net/zone-mode.el (zone-mode-load-time-setup):
11874         * progmodes/cc-align.el (c-lineup-argcont):
11875         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11876         * progmodes/cperl-mode.el (cperl-set-style-back):
11877         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11878         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11879         Fix spellings in docstrings.
11881         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11882         * progmodes/modula2.el (m2-for): Fix spellings.
11884         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11886         * simple.el (undo-more): Don't use `format' on `error' arguments.
11887         Improve argument/docstring consistency.
11888         (pending-undo-list): Doc fix.
11890         * smerge-mode.el (smerge-ensure-match):
11891         * emulation/vip.el (vip-ex):
11892         * net/zone-mode.el (zone-mode-update-serial):
11893         * progmodes/idlwave.el (idlwave-complete):
11894         * progmodes/vhdl-mode.el (vhdl-visit-file)
11895         (vhdl-compose-wire-components):
11896         Don't use `format' on `error' arguments.
11898         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11899         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11900         (tooltip-help-tips): Fix typos in docstrings.
11902 2005-06-16  David Ponce  <david@dponce.com>
11904         * tree-widget.el (tree-widget-value-create): Simplify last change.
11906 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11908         * ido.el (ido-incomplete-regexp): New variable.
11909         (ido-set-matches-1): Handle invalid-regexp error and set
11910         ido-incomplete-regexp.
11911         (ido-incomplete-regexp): New face.
11912         (ido-completions): Use it.
11913         (ido-complete, ido-exit-minibuffer, ido-completions):
11914         Handle incomplete regexps.
11915         (ido-completions): Add check for complete match when entering a regexp.
11917 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11921 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11923         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11924         by field delimiters.
11926 2005-06-15  David Ponce  <david@dponce.com>
11928         * tree-widget.el: eval-and-compile inlined functions so they will
11929         be available at run-time too.
11930         (tree-widget-super-format-handler)
11931         (tree-widget-format-handler): Remove.
11932         (tree-widget-value-create): Handle the :indent property.
11934 2005-06-15  Miles Bader  <miles@gnu.org>
11936         * progmodes/which-func.el (which-func): Only inherit
11937         `font-lock-function-name-face' when that makes sense against the
11938         default mode-line face, otherwise set the face color explicitly.
11940         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11941         faces instead of (non-existent) variables.
11943 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11946         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11948 2005-06-14  Miles Bader  <miles@gnu.org>
11950         * progmodes/ld-script.el (ld-script-location-counter):
11951         Remove "-face" suffix from face name.
11952         (ld-script-location-counter-face):
11953         New backward-compatibility alias for renamed face.
11954         (ld-script-location-counter-face): Use renamed face.
11956         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11957         (cperl-hash): Remove "-face" suffix from face names.
11958         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11959         New backward-compatibility aliases for renamed faces.
11960         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11961         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11963         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11964         name.
11965         (which-func-face): New backward-compatibility alias for renamed face.
11966         (which-func-format): Use renamed which-func face.
11968         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11969         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11970         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11971         names.
11972         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11973         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11974         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11975         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11976         (vhdl-speedbar-architecture-selected)
11977         (vhdl-speedbar-configuration-selected)
11978         (vhdl-speedbar-package-selected)
11979         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11980         names.
11981         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11982         Use renamed faces.
11983         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11984         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11985         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11986         Use renamed faces.
11987         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11988         names.
11989         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11990         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11991         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11992         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11993         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11994         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11996         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11997         face name.
11998         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11999         (sh-heredoc-face): Use renamed sh-heredoc face.
12001         * progmodes/idlw-help.el (idlwave-help-link):
12002         Remove "-face" suffix from face name.
12003         (idlwave-help-link-face):
12004         New backward-compatibility alias for renamed face.
12005         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12007         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12008         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12009         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12010         New backward-compatibility aliases for renamed faces.
12011         (idlwave-shell-disabled-breakpoint-face)
12012         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12014         * progmodes/flymake.el (flymake-errline, flymake-warnline):
12015         Remove "-face" suffix from face names.
12016         (flymake-errline-face, flymake-warnline-face):
12017         New backward-compatibility aliases for renamed faces.
12018         (flymake-highlight-line): Use renamed flymake faces.
12020         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12021         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12022         (ebrowse-member-class, ebrowse-progress):
12023         Remove "-face" suffix from face names.
12024         (ebrowse-tree-mark-face, ebrowse-root-class-face)
12025         (ebrowse-file-name-face, ebrowse-default-face)
12026         (ebrowse-member-attribute-face, ebrowse-member-class-face)
12027         (ebrowse-progress-face):
12028         New backward-compatibility aliases for renamed faces.
12029         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12030         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12031         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12032         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12034         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12035         antlr-syntax)
12036         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12037         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12038         names.
12039         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12040         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12041         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12042         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12043         backward-compatibility aliases for renamed faces.
12044         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12045         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12046         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12047         remove "font-lock-".  Use renamed antlr-mode faces.
12048         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
12049         literal face-names with face variable references.
12051         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12052         face name.
12053         (Buffer-menu-buffer-face): New backward-compatibility alias for
12054         renamed face.
12055         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12057 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
12059         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12060         Eliminate "-face" suffix.
12061         (makefile-targets): Inherit from font-lock-function-name-face and
12062         eliminate "-face" suffix.
12063         (makefile-shell): Remove attributes and eliminate "-face" suffix.
12064         (makefile-*-font-lock-keywords): Append makefile-targets in rule
12065         actions, instead of prepending, to make it less visible.
12066         (makefile-previous-dependency, makefile-match-dependency):
12067         Don't match a target on a continuation line.
12069         * files.el (auto-mode-alist): Put Makefile in gmake mode.
12071 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
12073         * progmodes/gdb-ui.el (menu): Re-order menu items.
12074         (gdb-tooltip-print): Respect tooltip-use-echo-area.
12076         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12077         Define in tooltip.el.
12078         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12079         (gud-tooltip-tips): Respect tooltip-use-echo-area and
12080         gud-tooltip-echo-area.
12082         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12083         backward compatibility and make obsolete.
12084         (tooltip-help-tips): Use tooltip-use-echo-area.
12085         (tooltip-show-help-function): Rename to...
12086         (tooltip-show-help): ...this, because it is a function.
12087         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12089 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
12091         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12092         (edebug-print-length, edebug-print-level, edebug-print-circle)
12093         (edebug-modify-breakpoint, edebug-eval-last-sexp)
12094         (edebug-eval-print-last-sexp): Doc fixes.
12096 2005-06-14  Kim F. Storm  <storm@cua.dk>
12098         * ido.el (ido-mode): Make a new keymap every time we enable ido,
12099         as the coverage buffer/file/both may change.
12101 2005-06-14  Lute Kamstra  <lute@gnu.org>
12103         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12104         and run-mode-hooks.  Simplify.
12106         * mail/rmailedit.el (rmail-edit-mode):
12107         * progmodes/octave-inf.el (inferior-octave-mode):
12108         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12110         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12111         and run-mode-hooks.
12112         (recentf-edit-list, recentf-open-files): Don't call
12113         kill-all-local-variables directly.
12115         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12117 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12119         * emacs-lisp/byte-run.el (make-obsolete)
12120         (define-obsolete-function-alias): Rename arguments FUNCTION and
12121         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12122         (make-obsolete-variable, define-obsolete-variable-alias):
12123         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12124         respectively.
12126         * isearchb.el (isearchb-activate):
12127         * pcvs.el (cvs-mode):
12128         * ses.el (ses-load):
12129         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12130         * net/tramp.el (tramp-find-file-exists-command)
12131         (tramp-find-shell):
12132         * progmodes/ada-mode.el (ada-create-case-exception)
12133         (ada-create-case-exception-substring, ada-make-subprogram-body):
12134         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12135         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12136         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12137         * textmodes/org.el (org-promote, org-evaluate-time-range)
12138         (org-agenda-next-date-line, org-agenda-previous-date-line)
12139         (org-agenda-error, org-open-at-point, org-table-move-row)
12140         (org-format-table-table-html-using-table-generate-source)
12141         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12142         * textmodes/reftex.el (reftex-access-scan-info):
12143         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12144         (reftex-toc-promote-prepare): Follow error conventions.
12146         * diff-mode.el (diff-mode): Fix typo in docstring.
12148         * forms.el (forms--intuit-from-file): Fix reference to
12149         `forms-number-of-fields' in error message.
12150         (forms-print): Fix quoting in error message.
12152         * forms.el (forms-mode):
12153         * emulation/vi.el (vi-goto-insert-state):
12154         * progmodes/flymake.el (flymake-new-err-info)
12155         (flymake-start-syntax-check-for-current-buffer)
12156         (flymake-simple-cleanup):
12157         * eshell/esh-var.el (eshell/export):
12158         * progmodes/gud.el (xdb):
12159         * textmodes/flyspell.el (flyspell-incorrect-hook)
12160         (flyspell-maybe-correct-transposition)
12161         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12163 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12165         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12166         minibuffer prompt.
12168 2005-06-13  Kim F. Storm  <storm@cua.dk>
12170         * subr.el (add-to-ordered-list): New defun.
12172         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12173         add cua--keymap-alist to emulation-mode-map-alists.
12175 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * subr.el (complete-in-turn): New macro.
12178         (dynamic-completion-table, lazy-completion-table): Add debug info.
12180         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12181         in preference to face aliases.
12183         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12184         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12185         Remove unused vars `start' and `firstline'.
12186         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12187         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12189 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12191         * cus-start.el (all): Don't complain about missing GTK-related
12192         variables, unless either `gtk' is boundp or this isn't a
12193         `windows-nt' build.
12195 2005-06-13  Lute Kamstra  <lute@gnu.org>
12197         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12198         run-mode-hooks.
12200         * ediff-mult.el (ediff-meta-mode):
12201         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12203         * ledit.el (ledit-mode): Use delay-mode-hooks.
12205         * woman.el (woman-mode-line-format): Delete constant.
12206         (woman-mode-map): Initialize it properly.
12207         (woman-mode): Set mode-class property to special.
12208         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12209         Set major-mode and mode-name.  Don't set mode-line-format directly.
12210         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12212         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12213         string argument obsolete.
12215 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12217         * textmodes/org.el (org-CUA-compatible): New option.
12218         (org-disputed-keys): New variable.
12219         (org-key): New function.
12220         (orgtbl-make-binding): Add docstring to the created function.
12221         (org-mode): Set paragraph start/separate regexps.
12222         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12223         (org-archive-location, org-archive-mark-done)
12224         (org-archive-stamp-time): New options.
12225         (org-archive-subtree): New command.
12226         (org-fill-paragraph): New function.
12227         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12228         (org-fake-empty-table-line): Function removed.
12229         (org-format-org-table-html): Do not create empty table lines at
12230         separator lines.  Improved table header treatment.
12231         (org-link-format): New option.
12232         (org-make-link): New function.
12233         (org-insert-link, org-store-link): Use org-make-link.
12234         (org-open-file): Quote file name for shell command, to allow
12235         spaces in file names.
12236         (org-link-regexp): Fix bug with mailto link.
12237         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12238         New constants.
12239         (org-export-as-html): Deal with the optional angles around a link.
12240         Better treatment of file: links.
12241         (org-open-at-point): Replace @{ and @} with < and >.
12242         (org-run-mode-hooks): Function removed.
12243         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12245 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12247         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12248         MI command -data-list-register-values.
12249         (gdb-post-prompt): Indent properly.
12251 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12253         * hilit-chg.el (highlight-changes-colors): Rename from
12254         `highlight-changes-colours'.
12255         (highlight-changes-colours): Keep as obsolete alias.
12256         (highlight-changes-face-list): Doc fix.
12257         (hilit-chg-make-list): Use `highlight-changes-colors'.
12259 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12261         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12262         defun-prompt-regexp.
12264 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12266         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12267         and cygwin.
12269         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12270         Don't use an old loaddefs.el, as in Makefile.in.
12272 2005-06-12  Lute Kamstra  <lute@gnu.org>
12274         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12276         * man.el (Man-mode-map): Initialize it properly.
12277         (Man-mode): Set mode-class property to special.
12279         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12281 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12283         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12284         A newline is needed in the docstring there.
12286         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12287         Doc fixes.
12289 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12291         * printing.el: Doc fix.  The menubar is no more changed when printing
12292         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12293         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12294         (pr-version): New version number (6.8.4).
12295         (pr-menu-bind): New command.
12296         (pr-update-menus): Docstring and code fix.
12297         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12298         Docstring fix.
12299         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12300         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12302 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12304         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12305         "Returns" to "return", document useful return values, etc.
12307 2005-06-11  Alan Mackenzie  <acm@muc.de>
12309         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12310         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12311         (adaptive-file-function): Minor amendment to doc-string.
12313 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12315         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12316         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12317         Fix :type--it is `integer', not `string'.
12319         * faces.el (modeline-highlight): Rename from (the erroneous)
12320         `modeline-higilight'.
12322 2005-06-11  Lute Kamstra  <lute@gnu.org>
12324         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12325         lisp-interaction-mode-map but make it the parent.
12326         (edebug-eval-mode): Use define-derived-mode.
12328 2005-06-11  Andreas Schwab  <schwab@suse.de>
12330         * bindings.el: Add binding of `ESC functionkey' for every
12331         `M-functionkey'.
12332         * hexl.el (hexl-mode-map): Likewise.
12334 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12336         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12337         [msft]: update regexp for newer msft compilers.
12339 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12341         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12342         ATTLIST portions of included DTDs.
12343         (xml-parse-dtd): Eliminate use of inefficient match-data.
12345 2005-06-10  Miles Bader  <miles@gnu.org>
12347         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12348         (mpuz-text): Remove "-face" suffix from face names.
12349         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12350         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12351         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12353         * play/gomoku.el (gomoku-O, gomoku-X):
12354         Remove "-face" suffix from face names.
12355         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12356         New backward-compatibility aliases for renamed faces.
12357         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12359 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12361         * thumbs.el: Fixes for changes of 2005-06-09.
12362         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12363         as a directory.
12364         (thumbs-thumbname): Remove directory separator from format string;
12365         `thumbs-thumbsdir' now returns a valid directory name.
12366         (thumbs-temp-dir): New defsubst.
12367         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12368         Use it.
12370         * cus-edit.el (minibuffer):
12371         * files.el (make-backup-file-name-function):
12372         * filesets.el (filesets-external-viewers):
12373         * hilit-chg.el (highlight-changes-colours)
12374         (highlight-changes-face-list, highlight-changes-rotate-faces):
12375         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12376         * kmacro.el (kmacro-call-macro):
12377         * log-edit.el (log-edit-changelog-full-paragraphs):
12378         * mouse.el (mouse-1-click-follows-link):
12379         * skeleton.el (skeleton-autowrap):
12380         * subr.el (insert-for-yank-1):
12381         * tempo.el (tempo-insert-region):
12382         * terminal.el (terminal-emulator):
12383         * time.el (display-time-mail-face):
12384         * vc.el (vc-annotate):
12385         * vcursor.el (vcursor-copy-line):
12386         * woman.el (woman-bold-headings, woman-ignore)
12387         (woman-default-faces, woman-monochrome-faces):
12388         * calendar/todo-mode.el (todo-insert-threshold):
12389         * emulation/pc-select.el (pc-select-selection-keys-only)
12390         (pc-selection-mode):
12391         * emulation/vip.el (vip-find-char-forward):
12392         * emulation/viper-cmd.el (viper-find-char-forward):
12393         * international/mule-cmds.el
12394         (select-safe-coding-system-accept-default-p)
12395         (input-method-exit-on-invalid-key):
12396         * international/mule-diag.el (describe-coding-system):
12397         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12398         * net/browse-url.el (browse-url-xterm-program):
12399         * obsolete/lazy-lock.el (lazy-lock-mode):
12400         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12401         (cperl-mode):
12402         * progmodes/cpp.el (cpp-face-light-name-list)
12403         (cpp-face-dark-name-list):
12404         * progmodes/delphi.el (delphi-newline-always-indents):
12405         Fix spellings in docstrings.
12407         * ido.el (ido-mode, ido-file-extensions-order)
12408         (ido-default-file-method, ido-default-buffer-method)
12409         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12410         (ido-decorations, ido-read-file-name-as-directory-commands)
12411         (ido-read-file-name-non-ido, ido-work-directory-list)
12412         (ido-ignore-item-temp-list, ido-current-directory)
12413         (ido-magic-forward-char, ido-enter-find-file)
12414         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12415         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12417 2005-06-10  Lute Kamstra  <lute@gnu.org>
12419         * play/dunnet.el (dun-mode): Use define-derived-mode.
12420         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12421         obsolete alias.
12423         * play/doctor.el (doctor-mode-map): Remove defvar.
12424         (doctor-mode): Use define-derived-mode.
12426         * mail/mspools.el (mspools-mode):
12427         * net/eudc-hotlist.el (eudc-hotlist-mode):
12428         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12430 2005-06-10  Miles Bader  <miles@gnu.org>
12432         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12433         Remove "-face" suffix from face names.
12434         (flyspell-incorrect-face, flyspell-duplicate-face):
12435         New backward-compatibility aliases for renamed faces.
12436         (flyspell-mode-on, make-flyspell-overlay)
12437         (flyspell-highlight-incorrect-region)
12438         (flyspell-highlight-duplicate-region)
12439         (flyspell-display-next-corrections)
12440         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12442         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12443         from face name.
12444         (texinfo-heading-face): New backward-compatibility alias for
12445         renamed face.
12446         (texinfo-heading-face): Use renamed texinfo-heading face.
12448         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12449         suffix from face names.
12450         (tex-math-face, tex-verbatim-face):
12451         New backward-compatibility aliases for renamed faces.
12452         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12453         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12454         literal face name.
12456         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12457         name.
12458         (table-cell-face): New backward-compatibility alias for renamed face.
12459         (table--put-cell-face-property, table--update-cell-face):
12460         Use renamed table-cell face.
12462         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12463         from face name.
12464         (sgml-namespace-face): New backward-compatibility alias for
12465         renamed face.
12466         (sgml-namespace-face): Use renamed sgml-namespace face.
12468         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12469         (org-level-4, org-level-5, org-level-6, org-level-7)
12470         (org-level-8, org-warning, org-headline-done)
12471         (org-deadline-announce, org-scheduled-today)
12472         (org-scheduled-previously, org-link, org-done, org-table)
12473         (org-time-grid): Remove "-face" suffix from face names.
12474         (org-level-1-face, org-level-2-face, org-level-3-face)
12475         (org-level-4-face, org-level-5-face, org-level-6-face)
12476         (org-level-7-face, org-level-8-face, org-warning-face)
12477         (org-headline-done-face, org-deadline-announce-face)
12478         (org-scheduled-today-face, org-scheduled-previously-face)
12479         (org-link-face, org-done-face, org-table-face)
12480         (org-time-grid-face):
12481         New backward-compatibility aliases for renamed faces.
12482         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12483         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12484         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12485         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12487         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12488         (viper-minibuffer-emacs, viper-minibuffer-insert)
12489         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12490         (viper-search-face, viper-replace-overlay-face)
12491         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12492         (viper-minibuffer-vi-face):
12493         New backward-compatibility aliases for renamed faces.
12494         (viper-search-face, viper-replace-overlay-face)
12495         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12496         (viper-minibuffer-vi-face): Use renamed viper faces.
12498         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12499         Remove "-face" suffix from face names.
12500         (testcover-nohits-face, testcover-1value-face):
12501         New backward-compatibility aliases for renamed faces.
12502         (testcover-mark): Use renamed testcover faces.
12504         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12505         face name.
12506         (diary-button-face): New backward-compatibility alias for renamed face.
12507         (diary-entry): Use renamed diary-button face.
12509         * calendar/calendar.el (diary, calendar-today, holiday)
12510         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12511         (diary-face, calendar-today-face, holiday-face):
12512         New backward-compatibility aliases for renamed faces.
12513         (eval-after-load "facemenu", diary-entry-marker)
12514         (calendar-today-marker, calendar-holiday-marker, diary-face):
12515         Use renamed calendar faces.
12517         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12518         (compare-windows-face): New backward-compatibility alias for
12519         renamed face.
12520         (compare-windows-highlight): Use renamed compare-windows face.
12522         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12523         (strokes-char-face): New backward-compatibility alias for renamed face.
12524         (strokes-encode-buffer): Use renamed strokes-char face.
12526         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12527         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12528         Remove "-face" suffix from face names.
12529         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12530         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12531         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12532         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12533         Use renamed pcvs faces.
12534         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12535         * pcvs-defs.el (cvs-mode-map): Likewise.
12536         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12538         * info.el (info-title-1, info-title-2, info-title-3)
12539         (info-title-4): Remove "-face" suffix from and downcase face names.
12540         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12541         (Info-title-4-face):
12542         New backward-compatibility aliases for renamed faces.
12543         (Info-fontify-node): Use renamed info faces.
12545         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12546         Remove "-face" suffix from face names.
12547         (highlight-changes-face, highlight-changes-delete-face):
12548         New backward-compatibility aliases for renamed faces.
12549         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12550         (hilit-chg-make-list): Use renamed highlight-changes faces.
12552         * generic-x.el (show-tabs-tab, show-tabs-space):
12553         Remove "-face" suffix from face names.
12554         (show-tabs-tab-face, show-tabs-space-face):
12555         New backward-compatibility aliases for renamed faces.
12556         (show-tabs-generic-mode-font-lock-defaults-1)
12557         (show-tabs-generic-mode-font-lock-defaults-2):
12558         Use renamed show-tabs faces.
12560         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12561         (smerge-markers): Remove "-face" suffix from face names.
12562         (smerge-mine-face, smerge-other-face, smerge-base-face)
12563         (smerge-markers-face):
12564         New backward-compatibility aliases for renamed faces.
12565         (smerge-mine-face, smerge-other-face, smerge-base-face)
12566         (smerge-markers-face): Use renamed smerge faces.
12568         * log-view.el (log-view-file, log-view-message): Remove "-face"
12569         suffix from face names.
12570         (log-view-file-face, log-view-message-face):
12571         New backward-compatibility aliases for renamed faces.
12572         (log-view-file-face, log-view-message-face): Use renamed log-view
12573         faces.
12575         * paren.el (show-paren-match, show-paren-mismatch):
12576         Remove "-face" suffix from face names.
12577         (show-paren-match-face, show-paren-mismatch-face):
12578         New backward-compatibility aliases for renamed faces.
12579         (show-paren-function): Use renamed show-paren faces.
12581         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12582         (ruler-mode-margins, ruler-mode-fringes)
12583         (ruler-mode-column-number, ruler-mode-fill-column)
12584         (ruler-mode-comment-column, ruler-mode-goal-column)
12585         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12586         suffix from face names.
12587         (ruler-mode-default-face, ruler-mode-pad-face)
12588         (ruler-mode-margins-face, ruler-mode-fringes-face)
12589         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12590         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12591         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12592         New backward-compatibility aliases for renamed faces.
12593         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12594         (ruler-mode-column-number, ruler-mode-fill-column)
12595         (ruler-mode-comment-column, ruler-mode-goal-column)
12596         (ruler-mode-tab-stop, ruler-mode-current-column)
12597         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12598         faces.
12600         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12601         face name.
12602         (whitespace-highlight-the-space): Use renamed face.
12603         (whitespace-highlight-face): New backward-compatibility alias for
12604         renamed face.
12606         * woman.el (woman-italic, woman-bold, woman-unknown)
12607         (woman-addition, woman-symbol-face):
12608         Remove "-face" suffix from face names.
12609         (woman-italic-face, woman-bold-face, woman-unknown-face)
12610         (woman-addition-face):
12611         New backward-compatibility aliases for renamed faces.
12612         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12613         (woman-decode-region, woman-replace-match)
12614         (woman-display-extended-fonts, woman-special-characters)
12615         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12616         Use renamed woman faces.
12618         * longlines.el (longlines-visible-face): Face removed.
12620         * diff-mode.el (diff-header, diff-file-header, diff-index)
12621         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12622         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12623         suffix from face names.
12624         (diff-header-face, diff-file-header-face, diff-index-face)
12625         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12626         (diff-changed-face, diff-function-face, diff-context-face)
12627         (diff-nonexistent-face): New backward-compatibility aliases for
12628         renamed faces.
12629         (diff-header-face, diff-file-header-face)
12630         (diff-index, diff-index-face, diff-hunk-header)
12631         (diff-hunk-header-face, diff-removed, diff-removed-face)
12632         (diff-added, diff-added-face, diff-changed-face, diff-function)
12633         (diff-function-face, diff-context-face, diff-nonexistent)
12634         (diff-nonexistent-face): Use renamed diff-mode faces.
12636         * progmodes/compile.el (compilation-warning-face)
12637         (compilation-info-face): Remove "-face" suffix from face names.
12638         (compilation-warning-face, compilation-info-face):
12639         New backward-compatibility aliases for renamed faces.
12640         (compilation-warning-face, compilation-info-face):
12641         Use renamed compilation faces.
12643         * add-log.el (change-log-date, change-log-name)
12644         (change-log-email, change-log-file, change-log-list)
12645         (change-log-conditionals, change-log-function)
12646         (change-log-acknowledgement): Remove "-face" suffix from face names.
12647         (change-log-date-face, change-log-name-face)
12648         (change-log-email-face, change-log-file-face)
12649         (change-log-list-face, change-log-conditionals-face)
12650         (change-log-function-face, change-log-acknowledgement-face):
12651         New backward-compatibility aliases for renamed faces.
12652         (change-log-font-lock-keywords): Use renamed change-log faces.
12654         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12655         (custom-set, custom-changed, custom-saved, custom-button)
12656         (custom-button-pressed, custom-documentation, custom-state)
12657         (custom-comment, custom-comment-tag, custom-variable-tag)
12658         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12659         (custom-group-tag): Remove "-face" suffix from face names.
12660         (custom-magic-alist, custom-magic-value-create)
12661         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12662         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12663         (custom-set-face, custom-changed-face, custom-saved-face)
12664         (custom-button-face, custom-button-pressed-face)
12665         (custom-documentation-face, custom-state-face)
12666         (custom-comment-face, custom-comment-tag-face)
12667         (custom-variable-tag-face, custom-variable-button-face)
12668         (custom-face-tag-face, custom-group-tag-face-1)
12669         (custom-group-tag-face):
12670         New backward-compatibility aliases for renamed faces.
12672         * wid-edit.el (widget-documentation, widget-button)
12673         (widget-field, widget-single-line-field, widget-inactive)
12674         (widget-button-pressed): "-face" suffix removed from face names.
12675         (widget-documentation-face, widget-button-face)
12676         (widget-field-face, widget-single-line-field-face)
12677         (widget-inactive-face, widget-button-pressed-face):
12678         New backward-compatibility aliases for renamed faces.
12679         (widget-documentation-face, widget-button-face)
12680         (widget-button-pressed-face, widget-specify-field)
12681         (widget-specify-inactive): Use renamed widget faces.
12683 2005-06-10  Kenichi Handa  <handa@m17n.org>
12685         * term/x-win.el (x-clipboard-yank): Remove condition-case
12686         wrapping.
12688 2005-06-11  Kenichi Handa  <handa@m17n.org>
12690         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12691         date lines stricter.
12693 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12695         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12696         of x-get-selection.
12698 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12700         * comint.el (comint-mode, comint-snapshot-last-prompt):
12701         * frame.el (frame-current-scroll-bars):
12702         * term.el (term-mode, term-check-proc, term-input-sender)
12703         (term-simple-send, term-extract-string, term-word)
12704         (term-match-partial-filename):
12705         * window.el (window-current-scroll-bars):
12706         * emulation/cua-base.el (cua-normal-cursor-color)
12707         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12708         (cua-global-mark-cursor-color):
12709         * mail/undigest.el (rmail-forward-separator-regex):
12710         Fix typos in docstrings.
12712         * comint.el (comint-check-proc, make-comint-in-buffer)
12713         (comint-source-default): Doc fixes.
12715         * term.el (term-send-string): Improve argument/docstring consistency.
12717 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12719         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12720         call to `delete-region'.
12721         (comint-mode-hook): Do not enable Font Lock by default.
12723 2005-06-09  Lute Kamstra  <lute@gnu.org>
12725         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12726         could be void.
12728 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12731         (debug): Use it.
12732         (debugger-step-through, debugger-continue, debugger-jump)
12733         (debugger-return-value): Set it when needed.
12734         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12735         Use inhibit-read-only.
12737 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12739         * window.el (shrink-window-if-larger-than-buffer)
12740         (window-size-fixed): Fix typo in docstring.
12742         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12743         thumbnails directory on loading.
12744         (thumbs-conversion-program): Use `eq' to check the system type,
12745         not `equal'.
12746         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12747         not "/tmp".  Fix docstring.
12748         (thumbs-thumbsdir): New function to return the thumbnails
12749         directory, creating it if needed.
12750         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12751         (thumbs-temp-file): Delete variable and make it into a function.
12752         (thumbs-resize-image, thumbs-modify-image): Use it.
12753         (thumbs-kill-buffer): Simplify.
12754         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12755         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12756         docstrings.
12758 2005-06-09  Kim F. Storm  <storm@cua.dk>
12760         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12761         set-match-data to free markers in match-data.
12763         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12764         match-data to unchain markers in match-data.
12766 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12769         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12770         unnecessary now.
12772 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12774         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12775         give the variable a doc string that doesn't say don't set it directly.
12777         * textmodes/ispell.el (ispell-check-version):
12778         Use match-string-no-properties.
12779         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12780         (ispell-buffer-local-words): Likewise.
12782         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12783         except on terminals with enough colors to really display it.
12784         (makefile-dependency-regex): Delete spurious `bb'.
12786         * faces.el (escape-glyph): Use blue once again in last case.
12787         (no-break-space): Redefine so that it isn't invisible on a tty.
12789 2005-06-08  Kim F. Storm  <storm@cua.dk>
12791         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12792         also when reading directory name.
12794 2005-06-08  Lute Kamstra  <lute@gnu.org>
12796         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12797         (flyspell-mode-line-string): Remove autoload cookie.
12798         (flyspell-mode): Remove defvar.
12800 2005-06-07  Lute Kamstra  <lute@gnu.org>
12802         * textmodes/org.el (org-run-mode-hooks): New function.
12803         (org-agenda-mode): Use it.
12805 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12807         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12809 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12811         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12813 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12815         * font-lock.el (font-lock-add-keywords): Doc fix.
12817 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12819         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12820         (tex-compile-default): In the absence of any history, use the order in
12821         tex-compile-alist to choose the preferred command.
12822         (tex-compile-commands): Reorder a bit.
12824         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12825         (flyspell-incorrect-face, flyspell-duplicate-face):
12826         Use (X)Emacs-agnostic code.
12827         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12828         redundant with the subsequent add-minor-mode.  Merge Emacs and
12829         XEmacs code.
12830         (flyspell-word): Minor simplification.
12831         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12832         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12833         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12834         Merge the corresponding Emacs code.
12835         (flyspell-correct-word, flyspell-xemacs-popup):
12836         Use flyspell-do-correct.
12838         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12839         a dedicated window.
12841         * international/latexenc.el (latexenc-find-file-coding-system):
12842         Undo part of last patch, to turn off a compiler warning.
12844 2005-06-06  Juri Linkov  <juri@jurta.org>
12846         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12847         Rename `tmm-inactive-face' to `tmm-inactive'.
12849 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12851         * iswitchb.el: Rename faces.
12853 2005-06-06  Kim F. Storm  <storm@cua.dk>
12855         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12856         (cua-global-mark): Remove -face suffix from face names.
12858         * emulation/cua-gmrk.el (cua--init-global-mark):
12859         Remove cua-global-mark face setup.
12861 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12863         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12864         just like other allowed characters.
12865         (makefile-match-dependency): Exclude leading and training whitespace
12866         from the range of regexp subexp 1.
12867         (makefile-macroassign-regex): Don't try to match the body,
12868         just the name of the macro being defined.
12870         * info.el (Info-read-node-name-2): New function.
12871         (Info-read-node-name-1): Use that.
12872         Add a completion-base-size-function property.
12874         * simple.el (completion-setup-function): Look for
12875         completion-base-size-function property of minibuffer-completion-table.
12877         * files.el (locate-file-completion): Doc fix.
12879         * printing.el: Don't call pr-update-menus; user must do that.
12881         * emacs-lisp/debug.el (debugger-window): New variable.
12882         (debug): Use debugger-window if it is set and still alive.
12883         Record debugger-window for next entry.
12885         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12887 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12889         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12890         (hack-one-local-variable, hack-local-variables)
12891         (hack-local-variables-prop-line): Pass that arg.
12893 2005-06-06  Kim F. Storm  <storm@cua.dk>
12895         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12896         (ido-indicator): Remove -face suffix from face names.
12898 2005-06-06  Juri Linkov  <juri@jurta.org>
12900         * font-lock.el (font-lock-regexp-backslash)
12901         (font-lock-regexp-backslash-construct): New faces.
12902         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12903         after `('.  Add `while-no-input' to control structures.
12905         * faces.el (no-break-space, shadow): New faces.
12906         (escape-glyph): Use less loud colors pink2 and red4.
12908         * diff-mode.el (diff-context-face)
12909         * dired.el (dired-ignored)
12910         * rfn-eshadow.el (file-name-shadow)
12911         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12913         * info.el (Info-title-1-face): Use green instead of yellow because
12914         bold yellow is not readable on light backgrounds.
12916         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12917         before selecting the desired mode to not spend time fontifying
12918         old contents.
12920 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12922         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12923         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12925         * ps-print.el (ps-default-fg, ps-default-bg):
12926         Fix typos in docstrings.
12928         * isearchb.el (isearchb): Don't pass a spurious second argument to
12929         `iswitchb-completions'.
12931 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12933         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12934         to preserve point.
12935         (gdb-find-file-hook): Add doc string.
12937         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12938         C dereferenced pointer expression.
12939         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12941         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12943         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12944         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12945         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12946         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12947         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12948         Make background transparent.
12950 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12952         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12953         (font-lock-remove-keywords): Doc fix.
12954         (font-lock-mode-major-mode): Compiler defvar.
12955         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12957         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12958         (font-lock-mode): Update `font-lock-mode-major-mode'.
12959         (font-lock-set-defaults): Compiler defvar.
12960         (font-lock-default-function): Take `font-lock-mode-major-mode'
12961         into account.
12963         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12964         keep track of which major mode it enabled the minor mode for.
12965         Use find-file-hook again.  Update docstring.
12967         * simple.el (eval-expression-print-level)
12968         (eval-expression-print-length, eval-expression-debug-on-error):
12969         Doc fixes.
12971 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12973         * iswitchb.el (iswitchb-single-match-face)
12974         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12975         (iswitchb-invalid-regexp-face): New faces.
12976         (iswitchb-completions): Use them.
12977         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12978         now marked as an obsolete alias.
12979         (iswitchb-read-buffer): Remove check for bound font variables.
12980         (iswitchb-invalid-regexp): New free variable.
12981         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12982         set iswitchb-invalid-regexp.
12983         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12984         invalid regexps.
12985         (iswitchb-completions): Add check for complete match when entering
12986         a regexp.
12987         (iswitchb-completions): Remove require-match argument.
12988         (iswitchb-exhibit): Fix caller.
12989         (iswitchb-common-match-inserted): New variable.
12990         (iswitchb-complete, iswitchb-completion-help): Use it.
12992 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12994         * url-http.el (url-http-chunked-encoding-after-change-function):
12995         Use `url-http-debug' instead of `message'.
12997 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12999         * url-http.el (url-http-parse-headers): Pass redirected URL as a
13000         callback argument.
13002 2005-06-04  Kim F. Storm  <storm@cua.dk>
13004         * simple.el (line-move): Only call sit-for when moving backwards.
13006         * ido.el (ido-make-merged-file-list-1): New defun split from
13007         ido-make-merged-file-list.
13008         (ido-make-merged-file-list): Bind throw-on-input around call to
13009         ido-make-merged-file-list-1.  Return input-pending-p if
13010         interrupted by more input available.
13011         (ido-read-internal): Handle input-pending-p return value from
13012         ido-make-merged-file-list.
13014 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13016         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13017         compatibility code.
13019         * international/latexenc.el (latexenc-find-file-coding-system):
13020         Don't inherit the EOL part of the coding-system from the
13021         tex-main buffer.  Fit within 80 columns.
13023 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
13025         * tmm.el (tmm-inactive-face): New face.
13026         (tmm-remove-inactive-mouse-face): New function.
13027         (tmm-prompt, tmm-add-one-shortcut)
13028         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13029         but not selectable.
13031 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
13033         * faces.el (face-equal): Improve argument/docstring consistency.
13035 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
13037         * progmodes/make-mode.el (makefile-targets-face)
13038         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13039         (makefile-bsdmake-dependency-regex)
13040         (makefile-makepp-rule-action-regex)
13041         (makefile-bsdmake-rule-action-regex): New constants.
13042         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13044         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13045         Allow (...) within `...' for makepp messages.
13047 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
13049         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13051         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13052         "." files are deleted from all file lists before comparison.
13054         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13055         (viper-ESC-key): Made them customizable.
13057         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13059 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13061         * autorevert.el (auto-revert-buffers): Use save-match-data.
13063 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13065         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13066         menu items with a nil command binding.
13068 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
13070         * emacs-lisp/cl-macs.el (defsetf):
13071         Improve argument/docstring consistency.
13073         * faces.el (list-faces-display): Improve the formatting by
13074         computing the maximum length required for any face-name (reworked
13075         patch of 1999-01-11, accidentally deleted on 1999-07-21).
13076         (internal-find-face): Remove redundant info in docstring.
13078 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
13080         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13081         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13082         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13083         (gdb-assembler-custom): Improve regexps.
13084         (def-gdb-auto-update-handler): Use window point to preserve point.
13086 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13090 2005-05-31  Jay Belanger  <belanger@truman.edu>
13092         * calc/calc-embed.el (calc-embedded-word): Change argument passed
13093         to calc-embedded.
13094         (calc-embedded-make-info): Have plain prefix argument select
13095         entire line.
13097 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
13099         * faces.el (list-faces-display): Signal error if passed a regexp
13100         that matches no face name.
13102         * simple.el (filter-buffer-substring): Fix typo in docstring.
13104 2005-05-31  Richard M. Stallman  <rms@gnu.org>
13106         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13107         (vhdl-emacs-21): Doc fix.
13108         (vhdl-mode): Unconditionally set comment-padding.
13109         (vhdl-fixup-whitespace-region): Insert spaces only where
13110         there are none.
13111         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13113 2005-05-30  John Wiegley  <johnw@newartisans.com>
13115         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13116         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13117         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13118         `directory-sep-char' to ?/, and all uses of `string-to-int' to
13119         `string-to-number'.
13121 2005-05-30  Jay Belanger  <belanger@truman.edu>
13123         * calc/calc.el (calc-bug-address): Fix docstring.
13124         (calc-window-hook, calc-trail-window-hook): New variables.
13125         (calc-trail-display): Restore use of calc-trail-window-hook.
13126         (calc): Restore use of calc-window-hook.
13128 2005-05-31  Masatake YAMATO  <jet@gyve.org>
13130         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13132         * help-fns.el (help-C-file-name): Add autoload mark for
13133         `find-function-noselect'.
13135 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13137         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13138         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13140 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13142         * calendar/diary-lib.el (mark-included-diary-files): Only kill
13143         included diary buffer if it was not already being visited.
13144         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13146         * calendar/icalendar.el (top-level): Do not require appt.
13148         * mail/supercite.el (sc-select-attribution): Only use a list
13149         element from sc-attrib-selection-list if it returns a string.
13150         Reported by Davide G. M. Salvetti <salve@debian.org>.
13152 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
13154         * thumbs.el (thumbs-thumbname): The resulting thumbname now
13155         includes a hash value to improve its uniqueness, and has a ".jpg"
13156         extension.  Also, it is now a valid filename on all systems.
13157         (thumbs-make-thumb): Use `let', not `let*'.
13158         (thumbs-show-thumbs-list): Check for JPEG availability.
13160 2005-05-30  Richard M. Stallman  <rms@gnu.org>
13162         * filesets.el (filesets-menu-ensure-use-cached):
13163         Prevent warning when emacs-version>= is undefined.
13165         * printing.el (pr-interactive-n-up): Use string-to-number.
13167         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13169         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13170         Warn only when name to be defined is quoted.
13172 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
13174         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13175         Make regexp more robust.
13176         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13177         Force regeneration of disassembly.
13179 2005-05-29  Jay Belanger  <belanger@truman.edu>
13181         * calc/calc.el (calc-user-invocation): Check if
13182         calc-invocation-macro is non-nil.
13184 2005-05-29  Juri Linkov  <juri@jurta.org>
13186         * add-log.el (change-log-font-lock-keywords):
13187         Add `+' to e-mail regexp to accept mail address with keywords.
13189         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13191 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13193         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13195         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13197 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13199         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13200         Undo the change that moves to end of the current word.
13202 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13204         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13205         Throw error when count <= 0 to ensure input is a number.
13206         (gdb-read-memory-custom): Pick up address from buffer.
13207         (gdb-memory-mode): Allow user to increment and decrement
13208         memory address from header line.
13210 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13212         * flyspell.el (flyspell-version): Function deleted.
13213         (flyspell-auto-correct-previous-hook): Doc fix.
13215         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13216         Do nothing if memory is full.
13218         * font-lock.el (font-lock-fontify-syntactically-region):
13219         Pass t for GREEDY to looking-back.
13221         * saveplace.el (save-place-alist-to-file): Write the file
13222         using write-region.
13224         * subr.el (looking-back): New argument GREEDY.
13226         * progmodes/compile.el (compilation-start): Set the mode
13227         before inserting the initial text.
13229         * progmodes/which-func.el (which-func-update-1): Turn the mode
13230         off in case of error by setting which-func-mode.
13232 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13234         * flyspell.el (flyspell-auto-correct-previous-word):
13235         Narrow down to what's on the screen, and recenter overlays
13236         at the end of the next word.
13238 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13240         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13241         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13242         (flyspell-abbrev-p): Default to nil.
13243         (flyspell-use-global-abbrev-table-p): Doc fix.
13244         (flyspell-large-region): Allow nil as value.
13245         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13247         (mail-mode-flyspell-verify): More robust handling
13248         of `mail-header-separator'.  More efficient signature detection.
13249         Allow for regexp metacharacters in message-header-separator.
13250         Adding `To' not to be checked in mail-mode-flyspell-verify.
13252         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13253         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13254         Bind flyspell-auto-correct-binding.
13255         Bind C-. and C-, .
13256         (flyspell-mode-map): Likewise.
13257         (flyspell-mode): Doc fix.
13258         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13259         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13260         (flyspell-word-cache-result): New var, always local.
13261         (flyspell-check-pre-word-p): Doc fix.
13262         (flyspell-check-changed-word-p): Handle spc like newline.
13263         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13264         (flyspell-word-search-backward, flyspell-word-search-forward):
13265         New functions.
13266         (flyspell-word): Return t if nothing to check.
13267         When parsing TeX code, check for after } or \.
13268         Use flyspell-word-search-backward to find previous word.
13269         Return nil if duplicated word.
13270         For word already checked, return same value as last time.
13271         Set flyspell-word-cache-result after checking.
13272         Don't clobber the return value.
13273         (flyspell-get-word): Major rewrite.
13274         (flyspell-external-point-words): New locals pword, pcount.
13275         Fix size used in progress message.
13276         Find the proper corresponding word in flyspell-large-region-buffer.
13277         (flyspell-region): Check for flyspell-large-region = nil.
13278         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13279         (flyspell-auto-correct-word): Check that WORD is a cons.
13280         (flyspell-correct-word): Likewise.
13282 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13284         * progmodes/make-mode.el (makefile-rule-action-regex)
13285         (makefile-macroassign-regex, makefile-makepp-mode)
13286         (makefile-bsdmake-mode): Continuation lines may be empty.
13287         Reported by Joshua Varner.
13288         (makefile-makepp-font-lock-keywords): Add $(stem).
13290 2005-05-28  Karl Berry  <karl@gnu.org>
13292         * textmodes/tex-mode.el: Now that tex-send-command calls
13293         shell-quote-argument (2005-03-31 change), remove all calls to
13294         shell-quote-argument; they all end up invoking tex-send-command.
13295         The double quoting loses on filenames with non-safe characters,
13296         such as "@".  Reported by Frederik Fouvry.
13298 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13300         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13301         about preserving point.
13303 2005-05-27  Jay Belanger  <belanger@truman.edu>
13305         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13306         Info-goto-node.
13308         * calc/calc-embed.el (calc-embed-arg): New variable.
13309         (calc-do-embedded-activate, calc-embedded-activate-formula)
13310         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13311         variable by new variable.
13312         (calc-embedded-make-info): Replace undeclared variable by new
13313         variable.  When selecting region with positive prefix
13314         argument, use end of previous line instead of beginning of line.
13316         * calc/calc-aent.el (calc-arg-values): Declare it.
13318         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13319         Declare them.
13321         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13323         * calc/calc.el (calc-alg-map): Declare it.
13325         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13327 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13329         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13330         (gdb-registers-buffer, toggle-gdb-all-registers):
13331         Toggle display of floating point registers.
13332         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13334         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13335         (toggle-gud-tooltip-dereference):
13336         Rename from gud-toggle-tooltip-dereference.
13338 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13340         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13342 2005-05-27  Jay Belanger  <belanger@truman.edu>
13344         * calc/calc-prog.el (calc-kbd-report): Remove.
13345         (calc-kbd-query): Rewrite.
13347 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13349         * image.el (image-library-alist): Move to image.c.
13350         (image-type-available-p): Doc fix.
13352 2005-05-27  Lute Kamstra  <lute@gnu.org>
13354         * calc/calc.el (calc):
13355         * outline.el (outline-1, outline-2, outline-3, outline-4)
13356         (outline-5, outline-6, outline-7, outline-8):
13357         * textmodes/dns-mode.el (dns-mode):
13358         * textmodes/sgml-mode.el (sgml-namespace-face):
13359         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13360         (tex-verbatim-face, tex-use-reftex):
13361         * textmodes/texinfo.el (texinfo-heading-face):
13362         Specify customization group.
13364         * longlines.el: Don't require easy-mmode.
13365         (longlines-visible-face): Specify customization group.
13367 2005-05-27  Kenichi Handa  <handa@m17n.org>
13369         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13370         encoding table of windows-1251.
13372         * international/ucs-tables.el (ucs-set-table-for-input):
13373         If translation-table-for-input of a coding system is a symbol, get
13374         its translation-table property.
13376         * international/code-pages.el: Don't register a coding system into
13377         non-iso-charset-alist more than once.
13378         (cp-make-coding-system): Likewise.
13380 2005-05-26  John Wiegley  <johnw@newartisans.com>
13382         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13383         `eshell-resume-eval' is wrapped in a list, it indicates that the
13384         command was run asynchronously.  In that case, unwrap the value
13385         before checking the delimiter value.
13387         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13388         character before a space at the end of a line is \, assume the space
13389         is part of the last argument rather than a final argument separator.
13391         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13392         is in use, and the target is `t' or `nil' (which are the most common
13393         values), don't assume that the symbol target is a buffer.
13395 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13397         * calendar/calendar.el (calendar-mode-line-format):
13398         Use mode-line-highlight as mouse-face.
13400         * time.el (display-time-string-forms, display-time-update):
13401         Use mode-line-highlight as mouse-face.
13403 2005-05-26  Jay Belanger  <belanger@truman.edu>
13405         * calc/calc.el (calc-language-alist): Remove extra defvar.
13407 2005-05-26  Lute Kamstra  <lute@gnu.org>
13409         * arc-mode.el (archive-mode):
13410         * bookmark.el (bookmark-read-annotation-mode)
13411         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13412         * bs.el (bs-mode):
13413         * calc/calc-yank.el (calc-edit-mode):
13414         * calc/calc.el (calc-mode, calc-trail-mode):
13415         * calculator.el (calculator-mode):
13416         * chistory.el (command-history-mode):
13417         * comint.el:
13418         * cus-edit.el (custom-mode):
13419         * descr-text.el (describe-text-mode):
13420         * ebuff-menu.el (Electric-buffer-menu-mode):
13421         * ediff-util.el (ediff-mode):
13422         * emacs-lisp/re-builder.el (reb-mode):
13423         * emulation/vi.el (vi-mode-setup):
13424         * emulation/ws-mode.el (wordstar-mode):
13425         * eshell/esh-mode.el (eshell-mode):
13426         * forms.el (forms-mode):
13427         * help-mode.el (help-mode):
13428         * hexl.el (hexl-mode):
13429         * ibuffer.el (ibuffer-mode):
13430         * ielm.el (inferior-emacs-lisp-mode):
13431         * info.el (Info-mode, Info-edit-mode):
13432         * international/swedish.el:
13433         * ledit.el (ledit-from-lisp-mode):
13434         * locate.el (locate-mode):
13435         * mail/rmail.el (rmail-mode):
13436         * mail/rmailedit.el (rmail-edit-mode):
13437         * mail/rmailsum.el (rmail-summary-mode):
13438         * mail/supercite.el (sc-electric-mode):
13439         * net/eudc.el (eudc-mode):
13440         * net/quickurl.el (quickurl-list-mode):
13441         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13442         * obsolete/ooutline.el (outline-mode):
13443         * obsolete/options.el (Edit-options-mode):
13444         * obsolete/rnews.el (news-mode):
13445         * obsolete/rnewspost.el (news-reply-mode):
13446         * play/5x5.el (5x5-mode):
13447         * play/decipher.el (decipher-mode, decipher-stats-mode):
13448         * play/gomoku.el (gomoku-mode):
13449         * play/snake.el (snake-mode):
13450         * play/solitaire.el (solitaire-mode):
13451         * play/tetris.el (tetris-mode):
13452         * progmodes/ada-mode.el (ada-mode):
13453         * progmodes/antlr-mode.el (antlr-mode):
13454         * progmodes/autoconf.el (autoconf-mode):
13455         * progmodes/dcl-mode.el (dcl-mode):
13456         * progmodes/delphi.el (delphi-mode):
13457         * progmodes/ebrowse.el (ebrowse-tree-mode)
13458         (ebrowse-electric-list-mode, ebrowse-member-mode)
13459         (ebrowse-electric-position-mode):
13460         * progmodes/f90.el (f90-mode):
13461         * progmodes/fortran.el (fortran-mode):
13462         * progmodes/icon.el (icon-mode):
13463         * progmodes/idlw-help.el (idlwave-help-mode):
13464         * progmodes/idlw-shell.el (idlwave-shell-mode):
13465         * progmodes/idlwave.el (idlwave-mode):
13466         * progmodes/inf-lisp.el (inferior-lisp-mode):
13467         * progmodes/m4-mode.el (m4-mode):
13468         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13469         * progmodes/modula2.el (modula-2-mode):
13470         * progmodes/octave-inf.el (inferior-octave-mode):
13471         * progmodes/octave-mod.el (octave-mode):
13472         * progmodes/pascal.el (pascal-mode):
13473         * progmodes/sh-script.el (sh-mode):
13474         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13475         * progmodes/vhdl-mode.el (vhdl-mode):
13476         * progmodes/xscheme.el (scheme-interaction-mode):
13477         * replace.el (occur-mode):
13478         * ses.el (ses-mode):
13479         * simple.el (completion-list-mode):
13480         * skeleton.el:
13481         * speedbar.el (speedbar-mode):
13482         * term.el (term-mode):
13483         * terminal.el (terminal-edit-mode):
13484         * textmodes/reftex-index.el (reftex-index-mode)
13485         (reftex-index-phrases-mode):
13486         * textmodes/reftex-sel.el (reftex-select-label-mode)
13487         (reftex-select-bib-mode):
13488         * textmodes/reftex-toc.el (reftex-toc-mode):
13489         * wdired.el (wdired-change-to-wdired-mode):
13490         * wid-browse.el (widget-browse-mode):
13491         Use run-mode-hooks.
13493         * array.el (array-mode):
13494         * calendar/todo-mode.el (todo-mode):
13495         * man.el (Man-mode):
13496         * play/landmark.el (lm-mode):
13497         * play/mpuz.el (mpuz-mode):
13498         Use kill-all-local-variables and run-mode-hooks.
13500         * subr.el (delay-mode-hooks): Specify indentation.
13502 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13504         * xml.el (xml-substitute-special): Don't die for undefined xml
13505         entities.
13507 2005-05-26  Jay Belanger  <belanger@truman.edu>
13509         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13510         of nil.
13512 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13514         * progmodes/gdb-ui.el (gdb-frame-address):
13515         Rename from gdb-current-address.
13516         (gdb-previous-frame-address): Rename from gdb-previous-address.
13517         (gdb-selected-frame): Rename from gdb-current-frame.
13518         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13519         (gdb-frame-number): Rename from gdb-current-stack-level.
13520         (gdb-ann3): Match new mode-name for disassembly buffer.
13521         Extend initialization of variables.
13522         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13523         (gdb-memory-mode): Use mouse-face in header line.
13524         (gdb-assembler-buffer-name): Call it disassembly and give frame
13525         in mode line.
13526         (gdb-source-spec-regexp, gdb-assembler-custom)
13527         (gdb-invalidate-assembler, gdb-frame-handler):
13528         Make robust to leading zeroes in address format.
13530 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13532         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13533         define `org-mode'.
13534         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13536 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13538         * log-edit.el (log-edit-changelog-entries): Distinguish between
13539         filenames like xfns.c and fns.c.
13541 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13543         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13544         point after reverting.
13545         (Buffer-menu-make-sort-button): Handle the case where
13546         `Buffer-menu-use-header-line' is nil.
13548 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13550         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13551         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13552         and `:' to them.
13554 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13556         * startup.el (normal-top-level): Allow modification of load-path while
13557         we're iterating over it.
13559 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13561         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13562         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13563         (thumbs-resize-interactive, thumbs-insert-image)
13564         (thumbs-insert-thumb, thumbs-dired-show-marked)
13565         (thumbs-find-image-at-point, thumbs-delete-images)
13566         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13567         (thumbs-increment-image-size, thumbs-decrement-image-size):
13568         Fix typos in docstrings.
13570 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13572         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13573         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13574         (cperl-mode): Use them.
13576 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13578         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13579         Doc fixes.
13581 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13583         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13584         Bind C-d to gdb-inferior-io-eof.
13586         * dired.el (dired-dnd-popup-notice): Use message-box.
13588 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13590         * bindings.el (mode-line-major-mode-keymap):
13591         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13593         * faces.el (mode-line-highlight): New face.
13595         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13596         as mouse-face.
13598         * bindings.el (top-level, help-echo, mode-line-modified)
13599         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13600         as mouse-face.
13602 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13604         * progmodes/cc-engine.el (c-guess-basic-syntax):
13605         Remove spurious call to `zerop'.
13607         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13609 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13611         CC Mode update to 5.30.10:
13613         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13614         could go past the limit in decoration level 2, thereby causing
13615         errors during interactive fontification.
13617         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13618         the file is evaluated interactively.
13620         * cc-engine.el (c-guess-basic-syntax): Handle operator
13621         declarations somewhat better in C++.
13623         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13624         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13625         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13626         (awk-mode): Use it.
13627         (make-local-hook): Suppress warning about obsoleteness.
13629         * cc-engine.el, cc-align.el, cc-cmds.el
13630         (c-append-backslashes-forward, c-delete-backslashes-forward)
13631         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13632         Compensate for return value from `forward-line' when it has moved
13633         but not to a different line due to eob.
13635         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13636         `objc-method-intro' and `objc-method-args-cont'.
13638 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13640         CC Mode update to 5.30.10:
13642         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13643         in the copyright statement.  Incidentally, change "along with GNU
13644         Emacs" to "along with this program" where it occurs.
13646         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13647         so that it is interactive, hence can be found by M-x awk-mode
13648         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13649         <gmorris+emacs@ast.cam.ac.uk>.
13651         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13652         Mode's regexps.
13654 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13656         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13657         c-parse-state, to avoid a lisp error (on bad code).
13659 2005-05-23  Lute Kamstra  <lute@gnu.org>
13661         * subr.el (font-lock-defaults): Remove defvar as it's already
13662         defined in font-core.el.
13664         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13666 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13668         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13669         more general and work when GDB variable "print pretty" is on,
13670         as with Emacs, for example.
13672 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13674         * font-core.el: Update comment.
13676         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13677         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13679         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13681 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13683         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13684         and `yank-handler' in the doc strings.
13686 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13690 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13692         * help.el (describe-key): Move print-help-return-message call
13693         out of conditional.
13695         * progmodes/etags.el (list-tags): Use with-no-warnings.
13697         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13698         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13699         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13701         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13703         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13704         Add defvar.
13706         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13707         Use defvar, not defconst.
13709         * hexl.el (hexl-follow-line): Use with-no-warnings.
13711         * emulation/tpu-extras.el: Use write-file-functions instead of
13712         write-file-hooks.
13714         * dired.el (dired-font-lock-keywords): Fontify files with junk
13715         extensions even if marked by -F.
13717 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13719         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13720         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13721         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13722         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13723         (concatenate, list-length, get*, getf, cl-remprop):
13724         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13725         (etypecase, progv, lexical-let, lexical-let*)
13726         (multiple-value-bind, multiple-value-setq, shiftf):
13727         Improve argument/docstring consistency.
13729         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13731 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13733         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13734         doesn't exist.
13736         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13737         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13739 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13741         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13742         already deleted variables: auto-fill-hook, blink-paren-hook,
13743         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13744         suspend-hooks, comment-indent-hook, meta-flag,
13745         before-change-function, after-change-function,
13746         font-lock-doc-string-face.
13748 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13750         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13752 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13754         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13755         rmail-dont-reply-to.
13757 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13759         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13760         literal blank when splitting new-header-values.
13762 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13764         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13765         string so that tmm doesn't create a completion entry for it.
13767         * textmodes/table.el (table-disable-menu): Ditto.
13769 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13771         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13773         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13775         * net/rcompile.el (remote-compile): Use compilation-start.
13777         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13779 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13781         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13782         Default to makefile-bsdmake-mode on BSD systems.
13784         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13785         REGEXP may also be a search function now.  The part of doc-string
13786         for describing the structure was 95% identical to that of
13787         `imenu--generic-function'.  Unify it there.
13789         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13790         Use function to find dependencies, because regexp alone is so complex,
13791         it easily goes into an endless loop.
13792         (makefile-makepp-mode): Also add submenu for Perl functions
13793         defined in the makefile.
13794         (makefile-bsdmake-mode): Special imenu-generic-expression no
13795         longer needed, due to function call.
13796         (makefile-match-dependency): Take BOUND into account when checking
13797         if we're through.
13799 2005-05-20  Jay Belanger  <belanger@truman.edu>
13801         * calc/calc-units.el (calc-invalidate-units-table):
13802         Use inhibit-read-only.
13803         (math-build-units-table-buffer): Use view-mode.
13805 2005-05-20  David Kastrup  <dak@gnu.org>
13807         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13808         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13810 2005-05-20  Lute Kamstra  <lute@gnu.org>
13812         * diff-mode.el (diff-header-face, diff-file-header-face)
13813         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13814         (diff-added-face, diff-changed-face, diff-function-face)
13815         (diff-context-face, diff-nonexistent-face): Put them in the
13816         diff-mode customization group.
13818 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13822         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13824         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13825         Minor regexp-optimization.
13827 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13829         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13830         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13831         (org-agenda-add-time-grid-maybe): New function.
13832         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13833         (org-table-create): `dotimes' instead of `mapcar'.
13834         (org-xor): Simplify implementation.
13835         (org-agenda): `inhibit-redisplay' turned on.
13836         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13837         a consistent line after a state change.
13838         (org-agenda-remove-times-when-in-prefix): New option.
13839         (org-prefix-has-time): New variable.
13840         (org-parse-time-string): Optional argument NODEFAULT.
13841         (org-format-agenda-item): Parse items for time-of-day
13842         specifications and move these into the prefix if possible.
13843         (org-agenda-priority): Get current heading, not previous heading
13844         during agenda remote editing.
13846 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13848         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13849         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13850         (remove-duplicates, delete-duplicates, substitute)
13851         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13852         (nsubstitute-if-not, find, find-if, find-if-not, position)
13853         (position-if, position-if-not, count, count-if, count-if-not)
13854         (mismatch, search, sort*, stable-sort, merge, member*)
13855         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13856         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13857         (intersection, nintersection, set-difference, nset-difference)
13858         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13859         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13860         (nsublis, tree-equal): Improve argument/docstring consistency.
13862         * subr.el (send-string, send-region): Remove obsolescence declaration.
13863         (window-dot, set-window-dot, read-input, show-buffer)
13864         (eval-current-buffer, string-to-int):
13865         Add release number to obsolescence declarations.
13867 2005-05-19  Kim F. Storm  <storm@cua.dk>
13869         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13870         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13872 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13874         * faces.el (list-faces-display): Make back button respect optional
13875         regexp arg.
13877 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13879         * calculator.el (calculator-radix-grouping-mode)
13880         (calculator-radix-grouping-digits, calculator-displayer)
13881         (calculator-radix-grouping-separator, calculator-copy-displayer):
13882         * dabbrev.el (dabbrev-search-these-buffers-only):
13883         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13884         (diff-advance-after-apply-hunk, diff-mode-hook)
13885         (diff-minor-mode-prefix):
13886         * imenu.el (imenu-use-popup-menu):
13887         * jit-lock.el (jit-lock-context-time):
13888         * newcomment.el (comment-fill-column, comment-column)
13889         (comment-style, comment-padding, comment-multi-line)
13890         (comment-empty-lines, comment-auto-fill-only-comments):
13891         * reveal.el (reveal-around-mark):
13892         * uniquify.el (uniquify-buffer-name-style)
13893         (uniquify-after-kill-buffer-p)
13894         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13895         (uniquify-min-dir-content, uniquify-separator)
13896         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13897         * w32-vars.el (w32-fixed-font-alist):
13898         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13899         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13900         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13901         * progmodes/perl-mode.el (perl-indent-level)
13902         (perl-continued-statement-offset, perl-continued-brace-offset)
13903         (perl-brace-offset, perl-brace-imaginary-offset)
13904         (perl-label-offset, perl-indent-continued-arguments)
13905         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13906         * progmodes/tcl.el (tcl-indent-level)
13907         (tcl-continued-indent-level, tcl-auto-newline)
13908         (tcl-tab-always-indent, tcl-electric-hash-style)
13909         (tcl-help-directory-list, tcl-use-smart-word-finder)
13910         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13911         (inferior-tcl-source-command):
13912         * textmodes/fill.el (enable-kinsoku):
13913         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13914         * textmodes/table.el (table-yank-handler):
13915         Specify missing group (and type, if simple) in defcustom.
13917 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13919         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13921 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13923         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13925         * subr.el (event-basic-type): Don't get an error.
13926         (left-fringe-p): Function deleted.
13928         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13929         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13931         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13932         in recursive copy.
13934         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13936         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13938         * emacs-lisp/bytecomp.el
13939         (byte-compile-file-form-custom-declare-variable):
13940         Call byte-compile-nogroup-warn if appropriate.
13942         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13943         (compilation-set-window): Don't call left-fringe-p; do it directly.
13945 2005-05-19  Jay Belanger  <belanger@truman.edu>
13947         * calc/calc-graph.el (calc-graph-format-data): Make sure
13948         var-PlotRejects is bound before trying to check its value.
13950 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13952         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13953         definition of this variable from reftex-global.el to reftex.el,
13954         because it is needed in the menu.
13956 2005-05-19  Lute Kamstra  <lute@gnu.org>
13958         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13959         years are fixed.  Don't insert a space after a dash.
13961 2005-05-19  Kim F. Storm  <storm@cua.dk>
13963         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13965 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13967         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13968         strings, because (eq ... ?\\) is fairly frequent.
13970         * progmodes/make-mode.el (makefile-add-this-line-targets):
13971         Simplify and integrate into `makefile-pickup-targets'.
13972         (makefile-add-this-line-macro): Simplify and integrate into
13973         `makefile-pickup-macros.
13974         (makefile-pickup-filenames-as-targets): Simplify.
13975         (makefile-previous-dependency, makefile-match-dependency):
13976         Don't stumble over `::'.
13978 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13980         * subr.el (post-command-idle-hook, post-command-idle-delay):
13981         Remove obsoletion of post-command-idle-hook and
13982         post-command-idle-delay.
13984         * faces.el (list-faces-display): Provide button when describe-face
13985         is called to take user back to the list of faces.
13987         * help-fns.el (describe-variable): Remove hyperlinks in a
13988         variable's value as these are quite frequently inappropriate.
13990         * follow.el (follow-submit-feedback, follow-mode):
13991         Remove references to post-command-idle-hook.
13993 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13995         * progmodes/make-mode.el (makefile-previous-dependency)
13996         (makefile-match-dependency): Check for := (and in bsd mode also
13997         !=) to give a better result, even when font-lock is not on.
13999 2005-05-18  Jay Belanger  <belanger@truman.edu>
14001         * calc/calc-help.el (calc-s-prefix-help):
14002         Add `calc-copy-special-constant' to help string.
14004 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
14006         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14008 2005-05-18  Jay Belanger  <belanger@truman.edu>
14010         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14011         in linear factors are in proper order.
14013 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
14015         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14016         Support for jurabib.
14018         * textmodes/reftex.el (featurep): Define aliases for overlay
14019         commands, for XEmacs compatibility, and use these aliases in
14020         overlay initializations.
14021         (reftex-highlight): Use `reftex-move-overlay'.
14022         (reftex-unhighlight): Use `reftex-delete-overlay'.
14023         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
14024         (reftex-access-search-path): Use `reftex-uniquify' instead of
14025         `reftex-uniq'
14027         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14028         `before-string' property modification enables for Emacs as well.
14029         (reftex-select-item): Use `reftex-delete-overlay'.
14030         (reftex-select-mark): Use `reftex-make-overlay' and
14031         `reftex-overlay-put'.
14032         (reftex-select-unmark): Use `reftex-delete-overlay' and
14033         `reftex-overlay-put'.
14035 2005-05-18  Lute Kamstra  <lute@gnu.org>
14037         * emacs-lisp/lisp.el (check-parens): Fix docstring.
14039 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
14041         * add-log.el (add-change-log-entry):
14042         * array.el (array-make-template, array-reconfigure-rows)
14043         (array-init-max-row, array-init-max-column)
14044         (array-init-columns-per-line, array-init-field-width):
14045         * replace.el (replace-match-maybe-edit, perform-replace):
14046         * textmodes/spell.el (spell-region):
14047         Replace `read-input' by `read-string'.
14049         * forms.el (forms-mode):
14050         * finder.el (finder-compile-keywords):
14051         * shadowfile.el (shadow-read-files):
14052         Replace `eval-current-buffer' by `eval-buffer'.
14054         * terminal.el (te-pass-through):
14055         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14056         (ange-ftp-raw-send-cmd):
14057         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14058         (send-process-next-char, telnet-initial-filter, telnet):
14059         Replace `send-string' by `process-send-string'.
14061         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14062         (prolog-consult-region): Replace `send-string' by
14063         `process-send-string'; replace `send-region' by `process-send-region'.
14065         * progmodes/delphi.el (delphi-log-msg):
14066         Replace `set-window-dot' by `set-window-point'.
14068         * subr.el (window-dot, set-window-dot, read-input, send-string)
14069         (send-region, show-buffer, eval-current-buffer):
14070         Make really obsolete, as the comment says.
14072 2005-05-17  Kim F. Storm  <storm@cua.dk>
14074         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14075         (cua--init-keymaps): Bind C-return instead of S-return to set
14076         rectangle mark.
14078         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14079         instead of S-return to toggle/clear rectangle mark.
14081 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
14083         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14084         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14085         Also fontify plain strings assigned to variables, mostly so that a
14086         colon has a face and is thus not taken as a dependency separator.
14087         (makefile-previous-dependency): Inline the new matcher, because it
14088         is too complex to work in both directions.
14089         (makefile-match-dependency): Eliminate `backward' arg (see above).
14090         Completely reimplemented so as to not sometimes go into an endless
14091         loop.  It should also be more efficient, because first it only
14092         searches for `:', instead of applying the very complex regexp.
14093         (makefile-mode): Cancel `font-lock-support-mode', because blocks
14094         to be fontified in one piece can be too long for JIT.
14095         Makefiles are never *that* big.
14097 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
14099         * dired.el (dired-mode): Simplify.
14101 2005-05-17  Lute Kamstra  <lute@gnu.org>
14103         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14104         defcustom for the mode hook variable.
14106         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14107         Emacs Lisp Reference Manual.
14109 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
14111         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14112         (evenp, list*):
14113         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14114         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14116         * net/tramp-smb.el (tramp-smb-open-connection):
14117         Pass `tramp-chunksize' as fifth (required) argument.
14119 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
14121         * font-lock.el (lisp-font-lock-keywords-1):
14122         Set `font-lock-negation-char-face' for [^...] char group.
14123         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14125         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14126         a var, and refine it to mask one more level of nested vars.
14127         (makefile-rule-action-regex): Turn it into a var, and refine it so
14128         it recognizes backslashed continuation lines as belonging to the
14129         same command.
14130         (makefile-macroassign-regex): Refine it so it recognizes
14131         backslashed continuation lines as belonging to the same command.
14132         (makefile-var-use-regex): Don't look at the next char, because it
14133         might be the same one to be skipped by the initial [^$], leading
14134         to an overlooked variable use.
14135         (makefile-make-font-lock-keywords): Remove two parameters, which
14136         are now variables that some of the modes set locally.
14137         Handle dependency and rule action matching through functions, because
14138         regexps alone match too often.  Dependency matching now comes
14139         last, so it can check, whether a colon already matched something else.
14140         (makefile-mode): Inform that font-lock improves makefile parsing
14141         capabilities.
14142         (makefile-match-dependency, makefile-match-action): New functions.
14144 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
14146         * emacs-lisp/cl-extra.el (equalp): Doc fix.
14148         * align.el (align-regexp):
14149         * ansi-color.el (ansi-color-get-face):
14150         * array.el (array-reconfigure-rows, array-init-max-row)
14151         (array-init-max-column, array-init-columns-per-line)
14152         (array-init-field-width):
14153         * dired-aux.el (dired-trample-file-versions):
14154         * dired-x.el (dired-mark-sexp):
14155         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14156         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14157         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14158         * faces.el (face-read-integer):
14159         * files.el (backup-extract-version, insert-directory):
14160         * hexl.el (hexl-insert-decimal-char):
14161         * server.el (server-process-filter):
14162         * shell.el (shell-extract-num):
14163         * startup.el (command-line-1):
14164         * term.el (term-command-hook):
14165         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14166         (time-stamp-do-number):
14167         * time.el (display-time-update):
14168         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14169         (timezone-fix-time):
14170         * vms-patch.el (vms-suspend-resume-hook):
14171         * calendar/appt.el (appt-convert-time):
14172         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14173         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14174         * calendar/cal-islam.el (mark-islamic-diary-entries):
14175         * calendar/calendar.el (calendar-cursor-to-date)
14176         (calendar-star-date):
14177         * calendar/diary-lib.el (diary-attrtype-convert)
14178         (mark-diary-entries, diary-entry-time):
14179         * calendar/solar.el (solar-get-number):
14180         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14181         * emacs-lisp/re-builder.el (reb-display-subexp):
14182         * emulation/edt.el (edt-set-scroll-margins):
14183         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14184         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14185         (vip-get-ex-count):
14186         * emulation/viper-ex.el (viper-get-ex-token)
14187         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14188         * international/fontset.el (fontset-plain-name):
14189         * mail/feedmail.el (feedmail-look-at-queue-directory):
14190         * mail/mailalias.el (mail-get-names):
14191         * mail/rmail.el (rmail-convert-to-babyl-format):
14192         * mail/rmailsum.el (rmail-make-basic-summary-line)
14193         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14194         (rmail-summary-goto-msg):
14195         * mail/smtpmail.el (smtpmail-read-response):
14196         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14197         (ange-ftp-vms-add-file-entry):
14198         * play/gametree.el (gametree-looking-at-ply)
14199         (gametree-current-branch-score):
14200         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14201         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14202         * progmodes/cperl-mode.el (condition-case):
14203         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14204         (ebrowse-set-member-buffer-column-width)
14205         (ebrowse-select-1st-to-9nth):
14206         * progmodes/etags.el (etags-snarf-tag):
14207         * progmodes/flymake.el (flymake-parse-line):
14208         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14209         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14210         (idlwave-shell-menu-def):
14211         * progmodes/ps-mode.el (ps-run-goto-error):
14212         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14213         (vhdl-speedbar-contract-level):
14214         * term/mac-win.el (x-handle-numeric-switch):
14215         * term/sun-mouse.el (sun-get-frame-data):
14216         * term/w32-win.el (x-handle-numeric-switch):
14217         * term/x-win.el (x-handle-numeric-switch):
14218         * textmodes/ispell.el (ispell-parse-output):
14219         * textmodes/nroff-mode.el (nroff-outline-level):
14220         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14221         (reftex-bib-sort-year-reverse, reftex-format-citation):
14222         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14223         (reftex-section-number):
14224         * textmodes/texinfmt.el (texinfo-paragraphindent):
14225         Replace `string-to-int' by `string-to-number'.
14227         * international/latexenc.el: Add page marker to force the "Local
14228         Variables:" string out of the last page.
14230 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14232         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14233         tooltip-change-major-mode.
14234         (gud-tooltip-print-command): Remove case where gud-minor-mode
14235         is gdb ("--fullname").
14236         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14237         explain to user.
14239 2005-05-16  Jay Belanger  <belanger@truman.edu>
14241         * calc/calc-store.el (calc-copy-special-constant): New function.
14243         * calc/calc-ext.el (calc-init-extensions): Add binding for
14244         `calc-copy-special-constant'.
14246         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14247         for the `calc-copy-special-constant' command.
14249 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14251         * subr.el (left-fringe-p): New function.
14253         * progmodes/compile.el (compilation-setup): Set local value of
14254         overlay-arrow-string to "" always.
14255         (compilation-set-window): Left fringe then don't scroll.
14256         No left fringe then no arrow and scroll message to top.
14257         (compilation-context-lines): Adjust doc string accordingly.
14259 2005-05-16  Kim F. Storm  <storm@cua.dk>
14261         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14262         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14263         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14264         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14265         (ido-read-file-name): Handle commands with ido property value
14266         equal to find-file as reading a file name, to allow C-d to enter dired.
14267         (ibuffer-find-file): Add ido property with value find-file.
14269 2005-05-15  Kim F. Storm  <storm@cua.dk>
14271         * subr.el (open-network-stream-nowait): Remove.
14272         (open-network-stream-server): Remove.
14274 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14276         * faces.el (describe-face): Output a definition link button.
14278         * help-mode.el (help-face-def): New button type.
14280         * emacs-lisp/copyright.el (copyright-fix-years):
14281         Match properly if the first year is 2-digit.
14282         Don't mess up the whitespace after the years by filling.
14284         * dired-aux.el (dired-mark-confirm):
14285         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14287         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14288         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14289         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14291         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14292         Set font-lock-comment-start-skip.
14294         * font-lock.el (font-lock-comment-start-skip): New variable.
14295         (font-lock-comment-end-skip): New variable.
14296         (font-lock-fontify-syntactically-region): Use them if non-nil.
14298 2005-05-15  Jay Belanger  <belanger@truman.edu>
14300         * calc/calc-store.el (calc-store-value): Return a string rather
14301         than display it as a message.
14302         Use calc-var-name for variable name.
14303         (calc-store-into): Add the result of calc-store-value to message.
14304         (calc-copy-variable): Add a message.
14305         (calc-store-exchange): Improve error messages.
14306         (calc-store-binary, calc-store-map): Don't reset the values of
14307         special constants.
14309 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14311         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14312         manual to docstring.
14314         * files.el (hack-local-variables-confirm): Add STRING argument.
14315         Make the function handle non file visiting buffers correctly.
14316         (hack-local-variables-prop-line, hack-local-variables)
14317         (hack-one-local-variable): Use STRING arg of
14318         `hack-local-variables-confirm'.
14320 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14322         Sync with Tramp 2.0.49.
14324         * net/tramp.el (tramp-handle-dired-call-process)
14325         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14326         because the contents of the Tramp buffer is changed before
14327         insertion (`expand-file' and alike).
14328         (tramp-handle-insert-directory): If `localname' has an empty
14329         nondirectory name, it must not be quoted.
14330         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14331         variable `tramp-chunksize'.  Change callees.
14332         (tramp-open-connection-setup-interactive-shell): Check remote host
14333         for buggy `send-process-string' implementation.
14334         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14335         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14336         (tramp-handle-shell-command): `insert-buffer' cannot be used
14337         because the contents of the Tramp buffer is changed before
14338         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14339         <frederic.bothamy@free.fr>.
14340         (tramp-set-auto-save): Actions should be done for Tramp file name
14341         handler only.  Ange-FTP has its own auto-save mechanism.
14342         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14343         (tramp-set-auto-save-file-modes): Set file modes of
14344         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14345         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14346         (tramp-bug): Remove obsolete variable.
14347         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14348         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14350 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14352         * ibuf-ext.el (define-ibuffer-filter filename):
14353         If `dired-directory' is a list, use its car.
14355 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14357         * ibuffer.el (define-ibuffer-column filename):
14358         If `dired-directory' is a list, use its car.
14360 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14362         * subr.el (symbol-file): Doc fix.
14364         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14365         (byte-compile-form): Call byte-compile-nogroup-warn.
14366         (byte-compile-warning-types): Doc fix.
14368         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14370         * progmodes/cc-engine.el (c-literal-faces):
14371         Add font-lock-comment-delimiter-face.
14373         * net/net-utils.el (dig): Use with-no-warnings.
14375         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14376         (sc-recite-frame-alist, sc-default-cite-frame)
14377         (sc-default-uncite-frame, sc-default-recite-frame)
14378         (sc-attrib-selection-list, sc-rewrite-header-list):
14379         Mark as risky-local-variable.
14381         * international/ogonek.el (ogonek-jak, ogonek-how):
14382         Don't use beginning-of-buffer.
14384         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14386         * calendar/solar.el (solar-data-list): Move definition up.
14388         * dnd.el (dnd-protocol-alist): Add autoload.
14390         * progmodes/sh-script.el: Many doc usage fixes.
14391         (sh-indent-after-do): Change default to match common styles.
14393 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14395         * files.el (interpreter-mode-alist)
14396         (auto-mode-interpreter-regexp): Doc fixes.
14398 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14400         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14402         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14404 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14406         * dired.el (dired-mode): make-variable-buffer-local =>
14407         make-local-variable.
14409 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14411         * term/mac-win.el (mac-select-convert-to-string): Try coding
14412         systems in mac-script-code-coding-systems if specified one cannot
14413         encode string for `com.apple.traditional-mac-plain-text'.
14415 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14417         * progmodes/make-mode.el (makefile-targets-face)
14418         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14419         (makefile-dependency-regex): Fix it to not make the colon in
14420         $(var:a=b) special.
14421         (makefile-rule-action-regex): New regexp for highlighting embedded
14422         Shell strings.
14423         (makefile-macroassign-regex): Handle != for highlighting as
14424         embedded Shell strings.
14425         (makefile-var-use-regex): New const.
14426         (makefile-statements, makefile-automake-statements)
14427         (makefile-gmake-statements, makefile-makepp-statements)
14428         (makefile-bsdmake-statements): New consts.
14429         (makefile-make-font-lock-keywords): New function.
14430         (makefile-automake-font-lock-keywords)
14431         (makefile-gmake-font-lock-keywords)
14432         (makefile-makepp-font-lock-keywords)
14433         (makefile-bsdmake-font-lock-keywords): New consts.
14434         (makefile-mode-map): Add switchers between the various submodes.
14435         (makefile-mode): Document the availability of the variants.
14436         (makefile-automake-mode, makefile-gmake-mode)
14437         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14439         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14440         new variants of makefile-mode.
14442 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14445         the inheritance.
14447 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14449         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14450         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14452         * files.el (normal-mode): Extend the scope of the
14453         `enable-local-variables' binding to include the `set-auto-mode' call.
14454         (magic-mode-alist): Doc fix.
14456 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14458         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14459         font-lock-comment-face rather than copying its setting.
14461 2005-05-12  Andreas Schwab  <schwab@suse.de>
14463         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14465 2005-05-12  Lute Kamstra  <lute@gnu.org>
14467         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14468         defcustom for the mode hook variable.  Delete the last argument.
14469         * generic-x.el: Fix callers of define-generic-mode.
14470         (generic-x-modes): Delete group.
14471         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14472         generic-x customization group.
14474 2005-05-12  Kim F. Storm  <storm@cua.dk>
14476         * font-lock.el (font-lock-negation-char-face): Default to "off".
14478         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14479         font-lock-negation-char-face to ! in !=.
14481 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14483         * add-log.el (find-change-log): Fix typos in the docstring
14484         of function.
14486 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14488         * international/latexenc.el (latexenc-find-file-coding-system):
14489         Avoid `re-search-forward' when looking for input encoding because
14490         of speed and safety.  Better regular expressions for recognizing
14491         input encoding.  Limit a search for TeX-master/tex-main-file to
14492         the local variable section.
14494 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14496         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14497         syntax of $ to "'" (quote).
14499 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14501         * dnd.el (dnd-protocol-alist): Improve custom type.
14503         * dired.el (dired-dnd-protocol-alist): New variable.
14504         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14505         `dired-mode-hook' to the end.
14507 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14510         comment-end if comment-start-skip is not set.
14511         Obey the font-lock-comment-delimiter-face variables.
14513 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14515         * files.el (executable-find): Move from executable.el.  Use
14516         locate-file.
14517         * progmodes/executable.el (executable-find): Move to files.el.
14519         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14520         when trying to ensure forward progress.
14522 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14524         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14525         (mouse-select, mouse-select-internal, mouse-extend-internal):
14526         Use it to implement mouse-1-click-follows-link functionality.
14528 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14530         * font-lock.el (font-lock-fontify-syntactically-region):
14531         Use font-lock-comment-delimiter-face for comment delimiters.
14533 2005-05-10  Jay Belanger  <belanger@truman.edu>
14535         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14536         preserving embedded modes.
14538 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14540         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14542         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14543         Move from ada-stmt.el.
14544         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14546         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14547         Move to ada-mode.el.
14548         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14550         * cus-edit.el (custom-file): Call file-chase-links.
14552         * files.el (read-directory-name): Fix previous change.
14553         (hack-local-variables-confirm): New function.
14554         (hack-local-variables-prop-line, hack-local-variables)
14555         (hack-one-local-variable): Use it.
14557 2005-05-10  Lute Kamstra  <lute@gnu.org>
14559         * font-lock.el (font-lock-keywords-alist)
14560         (font-lock-removed-keywords-alist): Clarify docstrings.
14562 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14564         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14565         (gdb-source-info): Check for preprocessor info.
14566         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14567         a macro for a function.
14568         (gdb-info-breakpoints-custom): Try to find file again if not already
14569         found (user might have used GDB dir command).
14570         (gdb-get-location): Update gdb-location-alist correctly for change
14571         to gdb-info-breakpoints-custom.
14573         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14574         (gud-tooltip-print-command): Add gdbmi case.
14575         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14576         preprocessor info.
14578 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14580         * startup.el (fancy-splash-insert): Fix typo in doc string.
14582 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14584         * obsolete/float.el (string-to-float):
14585         * obsolete/hilit19.el (hilit-add-pattern):
14586         * obsolete/rnews.el (news-parse-range, news-select-message)
14587         (news-get-pruned-list-of-files): Replace `string-to-int' by
14588         `string-to-number'.
14590         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14591         `find-file-not-found-hooks'; use `add-hook'.
14592         (uncompress-while-visiting): Set `write-file-functions', not
14593         `write-file-hooks'; use `add-hook'.
14595 2005-05-09  Kim F. Storm  <storm@cua.dk>
14597         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14598         (cua-paste): Handle clipboard action.
14599         (cua--init-keymaps): Remap clipboard-kill-region and
14600         clipboard-kill-ring-save.
14602 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14604         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14605         Improve commentary.
14607         * simple.el (next-error-overlay-arrow-position): Revert the change
14608         made on 2005-04-30.
14610 2005-05-07  Jay Belanger  <belanger@truman.edu>
14612         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14613         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14614         `calc-sel-reselect'.
14616         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14617         Calc is in embedded mode.
14619 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14621         * progmodes/compile.el (compilation-setup):
14622         Set overlay-arrow-string to an empty string on text terminals.
14624         * textmodes/ispell.el (ispell-program-name): Try looking for
14625         "aspell" along exec-path, and if found, use it as the default
14626         speller program.
14628 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14630         * international/mule.el (sgml-xml-auto-coding-function):
14631         Recognize encoding='FOO' in single quotes as well as in double quotes.
14633 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14635         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14636         as well as `interactive', so that defmacro* would recognize
14637         `declare' forms.
14639 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14641         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14642         Explain more about the LIGHTER arg's usage in the doc string.
14643         Add commentary to clarify what the code does.  Fix the regexp that
14644         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14645         since it could have characters special to regular expressions.
14647 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14649         * replace.el (occur-1): Bind inhibit-read-only so that
14650         erase-buffer doesn't barf on read-only text properties (likewise
14651         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14652         (occur-engine): Don't set buffer-read-only here.
14654 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14656         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14657         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14658         sometimes mistakenly reused as a *cvs* buffer.
14660 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14662         * tooltip.el: Move code for GUD tooltips into gud.el.
14663         (require): CL no longer needed to compile case.
14664         (tooltip-mode): Do not toggle functions for GUD tooltips.
14665         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14666         gud-tooltip-mode in gud.el.
14667         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14668         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14669         tooltip-gud prefix with gud-tooltip and obsolete.
14670         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14671         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14672         (tooltip-mouse-motion): Mouse movement functions/variable.
14673         Rename in gud.el by adding gud prefix.
14674         (tooltip-gud-original-filter, tooltip-gud-dereference)
14675         (tooltip-gud-event, tooltip-toggle-gud-tips)
14676         (tooltip-gud-process-output, tooltip-gud-print-command)
14677         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14678         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14679         (gdb-tooltip-print): Move to gdb-ui.el.
14681         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14682         (require): CL needed to compile case.
14683         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14684         tooltip-gud-tips-p.  Make it a minor-mode.
14685         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14686         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14687         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14688         (gud-tooltip-change-major-mode)
14689         (gud-tooltip-activate-mouse-motions-if-enabled)
14690         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14691         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14692         (gud-tooltip-original-filter, gud-tooltip-dereference)
14693         (gud-tooltip-event, tooltip-toggle-gud-tips)
14694         (gud-tooltip-process-output, gud-tooltip-print-command)
14695         (gud-tooltip-tips): Move from tooltip.el.
14697         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14698         (gdb-cpp-define-alist-flags): Doc fix.
14699         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14700         gud-tooltip-mode is t.
14702 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14704         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14705         evaporate if their text is deleted.
14706         (goto-address-at-point): Make it work as a mouse binding as well.
14707         (goto-address-at-mouse): Obsolete it.  Update users.
14709 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14711         * calendar/appt.el (top-level): No longer activate on load.
14713 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14715         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14716         * net/webjump.el (webjump):
14717         * progmodes/idlw-help.el (idlwave-do-context-help1)
14718         (idlwave-highlight-linked-completions):
14719         * textmodes/po.el (po-find-file-coding-system-guts):
14720         Replace `assoc-ignore-case' by `assoc-string'.
14722 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14724         * files.el (locate-file): Doc fix.
14726         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14727         Remove the redundant test for ms-dos.
14729         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14730         look for the preprocessor with exec-suffixes.  If not found in
14731         standard places, look in exec-path.  Remove most of the tests that
14732         used system-type.
14734         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14736         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14738         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14739         file-name clash with jka-compr.el on 8+3 filesystems.
14741 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14743         * term/mac-win.el: Don't define or bind scroll bar functions if
14744         x-toolkit-scroll-bars is t.
14745         (x-select-text, x-get-selection-value): Clear
14746         x-last-selected-text-clipboard if x-select-enable-clipboard is
14747         nil.
14748         (PRIMARY): Put mac-scrap-name property.
14749         (mac-select-convert-to-file-url): New function.
14750         (public.file-url): New selection target type.  Add to
14751         selection-converter-alist.
14752         (x-get-selection, x-selection-value): Handle it.
14753         (x-cut-buffer-or-selection-value): New alias.
14755 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14757         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14758         entry to avoid calling bibtex-find-entry with arg global
14759         being t.  Remove arg key.
14760         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14761         (bibtex-copy-summary-as-kill): Change accordingly.
14763 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14765         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14766         (org-agenda-date-later): Use with-current-buffer.
14768 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14770         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14771         (define-obsolete-variable-alias): Doc Fixes.
14773 2005-05-06  Kim F. Storm  <storm@cua.dk>
14775         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14776         vertical-motion when selective-display is active.
14778         * ido.el (ido-setup-hook): New hook.
14779         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14780         (ido-input-stack): New var.
14781         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14782         ido-next-work-file binding to M-O.
14783         Bind M-f to ido-wide-find-file-or-pop-dir.
14784         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14785         (ido-read-internal): Run ido-setup-hook.
14786         Catch quit in read-file-name and read-string to cancel edit.
14787         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14788         Automatically pop-all when completing a directory name (RET).
14789         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14790         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14791         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14792         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14793         New functions for M-b/M-f to move among the directory components.
14794         (ido-make-merged-file-list): Catch quit to cancel merge.
14795         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14796         (ido-completion-help): No warnings for ido-completion-buffer-full.
14798 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14800         * font-lock.el (font-lock-negation-char-face): New face and variable.
14801         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14802         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14803         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14804         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14806 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14808         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14809         Fix typo in docstring.
14811         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14812         (ebrowse-print-statistics-line)
14813         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14815         * term/w32-win.el (image-library-alist): Add additional name for
14816         Xpm library.
14818 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14820         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14821         use gcc instead of cpp.
14823         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14824         (gdb-create-define-alist): Use it.
14825         (gdb-cpp-define-alist-program): Update for MS-DOS.
14827 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14829         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14831 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14833         * help.el (describe-key): No error when UNTRANSLATED is nil.
14835         * simple.el (line-move-1): Fix previous change to signal errors
14836         appropriately.
14838 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14840         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14841         (icalendar-duration-correction): Remove.
14842         (icalendar--get-event-properties): Split result at commas.
14843         (icalendar--decode-isoduration): New optional argument
14844         DURATION-CORRECTION.
14845         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14846         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14847         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14848         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14849         (icalendar--convert-anniversary-to-ical): New functions, extracted
14850         from icalendar-export-region, with bug fixes.
14851         (icalendar-export-region): Use the above functions.
14852         (icalendar-import-buffer): Check before saving diary file.
14853         (icalendar--convert-recurring-to-diary)
14854         (icalendar--convert-non-recurring-all-day-to-diary)
14855         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14856         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14857         (icalendar--convert-ical-to-diary): Use the above functions.
14859 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14861         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14862         Remove these recent additions.
14863         (c-mode): Restore to before 2005-04-28.
14865         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14866         recent addition.
14868         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14869         (gdb-define-alist): New variables.
14870         (gdb-create-define-alist): New function.
14871         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14872         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14873         with string-to-number.
14874         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14876         * progmodes/gud.el: Replace string-to-int with string-to-number.
14877         (gud-find-file): Handle gdb-define-alist.
14879         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14881 2005-05-02  Jay Belanger  <belanger@truman.edu>
14883         * calc/calc-aent.el (math-read-token):
14884         * calc/calc-bin.el (calc-word-size):
14885         * calc/calc-ext.el (calc-read-number-fancy):
14886         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14887         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14888         * calc/calc-frac.el (calc-over-notation):
14889         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14890         (calc-graph-num-points, calc-graph-init):
14891         * calc/calc-prog.el (calc-read-parse-table-part)
14892         (calc-edit-macro-repeats):
14893         * calc/calc-yank.el (calc-do-grab-rectangle):
14894         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14895         Replace `string-to-int' by `string-to-number'.
14897 2005-05-02  Kim F. Storm  <storm@cua.dk>
14899         * kmacro.el: Use executing-kbd-macro-index variable.
14901 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14903         * net/rlogin.el (rlogin-parse-words): Delete func.
14904         (rlogin): Use split-string, not rlogin-parse-words.
14905         Also, if there are option-like elements in the parsed args,
14906         take the host to be the first arg immediately following them.
14907         Suggested by Michael Mauger.
14909 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14911         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14913 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14915         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14916         (cc-mode-cpp-program): Rename to cc-define-list-program and
14917         move to cc-vars.el.
14919         * progmodes/cc-vars.el (cc-define-list-program):
14920         Change to "gcc -E -dM -".  Make customizable.
14922 2005-05-02  Kim F. Storm  <storm@cua.dk>
14924         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14926 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14928         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14930         * international/mule-util.el (truncate-string): Remove alias and
14931         obsolete declaration.
14933         * international/mule-cmds.el (update-iso-coding-systems):
14934         Remove alias and obsolete declaration.
14936         * international/mule.el (coding-system-parent): Remove alias and
14937         obsolete declaration.
14939         * subr.el (define-function, sref): Remove aliases and obsolete
14940         declarations.
14941         (chars-in-region): Remove obsolete declaration.
14943 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14945         * info.el (Info-mode): Set widen-automatically to nil, locally.
14947         * simple.el (widen-automatically): New variable.
14948         (pop-global-mark): Obey widen-automatically.
14950 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14952         * term/xterm.el (function-key-map): Call substitute-key-definition
14953         before the keymap size is increased by a lot of define-key calls.
14955 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14957         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14958         Rename ARG to ELEMENT.  Doc fix.
14960 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14962         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14963         Remove references to allout-exposure/change to allout-new-exposure.
14965         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14966         bytecode symbols.
14968         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14969         (compiled-function-p, focus-frame, unfocus-frame):
14970         Remove aliases and obsolete declarations.
14971         Back out inadvertent changes from previous commit.
14973 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14975         * files.el (require-final-newline): Make Custom tags consistent
14976         with mode-require-final-newline.
14977         (mode-require-final-newline): Doc fix.
14979 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14981         * international/latexenc.el (latexenc-find-file-coding-system):
14982         Fix regular expressions.
14984 2005-05-01  David Kastrup <dak@gnu.org>
14986         * international/latexenc.el (latexenc-find-file-coding-system):
14987         Fix regular expressions.
14989 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14991         * subr.el (string-to-int): Make obsolete.
14993 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14995         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14997         * loadup.el: load jka-comp-hook.
14999         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15000         (jka-compr-handler): Add autoload.  `put' calls moved
15001         to jka-comp-hook.el.
15002         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15003         (jka-compr-inhibit): Autoload.
15005         * jka-comp-hook.el: New file.
15006         Enable the mode by default.
15008         * files.el (backup-buffer-copy): Use copy-file instead
15009         of write-region, and put back the 'excl.
15011 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
15013         * progmodes/flymake.el (flymake-split-string)
15014         (flymake-split-string, flymake-log, flymake-pid-to-names)
15015         (flymake-reg-names, flymake-get-source-buffer-name)
15016         (flymake-unreg-names, flymake-add-line-err-info)
15017         (flymake-add-err-info): Clarify docstrings.
15018         (flymake-popup-menu, flymake-make-emacs-menu)
15019         (flymake-make-xemacs-menu): Add docstrings.
15020         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15021         Set variables directly throughout.
15023 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
15025         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15026         exists.  Initialize cc-define-alist.
15027         (c-mode): Add cc-create-define-alist locally to after-save-hook.
15028         If there is no file (Macroexpansion) don't create an alist.
15030 2005-04-29  Sam Steingold  <sds@gnu.org>
15032         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15033         (cc-create-define-alist): Use it instead of the hard-coded string.
15035 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15037         * international/mule-conf.el (file-coding-system-alist): Fix regexp
15038         for latexenc.
15040 2005-04-29  Lute Kamstra  <lute@gnu.org>
15042         * emacs-lisp/generic.el: Improve commentary section.
15043         (define-generic-mode): Improve docstring.
15045 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
15047         * textmodes/org.el (many places): Change to quiet the byte compiler.
15048         (org-prefix-format-compiled): New variable.
15049         (org-compile-prefix-format): New function.
15050         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15051         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
15052         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15053         (org-get-entries-from-diary): Use `org-get-time-of-day' for
15054         consistency with entries from `org-mode' files.
15055         (org-get-time-of-day): Fix bug with partial matches early in a line.
15056         (org-non-link-chars): New constant.
15057         (org-link-regexp): Respect `org-non-link-chars'.
15058         (org-agenda-day-view): Remove command.
15059         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15060         (org-follow-bbdb-link, org-store-link): Search also company field.
15061         (org-highlight-overlay): New variable.
15062         (org-highlight, org-unhighlight): New functions.
15063         (org-agenda-mode): Add pre-command-hook to remove highlight.
15064         (org-evaluate-time-range): Behavior depends upon whether time stamp
15065         contains a time or not.
15066         (org-show-subtree, org-show-entry): New functions.
15067         (org-agenda-cleanup-fancy-diary): Remove empty lines.
15069 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
15071         * comint.el (comint-output-filter-functions): Add autoload cookie.
15073 2005-04-28  Kim F. Storm  <storm@cua.dk>
15075         * ido.el (ido-everywhere): Fix last change.
15077 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15079         * international/latexenc.el: New file.
15080         * international/mule-conf.el (file-coding-system-alist): For .tex,
15081         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15083 2005-04-28  Lute Kamstra  <lute@gnu.org>
15085         * font-lock.el (font-lock-add-keywords)
15086         (font-lock-remove-keywords): Clarify docstring.
15087         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15088         Don't start docstrings with a `*'.
15089         (font-lock-update-removed-keyword-alist): Give it a docstring.
15091         * generic-x.el: Update commentary section.
15092         Only require font-lock when compiling.
15093         Define all modes conditionally.
15094         Place all generic modes in the generic-x-modes customization group.
15095         (generic-x-modes): New customization group.
15096         (generic-default-modes, generic-mswindows-modes)
15097         (generic-unix-modes, generic-other-modes): New constants.
15098         (generic-define-mswindows-modes, generic-define-unix-modes):
15099         Update docstrings.  Make them obsolete.
15100         (generic-extras-enable-list): New default value.  Update docstring.
15101         Improve :type.  Change :set function.
15102         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15103         Fix docstring.
15105         * emacs-lisp/generic.el (generic-mode-internal):
15106         Simplify font-lock-defaults.
15107         (define-generic-mode): Fix docstring.
15109 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15111         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15112         font-lock-face property to highlight matches.
15114 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
15116         * progmodes/cc-mode.el (cc-create-define-alist): New function.
15117         (cc-define-alist): New variable.
15118         (c-mode): Make it local and initialize it.
15120         * progmodes/gdb-ui.el (gdb-active-process): New variable.
15121         (gdb-exited): New function.
15122         (gdb-annotation-rules): Use it.
15123         (gdb-starting): Set gdb-active-process to t.
15124         (gdb-stopping): Amend doc string.
15125         (gdb-reset): Set gdb-active-process to nil.
15127         * tooltip.el (tooltip-gud-tips): Show the associated #define
15128         directives when a C program under GDB is not executing.
15130 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15132         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15133         font-lock-fontify-syntactic-keywords.
15135         * font-lock.el (font-lock-default-fontify-region): Don't force
15136         parse-sexp-lookup-properties to nil.
15138 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
15140         * man.el (man-mode-syntax-table): Set up `:' to have
15141         word-constituent syntax.
15143 2005-04-27  Lute Kamstra  <lute@gnu.org>
15145         * novice.el (disable-command): Don't add spurious newlines to the
15146         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
15148 2005-04-26  Jay Belanger  <belanger@truman.edu>
15150         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15151         than one window before deleting window.
15153 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
15155         * shell.el (shell-prompt-pattern): Doc fix.
15156         (shell-mode): Set paragraph-separate buffer locally to "\\'".
15158         * comint.el (comint-prompt-regexp, comint-get-old-input)
15159         (comint-use-prompt-regexp)
15160         (comint-use-prompt-regexp-instead-of-fields)
15161         (comint-replace-by-expanded-history, comint-send-input)
15162         (comint-output-filter, comint-get-old-input-default)
15163         (comint-line-beginning-position, comint-bol, comint-show-output)
15164         (comint-backward-matching-input, comint-forward-matching-input)
15165         (comint-next-prompt, comint-previous-prompt):
15166         Rename `comint-use-prompt-regexp-instead-of-fields' to
15167         `comint-use-prompt-regexp'.  Keep old name as alias and declare
15168         obsolete.
15169         (comint-use-prompt-regexp): Shorten first line of doc string.
15171         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15172         Set paragraph-separate buffer locally to "\\'".
15174         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15175         Adapt to above name change.
15177         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15178         (smbclient-prompt-regexp): Ditto.
15180         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15182 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15184         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15185         gdb-location-list.
15186         Break lines that are over 80 characters wide.
15188 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15190         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15191         New fun and var, to preserve compatibility.
15193         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15195 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15197         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15198         name to file-newer-than-file-p.
15200 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15202         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15204         * progmodes/python.el (python-mode):
15205         Use new name eldoc-documentation-function.
15207         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15209         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15210         (eldoc-documentation-function):
15211         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15213 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15215         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15217 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15219         * term/xterm.el (function-key-map): Fix strings for
15220         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15221         {C,S,A,C-S}-{f1-f12}.
15223 2005-04-26  Kenichi Handa  <handa@m17n.org>
15225         * international/mule-cmds.el (select-safe-coding-system):
15226         Fix previous change.
15228 2005-04-26  Lute Kamstra  <lute@gnu.org>
15230         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15232         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15233         (font-lock-comment-delimiter-face): Ditto.
15235         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15237 2005-04-25  Jay Belanger  <belanger@truman.edu>
15239         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15240         to t while inserting information; use help-mode.
15242 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15244         * term.el (ansi-term-color-vector): Use the xterm colors.
15245         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15247 2005-04-25  Lute Kamstra  <lute@gnu.org>
15249         * font-core.el (font-lock-defaults): Fix docstring.
15251         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15253 2005-04-25  Kenichi Handa  <handa@m17n.org>
15255         * international/mule-cmds.el (select-safe-coding-system):
15256         Don't check consistency with coding: spec, etc if raw-text or
15257         no-conversion was found to be safe.
15259 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15261         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15262         citation markers at start of each line.
15264         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15265         citation markers at start of each line.
15267         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15269         * files.el (mode-require-final-newline): Fix previous change.
15270         (require-final-newline): Fix type label.
15272 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15274         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15275         statement in buffer (broken by 2004-11-24 change).
15277 2005-04-24  Kim F. Storm  <storm@cua.dk>
15279         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15280         and read-file-name-function values.  Don't overwrite existing
15281         non-nil values if ido-mode is enabled without ido-everywhere.
15283 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15285         * files.el (mode-require-final-newline): Minor doc fix.
15287 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15289         * subr.el (syntax-after): Doc fix.
15290         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15291         bits, not 8 bits.
15293         * files.el (mode-require-final-newline): Doc fix.
15294         (backup-buffer-copy): Fix last change.
15296 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15298         * term/mac-win.el: Require select.  Set selection-coding-system to
15299         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15300         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15301         (x-select-enable-clipboard): New variables.
15302         (x-select-text, x-get-selection, x-selection-value)
15303         (x-get-selection-value, mac-select-convert-to-string)
15304         (mac-services-open-file, mac-services-open-selection)
15305         (mac-services-insert-text): New functions.
15306         (CLIPBOARD, FIND): Put mac-scrap-name property.
15307         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15308         (public.tiff): Put mac-ostype property.
15309         (selection-converter-alist): Add entries for them.
15310         (mac-application-menu-map): New keymap.
15311         (interprogram-cut-function, interprogram-paste-function): Set to
15312         x-select-text and x-get-selection-value, respectively.
15313         (split-window-keep-point): Set to t.
15315 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15317         * files.el (read-directory-name): Always pass non-nil
15318         DEFAULT-FILENAME arg to read-file-name.
15319         (backup-buffer-copy, basic-save-buffer-2): Take care against
15320         writing thru an unexpected existing symlink.
15321         (revert-buffer): In indirect buffer, revert the base buffer.
15322         (magic-mode-alist): Doc fix.
15323         (buffer-stale-function): Doc fix.
15324         (minibuffer-with-setup-hook): Avoid warning.
15325         (mode-require-final-newline): Doc and custom fix.
15327         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15329         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15330         use the default appearance.
15331         (font-lock-comment-delimiter-face): New face, new variable.
15333         * imenu.el (imenu--generic-function): The official position of a
15334         definition is the start of the line that BEG is in.
15336         * midnight.el (midnight-timer): Move defvar up.
15338         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15340         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15342         * startup.el (command-line): Use with-no-warnings.
15344         * window.el (window-size-fixed): New defvar.
15346         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15348         * mail/rmail.el (rmail-font-lock-keywords):
15349         Use font-lock-comment-delimiter-face.
15351         * mail/sendmail.el (mail-font-lock-keywords):
15352         Use font-lock-comment-delimiter-face.
15354         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15356 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15358         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15359         Specify t for LAXMATCH when matching directories.
15360         Save match data around compilation-compat-error-properties form.
15362 2005-04-23  David Kastrup  <dak@gnu.org>
15364         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15365         Mention that the autoloaded aliases should be kept for AUCTeX.
15367 2005-04-23  Andreas Schwab  <schwab@suse.de>
15369         * isearch.el (isearch-forward): Doc fix.
15371 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15373         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15374         (jit-lock-stealth-nice): Change default value to 0.5.
15376 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15378         * abbrev.el (write-abbrev-file): Write table entries in
15379         alphabetical order by table name.
15381 2005-04-22  Kim F. Storm  <storm@cua.dk>
15383         * ido.el (ido-read-internal): Fix `list' completion.
15385 2005-04-22  Kenichi Handa  <handa@m17n.org>
15387         * recentf.el (recentf-save-file-coding-system): New variable.
15388         (recentf-save-list): Encode the file by
15389         recentf-save-file-coding-system and add coding: tag.
15391 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15393         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15395 2005-04-21  Lute Kamstra  <lute@gnu.org>
15397         * loadhist.el (unload-feature): Don't remove a function from hooks
15398         if it is about to be restored to an autoload .  Remove functions
15399         that will become unbound from auto-mode-alist.  Simplify the code.
15401         * subr.el (assq-delete-all): New implementation that is linear,
15402         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15403         (rassq-delete-all): New function.
15405         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15406         Add size-indication-mode.
15408 2005-04-21  Kenichi Handa  <handa@m17n.org>
15410         * international/mule-cmds.el: Add autoload for widget-value in
15411         eval-when-compile.
15413 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15415         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15416         Add tooltip-mode.
15418         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15420 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15422         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15423         (inferior-lisp-filter-regexp, inferior-lisp-program)
15424         (inferior-lisp-load-command, inferior-lisp-prompt)
15425         (inferior-lisp-mode-hook, lisp-source-modes)
15426         (inferior-lisp-load-hook): defvar->defcustom.
15427         (inferior-lisp-program, inferior-lisp-prompt)
15428         (inferior-lisp-load-hook): Doc fixes.
15429         (inferior-lisp-install-letter-bindings): Small change in
15430         introductory comment.
15432 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15434         * vc.el (vc-annotate-color-map): Change some colors so that text
15435         using them as foreground is readable on both white and black
15436         backgrounds.
15438 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15440         * international/mule-conf.el (translation-table-for-input):
15441         Remove redundant declaration.
15443 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15445         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15447         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15448         (tooltip-toggle-gud-tips): New function.
15450 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15452         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15453         right angle brackets.
15455 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15457         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15459 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15461         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15462         Remove.  Update callers to use expand-file-name instead.
15464         * subr.el (syntax-class): New function.
15466         * simple.el (blink-matching-open): Use it.
15468         * paren.el (show-paren-function): Use it to recognize parens that are
15469         also used in 2-char comment markers.
15471 2005-04-19  Lute Kamstra  <lute@gnu.org>
15473         * loadhist.el (unload-feature): Update for new format of
15474         load-history.  Simplify the code.
15476 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15478         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15479         (mac-add-charset-info): New function.  Initialize variable
15480         mac-charset-info-alist using it.
15481         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15482         for translation.
15483         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15484         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15485         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15486         New CCL programs.
15488 2005-04-19  Kim F. Storm  <storm@cua.dk>
15490         * simple.el (next-buffer, prev-buffer, next-error)
15491         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15492         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15494         * bindings.el (next-buffer, prev-buffer, next-error)
15495         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15496         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15497         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15498         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15500 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15502         * isearch.el (isearch-edit-string): Make the search-ring available for
15503         minibuffer history commands.
15504         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15505         the default history commands now work just as well.
15506         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15508 2005-04-18  Kim F. Storm  <storm@cua.dk>
15510         * emulation/cua-base.el (cua--pre-command-handler): Add more
15511         elaborate check for shift modifier on non-window systems.
15513 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15515         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15517 2005-04-18  Kim F. Storm  <storm@cua.dk>
15519         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15520         and make it optional.  Don't test tooltip-gud-echo-area here.
15521         (tooltip-gud-process-output, gdb-tooltip-print):
15522         Pass tooltip-gud-echo-area to tooltip-show.
15523         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15525 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15527         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15528         `display-graphic-p' may not be bound yet.
15530 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15532         * startup.el (command-line): No longer enable Xterm Mouse mode by
15533         default in terminals compatible with xterm.
15535         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15537 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15539         * tooltip.el (tooltip-gud-echo-area): Rename from
15540         tooltip-use-echo-area.
15541         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15542         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15543         area independently of where help tooltips are displayed.
15545 2005-04-17  David Kastrup  <dak@gnu.org>
15547         * cus-theme.el (custom-theme-write-variables): Quote variables
15548         where necessary.
15550 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15552         * simple.el (yank-excluded-properties): Add follow-link to value.
15554         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15556         * startup.el (fancy-splash-max-time): Just 30 seconds.
15557         (fancy-splash-delay): Just 7.
15558         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15560         * loadhist.el (unload-feature): Update for new format of load-history.
15561         Simplify the code.
15563         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15564         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15566         * mail/sendmail.el (mail-font-lock-keywords):
15567         Don't fontify subject text.
15568         Don't fontify the text of a citation.
15570 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15572         * comint.el (comint-output-filter): Run comint-output-filter-functions
15573         with point where the user had it.
15575 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15577         * international/ucs-tables.el (ucs-set-table-for-input):
15578         Disable when using unify-on-decoding.
15580 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15582         * emulation/cua-base.el (cua-global-mark-face): Add special case
15583         for displays supporting a high number of colors.
15585 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15587         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15589 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15591         * filesets.el (filesets-add-buffer): If user supplies a name of a
15592         non-existing fileset, create a new fileset.
15594 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15596         * textmodes/org.el (org-up-heading-all): Fix bug with
15597         `outline-up-heading-all'.
15599 2005-04-16  Andreas Schwab  <schwab@suse.de>
15601         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15602         /etc/permissions.d/* and /etc/aliases.d/*.
15604 2005-04-16  Kenichi Handa  <handa@m17n.org>
15606         * international/code-pages.el (cp-make-coding-system):
15607         Set `translation-table-for-input' property value to the symbol
15608         ucs-mule-to-mule-unicode, not to that value.
15609         (pt154): Escape guillemet by `\'.
15611 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15613         * loadup.el: Load tooltip if x-show-tip is fboundp.
15615         * startup.el (command-line): Add comment.
15617         * tooltip.el (tooltip-mode): Specify correct standard value for
15618         Custom in init-value.
15620 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15622         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15623         possible.
15625 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15627         * textmodes/org.el (org-agenda-date-prompt): Rename from
15628         `org-agenda-date-today'.
15629         (org-evaluate-time-range): Insert at point instead of directly
15630         after time range.
15631         (org-first-headline-recenter, org-subtree-end-visible-p)
15632         (org-optimize-window-after-visibility-change): New functions
15633         (org-agenda-post-command-hook): Don't allow point at end of line,
15634         to make sure it always hits the text properties.
15635         (org-agenda-next-date-line, org-agenda-previous-date-line):
15636         New commands.
15637         (org-set-regexps-and-options): Category may contain white space.
15638         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15639         Improve marker positions.
15640         (org-agenda-new-marker): Argument POS made optional.
15641         (org-agenda-get-timestamps): Deadlines which are done are listed
15642         in org-done-face now.
15643         (org-agenda-get-todos, org-agenda-get-timestamps)
15644         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15645         Set `undone-face' and `done-face' properties.
15646         (org-last-todo-state-is-todo): New variable.
15647         (org-todo): Set `org-last-todo-state-is-todo'.
15648         (org-agenda-todo): Change face according to
15649         `org-last-todo-state-is-todo'.  And change other lines referring to
15650         the same entry.
15651         (org-calendar-goto-agenda): New command.
15652         (org-calendar-to-agenda-key): New option.
15653         (org-startup-folded): New allowed value `content'.
15654         (org-set-regexps-and-options): Accept new value `content' for
15655         `org-startup-folded'.
15656         (org-get-current-options): Handle new value `content' for
15657         `org-startup-folded'.
15658         (org-insert-todo-heading): New command.
15659         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15660         interactively in empty file and option
15661         `org-insert-mode-line-in-empty-file' has been set.
15662         (org-agenda-todo,org-agenda-priority): Modify to use
15663         `org-agenda-change-all-lines'.
15664         (org-warning-face): Change color on dark background
15666 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15668         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15669         use preferences AppleLocale and AppleLanguages, and variable
15670         mac-system-locale for default locale.  On Mac OS Classic, use
15671         mac-system-coding-system for default coding systems.
15673         * term/mac-win.el: Don't set file-name-coding-system.
15674         Decode variables system-name, emacs-build-system, user-login-name, and
15675         user-full-name by mac-system-coding-system on Mac OS Classic.
15676         (mac-system-coding-system): New variable.
15678 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15680         * startup.el (command-line): Handle `xterm-mouse-mode' before
15681         reading init file.
15683         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15685 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15687         * progmodes/sh-script.el (sh-here-document-word): Make it a
15688         defcustom.  Doc fix.
15689         (sh-add): Bash uses $(( )) for arithmetic.
15690         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15691         (sh-maybe-here-document): Remove quotes and leading whitespace
15692         from heredoc word when closing.  Indent heredoc with tabs if word
15693         starts with "-".
15695 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15697         * simple.el (undo): Fix previous change.
15699         * custom.el (defface): Doc fix.
15701 2005-04-13  Lute Kamstra  <lute@gnu.org>
15703         * Makefile.in (DONTCOMPILE): Remove list.
15704         (compile, compile-always): Don't use DONTCOMPILE.
15705         (update-authors): Load the library in which batch-update-authors
15706         is defined.
15707         * makefile.w32-in (DONTCOMPILE): Remove list.
15708         (compile, compile-always): Fix comments.
15709         (update-authors): Load the library in which batch-update-authors
15710         is defined.
15712         * generic-x.el (generic-mode-ini-file-find-file-hook):
15713         Rename to ini-generic-mode-find-file-hook.
15714         Keep generic-mode-ini-file-find-file-hook as an alias.
15715         (ini-generic-mode-find-file-hook): Rename from
15716         generic-mode-ini-file-find-file-hook.  Fix docstring.
15717         (ini-generic-mode): Docstring change.
15718         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15720         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15721         called from lisp.
15723         * generic.el: Move to the emacs-lisp subdir.
15725 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15727         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15728         and C-S- function and cursor motion keys.
15730 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15732         * startup.el (command-line): Enable Xterm Mouse mode by default.
15733         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15734         for Custom.  No longer show "Mouse" in mode line when enabled.
15735         Doc fix.
15737 2005-04-12  Kim F. Storm  <storm@cua.dk>
15739         * emulation/cua-base.el (cua-rectangle-face)
15740         (cua-rectangle-noselect-face): Define face attributes here.
15742         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15744 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15746         * startup.el (command-line): Turn off blinking cursor if
15747         cursorBlink in resources is off or false.
15749 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15751         * term/mac-win.el (dnd): Require dnd.
15752         (mac-drag-n-drop): Call dnd-handle-one-url.
15753         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15754         (kTextEncodingISOLatin2): Remove constants.
15755         (mac-script-code-coding-systems): New constant.
15756         (mac-handle-language-change): New function.
15757         (special-event-map): Bind it to `language-change' event.
15758         (mac-centraleurroman, mac-cyrillic): New coding systems.
15759         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15760         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15761         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15762         encode-mac-cyrillic, respectively.
15764 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15766         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15767         Don't set overlay-arrow-string to "=>" as this is done
15768         globally in C now.
15770 2005-04-12  Lute Kamstra  <lute@gnu.org>
15772         * generic-x.el (rc-generic-mode, rul-generic-mode):
15773         Fix auto-mode-alist entries.
15774         (etc-fstab-generic-mode): Tweak fontification.
15776         * generic.el (generic-make-keywords-list): Fix docstring.
15777         (generic-mode-internal): Simplify generic-font-lock-keywords.
15779 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15781         * whitespace.el (whitespace-buffer-leading)
15782         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15783         However, fix the highlight area for the leading and
15784         trailing whitespaces to show space.
15786 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15788         * whitespace.el (whitespace-version): Bump to 3.5
15790         (whitespace-buffer-leading, whitespace-buffer-trailing):
15791         Invert sense of the test to highlight the whitespace.
15793 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15795         * progmodes/gud.el (gud-display-line): GUD uses its own
15796         overlay arrow now so don't set overlay-arrow-string.
15797         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15799 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15801         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15802         (term-ansi-current-reverse, term-ansi-current-invisible)
15803         (term-ansi-face-already-done): Change to boolean.
15804         (term-reset-terminal, term-handle-colors-array): Handle the above
15805         vars accordingly.
15806         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15807         (term-emulate-terminal): Use the new name.
15809         * faces.el (secondary-selection): Use yellow1, not yellow.
15810         (trailing-whitespace): Use red1, not red.
15812 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15814         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15815         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15816         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15818         * cus-edit.el (dnd): New group.
15820         * term/w32-win.el (dnd): Require dnd
15821         (w32-drag-n-drop): Call dnd-handle-one-url.
15823         * x-dnd.el: Require dnd.
15824         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15825         Call dnd-handle-one-url.
15826         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15827         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15828         to dnd-insert-text.
15829         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15830         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15831         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15832         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15834         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15836 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15838         * wdired.el: Doc fixes.
15839         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15840         (wdired-use-dired-vertical-movement): Rename from
15841         wdired-always-move-to-filename-beginning.
15842         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15843         (wdired-change-to-wdired-mode): Change mode name.
15844         (wdired-newline): Delete.
15846 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15848         * whitespace.el (whitespace-highlight-the-space):
15849         Don't call whitespace-unhighlight-the-space here.
15851         * simple.el (undo): Record t in undo-equiv-table
15852         for the redo record made by an undo-in-region.
15854 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15856         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15857         (gdb-frame-inferior-io-buffer): New Functions to control
15858         display of separate IO buffer.
15859         (menu): Add them to menu-bar.
15860         (gdb-display-buffer): Check for buffer another frame.
15861         Protect GUD buffer.
15862         (gdb-setup-windows): Create IO buffer if not already there.
15863         (gdb-memory-mode): Remove purecopy noops.
15865 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15867         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15868         and pass to self-insert-command.
15870 2005-04-11  Lute Kamstra  <lute@gnu.org>
15872         * generic.el: Commentary section cleanup.
15873         (generic): Delete.
15874         (generic-use-find-file-hook, generic-lines-to-scan)
15875         (generic-find-file-regexp, generic-ignore-files-regexp)
15876         (default-generic-mode, generic-mode-find-file-hook)
15877         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15878         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15879         (generic-use-find-file-hook, generic-lines-to-scan)
15880         (generic-find-file-regexp, generic-ignore-files-regexp)
15881         (default-generic-mode, generic-mode-find-file-hook)
15882         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15884 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15886         * bookmark.el (bookmark-write-file): Catch errors writing file.
15887         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15889 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15891         * startup.el (fancy-splash-tail): Update copyright year.
15892         (command-line): Split part of -Q into -D.
15893         (emacs-basic-display): New defvar.
15894         (fancy-splash-text): Correct name of menu item.
15896         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15898         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15899         lines in one node.
15901         * comint.el (comint-send-input): New arg ARTIFICIAL.
15902         Callers in this file changed.
15904         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15906         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15908 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15910         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15911         `ldap-search-internal'.
15913 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15915         * files.el (set-auto-mode-1): Use line-end-position.
15917         * international/latin-1.el:
15918         * international/latin-2.el:
15919         * international/latin-3.el:
15920         * international/latin-4.el:
15921         * international/latin-5.el:
15922         * international/latin-8.el:
15923         * international/latin-9.el: Give punctuation syntax to NBSP.
15925         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15926         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15927         Use char-classes to accept non-ascii letters, accepted in some recent
15928         bibtex implementations.
15930 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15932         * custom.el (custom-set-minor-mode): Any non-nil value for the
15933         variable should enable the mode when set through Custom.
15935 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15937         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15938         TAB binding so tab-always-indent is obeyed.
15939         (vhdl-minibuffer-local-map): Move initialization into declaration.
15940         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15941         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15942         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15943         (vhdl-current-line): Use line-beginning-position.
15944         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15945         with-output-to-temp-buffer, so the current position can be recorded.
15947 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15949         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15950         Add regexp for gcov.
15952 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15954         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15955         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15956         syntax which Emacs 20 doesn't support.
15958 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15960         * help.el (describe-key-briefly, describe-key):
15961         Replace strings as event types with "(any string)".
15963 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15965         * arc-mode.el (archive-mode-map): Move initialization into
15966         the declaration.  Override *all* bindings of `undo'.
15967         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15969 2005-04-09  Jay Belanger  <belanger@truman.edu>
15971         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15973 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15975         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15976         (xterm-register-default-colors): Update color values computation
15977         to match xterm-200.
15979 2005-04-09  Kenichi Handa  <handa@m17n.org>
15981         * international/code-pages.el (iso-latin-7): Fix the map.
15983 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15985         * emacs-lisp/lisp.el (defun-prompt-regexp)
15986         (parens-require-spaces, buffer-end, end-of-defun)
15987         (insert-parentheses): Doc fixes.
15989 2005-04-08  Kim F. Storm  <storm@cua.dk>
15991         * comint.el (comint-highlight-prompt): Fix face spec.
15992         * hi-lock.el (hi-green): Likewise.
15994 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15996         * cus-edit.el (custom-modified-face):
15997         * comint.el (comint-highlight-input): Fix previous changes.
15998         * term.el (term-handle-ansi-escape): Add a comment.
16000 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16002         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16003         in the buffer and in whitespace-highlighted-space.
16004         (whitespace-unhighlight-the-space): Simplify.
16005         (whitespace-buffer): Simplify.
16007 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
16009         * textmodes/table.el (table-cell-face): Add special case for
16010         displays supporting a high number of colors.
16011         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16012         (vhdl-font-lock-reserved-words-face)
16013         (vhdl-speedbar-architecture-face)
16014         (vhdl-speedbar-instantiation-face)
16015         (vhdl-speedbar-architecture-selected-face)
16016         (vhdl-speedbar-instantiation-selected-face): Likewise.
16017         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16018         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16019         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16020         (ebrowse-root-class-face, ebrowse-member-attribute-face)
16021         (ebrowse-progress-face): Likewise.
16022         * progmodes/compile.el (compilation-info-face): Likewise.
16023         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16024         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16025         * calendar/calendar.el (diary-face): Likewise.
16026         * woman.el (woman-italic-face, woman-bold-face)
16027         (woman-unknown-face): Likewise.
16028         * wid-edit.el (widget-button-pressed-face): Likewise.
16029         * whitespace.el (whitespace-highlight-face): Likewise.
16030         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16031         * pcvs-info.el (cvs-marked-face): Likewise.
16032         * info.el (info-xref): Likewise.
16033         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16034         * hilit-chg.el (highlight-changes-face)
16035         (highlight-changes-delete-face): Likewise.
16036         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16037         (hi-red-b): Likewise.
16038         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16039         * font-lock.el (font-lock-keyword-face)
16040         (font-lock-function-name-face, font-lock-warning-face): Likewise.
16041         * cus-edit.el (custom-invalid-face, custom-modified-face)
16042         (custom-set-face, custom-changed-face, custom-variable-tag-face)
16043         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16044         * comint.el (comint-highlight-prompt): Likewise.
16046 2005-04-08  Lute Kamstra  <lute@gnu.org>
16048         * font-lock.el (font-lock-keywords): Docstring fixes.
16050 2005-04-08  Kenichi Handa  <handa@m17n.org>
16052         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16053         chars are more than a limit, print " and more..." at the tail.
16055 2005-04-08  Kim F. Storm  <storm@cua.dk>
16057         * emacs-lisp/authors.el (authors-aliases): Update list.
16058         (authors-ignored-files): New list.
16059         (authors-fixed-entries): Fix typo.
16060         (authors-renamed-files-alist): Update list.
16061         (authors-add): Check authors-ignored-files.
16063 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
16065         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16066         optional, to ensure backward compatibility.
16068 2005-04-08  Stephen Eglen  <stephen@gnu.org>
16070         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16072 2005-04-08  Kim F. Storm  <storm@cua.dk>
16074         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16076         * mouse.el (mouse-on-link-p): Doc fix.
16078 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
16080         * ielm.el (ielm-prompt-read-only): Doc fix.
16082         * comint.el (comint-prompt-read-only): Doc fix.
16084 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
16086         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16087         ensure dired always handles wildcards passed to ffap.
16088         (find-file-at-point): Use it.
16089         (ffap-dired-wildcards): Doc fix.
16091 2005-04-07  Juri Linkov  <juri@jurta.org>
16093         * simple.el (next-error-overlay-arrow-position): New defvar.
16094         Put "=>" on its property `overlay-arrow-string'.  Add it to
16095         `overlay-arrow-variable-list'.
16097         * progmodes/compile.el (compilation-setup):
16098         Set `next-error-overlay-arrow-position' to nil.  Also set it to
16099         nil in the local hook `kill-buffer-hook'.  Make local variable
16100         `overlay-arrow-string' and set it to "=>".
16101         (compilation-goto-locus): Set BOL position to
16102         `next-error-overlay-arrow-position' instead of
16103         `overlay-arrow-position'.
16105         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16106         locally instead of adding it to the global hook.
16107         (Info-kill-buffer): Move up.
16109 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
16111         * term/xterm.el (xterm-standard-colors): Update color values from
16112         xterm-200.
16114 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16116         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16118         * fast-lock.el:
16119         * lazy-lock.el: Move them to the obsolete subdir.
16121 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16123         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16124         (wdired-add-replace-advice): Remove.
16125         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16127 2005-04-06  Kim F. Storm  <storm@cua.dk>
16129         * startup.el (command-line): Add --bare-bones alias for -Q.
16131 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16133         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16134         create the startup fontset if a font specification ends with
16135         `mac-roman'.
16137 2005-04-06  Lute Kamstra  <lute@gnu.org>
16139         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16140         change.
16142         * emacs-lisp/copyright.el (copyright-update-year): Replace the
16143         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
16145 2005-04-05  Lute Kamstra  <lute@gnu.org>
16147         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16148         (define-generic-mode): Ditto.  Fix debug declaration.
16150         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16151         Put them in the generic-x group.
16153         * calendar/timeclock.el (timeclock): Doc fix.
16155         * generic.el (define-generic-mode): Don't use custom-current-group.
16156         Document default :group value.
16157         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16158         (define-global-minor-mode): Don't use custom-current-group.
16160 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
16162         * startup.el (command-line-1): Display startup-echo-area-message
16163         when fancy splash screen is in use.
16165         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16166         (sh-escaped-newline): New face.
16167         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16168         newline, and use sh-escaped-newline face.
16170         * progmodes/tcl.el (tcl-escaped-newline): New face.
16171         (tcl-builtin-list): New variable.
16172         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16173         newlines.  Fix keywords subexpression number.
16175 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16177         * textmodes/org.el (org-diary-default-entry): Fix call to
16178         `add-to-diary-entry'.
16180 2005-04-05  Kim F. Storm  <storm@cua.dk>
16182         * ediff-init.el: Use (featurep 'xemacs).
16184 2005-04-05  David Ponce  <david@dponce.com>
16186         * cus-edit.el (face): Derive from symbol widget.  Display sample
16187         of the current face on the fly.
16188         (widget-face-sample-face-get, widget-face-notify): New functions.
16189         (widget-face-value-create): Remove.
16191         * wid-edit.el (widget-field-end): Temporarily remove field
16192         narrowing before to call `get-char-property'.
16194 2005-04-04  Jay Belanger  <belanger@truman.edu>
16196         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16197         (math-read-subscripts): New variable.
16198         (math-read-preprocess-string): Process subscripts.
16200 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16202         * comint.el (comint-prompt-read-only): Doc fix.
16204         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16205         `-1'.  Doc fix.
16207 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16209         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16210         Change default value to nil.
16212 2005-04-04  Lute Kamstra  <lute@gnu.org>
16214         * autorevert.el (auto-revert-mode): Specify :group.
16215         * battery.el (display-battery-mode): Specify :group.
16216         * diff-mode.el (diff-minor-mode): Specify :group.
16217         * font-core.el (font-lock-mode): Specify :group.
16218         * hl-line.el (hl-line-mode): Specify :group.
16219         * iimage.el (iimage): New customization group.
16220         (iimage-mode): Specify :group.
16221         * longlines.el (longlines-mode): Specify :group.
16222         * master.el: Don't require easy-mmode.
16223         (master): New customization group.
16224         (master-mode): Specify :group.
16225         * msb.el (msb-mode): Specify :group.
16226         * reveal.el (reveal-mode): Specify :group.
16227         * simple.el (next-error-follow-minor-mode): Specify :group.
16228         * smerge-mode.el (smerge-mode): Specify :group.
16229         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16230         * emulation/cua-base.el (cua-mode): Specify :group.
16231         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16232         * language/thai-util.el (thai-auto-composition-mode)
16233         (thai-word-mode): Specify :group.
16234         * mail/supercite.el (sc-minor-mode): Specify :group.
16235         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16236         * progmodes/flymake.el (flymake-mode): Specify :group.
16237         * progmodes/glasses.el (glasses-mode): Specify :group.
16238         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16239         * textmodes/enriched.el (enriched-mode): Specify :group.
16240         * textmodes/refill.el (refill-mode): Specify :group.
16242         * add-log.el (change-log-font-lock-keywords): Names in
16243         parenthesized lists can contain spaces.
16245 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16247         * startup.el (fancy-splash-text): Shorten default text of
16248         "Emacs Tutorial" line.  Also, if the current language env
16249         indicates an available tutorial file other than TUTORIAL,
16250         extract its title and append it to the line in parentheses.
16251         (fancy-splash-insert): If arg is a thunk, funcall it.
16253 2005-04-04  Jay Belanger  <belanger@truman.edu>
16255         * calc.el (calc-language-alist): Add tags to customization type.
16257 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16259         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16260         Doc fix.
16262 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16264         * add-log.el (change-log-font-lock-keywords): The manual
16265         describing a Change Log entry, says: (...) "Aside from these
16266         header lines, every line in the change log starts with a space or
16267         a tab.".  The font-lock was not highlighting lines started with
16268         spaces, added support for it.
16270 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16272         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16273         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16274         complex example in the docstring.
16275         (bibtex-font-lock-url): Use pop.
16277 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16281         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16283 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16285         * filesets.el (filesets-set-default): Doc fix.
16287 2005-04-03  Lute Kamstra  <lute@gnu.org>
16289         * generic.el (define-generic-mode): Add argument to specify
16290         keywords for defcustom.
16291         (default-generic-mode): Specify :group.
16293         * generic-x.el: Specify :group for all generic modes.
16295         * desktop.el (desktop-no-desktop-file-hook)
16296         (desktop-after-read-hook): Doc fix.
16298 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16300         * simple.el (visible-mode): Use explicit :group keyword.
16301         This changes the group of `visible-mode-hook' from paren-blinking
16302         to editing-basics.
16304 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16306         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16307         mailbox specifications as well as URLs.
16308         (rmail-insert-inbox-text): Remove unused conditional branches.
16310 2005-04-01  Jay Belanger  <belanger@truman.edu>
16312         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16313         (calc-gnuplot-print-command): Move definitions to calc.el.
16315         * calc/calc-embed.el (calc-embedded-announce-formula)
16316         (calc-embedded-open-formula, calc-embedded-close-formula)
16317         (calc-embedded-open-word, calc-embedded-close-word)
16318         (calc-embedded-open-plain, calc-embedded-close-plain)
16319         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16320         (calc-embedded-open-mode, calc-embedded-close-mode):
16321         Move definitions to calc.el.
16323         * calc/calc.el (calc-settings-file, calc-language-alist):
16324         Make customizable.
16325         (calc-embedded-announce-formula, calc-embedded-open-formula)
16326         (calc-embedded-close-formula, calc-embedded-open-word)
16327         (calc-embedded-close-word, calc-embedded-open-plain)
16328         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16329         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16330         (calc-embedded-close-mode, calc-gnuplot-name)
16331         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16332         from other files and make customizable.
16334 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16336         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16337         Use buffer-live-p.
16338         (cvs-mode-run): Don't call cvs-update-header here.
16339         (cvs-run-process): Call cvs-update-header.
16340         Use process properties for cvs-postprocess and cvs-buffer so that
16341         the sentinel can behave better if the temp buffer is killed.
16342         Use a pipe rather than a tty, to better handle unexpected prompts.
16343         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16345 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16347         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16348         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16350 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16352         * generic.el (define-generic-mode): Add indentation rule.
16354 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16356         * files.el (mode-require-final-newline): Make Custom correctly
16357         report a nil value and allow to set it to nil via Custom.
16358         Doc fix.
16360 2005-04-01  Kenichi Handa  <handa@m17n.org>
16362         * international/characters.el: Enable the correct case setting for
16363         dotless-i and dotted-I.
16365 2005-04-01  Kim F. Storm  <storm@cua.dk>
16367         * ido.el (ido-file-internal): Fall back to non-ido command if
16368         initial directory is on slow ftp (or tramp) host.
16370 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16372         * emacs-lisp/autoload.el (make-autoload):
16373         Handle define-global-minor-mode.
16375         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16376         Rename from easy-mmode-define-global-mode.
16377         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16379         * progmodes/scheme.el (scheme-mode-syntax-table):
16380         Update syntax of | and # for two-character comment syntax.
16382 2005-03-31  Lute Kamstra  <lute@gnu.org>
16384         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16385         (define-minor-mode): Call custom-current-group at load-time.
16387         * generic.el (define-generic-mode): Add debug declaration.
16388         Add defcustom for the mode hook.
16389         (generic-mode-internal): Use run-mode-hooks.
16391 2005-03-31  Kim F. Storm  <storm@cua.dk>
16393         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16394         (mouse-fixup-help-message): New defun called by show_help_echo
16395         to fixup mouse-2 prefix in help messages when applicable.
16397         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16399 2005-03-31  Kenichi Handa  <handa@m17n.org>
16401         * language/thai-word.el (thai-find-word-ends): Pay attention to
16402         the case that we reach the end of buffer.
16404         * textmodes/fill.el (fill-text-properties-at): New function.
16405         (fill-newline): Use fill-text-properties-at instead of
16406         text-properties-at.
16408 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16410         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16411         not comint-quote-filename.
16413 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16415         * help-fns.el (help-with-tutorial): Revert last change.
16417 2005-03-31  Kim F. Storm  <storm@cua.dk>
16419         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16421 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16423         * calendar/cal-china.el: Update reference to "Calendrical
16424         Calculations" book; there's a new edition.
16425         * calendar/cal-coptic.el: Likewise.
16426         * calendar/cal-french.el: Likewise.
16427         * calendar/cal-hebrew.el: Likewise.
16428         * calendar/cal-islam.el: Likewise.
16429         * calendar/cal-iso.el: Likewise.
16430         * calendar/cal-julian.el: Likewise.
16431         * calendar/cal-mayan.el: Likewise.
16432         * calendar/cal-persia.el: Likewise.
16433         * calendar/calendar.el: Likewise.
16434         * calendar/holidays.el: Likewise.
16435         * calendar/lunar.el: Likewise.
16436         * calendar/solar.el: Likewise.
16438         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16439         white space from doc string.
16441 2005-03-30  Jay Belanger  <belanger@truman.edu>
16443         * calc/calc-help.el (calc-full-help): Remove email address.
16445 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16447         * help-fns.el (help-with-tutorial): Delete title line.
16449 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16451         * calendar/cal-x.el (calendar-one-frame-setup)
16452         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16453         rather than `symbol' for set-window-dedicated-p.
16455         * calendar/appt.el (appt-buffer-name): Make it a constant.
16456         (appt-add): Doc fix.
16458         * filesets.el (filesets-menu-path, filesets-menu-before)
16459         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16460         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16461         (filesets-add-submenu): Delete and use add-submenu instead.
16463 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16465         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16466         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16467         (org-diary-default-entry): New function.
16468         (org-get-entries-from-diary): Better parsing of diary entries.
16469         (org-agenda-check-no-diary): New function.
16470         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16471         linking to diary entries.
16472         (org-agenda-execute-calendar-command): New function.
16473         (org-agenda): Improve visible section in window.
16474         Use `org-fit-agenda-window'.
16475         (org-fit-agenda-window): New option.
16476         (org-move-subtree-down): Better handling of empty lines
16477         at end of subtree.
16478         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16479         levels up.
16480         (org-fontify-done-headline): New option.
16481         (org-headline-done-face): New face.
16482         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16483         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16484         When current field is non-empty, it is copied to next row.
16485         (org-table-copy-from-above): Fix bug which made it
16486         impossible to copy fields containing only a single non-white character.
16488 2005-03-30  Kim F. Storm  <storm@cua.dk>
16490         * kmacro.el (kmacro-end-macro): Isearch may store this command
16491         into the macro -- so ignore it when executing keyboard macro.
16493 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16495         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16497 2005-03-29  Kenichi Handa  <handa@m17n.org>
16499         * language/thai.el ("Thai"): Set setup-function and exit-function
16500         for Thai language environment.
16502         * language/thai-util.el: Require thai-word.
16503         (thai-word-mode-map): New variable.
16504         (thai-word-mode): New minor mode.
16505         (setup-thai-language-environment-internal): New function.
16506         (exit-thai-language-environment-internal): New function.
16508         * language/thai-word.el (thai-word-table): Declare it by defvar,
16509         use dolist to initialize it.
16510         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16511         (thai-fill-find-break-point): New functions.
16513 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16515         * simple.el (idle-update-delay): Move definition up.
16516         (set-mark): Doc fix.
16518 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16520         * longlines.el: New file.
16522         * simple.el (buffer-substring-filters): New variable.
16523         (filter-buffer-substring): New function.
16524         (kill-region, copy-region-as-kill): Use it.
16526         * register.el (copy-to-register, append-to-register)
16527         (prepend-to-register): Use filter-buffer-substring.
16529 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16531         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16532         (gud-filter-pending-text): Move in front of gdb.
16533         (gud-overlay-arrow-position): New variable.
16534         (gud-sentinel, gud-display-line): Use it in place of
16535         overlay-arrow-position.
16537 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16539         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16540         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16541         (fortran-font-lock-keywords-4): New variable.
16542         (fortran-blocks-re, fortran-end-block-re)
16543         (fortran-start-block-re): New constants, for hideshow.
16544         (hs-special-modes-alist): Add a Fortran entry.
16545         (fortran-mode-map): Bind fortran-end-of-block,
16546         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16547         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16548         (fortran-looking-at-if-then, fortran-end-of-block)
16549         (fortran-beginning-of-block): New functions, for hideshow.
16551         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16552         Doc fix.  Tweak regexp.
16553         (f90-beginning-of-block): Push mark first.
16555 2005-03-29  Jay Belanger  <belanger@truman.edu>
16557         * calc/calc.el: Update copyright date.
16558         (calc-version): Increase to 2.1.
16559         (calc-version-date): Remove.
16561         * calc/calc-help.el: Update copyright date.
16562         (calc-full-help): Remove reference to calc-version-date.
16563         Update copyright date.
16565 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16567         * vc.el (vc-do-command): Use a pipe for async processes, so password
16568         prompts don't show up at places where the user can't reply.
16570 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16572         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16573         on the file name we pass to the inferior shell.
16575 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16577         * progmodes/which-func.el (which-function): Be robust in the face of an
16578         imenu--make-index-alist failure.
16580 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16582         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16584         * progmodes/python.el (python-preoutput-filter): Fix last change.
16586 2005-03-29  Lute Kamstra  <lute@gnu.org>
16588         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16589         functions and compiled macros.
16590         (debug-convert-byte-code): Handle macros too.
16591         (debug-on-entry-1): Don't signal an error when trying to clear a
16592         function that is not set to debug on entry.
16594 2005-03-29  Jay Belanger  <belanger@truman.edu>
16596         * calc/calc-lang.el: Add functions to math-function-table
16597         properties of tex and math.
16599 2005-03-29  Kenichi Handa  <handa@m17n.org>
16601         * ps-mule.el (ps-mule-plot-string): Translate characters by
16602         ps-print-translation-table.
16603         (ps-mule-begin-job): Call find-charset-region/string with
16604         ps-print-translation-table.
16605         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16607         * ps-print.el (ps-print-translation-table): New variable.
16608         (ps-plot-region): Translate characters by ps-print-translation-table.
16610 2005-03-29  Juri Linkov  <juri@jurta.org>
16612         * simple.el (next-error-highlight-timer): New variable.
16614         * progmodes/compile.el (compilation-goto-locus):
16615         Use `next-error-highlight-timer' instead of `sit-for'.
16617 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16619         * mail/supercite.el (sc-mail-field): Use assoc-string.
16620         (sc-get-address): Simplify regexps.
16622         * files.el (minibuffer-with-setup-hook): New macro.
16623         (find-file-read-args): Use it to avoid let-binding
16624         minibuffer-with-setup-hook (which breaks turning on/off
16625         file-name-shadow-mode while in the prompt).
16627         * complete.el (PC-read-include-file-name-internal):
16628         Use test-completion.
16630 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16632         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16634 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * window.el (window-buffer-height): Use count-screen-lines.
16638         * progmodes/python.el (python-preoutput-leftover): New var.
16639         (python-preoutput-filter): Use it.
16640         (python-send-receive): Loop until all the result has been received.
16642 2005-03-28  Juri Linkov  <juri@jurta.org>
16644         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16646         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16647         "Recover Crashed Session".
16648         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16649         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16650         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16651         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16652         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16653         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16654         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16655         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16657         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16658         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16659         Ediff Sessions", "Toggle use of separate control buffer frame",
16660         "Use separate frame for Ediff control buffer".
16662         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16663         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16664         "Rename Bookmark", "Delete Bookmark".
16666         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16667         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16668         Add `:active Info-index-alternatives' to "Next Matching Item".
16670         * wdired.el (wdired-change-to-wdired-mode):
16671         Mention `wdired-abort-changes' key in the initial message.
16673         * international/mule.el (auto-coding-alist): Associate non-ascii
16674         image filename extensions with `no-conversion'.
16676 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16678         * international/iso-acc.el:
16679         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16681 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16683         * textmodes/sgml-mode.el (html-mode): Doc update.
16685         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16687 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16689         * term.el (term-move-columns): Fix face after extending a line.
16690         (term-insert-spaces): Likewise.
16691         (term-reset-terminal): Fix off by one error.
16693 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16695         * international/mule.el (auto-coding-alist): Add .xpi files.
16697         * files.el (auto-mode-alist): Add .xpi files.
16699 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16701         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16703 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16705         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16707 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16709         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16710         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16712         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16713         cursor to Jan 1 when needed.
16714         (calendar-end-of-year): Fix -/+ typo.
16715         Reported by Chong Yidong <cyd@stupidchicken.com>.
16717 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16719         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16721         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16722         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16724 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16726         * filesets.el (filesets-init): Add autoload.
16728         * mail/mailalias.el (mail-directory): Doc fix.
16730 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16732         * mail/mailalias.el (mail-directory-process): Do nothing if
16733         mail-directory-process is an atom.
16734         (mail-get-names): Ignore mail-directory-names if it is an atom.
16735         (mail-directory-process defvar): Doc fix.
16736         (mail-names): Doc fix.
16738 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16740         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16742 2005-03-26  Kenichi Handa  <handa@m17n.org>
16744         * international/mule-util.el (detect-coding-with-priority):
16745         Call update-coding-systems-internal before detect-coding-region.
16747 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16749         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16750         (gdb-frames-mode-map): Add follow-link property.
16752 2005-03-25  Jay Belanger  <belanger@truman.edu>
16754         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16755         for variables.
16757 2005-03-25  Juri Linkov  <juri@jurta.org>
16759         * image-mode.el: Optimize image filename extension regexps in
16760         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16761         in `auto-mode-alist'.
16762         (image-mode): Add `image-toggle-display-text' to local hook
16763         `change-major-mode-hook'.  Display the image as an image by
16764         default.  Set `cursor-type' and `truncate-lines' if the image
16765         is already displayed.  Take into account the current mode (image
16766         or text) in message.
16767         (image-minor-mode): New minor mode.
16768         (image-mode-maybe, image-toggle-display-text): New functions.
16769         (image-toggle-display): Use called-interactively-p.
16770         Let-bind `inhibit-read-only' to t.
16772         * image-mode.el (image-minor-mode): Set `cursor-type' and
16773         `truncate-lines' if the image is already displayed.  Add turning
16774         image-minor-mode off to `change-major-mode-hook'.  Add message.
16775         Call `image-toggle-display-text' after turning image-minor-mode off.
16777 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16779         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16780         Terminal.app, use utf-8.
16781         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16782         (set-locale-environment): Use it.
16784         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16786         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16788         * progmodes/python.el (python-close-block-statement-p)
16789         (python-outdent-p, python-current-defun): Use symbol-end.
16791 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16793         * files.el (save-some-buffers): Doc fix.
16795 2005-03-25  Werner Lemberg  <wl@gnu.org>
16797         * complete.el, thumbs.el: Replace `legal' with `valid'.
16798         * calendar/calendar.el: Replace `legal' with `valid'.
16799         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16800         * mail/supercite.el: Replace `legal' with `valid'.
16801         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16802         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16803         Replace `legal' with `valid'.
16804         * textmodes/reftex-vars.el, textmodes/reftex.el:
16805         Replace `legal' with `valid'.
16807 2005-03-25  Werner Lemberg  <wl@gnu.org>
16809         * calc/calc-forms.el, calc/calc-sel.el:
16810         * midnight.el, vc-cvs.el:
16811         * emacs-lisp/cl-macs.el:
16812         * emulation/vip.el:
16813         * eshell/esh-io.el, eshell/esh-var.el:
16814         * mail/supercite.el:
16815         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16816         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16817         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16818         * progmodes/sh-script.el, progmodes/xscheme.el:
16819         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16820         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16821         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16822         * textmodes/reftex.el, textmodes/org.el:
16823         Replace `illegal' with `invalid'.
16825 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16827         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16828         (flymake-find-buildfile, flymake-find-possible-master-files)
16829         (flymake-check-include, flymake-parse-line): Replace loops over the
16830         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16832         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16833         Substitute file-name-as-directory in the rest of the file.
16834         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16835         (flymake-replace-region): Remove unused arg `buffer'.
16836         (flymake-check-patch-master-file-buffer): Update calls to it.
16837         (flymake-add-err-info): Remove unused var `count'.
16838         (flymake-mode): Use define-minor-mode.
16840         * progmodes/flymake.el: Use with-current-buffer.
16841         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16842         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16843         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16844         Avoid testing for `xemacs'.
16845         (flymake-nop): Move.
16846         (flymake-region-has-flymake-overlays): Return the computed value.
16847         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16848         Remove unused var `endline'.
16849         (flymake-get-line-count): Remove unused function.
16850         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16852         * emulation/vi.el:
16853         * generic.el:
16854         * hilit-chg.el (global-highlight-changes):
16855         * hi-lock.el (hi-lock-mode):
16856         * follow.el: find-file-hooks -> find-file-hook.
16858         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16860 2005-03-24  Juri Linkov  <juri@jurta.org>
16862         * dired.el (dired-mode-map): Add menu item "Compare directories"
16863         for dired-compare-directories.
16865         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16866         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16868 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16870         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16872 2005-03-24  Jay Belanger  <belanger@truman.edu>
16874         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16875         relevant mode settings in calc-embedded-original-modes when modes
16876         are permanently changed.
16878 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * autoinsert.el: find-file-hooks -> find-file-hook.
16882 2005-03-24  Lute Kamstra  <lute@gnu.org>
16884         * generic.el (generic-font-lock-defaults): Make it obsolete.
16885         (generic-font-lock-keywords): New variable to replace
16886         generic-font-lock-defaults.
16887         (generic-mode-set-font-lock): Delete it.
16888         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16889         (generic-bracket-support): Add docstring.
16891         * generic-x.el: Rename generic-font-lock-defaults to
16892         generic-font-lock-keywords throughout.
16893         (mailagent-rules-setup-function): Delete it.
16894         (mailagent-rules-generic-mode): Use anonymous function instead.
16895         (show-tabs-generic-mode-font-lock-defaults-1)
16896         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16897         Quote faces.
16898         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16899         not foreground.
16901         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16902         Recognize define-generic-mode.
16904 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16906         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16907         if there's no completion table.
16909 2005-03-23  Miles Bader  <miles@gnu.org>
16911         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16912         Remove tty-specific variants, as they're no longer needed.
16914 2005-03-23  Lute Kamstra  <lute@gnu.org>
16916         * generic-x.el: Code cleanup: make args constant whenever possible.
16917         (installshield-statement-keyword-list)
16918         (installshield-system-functions-list)
16919         (installshield-system-variables-list, installshield-types-list)
16920         (installshield-funarg-constants-list): Make them constants.
16922         * generic.el (generic-make-keywords-list): Add autoload cookie.
16924         * calendar/time-date.el: Add comment on time value formats.
16925         Don't require parse-time.
16926         (with-decoded-time-value): New macro.
16927         (encode-time-value): New function.
16928         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16929         (days-to-time): Return a valid time value when arg is huge.
16930         (time-since): Use time-subtract.
16931         (time-to-number-of-days): Use time-to-seconds.
16933 2005-03-23  David Ponce  <david@dponce.com>
16935         * recentf.el: (recentf-keep): New option.
16936         (recentf-menu-action): Default to `find-file'.
16937         (recentf-keep-non-readable-files-flag)
16938         (recentf-keep-non-readable-files-p)
16939         (recentf-file-readable-p, recentf-find-file)
16940         (recentf-cleanup-remote): Remove.
16941         (recentf-include-p): More robust.
16942         (recentf-keep-p): New function.
16943         (recentf-remove-if-non-kept): Rename from
16944         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16945         All callers updated.
16946         (recentf-menu-items-for-commands): Fix help string.
16947         (recentf-track-closed-file): Update.  Doc fix.
16948         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16950 2005-03-23  Kim F. Storm  <storm@cua.dk>
16952         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16953         Don't inherit from fringe face (now happens automatically).
16955 2005-03-22  Kim F. Storm  <storm@cua.dk>
16957         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16958         position values.
16960 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16962         * menu-bar.el (showhide-date-time): Remove.
16963         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16964         (menu-bar-make-mm-toggle): Simplify.
16966 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16968         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16969         Accept qualified variable and function names.
16971 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16973         * bindings.el (completion-ignored-extensions):
16974         Remove ".lis" for `vax-vms'.
16976 2005-03-22  Andreas Schwab  <schwab@suse.de>
16978         * generic-x.el: Revert last change.
16979         * ldefs-boot.el: Update.
16981 2005-03-22  Jay Belanger  <belanger@truman.edu>
16983         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16984         (calc-embedded-save-original-modes)
16985         (calc-embedded-restore-original-modes): New functions.
16986         (calc-do-embedded): Save original modes when entering embedded mode
16987         and restore when leaving embedded mode.
16988         (calc-embedded-modes-change): Change the value of
16989         calc-embedded-original-modes to reflect permanent changes.
16991 2005-03-22  Lute Kamstra  <lute@gnu.org>
16993         * generic-x.el: Require generic again.
16995 2005-03-22  Miles Bader  <miles@gnu.org>
16997         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16998         Tweak details to look good on both ttys and bitmap displays, light
16999         or dark background, etc.
17001 2005-03-21  Kim F. Storm  <storm@cua.dk>
17003         * tooltip.el (tooltip-show-help-function): Check car and cdr of
17004         mouse position.
17006 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17008         * icomplete.el: Don't forcibly turn on the mode upon load.
17009         (icomplete-mode): Use define-minor-mode.
17010         (icomplete-eoinput): Default to nil.
17011         (icomplete-minibuffer-setup): Remove autoload.
17012         (icomplete-tidy): Simplify.
17013         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17014         in the initial state or if the user has modified the field.
17015         Fix handling of icomplete-max-delay-chars.
17016         Remove code that handles the oddball case where
17017         minibuffer-completion-table is an integer.
17018         Wrap icomplete-completions in while-no-input in case building
17019         completions takes more time than expected.
17020         (icomplete-completions): Simplify.
17022 2005-03-21  Richard M. Stallman  <rms@gnu.org>
17024         * jka-compr.el (jka-compr-really-do-compress):
17025         Make variable buffer-local.
17027         * image-mode.el: Handle .xpm files too.
17028         (image-toggle-display): Preserve modification flag.
17030         * help.el (where-is): Don't mention aliases with no key bindings.
17032 2005-03-21  Lute Kamstra  <lute@gnu.org>
17034         * generic.el: Fix commentary section.  Don't require cl for
17035         compilation.
17036         (generic-mode-list): Add autoload cookie.
17037         (generic-use-find-file-hook, generic-lines-to-scan)
17038         (generic-find-file-regexp, generic-ignore-files-regexp)
17039         (generic-mode, generic-mode-find-file-hook)
17040         (generic-mode-ini-file-find-file-hook): Fix docstrings.
17041         (define-generic-mode): Make it a defmacro.  Fix docstring.
17042         (generic-mode-internal): Code cleanup.  Add autoload cookie.
17043         (generic-mode-set-comments): Code cleanup.
17044         * generic-x.el: Don't prevent compilation.  Don't require generic.
17045         Follow coding conventions.  Minor code cleanup.
17046         (etc-fstab-generic-mode): Add some keywords.
17047         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17048         define-generic-mode like a function declaration.
17050 2005-03-21  Jay Belanger  <belanger@truman.edu>
17052         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17053         changing modes.
17055 2005-03-21  Sam Steingold  <sds@gnu.org>
17057         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17059 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
17061         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17062         Add underscore to "f$ lexicals" regexp.
17064 2005-03-20  Juri Linkov  <juri@jurta.org>
17066         * subr.el (progress-reporter-do-update): When `min-value' is equal
17067         to `max-value', set `percentage' to 0 and prevent division by zero.
17069 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
17071         Sync with Tramp 2.0.48.
17073         * net/tramp.el (all): Change all addresses to .gnu.org.
17074         (tramp-append-tramp-buffers): New defun.
17075         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17076         Catch `dont-send' signal.
17077         (tramp-set-auto-save-file-modes): Set always permissions, because
17078         there might be an old auto-saved file belonging to another
17079         original file.  This could be a security threat.  Reported by
17080         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17081         Check for Emacs 21.3.50 removed.
17083         * net/tramp-smb.el (all): Remove debug construct for
17084         `with-parsed-tramp-file-name'.
17085         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17086         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17087         No error message if DIRECTORY or FILENAME doesn't exist.
17088         (tramp-smb-open-connection): Check existence of
17089         `tramp-smb-program'.
17091 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17093         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17094         Properly handle the case where the `m' or `s' command's argument is not
17095         yet terminated.
17096         (perl-indent-new-calculate): New function.
17097         (perl-indent-line): Use it.
17099 2005-03-20  Miles Bader  <miles@gnu.org>
17101         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17102         in text-mode too.  Change to new face names.
17103         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17104         Add `:weight bold' attribute.
17105         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17107 2005-03-19  Juri Linkov  <juri@jurta.org>
17109         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
17111         * international/mule.el (auto-coding-alist): Sync with
17112         `auto-mode-alist' by adding upper case archive file extensions
17113         and adding ear/war to jar extension.
17115 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
17117         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17118         running, restart it.
17120 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
17122         * finder.el (finder-current-item): Throw an error on an empty line.
17124         * man.el (Man-follow-manual-reference): If current-word returns
17125         nil, use "".
17127 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
17129         * simple.el (goto-line): Doc fix.
17131 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
17133         * files.el (save-buffer): Doc fix.
17135 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
17137         * recentf.el (recentf-cleanup-remote): New variable.
17138         (recentf-cleanup): Use it to conditionally check availability of
17139         remote files.
17141 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
17143         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17144         function names.
17146 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17148         * language/thai-word.el: New file.
17150 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17152         * files.el (backup-buffer): If the file's directory is not
17153         writable, use copy instead of move to backup the file.
17155 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
17157         * obsolete/keyswap.el: Moved to obsolete/ from term/.
17159 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17161         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17162         Use functionp instead of symbolp and fboundp.  Reported by Drkm
17163         <darkman_spam@yahoo.fr>.
17164         (ps-print-version): New version 6.6.6.
17166 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
17168         * textmodes/table.el (table--line-column-position): New idiom.
17169         (table--row-column-insertion-point-p): New function to test
17170         validity of row and column insertion operation at a location.
17171         (table-global-menu, table-cell-menu): Use above functions for
17172         deterministic test operation.
17173         (table--editable-cell-p): Behave in deterministic fashion.
17175 2005-03-18  Juri Linkov  <juri@jurta.org>
17177         * isearch.el (isearch-lazy-highlight-new-loop):
17178         Make arguments beg and end optional.
17179         (isearch-update): Remove optional arguments nil from
17180         isearch-lazy-highlight-new-loop.
17181         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17182         isearch-lazy-highlight-case-fold-search instead of
17183         isearch-case-fold-search, and let-bind isearch-regexp to
17184         isearch-lazy-highlight-regexp.
17185         Use isearch-lazy-highlight-last-string instead of isearch-string.
17187         * replace.el (perform-replace): Remove bindings of global
17188         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17189         Add three new arguments to `replace-highlight'.
17190         (replace-highlight): Add arguments string, regexp, case-fold.
17191         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17192         to allow isearch-lazy-highlight-new-loop to use these values
17193         to set corresponding isearch-lazy-highlight-* internal
17194         variables whose values lazy highlighting will use regardless of
17195         changes to global variables isearch-string, isearch-regexp,
17196         isearch-case-fold-search during lazy highlighting loop.
17197         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17198         to `lazy-highlight-cleanup'.
17200         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17201         (ispell-highlight-face): Set default face to `isearch' when
17202         lazy highlighting is enabled.
17203         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17204         priority to 1.  Add lazy highlighting.
17205         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17206         from `isearch-dehighlight'.
17208 2005-03-18  David Ponce  <david@dponce.com>
17210         * files.el (hack-local-variables): Do a case-insensitive search
17211         for End.
17213 2005-03-18  Juri Linkov  <juri@jurta.org>
17215         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17216         `isearch-lazy-highlight-cleanup', add alias to old name and
17217         declare obsolete.  Add release numbers to other obsolete vars.
17218         (isearch-done, isearch-lazy-highlight-new-loop):
17219         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17220         (lazy-highlight-cleanup) <variable>: Doc fix.
17221         (isearch-lazy-highlight-update): Rename obsolete
17222         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17224 2005-03-18  Kenichi Handa  <handa@m17n.org>
17226         * language/thai-util.el: Fix categorization of Thai characters in
17227         thai-category-table.
17228         (thai-composition-pattern): Adjust it for the above change.
17229         (thai-self-insert-command, thai-compose-syllable): New functions.
17230         (thai-compose-region): Use thai-compose-syllable.
17231         (thai-compose-string): Likewise.
17232         (thai-composition-function): Likewise.
17233         (thai-auto-composition): New function.
17234         (thai-auto-composition-mode): New minor mode.
17236         * language/thai.el: Fix patterns to be registered in
17237         composition-function-table.
17239         * international/quail.el (quail-input-method): Locally bind
17240         inhibit-modification-hooks to t.
17242 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17244         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17245         (perl-mode): Use run-mode-hooks.
17247         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17248         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17249         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17251         * mail/sendmail.el (sendmail-send-it): Reenable the code
17252         to compute resend-to-address and use it.
17254         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17256         * image-mode.el: New file.
17258         * image.el (insert-sliced-image): Add autoload cookie.
17260         * font-lock.el (font-lock-lines-before): New user option.
17261         (font-lock-after-change-function): Obey it.
17263         * bindings.el (esc-map): Make M-g a prefix.
17264         Bind M-g g and M-g M-g to goto-line.
17266         * faces.el (face-id): Doc fix.
17268 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17270         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17271         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17272         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17274         * mail/sendmail.el (mail-yank-ignored-headers)
17275         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17276         Add Mail-Followup-To and Mail-Reply-To headers.
17277         (mail-citation-hook): Add autoload cookie.
17278         (mail-mode): Doc fix.
17279         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17280         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17281         (mail-mode-fill-paragraph): Handle those headers.
17282         (mail-mailing-lists): New variable.
17283         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17285 2005-03-17  Juri Linkov  <juri@jurta.org>
17287         * isearch.el (isearch-fallback): Check for `(car previous)'
17288         before calling `isearch-other-end-state'.
17290 2005-03-17  Kim F. Storm  <storm@cua.dk>
17292         * simple.el (move-beginning-of-line): Move to beginning of buffer
17293         line, as well as beginning of screen line.
17295 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17297         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17298         argument REDRAW rather than calendar-redrawing variable.
17299         * calendar/calendar.el (calendar-redrawing): Delete.
17300         (redraw-calendar): Do not bind calendar-redrawing.
17302 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17304         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17305         diary-file buffer.
17307 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17309         * help.el (describe-mode): Allow a :minor-mode-function property to
17310         specify a different minor mode toggle function than the variable.
17311         * simple.el (auto-fill-function):
17312         * subr.el (add-minor-mode): Use it.
17314 2005-03-16  Kenichi Handa  <handa@m17n.org>
17316         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17317         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17318         (ethio-fidel-to-sera-buffer): Likewise.
17320 2005-03-16  Juri Linkov  <juri@jurta.org>
17322         * emacs-lisp/find-func.el (find-function-regexp):
17323         Add defun-emitting macro `menu-bar-make-toggle'.
17325         * isearch.el: Put `isearch-scroll' property to
17326         `split-window-horizontally'.
17328         * info.el: Update error messages for `debug-ignored-errors'.
17329         (Info-isearch-search): Doc fix.
17330         (Info-find-node): Move up code to go into info buffer before
17331         recording the node to the history.
17332         (Info-fontify-node): Fontify titles only if the next line
17333         has two or more `*', `=', `-', `.'.
17334         Display "go to this node" for empty (match-string 3).
17336 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17338         * term/mac-win.el: Add mouse pointer shape constants.
17340 2005-03-15  Kim F. Storm  <storm@cua.dk>
17342         * simple.el (move-beginning-of-line): Use vertical-motion.
17344 2005-03-15  Juri Linkov  <juri@jurta.org>
17346         * isearch.el (isearch-error): New variable.
17347         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17348         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17349         (isearch-within-brackets-state): Remove.
17350         (isearch-case-fold-search-state, isearch-pop-fun-state):
17351         Decrease frame index.
17352         (isearch-mode, isearch-top-state, isearch-push-state)
17353         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17354         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17355         (isearch-search, isearch-lazy-highlight-new-loop):
17356         Replace `isearch-invalid-regexp' with `isearch-error'.
17357         Remove `isearch-within-brackets'.
17358         (isearch-search): Add `search-failed' handler to `condition-case'.
17359         (isearch-lazy-highlight-search): Add `condition-case' to catch
17360         errors and allow `isearch-lazy-highlight-update' to try
17361         highlighting from the beginning of the window.
17362         (isearch-repeat): Move up code to set isearch-wrapped to t
17363         before calling isearch-wrap-function.
17365         * info.el (Info-isearch-initial-node): New internal variable.
17366         (Info-search): Signal an error in isearch mode when search leaves
17367         the initial node.  Signal an error when `bound' is non-nil and
17368         nothing was found in the current subfile.
17369         (Info-isearch-search): Remove `condition-case'.
17370         (Info-isearch-wrap): Don't wrap when search failed during leaving
17371         the initial node.  If `Info-isearch-search' is nil, wrap around
17372         the current node.
17373         (Info-isearch-start): New fun.
17374         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17375         `isearch-mode-hook'.
17377 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17379         * simple.el (normal-erase-is-backspace): Set default to t if
17380         running on Mac.
17382         * term/mac-win.el (function-key-map): Sync with x-win.el.
17384 2005-03-15  Kenichi Handa  <handa@m17n.org>
17386         * international/mule-cmds.el (locale-language-names): Modify the
17387         format of elements and add more entries.
17388         (locale-preferred-coding-systems): Add more entries.
17389         (set-locale-environment): Adjust for the change of
17390         locale-language-names.
17392 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * pcvs.el (smerge-ediff): Remove bogus autoload.
17396 2005-03-14  Lute Kamstra  <lute@gnu.org>
17398         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17399         Ignore a `*' at the beginning of a line.
17401         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17402         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17403         subr.el.
17404         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17405         to specify indentation.
17407         * generic.el (define-generic-mode): Let generic-mode-list be a
17408         list of strings; test membership with equal.
17410 2005-03-14  Kim F. Storm  <storm@cua.dk>
17412         * simple.el (next-line, previous-line): Add optional try-vscroll
17413         arg to recognize interactive use.  Pass it on to line-move.
17414         (line-move): Don't perform auto-window-vscroll when defining or
17415         executing keyboard macro to ensure consistent behavior.
17417 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17419         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17421 2005-03-13  Lute Kamstra  <lute@gnu.org>
17423         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17424         debugger-setup-buffer so that backtrace marks the frames set to
17425         debug-on-exit and we don't have to do it manually.  Set an extra
17426         debug-on-exit for macro's.
17427         (debugger-setup-buffer): Don't mark the top frame manually.
17429 2005-03-12  Lute Kamstra  <lute@gnu.org>
17431         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17432         lisp-indent-function throughout.
17433         (with-no-warnings): Set lisp-indent-function property.
17435 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17437         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17438         Add entry for backslash.
17440 2005-03-12  Juri Linkov  <juri@jurta.org>
17442         * info.el (Info-search): Four fixes for backward search.
17444 2005-03-11  Jay Belanger  <belanger@truman.edu>
17446         * calc/calc.el (calc-language-alist): New variable.
17447         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17448         (calc-embedded-find-modes): Use calc-language-alist instead of
17449         calc-embedded-language-alist.
17451 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17453         * calendar/calendar.el (calendar-redrawing): New internal
17454         variable.
17455         (redraw-calendar): Remove bogus save-excursion from previous
17456         change.  Bind calendar-redrawing to t for mark-diary-entries.
17457         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17458         calendar if that is why we were called.
17460 2005-03-11  Kenichi Handa  <handa@m17n.org>
17462         * international/mule.el (make-coding-system): Set property
17463         coding-system-define-form to nil.
17464         (define-coding-system-alias): Likewise.
17466 2005-03-11  Kenichi Handa  <handa@m17n.org>
17468         These changes are suggested by Dave Love <fx@gnu.org>.
17470         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17471         coding: tag.
17472         (adaptive-fill-regexp): Add more bullets.
17473         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17474         regexps.
17476 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17478         * help.el (describe-mode): Properly handle non-trivial lighters.
17479         Don't ignore minor modes that are not listed in minor-mode-list.
17481         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17482         feature ON when the user requests to turn it OFF.
17484 2005-03-10  Lute Kamstra  <lute@gnu.org>
17486         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17487         (implement-debug-on-entry): New function to replace debug-entry-code.
17488         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17489         second argument as the 2005-03-07 change makes it obsolete.
17490         (debug-on-entry, cancel-debug-on-entry): Update call to
17491         debug-on-entry-1.
17492         (debug, debugger-setup-buffer): Comment update.
17493         (debugger-frame-number): Update to work with implement-debug-on-entry.
17495 2005-03-10  Jay Belanger  <belanger@truman.edu>
17497         * calc/calc-embed.el (math-ms-args): Declare it.
17498         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17499         math-ms-args.
17500         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17501         variables.
17503 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17505         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17506         Use message-box.
17508         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17509         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17510         (tooltip-gud-tips): Simplify.
17511         (tooltip-gud-tips-p): Remove superfluous :set.
17512         (tooltip-gud-modes): Add fortran-mode.
17513         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17515         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17517 2005-03-09  Kim F. Storm  <storm@cua.dk>
17519         * play/animate.el (animate-place-char): Use forward-line instead
17520         of next-line to improve performance.
17522 2005-03-09  Simon Josefsson  <jas@extundo.com>
17524         * net/browse-url.el (browse-url-default-browser): Doc fix.
17526 2005-03-09  Miles Bader  <miles@gnu.org>
17528         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17529         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17531 2005-03-09  Kenichi Handa  <handa@m17n.org>
17533         * international/latin-1.el: Set case and syntax for 255 only if
17534         set-case-syntax-set-multibyte is nil.
17536         * textmodes/ispell.el (ispell-insert-word): New function.
17537         (ispell-word): Use ispell-insert-word to insert a new word.
17538         (ispell-process-line): Likewise.
17539         (ispell-complete-word): Likewise.
17541 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17543         * calendar/calendar.el (redraw-calendar): Preserve point.
17544         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17545         (calendar-week-start-day): Move after definition of
17546         redraw-calendar.  Delete buffer test, since redraw-calendar has
17547         that now.
17549         * calendar/diary-lib.el (mark-diary-entries): Only call
17550         redraw-calendar in the first of any recursive calls.
17551         Reported by Alan Shutko <ats@acm.org>.
17553 2005-03-08  Juri Linkov  <juri@jurta.org>
17555         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17556         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17557         (html-radio-buttons): Add a space before the trailing `/>' where
17558         sgml-xml-mode is non-nil.
17559         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17560         the subsequent tag of the empty XML tag.
17561         (html-href-anchor): Don't set initial input to "http:".
17562         (html-image): Ask for the image URL and set point inside alt="".
17563         (html-name-anchor): Duplicate the name in the `id' attribute when
17564         sgml-xml-mode is non-nil.
17565         (html-paragraph): Remove \n before <p>.
17566         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17567         instead of `checked' when sgml-xml-mode is non-nil.
17569         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17570         Remove 1 space before #RRGGBB to not truncate it on terminal
17571         windows w/o fringes.  Remove 1 space between bg and fg examples
17572         to get more space.
17573         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17574         avoid byte-compile warnings.
17576         * image-file.el (image-file-handler): Put `safe-magic' property to
17577         `image-file-handler'.
17579         * info.el (Info-isearch-search): Emulate word search in
17580         isearching through multiple Info nodes with Info-search.
17581         (Info-isearch-wrap): Allow isearch-word.
17583 2005-03-08  Lute Kamstra  <lute@gnu.org>
17585         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17586         stepping into the debugger's code is not possible.
17587         (debugger-jumping-flag): Docstring update.
17589 2005-03-08  Jay Belanger  <belanger@truman.edu>
17591         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17592         embedded mode begins.
17593         (calc-embedded-language-alist): New variable.
17594         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17595         set default language mode.
17597 2005-03-08  Kenichi Handa  <handa@m17n.org>
17599         * international/ccl.el (define-ccl-program): Fix docstring about
17600         extra 256 bytes assured for the output buffer.
17602         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17603         Fix BUFFER_MAGNIFICATION to 2.
17604         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17606 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17608         * align.el (align-rules-list): Added an alignment rule for CSS
17609         declarations (applies to css-mode and html-mode buffers).
17611 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17613         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17615 2005-03-07  Kim F. Storm  <storm@cua.dk>
17617         * simple.el (move-beginning-of-line): New command.
17619         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17621         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17623         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17624         and move-beginning-of-line.
17626         * apropos.el (apropos-print): Omit command from M-x ... RET.
17628 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17630         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17631         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17633 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17635         * bindings.el (esc-map): Bind M-g to goto-line.
17637         * facemenu.el (global-map): Bind M-o, not M-g.
17639 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17641         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17642         "Open Directory" as for "Open File".
17644 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17646         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17647         (push-mark-command): Run activate-mark-hook.
17649 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17651         * help-mode.el (help-mode-finish): Don't alter the element
17652         in view-return-to-alist if there already is one.
17654         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17655         make sure the current buffer is the expected one.
17657         * novice.el (disabled-command-function): Output in *Disabled Command*.
17658         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17660         * textmodes/flyspell.el (flyspell-large-region):
17661         Pass args differently for aspell.
17663         * files.el (mode-require-final-newline): Doc fix.
17665 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17667         * progmodes/which-func.el (which-function):
17668         Specify NOERROR when calling imenu--make-index-alist.
17670 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * simple.el (normal-erase-is-backspace): Define default value.
17674         * custom.el (custom-theme-set-variables): Remove unused var
17675         `immediate'.
17676         (custom-reevaluate-setting): Simple function to handle variables
17677         that are defined before their default value can really be
17678         computed.
17680         * startup.el (command-line): Use it for temporary-file-directory,
17681         small-emporary-file-directory, auto-save-file-name-transforms,
17682         blink-cursor-mode, and normal-erase-is-backspace.
17684         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17685         progress, even with buggy anchored keywords.
17687 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17689         * simple.el (goto-line): Remove unbalanced final parenthesis.
17691 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17693         * simple.el (goto-line): Use a number at point as the default.
17694         With C-u as arg, switch buffers.
17696 2005-03-05  Juri Linkov  <juri@jurta.org>
17698         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17699         with `no-blinking-cursor'.
17701         * startup.el (no-blinking-cursor): New defvar.
17702         (command-line): Add `--no-blinking-cursor' to longopts.
17703         Set `no-blinking-cursor' to t for command line arguments
17704         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17705         with `no-blinking-cursor' in the condition for calling
17706         `blink-cursor-mode'.
17708 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17710         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17711         (menu-bar-options-save): Add blink-cursor-mode.
17712         (menu-bar-options-menu): Add blink-cursor-mode.
17714 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17716         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17717         (icalendar-export-file, icalendar-export-region)
17718         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17719         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17721 2005-03-04  Lute Kamstra  <lute@gnu.org>
17723         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17724         (debug-function-list): Ditto.
17726 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17728         * textmodes/texinfmt.el (texinfo-append-refill):
17729         Redefine the types of line to which @refill
17730         is not appended by replacing a search for `@refill\\|@bye' with
17731         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17732         itemize@refill' bug and the unfilled long lines bug.
17733         (texinfmt-version): Update number and date.
17735 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17737         * international/code-pages.el (windows-1250, windows-125[2-8])
17738         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17740 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17742         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17743         bound yet.
17745 2005-03-02  Romain Francoise  <romain@orebokech.com>
17747         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17748         buffer after removing limits.
17749         (ibuffer-pop-filter): Ditto.
17750         Update copyright.
17752 2005-03-02  Miles Bader  <miles@gnu.org>
17754         * button.el (make-text-button): If the user doesn't specify a
17755         type, use the default.  Rewrite to use `add-text-properties' and
17756         plist functions.
17758 2005-03-01  Lute Kamstra  <lute@gnu.org>
17760         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17761         (debugger-jumping-flag): New var.
17762         (debug-entry-code): Use it.
17763         (debugger-jump): Use debugger-jumping-flag and add
17764         debugger-reenable to post-command-hook.
17765         (debugger-reenable): Use debugger-jumping-flag and remove itself
17766         from post-command-hook.
17767         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17768         debugger-reenable.
17770 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17772         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17773         inclusion of "itemize\\|", which may be unnecessary, is certainly
17774         inelegant, and stops refilling in itemize lists when formatting
17775         Japanese Texinfo files to Info.
17776         Update copyright to 2005.
17778 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17780         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17781         of an error if GDB can't find the source file.
17783 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17785         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17786         not just the calendar.
17788         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17789         first.
17790         (diary-redraw-calendar): New function.
17791         (make-diary-entry): Add diary-redraw-calendar to local
17792         write-contents-functions.  Turn off selective display before
17793         inserting in diary.
17795 2005-03-01  Kim F. Storm  <storm@cua.dk>
17797         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17799 2005-03-01  Lute Kamstra  <lute@gnu.org>
17801         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17802         that debug-entry-code can be safely removed from a function while
17803         this code is being evaluated.  Revert the 2005-02-27 change as the
17804         new implementation no longer requires it.  Make sure that a
17805         function body containing just a string is not mistaken for a docstring.
17806         (debug): Skip one more frame in case of debug on entry.
17807         (debugger-setup-buffer): Delete one more frame line in case of
17808         debug on entry.
17809         (debugger-frame-number): Update to use the new text introduced by
17810         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17812 2005-02-28  Kim F. Storm  <storm@cua.dk>
17814         * double.el (double-translate-key): Call force-window-update after
17815         read-event to avoid crash in redisplay.
17817 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17819         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17820         (debug): Use it.  Move the inhibit-trace earlier.
17821         (debug-entry-code): New const.
17822         (debug-on-entry-1): Use it.
17824 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17826         * international/utf-16.el (ccl-encode-mule-utf-16le):
17827         Fix BUFFER_MAGNIFICATION to 2.
17828         (ccl-encode-mule-utf-16be): Likewise.
17830 2005-02-28  Kenichi Handa  <handa@m17n.org>
17832         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17833         Fix BUFFER_MAGNIFICATION to 4.
17834         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17836 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17838         * speedbar.el (speedbar-update-flag): Doc fix.
17839         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17840         argument.
17842 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17844         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17845         have a non-nil `invisible' property but are actually visible.
17847         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17848         for perldoc sections.
17849         (perl-outline-regexp, perl-outline-level): New var and function.
17850         (perl-mode): Use them.
17852 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17854         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17855         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17857 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17859         * cus-edit.el: Comment change.
17860         (custom-buffer-create-internal): Slightly reword text at top of
17861         Custom buffers.  Mention there that saving an option edits the
17862         init file.  Add link to Emacs manual node on `custom-file'.
17863         (custom-magic-alist): Rewrite individual State messages to use
17864         capitalized keywords.  Doc fix.
17866 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17868         * calendar/calendar.el (calendar-buffer): Move above
17869         calendar-week-start-day.
17870         (calendar-week-start-day): Doc fix.  Add :set function.
17871         (calendar-minimum-window-height): New variable.
17872         (generate-calendar-window): Only resize window if selected-window
17873         is displaying the calendar buffer.  Use new variable
17874         calendar-minimum-window-height.
17875         (generate-calendar): Reword error message.
17876         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17878 2005-02-27  Andreas Schwab  <schwab@suse.de>
17880         * vc.el (vc-do-command): Don't run command asynchronously when
17881         operating in a remote directory.
17883         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17884         change from sync with Tramp 2.0.47.
17886 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17888         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17890         * textmodes/flyspell.el (flyspell-mode-on):
17891         Call ispell-change-dictionary only if necessary.
17893         * emacs-lisp/re-builder.el (regexp-builder): New function.
17895         * register.el (describe-register-1): Explicitly handle
17896         yank-excluded-properties = t.
17898         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17899         (custom-magic-alist): Change the status descriptions again.
17900         (face widget-type): Total rewrite based on `restricted-sexp'
17901         to eliminate the confusing double hiding levels.
17903         * emacs-lisp/debug.el (debug-on-entry-1):
17904         If function body is empty, add nil as body form.
17906 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * emacs-lisp/trace.el (inhibit-trace): New var.
17909         (trace-make-advice): Use it.
17911         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17913 2005-02-26  Kim F. Storm  <storm@cua.dk>
17915         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17916         (mouse-on-link-p, mouse-drag-region-1): Use it.
17918 2005-02-25  Lute Kamstra  <lute@gnu.org>
17920         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17922 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17924         * frame.el (blink-cursor-mode): Add :group keyword.
17926 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17928         * calendar/icalendar.el (icalendar--decode-isodatetime):
17929         New optional argument DAY-SHIFT.
17930         (icalendar-export-region): Fix coding-system-for-write.
17931         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17932         events by one.
17934 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17936         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17938 2005-02-24  Kim F. Storm  <storm@cua.dk>
17940         * international/iso-acc.el (iso-accents-compose): Fix crash
17941         during redisplay.  Call force-window-update after read-event
17942         and delete-region to signal that window is not accurate.
17944 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17946         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17947         Remove unused and inexistent var `inhibit-trace'.
17948         (debugger-mode): Use run-mode-hooks.
17949         (debugger-list-functions): Add buttons; setup xref stack.
17951 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17953         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17954         appointment says it was explicitly made.
17955         (appt-add): Set the 3rd element.
17956         (appt-make-list): Preserve explicit appointments.
17958         * subr.el (find-tag-default): Catch errors in forward-sexp.
17960 2005-02-23  Juri Linkov  <juri@jurta.org>
17962         * info.el (Info-isearch-search): New defcustom.
17963         (Info-isearch-search): Call the default isearch function
17964         when Info-isearch-search is nil.
17965         (Info-isearch-wrap): Use variable Info-isearch-search.
17967 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17969         * cus-edit.el: Comment change.
17971 2005-02-22  Kim F. Storm  <storm@cua.dk>
17973         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17974         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17976 2005-02-22  Simon Josefsson  <jas@extundo.com>
17978         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17979         New variable.
17980         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17981         Oskarsson" <myrkraverk@users.sourceforget.net>.
17983 2005-02-22  Kim F. Storm  <storm@cua.dk>
17985         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17986         check that window of that event is the selected window.
17987         (mouse-drag-region-1): Compare mouse event window to selected
17988         window before setting point.
17990         * tooltip.el (tooltip-show-help-function): Pass event to
17991         mouse-on-link-p so it can check selected window.
17993 2005-02-22  Kenichi Handa  <handa@m17n.org>
17995         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17996         (ps-mule-show-warning): New function.
17997         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17998         characters are found.
18000         * ps-print.el (ps-header-footer-string): Return a list of header
18001         and footer strings.
18003 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18005         * pcvs.el (cvs-retrieve-revision): Fix thinko.
18007 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18009         * frame.el (blink-cursor-mode): Use define-minor-mode.
18011         * term/mac-win.el (function-key-map): Use char-names more consistently.
18012         (file-name-coding-system): Only set it for MacOS-9.  The other case is
18013         already handled in mule-cmds.el (where it also works when mac-win.el
18014         is not used).
18016 2005-02-21  Kenichi Handa  <handa@m17n.org>
18018         * international/mule.el (ctext-pre-write-conversion): Always use
18019         " *code-converting-work*" buffer for work.
18021         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18023 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
18025         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18027 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
18029         * ses.el (undo-more): Restore defadvice, but only the part that
18030         allows changes outside the restricted area of the buffer.
18032 2005-02-20  Kim F. Storm  <storm@cua.dk>
18034         * simple.el (line-move): Add fourth optional arg try-vscroll which
18035         must be set to perform auto-window-vscroll.
18036         When moving backwards and doing auto-window-vscroll, automatically
18037         vscroll to the last part of lines which are taller than the window.
18038         (next-line, previous-line): Set try-vscroll arg on line-move.
18040 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
18042         * replace.el (query-replace, query-replace-regexp)
18043         (replace-string, replace-regexp): When operating on region, make
18044         the minibuffer prompt say so.
18046         * isearch.el (isearch-forward): Document isearch-query-replace and
18047         isearch-query-replace-regexp keybindings.
18049 2005-02-19  Jay Belanger  <belanger@truman.edu>
18051         * calc/calc-aent.el (math-read-token): Add local variable.
18053         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18054         (calc-edit-top): Move declaration to earlier in file.
18055         (calc-edit-macro-repeats): Add local variables.
18057         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18058         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18059         calcFunc-tanh.
18060         Adjust integration rule for calcFunc-tan.
18062 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18064         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18065         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18066         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18067         (viper-skip-separators): Bug fix.
18068         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18069         particular major mode.
18070         (viper-del-backward-char-in-replace): Don't put deleted char on the
18071         kill ring.
18073         * viper-ex.el (viper-color-display-p): New function.
18074         (viper-has-face-support-p): Use viper-color-display-p.
18076         * viper-keym.el (viper-gnus-modifier-map): New keymap.
18078         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18080         * viper-util.el (viper-glob-unix-files): Fix shell status check.
18081         (viper-file-remote-p): Make equivalent to file-remote-p.
18083         * viper.el (viper-major-mode-modifier-list):
18084         Use viper-gnus-modifier-map.
18086 2005-02-19  David Kastrup  <dak@gnu.org>
18088         * subr.el (subregexp-context-p): Fix garbled doc string by adding
18089         quoting.
18091 2005-02-19  Jay Belanger  <belanger@truman.edu>
18093         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18094         Remove extra definitions.
18095         (calc-coth): New function.
18096         (calcFunc-cot): Fix `let'.
18098 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
18100         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18101         the reasons we use "type pc" in these faces.
18103         * button.el (button): Ditto.
18105 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
18107         * replace.el (query-replace-read-from): Set the value of
18108         query-replace-from-history-variable to handle the case of an empty
18109         string entered to accept the suggested default.
18111         * net/tramp.el (tramp-file-name-for-operation):
18112         Use dired-call-process instead of dired-call-process-command.
18114 2005-02-19  Jay Belanger  <belanger@truman.edu>
18116         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18117         (math-div-non-trig): New variables.
18118         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18119         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18120         (math-combine-prod, math-div-symb-fancy): Add simplifications for
18121         trig expressions.
18123 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
18125         * progmodes/gdb-ui.el (gdb-var-update-handler)
18126         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18127         for watch expressions,
18128         (gdb-var-create-handler): Don't set speedbar-update-flag.
18129         (gdb-post-prompt): Simplify test for speedbar.
18131 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
18133         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18134         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
18135         we use the syntax table of the correct buffer.
18136         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
18137         Felix Gatzemeier.
18139         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18140         (ediff-file-remote-p): Make synonymous with file-remote-p.
18141         In all deffaces ediff-*-face-*, use min-colors.
18143         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18144         ediff-recurse-to-subdirectories.
18145         (ediff-mark-if-equal): Check that the arguments are strings, use
18146         ediff-same-contents (after to Felix Gatzemeier).
18148         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18149         nil.
18151 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18153         * log-view.el (log-view-message-re): Fix up Subversion regexp.
18155 2005-02-18  David Kastrup  <dak@gnu.org>
18157         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18158         use `mark-active' when defined.
18160 2005-02-18  Kenichi Handa  <handa@m17n.org>
18162         * ps-print.el (ps-font-info-database): New entry
18163         ZapfChancery-MediumItalic with correct font name.  Fix font name
18164         of the entry Zapf-Chancery-MediumItalic.
18166 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
18168         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18170 2005-02-16  Kim F. Storm  <storm@cua.dk>
18172         * ido.el (ido-fallback-command): Pass user input to fallback command.
18174 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18176         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18177         (gdb-find-file-hook): Add server prefix.
18179 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18181         * replace.el (perform-replace): Pass new args to replace-highlight.
18182         (replace-highlight): Take region args,
18183         and pass them to isearch-lazy-highlight-new-loop.
18185         * novice.el (disabled-command-hook): Autoload the defalias
18186         and the make-obsolete-variable call.
18188         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18190         * isearch.el (isearch-lazy-highlight-start-limit)
18191         (isearch-lazy-highlight-end-limit): New variables limit
18192         the region for highlighting.
18193         (isearch-lazy-highlight-new-loop): New args BEG and END.
18194         (isearch-lazy-highlight-search): Use the new vars.
18195         (isearch-lazy-highlight-update): Likewise.
18197         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18199         * cus-start.el (all): Use default-boundp.
18201 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18203         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18205 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18207         * autorevert.el (auto-revert-stop-on-user-input)
18208         (auto-revert-verbose): Doc fixes.
18210 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18212         * international/mule-cmds.el (set-locale-environment): Remove call
18213         to set-selection-coding-system on Windows.
18215 2005-02-15  Jay Belanger  <belanger@truman.edu>
18217         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18218         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18219         calcFunc-coth.
18220         (math-simplify-sqrt): Add simplifications.
18222         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18223         to list.
18225         * calc/calc-ext.el: Add functions to autoloads.
18227         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18228         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18229         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18230         (math-csc-raw, math-cot-raw): New functions.
18232         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18234         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18235         the variable name in a message.
18237         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18238         calcFunc-csc, calcFunc-cot.
18240         * calc/calcalg2.el: Add derivative and integration rules for
18241         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18242         calcFunc-csch, calcFunc-coth.
18243         (math-do-integral-methods): Add to checks for when to use
18244         substitutions.
18246         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18248 2005-02-15  Lute Kamstra  <lute@gnu.org>
18250         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18251         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18252         <monnier@iro.umontreal.ca>
18253         (lisp-outline-level): Improve efficiency.  Suggested by David
18254         Kastrup <dak@gnu.org>.
18256 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18258         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18259         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18260         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18261         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18262         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18264 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18266         * cus-start.el (all): Comment change.
18268 2005-02-14  Lute Kamstra  <lute@gnu.org>
18270         * cus-start.el (all): Check if symbol is void.
18272 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18274         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18275         optional argument to \cite.
18277 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18279         * cus-edit.el (custom-buffer-create-internal): Update help message.
18280         (custom-magic-alist): Update help messages.
18282         * cus-start.el (all): Allow a var to specify a standard value.
18284 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18286         * custom.el (custom-theme-set-variables): Handle variable aliases.
18288         * frame.el (blink-cursor-timer): Doc fix.
18289         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18290         declare obsolete.
18291         (blink-cursor-mode): Define with defcustom and use correct
18292         standard expression in that defcustom.
18293         * startup.el (command-line): Adapt to above changes in frame.el.
18295 2005-02-11  Lute Kamstra  <lute@gnu.org>
18297         * apropos.el (apropos-score-doc): Prevent division by zero.
18299 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18301         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18302         (icalendar--get-event-property-attributes)
18303         (icalendar--get-event-properties)
18304         (icalendar--datetime-to-diary-date): New functions.
18305         (icalendar--split-value): Doc fix.
18306         (icalendar--datetime-to-noneuropean-date)
18307         (icalendar--datetime-to-european-date): New optional argument
18308         SEPARATOR.  Return result as a string instead of a list.
18309         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18310         (icalendar--convert-string-for-export): Rename arg S to STRING.
18311         (icalendar-export-region): Doc fix.  Change name of error buffer.
18312         Save output buffer.
18313         (icalendar-import-file): Add blank at end of prompt.
18314         (icalendar-import-buffer): Doc fix.  Do not switch to error
18315         buffer.  Indicate status in return value.
18316         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18317         buffer.  Save output buffer.  Handle exception from recurrence
18318         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18319         events.  Fix problems with weekly all-day events.
18321 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18323         * simple.el (eval-expression-print-format):
18324         Avoid warning about edebug-active.
18326         * help.el (help-for-help-internal): Rename from help-for-help.
18327         (help-for-help): Define with defalias.
18329         * font-core.el (font-lock-default-function): Use with-no-warnings.
18331         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18333         * custom.el (defface): Doc fix.
18335 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18337         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18338         width 0" to prevent word wrapping problems.
18340 2005-02-09  Kim F. Storm  <storm@cua.dk>
18342         * ido.el (ido-file-extensions-order): New defcustom.
18343         (ido-file-extension-lessp, ido-file-extension-aux)
18344         (ido-file-extension-order): New advanced file ordering.
18345         (ido-file-lessp): New simple file ordering.
18346         (ido-sort-list): Remove.
18347         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18348         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18350 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18352         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18353         that some versions of grep produce.
18354         (grep-mode-font-lock-keywords): Likewise.
18356 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18358         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18359         (gdb-cdir): Delete.
18360         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18361         (gdb-source-info): Treat case when source file is in another
18362         directory properly.
18363         (gdb-get-location): New function.
18365 2005-02-07  Jay Belanger  <belanger@truman.edu>
18367         * calc/calc-prog.el (calc-write-parse-table-part)
18368         (calc-fix-token-name): Fix a check for language type.
18370         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18372 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18374         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18375         as directory not writable.
18377 2005-02-07  Kim F. Storm  <storm@cua.dk>
18379         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18380         (cua--standard-movement-commands): Remove list.
18381         Instead, set CUA property value to move for movement commands.
18382         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18383         (cua--pre-command-handler): Check CUA property.
18384         (cua--init-keymaps): Don't remap undo commands.
18385         (cua-mode): Don't call cua--rectangle-on-off.
18387         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18388         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18389         (cua--rect-undo-set-point): New var.
18390         (cua--rectangle-undo-boundary): Setup undo apply entry.
18391         (cua--rect-undo-handler): New function for rectangle undo.
18392         (cua--rect-start-position, cua--rect-end-position): Add.
18393         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18394         for restored rectangle.  Set point if cua--rect-undo-set-point.
18396 2005-02-06  Jay Belanger  <belanger@truman.edu>
18398         * calc/calc-lang.el (calc-tex-language): Display more information
18399         in messages.
18401         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18402         in TeX mode.
18404 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18406         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18408 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18410         * net/ldap.el (ldap-search-internal): Support attributes with
18411         optional descriptions separated by a semi-colon, as in
18412         "userCertificate;binary".
18414 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18416         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18417         isn't a cons (i.e. the version is 0).
18419 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18421         * help.el (help-for-help): Doc fix.
18423 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18425         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18426         GDB-Windows on the menu-bar as this works better.
18428 2005-02-04  Jay Belanger  <belanger@truman.edu>
18430         * calc/calc-embed.el (calc-embedded-update): Don't put in
18431         unnecessary newlines.  Adjust the end of formula marker.
18433         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18434         (math-latex-parse-two-args): New function.
18436 2005-02-03  Lute Kamstra  <lute@gnu.org>
18438         * help-fns.el (help-with-tutorial): Make sure that users cannot
18439         remove the entire text of the tutorial by means of `undo'.
18441 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18443         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18444         in recent changes, where the ispell process was repeatedly
18445         killed & restarted.
18447         * international/mule-cmds.el (set-locale-environment): Set file-name
18448         coding system to utf-8 on Darwin systems.
18449         (set-default-coding-systems): Don't set default-file-name-coding-system
18450         on Darwin systems.
18452 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18454         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18456 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18458         * faces.el (list-faces-display): Add optional argument.
18460 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18462         * font-core.el (font-lock-default-function): Handle the rare case where
18463         only font-lock-keywords is set.
18465 2005-02-02  Kenichi Handa  <handa@m17n.org>
18467         * international/characters.el: Cancel previous change for
18468         I-WITH-DOT-ABOVE and DOTLESS-i.
18470         * international/latin-5.el: Cancel previous change.
18472 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18474         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18476 2005-02-02  Kenichi Handa  <handa@m17n.org>
18478         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18479         DOTLESS-i.
18481         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18482         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18484         * case-table.el (get-upcase-table): New function.
18485         (copy-case-table): Copy upcaes table too if non-nil.
18486         (set-case-syntax-delims): Maintain upcase table too.
18487         (set-case-syntax-pair): Likewise.
18488         (set-upcase-syntax, set-downcase-syntax): New functions.
18489         (set-case-syntax): Maintain upcase table too.
18491 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18493         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18495         * progmodes/gud.el (gud-goto-info): New function.
18496         (gud-tool-bar-map): Use correct icon.
18498 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18500         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18501         When delegating, order args in the funcall correctly.
18503 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18505         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18507 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18509         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18510         buffer not visiting a file.
18512 2005-01-31  Jay Belanger  <belanger@truman.edu>
18514         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18515         bound on the line with the formula.
18517 2005-01-31  Kim F. Storm  <storm@cua.dk>
18519         * ses.el (ses-create-cell-variable-range)
18520         (ses-destroy-cell-variable-range, ses-reset-header-string)
18521         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18522         (ses-insert-row): Fix format of apply undo entries.
18524 2005-01-31  Jay Belanger  <belanger@truman.edu>
18526         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18527         parts.
18529         * calc/calc-embed.el (calc-embedded-open-formula)
18530         (calc-embedded-close-formula): Ignore matrix environments.
18532         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18533         TeX mode.
18535         * calc/calc-lang.el (math-function-table, math-oper-table)
18536         (math-variable-table): Adjust the LaTeX portions.
18538         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18539         (math-latex-ignore-words): New constant.
18541 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18543         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18544         (ispell-local-dictionary): Doc fix.
18545         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18546         Don't reinitialize at run time.  Don't defcustom.
18547         All uses changed to append ispell-local-dictionary-alist,
18548         or check it first.
18549         (ispell-current-dictionary): New variable for dictionary in use.
18550         (ispell-dictionary): Now used only for global default.
18551         (ispell-start-process): Set ispell-current-dictionary,
18552         not ispell-dictionary.
18553         (ispell-change-dictionary): Use this only for setting
18554         user preferences.
18555         (ispell-internal-change-dictionary): New function
18556         to change the current dictionary in use.
18557         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18558         Use ispell-current-dictionary.
18559         Handle ispell-local-dictionary-overridden.
18560         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18562 2005-01-31  Jay Belanger  <belanger@truman.edu>
18564         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18566         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18567         (calc-mode-map): Add calc-latex-language.
18569         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18570         (math-latex-print-frac): New functions.
18571         (math-oper-table, math-function-table, math-variable-table)
18572         (math-complex-format, math-input-filter): Add latex properties.
18573         (calc-set-language): Set math-expr-special-function-mapping.
18575         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18576         (calc-write-parse-table-part): Add LaTeX support.
18578         * calc/calc.el (calc-language): Adjust docstring.
18579         (calc-set-mode-line): Add LaTeX support.
18580         (math-expr-special-function-mapping): New variable.
18581         (math-tex-ignore-words): Add to list.
18583         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18584         Add LaTeX support.
18585         (math-compose-expr): Add support for special functions.
18587         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18589 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18591         * progmodes/gdb-ui.el (gdb-memory-address)
18592         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18593         (gdb-memory-mode-map, gdb-memory-format-keymap)
18594         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18595         (gdb-memory-unit-menu): New variables for a buffer
18596         that lets the user examine program memory.
18597         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18598         (gdb-memory-format-binary, gdb-memory-format-octal)
18599         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18600         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18601         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18602         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18603         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18604         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18605         (gdb-memory-mode, gdb-memory-buffer-name)
18606         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18607         New functions for above buffer.
18609 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18611         * cus-edit.el (custom-bury-buffer): Function deleted.
18612         (custom-buffer-done-function): Option deleted.
18613         (custom-buffer-done-kill): New replacement option.
18614         (Custom-buffer-done): Call quit-window.
18615         (custom-buffer-create-internal): Update for above changes.
18617 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18619         * simple.el (undo-ask-before-discard): New var.
18620         (undo-outer-limit-truncate): Implement it.
18621         (undo-extra-outer-limit): Doc update.
18623 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18625         * ses.el (undo-more): Delete defadvice.
18626         (ses-begin-change): Doc fix.
18628         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18629         instead of rebinding C-x u and C-_.
18631         * files.el (normal-backup-enable-predicate): Return nil for files
18632         in /tmp, regardless of temporary-file-directory.
18634         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18636         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18637         (open-rectangle, delete-whitespace-rectangle-line)
18638         (clear-rectangle-line): If FILL, pass t instead of FILL
18639         for move-to-column's 2nd arg.
18641         * simple.el (undo): Fix the test for continuing a series of undos.
18642         (undo-more): Set pending-undo-list to t when we reach end.
18643         (pending-undo-list): Move up defvar.
18645         * wid-edit.el (widget-button-click):
18646         Shorten the range of the track-mouse binding.
18648         * comint.el (comint-insert-input): Undo previous changes;
18649         use last-input-event in interactive spec.
18651 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18653         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18654         to nil before invoking call-process.  Reset buffer's modified flag
18655         after fontifying it in the no-async branch.
18657         * wid-edit.el (widget-specify-button): If mouse pointer shape
18658         cannot be changed, use mouse face instead.
18660 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18662         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18663         (gdb-goto-breakpoint): Make breakpoint handling work on template
18664         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18665         (gdb-assembler-custom): Update to recognize breakpoint information
18666         added on 2005-01-19.
18668 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18670         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18671         (dsssl-mode): Use define-derived-mode.
18672         (scheme-mode-initialize): Remove.
18673         (scheme-mode): Use run-mode-hooks.
18675         * cus-edit.el (customize-group-other-window)
18676         (custom-buffer-create-other-window): Don't override special-display-*.
18677         (custom-mode-map): Make it dense.
18679         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18680         sets the default value.
18682 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18684         * descr-text.el: Add more keywords.
18686 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18688         * speedbar.el: Avoid unnecessary use of locate-library.
18690         * international/mule-cmds.el (standard-display-european-internal):
18691         Don't fiddle with latin-1 non-break space any more since it's now
18692         special cased in the C code.
18693         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18695 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18697         * cus-start.el (all): Add `undo-outer-limit'.
18699 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18701         * textmodes/bibtex.el (bibtex-format-entry):
18702         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18703         field lines.
18704         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18705         not on part of a buffer.
18707 2005-01-25  Lute Kamstra  <lute@gnu.org>
18709         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18710         nonempty field text strings like "{letters\\macro{}more letters}".
18711         Clarify docstring.
18712         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18713         (bibtex-entry-offset, bibtex-parse-association)
18714         (bibtex-parse-field-name): Fix typos in docstrings.
18715         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18717 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18719         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18720         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18721         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18722         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18724         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18725         isearch minor mode.
18727 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18729         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18731 2005-01-24  Lute Kamstra  <lute@gnu.org>
18733         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18734         CASECHARS and NOT-CASECHARS regular expressions of the
18735         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18736         striding over charsets" error.
18738 2005-01-24  Jay Belanger  <belanger@truman.edu>
18740         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18741         display variable name.
18743 2005-01-24  Kenichi Handa  <handa@m17n.org>
18745         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18746         Fix setting of the element of encoded-kbd-iso2022-invocations.
18748 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18750         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18751         (gdb-threads-select): Change to also accept mouse events.
18752         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18753         (gdb-threads-mouse-select): Delete.
18755 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18757         * files.el (insert-directory): Take care of empty directory,
18758         listed without -a switch.
18760 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18762         * textmodes/refill.el (refill-post-command-function):
18763         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18764         to the list of functions that we should be careful not to undo.
18765         (refill-late-fill-paragraph-function): Remove.
18766         (refill-saved-state): New var.
18767         (refill-mode): Use it to save fill-paragraph-function.
18768         Save also the value of auto-fill-function.
18770         * term/w32-win.el: Simplify code.
18772 2005-01-23  Kim F. Storm  <storm@cua.dk>
18774         * simple.el (line-move): Adapt to new return value from
18775         pos-visible-in-window-p.
18777         * simple.el (line-move): Fix last change.  Check partial
18778         visibility at point rather than at window-start.
18780 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18782         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18784 2005-01-22  David Kastrup  <dak@gnu.org>
18786         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18788 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18790         * type-break.el (type-break-mode): Add a test for
18791         type-break-file-name being non-nil.
18793 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18795         * net/eudc.el (top level): Call (message "") via progn, so that
18796         eudc-options-file is loaded.
18798 2005-01-22  Kim F. Storm  <storm@cua.dk>
18800         * simple.el (line-move-1): Rename from line-move.
18801         (line-move): New function that adjusts vscroll for partially
18802         visible rows, and calls line-move-1 otherwise.
18804 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18806         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18807         since it's not a complete read-event implementation
18809 2005-01-20  Jay Belanger  <belanger@truman.edu>
18811         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18812         for called function.
18814 2005-01-20  Steven Tamm  <steventamm@mac.com>
18816         * term/mac-win.el (process-connection-type): Remove.
18817         Controlled now by s/darwin.h:PTY_ITERATION.
18819 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18821         * window.el (handle-select-window): Don't switch window when we're
18822         in the minibuffer.
18824 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18826         * subr.el (dotimes-with-progress-reporter): New macro.
18828         * ses.el (ses-dotimes-msg): Remove macro.
18829         Use `dotimes-with-progress-reporter' instead.
18831 2005-01-19  Steven Tamm  <steventamm@mac.com>
18833         * term/mac-win.el (process-connection-type): Use new
18834         operating-system-release variable to use ptys on Darwin 7 (OS X
18835         10.3) when using carbon build.
18837 2005-01-19  Jay Belanger  <belanger@truman.edu>
18839         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18840         flags if the last command was a tab or M-tab.
18842         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18843         in formula editing buffer.
18845 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18847         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18848         breakpoint image symbol in margin.
18850 2005-01-19  Jay Belanger  <belanger@truman.edu>
18852         * calc/calc-prog.el (calc-execute-kbd-macro):
18853         Ignore calc-keep-arg-flag.
18855 2005-01-19  Kenichi Handa  <handa@m17n.org>
18857         * textmodes/ispell.el (ispell-looking-at): New function.
18858         (ispell-process-line): Use ispell-looking-at to compare the ispell
18859         output and the buffer contents.
18861 2005-01-18  Jay Belanger  <belanger@truman.edu>
18863         * calc/calc.el (calc-display-raw): Fix docstring.
18865 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18867         * simple.el (blink-matching-open): Strip extra info from syntax.
18869         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18870         funny chars in the end-of-here-doc marker.
18872 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18874         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18875         that enable/disabled state of breakpoints is shown correctly in
18876         fringe and on ttys.
18877         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18878         Add breakpoint information as text properties.
18879         (gdb-mouse-toggle-breakpoint):
18880         Rename to gdb-mouse-set-clear-breakpoint.
18881         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18882         breakpoints in the margin.
18883         (gdb-remove-strings): Simplify.
18885 2005-01-17  Jay Belanger  <belanger@truman.edu>
18887         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18888         erasing buffer.
18890 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18892         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18893         for calling grep-compute-defaults.
18895         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18896         if buffer is empty.
18898         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18900 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18902         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18904         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18905         non-preloaded variables.
18907 2005-01-17  Steven Tamm  <steventamm@mac.com>
18909         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18910         tex-shell cause to force interactivity when using pipes.
18912 2005-01-17  Kim F. Storm  <storm@cua.dk>
18914         * simple.el (just-one-space): Make arg optional.
18916 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18918         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18919         posn-at-x-y to t to access left-margin.
18921 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18923         Sync with Tramp 2.0.47.
18925         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18926         catching keep-date problems in cp/scp operations.
18927         (tramp-handle-copy-file): Don't call `set-file-modes'
18928         unconditionally.  Specialized functions should know better what is
18929         necessary.  This improves performance a little bit, and the
18930         functions could catch errors with `cp -p' and `scp -p'.
18931         (tramp-do-copy-or-rename-file-via-buffer)
18932         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18933         when appropriate.
18934         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18935         Call `set-file-modes' when appropriate.
18936         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18937         Johnsson <isak@hypergene.com>
18938         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18939         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18940         <joakim@verona.se>
18941         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18942         Emacs only.
18944         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18945         `find-file-hooks' and `dired-mode-hook'.
18946         (tramp-minor-mode-map): Respective map.  Add remapping for
18947         `compile' and `recompile'.
18948         (tramp-remap-command, tramp-recompile): New defuns.
18949         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18950         in buffer "*Compilation*".  Call the commands asynchronously.
18952         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18953         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18954         `shell-command', because it isn't magic in XEmacs.  Reported by
18955         Adrian Aichner <adrian@xemacs.org>.
18957         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18958         `substitute-in-file-name.
18959         (tramp-smb-handle-substitute-in-file-name): New defun.
18960         (tramp-smb-advice-PC-do-completion): Delete advice.
18962 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18964         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18965         Fix error in deleting region.
18967 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18969         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18970         In non-temp buffer, switch syntax table temporarily.
18972         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18974         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18976         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18978         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18979         (imenu--generic-function): Use START, not BEG, as pos of definition.
18981         * simple.el (just-one-space): Argument specifies number of spaces.
18983         * simple.el (eval-expression-print-format): Avoid warning
18984         about edebug-active.
18986 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18988         * progmodes/sh-script.el: Code copied from make-mode.el
18989         with small changes,
18990         (sh-mode-map): Bind C-c C-\.
18991         (sh-backslash-column, sh-backslash-align): New variables.
18992         (sh-backslash-region, sh-append-backslash): New functions.
18994 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18996         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18997         (rmail-pop-password, rmail-pop-password-required): Move to
18998         rmail-obsolete group.
18999         (rmail-set-pop-password): Rename to rmail-set-remote-password.
19000         All callers updated.
19001         (rmail-get-pop-password): Rename to rmail-get-remote-password.
19002         Take an argument specifying whether it is POP or IMAP mailbox we
19003         are using.  All callers updated.
19004         (rmail-pop-password-error): Rename to
19005         rmail-remote-password-error.  Added mailutils-specific error message.
19006         (rmail-movemail-search-path)
19007         (rmail-movemail-variant-in-use): New variables.
19008         (rmail-remote-password, rmail-remote-password-required):
19009         New customization variables.
19010         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
19011         (rmail-parse-url): New function.
19012         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19013         with GNU mailutils movemail.
19015 2005-01-15  Kevin Ryde  <user42@zip.com.au>
19017         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19018         suffix to space, $ or '$, to correctly position point when going
19019         to @table style constants like DBL_MAX.
19021 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
19023         * type-break.el (type-break-mode, type-break-file-time)
19024         (type-break-file-keystroke-count, type-break-choose-file):
19025         Don't store data in or load data from the file if type-break-file-name
19026         is nil.
19027         (type-break-file-name): Doc update as per the above.
19029 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
19031         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19032         lookup-key might return nil; handle that.
19034 2005-01-15  Alan Mackenzie  <acm@muc.de>
19036         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19037         rather than the element found, thus enabling the tree to be setcar'd.
19039 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19041         * textmodes/org.el (org-show-following-heading): New option.
19042         (org-show-hierarchy-above): Use `org-show-following-heading'.
19043         (org-cycle): Documentation fix.
19045         * textmodes/org.el (orgtbl-optimized): New option
19046         (orgtbl-mode): New command, a minor mode.
19047         (orgtbl-mode-map): New variable.
19048         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19049         (orgtbl-error, orgtbl-self-insert-command)
19050         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19052         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19053         a local variable in each org-mode buffer.
19055         * textmodes/org.el (org-set-regexps-and-options): Rename from
19056         `org-set-regexps'.  Added checking for STARTUP keyword.
19057         (org-get-current-options): Add STARTUP options.
19058         (org-table-insert-row): Make mode intelligent about when
19059         realignment is needed.
19060         (org-self-insert-command, org-delete-backward-char, org-delete-char):
19061         New commands.
19062         (org-enable-table-editor): New default value `optimized'.
19063         (org-table-blank-field): Support blanking regions if active.
19065 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
19067         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19068         if the year is not given.
19070         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19071         Add new escapes %m and %M, fixed bug with %F by adding
19072         save-match-data.
19073         (reftex-reference): Remove ?. from list of spaces.
19074         (reftex-label-info): Add automatic label prefix recognition.
19076         * textmodes/reftex-index.el (reftex-index-next-phrase):
19077         Add slave parameter to call of `reftex-index-this-phrase'.
19078         (reftex-index-this-phrase): New optional argument.
19079         (reftex-index-region-phrases): Add slave parameter to call of
19080         `reftex-index-this-phrase'.
19081         (reftex-display-index): New argument redo.
19082         (reftex-index-rescan): Add `redo' to arguments of
19083         `reftex-display-index'.
19084         (reftex-index-Rescan, reftex-index-revert)
19085         (reftex-index-switch-index-tag): Add `redo' to arguments of
19086         `reftex-display-index'.
19087         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19088         indexing.  Fix bug with matching is there is a quote before or
19089         after the word.
19091         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19092         Fix bug when collecting citation keys in lines with comments.
19093         (reftex-citation): Prefix argument no longer rescans the document,
19094         but forces prompting for optional arguments of cite macros.
19095         (reftex-do-citation): Prompting for optional arguments implemented.
19097         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19098         Add optional arguments to most cite commands.
19099         (reftex-cite-cleanup-optional-args): New option
19100         (reftex-cite-prompt-optional-args): New option.
19101         (reftex-trust-label-prefix): New option.
19103         * textmodes/reftex-toc.el (reftex-toc-find-section):
19104         Add push-mark before changing the position in the buffer.
19106         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19107         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19109 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
19111         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19112         more carefully.
19114 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19116         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19117         (sgml-mode): Use it.
19118         (sgml-get-context): Better keep track of implicitly closed tags.
19120 2005-01-13  Kenichi Handa  <handa@m17n.org>
19122         * textmodes/ispell.el: These changes are to fix misalignment error
19123         caused by equivalent characters of different Emacs charsets.
19124         (ispell-unified-chars-table): New variable.
19125         (ispell-get-decoded-string): New function.
19126         (ispell-get-casechars, ispell-get-not-casechars)
19127         (ispell-get-otherchars): Call ispell-get-decoded-string.
19129 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
19131         * custom.el (custom-declare-variable): Just put symbol instead
19132         of (defvar . symbol) in `current-load-list'.
19134 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19136         * emacs-lisp/elint.el: Fixed typo in Commentary section.
19138 2005-01-12  Jay Belanger  <belanger@truman.edu>
19140         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19141         to create a Calc summary.
19143 2005-01-12  Kim F. Storm  <storm@cua.dk>
19145         * mouse.el (mouse-on-link-p): Change functionality and doc
19146         string to comply with latest description in lisp ref.
19148 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
19150         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19151         Enable mouse clicks on mode-line, header-line and margin.
19152         (event-type): Give mouse event symbols an `event-kind' property
19153         with value `mouse-click'.
19155 2005-01-12  Juri Linkov  <juri@jurta.org>
19157         * facemenu.el (list-colors-display): Add new arg buffer-name.
19158         Use it.  Fix docstring.  Replace code for identifying duplicate
19159         colors by the name with call to `list-colors-duplicates' which
19160         identifies duplicate colors by the value unless the color
19161         is one of special Windows colors.  Set truncate-lines to t.
19162         Print sorted duplicate color names on each line.  Indent to 22
19163         \(the longest color name in rgb.txt) instead of 20.  Optimize.
19164         (list-colors-duplicates): New function.
19165         (facemenu-color-name-equal): Delete function.
19167         * facemenu.el (list-colors-print): New function created from code
19168         in list-colors-display.  Print #RRGGBB at the window right edge.
19169         (list-colors-display): When temp-buffer-show-function is not
19170         defined, call list-colors-print from temp-buffer-show-hook
19171         to get the right value of window-width in list-colors-print
19172         after the buffer is displayed.
19174         * simple.el (pop-mark): Move deactivate-mark out of conditional
19175         part to deactivate the active mark regardless of the state of the
19176         mark ring.
19178         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19179         variables line in desktop files.
19181 2005-01-12  Juri Linkov  <juri@jurta.org>
19183         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19184         Bring together isearch highlight related options.
19185         (lazy-highlight): Replace group `replace' by `matching'.
19186         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19187         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19188         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19189         and declare them obsolete.
19190         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19191         (isearch-faces): Remove defgroup.
19192         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19193         Move isearch highlighting code closer to lazy highlighting code.
19195         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19196         (query-replace-highlight, query-replace-lazy-highlight)
19197         (query-replace): Move definitions to the beginning of the file.
19199 2005-01-11  Juri Linkov  <juri@jurta.org>
19201         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19202         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19203         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19205         * info.el (Info-history-forward): New variable.
19206         (Info-select-node): Reset Info-history-forward to nil.
19207         (Info-last): Turn into defalias.
19208         (Info-history-back): Rename from Info-last.
19209         Add current node to Info-history-forward.
19210         (Info-history-forward): New fun.
19211         (Info-mode-map): Replace Info-last by Info-history-back.
19212         Bind Info-history-forward to "r".
19213         (Info-mode-menu): Replace Info-last by Info-history-back.
19214         Fix menu item text.  Add menu item for Info-history-forward.
19215         (info-tool-bar-map): Replace Info-last by Info-history-back.
19216         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19217         for Info-history-forward.
19218         (Info-mode): Replace Info-last by Info-history-back in docstring.
19219         Add local variable Info-history-forward.
19220         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19222 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19224         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19225         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19226         Ignore select-window events rather than fiddle with
19227         mouse-autoselect-window.
19229 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19231         * type-break.el (type-break-mode): Fix previous change.
19233 2005-01-10  Jay Belanger  <belanger@truman.edu>
19235         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19236         calculator; only reset when point is inside a calculator.
19237         Don't adjust the window height if the window takes up the whole height
19238         of the frame.
19240 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19242         * ebuff-menu.el (Electric-buffer-menu-mode):
19243         Preserve value of buffer-local var header-line-format.
19245 2005-01-09  Jay Belanger  <belanger@truman.edu>
19247         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19248         Make sure settings file exists before accessing it.
19250         * calc/calc-embed.el (calc-embedded-subst):
19251         Replace math-multi-subst-rec, which is only supposed to be called
19252         by math-multi-subst, by math-multi-subst.
19254 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19256         * vc.el (vc-allow-async-revert): New user option.
19257         (vc-disable-async-diff): New internal variable.
19258         (vc-revert-buffer): Use them to disable asynchronous diff.
19260         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19261         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19262         asynchronously if vc-disable-async-diff is t.
19264 2005-01-09  Jay Belanger  <belanger@truman.edu>
19266         * calc/calc.el (defcalcmodevar): New macro.
19267         (calc-mode-var-list-restore-default-values)
19268         (calc-mode-var-list-restore-saved-values): New functions.
19269         (calc-mode-var-list): Use defcalcmodevar to define it.
19270         (calc-always-load-extensions, calc-line-numbering)
19271         (calc-line-breaking, calc-display-just, calc-display-origin)
19272         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19273         (calc-group-char, calc-point-char, calc-frac-format)
19274         (calc-prefer-frac, calc-hms-format, calc-date-format)
19275         (calc-float-format, calc-full-float-format, calc-complex-format)
19276         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19277         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19278         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19279         (calc-matrix-brackets, calc-language, calc-language-option)
19280         (calc-left-label, calc-right-label, calc-word-size)
19281         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19282         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19283         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19284         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19285         (calc-window-height, calc-display-trail, calc-show-selections)
19286         (calc-use-selections, calc-assoc-selections)
19287         (calc-display-working-message, calc-auto-why, calc-timing)
19288         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19289         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19290         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19291         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19292         (calc-gnuplot-geometry, calc-graph-default-resolution)
19293         (calc-graph-default-resolution-3d, calc-invocation-macro)
19294         (calc-show-banner): Use defcalcmodevar to declare them and set
19295         their default values.
19297         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19298         instead of default values (but restore default values if there is
19299         an argument of 0).
19301 2005-01-09  David Kastrup  <dak@gnu.org>
19303         * desktop.el (desktop-restore-eager): Fix typo in type.
19305 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19307         * cus-edit.el (customize): Delete :link.
19309 2005-01-08  Jay Belanger  <belanger@truman.edu>
19311         * calc/calc.el (calc-mode): Remove the extension from the
19312         `calc-settings-file' file name when loading it.
19314 2005-01-08  Kim F. Storm  <storm@cua.dk>
19316         * info.el (Info-mode-map, Info-next-link-keymap)
19317         (Info-prev-link-keymap, Info-up-link-keymap):
19318         Map follow-link to mouse-face.
19319         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19321 2005-01-08  Jay Belanger  <belanger@truman.edu>
19323         * calc/calc.el (calc-settings-file): Change default value.
19324         Suggested by cgw in a comment in calc-mode.el.
19326         * calc/calc-mode.el (calc-settings-file-name):
19327         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19328         Replace ~/.emacs in a prompt by calc-settings-file.
19330 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19332         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19333         (desktop-lazy-idle-delay): New customizable variables.
19334         (desktop-buffer-args-list): New variable.
19335         (desktop-append-buffer-args): New function.
19336         (desktop-save): Call desktop-append-buffer-args for some buffers.
19337         (desktop-lazy-create-buffer): New function.
19338         (desktop-idle-create-buffers): New function.
19339         (desktop-read): Add message about buffers to restore lazily.
19340         (desktop-lazy-abort): New command.
19341         (desktop-clear): Call desktop-lazy-abort.
19342         (desktop-lazy-complete): New command.
19344 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19346         * emacs-lisp/find-func.el (find-face-definition):
19347         Rename from find-face.
19349 2005-01-06  Kim F. Storm  <storm@cua.dk>
19351         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19353         * man.el (Man-xref-man-page, Man-xref-header-file)
19354         (Man-xref-normal-file): Add follow-link property.
19356 2005-01-06  Jay Belanger  <belanger@truman.edu>
19358         * calc/calc-units.el: Make sure the proper macro definitions are
19359         available when compiling.
19361 2005-01-06  Juri Linkov  <juri@jurta.org>
19363         * isearch.el (isearch-lazy-highlight-update):
19364         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19366 2005-01-06  Miles Bader  <miles@gnu.org>
19368         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19369         (isearch-lazy-highlight-face): Use new name.
19371 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19373         * uniquify.el (uniquify-rationalize-file-buffer-names):
19374         Re-add an interactive spec.
19375         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19376         to the same name.
19378         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19379         (isearch-update, isearch-done): Adjust calls accordingly.
19381 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19383         * custom.el (custom-set-variables, custom-theme-set-variables):
19384         Clarify documentation.
19386         * emacs-lisp/find-func.el (find-variable)
19387         (find-variable-other-window, find-variable-other-frame):
19388         Fix the TYPE args to find-function-read and find-function-do-it.
19389         (find-function): Doc fix.
19390         (find-function-at-point): Replace function-at-point alias.
19392 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19394         * cus-face.el (custom-declare-face):
19395         Record defface in current-load-list.
19397         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19399         * emacs-lisp/find-func.el: Doc fixes.
19400         (find-face-regexp): New variable.
19401         (find-function-regexp-alist): New variable.
19402         (find-function-C-source): Third arg is now TYPE.
19403         (find-function-search-for-symbol): Handle general TYPE.
19404         (find-function-read, find-function-do-it): Handle general TYPE.
19405         (find-definition-noselect, find-face): New functions.
19406         (function-at-point): Alias deleted.
19408 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19410         * battery.el (display-battery-mode): Rename from display-battery.
19411         Handle the case where it gets turned off.
19413 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19415         * cus-edit.el (customize): Make :link point to user doc.
19417         * man.el (Man-fontify-manpage): Turn off undo generation.
19419         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19421 2005-01-04  Andreas Schwab  <schwab@suse.de>
19423         * files.el (insert-directory): Only look for error lines in
19424         inserted text.  Don't move too far after processing --dired markers.
19426 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19428         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19429         Don't expand if the character is @, period, dash, etc.
19430         (define-mail-abbrev): Quote names that contain problem characters.
19432 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19434         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19436 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19438         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19439         (query-replace-highlight, query-replace-lazy-highlight)
19440         (query-replace): Definitions moved up.  Doc fix.
19442 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19444         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19445         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19446         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19447         (lazy-highlight-face): Rename from isearch-lazy-...
19448         Change all references to them.
19450 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19452         * cus-edit.el (custom-file): Doc fix for defcustom.
19453         (custom-file): The function no longer sets the variable
19454         `custom-file' to its return value.
19456         * startup.el (command-line): No longer load `custom-file'.
19458 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19460         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19462         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19463         Don't confuse module-prefixed identifiers for labels.
19464         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19466 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19468         * files.el (basic-save-buffer-1): Fix previous change.
19470         * loadhist.el (file-loadhist-lookup): New function.
19471         (file-provides, file-requires): Use it.
19473         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19474         instead of calculating the right size.
19476 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19478         * vc-svn.el (vc-svn-diff): Stay local if possible.
19480 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19482         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19484         * files.el (hack-local-variables): Fix last change.
19486 2005-01-02  Jay Belanger  <belanger@truman.edu>
19488         * calc/calc-yank.el (calc-edit-top): New variable.
19489         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19490         object.  Change header properties.
19491         (calc-edit-finish, calc-edit-finish-stack-object)
19492         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19493         edited object.
19494         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19495         for the beginning of the edited object.
19496         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19497         for the beginning of the edited object.
19498         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19499         (calc-finish-formula-edit, calc-macro-repeats)
19500         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19501         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19502         beginning of the edited object.
19503         (calc-user-define-edit): Change the header for editing macros.
19504         Remove unnecessary variable.
19506 2005-01-01  Jay Belanger  <belanger@truman.edu>
19508         * calc/calc-yank.el (calc-edit-mode): Change default header.
19509         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19510         * calc/calc-store.el (calc-edit-variable): Change title to match new
19511         header.
19512         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19513         mode to match new header.
19514         (calc-user-define-edit): Change titles to include names of commands.
19515         (calc-finish-formula-edit): Adjust to handle new header.
19516         (calc-finish-macro-edit): Remove.
19517         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19518         (calc-edit-macro-command, calc-edit-macro-command-type)
19519         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19520         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19521         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19522         (calc-edit-macro-finish-edit): New functions.
19523         (calc-user-define-edit): Use new functions to edit named calc macros.
19525 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19527         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19529         * ses.el (copy-region-as-kill): Deactivate mark.
19531 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19533         * replace.el (occur-1): If the output buffer is also an input,
19534         don't kill it, rename it.
19536         * faces.el (set-face-background, set-face-foreground): Doc fix.
19538         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19539         for :foreground and :background.
19541         * dired.el (dired-view-command-alist): Variable deleted.
19542         (dired-view-file, dired-mouse-find-file-other-window):
19543         Delete the code to use it.
19545 2005-01-01  Kim F. Storm  <storm@cua.dk>
19547         * image.el (insert-sliced-image): Use t for line-height property.
19549 See ChangeLog.11 for earlier changes.
19551 ;; Local Variables:
19552 ;; coding: iso-2022-7bit
19553 ;; End:
19555     Copyright (C) 2005 Free Software Foundation, Inc.
19556   Copying and distribution of this file, with or without modification,
19557   are permitted provided the copyright notice and this notice are preserved.
19559 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1