Oops. Attribution fix.
[emacs.git] / lisp / ChangeLog
blobd81b2ed6a8bc4427deb42cc17bdfc95da124705c
1 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4         loading the file rather than when turning on flyspell-mode.
6 2006-01-13  Richard M. Stallman  <rms@gnu.org>
8         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12         * cus-edit.el (customize-rogue): Minor doc fix.
14 2006-01-17  Juri Linkov  <juri@jurta.org>
16         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17         instead of the file at the mark as default if the file at the mark
18         is the same as the file at point or if dired-dwim-target-directory
19         is not the same as the current directory and the mark is not active.
21         * log-view.el (log-view-minor-wrap): Use the same logic to get
22         revisions as `log-view-diff'.
24         * info.el (Info-revert-find-node): Check for Info-current-file
25         before preserving new-history.
27         * man.el (Man-heading-regexp): Add `/'.
29         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
30         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
32 2006-01-16  Juri Linkov  <juri@jurta.org>
34         * faces.el (mode-line-faces): New defgroup.
35         (mode-line-highlight): Move definition after new defgroup.
36         (mode-line, mode-line-inactive, mode-line-highlight):
37         Replace :group `modeline' with `mode-line-faces'.
38         (mode-line-buffer-id): New face.
39         (modeline-buffer-id): New face alias.
40         (vertical-border): Remove :group `modeline'.
42         * bindings.el (propertized-buffer-identification): Use face
43         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
44         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
45         (mode-line-buffer-identification-keymap): For mouse-1 replace
46         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
47         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
48         mouse-3.
50         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
51         Buffer-menu-buffer.  Doc fix.
52         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
54         * info.el (Info-mode-line-node-keymap): New defvar.
55         (Info-set-mode-line): Use `stringp' to check Info-current-file.
56         Propertize Info-current-node with `mode-line-buffer-id' and
57         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
59         * time.el (display-time-mail-face): Replace :group `faces' with
60         `mode-line-faces'.
62 2006-01-16  Kenichi Handa  <handa@m17n.org>
64         * international/code-pages.el: Add autoload cookies for cp125[0345678].
66         * language/european.el (cp1252): New alias for windows-1252.
68         * international/mule.el (autoload-coding-system): Prepare for EOL
69         variants.
71 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
73         * term.el (term-raw-map): Add mapping for insert.
74         (term-send-insert): New.
75         (term-mode): Make variables local here instead of doing it in
76         `term-emulate-terminal'.
77         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
78         Scroll reverse needs to take into account the scroll
79         region.  Saving and restoring the cursor should save the color
80         attributes too.
81         (term-reset-terminal): Reset the scroll region.
82         (term-handle-ansi-escape): Cursor up and down should take into
83         account the scroll region.
84         (term-set-scroll-region): Rename from `term-scroll-region'.
85         Move to 0,0 after setting the region.
86         (term-handle-scroll): Handle scroll up.
87         (term-down): Fix off by one error.
88         (term-delete-lines): Do not delete outside the scroll region.
89         (term-insert-lines): Take into account the scroll region.
91 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
93         * textmodes/ispell.el (ispell-internal-change-dictionary)
94         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
95         (start, end): Move declaration outside of eval-when-compile.
97         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
98         (flyspell-mode-on): Use it.
100         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
101         ispell-kill-ispell-hook.
103 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
105         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
106         (Custom-reset-saved): Do not ask for confirmation in single option
107         buffers.
109 2006-01-13  Romain Francoise  <romain@orebokech.com>
111         * add-log.el (add-change-log-entry, change-log-merge):
112         Conditionally use `hard-newline'.
114 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
116         * wid-edit.el (widget-field-end): If the overlay is no longer
117         associated with a buffer, behave as if the overlay didn't exist.
119         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
120         Make sure the links use the `custom-link' face.
122 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
125         (ld-script-mode): Don't set indent-line-function since we don't
126         have one.
128 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
130         * textmodes/org.el (org-open-file): Use mailcap for selecting an
131         application.
132         (org-file-apps-defaults-gnu): Use mailcap as the default for
133         selecting an application on a UNIX system.
134         (org-agenda-show-tags): New command.
135         (org-table-insert-hline): Keep cursor in current table line.
136         (org-table-convert): Offset effect of modifying
137         `org-table-insert-hline'.
138         (org-format-agenda-item): New optional argument TAG.
139         (org-compile-prefix-format): Handle %T format for the tag.
140         (org-expand-wide-chars): New function.
141         (org-table-insert-row, org-table-insert-hline):
142         Use `org-expand-wide-chars'.
143         (org-open-file): Fix bug in program launch.
144         (org-get-time-of-day): Fix bug with times before 1am.
145         (org-agenda-menu): Addes tags commands.
147 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
149         * textmodes/ispell.el (ispell-init-process): Include the used
150         dictionary in ispell process start message.
151         (ispell-internal-change-dictionary): When flyspell-mode is active
152         and dictionary is changed, make sure ispell process is restarted
153         and flyspell word cache cleared out for the current buffer.
154         (ispell-change-dictionary): Make sure flyspell word cache is
155         cleared out in all buffers with active flyspell mode when
156         dictionary is globally changed.
157         Call ispell-internal-change-dictionary after dictionary change.
159 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
161         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
163         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
164         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
165         years.  Fix small differences wrt Makefile.in.
166         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
167         Makefile.in does.
169 2006-01-12  Bill Wohler  <wohler@newt.com>
171         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
172         mh-search.el.
174 2006-01-12  Masatake YAMATO  <jet@gyve.org>
176         * progmodes/ld-script.el: Update copyright year.
178 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
180         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
181         Don't add widget if setting undefined.
183 2006-01-12  John Paul Wallington  <jpw@pobox.com>
185         * help-fns.el (describe-variable): Remove newlines from void
186         variable output.
188 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
190         * wdired.el (wdired-mode-map): Add help echo for
191         wdired-abort-changes.
193         * man.el (Man-file-name-regexp): Adjust for a list of files.
195 2006-01-12  Masatake YAMATO  <jet@gyve.org>
197         * progmodes/ld-script.el (auto-mode-alist): Support
198         suffix conventions used in netbsd and eCos.
200 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
202         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
203         (custom-variable-menu, custom-face-menu, custom-group-menu)
204         (Custom-mode-menu): Change names of menu items.  (As discussed on
205         emacs-devel.)
206         (custom-face-menu): Add "Undo Edits" item.
208         * startup.el (init-file-user): defcustom -> defvar.
210         * tooltip.el (tooltip-mode): Doc fix.
212 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
214         * reveal.el (reveal-post-command): window-buffer signals an error on
215         dead windows rather than returning nil.
216         (reveal-open-new-overlays): An overlay might die while we open others.
218 2006-01-11  Bill Wohler  <wohler@newt.com>
220         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
221         phrasing in docstring.
223         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
224         can give some systems gas.  Add new file mh-buffers.el.
226 2006-01-06  Masatake YAMATO  <jet@gyve.org>
228         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
229         C preprocessor forward ported from GNU Emacs 21.2.
231         * progmodes/asm-mode.el (asm-font-lock-keywords):
232         Use `cpp-font-lock-keywords'.
234         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
236         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
237         of $ for "\\.ld[s]?".
239 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
242         (tcl-indent-line): Return `noindent' if inside a string.
244         * progmodes/flymake.el (flymake-split-string): Remove more than one
245         empty string at beg/end of the result.
246         (flymake-find-buildfile, flymake-find-possible-master-files):
247         Use expand-file-name.
248         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
249         since expand-file-name does it for us.  Use directory-file-name.
250         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
251         (flymake-ler-get-type, flymake-ler-get-text)
252         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
253         (flymake-current-line-no): Remove spurious interactive spec.
254         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
255         (flymake-check-include): Remove arg inc-path merged into inc-name.
256         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
257         Arg regexp-list replaced by a simple regexp.
258         (flymake-master-make-header-init, flymake-master-tex-init):
259         Correspondingly replace regexp-list with a regexp.  Fix regexp.
261 2006-01-10  Simon Josefsson  <jas@extundo.com>
263         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
264         describing AUTH PLAIN fix.
266 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
268         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
269         (report-emacs-bug): Don't record initial prompt text.
270         Instead, add text properties to prompting text.
271         (report-emacs-bug-hook): Delete prompting text.
273 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
276         `dirs'.  Adjust callers.
278 2006-01-09  John Paul Wallington  <jpw@gnu.org>
280         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
282 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * reveal.el (reveal-open-new-overlays): New extracted fun.
285         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
286         using them.  Simplify the code.
287         (reveal-post-command): Use them.  Fix up obsolete windows in
288         reveal-open-spots.
290         * progmodes/flymake.el: Use `require' rather than autoload for
291         XEmacs's overlays.
292         (flymake-get-common-file-prefix, flymake-build-relative-filename):
293         Delete.  Use file-relative-name instead.
294         (flymake-get-syntax-check-program-args, flymake-perl-init):
295         Simplify the resulting code.
297         * log-view.el (log-view-file-re, log-view-message-re): Add support
298         for DaRCS output.
300 2006-01-09  Alex Schroeder  <alex@gnu.org>
302         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
303         identifiers sometimes added in square brackets at the beginning of
304         subject lines.
306 2006-01-07  Richard M. Stallman  <rms@gnu.org>
308         * cus-edit.el (Custom-set, Custom-save): Doc fix.
309         (Custom-reset-current, Custom-reset-saved): Change question text.
310         (Custom-reset-standard): Likewise.
311         (custom-variable-reset-saved): Doc fix.
313 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
315         * startup.el (init-file-user): Doc fix.
317 2006-01-07  Alex Schroeder  <alex@gnu.org>
319         * mail/rmail.el (rmail-current-subject): New function.
320         (rmail-current-subject-regexp): New function.
321         (rmail-next-same-subject): Use it.
323         * mail/rmailsum.el (rmail-summary-by-topic):
324         Use rmail-current-subject and rmail-current-subject-regexp.
325         (rmail-summary-next-same-subject): Ditto.
327         * net/rcirc.el (rcirc-send-input): No longer check whether the
328         process is open, since not all commands need an open process.
329         (rcirc-send-string): Check whether the process is open before
330         sending anything.
331         (rcirc-ignore-list): New option.
332         (rcirc-ignore-list-automatic): New variable.
333         (rcirc-print): Take rcirc-ignore-list into account.
334         (rcirc-cmd-ignore): New command.
335         (rcirc-ignore-update-automatic): New function.
336         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
337         list if ignored nicks.
338         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
340 2006-01-06  David Reitter  <david.reitter@gmail.com>
342         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
343         reflect the address to which the report will be sent.
345 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
347         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
348         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
350 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
352         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
354         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
355         the doc string: "functoin" => "function".
356         ldefs-boot.el: Likewise.
358         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
359         message text: "Duplicat" => "Duplicate".
361 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
363         * files.el (basic-save-buffer-2): If backing-up failed, reset
364         buffer-backed-up to nil.
366 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
368         * progmodes/gud.el (gdb-script-skip-to-head)
369         (gdb-script-calculate-indentation): Indent for breakpoint command
370         lists also.
372 2006-01-05  Bill Wohler  <wohler@newt.com>
374         * Makefile.in (compile-always): Add mh-autoloads dependency.
375         (bootstrap): Remove mh-autoloads dependency, as compile dependency
376         provides it.
377         (updates): Remove mh-autoloads dependency, since it probably has
378         already run recently (via recompile).
380 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
383         argument `force' to disable the flyspell-last-buffer optimization.
384         (flyspell-mode-on): Use it.
386         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
387         flymake-simple-cleanup.
388         (flymake-allowed-file-name-masks): Use this new default.
389         All the functions are now called in the right buffer rather than
390         passing the buffer as argument.
391         (flymake-process-sentinel): Switch to buffer before calling cleanup.
392         (flymake-parse-err-lines): Remove redundant buffer arg.
393         (flymake-get-program-dir): Comment out unused function.
394         (flymake-start-syntax-check, flymake-start-syntax-check-process):
395         Remove redundant buffer argument.
396         (flymake-get-real-file-name, flymake-simple-java-cleanup)
397         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
399 2006-01-05  Richard M. Stallman  <rms@gnu.org>
401         * info.el (Info-find-node): Don't record previous node if have none.
402         (info): Go to directory only if history is empty.
404         * simple.el (mark): Doc fix.
406 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
408         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
409         already of desired type.
410         (mac-ae-list): Coerce parameter to "list" type.
411         (mac-dispatch-apple-event): Replace cadr part of event with a
412         dummy position so that event-start returns it.
414 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
416         * textmodes/org.el (org-end-of-subtree): New function.
417         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
418         Use `org-end-of-subtree'.
419         (org-agenda, org-agenda-convert-date): Protect calls to
420         `fit-window-to-buffer'.
421         (org-tags-view): Force matching of sublevels when doing a
422         todo-only search.  Define the correct redo command, including the
423         arguments.
424         (org-agenda-redo): Display message.
425         (org-check-for-org-mode): New function.
426         (org-agenda-type): New variable.
427         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
428         Set `org-agenda-type'.
429         (org-agenda-check-type): New function.
430         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
431         (org-agenda-week-view, org-agenda-day-view)
432         (org-agenda-next-date-line, org-agenda-previous-date-line)
433         (org-agenda-log-mode, org-agenda-toggle-diary)
434         (org-agenda-toggle-time-grid, org-agenda-date-later)
435         (org-agenda-date-prompt, org-agenda-diary-entry)
436         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
437         (org-agenda-convert-date, org-agenda-menu):
438         Use `org-agenda-check-type'.
439         (org-make-overlay, org-delete-overlay)
440         (org-detatch-overlay, org-move-overlay, org-overlay-put):
441         New compatibility functions.
442         (org-calendar-select-mouse): New command.
444 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
446         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
447         (Custom-reset-standard): Fix y-or-n-p messages.
448         (custom-link): New face for links.
449         (custom-buffer-create-internal, custom-manual): Use it.
450         (custom-face-save): Push to theme-face before setting face spec.
452         * wid-edit.el (widget-default-mouse-face-get): New function.
453         (widget-specify-button): Handle mouse-face like button-face.
455         * custom.el (load-theme): Clear old theme settings if reloading.
457 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
459         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
460         "Erase Customization" button back to same position it occupies in
461         the individual State menus.
463 2006-01-04  Kim F. Storm  <storm@cua.dk>
465         * wid-edit.el (key-sequence): Rework widget to read key binding
466         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
467         (widget-key-sequence-default-value): Default value for empty sequence.
468         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
469         (widget-key-sequence-read-event): New command for C-q.
470         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
471         (widget-key-sequence-value-to-external): New functions.
473 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
476         Use expand-file-name.
477         (flymake-delete-temp-directory): Use expand-file-name,
478         file-name-directory, and directory-file-name.
479         (flymake-strrchr): Delete.
480         (flymake-start-syntax-check): Don't pass the redundant buffer argument
481         to the init-f function.
482         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
483         (flymake-init-find-buildfile-dir)
484         (flymake-init-create-temp-source-and-master-buffer-copy)
485         (flymake-simple-make-init-impl, flymake-simple-make-init)
486         (flymake-master-make-init, flymake-master-make-header-init)
487         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
488         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
489         (flymake-xml-init): Remove corresponding redundant buffer argument.
490         (flymake-allowed-file-name-masks): Remove last elems that are equal to
491         the default anyway.  Clean up regexps.
493         * progmodes/flymake.el (flymake-temp-source-file-name)
494         (flymake-master-file-name, flymake-temp-master-file-name)
495         (flymake-base-dir): New buffer-local vars.
496         (flymake-buffer-data, flymake-get-buffer-value)
497         (flymake-set-buffer-value): Replace those hash-tables by the new
498         buffer-local vars.  Update callers.
500         * progmodes/flymake.el (flymake-check-start-time)
501         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
502         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
503         Move definition, so we can remove redundant earlier declaration.
504         (flymake-replace-regexp-in-string, flymake-split-string)
505         (flymake-get-temp-dir): Use defalias.
506         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
507         (flymake-xemacs-window-edges): Remove unused function.
508         (flymake-get-point-pixel-pos): Move.
509         (flymake-pid-to-names, flymake-reg-names)
510         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
511         Replace by a simple list flymake-processes and by process-buffer.
512         Update callers.  Other than simplify the code, it uses buffers rather
513         than buffer-names so it doesn't get confused by uniquify.
514         (flymake-buffer-data): The global value should just be nil.
516         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
517         Optimize the body of a defalias like any other code.
519         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
520         Make sure we've setup font-lock's vars.  It may influence which
521         function we then call.
522         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
523         here since it's too late anyway.
525 2006-01-03  Romain Francoise  <romain@orebokech.com>
527         * startup.el (fancy-splash-tail, normal-splash-screen):
528         Update copyright year.
530 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
532         * mouse.el (mouse-drag-track): Rename, from
533         `mouse-drag-region-1'.  Includes optional argument required to
534         enable post-drag event processing (e.g. delete region keys).
535         Can be used without this argument to track a mouse region and operate
536         on it as soon as the drag completes.
537         (mouse-drag-region): Use `mouse-drag-track'.
539 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
541         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
542         Move to `custom-buffer' group.
544         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
545         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
546         (custom-theme-insert-face-marker, custom-theme-variable-menu)
547         (custom-theme-face-menu): New variables.
548         (custom-theme-add-variable, custom-theme-variable-action)
549         (custom-variable-reset-theme, custom-theme-delete-variable)
550         (custom-face-reset-theme, custom-theme-face-action)
551         (custom-theme-delete-face, custom-theme-merge-theme)
552         (custom-theme-add-face, custom-theme-visit-theme): New functions.
554 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
556         * custom.el: Move Custom Themes commentary to start of theme code.
557         (custom-known-themes): Rename `standard' theme to `changed'.
558         (custom-push-theme): Caller no longer specifies what theme to use
559         when doing `reset'---the setting is simply removed from the theme.
560         Delete MODE from `theme-value' and `theme-settings' properties.
561         (custom-declare-theme): Ignore &rest args since we don't use them.
563         (custom-loaded-themes): Delete variable.
564         (custom-theme-load-themes, custom-theme-loaded-p)
565         (custom-theme-value): Delete functions.
567         (custom-declare-theme): Signal error on invalid theme names.
568         (provide-theme): custom-loaded-themes was deleted.
569         (load-theme): Load the file unconditionally.
570         (enable-theme): Call `load-theme' if theme is undefined.
571         (custom-enabled-themes): Only update value for successful loads.
572         (disable-theme): Complete from enabled themes when interactive.
573         (custom-variable-theme-value): Calculate theme value directly.
575         (custom-theme-reset-variables, custom-reset-variables): Mark as
576         XEmacs compatibility functions.  We don't actually use these.
578         * cus-edit.el (custom-variable-state-set):
579         Use custom-variable-theme-value instead of custom-theme-value.
580         (custom-face-state-set): Rename `standard' theme to `changed'.
581         (custom-save-variables, custom-save-faces): Delete unneeded
582         references to custom-reset-variables.
583         (custom-save-resets): Delete function.
584         (custom-save-variables, custom-save-faces): MODE argument deleted.
585         (custom-save-variables, custom-save-faces): Ignore theme values.
587         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
588         compatibility function.
590 2006-01-01  Richard M. Stallman  <rms@gnu.org>
592         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
593         (Custom-reset-current, Custom-reset-saved): Likewise.
594         (Custom-reset-standard): Show message if aborted.
595         (custom-mode): Doc fix, describing those commands.
597         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
598         put on event-kind property.
600 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
602         * custom.el (provide-theme): Ban `user' theme name.
603         (custom-enabling-themes): New variable.
604         (enable-theme): Don't enable user if custom-enabling-themes is t.
605         (custom-enabled-themes): Make it a defcustom.
606         (custom-theme-recalc-face): No-op if face is undefined.
608         * cus-edit.el (custom-button-mouse): New variable.
609         (custom-button-mouse): New face.
610         (custom-raised-buttons, custom-mode): Use it.
612         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
614 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
616         * progmodes/gud.el (gud-display-line): Support hl-line in the
617         source buffer.
619 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
621         * mouse.el (mouse-drag-window-above): Verify that the found window
622         overlaps with the given window in the horizontal dimension.
624 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
626         * Makefile.in (cvs-update): New target.
628         * makefile.w32-in (cvs-update): Ditto.
630 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
632         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
633         (custom-new-theme-mode-map): New variable.
635 2005-12-30  Richard M. Stallman  <rms@gnu.org>
637         * custom.el (custom-load-themes): Function deleted.
639         * cus-edit.el (custom-save-loaded-themes): Function deleted.
640         (custom-save-variables): Don't delete or add custom-load-themes call.
642 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * cus-start.el: Add `visible-cursor'.
646         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
647         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
648         (flymake-process-filter): Switch to buffer before calling it instead.
649         (flymake-post-syntax-check, flymake-highlight-err-lines)
650         (flymake-delete-own-overlays, flymake-parse-err-lines)
651         (flymake-start-syntax-check, flymake-start-syntax-check-process)
652         (flymake-count-lines, flymake-parse-residual):
653         Remove constant buffer argument.
654         (flymake-start-syntax-check-for-current-buffer): Remove.
655         Update callers to use flymake-start-syntax-check instead.
656         (flymake-display-err-menu-for-current-line):
657         Remove unused var `mouse-pos'.
658         (flymake-restore-formatting): Comment out unused function.
659         (flymake-report-status, flymake-report-fatal-status): Remove buffer
660         argument, use current-buffer instead.  Update callers.
662 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
664         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
665         buffer-local because choose-completion-delete-max-match requires
666         that we set completion-ignore-case (i.e., binding via let is not
667         sufficient).
668         (bibtex-complete): Always set completion-ignore-case and
669         choose-completion-string-functions. The latter is needed because
670         choose-completion-string-functions keeps its value if we quit the
671         *Completions* buffer without requesting a completion.
673 2005-12-30  Andreas Schwab  <schwab@suse.de>
675         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
677 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
679         * jit-lock.el (jit-lock-chunk-size): Doc fix.
681 2005-12-30  Juri Linkov  <juri@jurta.org>
683         * locate.el (locate-fcodes-file, locate-header-face)
684         * progmodes/delphi.el (delphi-other-face)
685         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
687         * paren.el (show-paren-match, show-paren-mismatch): Use existing
688         group `paren-showing-faces'.
690         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
691         (goto-address): Fix docstring.
693         * net/webjump.el (webjump-sample-sites): Update URLs.
695         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
697         * subr.el (cancel-change-group): Add listp around pending-undo-list.
699 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * font-lock.el (font-lock-compile-keywords): Signal an error when
702         font-lock-set-defaults hasn't been called.
704 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
706         * subr.el (noreturn, 1value): Doc fixes.
708 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
710         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
711         that assoc-string returns nil.
713 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
715         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
716         (bibtex-entry-type-str, bibtex-empty-field-re)
717         (bibtex-search-backward-string, bibtex-preamble-prefix)
718         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
719         (bibtex-any-valid-entry-type): New variable.
720         (bibtex-parse-field-name): Simplify.
721         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
722         (bibtex-preamble-prefix): Include left delimiter.
723         (bibtex-search-forward-field, bibtex-search-backward-field):
724         Allow unbounded search past entry boundaries (required by bibtex-pop).
725         (bibtex-text-in-field-bounds): Use push.
726         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
727         (bibtex-parse-preamble, bibtex-valid-entry)
728         (bibtex-beginning-first-field): New functions.
729         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
730         (bibtex-map-entries): Fix docstring.
731         (bibtex-flash-head): New arg prompt. Simplify.
732         (bibtex-enclosing-field): Include code of bibtex-inside-field.
733         (bibtex-insert-kill): Simplify.  Always insert text past the
734         current field or entry.
735         (bibtex-format-entry): Use bibtex-parse-field.
736         (bibtex-pop): Use bibtex-beginning-of-entry and
737         bibtex-end-of-entry to initiate the search.  Insert empty field if
738         we found ourselves.
739         (bibtex-print-help-message): New args field and comma.
740         Handle entry keys.
741         (bibtex-make-field): Use bibtex-beginning-of-entry.
742         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
743         invalid entry.
744         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
745         Handle preambles.  Simplify code for thorough test.
746         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
747         New arg comma.  Handle entry heads.
748         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
749         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
750         New arg comma.
751         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
752         (bibtex-fill-field): Simplify.
753         (bibtex-fill-entry): Use bibtex-beginning-first-field and
754         bibtex-parse-field.
755         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
756         (bibtex-complete): Use bibtex-parse-preamble.
758 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
760         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
761         Display name of expression instead of convenience variable.
762         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
764         * progmodes/gud.el (gud-tooltip-dereference): Rename from
765         toggle-gud-tooltip-dereference.
766         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
767         (gud-tooltip-tips): ...here when dereferencing..
769 2005-12-28  Bill Wohler  <wohler@newt.com>
771         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
773 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
776         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
777         (vc-annotate-display-autoscale): Adjust call.
778         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
779         Fix interactive spec.
780         (vc-annotate-time-span): Remove.
781         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
782         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
783         (vc-annotate-display-select): Use new name.
785         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
786         (vc-annotate-mode-menu): Remove left-over redundant declaration.
787         Correct the construction of span entries.  Simplify.
788         (vc-annotate-display-select): Fix the nil case.
789         (vc-annotate): Remove obsolete (and now broken) code.
790         (vc-annotate-extract-revision-at-line): Remove obsolete code.
791         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
793 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
795         * subr.el (lazy-completion-table): Correct typo in docstring.
797         * startup.el (command-line): Use `custom-reevaluate-setting' for
798         `send-mail-function'.
800         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
802 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
804         * mail/smtpmail.el (smtpmail-try-auth-methods):
805         Send credentials together with "AUTH PLAIN" command.
807 2005-12-27  Richard M. Stallman  <rms@gnu.org>
809         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
810         mouse-2, go back to previously selected window, so it's selected
811         when mouse-2 command runs.
813 2005-12-27  Juri Linkov  <juri@jurta.org>
815         * descr-text.el (describe-text-sexp): Use square brackets for
816         button [Show] to distinguish it from the property value `show'.
817         (describe-property-list): Use `insert-text-button' with
818         `help-face' type instead of putting face in quotes, because button
819         is not created automatically for a list of faces.
820         (describe-text-properties-1): Put button-type value in quotes to
821         distinguish from plain text "button".
822         (describe-char): Display code point values in hex.  Don't use
823         `symbol-name' for `current-input-method' because it is a string.
824         Use `insert-text-button' with `help-face' type instead of putting
825         hardcoded face in quotes, because button is not created automatically.
827 2005-12-27  Richard M. Stallman  <rms@gnu.org>
829         * progmodes/glasses.el (glasses-face): More specific custom type.
831         * files.el (set-visited-file-name): Doc fix.
833         * textmodes/flyspell.el (flyspell-external-point-words):
834         Use local var buffer-scan-pos to advance scan for next misspelling.
835         Advance it only after we find the misspelling.
837 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
839         * textmodes/flyspell.el (flyspell-external-point-words):
840         New criteria for finding the misspelling in the buffer.
842 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
844         * help-mode.el (help-insert-string): Set help-xref-stack-item
845         rather than call help-setup-xref.
847         * descr-text.el (describe-char): Revert previous changes for
848         optional buffer argument.
850 2005-12-27  Juri Linkov  <juri@jurta.org>
852         * help-mode.el (help-insert-string): New function.  Save buffer
853         contents in cases where it is impossible to recompute the old contents.
855         * descr-text.el (describe-char): Set help-xref-stack-item
856         explicitly after buffer has been generated.
858 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
860         * cus-start.el (all): Add x-gtk-show-hidden-files.
862 2005-12-26  Richard M. Stallman  <rms@gnu.org>
864         * replace.el (perform-replace): Calculate match-again
865         before skipping read-only matches.
867         * paren.el (paren-showing-faces): New group.
868         (show-paren-match, show-paren-mismatch): Move to that group.
870         * button.el (button): Put into group `basic-faces'.
872         * progmodes/make-mode.el: Remove faces from group `faces'.
874         * apropos.el (apropos, apropos-value): Doc fix.
875         (apropos-documentation): Doc fix.
877 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
879         * subr.el (lazy-completion-table): Remove argument `args'.
881         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
882         Don't use the `args' argument of lazy-completion-table.
884 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
886         * descr-text.el (describe-char): Add optional argument for buffer.
887         Set buffer appropriately.  Call help-setup-xref.
888         Suggested by Stefan Monnier.
890 2005-12-26  Juri Linkov  <juri@jurta.org>
892         * descr-text.el: Require `help-fns' at runtime.  Don't require
893         `button' for byte compilation.
894         (describe-text-widget): Add `help-echo' for first button.
895         Use `help-info' for second.
896         (describe-property-list): Use `help-argument-name' instead of `italic'.
897         (describe-text-category): Add prompt to interactive spec.
898         Call `help-setup-xref'.
899         (describe-char): Use `help-character-set'.  Add `help-echo' for
900         code point.  Use `help-input-method'.  Remove superfluous insert.
902 2005-12-25  Richard M. Stallman  <rms@gnu.org>
904         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
905         at point, in case of narrowing.
907         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
909         * locate.el (locate-header-face): Allow nil in type.
911         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
913 2005-12-25  Romain Francoise  <romain@orebokech.com>
915         * battery.el (battery-linux-proc-acpi): Also try
916         `/proc/acpi/thermal_zone/THM0/temperature'.
918 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
920         * custom.el (custom-push-theme): Fix docstring.
922         * cus-edit.el (custom-variable-set, custom-variable-save)
923         (custom-variable-save): Custom-quote widget values.
924         (customize-save-variable): Fix custom-push-theme call.
926 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
928         * w32-fns.el (w32-batch-update-autoloads): New function.
930         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
931         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
932         from the command line.
934 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
936         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
937         reset means to remove setting from theme entirely.  Don't keep
938         expanding theme-settings list; delete old entries if necessary.
940         * cus-edit.el (custom-buffer-create-internal): Move "Erase
941         customization" button one line up.
942         (custom-themed): New face.
943         (custom-magic-alist): New value, THEMED, for theme settings.
944         (custom-variable-state-set, custom-face-state-set):
945         Check theme-value instead of saved-value.
946         (custom-variable-reset-standard, custom-face-reset-standard):
947         Remove theme setting entirely.  Recalculate new values.
948         (custom-variable-set, custom-variable-set)
949         (custom-variable-reset-saved, custom-variable-reset-backup)
950         (custom-face-set, custom-face-reset-saved): Update `user' theme.
951         (custom-variable-save): Fix typos.
953 2005-12-23  Juri Linkov  <juri@jurta.org>
955         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
956         Add autoload cookies.
957         (edebug-outside-d-c-i-n-s-w): New variable.
958         (edebug-display, edebug-outside-excursion): Use it to save the
959         original value of default-cursor-in-non-selected-windows.
960         Set default-cursor-in-non-selected-windows to t while Edebug
961         is active.
962         (edebug-mode, edebug-eval-mode): Doc fix.
964         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
965         with `buffer-substring-no-properties' to remove common substring
966         highlighting.
968         * info.el (info-other-window, info): Rename function argument
969         `file' to `file-or-node'.
970         (Info-complete-menu-item): Use local variable `complete-nodes' to
971         keep the global value of `Info-complete-nodes' unchanged for
972         subsequent completions.
973         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
975         * simple.el (get-next-valid-buffer, last-buffer)
976         (next-error-buffer-p, next-error-find-buffer)
977         (minibuffer-history-sexp-flag): Doc fix.
979         * savehist.el (savehist-mode-hook): Add `:group'.
981         * log-view.el: Call autoload for vc-find-version.
982         (log-view-current-file): Adjust subgroup numbers.
983         (log-view-current-tag): Add `length'.
985 2005-12-23  Richard M. Stallman  <rms@gnu.org>
987         * vc.el (vc-annotate-car-last-cons): Defn moved up.
989 2005-12-23  Juri Linkov  <juri@jurta.org>
991         * hi-lock.el (hi-lock-archaic-interface-message-used)
992         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
993         (hi-lock-mode): Display "Hi" in the mode line only when
994         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
995         (hi-lock-write-interactive-patterns):
996         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
997         (hi-lock-set-pattern, hi-lock-set-file-patterns)
998         (hi-lock-font-lock-hook): Set 3rd arg `how' of
999         font-lock-add-keywords to t.
1001 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
1003         * hi-lock.el (hi-lock-highlight-range): New variable.
1004         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1005         only if font-lock-fontified is non-nil.  Remove overlays.
1006         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1007         font-lock-fontified is non-nil, otherwise use overlays (instead of
1008         text properties).
1009         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1010         New variables.
1011         (hi-lock-string-serialize) New function.
1013 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1015         * menu-bar.el (menu-find-file-existing): New function.
1016         (menu-bar-file-menu): Use menu-find-file-existing for Open.
1018         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
1020 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * vc.el: Remove unnecessary leading * in docstrings.
1023         (vc-annotate-mode-map): Move initialization into declaration.
1024         (vc-static-header-alist): Nitpick on the regexp.
1025         (vc-default-init-version): New fun.
1026         (vc-register): Use it.
1027         (vc-insert-headers): Use dolist.
1028         (vc-annotate-get-backend): Remove unused function.
1029         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
1030         (vc-annotate-mode): Remove corresponding call.
1031         (vc-annotate-car-last-cons): Simplify.
1032         (vc-annotate-buffers): Remove var.
1033         (vc-annotate-backend): Make it buffer-local.
1034         (vc-annotate): Move the interaction to the interactive spec.
1035         Add a `buf' argument.
1036         (vc-annotate-warp-version): Use this new `buf' argument to avoid
1037         killing&creating a vc-annotate buffer, which is very disruptive when
1038         the buffers are shown in dedicated frames.
1040 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
1042         * descr-text.el: Add FSF as maintainer.
1043         (describe-text-mode, describe-text-mode-map)
1044         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
1045         help-mode.
1046         (describe-text-widget, describe-text-sexp)
1047         (describe-property-list, describe-text-category)
1048         (describe-text-properties, describe-text-properties-1)
1049         (describe-char): Use help buttons instead of widgets.
1050         (describe-char-unicodedata-file): Make URL link in doc string.
1052 2005-12-22  Richard M. Stallman  <rms@gnu.org>
1054         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1055         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1056         Don't include buttons that write a file when there's no file.
1057         (custom-variable-menu, custom-face-menu, custom-group-menu):
1058         Don't include commands that write a file when there's no file.
1059         (customize-browse): Reword the top-of-buffer help intro.
1060         (custom-buffer-create-internal): Fix previous change.
1061         (customize-changed-options-previous-release): Prev release is 21.1.
1062         (customize-changed-options): Doc fix.
1063         (customize-changed): New alias.
1064         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1065         Say "standard values".
1066         (Custom-reset-standard): Doc fix.
1067         (custom-face-reset-standard): Doc fix.
1069 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1071         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1072         even if font-lock-mode is non-nil since it may be t without having
1073         turned on font-lock-mode-internal.
1074         (font-lock-choose-keywords): Minor optimization.
1075         (font-lock-add-keywords, font-lock-remove-keywords)
1076         (font-lock-set-defaults): Don't call make-local-variable on a variable
1077         that we know to already be local.
1079 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1081         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1082         messages if in the minibuffer.
1084 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1087         (tex-mode-flyspell-verify, flyspell-get-word)
1088         (flyspell-external-point-words): Don't use point-min/max uselessly.
1090         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1091         by Kevin Rodgers.  Instead, just hide the completions buffer if we
1092         don't need to show it.
1094 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
1096         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1098 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1101         delete-windows-on with an inexistent buffer.
1103 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
1105         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1106         Delete defcustom variable :tag names.
1108 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1110         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1111         (log-view-font-lock-keywords): Ajust subgroup numbers.
1112         (log-view-current-tag): Don't hard code the number of subgroups.
1114 2005-12-20  Juri Linkov  <juri@jurta.org>
1116         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1117         (tooltip-x-offset, tooltip-y-offset): Doc fix.
1119         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1120         (menu-bar-non-minibuffer-window-p): Instead of checking
1121         display-multi-frame-p, use selected-frame when menu-updating-frame
1122         is nil.
1124 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
1126         * align.el (align-rules-list): Use [ \t] instead of \s-
1127         for column separators in text mode.
1129 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
1131         * help-mode.el (help-customize-variable, help-customize-face):
1132         Don't pop help-xref-stack as help-follow no longer pushes
1133         anything on to it.
1135 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
1137         * textmodes/org.el (org-agenda-custom-commands): New option.
1138         (org-agenda): Offer custom commands on splash screen.
1139         (org-make-tags-matcher): Parser for Boolean logic added.
1140         (org-agenda-set-tags): New command.
1141         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1142         (org-set-tags): Efficiency improvements.
1143         (org-auto-align-tags): New option.
1144         (org-todo, org-demote, org-promote): Realign tags.
1145         (org-tags-completion-function): Use also "&" and "|" as separators.
1146         (org-org-menu): Agenda commands simplified.
1148 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
1150         * cus-edit.el (customize-apropos, customize-apropos-options):
1151         Docstring changes.
1153         * font-lock.el (font-lock): Add tags to the links in the defgroup.
1155 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
1157         * longlines.el (longlines-mode): Wrap while widened.
1158         (longlines-decode-region, longlines-encode-region): Compute max
1159         just once.
1161 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1163         * cus-edit.el (mac): New group.
1165         * cus-start.el (all): Add user options in macterm.c.  Add test for
1166         Mac-related built-ins.  Fix test for GTK-related built-ins.
1168         * term/mac-win.el (mac-handle-language-change)
1169         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1170         (mac-services-open-selection, mac-services-mail-selection)
1171         (mac-services-mail-to, mac-services-insert-text)
1172         (mac-dispatch-apple-event): Add docstrings.
1173         (x-get-selection, mac-select-convert-to-string): Select coding
1174         system from `utf-16be' and `utf-16le' using `byteorder'.
1176 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         * subr.el (lazy-completion-table): Don't be fooled if the var holds
1179         a "list" (lambda ...) rather than a real completion list.
1181         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1182         lexical-let when encountering ((lambda (...) ...) ...).
1184 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1186         * progmodes/sh-script.el (sh-mode):
1187         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1188         * textmodes/picture.el (picture-mode): Update docstrings.
1190 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1192         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1193         commands enclosed in $(ARGQUOTE)s should not be split between two
1194         lines, as that will break with GNU Make >3.80, when sh.exe is used
1195         and arg quoting is with '..'.
1196         (autoloads): Don't break the quoted --eval expression between
1197         several lines.
1199 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1201         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1202         Capture error from printing circular structures.
1204 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1206         * wid-edit.el (widget-checkbox-action): Clear undo info.
1208 2005-12-16  Bill Wohler  <wohler@newt.com>
1210         * menu-bar.el (kill-this-buffer): Set a good example by using menu
1211         bar, not menubar in comment.
1213 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1216         After-change-functions should not clobber the match data.
1218 2005-12-16  Juri Linkov  <juri@jurta.org>
1220         * simple.el (choose-completion): Use `buffer-substring-no-properties'
1221         instead of `buffer-substring'.
1222         (completion-common-substring): Doc fix.
1223         (completion-setup-function): Use minibuffer-completion-contents
1224         instead of minibuffer-contents.  Don't set common-string-length
1225         initially.  Remove special handling of partial-completion-mode.
1226         Move computation of completion-base-size into one cond.
1227         Call completion-base-size-function in mainbuf.  In computation of
1228         completion-base-size for file name completion don't move point to
1229         the end of the minibuffer.  Move computation of common-string-length
1230         into one cond.  Start putting faces only when common-string-length>=0.
1231         Add condition to put completions-common-part when
1232         common-string-length>0.
1234         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
1235         place point at the first different character in the minibuffer
1236         even if this position is at the beginning of the minibuffer.
1238         * info.el (Info-read-node-name-1): In completion-base-size-function's
1239         lambda return 1 if common-substring or minibuffer-completion-contents
1240         starts with (, and 0 otherwise.
1242         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
1243         Use `crm-current-element' for second arg of `display-completion-list'.
1245 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
1247         * files.el (set-auto-mode): Look for an interpreter specified on
1248         the first line also if search for mode specification succeeded,
1249         but the mode is not known.
1251 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
1253         * textmodes/org.el (org-tags-match-list-sublevels): New option.
1254         (org-open-at-point): Implement tag searches as links.
1255         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
1256         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
1257         (org-tags-sparse-tree, org-tags-view, org-set-tags)
1258         (org-agenda-dispatch): New commands.
1259         (org-use-tag-inheritance, org-tags-column): New options.
1260         (org-tab-follows-link, org-return-follows-link): New options.
1261         (org-tags): New customize group.
1262         (org-start-icalendar-file): Get local time zone.
1263         (org-tags-completion-function): New function.
1264         (org-set-font-lock-defaults): Make sure links will also be
1265         highlighted inside headlines.
1267 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
1269         * term.el (term-emulate-terminal):
1270         Let term-handle-ansi-terminal-messages override what Bash says about
1271         its current directory.
1273 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1275         * bindings.el (last-buffer): Move to simple.el.
1276         * simple.el (last-buffer): Move here.
1277         (get-next-valid-buffer): New function.
1278         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
1279         (prev-buffer): Ditto. Rename to `previous-buffer'.
1281         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1282         * bindings.el (global-map): Ditto.
1284 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1286         * cus-edit.el: Introductory comment change.
1287         (custom-magic-alist): Change message string for the `rogue' state.
1289 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1291         * tooltip.el: Delete defcustom variable :tag names.
1293         * complete.el (partial-completion-mode): Doc fix.
1295         * textmodes/flyspell.el (flyspell-external-point-words):
1296         Use save-excursion to ensure we don't move backward in the
1297         search loop, not even one character.
1298         (flyspell-delete-all-overlays): Use remove-overlays directly.
1300         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1301         (ispell-start-process): Set that variable.
1302         Clear ispell-buffer-local-name.
1303         (ispell-internal-change-dictionary):
1304         Set ispell-current-dictionary after killing process.
1305         (ispell-buffer-local-dict):
1306         Don't set spell-personal-dictionary after killing process.
1307         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1308         (ispell-tex-skip-alists)
1309         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1311         * net/newsticker.el (newsticker--retrieval-timer-list)
1312         (newsticker--display-timer, newsticker-running-p)
1313         (newsticker-ticker-running-p): Definitions moved up.
1315 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1317         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1319 2005-12-15  David Ponce  <david@dponce.com>
1321         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1322         (recentf-edit-list, recentf-open-files): Signal an error when
1323         there is no recent file.
1325 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1327         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1328         read-only except for texinfo-format-region evaluation.
1330 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1332         * vc.el (vc-default-previous-version, vc-default-next-version)
1333         (vc-do-command): Doc fixes.
1335 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1337         * textmodes/bibtex.el (bibtex-expand-strings)
1338         (bibtex-autokey-expand-string, bibtex-name-part)
1339         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1340         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1341         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1342         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1343         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1344         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1345         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1346         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1347         (bibtex-beginning-of-last-entry): Remove.
1348         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1349         message if comma is missing but buffer is read-only.
1350         (bibtex-parse-field-text): Handle whitespaces at the end of field
1351         text.  Return 3-element list with beginning and end of field text
1352         and end of field.
1353         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1354         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1355         (bibtex-search-forward-field, bibtex-search-backward-field):
1356         Search always delimited by limits of entry.  Use more efficient
1357         search algorithms.
1358         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1359         bibtex-end-of-name-in-field.
1360         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1361         extracting the content of a field.
1362         (bibtex-text-in-field): Use search limits.
1363         (bibtex-parse-string-prefix): Handle empty string keys based on
1364         bibtex-string-empty-key.
1365         (bibtex-parse-string): Fix docstring.
1366         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1367         (bibtex-preamble-prefix, bibtex-strings): New functions.
1368         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1369         BibTeX entries (consistent with other BibTeX functions).
1370         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1371         (bibtex-search-entry): Fix docstring.  Simplify.
1372         (bibtex-flash-head, bibtex-complete-string-cleanup)
1373         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1374         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1375         (bibtex-parse-entry): New optional arg content.
1376         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1377         Use bibtex-text-in-field-bounds.
1378         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1379         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1380         bibtex-parse-string-postfix.
1381         (bibtex-find-text-internal): New function.
1382         (bibtex-remove-delimiters): Use it.
1383         (bibtex-find-text): Use it.  New optional arg help.
1384         (bibtex-complete): Handle BibTeX string and preamble entries.
1385         (bibtex-Preamble): Fix order of closing delimiters.
1387 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * vc.el (vc-default-revert): New fun.
1391         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1393 2005-12-14  Romain Francoise  <romain@orebokech.com>
1395         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1396         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1397         (font-lock-remove-keywords): Likewise.
1399 2005-12-14  Juri Linkov  <juri@jurta.org>
1401         * log-view.el (log-view-diff): Doc fix.
1403         * isearch.el (isearch-query-replace): Use (mark) instead of
1404         isearch-opoint if mark is active in transient-mark-mode.
1406 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1408         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1410 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1412         * progmodes/cpp.el (cpp-face): New widget.
1413         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1415 2005-12-14  Juri Linkov  <juri@jurta.org>
1417         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1418         around `erase-buffer' and `insert'.
1420         * descr-text.el (describe-text-properties): Replace buffer name
1421         "*Help-2*" with "*Help*<2>".
1422         (describe-char): Add functions print-help-return-message,
1423         toggle-read-only.  Use help-setup-xref with nil to not store
1424         describe-char in help-xref-stack.  Use help-make-xrefs to
1425         make [back] button.
1427         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1429         * wdired.el (wdired-old-point): New internal variable.
1430         (wdired-change-to-wdired-mode): Set it buffer-locally.
1431         (wdired-abort-changes): Restore point after aborting changes.
1433 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * vc.el (vc-do-command): Add a new value t for okstatus.
1437         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1438         frame in case of errors.
1440 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1442         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1443         so it comes after "On the Left" in the menu.
1445 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1447         * cus-edit.el (customize-apropos, customize-apropos-options)
1448         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1450 2005-12-12  Bill Wohler  <wohler@newt.com>
1452         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1453         non-writable Subversion-controlled files by saving window
1454         configuration before calling vc-do-command.  vc-do-command calls
1455         pop-to-buffer on error which is unexpected during registration.
1457 2005-12-12  Jay Belanger  <belanger@truman.edu>
1459         * calc/README: Update the summary of changes.
1461 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         * descr-text.el (describe-char): Rework last fix to solve the problem
1464         is the same way it's solved for everything else in that function
1465         (i.e. by extracting the info before setting up the *Help* buffer).
1467 2005-12-12  Kim F. Storm  <storm@cua.dk>
1469         * subr.el (version-regexp-alist): Allow space as separator before
1470         non-numeric part, e.g. "1.0 alpha".
1471         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1473 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1475         * textmodes/org.el (org-agenda, org-timeline, org-todo):
1476         Implement Logging and the keep-modes setting.
1477         (org-get-category): Make sure a string is returned.
1478         (org-log-done): New function.
1479         (org-log-done, org-closed-string): New options.
1481 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1483         * tooltip.el (tooltip-y-offset): Change default to 20.
1485 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1487         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1489         * frame.el (display-hourglass): Doc fix.
1491         * help.el (help-for-help-internal): Simplify entry for `a'.
1493         * info.el (Info-on-current-buffer): Doc fix.
1494         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1496         * startup.el (inhibit-splash-screen): Make this the real name.
1497         (inhibit-startup-message): Make this the alias.
1498         (command-line): Find only simple.el, and use its directory
1499         to fill in other preloaded files' names.
1500         (command-line): Deactivate the mark if deactivate-mark is set.
1502         * international/mule.el (load-with-code-conversion):
1503         Bind deactivate-mark.
1505         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1507 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1509         * cus-edit.el (customize-apropos): Avoid listing an option more
1510         than once under different aliases.  No longer list user options
1511         that are not defined with defcustom (unless a prefix arg is given).
1512         Doc fix.
1513         (customize-apropos-options): Doc fix.
1515 2005-12-11  Juri Linkov  <juri@jurta.org>
1517         * frame.el (set-background-color, set-foreground-color)
1518         (set-cursor-color, set-mouse-color, set-border-color):
1519         Add explicit prompts to read colors by `facemenu-read-color'.
1520         (show-trailing-whitespace, blink-cursor-delay)
1521         (blink-cursor-interval, display-hourglass, hourglass-delay):
1522         Remove tags.
1523         (display-hourglass, hourglass-delay): Doc fix.
1524         (cursor-in-non-selected-windows): Capitalize words in tag.
1526         * faces.el (frame-background-mode): Replace `choice-item' keywords
1527         with `const' to not make [default] button.  Change default value tag
1528         from `default' to `automatic'.  Doc fix.
1529         (trailing-whitespace) <defface>: Change group `whitespace' to
1530         `whitespace-faces'.
1532 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1534         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1536 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1538         * term/mac-win.el: Create keymap for mac-apple-event-map.
1540 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1542         * tooltip.el (tooltip-mode): Move to start of file so that it
1543         appears at top of customize buffer.
1545         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1546         Add the gud groupname.
1547         (gud-tooltip-mode): Add the tooltip groupname.
1548         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1549         avoid conflict with tooltip-use-echo-area.
1551 2005-12-10  Romain Francoise  <romain@orebokech.com>
1553         * help.el (help-for-help-internal): Add `r' in doc string.
1555 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1557         * align.el (align-regexp, align-highlight-rule):
1558         Use region-beginning and region-end instead of point and mark, so that
1559         repetition (with `repeat-complex-command') recomputes the region
1560         bounds.
1562 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1564         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1565         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1566         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1567         (balance-windows): Rewrite using the above new functions.
1569 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1571         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1572         react if global-hi-lock-mode seems intended.
1573         (global-hi-lock-mode) Renamed from hi-lock-mode.
1574         (hi-lock-archaic-interface-message-used)
1575         (hi-lock-archaic-interface-deduce): New variables.
1576         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1577         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1578         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1579         Replace hi-lock-buffer-mode with hi-lock-mode.
1581 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1583         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1584         completion list, even after a partial completion has been
1585         inserted in the current buffer.  If there are more than 1
1586         completion, redisplay the *Completions* buffer; if the
1587         completion is unique, delete the *Completions* window.
1589 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1591         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1592         strings and long subject lines that were broken into multiple
1593         lines at arbitrary places.  Handle subjects that have "Re: " in
1594         the middle.
1596 2005-12-10  John W. Eaton  <jwe@octave.org>
1598         * emacs/octave-mod.el (octave-electric-space): Don't indent
1599         comments or strings if octave-auto-indent is nil.
1601 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1603         * term/mac-win.el: Require url when compiling.
1604         Call mac-process-deferred-apple-events after loading init files.
1605         (mac-apple-event-map): New defvar.  Define event handlers in it.
1606         (core-event, internet-event): New Apple event class symbols.
1607         (open-application, reopen-application, open-documents)
1608         (print-documents, open-contents, quit-application)
1609         (application-died, show-preferences, autosave-now, get-url):
1610         New Apple event ID symbols.
1611         (about): New HICommand ID symbol.
1612         (mac-event-spec, mac-event-ae): New macros.
1613         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1614         (mac-ae-selection-range, mac-ae-text-for-search)
1615         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1616         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1617         and Services menu events are now defined in mac-apple-event-map.
1618         (mac-drag-n-drop): Remove selection range handling.
1620 2005-12-10  Kenichi Handa  <handa@m17n.org>
1622         * simple.el (zap-to-char):
1623         * isearch.el (isearch-process-search-char): Translate CHAR by
1624         translation-table-for-input.
1626 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1628         * foldout.el (foldout-exit-fold): Properly hide subtree.
1630 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1632         * files.el (save-buffer):
1633         * international/ucs-tables.el (ucs-set-table-for-input):
1634         * mail/mail-extr.el (mail-extract-address-components):
1635         * mail/sendmail.el (mail-mode): Reformat doc string.
1637 2005-12-09  Juri Linkov  <juri@jurta.org>
1639         * isearch.el (isearch-highlight): Change main overlay priority
1640         from 1 to 1001.  Simplify.
1641         (isearch-lazy-highlight-update): Change lazy overlay priority
1642         from 0 to 1000.
1644         * replace.el (replace-highlight): Change overlay priority from
1645         1 to 1001.
1647         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1648         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1650         * compare-w.el (compare-windows-highlight): Change overlay
1651         priority from 1 to 1000.
1653         * menu-bar.el (menu-bar-edit-menu): Add listp around
1654         pending-undo-list to disable menu item "undo" when pending
1655         undo list is empty.
1657         * locate.el (locate): Disable undo in *Locate* buffer.
1659 2005-12-09  Kim F. Storm  <storm@cua.dk>
1661         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1663 2005-12-09  David Ponce  <david@dponce.com>
1665         * recentf.el: Improvement of the menu code.
1666         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1667         instead of menu hook.
1668         (recentf-show-menu, recentf-hide-menu): New functions.
1669         (recentf-menu-customization-changed, recentf-mode): Use them.
1670         (recentf-menu-action, recentf-max-menu-items)
1671         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1672         (recentf-arrange-by-rule-others)
1673         (recentf-arrange-by-rules-min-items)
1674         (recentf-arrange-by-rule-subfilter) : Don't use
1675         `recentf-menu-customization-changed'.
1676         (recentf-arrange-rules): Likewise.  Accept functions to compute
1677         sub-menu titles.
1678         (recentf-menu-filter): Likewise.  Doc fix.
1679         (recentf-menu-value-shortcut): Doc fix.
1680         (recentf-dump-variable): Quote atom value.
1681         (recentf-make-menu-items): Update to use it as a menu filter.
1682         (recentf-match-rule): New function.
1683         (recentf-arrange-by-rule): Use it.
1684         (recentf-indirect-mode-rule): New function.
1685         (recentf-build-mode-rules): Use it.
1686         (recentf-dir-rule): New function.
1687         (recentf-arrange-by-dir): Use it.
1688         (recentf-filter-changer-current): Rename from
1689         `recentf-filter-changer-state'.  All references updated.
1690         (recentf-filter-changer-alist): Update filter names.
1691         (recentf-filter-changer-select): New function.
1692         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1693         available in `recentf-filter-changer-alist'.
1694         (recentf-data-cache, recentf-clear-data)
1695         (recentf-update-menu): Remove.  All references updated.
1696         (recentf-match-rule-p, recentf-build-dir-rules)
1697         (recentf-filter-changer-goto-next)
1698         (recentf-filter-changer-get-current)
1699         (recentf-filter-changer-get-next): Remove.
1701 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1703         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1704         buffer "Reset" button to "Reset to Current" for consistency with
1705         the State buttons.
1707 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1709         * ibuf-ext.el (define-ibuffer-filter filename):
1710         If `dired-directory' is a list then really use its car.
1712 2005-12-08  Kim F. Storm  <storm@cua.dk>
1714         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1715         indention of text on right side of replaced rectangle.
1717 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1719         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1720         No need to check gud-comint-buffer is bound.
1721         (gdb): Prevent multiple debugging when first session uses gdba.
1723 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1725         CC Mode update to 5.31.
1727         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1728         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1729         might do this function properly in the future).
1731         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1732         macros c-sentence-end and c-default-value-sentence end, to cope
1733         with Emacs 22's new function `sentence-end'.
1735 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1737         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1738         compat issue using `c-put-overlay' and `c-delete-overlay'.
1740         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1741         compat macros to handle overlays/extents.
1743 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1745         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1746         (for GNU Emacs 20.4)
1748         * progmodes/cc-defs.el:
1749         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1751         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1752         highlighting mechanism so it will work in XEmacs too.
1754         * progmodes/cc-defs.el: Insert c-int-to-char.
1756         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1757         call to the new macro c-int-to-char.  This solves XEmacs's
1758         regarding characters as different from integers.
1760 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1762         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1763         helper.
1765         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1766         construct to make the indirect face lookup work in XEmacs.
1768         (c-cpp-matchers): Append the negation char face to the existing
1769         fontification, so that the cpp face doesn't disappear.  Use
1770         `c-make-syntactic-matcher' to avoid negation chars in comments and
1771         strings.
1773         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1774         to map to `font-lock-negation-char-face' in emacsen where it
1775         exists.
1777 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1779         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1781         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1782         "c-subword-move-mode" as "c-subword-mode".
1784         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1785         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1787 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1789         * progmodes/cc-mode.el: Added autoload directive for
1790         `c-subword-move-mode' for use in older emacsen.
1792 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1794         * progmodes/cc-mode.el:
1795         (i) Insert a binding for C-c C-backspace into
1796         c-bind-special-erase-keys which works in TTYs.
1797         (ii) Make sure that when file styles are used, any explicitly
1798         given style variables take priority over those in the style.  Do
1799         this by calling `hack-local-variables' a second time.
1801         * progmodes/cc-vars.el: Add language specific customization
1802         widgets for AWK to c-doc-comment-style, c-require-final-newline
1803         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1804         c-syntactic-element and c-syntactic-context doc-strings by
1805         directly setting their `variable-documentation' propery.  This
1806         allows Emacs 22.1 to read these with C-h v.
1808         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1809         Monnier).
1811 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1813         * progmodes/cc-fonts.el, cc-vars.el
1814         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1815         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1816         Masatake YAMATO.
1818         (c-doc-comment-style): Made GtkDoc default in C mode.
1820         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1821         and C-c C-<delete>.
1823         (c-bind-special-erase-keys): New function for use on
1824         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1826         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1827         <delete> key behavior in XEmacs according to `delete-forward-p'.
1828         C.f. `c-electric-delete'.
1830 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1832         * progmodes/cc-mode.el: Give c-hungry-backspace and
1833         c-hungry-delete-forward permanent key bindings.
1835         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1836         c-syntactic-context for calls to "criteria functions", for
1837         consistency with other calls to user functions.
1839         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1840         `current-prefix-arg', since this might be the prefix arg to a
1841         command which calls c-indent-command as a function.  Change the
1842         interactive spec from "p" to "P".
1844         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1845         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1846         was difficult to understand.
1848 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1850         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1851         first char of an identifier.
1853         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1854         +" syntax in C++.
1856 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1858         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1859         auto-fill doesn't split a c-comment's last word from a hanging
1860         "*/" when a space is typed between them after fill-column.
1862         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1864         * progmodes/cc-styles.el (c-set-style,
1865         c-setup-paragraph-variables): Abort the command if we're not in a
1866         CC Mode buffer.
1868         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1869         with blank comment-prefix, and a blank line as the comment's
1870         second line.
1872 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1874         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1875         Incorporated the patterns added in the Emacs development branch
1876         for the new Emacs 22 face `font-lock-negation-char-face'.
1878         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1879         of "red" since it stands out better in xterms and DOS terminals.
1881         * progmodes/cc-engine.el (c-literal-faces): Added
1882         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1884 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1886         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1887         forcibly enable c-electric-flag.
1889         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1890         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1891         just after the comment-prefix of a C-style comment will close that
1892         comment.
1894 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1896         * progmodes/cc-fonts.el (c-basic-matchers-before,
1897         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1898         in Pike.
1900         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1901         digraphs.
1903         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1904         (c-cpp-message-directives, c-cpp-include-directives,
1905         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1906         c-cpp-expr-directives): Introduced new language constants to
1907         control cpp syntax in a cleaner way.
1909         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1911         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1913         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1914         c-multiline-string-start-char): New language constants and
1915         variables to specify how newlines in string literals work.
1917         (c-font-lock-invalid-string): Use them.
1919         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1920         unbalanced close brace is entered.  Optimization by avoiding going
1921         back over arbitrarily large blocks.  Removed hints that this
1922         function only would be relevant/useful in AWK.
1924         (c-electric-brace): Indent syntactically after the cleanups since
1925         lineup functions might do it differently then.
1927         * progmodes/cc-engine.el, cc-langs.el
1928         (c-opt-op-identifier-prefix): New language constant and variable.
1930         (c-just-after-func-arglist-p, c-after-special-operator-id,
1931         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1933         * progmodes/cc-align.el, cc-engine.el
1934         (c-after-special-operator-id): New helper to handle C++ operator
1935         identifiers.
1937         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1938         c-guess-basic-syntax): Handle C++ operator identifiers in
1939         declarations.
1941         * progmodes/cc-langs.el (c-assignment-operators): Added the
1942         trigraph version of ^= too.
1944         * progmodes/cc-langs.el (c-assignment-operators): Added the
1945         trigraph version of |= in C++.
1947         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1948         `c-decl-hangon-kwds' after the identifier name.
1950         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1951         whether an arglist is "nonempty", ignore a comment after the open
1952         paren if it isn't followed by a non-comment token on the same
1953         line.
1955         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1956         heuristics below the point to cope with classes inside special
1957         brace lists in Pike.
1959 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1961         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1963 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1965         * progmodes/cc-guess.el (cc-guess-install): New function to
1966         install an already guessed style in another buffer.
1968         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1969         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1970         anyway if the change always is undone.
1972 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1974         Implement togglable electricity:
1976         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1977         saying when it should be used.
1979         * progmodes/cc-engine.el: Add the new buffer-local variable,
1980         c-electric-flag.
1982         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1983         c-toggle-auto-newline.
1985         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1986         c-toggle-auto-newline.  Remove the binding for
1987         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1988         c-toggle-electric-state.
1990         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1992         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1993         c-\(forward\|backward\)-subword.
1994         (c-update-modeline): Add the new modeline flag `l' for
1995         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1996         `l'.
1997         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1998         the old name an alias of the new name.
1999         (c-toggle-electric-state): New function.
2000         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2001         Adapt these functions to do electric things only when
2002         c-electric-flag is non-nil.
2003         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2004         new functions from c-electric-brace.
2005         (c-point-syntax): Add a check for "virtual semicolons" in AWK
2006         mode, so that the tentative extra newline doesn't change the
2007         syntax of the following brace.
2008         (c-electric-brace): restructure by extracting the above functions.
2009         Tidy up the coding somewhat.
2010         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2011         restructure a bit.
2013 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2015         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2016         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
2017         idea.
2019         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2020         (c-submode-indicators): Changed name from `c-auto-hungry-string'
2021         since it's now used to track another submode.
2023         (c-update-modeline): Converted to function and extended to check
2024         `c-subword-move-mode'.
2026         (c-forward-into-nomenclature, c-backward-into-nomenclature):
2027         Converted to compat aliases for `c-forward-subword' and
2028         `c-backward-subword'.
2030         * progmodes/cc-subword.el: New functions and minor mode to handle
2031         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2033         (c-forward-subword, c-backward-subword, c-mark-subword,
2034         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
2035         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2036         Functions corresponding to the standard word handling functions.
2038         (c-subword-move-mode): Minor mode that replaces all the standard
2039         word handling functions with their subword equivalences.
2041 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2043         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2044         entry for one-liner-defun.
2046         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2047         name in its def-edebug-spec.
2049         * progmodes/cc-cmds.el (c-electric-brace): Make the
2050         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
2051         compacts space before a comment, if this will make things fit on
2052         one line.
2054         Introduce an "awk" style, mainly for auto-newline and clean-ups.
2056         * progmodes/cc-align.el: new function c-snug-1line-defun-close
2058         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2059         clean-up one-liner-defun.
2061         * progmodes/cc-styles.el: Add the new "awk" style.
2063         * progmodes/cc-vars.el: Add description of one-liner-defun to
2064         c-cleanup-list's doc-string.  New user options,
2065         c-max-one-liner-length.  In c-default-style, set the default style
2066         for AWK to "awk".
2068 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2070         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2071         macros inside labels.
2073         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2074         `c-at-statement-start-p' and `c-at-expression-start-p'.
2076         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2077         error if the mark isn't set.
2079         * progmodes/cc-engine.el (c-guess-continued-construct,
2080         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2081         accurately detect functions inside functions.
2083         * progmodes/cc-engine.el (c-at-expression-start-p): New function
2084         like `c-at-statement-start-p' that additionally recognizes commas
2085         and expression parentheses as delimiters.
2087         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2088         to avoid heuristics that doesn't work for unclosed blocks.
2090         (c-at-statement-start-p): New function.
2092         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2093         Objective-C directives, e.g. directives spanning lines should work
2094         reasonably well now.
2096         (c-put-c-type-property, c-clear-c-type-property): New helpers.
2098         (c-forward-objc-directive): New function to move over any ObjC
2099         directive.
2101         (c-just-after-func-arglist-p, c-guess-basic-syntax,
2102         c-basic-matchers-before): Use it.
2104         (c-font-lock-objc-iip-decl): Removed.
2106         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2107         in the template arglist recognition.
2109         * progmodes/cc-styles.el (c-style-alist): Fixed several
2110         inconsistencies in the Whitesmith style.
2112         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
2113         lineup function to get lines after Whitesmith style blocks
2114         correctly indented.
2116         (c-lineup-whitesmith-in-block): Backed out the compensation for
2117         opening parens since it's done using `add' lists in the style
2118         definition instead.  Don't use the anchor position since it varies
2119         too much between the syntactic symbols. :P
2121         * progmodes/cc-vars.el (c-valid-offset): Updated.
2123         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2124         lists where the offsets are combined according to several
2125         different methods: `first', `min', `max', and `add'.  Report
2126         offset evaluation errors with `c-benign-error' so that some kind
2127         of reindentation still is done.
2129         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2130         `arglist-intro' the same way as `arglist-cont-nonempty' and
2131         `arglist-close'.
2133         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2134         situations for `arglist-cont-nonempty' and `arglist-close'.
2136         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2137         constant.
2139         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2140         cc-bytecomp-boundp' in a number of places.
2142         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2143         macro related issue.
2145 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2147         * progmodes/cc-awk.el: Change the terminology of regexps: A char
2148         list is now
2149         [asdf], a char class [:alpha:].  Include code for char classes.
2150         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
2151         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
2153         Remove (nearly all of) the cruft associated with AWK Mode's former
2154         concept of "virtual semicolons":
2156         Adapt c-beginning-of-statement, c-end-of-statement (together with
2157         subfunctions) to use the new notion of "virtual semicolon" in
2158         place of the old awkward special handling for AWK.  There remains
2159         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2160         * progmodes/cc-cmds.el:
2161         (c-ascertain-adjacent-literal): In the backwards direction, now
2162         recognises AWK regexp delimiters as string delimiters.
2163         (c-after-statement-terminator-p): Adapt for virtual semicolons;
2164         check more rigorously for "end of macro".
2165         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2166         virtual semicolons;
2167         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2168         out the code for forward movement into ...
2169         (c-end-of-statement): Now contains the code for forward movement,
2170         adapted for virtual semicolons.
2172         * progmodes/cc-engine.el:
2173         (c-ws*-string-limit-regexp): new regexp.
2174         (c-forward-single-comment, c-backward-single-comment): Comment out
2175         the (now redundant) "special" AWK stuff.
2177         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2178         c-string-par-start, c-string-par-separate to be more like Text
2179         Mode than Fundamental Mode.
2181 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2183         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2184         to the fontified region so that fontification doesn't occur
2185         outside it
2186         (could happen e.g. when fontifying a line with an unfinished
2187         declaration).
2189 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2191         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2192         moved to near the start of the file.  ^L now separate sections of
2193         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
2194         c-awk-blank-or-comment-line-re,
2195         c-awk-one-line-possibly-open-string-re,
2196         c-awk-regexp-one-line-possibly-open-char-class-re,
2197         c-awk-one-line-possibly-open-regexp-re,
2198         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
2199         c-awk-vsemi-status-unknown-p.
2201         Amend the concept of "virtual semicolons" (in the indentation
2202         engine) for languages like AWK, such that they are now
2203         conceptually attached to end of the last token of a statement, not
2204         the end of the line.  (In AWK Mode, however, the pertinent text
2205         property is still physically set on the EOL.)  Remove the specific
2206         tests for awk-mode, thus facilitating the introduction of other
2207         language modes where EOLs can end statements.  (Note: The
2208         funtionality in cc-cmds.el, specifically
2209         c-beginning/end-of-statement has yet to be amended.)
2211         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2212         c-vsemi-status-unknown-p.
2214         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2215         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
2216         c-vsemi-status-unknown-p-fn (in a new page).
2218         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2219         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2220         numerous awkward forms like
2221         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2222         with
2223         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
2224         variable before-ws-ip, the place just after char-before-ip
2225         appears.
2227         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2228         a comment.
2230 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2232         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2233         `c-tentative-buffer-changes'.
2235         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
2236         converted to macro to choose between Emacs and XEmacs at compile
2237         time.
2239         (c-set-region-active): New set counterpart to
2240         `c-region-is-active-p'.
2242         (c-tentative-buffer-changes): New macro to handle temporary buffer
2243         changes in a convenient way.
2245         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
2246         for `c-tentative-buffer-changes'.
2248         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
2249         the checks for paren sexps between the point and the keyword, to
2250         avoid some false alarms.
2252         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
2253         Fixed a situation where an error could be thrown for unbalanced
2254         parens.  Changed to make use of c-keyword-member' to avoid some
2255         repeated regexp matches.
2257         (c-opt-lambda-key, c-opt-inexpr-block-key,
2258         c-opt-inexpr-class-key): These language variable are no longer
2259         necessary.
2261         (c-block-stmt-kwds): New language constant used by
2262         c-looking-at-inexpr-block'.
2264         (c-guess-basic-syntax): Removed an optional check that looked at
2265         the existence of the now removed language variables.
2267         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
2268         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
2269         object instantiation expressions as declarations in some contexts.
2270         This bug only affected languages where the declarator can't be
2271         enclosed in parentheses.
2273         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
2274         insert newlines before and after substatement braces.
2276         * progmodes/cc-engine.el: Improved the heuristics for recognizing
2277         function declaration headers and the handling of C++ style member
2278         init lists.
2280         (c-just-after-func-arglist-p): Rewritten to use
2281         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2283         (c-beginning-of-member-init-list): Removed since it isn't used
2284         anymore.
2286         (c-guess-basic-syntax): Case 5B adapted for the new
2287         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2288         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2289         covers all cases now).
2291         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2293 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2295         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2296         c-string-par-start/separate c-sentence-end-with-esc-eol,
2297         initialised in c-setup-paragraph-variables, used in string
2298         scanning subroutines of c-beginning-of-statement.
2300         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2301         which precedes the newly inserted `{'.
2303 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2305         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2306         function for declaration level blocks.  It should now cope with
2307         templates better and also be a lot more comprehensible.
2309         (c-looking-at-decl-block): The new function.
2311         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2312         for compatibility.
2314         (c-add-class-syntax, c-guess-continued-construct,
2315         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2317         (c-decl-block-key): Changed to tell apart ambiguous and
2318         unambiguous keywords.  Pike specials are now handled directly in
2319         the code instead.
2321         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2322         language constants and variables to make the backward skip in
2323         `c-looking-at-decl-block' as tight as possible.
2325         (c-nonsymbol-token-char-list): New language constant.
2327         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2328         find balanced template arglists backwards.
2330         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2331         making char classes for `c-syntactic-skip-backward'.
2333         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2334         16D - can't be a class-close at that point.
2336         * progmodes/cc-engine.el (c-guess-basic-syntax,
2337         c-add-class-syntax): Don't narrow out the enclosing declaration
2338         level.  This makes everything a lot easier, and it was actually
2339         only four small places that needed it to work.  Some places that
2340         previously did `widen' are removed now, which has the effect that
2341         `c-guess-basic-syntax' never will look at things outside the
2342         current narrowment now.  The anchor position for `topmost-intro'
2343         is affected by this, but it was so bogus it was basically useless
2344         before, and now it's equally bogus but in a slightly different
2345         way.
2347         (c-narrow-out-enclosing-class): Gone.
2349         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2350         the narrowed region.
2352         (c-least-enclosing-brace): Removed silly optional argument.
2354         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2355         the point could be left directly after an open paren when finding
2356         the beginning of the first decl in the block.
2358         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2359         Specify which submatch to use.
2361         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2363         (c-decl-start-re): No no longer any need for special treatment of
2364         ObjC due to the above.
2366         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2367         presumably follows C in that regard.
2369         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2370         New language constants to specify operator tokens inside
2371         identifiers in a more high level way.
2373         (c-opt-identifier-prefix-key): New internal language constant.
2375         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2376         c-identifier-start, c-identifier-key): Now completely calculated
2377         from other constants.
2379         (c-identifier-last-sym-match): Decommissioned since it's no longer
2380         used.
2382         (c-operators): Use `c-identifier-ops'.  Documented
2383         `postfix-if-paren'.
2385         * progmodes/cc-engine.el (c-forward-name): Removed the
2386         optimization when c-identifier-key is equal to c-symbol-key since
2387         it doesn't work in byte compiled files.  Don't record empty
2388         regions as identifiers.
2390         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2391         simplify access to `c-operators' and its likes.
2393         (c-operator-list, c-all-op-syntax-tokens,
2394         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2395         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2396         c-primary-expr-regexp, c-cast-parens): Use it.
2398         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2399         an explicit language in functions.
2401         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2402         variant of adornment.
2404         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2405         variable.
2407         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2408         the Pike value.
2410         * progmodes/cc-engine.el (c-on-identifier,
2411         c-simple-skip-symbol-backward): Small fix for handling "-"
2412         correctly in `skip-chars-backward'.  Affected the operator lfun
2413         syntax in Pike.
2415         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2416         diagnostic message about precompiled language vars not being used.
2418         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2419         "__attribute__" is followed by a parenthesis.
2421         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2422         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2423         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2425         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2426         cleanups to properly detect the declared identifiers in various
2427         declarations.
2429         (c-decl-start-kwds): New language constant to recognize
2430         declarations that can start anywhere.  Used for class declarations
2431         in Pike.
2433         (c-specifier-key, c-not-decl-init-keywords,
2434         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2435         c-find-decl-spots): Implement `c-decl-start-kwds'.
2437         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2438         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2439         handling of the compiler specific extension keywords into a new
2440         language constant `c-decl-hangon-kwds' that defines keyword
2441         clauses to be ignored in declarations.
2443         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2444         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2445         Necessary to stop at the declared identifier in e.g. IDL valuetype
2446         declarations.
2448         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2449         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2450         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2451         c-forward-decl-or-cast-1): Recognize the declared identifier in
2452         class and enum declarations as such and not as part of the type.
2454         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2455         interpretation of PRECEDING-TOKEN-END when there's no preceding
2456         token.
2458         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2459         declarations when there's some syntax error later on.
2461         (c-complex-decl-matchers): Did away with a reference to
2462         `c-specifier-key'.
2464         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2465         value - this variable is always dynamically bound.
2467         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2468         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2469         cc-cmds.el, cc-defs.el: Changed the policy for marking up
2470         functions that might do hidden buffer changes: All such internal
2471         functions are now marked instead of those that don't.
2473         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2474         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2475         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2476         c-literal-type): Allow these functions to make hidden buffer changes,
2477         so that they are free to use text property caching later on.
2479         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2480         c-electric-brace, c-electric-slash, c-electric-star,
2481         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2482         c-electric-paren, c-electric-continued-statement, c-indent-command,
2483         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2484         c-context-line-break): Added `c-save-buffer-state' calls to comply
2485         with the changed semantics of the functions above.
2487         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2488         when macros occur in obscure places.  Optimized the sexp movement
2489         a bit.
2491 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2493         Enhancements for c-beginning-of-statement to work in AWK Mode:
2495         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2496         (completed statement) with `}' (statement completed by closing
2497         brace or semicolon) and `$' (statement completed by EOL).
2499         (c-awk-virtual-semicolon-ends-prev-line-p,
2500         c-awk-virtual-semicolon-ends-line-p,
2501         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2502         c-awk-at-statement-end-p): new functions
2504         * progmodes/cc-cmds.el: Simplify the structure of functions
2505         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2506         two functions and c-beginning-of-statement to handle AWK Mode.
2508         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2509         c-backward-single-comment for AWK mode.  Attempt to clarify their
2510         doc-strings.
2512         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2514 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2516         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2517         label handling.  Labels are now recognized in a uniform and more
2518         robust way, regardless of context.  Text properties are put on all
2519         labels to recognize the following declarations better.  Multiword
2520         labels are handled both in indentation and fontification for the
2521         benefit of language extensions like Qt.  For consistency, keywords
2522         in labels are now fontified with the label face instead.  That
2523         also applies to "case" and "default".
2525         (c-beginning-of-statement-1): Fixed some bugs in the label
2526         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2527         with `c-label-kwds'.
2529         (c-find-decl-spots): Support that the callback adds more
2530         `c-decl-end' spots to find.
2532         (c-forward-decl-or-cast-1): Don't treat a list of plain
2533         identifiers followed by a colon as a declaration.
2535         (c-forward-label): New function to recognize labels.
2537         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2538         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2539         earlier since they aren't so context sensitive now.  Handle labels
2540         on the top level gracefully.  Moved access label recognition to
2541         the generic label case (CASE 15) - removed CASE 5E.
2543         (c-font-lock-declarations): Added recognition of labels in the
2544         same round since we need to handle labels in parallell with other
2545         declarations to recognize both accurately.  It should also improve
2546         speed.
2548         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2549         `c-font-lock-labels' so that it only is used on decoration level 2
2550         since `c-font-lock-declarations' handles it otherwise.
2552         (c-complex-decl-matchers): Removed the simplistic recognition of
2553         access labels.
2555         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2556         with labels earlier.
2558         (c-decl-start-re): New language variable to make
2559         `c-font-lock-declarations' stop for the special protection labels
2560         in Objective-C that start with `@'.
2562         (c-label-key): Removed since it's no longer used.
2564         (c-recognize-colon-labels, c-label-prefix-re): New language
2565         constants to support recognition of generic colon-terminated
2566         labels.
2568         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2569         are colon terminated labels.
2571         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2572         first argument starts with a special brace list.
2574         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2575         c-font-lock-declarations): Broke out the declaration and cast
2576         recognition from `c-font-lock-declarations' to a new function, so
2577         that it can be used in the indentation engine.
2579         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2580         up to the start of the literal.  Fixed bug with the point on the
2581         wrong side of the search limit that could happen when the start
2582         position is inside a literal.
2584         * progmodes/cc-engine.el (c-parse-state,
2585         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2586         so that it's kept a little bit back to increase the hit rate.
2588         (c-parse-state): Changed the macro handling and fixed some
2589         glitches.  Macro context is checked more often than necessary now,
2590         but otoh less garbage conses are generated.
2592         * progmodes/cc-engine.el (c-parse-state,
2593         c-invalidate-state-cache): Cache the last position where
2594         `c-state-cache' applies.  This can speed up refontification quite
2595         a bit in blocks where there are many non-brace parens before the
2596         point.
2598         (c-state-cache-end): New variable for this.
2600         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2601         cache variable.
2603         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2604         get close initial continue positions when the start position is
2605         inside a literal or macro.  Do not call the callback for spots
2606         before the start position (which can happen e.g. for `c-decl-end'
2607         spots inside comments).  Optimize better in special cases when the
2608         region is a single line inside a literal or macro (typically when
2609         the current line is refontified).
2611         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2612         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2613         entries from the paren state.
2615         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2616         special case for "else if" clauses.
2618         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2619         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2621         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2622         language variable to recognize the gcc extension with statement
2623         blocks inside expressions.
2625         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2626         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2627         no longer used and hence removed.
2629         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2630         to `c-add-stmt-syntax'.
2632         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2633         `c-beginning-of-statement-1' instead of duplicating parts of it.
2634         This fixes bogus label recognition.
2636         * progmodes/cc-engine.el (c-add-type, c-check-type,
2637         c-forward-name, c-forward-type): Improved storage of template
2638         types in `c-found-types' so that they can be recognized better.
2640         (c-syntactic-content): Added option to skip past nested parens.
2642         * progmodes/cc-engine.el (c-forward-name): Set
2643         `c-last-identifier-range' all the time.  It's less work that way.
2644         Handle that there might not be an identifier to store in
2645         `c-last-identifier-range'.
2647         (c-forward-type): Handle that `c-last-identifier-range' might be
2648         nil from `c-forward-name'.
2650         * progmodes/cc-defs.el: (c-safe-scan-lists,
2651         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2653         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2654         to work even if the form fails.
2656         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2657         down in a large file in one go.
2659         (c-get-fallback-start-pos): New helper function for
2660         `c-parse-state'.
2662         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2663         function which is like `c-lineup-math' but returns nil instead of
2664         `c-basic-offset' when it doesn't match.
2666         (c-lineup-math): Changed to use `c-lineup-assignments'.
2668 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2670         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2671         c-beginning-of-statement.  New subfunctions
2672         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2674 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2676         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2677         hardcoded char classes whereever possible.  Changed a couple of
2678         places to use skip by syntax instead of skip by char class.
2680         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2681         Fixed a bug in the regexp that caused extreme backtracking.
2683         * progmodes/cc-langs.el (c-block-comment-starter,
2684         c-block-comment-ender): New language constants to specify in a
2685         single place how block comments look.
2687         (c-comment-start-regexp, c-block-comment-start-regexp,
2688         comment-start, comment-end, comment-start-skip,
2689         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2690         c-syntactic-ws, c-nonempty-syntactic-ws,
2691         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2692         `c-line-comment-starter', `c-block-comment-starter' and
2693         `c-block-comment-ender'.
2695         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2696         language constants to break up things a bit.
2698         (c-simple-ws): New language constant for simple whitespace.
2700         * progmodes/cc-defs.el (c-concat-separated): New convenience
2701         function.
2703         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2704         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2705         newlines.  Allow and ignore nil elements in the list.
2707 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2709         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2710         superfluous) check, (eq here (point-max)) in
2711         c-beginning-of-statement.
2713         * progmodes/cc-cmds.el: Tidy up the comments in
2714         c-beginning-of-statement and subfunctions.
2716         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2717         more flexible c-put-char-property and c-clear-char-properties.
2718         Add the author's email address.
2720         * progmodes/cc-langs.el: New variable,
2721         c-block-comment-start-regexp.
2723         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2724         closing "*/" of a block comment.
2726         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2727         subfunctions) so that it works at BOB and EOB.
2729         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2730         c-beginning-of-statement, including new variable
2731         c-block-comment-start-regexp.
2733 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2735         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2736         symbols from `*-font-lock-extra-types' so that there's no need to
2737         use `regexp-opt' on those lists.
2739         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2740         `c-type-modifier-kwds' is empty.
2742         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2743         there are several strings on the same line.
2745         * progmodes/cc-engine.el (c-literal-limits): Removed the
2746         compatibility function for older emacsen.  `c-literal-limits-fast'
2747         has now taken the place of this function.
2749         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2750         with older emacsen: We now require `pps-extended-state'.
2752 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2754         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2755         which obviates the need to hack sentence-end.  This now handles
2756         escaped newlines in strings correctly.  Correct minor bugs in
2757         c-move-over-sentence and in c-beginning-of-statement.
2759         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2760         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2761         that movement over macros and code are rigorously separated from
2762         eachother.  Correct a few incidental bugs.
2764         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2765         Improve its doc-string.  Improve the handling of certain specific
2766         cases.
2768 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2770         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2771         (c-guess-basic-syntax): Changed the way class-level labels are
2772         recognized; they can now contain essentially any symbols.
2774         (c-opt-extra-label-key): New language variable to cope with the
2775         special protection label syntax in Objective-C.
2777         (c-opt-access-key): Removed; this is now handled better by
2778         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2780         (c-complex-decl-matchers): Update to handle that
2781         `c-opt-access-key' no longer exists.
2783         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2784         improved label recognition in `c-beginning-of-statement-1'.
2786         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2787         Recognize bitfields better.
2789         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2790         Removed some cruft and fixed a bug that could cause it to go to a
2791         position further down.
2793         * progmodes/cc-langs.el, cc-engine.el
2794         (c-beginning-of-statement-1): Improved detection of labels in
2795         declaration contexts.
2797         (c-beginning-of-decl-1): Use it.
2799         (c-nonlabel-token-key): New language constant and variable needed
2800         by `c-beginning-of-statement-1'.
2802         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2803         manifested itself due to the correction in `c-forward-sexp'.
2805         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2806         these behave as documented when used at the buffer limits.
2808         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2809         (c-type-decl-end-used): Made this a language variable.
2811         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2812         correctly when `combine-after-change-calls' is used together with
2813         temporary narrowings.
2815         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2816         labels correctly when the start point is immediately after the
2817         colon.
2819         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2820         since it isn't used anymore.
2822         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2823         bracket arglists such as template parens in C++.
2825         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2826         in the last check-in.  Some optimization.
2828         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2829         where it could stop at the same level in a preceding sexp when
2830         PAREN-LEVEL is set.
2832         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2833         text property lookup only when it's needed.
2835         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2836         Changed the policy for paren marked angle brackets to be more
2837         persistent; once marked they remain marked even when they're found
2838         to be unbalanced in the searched region.  This should keep the
2839         paren syntax around even when individual lines are refontified in
2840         multiline template arglists.
2842         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2843         to control markup so that incorrect angle bracket arglists aren't
2844         marked in contexts where the correct value for
2845         `c-disallow-comma-in-<>-arglists' isn't known.
2847         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2848         argument has become `c-parse-and-markup-<>-arglists'.
2850         (c-remove-<>-arglist-properties): Removed - no longer used.
2852         (c-after-change-check-<>-operators): New function used on
2853         `after-change-functions' to avoid that "<" and ">" characters that
2854         are part of longer operators have paren syntax.
2856         (c-<>-multichar-token-regexp): New language variable used by
2857         `c-after-change-check-<>-operators'.
2859         (c-after-change): Call `c-after-change-check-<>-operators'.
2861         (c-font-lock-<>-arglists): Use the context properties set by
2862         `c-font-lock-declarations' to set
2863         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2864         markup.
2866         (c-font-lock-declarations): Removed code that undoes the invalid
2867         markup done by `c-font-lock-<>-arglists'.
2869         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2870         after `c-font-lock-declarations'.
2872         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2873         paren-level feature.
2875         (c-guess-basic-syntax): Improved the anchor position for
2876         `template-args-cont' in nested template arglists.  There's still
2877         much to be desired in this area, though.
2879 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2881         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2882         Make the "Text Filling and Line Breaking" commands work for AWK
2883         buffers.
2885 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2887         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2888         Removed;
2889         (c-major-mode-is 'awk-mode) can be used instead now.
2891         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2892         it doesn't work no longer are supported.
2894         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2895         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2896         requires support for the syntax-table' text property, which rules
2897         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2898         cruft associated with those versions.
2900         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2901         for the `syntax-table' text property, which rules out Emacs 19 and
2902         XEmacs < 21.4.  Removed various compatibility cruft associated
2903         with those versions.
2905         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2906         support for the `syntax-table' text property.
2908         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2909         variable and use an extra quoted face name instead.  All the
2910         emacsen flavors handle that correctly.
2912         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2913         c-font-lock-declarators, c-font-lock-declarations,
2914         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2915         property to mark the items in in declarator lists to handle
2916         refontification inside multiline declarations better.
2918         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2919         construct like "a * b = c;" as a declaration.
2921 2005-12-08  Kim F. Storm  <storm@cua.dk>
2923         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2924         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2925         select either meta, hyper, or super modifier for rectangle commands.
2926         (cua--rectangle-modifier-key): New defvar.
2927         (cua--M/H-key): Use it.  Remove special case for `space'.
2928         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2929         on X, to meta otherwise.  Always bind C-return to toggle
2930         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2932         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2933         cua--rectangle-modifier-key.  Handle super modifier too.
2934         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2935         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2937         * ido.el: Move Acknowledgements and History after Commentary.
2938         Minor changes to Commentary.
2940         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2941         keymap if cua--prefix-override-timer is `shift'.
2942         (cua--shift-control-prefix): New function; emulate "type prefix
2943         key twice" functionality to handle shifted prefix key override.
2944         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2945         commands.
2946         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2948 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2950         * textmodes/org.el (org-insert-heading): Try to do items before
2951         headings.
2952         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2953         (org-insert-item): New function.
2954         (org-renumber-ordered-list): Don't skip to higher level lists.
2956 2005-12-08  Juri Linkov  <juri@jurta.org>
2958         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2960         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2962         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2964         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2965         the constructed function name fun-1.
2967         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2968         because such links don't lead to parent documentation.
2970 2005-12-08  Kenichi Handa  <handa@m17n.org>
2972         * descr-text.el (describe-char): Use *Help-2* buffer if the
2973         current buffer is *Help*.  Call describe-text-properties while
2974         setting the original buffer.
2976 2005-12-07  Bill Wohler  <wohler@newt.com>
2978         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2979         and causes problems with non-MH users (such as Gnus users).
2981 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2983         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2984         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2985         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2986         command "info sources".  Move calls to GDB command "list".
2987         (gdb-find-file-hook): Just use gdb-source-file-list.
2988         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2989         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2990         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2991         (gdb-data-list-register-values-handler): Use correct trigger name.
2993 2005-12-07  Kim F. Storm  <storm@cua.dk>
2995         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2996         (ido-common-completion-map, ido-file-completion-map)
2997         (ido-file-dir-completion-map, ido-buffer-completion-map):
2998         Renamed from ido-mode-....-map.
2999         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
3000         (ido-setup-completion-map): Renamed from ido-define-mode-map.
3001         (ido-read-internal): Bind minibuffer-local-filename-completion-map
3002         to ido-completion-map.
3004 2005-12-07  Kenichi Handa  <handa@m17n.org>
3006         * international/mule-cmds.el
3007         (set-display-table-and-terminal-coding-system): If the coding
3008         system specified in `unibyte-display' property is different from
3009         the arg coding-system, don't setup standard-display-table.
3011 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3014         that comments end at \n, regardless of selective-display.
3016 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
3018         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3019         (gdb-version): New variables.
3020         (gdb-source-file-list, gdb-register-names)
3021         (gdb-changed-registers): New variables for use with GDB 6.4+.
3022         (gdb-ann3): Replace with...
3023         (gdb-init-1, gdb-init-2): ...two new functions.
3024         (gdba, gdb-prompt): Call gdb-init-1.
3025         (gdb-get-version): New function.  Call gdb-init-2 from here.
3026         (gud-watch): Make it work with mouse events too.
3027         (gdb-post-prompt): Don't add to queue until GDB version is known.
3028         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3029         (gdb-locals-mode): Use gdb-version.
3030         (gdb-memory-format-map, gdb-memory-unit-map)
3031         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3032         (gdb-locals-font-lock-keywords-1)
3033         (gdb-locals-font-lock-keywords-2): New variables.
3034         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3035         (gdb-set-gud-minor-mode-existing-buffers-1)
3036         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3037         (gdb-var-update-1, gdb-var-update-handler-1)
3038         (gdb-data-list-register-values-handler)
3039         (gdb-data-list-register-values-custom)
3040         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3041         (gdb-stack-list-locals-handler, gdb-get-register-names):
3042         New functions for use with GDB 6.4+.
3043         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3044         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3045         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3046         (gdb-stack-list-locals-regexp)
3047         (gdb-data-list-register-names-regexp): New regexps for use with
3048         GDB 6.4+.
3050 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3054 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
3056         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3057         prompts work for AUTH PLAIN.  Also reported by Steve Allan
3058         <seallan@verizon.net>.
3060 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3062         * frame.el (set-frame-parameter): Add doc string.
3064 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
3066         * textmodes/org.el (org-occur-highlights): New variable.
3067         (org-highlight-new-match, org-remove-occur-highlights): New functions.
3068         (org-highlight-sparse-tree-matches): New option.
3069         (org-do-occur): New function.
3070         (org-get-heading): Make it work also at beginning of line.
3071         (org-category-table): New variable.
3072         (org-get-category-table, org-get-category)
3073         (org-camel-to-words, org-link-search): New functions.
3074         (org-select-this-todo-keyword): New variable.
3075         (org-todo-list): New command.
3076         (org-shiftright, org-shiftleft): New commands.
3077         (org-agenda-todo): Add prefix argument.
3078         (org-show-hierarchy-above): New option.
3079         (org-show-todo-tree): Numerical prefix creates tree for specific
3080         TODO keyword.
3081         (org-outline-level): New function, to assign a level to plain
3082         lists items.
3083         (org-cycle-include-plain-lists): New option.
3084         (org-mode): Use `org-outline-level' as value of `outline-level'.
3085         (org-cycle): Temporarily switch `outline-regexp' if
3086         `org-cycle-include-plain-lists' is non-nil.
3087         (org-start-icalendar-file): Fix format bug.
3088         (org-agenda-get-day-entries): Create category table.
3089         (org-agenda-get-todos, org-agenda-get-timestamps)
3090         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3091         (org-agenda-get-blocks): Use `org-get-category'.
3092         (org-context-in-file-links): Rename from
3093         `org-line-numbers-in-file-links' .
3095 2005-12-06  Romain Francoise  <romain@orebokech.com>
3097         * window.el (balance-windows): Delete extraneous third arg in call
3098         to `enlarge-window'.
3100 2005-12-06  Kenichi Handa  <handa@m17n.org>
3102         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3104 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
3106         * progmodes/gdb-ui.el (gdb-var-create-handler)
3107         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3108         (gdb-var-list-children-handler, gdb-var-update-handler):
3109         Current buffer is already gdb-partial-output-buffer, don't
3110         make it current again.
3112 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
3114         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3115         (list-buffers-noselect): Use it.
3117 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3119         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3120         (mail-yank-ignored-headers): Use regexp-opt.
3121         (mail-mode-map): Move initialization into declaration.
3122         (mail-sent-via): Remove unused shadowed var `to-line'.
3123         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3124         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3125         (mail-do-fcc): Use dolist and push.
3126         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3127         (mail-yank-ignored-headers): Don't autoload.
3129 2005-12-05  Kenichi Handa  <handa@m17n.org>
3131         * international/mule-cmds.el (set-language-info-internal): New fun.
3132         (set-language-info): Call set-language-info-internal to update
3133         language-info-alist.  If LANG-ENV is the current one, call
3134         set-language-environment to make INFO effective now.
3135         (set-language-info-alist): Likewise.
3136         (locale-language-names): With locale "en", use English
3137         lang. env. but set the default codings to iso-8859-1.
3139 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
3141         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3142         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3143         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3144         for plain strings.
3145         (gdb-frames-mode): Remove redundant call to font-lock-mode.
3146         (gdb-all-registers): Rename from toggle-gdb-all-registers.
3147         Create registers buffer if necessary.  Echo new state in minibuffer.
3148         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3150 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
3152         * info.el (Info-fontify-node): Match external links using
3153         non-directory part of filename.
3155 2005-12-04  Juri Linkov  <juri@jurta.org>
3157         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3158         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
3159         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3160         because there is no customization option for it.
3162         * font-lock.el (lisp-font-lock-keywords-1):
3163         Add define-global-minor-mode.
3165         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3167         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3168         properties on the constructed variable names.
3170         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3171         Put `definition-name' properties on the constructed function names
3172         next-sym and prev-sym.
3174         * emacs-lisp/find-func.el (find-function-regexp):
3175         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
3176         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
3177         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3178         and easy-menu-define.
3180         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3181         easy-mmode-define-global-mode and define-global-minor-mode.
3182         (lisp-imenu-generic-expression): Add define-global-minor-mode.
3184         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3185         instead of easy-mmode-define-global-mode.
3187         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3188         Use define-minor-mode instead of easy-mmode-define-minor-mode.
3190         * cus-edit.el (customize-group, customize-group-other-window):
3191         Filter out autoloaded options from the group completion list by
3192         using heuristics that autoloaded groups don't have `custom-autoload'
3193         property on their symbols (they have only `custom-loads').
3195         * simple.el (completion-setup-function): Put completions-common-part
3196         face on complete completion string too (i.e. completion string
3197         without completions-first-difference face).
3199         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3201 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
3203         * view.el (view-mode): Doc fix.
3205         * disp-table.el (standard-display-european): Add to the warning
3206         message a reference to the doc string.
3208         * play/yow.el (apropos-zippy): Call print-help-return-message,
3209         similar to other Help and Apropos commands.
3211         * help.el (print-help-return-message): If pop-up-frames is
3212         non-nil, set up help-return-method to delete the help window and,
3213         possibly, its frame as well, and don't display message about
3214         scrolling the help window.  Doc fix.
3215         (help-return-method): Doc fix.
3217 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3219         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3220         whereby names of length one or names starting with a
3221         symbol-constituent character would not be returned.
3223 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3225         * subr.el (atomic-change-group): Add edebug and indentation spec.
3227 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * completion.el (save-completions-file-name): Fix typo in last change.
3231 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3233         * info.el: Move back/forward history to the beginning of the tool bar.
3235 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
3237         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
3238         Add fset of allout-real-isearch-abort during compile to fix
3239         byte-compilation warnings.
3240         (allout-mode-p): Move definition of this macro above all uses, or
3241         byte compilation in barren emacs (eg, during emacs build) will
3242         lack the definition.
3243         (allout-mode): Move this variable above any uses, or byte
3244         compilation will fail.
3245         (allout-resolve-xref): Remove use of personal file-reference function.
3246         (allout-toggle-current-subtree-encryption): Do the current (ie,
3247         visible containing) topic, rather than nearest around point.  Doc fix.
3248         (allout-toggle-subtree-encryption): New function, workhorse that
3249         works on nearest topic containing point.
3250         (allout-encrypt-string): Signal requirement for newer version of pgg.
3251         (allout-resumptions): Doc fix.
3253 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
3255         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
3257 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
3259         * textmodes/flyspell.el (flyspell-external-point-words):
3260         Consider a misspelling as found in the string search if: (a) misspelling
3261         and found string lengths match, or (b) misspelling is found as
3262         element in a boundary-chars separated longer string, or (c)
3263         ispell-program-name is really ispell and misspelling is found as
3264         part of a TeX string.  After successful match move beginning of
3265         search region to end of match.  Warn about not found misspellings
3266         once the process is done.
3267         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
3269 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
3271         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
3272         tool bar (removed inadvertently).
3274 2005-12-02  Juri Linkov  <juri@jurta.org>
3276         * log-view.el (log-view-diff): Clarify doc string.
3278 2005-12-01  Bill Wohler  <wohler@newt.com>
3280         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3281         triggers lm-verify errors.
3283 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3285         * simple.el (transient-mark-mode, line-number-mode)
3286         (column-number-mode, size-indication-mode): Remove `:require nil'.
3288 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3290         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3291         in the margin also.
3292         (gdb-breakpoints-mode-map): Use D instead of d for
3293         gdb-delete-breakpoint.
3294         (gdb-get-frame-number): Require a number to match on.
3295         (gdb-threads-mode-map): Add follow-link binding.
3297 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3299         * isearch.el (isearch-mode-map): Avoid exiting search on
3300         language-change event.
3302 2005-11-30  Romain Francoise  <romain@orebokech.com>
3304         * speedbar.el (speedbar-default-position): New defcustom.
3305         (speedbar-frame-reposition-smartly): Use it.
3307         * dframe.el (dframe-reposition-frame-emacs): Fix position
3308         computation for `left' location.
3309         Update copyright year.
3311 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * help.el (help-map): Move initialization into declaration.
3315         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3317         * help-fns.el (help-argument-name): Don't autoload.
3318         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3319         to be re-loaded when customizing the `help' group.
3321 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3323         * help-fns.el (describe-function-1): Fill arglist output.
3325 2005-11-30  Kim F. Storm  <storm@cua.dk>
3327         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3328         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3329         after revert-buffer (or anything else which kills all local variables).
3331         * apropos.el (apropos-parse-pattern): Doc fix.
3332         Set apropos-regexp directly, rather than expecting callers to do so.
3333         (apropos-command, apropos, apropos-value, apropos-documentation):
3334         Simplify calls to apropos-parse-pattern.
3336 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3338         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3339         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3340         (hi-lock-write-interactive-patterns): Use comment-region.
3342         * longlines.el (longlines-mode): Add mail-setup-hook.
3344         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3346         * simple.el (sendmail-user-agent-compose, next-line):
3347         Conditionally use hard-newline.
3349 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3351         * international/latexenc.el (latex-inputenc-coding-alist):
3352         Reword doc string.
3354 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3356         * help.el (describe-key-briefly, describe-key): Recognize default
3357         bindings.
3359 2005-11-29  Romain Francoise  <romain@orebokech.com>
3361         * view.el (view-inhibit-help-message): New defcustom.
3362         (view-mode-enter): Use it.
3364 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3366         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3367         Preserve user position.
3369 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3371         * font-lock.el: Throw error if facemenu is not loaded to prevent
3372         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3374         * loadup.el: Add comment explaining why facemenu must be loaded
3375         before font-lock.
3377 2005-11-28  Jay Belanger  <belanger@truman.edu>
3379         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3380         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3382         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3384         * calc/calc-embed.el (calc-do-embedded): Update help message.
3386         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3388 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3390         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3392         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3393         called-interactively-p.
3394         (elp-profilable-p): Rename from elp-not-profilable-p.
3395         Invert result and take into account macros and autoloaded functions.
3396         (elp-instrument-function): Update call.
3397         (elp-instrument-package): Update call.  Add completion.
3398         (elp-pack-number): Use match-string.
3399         (elp-results-jump-to-definition-by-mouse): Merge into
3400         elp-results-jump-to-definition and then remove.
3401         (elp-output-insert-symname): Make help echo text single-line.
3403         * replace.el (query-replace-map): Move initialization into declaration.
3404         (occur-engine): Use with-current-buffer.
3405         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3406         (occur-mode-mouse-goto): Replace with an alias.
3408 2005-11-28  Juri Linkov  <juri@jurta.org>
3410         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3412         * term/w32-win.el: Bind [S-tab] to [backtab].
3414         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3415         `Info-find-file' to t.
3417         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3418         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3419         and same-window-regexps.
3420         (occur-next-error): Don't move point for arg 0.
3422 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3424         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3426 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * log-edit.el (log-edit-changelog-use-first): New var.
3429         (log-edit-changelog-ours-p): Use it.
3430         (log-edit-insert-changelog): Set it with new arg `use-first'.
3431         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3432         (log-edit-hook): Add them to the list of suggested options.
3434         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3435         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3436         redundant work.
3437         (flyspell-mode-on): Use add-hook for after-change-functions.
3438         (flyspell-mode-off): Use remove-hook for after-change-functions.
3439         (flyspell-changes): Make it buffer-local.
3440         (flyspell-after-change-function): Make it non-interactive.  Use push.
3441         (flyspell-post-command-hook): Check input-pending-p while processing
3442         the potentially long list of buffer changes.
3444 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3446         * buff-menu.el (list-buffers-noselect): Display the selected
3447         frame's buffer list, not the global one.
3449 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3451         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3452         that (list last-input-event) works as in interactive spec.
3454 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3456         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3457         `facemenu-keymap' needs to be defined when font-lock is loaded.
3458         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3460 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * completion.el: Remove useless leading * in defcustom docstrings.
3463         (save-completions-file-name): Use ~/.emacs.d if available.
3464         (completion-standard-syntax-table): Rename from
3465         cmpl-standard-syntax-table and fold initialization into declaration,
3466         thus removing cmpl-make-standard-completion-syntax-table.
3467         (completion-lisp-syntax-table, completion-c-syntax-table)
3468         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3469         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3470         (symbol-under-point, symbol-before-point)
3471         (symbol-under-or-before-point, symbol-before-point-for-complete)
3472         (add-completions-from-c-buffer): Use with-syntax-table.
3473         (make-completion): Don't return a list of completion entries.
3474         Update callers.
3475         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3476         (completion-initialize): Rename from initialize-completions.
3477         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3478         (kill-emacs-save-completions): Collect stats here.
3479         (save-completions-to-file, load-completions-from-file):
3480         Use with-current-buffer.
3481         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3482         into a function.  Move all calls to toplevel.
3483         (completion-lisp-mode-hook): New fun.
3484         (completion-c-mode-hook, completion-setup-fortran-mode):
3485         Set the syntax-table here.  Use local-set-key.
3486         (completion-saved-bindings): New var.
3487         (dynamic-completion-mode): Make it into a proper minor mode.
3488         (load-completions-from-file): Remove unused var `num-uses'.
3490         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3491         constructor if it is explicitly overridden.
3493         * complete.el (PC-completion-as-file-name-predicate):
3494         Use minibuffer-completing-file-name.
3495         (partial-completion-mode): Use find-file-not-found-functions.
3496         (PC-lisp-complete-symbol): Use with-syntax-table.
3497         (PC-look-for-include-file): Remove dead setq.
3498         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3499         (PC-complete): Use with-current-buffer.
3501         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3502         escape single quotes.
3504 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3506         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3507         of `if' whose condition always returned nil.  Doc fix.
3509         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3510         window's buffer the current buffer around the call to
3511         `list-buffers-noselect'.  This is necessary to mark that buffer
3512         with a `.' in the Buffer Menu when called from Lisp, for instance
3513         by Auto Revert Mode.
3515 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3517         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3518         attaching to it.
3519         (gdb-pre-prompt): Make sure gdb-error is reset.
3521         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3522         with a child process, detect it.
3523         (gud-speedbar-buttons): Match regexp more carefully.
3525 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3527         * mouse.el (mouse-drag-move-window-bottom):
3528         Use adjust-window-trailing-edge.
3530 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3532         * simple.el (blink-matching-open): Ignore
3533         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3534         (blink-matching-paren-on-screen): Update docstring.
3536         * paren.el (show-paren-mode): No longer change
3537         `blink-matching-paren-on-screen'.
3539 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3541         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3542         (gdb-threads-select, gdb-edit-register-value):
3543         Use `posn-set-point' instead of `mouse-set-point' because the
3544         latter is not fbound when configured without X.
3546 2005-11-27  Kim F. Storm  <storm@cua.dk>
3548         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3549         existing face when partially highlighting a TAB in a rectangle.
3551 2005-11-26  Kim F. Storm  <storm@cua.dk>
3553         * ido.el (ido-mode-map): Doc fix.
3554         (ido-mode-common-map, ido-mode-file-map)
3555         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3556         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3557         parent for ido-mode-map instead of building from scratch.
3558         (ido-init-mode-maps): New defun to initialize new maps.
3559         (ido-mode): Call it.
3560         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3561         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3563 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3565         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3566         `mouse-set-point' because the latter is not fbound when configured
3567         without X.
3569 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3571         * files.el (file-relative-name): Doc fix.
3573 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3575         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3576         non-empty string for secondary prompt PS2.
3578 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3580         * progmodes/compile.el (compilation-setup): Fix last change.
3582 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3584         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3585         (gdb-mouse-toggle-breakpoint-margin)
3586         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3587         Add gdb-server-prefix to keep out of command history.
3588         (gdb-edit-register-value): New function.
3589         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3590         (gdb-info-registers-custom): Use above map.
3592 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3594         * custom.el (enable-theme): Signal error if argument is not a
3595         theme.  Don't recalculate a face if it's not loaded yet.
3597         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3598         the `user' theme is in effect.
3600         * info.el (Info-on-current-buffer): Record actual filename in
3601         Info-current-file, instead of t, or a fake filename if a non-file
3602         buffer.  Make autoload.
3603         (Info-find-node, Info-revert-find-node): No need to check for
3604         Info-current-file nil.
3605         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3606         Info-current-file is now never `t'.
3607         (Info-fontify-node): Many simplifications due to Info-current-file
3608         always being valid.  Use Info-find-file to find node filename.
3610 2005-11-25  David Kastrup  <dak@gnu.org>
3612         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3613         new character, then delete" in order to preserve markers.
3615 2005-11-25  David Ponce  <david@dponce.com>
3617         * recentf.el (recentf-arrange-by-rule): Handle a special
3618         `auto-mode-alist'-like "strip suffix" rule.
3619         (recentf-build-mode-rules): Handle second level auto-mode entries.
3621 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3623         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3624         window modes.
3626         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3627         jde-javadoc-checker-report-mode.
3629         * ediff-wind (ediff-make-wide-display): Slight simplification.
3631         * ediff.el (ediff-date): Change the date of last update.
3633 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3635         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3636         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3637         (hi-lock-mode): New global minor mode.
3638         (turn-on-hi-lock-if-enabled): New function.
3639         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3640         Change arguments to regexp and face instead of a font-lock pattern.
3641         Directly set face property, instead of refontifying.
3642         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3643         (hi-lock-find-patterns): Use line-number-at-pos.
3645         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3646         arguments for hi-lock-set-pattern.
3647         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3648         font-lock-fontify-buffer.
3649         (hi-lock-find-file-hook, hi-lock-current-line)
3650         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3652         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3653         turned off.
3655         * progmodes/compile.el (compilation-setup): Don't fiddle with
3656         font-lock-defaults.
3658 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3660         * progmodes/gdb-ui.el (gdb-var-create-handler)
3661         (gdb-var-list-children-handler): Find values for all variable
3662         objects.  gud-speedbar-buttons decides whether to display them.
3664 2005-11-24  Romain Francoise  <romain@orebokech.com>
3666         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3667         buffer name with a space.
3669 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3671         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3672         `org-export-local-list-max-depth'.  Change default value to 3.
3673         (org-auto-renumber-ordered-lists)
3674         (org-plain-list-ordered-item-terminator): New options.
3675         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3676         (org-get-indentation, org-get-string-indentation)
3677         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3678         functions.
3679         (org-move-item-down, org-move-item-up): New commands.
3680         (org-export-as-html): New classes for CSS support.  Bug fix in
3681         regular expression detecting fixed-width regions.  Respect
3682         `org-local-list-ordered-item-terminator'.
3683         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3684         also a list item.
3685         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3686         New item moving functions.
3688 2005-11-24  Juri Linkov  <juri@jurta.org>
3690         * isearch.el (isearch-repeat): With empty search ring set
3691         `isearch-error' to the error string instead of signaling error
3692         with the function `error'.
3694 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3696         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3698 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3700         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3701         and variable.
3702         (gdb-var-create-handler, gdb-var-list-children-handler):
3703         Don't match on "char **...".
3704         (gdb-var-update-handler): Find values for all variable objects.
3705         (gdb-info-frames-custom): Identify frames by leading "#".
3707         * progmodes/gud.el (gud-speedbar-menu-items): Add
3708         gdb-speedbar-auto-raise as radio button.
3709         (gud-speedbar-buttons): Raise speedbar if requested.
3710         Don't match on "char **...".
3711         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3712         Make it editable.
3714 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3716         * info.el (Info-fontify-node): Handle the case where
3717         Info-current-file is t.
3719 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * simple.el (blink-matching-open): Fix off-by-one in last change.
3723 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3725         * term/mac-win.el: Don't change default directory.
3727 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3729         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3730         buffers correctly.  (It used to throw an error in such buffers.)
3731         Make it ask for confirmation in group buffers and other Custom
3732         buffers containing more than one customization item.
3734 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3736         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3737         property on mail and url overlays.
3738         (goto-address-at-point): Use `posn-set-point' instead of
3739         `mouse-set-point' because the latter is not fbound when configured
3740         without X.
3742 2005-11-22  Lars Hansen  <larsh@soem.dk>
3744         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3745         (ls-lisp-classify, ls-lisp-format): Delete call to
3746         ls-lisp-parse-symlink.
3747         (ls-lisp-handle-switches): Handle symlinks to directories as
3748         directories when ls-lisp-dirs-first in non-nil.
3750 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3752         * startup.el (command-line): Make sure that loaddefs.el is handled
3753         correctly in load-history.
3755 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3757         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3758         (gdb-struct-string, gdb-array-string): New constants.
3759         (gdb-info-locals-handler): Use them.
3760         (gdb-reset): Reset gdb-var-list to nil.
3762 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3764         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3765         in patterns.
3767 2005-11-21  Juri Linkov  <juri@jurta.org>
3769         * custom.el (defcustom): Update link types in docstring.
3771 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3773         * custom.el (defgroup): Add doc-string-elt info.
3775         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3777 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * newcomment.el (comment-enter-backward): Fix last fix.
3781         * simple.el (blink-matching-open):
3782         * paren.el (show-paren-function): Allow new paren-class info.
3784 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3786         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3787         handled automagically.
3789 2005-11-20  Andreas Schwab  <schwab@suse.de>
3791         * descr-text.el (describe-char): When copying overlays put them
3792         over the full char description instead of just the first character
3793         of it.
3795 2005-11-20  Juri Linkov  <juri@jurta.org>
3797         * simple.el (what-cursor-position):
3798         * descr-text.el (describe-char): Use Lisp-readable syntax
3799         for octal and hex.  Reorder decimal, octal and hex values.
3800         Remove excess whitespace in the output.  Use `=' in `column='
3801         like in `point=' and `Hscroll='.
3803         * international/mule-cmds.el (encoded-string-description):
3804         Use Lisp-readable syntax for hex.
3806 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * newcomment.el (comment-enter-backward): Handle the case where the
3809         comment is closed by EOB.
3811 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3813         * longlines.el (longlines-before-revert-hook)
3814         (longlines-after-revert-hook): New functions.
3815         (longlines-mode): Turn off longlines temporarily when reverting.
3816         Add a message-setup-hook.
3817         (longlines-decode-buffer): New function.
3818         (longlines-wrap-line): Preserve marker positions.
3820 2005-11-19  Andreas Schwab  <schwab@suse.de>
3822         * emacs-lisp/shadow.el: Handle compressed files.
3824 2005-11-19  Romain Francoise  <romain@orebokech.com>
3826         * net/browse-url.el (browse-url-default-browser): Signal an error
3827         if no usable browser can be found, rather than try to load w3.
3829 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3831         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3832         replacing existing properties.
3833         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3834         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3835         tty specs.
3836         (rcirc-server-prefix, rcirc-server): New faces.
3837         (rcirc-url-regexp): Generate with rx macro.
3838         (rcirc-last-server-message-time): New variable.
3839         (rcirc-filter): Record time of last message.
3840         (rcirc-keepalive): Kill processes that did not send a message
3841         since the last ping.
3842         (rcirc-mode): Give rcirc-topic a local binding here.
3844 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3846         * subr.el (read-passwd): Fontify the prompt as we do with other
3847         prompts.
3849 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3851         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3852         binding buffer-read-only to nil.
3854 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3856         * complete.el (partial-completion-mode):
3857         Mention completion-auto-help in the doc string.
3859         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3860         more Lisp-ish way.
3862 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3864         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3865         digits, not 8, to avoid misalignment for files larger than 100MB.
3867 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3869         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3870         Mention "keyboard shortcuts" in the help text.
3872 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3874         * startup.el (fancy-splash-default-action): Discard only
3875         mouse-down and succeeding mouse-up events in the splash screen
3876         window so that drag-n-drop event can be processed.
3878 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3880         * longlines.el (longlines-mode): Add hacks for mail-mode and
3881         message-mode.
3883 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3885         * textmodes/org.el (org-table-sort-lines): New command.
3886         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3887         (org-add-file): Command removed, use `org-agenda-file-to-front'
3888         instead.
3889         (org-export-icalendar): Use `org-icalendar-combined-name'.
3890         (org-cycle-agenda-files, org-agenda-file-to-end)
3891         (org-agenda-file-to-front): New commands.
3892         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3893         options.
3894         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3895         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3896         New functions.
3897         (org-fill-paragraph): Call `org-table-align' in tables.
3898         (org-mode): Call `org-set-autofill-regexps'.
3899         (org-export-as-html): Support for local handformatted lists.
3900         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3901         (org-export-local-list-max-depth): New option.
3902         (org-html-expand): Use `org-html-protect'.
3904 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3906         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3907         to "p".
3908         (gdb): Move definition of gud-pp to...
3910         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3911         speedbar.
3912         (gdb-find-watch-expression): New function.
3914 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3916         * faces.el (face-attribute, set-face-attribute): Mention existence
3917         of `:ignore-defface' setting in docstring.
3919 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * simple.el (completion-setup-function): Fix last change.
3923 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3925         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3926         Use `posn-set-point' instead of `mouse-set-point' because the
3927         latter is not fbound when configured without X.
3929         * comint.el (comint-insert-input): Likewise.
3931 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3933         * simple.el (hard-newline): New variable.
3934         (sendmail-user-agent-compose, next-line): Use it.
3936         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3937         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3938         (mail-mail-reply-to, mail-mail-followup-to)
3939         (mail-position-on-field, mail-signature, mail-yank-original)
3940         (mail-attach-file): Likewise.
3942         * mail/mailheader.el (mail-header-format)
3943         (mail-header-format-function): Likewise.
3945         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3947 2005-11-17  Juri Linkov  <juri@jurta.org>
3949         * font-lock.el (font-lock-faces): Rename this defgroup from
3950         `font-lock-highlighting-faces'.
3951         (font-lock-comment-face, font-lock-comment-delimiter-face)
3952         (font-lock-string-face, font-lock-doc-face)
3953         (font-lock-keyword-face, font-lock-builtin-face)
3954         (font-lock-function-name-face, font-lock-variable-name-face)
3955         (font-lock-type-face, font-lock-constant-face)
3956         (font-lock-warning-face, font-lock-negation-char-face)
3957         (font-lock-preprocessor-face)
3958         (font-lock-regexp-grouping-backslash)
3959         (font-lock-regexp-grouping-construct): Rename :group from
3960         `font-lock-highlighting-faces' to `font-lock-faces'.
3962         * cus-edit.el (lisp, c, tex):
3963         * progmodes/ada-mode.el (ada):
3964         * progmodes/asm-mode.el (asm):
3965         * progmodes/cperl-mode.el (cperl-faces):
3966         * progmodes/cpp.el (cpp):
3967         * progmodes/dcl-mode.el (dcl):
3968         * progmodes/f90.el (f90):
3969         * progmodes/fortran.el (fortran):
3970         * progmodes/icon.el (icon):
3971         * progmodes/idlwave.el (idlwave-misc):
3972         * progmodes/m4-mode.el (m4):
3973         * progmodes/make-mode.el (makefile):
3974         * progmodes/meta-mode.el (meta-font):
3975         * progmodes/modula2.el (modula2):
3976         * progmodes/octave-mod.el (octave):
3977         * progmodes/pascal.el (pascal):
3978         * progmodes/perl-mode.el (perl):
3979         * progmodes/prolog.el (prolog):
3980         * progmodes/ps-mode.el (PostScript-edit):
3981         * progmodes/scheme.el (scheme):
3982         * progmodes/sh-script.el (sh-script):
3983         * progmodes/simula.el (simula):
3984         * progmodes/tcl.el (tcl):
3985         * textmodes/nroff-mode.el (nroff):
3986         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3987         * textmodes/sgml-mode.el (sgml):
3988         * textmodes/texinfo.el (texinfo):
3989         Add :link (custom-group-link font-lock-faces) to defgroup.
3991         * hi-lock.el (hi-lock): Rename this defgroup from
3992         `hi-lock-interactive-text-highlighting'.  Change parent group from
3993         `faces' to `font-lock'.  Add link to the manual.
3994         (hi-lock-mode, hi-lock-file-patterns-range)
3995         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3996         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3997         (hi-lock-faces): Add :group `faces'.
3999         * cus-edit.el (custom-variable-prompt): Clarify the code.
4001         * faces.el (face-read-string): Set the default value arg of
4002         completing-read.
4004 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
4006         * rfn-eshadow.el (file-name-shadow-properties)
4007         (file-name-shadow-tty-properties, file-name-shadow-mode):
4008         Remove autoloads, because the file is now preloaded.
4010 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * printing.el (easy-menu-intern): Don't define.
4013         (pr-get-symbol): Use easy-menu-intern only if defined.
4015         * simple.el (blink-matching-open): Simplify a bit.
4016         (completion-setup-function): Fix the case of partial-completion-mode
4017         when the minibuffer's contents start with "-".
4018         Obey completion-base-size-function even when
4019         minibuffer-completing-file-name is non-nil.
4021 2005-11-16  Richard M. Stallman  <rms@gnu.org>
4023         * net/eudcb-ph.el (eudc-ph-open-session):
4024         Use set-process-query-on-exit-flag.
4026         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4028         * international/ucs-tables.el (ucs-set-table-for-input):
4029         Use make-local-variable, not make-variable-buffer-local.
4031         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4032         Improve warning message text.
4034         * savehist.el (savehist-save-hook): Add :group.
4036         * menu-bar.el (menu-bar-help-menu):
4037         Rename Find Extra Packages to External Packages.
4039         * cus-edit.el (Custom-reset-standard): Verify that
4040         :custom-standard-value prop exists before calling it.
4042         * apropos.el (apropos-calc-scores): Use apropos-pattern.
4044 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4046         * wid-edit.el (color): Enclose %t in %{...%}.
4048         * cus-edit.el (face): Enclose %t in %{...%}.
4050 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4052         * savehist.el (savehist-mode-hook): Re-add the var.
4053         (savehist-mode): Use it.
4055 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * textmodes/flyspell.el: Fix commenting convention.
4058         Remove unnecessary leading * in custom docstrings.
4059         (flyspell-emacs): Remove unused var.
4060         (flyspell-delete-region-overlays): Use remove-overlays.
4061         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4062         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4063         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4064         (flyspell-debug-signal-word-checked): Use with-current-buffer.
4065         (make-flyspell-overlay): Don't locally reuse a global name.
4066         (flyspell-highlight-incorrect-region)
4067         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4068         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4069         (flyspell-notify-misspell): Remove unused args `start' and `end'.
4070         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
4071         Wrap calls to accept-process-output inside with-local-quit since it's
4072         often called from a post-command-hook.
4073         (flyspell-correct-word, flyspell-auto-correct-word):
4074         Use ispell-send-string.
4075         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
4077         * calendar/diary-lib.el (diary-list-entries): Also hide the
4078         terminating newline.
4080 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
4082         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4083         window-system, to allow fonts on tty.
4085 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
4087         * progmodes/gud.el (gud-speedbar-item-info): New function.
4088         (gud-install-speedbar-variables): Use it to display data type
4089         of watch expression as a tooltip in speedbar.
4091 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
4093         * font-core.el (global-font-lock-mode): Add :version keyword,
4094         because default was changed.
4096         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4098         * startup.el (command-line): Use `custom-reevaluate-setting' for
4099         `file-name-shadow-mode'.
4101         * loadup.el: Preload rfn-eshadow.
4103         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4104         Add :version keyword.
4105         (file-name-shadow-properties, file-name-shadow-tty-properties)
4106         (file-name-shadow): Add :version keyword.
4108         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4109         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4110         in the custom-group property of the symbol frames and the fringe
4111         group got no link to its parent group frames.
4112         Doc fix.
4114 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4116         * progmodes/gud.el (gud-stop-subjob): New function.
4117         (gud-menu-map, gud-tool-bar-map): Use it.
4119 2005-11-16  Kim F. Storm  <storm@cua.dk>
4121         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4122         than kill it.
4123         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
4124         to a more useful/logical place.
4126 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4128         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4129         go buttons complementary.
4131 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4134         (rfn-eshadow-sifn-equal): New function.
4135         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4137 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4139         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4140         string.
4142         * viper.el (viper-emacs-state-mode-list): Ensure that
4143         rcirc-mode buffers come up in Emacs state.
4145         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4146         operation.
4148 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4150         * term.el (term-termcap-format): Fix typos.
4151         (term-down): Fix the negative argument case.
4153 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
4155         * progmodes/gdb-ui.el: Remove face-alias left over from change on
4156         2005-08-15.
4157         (gdb-ann3): New command gud-go.
4158         (menu): Accomodate gdb-mi.el.
4159         (gdb-assembler-custom): Make buffer of selected window current
4160         so that set-window-point works.
4162         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4163         buttons and include new ones.
4165 2005-11-16  Kim F. Storm  <storm@cua.dk>
4167         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4168         (gud-menu-map): Use it.
4170 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
4172         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4173         that works correctly for Custom and that does not override a user
4174         who disables it.
4176         * help-mode.el (help-make-xrefs, help-xref-on-pp)
4177         (help-xref-interned, help-follow): Make hyperlinks for variables
4178         that are unbound, but have a non-nil variable-documentation property.
4180         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4181         mode hook.  (It conflicted with defcustoms for some mode hooks.)
4182         Use the `variable-documentation' property to give the mode hook a
4183         docstring and expand that docstring.
4185 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4187         * savehist.el (savehist-mode): Don't bother with
4188         `custom-set-minor-mode'.
4189         (savehist-coding-system): Check XEmacs version.
4190         (history-length): Declare also at run time.
4191         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
4192         Don't set the customize state.
4193         (savehist-minibuffer-hook): Special case for when
4194         minibuffer-history-variable is equal to t.
4196 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * files.el (write-file): Refresh VC status.
4200         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4201         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4202         than fundamental-mode to see if the mode was set.
4204 2005-11-14  Romain Francoise  <romain@orebokech.com>
4206         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4207         dummy function in `eval-when-compile' to avoid compiler warning.
4208         Require `man' at compile time.
4210 2005-11-14  Jay Belanger  <belanger@truman.edu>
4212         * calc-alg.el (calcFunc-write-out-power): Rename it to
4213         calcFunc-powerexpand.
4214         (math-write-out-power): Rename it to math-powerexpand; have it
4215         handle negative exponents.
4216         (calc-writeoutpower): Rename it to calc-powerexpand.
4218         * calc-ext.el: Change calcFunc-writeoutpower and
4219         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4220         autoloads.
4221         Add calcFunc-ldiv to autoloads.
4223         * calc-arith.el (calcFunc-ldiv): New function.
4225         * calc.el (calc-left-divide): New function.
4227 2005-11-14  Juri Linkov  <juri@jurta.org>
4229         * cus-edit.el (custom-variable-prompt): Set the default value arg
4230         of completing-read.
4232         * cus-dep.el (custom-make-dependencies): Reverse the list of
4233         found dependencies.
4235 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
4238         Highlighting" entry, it is on by default now.
4239         (menu-bar-options-save): Do not save global-font-lock-mode.
4241 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4243         * textmodes/flyspell.el (flyspell-large-region):
4244         Call flyspell-accept-buffer-local-defs.
4246 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
4248         * textmodes/flyspell.el (flyspell-notify-misspell):
4249         Fix misspelling of "Misspelling".
4250         (flyspell-process-localwords): New function.
4251         (flyspell-large-region): Call flyspell-process-localwords and
4252         flyspell-delete-region-overlays.
4253         (flyspell-delete-region-overlays): New function.
4254         (flyspell-delete-all-overlays): Call that.
4256 2005-11-13  Richard M. Stallman  <rms@gnu.org>
4258         * help.el (help-for-help-internal): Improve doc of C-h a.
4259         (describe-key): Improve prompt; doc fix.
4261 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * vc-svn.el (vc-svn-registered): Catch all errors.
4265         * cus-dep.el (custom-make-dependencies): Typo.
4267 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
4269         * net/tramp-util.el (top): Fix compilation warning.
4271 2005-11-13  Kim F. Storm  <storm@cua.dk>
4273         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
4275 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4277         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
4278         (gud-speedbar-buttons): Match on "const char *" too.
4280         * progmodes/gdb-ui.el (gdb-var-create-handler)
4281         (gdb-var-list-children-handler): Match on "const char *" too.
4282         (gdb-var-evaluate-expression-handler): Match on empty string.
4283         (gdb-var-update-handler): Only call
4284         gdb-var-evaluate-expression-handler when required.
4286 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4288         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4289         selected window.  This still doesn't work for speedbar.
4290         (gud-speedbar-buttons): Handle string expressions properly.
4292         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4293         (gdb-var-create-handler): Handle string expressions properly.
4294         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4295         Handle string expressions properly.  Move "type" field into regexp.
4297 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4299         * bookmark.el (bookmark-maybe-message): New function to reduce
4300         code duplication: invokes `message' iff baud-rate is high enough.
4301         (bookmark-write-file): Use above instead of an inline conditional.
4302         (bookmark-load): Same.
4304 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4306         * bookmark.el (bookmark-write-file): Don't visit the destination
4307         file, just write the data to it using write-region.  This is
4308         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4309         change to avoid visiting the file in the first place.
4311 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4313         * hi-lock.el (hi-lock-mode): Set the default value of
4314         font-lock-defaults.
4316 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4318         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4319         arg to `file-attributes'.
4320         (find-lisp-format): The UID and GID can now be strings.
4322 2005-11-12  Kim F. Storm  <storm@cua.dk>
4324         * help.el (help-map): Bind C-h d to apropos-documentation.
4326         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4327         when point is at end-of-buffer.
4329         * apropos.el (apropos-match-face): Doc fix.
4330         (apropos-sort-by-scores): Add new choice `verbose'.
4331         (apropos-documentation-sort-by-scores): New defcustom.
4332         (apropos-pattern): Now contains the pattern entered by the user.
4333         (apropos-pattern-quoted): New defvar.
4334         (apropos-regexp): New defvar, containing the regexp corresponding
4335         to apropos-pattern.
4336         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4337         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4338         interactive calls; returns list of words for a word list, and
4339         string for a regexp.
4340         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4341         parses a list of words or regexp as returned by apropos-read-pattern.
4342         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4343         (apropos-score-doc): Return a very high score if the string
4344         entered by the user matches literally.
4345         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4346         (apropos-command): Doc fix.  Use apropos-read-pattern and
4347         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4348         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4349         apropos-parse-pattern.
4350         (apropos-documentation): Doc fix. Use apropos-read-pattern and
4351         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4352         apropos-documentation-sort-by-scores.  Call apropos-print with
4353         nosubst=t.
4354         (apropos-documentation-internal): Pass doc string through
4355         substitute-key-definition before adding text properties.
4356         Highlight substring matching literal user input if possible.
4357         (apropos-documentation-check-doc-file): Remove locals beg and end.
4358         Fix calculation of score (as added twice).  Pass doc string through
4359         substitute-key-definition before adding text properties.
4360         (apropos-documentation-check-elc-file): Pass doc string through
4361         substitute-key-definition before adding text properties.
4362         Highlight substring matching literal user input if possible.
4363         (apropos-print): Add new arg NOSUBST; if set, command and variable
4364         doc strings have already been passed through substitute-key-definition.
4365         Add code to handle apropos-accumulator items without score element
4366         for backwards compatibility (e.g. with woman package).
4367         Only show scores if apropos-sort-by-scores is `verbose'.
4369 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4372         Add jka-compr-load-suffixes to load-suffixes.
4374         * jka-compr.el: Require jka-cmpr-hook.
4375         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4376         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4377         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4378         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4379         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4380         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4381         (jka-compr-uninstall): Remove entries from
4382         jka-compr-added-to-file-coding-system-alist after they are used.
4383         (jka-compr-error): Remove unused var `curbuf'.
4384         (jka-compr-file-local-copy): Remove unused var `notfound'.
4386 2005-11-10  Romain Francoise  <romain@orebokech.com>
4388         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4390 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4392         * progmodes/gud.el (gud-menu-map): Move parentheses.
4393         (gdb): New command gud-pv.
4395 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4397         * tar-mode.el: Remove spurious or unnecessary leading stars
4398         in docstrings.
4399         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4400         (tar-parse-octal-integer-safe): Use mapc.
4401         (tar-header-block-summarize): Remove unused var `ck'.
4402         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4403         cleared before.  Obey default-enable-multibyte-characters.
4404         Use mapconcat.  Simplify setting of tar-header-offset.
4405         (tar-mode-map): Move initialization inside delcaration.
4406         (tar-flag-deleted): Use `abs'.
4407         (tar-expunge-internal): Remove unused var `line'.
4408         (tar-expunge-internal): Don't hardcode point-min==1.
4409         (tar-expunge): Widen while doing set-buffer-multibyte.
4410         (tar-rename-entry): Use file-name-coding-system.
4411         (tar-alter-one-field): Don't hardcode point-min==1.
4412         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4413         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4415 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4417         * add-log.el (add-log-current-defun): Handle class::method
4418         notation of c++. Fix incorrect comment.
4420 2005-11-10  Alan Mackenzie  <acm@muc.de>
4422         * help-fns.el (describe-variable): Make C-h v work when a variable
4423         has variable documentation yet is unbound.
4425 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4427         * man.el (Man-highlight-references): Set an empty
4428         string to `Man-arguments' if it is nil.
4429         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4431 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4433         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4434         commenting conventions.
4436         * cus-dep.el (custom-make-dependencies): Simplify.
4437         Better follow the commenting conventions.
4439 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4441         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4442         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4443         All uses changed.
4444         (apropos-rewrite-regexp): Doc fix.
4445         (apropos-variable, apropos-command, apropos, apropos-value):
4446         Change prompt; carry through the argument renaming.
4448 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4450         * find-lisp.el: Require dired.
4451         (find-lisp-find-dired-internal): Do not call
4452         `abbreviate-file-name' on DIR.
4454 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4456         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4458 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4460         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4461         when using the speedbar.
4462         (gdb): New command gud-pp.
4463         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4465 2005-11-09  Juri Linkov  <juri@jurta.org>
4467         * replace.el (occur-excluded-properties): New defcustom.
4468         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4470 2005-11-08  Jay Belanger  <belanger@truman.edu>
4472         * calc/calc-units.el (math-convert-units): Replace any composite
4473         unit by its definition.
4475 2005-11-08  Lars Hansen  <larsh@soem.dk>
4477         * emacs-lisp/autoload.el (update-directory-autoloads):
4478         Add obsolete function alias.
4480 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4483         comment-indent-function.
4484         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4486         * reveal.el (reveal-post-command): Rework the handling of
4487         reveal-open-spots, so as to be more reliable.  There were several
4488         tricky corner cases where an open spot might be lost, or where
4489         a closed spot might end up on the list of open spots.
4490         Only reveal text that's ellipsised.
4492 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4494         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4496 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4498         * ibuffer.el (ibuffer): Search iconified frames too when
4499         getting Ibuffer buffer's window.
4501 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4503         * progmodes/compile.el (compilation-internal-error-properties):
4504         save-excursion around the computation of MARKER.
4506 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4508         * textmodes/flyspell.el (flyspell-external-point-words):
4509         flyspell-get-word returns a list, not just a string.
4511 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4513         * ibuffer.el (ibuffer): Search all visible frames when getting
4514         Ibuffer buffer's window.
4516 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4518         * man.el (Man-reference-regexp): Accept spaces between
4519         `Man-name-regexp' and `Man-section-regexp'.
4520         (Man-apropos-regexp): New variable.
4521         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4522         if available.
4523         (Man-highlight-references, Man-highlight-references0):
4524         Handle the case when `Man-arguments' includes "-k".
4525         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4526         `TARGET'. `TARGET' can be a number, function or nil.
4528 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4530         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4531         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4532         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4533         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4534         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4535         (gdb-send-item): Use buffer-local-value and simplify.
4537 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4539         * startup.el (command-line): Use `custom-reevaluate-setting' for
4540         `global-font-lock-mode'.
4542         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4543         by default, except in batch mode or when the -D option is given.
4545         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4546         specified keyword args on to `define-minor-mode'.  Update docstring.
4548 2005-11-05  Romain Francoise  <romain@orebokech.com>
4550         * replace.el (occur-engine): Add marker at end of line, too.
4552 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
4554         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4555         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4556         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4557         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4558         argument to all these routines, so the passphrase can be managed
4559         externally and passed in to the system.
4560         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4561         pgg-add-passphrase-to-cache function.
4563         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4564         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4565         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4566         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4567         argument to all these routines, so the passphrase can be managed
4568         externally and passed in to the system.
4569         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4570         function.
4572 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4574         * font-lock.el: Don't deal with font-lock-face-attributes here,
4575         move the code ...
4577         * startup.el (command-line): ... here. Use face-spec-set instead
4578         of custom-declare-face.
4580         * faces.el (face-spec-set): Reset the face if spec is not nil.
4582 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4584         * newcomment.el (comment-region-internal): Box more tightly in the
4585         common case where there's no TAB in the boxed text.
4587 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4589         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4590         up-node.
4592 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4594         * newsticker.el: Commentary updated. Code formatting changed.
4595         (newsticker-version): Change to "1.9".
4596         (newsticker, newsticker-feed): Doc fix.
4597         (newsticker-url-list): Doc fix.  Add option "Weekly".
4598         (newsticker-retrieval-interval): Add option "Weekly".
4599         (newsticker-headline-processing): Doc fix.
4600         (newsticker-auto-mark-filter): Remove.
4601         (newsticker-auto-mark-filter-list): New.
4602         (newsticker-layout, newsticker-sort-method): Doc fix.
4603         (newsticker-hide-old-items-in-newsticker-buffer)
4604         (newsticker-heading-format, newsticker-item-format)
4605         (newsticker-desc-format): Doc fix.
4606         (newsticker-show-all-rss-elements): Remove.
4607         (newsticker-show-all-news-elements): New.
4608         (newsticker-faces, newsticker-ticker): Doc fix.
4609         (remove-from-invisibility-spec): Code formatting.
4610         (newsticker--process-ids): New.
4611         (newsticker-mode): Doc fix.
4612         (newsticker-mode): Change mode-line-format.
4613         (newsticker-start): Remove debug output.
4614         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
4615         (newsticker-w3m-show-inline-images): Code formatting.
4616         (newsticker-next-item): Call `force-mode-line-update'.
4617         (newsticker-previous-item): Call `force-mode-line-update'.
4618         (newsticker-next-feed): Call `force-mode-line-update'.
4619         (newsticker-previous-feed): Call `force-mode-line-update'.
4620         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4621         (newsticker-show-old-items): Do not show descs.
4622         (newsticker-hide-entry): Hide too much.
4623         (newsticker-hide-entry, newsticker-show-entry)
4624         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4625         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4626         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4627         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4628         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4629         (newsticker-get-news): Call `force-mode-line-update'.
4630         Collect process ids.
4631         (newsticker--sentinel): Change coding system handling.
4632         Move image retrieval to new functions newsticker--get-logo-url-*.
4633         Move feed parsing to new functions newsticker--parse-*.
4634         Update list of process ids.
4635         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4636         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4637         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4638         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4639         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4640         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4641         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4642         (newsticker--decode-coding-string): Remove.
4643         (newsticker--decode-numeric-entities): Check input.  Format code.
4644         (newsticker--remove-whitespace): Check input.
4645         (newsticker--do-forget-preformatted): Doc fix.
4646         (newsticker--decode-rfc822-date): Allow for missing time.
4647         (newsticker--update-process-ids): New.
4648         (newsticker--image-sentinel): Change comment.
4649         (newsticker--image-read): Change error message.
4650         (newsticker--imenu-goto): Doc fix.  Show headline title.
4651         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4652         (newsticker--buffer-do-insert-text): Clean whitespace in
4653         html-rendered headline title.  Code formatting.
4654         Call `newsticker--buffer-print-extra-elements'.
4655         (newsticker--buffer-print-extra-element): Remove.
4656         (newsticker--buffer-print-extra-elements): New.
4657         (newsticker--buffer-do-print-extra-element): New.
4658         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4659         large sizes.
4660         (newsticker--run-auto-mark-filter)
4661         (newsticker--do-run-auto-mark-filter):
4662         Use `newsticker-auto-mark-filter-list'.
4664 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4666         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4667         (rcirc-print): Force redisplay before running hooks.  Do long
4668         buffer truncation after making new text read-only.  Deal with nil
4669         text when decoding strings.  If TARGET is nil, use either the
4670         currently selected buffer, if it is an rcirc buffer and of the
4671         same process or the process buffer.
4672         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4673         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4674         (rcirc-short-buffer-name): Add variable.
4675         (rcirc-kill-buffer-hook): Recompute short buffer names.
4676         Remove nick from private channel.
4677         (rcirc-send-input): Send command text to current-buffer.
4678         Don't clear overlay arrow here.
4679         (rcirc-short-buffer-name): Return a short buffer name.
4680         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4681         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4682         buffer-name abbreviations.
4683         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4684         Do not touch nick-table when killing a parted channel.
4685         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4686         Clear arrow from current buffer if it is now hidden.
4687         (rcirc-current-buffer): Add variable.
4688         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4689         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4690         Remove -face from names.
4691         (rcirc-update-activity-string): Print "DND" when globally ignoring
4692         activity.
4693         (rcirc-ignore-buffer-activity-flag): Rename from
4694         rcirc-ignore-channel-activity.
4695         (rcirc-ignore-all-activity-flag): Doc fix.
4696         (rcirc-channels): Remove variable.
4697         (rcirc-kill-buffer-hook):
4698         (rcirc-get-buffer-create): Add nick to private channel.
4699         (rcirc-multiline-edit-submit): Remove tabs.
4700         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4701         folded.
4702         (rcirc-remove-nick-channel): Bug fix.
4703         (rcirc-toggle-ignore-buffer-activity): Rename from
4704         rcirc-toggle-ignore-channel-activity.
4705         (rcirc-record-activity): Add buffers to the front of the list.
4706         (rcirc-update-activity): Remove killed buffers from list.
4707         (rcirc-process-server-response-1): Remove last argument if it is
4708         null before calling handler.
4709         (rcirc): Add "rcirc" defcustom prefix.
4710         (rcirc-prompt): Simplify default prompt.
4711         Use custom-initialize-default.
4712         (rcirc-private-chats): Remove variable.
4713         (rcirc-prompt): Change initialization.
4714         (rcirc-version): Remove function.
4715         (rcirc-id-string): Add constant.
4716         (rcirc-last-buffer): Remove variable.
4717         (rcirc-buffer-alist): Add variable.
4718         (rcirc-connect): Update variable setup.
4719         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4720         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4721         default.
4722         (rcirc-handler-generic): Trigger activity.
4723         (rcirc-send-message): Create the buffor of the target.
4724         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4725         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4726         (rcirc-multiline-edit-cancel): Remove function.
4727         (rcirc-set-last-buffer): Remove function.
4728         (rcirc-get-any-buffer): Add function.
4729         (rcirc-join-channels): Don't print /join text.
4730         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4731         messages.
4732         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4733         (rcirc-handler-NOTICE): Recognize CTCP responses.
4734         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4735         constructing TOPIC string for buffers we are not JOINed.
4736         (rcirc-handler-CTCP-response): Add handler.
4737         (rcirc-multiline-edit-submit): Restore the window-configuration
4738         before adjusting point.
4739         (rcirc): Add customization group.
4740         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4741         (rcirc-user-full-name, rcirc-startup-channels-alist)
4742         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4743         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4744         (rcirc-input-ring-size, rcirc-read-only-flag)
4745         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4746         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4747         Change defvar to defcustom.
4748         (rcirc-update-prompt): Add optional ALL arg, which will update
4749         prompts in all rcirc buffers.  Regexp quote replacement text.
4750         (rcirc-fill-column): Accept frame-width as a value.
4751         (rcirc-set-changed): Add function.
4752         (rcirc-next-active-buffer): Write more meaningful messages.
4753         (rcirc-faces): Add customization group.
4754         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4755         (rcirc-nick-in-message-face, rcirc-prompt-face)
4756         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4757         (with-rcirc-process-buffer): Move before first usage.
4758         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4759         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4760         (rcirc-debug): Rename from `rcirc-log'.
4761         (rcirc-format-response-string): Do not print `-' chars for a
4762         NOTICE with no sender.  Simplify output of server responses.
4764 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4766         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4767         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4768         mouse and RET clickable.
4770 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4772         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4774 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4776         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4777         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4778         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4779         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4780         argument to all these routines, so the passphrase can be managed
4781         externally and passed in to the system.
4782         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4783         pgg-add-passphrase-to-cache function.
4785         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4786         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4787         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4788         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4789         argument to all these routines, so the passphrase can be managed
4790         externally and passed in to the system.
4791         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4792         function.
4794 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4796         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4797         from goto-address-url-regexp.
4799 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4801         * textmodes/org.el (org-read-date, org-goto-calendar)
4802         (org-recenter-calendar, org-agenda-goto-calendar):
4803         Temporarily clear `calendar-move-hook'.
4805 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4807         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4808         merging.
4810         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4811         have merge clashes.
4813 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4815         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4816         Undo previous change.
4818         * startup.el (command-line): Use `custom-reevaluate-setting' for
4819         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4820         tty-register-default-colors on Mac.
4822 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4824         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4825         (gdb-buffer-type): Make it automatically buffer local...
4826         (gdb-get-create-buffer): ...and set it accordingly.
4827         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4828         actually work.
4830 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4832         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4833         not red.
4835 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4837         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4838         case GUD buffer is not visible.
4839         (gdb-goto-breakpoint): Try to force display in source buffer.
4840         (gdb-frame-gdb-buffer): Copy other similar functions.
4841         (gdb-restore-windows): Don't display source if not asked for.
4842         (gdb-assembler-buffer-name): Don't capitalise.
4844 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4846         * wid-edit.el (key-sequence): New widget type.
4848         * simple.el (set-mark-command-repeat-pop): New variable.
4849         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4850         if set-mark-command-repeat-pop is true.
4852         * info.el (Info-fontify-node): Don't display extra "see" if there
4853         already is one here.
4855         * mouse.el: Fix special handling of DEL after dragging a region:
4856         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4857         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4859         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4861         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4862         not to assume it pertains to an affix.
4864         * textmodes/flyspell.el (flyspell-post-command-hook):
4865         Bind deactivate-mark to prevent deactivation.
4867 2005-11-03  Lars Hansen  <larsh@soem.dk>
4869         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4870         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4871         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4873 2005-11-03  Romain Francoise  <romain@orebokech.com>
4875         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4876         Update copyright years.
4878 2005-11-03  Sam Steingold  <sds@gnu.org>
4880         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4881         Use system-type instead of window-system because window-system is not
4882         correctly defined during loadup.
4884 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4886         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4887         (xml-parse-tag): Join strings separated by a comment properly.
4889 2005-11-02  Andreas Schwab  <schwab@suse.de>
4891         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4893 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4896         (byte-optimize-pure-func): Quote the eval'd value.
4898         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4899         Rename from perl-font-lock-syntactic-face-function.
4900         Change the calling convention so it can be used as a font-lock MATCHER.
4901         Do the parse-partial-sexp loop outselves.
4902         (perl-font-lock-syntactic-keywords): Use it.
4903         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4905 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4907         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4908         disassembly buffer too.
4909         (gdb-exited): Remove overlay arrows when execution has finished.
4910         (gdb-info-frames-custom, gdb-info-threads-custom)
4911         (gdb-info-registers-custom): Don't add inappropriate text
4912         properties if inferior is not active.
4914 2005-11-02  Glenn Morris  <rgm@gnu.org>
4916         * progmodes/fortran.el (fortran-blink-match):
4917         Use `blink-matching-delay'.
4919 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4921         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4923 2005-11-02  Lars Hansen  <larsh@soem.dk>
4925         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4926         "Permission denied".
4928 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4930         * textmodes/flyspell.el (flyspell-external-point-words):
4931         Pass nil to flyspell-get-word.
4933 2005-11-02  Kim F. Storm  <storm@cua.dk>
4935         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4936         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4938 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4941         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4942         (calendar-mouse-print-dates): Add optional `event' argument.
4943         Update interactive-spec.
4944         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4945         Use `calendar-event-to-date' instead of `event'.
4947 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4949         * progmodes/ld-script.el (ld-script-builtins):
4950         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4951         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4952         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4954 2005-11-01  Romain Francoise  <romain@orebokech.com>
4956         * vc-sccs.el: Update copyright year.
4957         * ezimage.el: Likewise.
4959 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4961         * info.el (Info-fontify-node): Use `string-width' for fontifying
4962         underlined titles.
4964 2005-11-01  Juri Linkov  <juri@jurta.org>
4966         * info.el (Info-fontify-node): Downcase node header keywords Node,
4967         Prev, Next, Up before comparison.
4968         (Info-history): Insert absolute directory name, and put invisible
4969         property on it.
4971 2005-11-01  Juri Linkov  <juri@jurta.org>
4973         * info.el (Info-file-supports-index-cookies): New variable.
4974         (Info-find-node-2): Check makeinfo version for index cookie support.
4975         (Info-index-nodes): Search for nodes with index cookies only when
4976         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4977         with "Index" in the node name.
4978         (Info-index-node): Search index cookie in the current node only when
4979         Info-file-supports-index-cookies is t.  Otherwise, check the word
4980         "Index" in the node name.
4981         (Info-find-emacs-command-nodes): Remove code that searches nodes
4982         with "Index" node name in the top menu.
4984 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * progmodes/scheme.el (scheme-mode-variables): Use the default
4987         comment-indent-function.
4989         * faces.el (face-attribute): Handle the case where a face inherits from
4990         a non-existent face.
4992         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4993         for octal and hexa output, and merge the char into the paren.
4994         (kill-new): Use push.
4995         (copy-to-buffer): Use with-current-buffer.
4996         (completion-setup-function): Move code in loop to remove redundancy.
4997         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4998         those inherited from minibuffer-local-completion-map.
5000         * savehist.el (savehist-mode) <defcustom>:
5001         Use custom-set-minor-mode if available.
5002         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5003         and emit a message if applicable.
5005 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
5007         * savehist.el: Sync up to version 19.
5008         (savehist-mode): New minor mode.
5009         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5010         (savehist-length): Remove (use history-length instead).
5011         (savehist-file-modes): Rename from savehist-modes.
5012         (savehist-save-hook, savehist-loaded): New vars.
5013         (savehist-load): Use savehist-mode.  Try to smooth up transition from
5014         old format to new format.
5015         (savehist-install): Allow savehist-autosave-interval to be nil.
5016         (savehist-save): Run the new hook.  Be more careful to only trim the
5017         history variables.
5018         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
5019         (savehist-printable): Print into a buffer rather than char-by-char.
5021 2005-11-01  John Wiegley  <johnw@newartisans.com>
5023         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5024         toggle-ignore keybinding (C-a).  The author said it had been
5025         disabled much earlier due to a possible incompatibility, but after
5026         many months of usage I have encountered no problems (and it is a
5027         rather useful option, especially for switching to " *temp*").
5029         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5030         support for OS/X's AddressBook, by calling out to the open source
5031         program "contacts" (installable through Fink).
5033         * net/eudc.el (eudc-expand-inline): If the
5034         `eudc-multiple-match-handling-method' is set to `all', delete the
5035         query string before inserting the query result.
5037         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5038         flag, to prevent Eshell from using the system ls when
5039         `eshell-ls-insert-directory' is in used.
5040         (eshell-ls-insert-directory): Disable font-lock in directory
5041         buffer so that Eshell's own fontification is seen.  This broke
5042         recently due to changes in font-lock, so this goes back to version
5043         21 behavior.
5045 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
5047         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5048         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5049         (gdb-many-windows): Doc fix.
5051 2005-10-31  Romain Francoise  <romain@orebokech.com>
5053         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5055 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
5057         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5058         that global-font-lock-mode can be enabled by default.
5060         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5061         (font-lock-add-keywords, font-lock-remove-keywords)
5062         (font-lock-fontify-buffer): Remove autoload cookies.
5064         * jit-lock.el (jit-lock-register): Likewise.
5066         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5068 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5070         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5071         intact if there is no gud-comint-buffer.
5073 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
5075         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5076         old prompt comint-prompt-read-only is t and GDB commands are
5077         issued from tool bar etc.
5079 2005-10-31  Masatake YAMATO  <jet@gyve.org>
5081         * vc.el (vc-directory-exclusion-list): Add "{arch}".
5083 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5085         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5086         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5088 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
5090         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5091         starting at beginning of line.  Fontification is messed up when
5092         `open-paren-in-column-0-is-defun-start' set to t.
5093         Reported by John Paul Wallington <jpw@pobox.com>.
5095 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
5097         * comint.el (comint-send-input): Call `comint-update-fence' when
5098         `comint-process-echoes' and `comint-prompt-read-only' are both
5099         non-nil, to avoid leftover read-only newline.
5101 2005-10-30  Richard M. Stallman  <rms@gnu.org>
5103         * textmodes/flyspell.el (flyspell-external-point-words):
5104         Detect when WORD can't be checked properly because
5105         flyspell-get-word finds just part of it, and move on.
5107         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5108         boundarychar for Polish.
5109         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5110         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5112 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
5114         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5115         (gdb-registers-font-lock-keywords): Delete.
5116         (gdb-registers-mode): Don't fontify.
5117         (gdb-info-registers-custom): Use text properties instead as, in
5118         future, changed register values will use font-lock-warning-face.
5119         (gdb-local-font-lock-keywords): Rename to...
5120         (gdb-locals-font-lock-keywords): ...for consistency.
5122 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
5124         * vc.el (vc-switch-backend): Better error message if the buffer is
5125         not visiting a file under version control.
5127         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5129 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
5131         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5132         ~/.emacs.d/.emacs.
5134 2005-10-29  Richard M. Stallman  <rms@gnu.org>
5136         * replace.el (occur-mode-mouse-goto): Always go to other window.
5137         (occur-mode-goto-occurrence): Always switch in same window.
5139         * simple.el (undo): Display message at end, not at start.
5141         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5142         New arg REUSE-CELL.
5143         (cancel-timer-internal): New function.
5144         (timer-event-handler): Use cancel-timer-internal,
5145         and pass the cell it returns to timer-activate...
5147         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5148         (jit-lock-deferred-fontify, jit-lock-context-fontify)
5149         (jit-lock-after-change): Test memory-full.
5151 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5153         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5154         part of the decoded armor to find the key-identifier.
5155         (pgg-gpg-lookup-key-owner): New function to return the
5156         human-readable identifier of a key owner.
5157         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5158         key itself.
5159         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5160         the key value) if we have a key and can match it against a secret
5161         key.  Also, added a note pointing out fact that the prompt only
5162         indicates the first matching key.
5164         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5165         pgg-decrypt-region.
5166         (pgg-pending-timers): A new hash for tracking the passphrase cache
5167         timers, so that new ones supercede old ones.
5168         (pgg-add-passphrase-to-cache): Rename from
5169         `pgg-add-passphrase-cache' to reduce confusion (all callers
5170         changed).  Modified to cancel old timers when new ones are added.
5171         (pgg-remove-passphrase-from-cache): Rename from
5172         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5173         changed).  Modified to cancel old timers when their keys are
5174         removed from the cache.
5175         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5176         XEmacs, an indirection to delete-itimer.
5177         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5178         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5179         users can only check cache without risk of prompting.  Correct bug in
5180         notruncate behavior.
5181         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5182         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5183         Add informative docstrings.
5184         (pgg-decrypt): Convey provided passphrase in subordinate call to
5185         pgg-decrypt-region.
5187         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5188         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5189         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5190         'passphrase' argument, so the passphrase can be managed externally
5191         and then passed in to the system.
5193         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5194         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5195         so the passphrase cache can be used reliably with identifiers
5196         besides a pgp packet's key id.
5198         * pgg-gpg.el (pgg-pgp-encrypt-region)
5199         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5200         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5201         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5202         argument to all these routines, so the passphrase can be managed
5203         externally and passed in to the system.
5205         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5206         'notruncate' argument, so the passphrase cache can be used
5207         reliably with identifiers besides a pgp packet's key id.
5209 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5211         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5212         symmetric encryption.
5213         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5214         encrypted session key.
5215         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5216         message ask for the passphrase in a proper way.
5218         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5219         New user commands for symmetric encryption.
5221 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
5223         * textmodes/conf-mode.el (conf-assignment-sign)
5224         (conf-assignment-regexp): Fix docstrings.
5225         (conf-mode-initialize): New function.
5226         (conf-mode): Remove optional args.  Use delay-mode-hooks to
5227         recognize recursive calls.
5228         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5229         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5230         (conf-xdefaults-mode): Use define-derived-mode and
5231         conf-mode-initialize.
5233 2005-10-29  Romain Francoise  <romain@orebokech.com>
5235         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
5237 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
5239         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5240         part of the decoded armor to find the key-identifier.
5241         (pgg-gpg-lookup-key-owner): New function to return the
5242         human-readable identifier of a key owner.
5243         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5244         key itself.
5245         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5246         the key value) if we have a key and can match it against a secret
5247         key.  Also, added a note pointing out fact that the prompt only
5248         indicates the first matching key.
5250         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5251         pgg-decrypt-region.
5252         (pgg-pending-timers): A new hash for tracking the passphrase cache
5253         timers, so that new ones supercede old ones.
5254         (pgg-add-passphrase-to-cache): Rename from
5255         `pgg-add-passphrase-cache' to reduce confusion (all callers
5256         changed).  Modified to cancel old timers when new ones are added.
5257         (pgg-remove-passphrase-from-cache): Rename from
5258         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5259         changed).  Modified to cancel old timers when their keys are
5260         removed from the cache.
5261         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5262         XEmacs, an indirection to delete-itimer.
5263         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5264         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5265         users can only check cache without risk of prompting.  Correct bug in
5266         notruncate behavior.
5267         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5268         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5269         Add informative docstrings.
5270         (pgg-decrypt): Convey provided passphrase in subordinate call to
5271         pgg-decrypt-region.
5273 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
5275         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5276         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5277         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5278         'passphrase' argument, so the passphrase can be managed externally
5279         and then passed in to the system.
5281         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5282         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5283         so the passphrase cache can be used reliably with identifiers
5284         besides a pgp packet's key id.
5286         * pgg-gpg.el (pgg-pgp-encrypt-region)
5287         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5288         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5289         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5290         argument to all these routines, so the passphrase can be managed
5291         externally and passed in to the system.
5293         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5294         'notruncate' argument, so the passphrase cache can be used
5295         reliably with identifiers besides a pgp packet's key id.
5297 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5299         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5300         symmetric encryption.
5301         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5302         encrypted session key.
5303         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5304         message ask for the passphrase in a proper way.
5306         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5307         New user commands for symmetric encryption.
5309 2005-10-28  Bill Wohler  <wohler@newt.com>
5311         * help-mode.el (help-url): New button type. Calls browse-url.
5312         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5313         Similar to Info nodes: URL `url'.
5314         (help-make-xrefs): Create help-url buttons for
5315         help-xref-url-regexp matches.
5317 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5319         * tool-bar.el (tool-bar-add-item-from-menu)
5320         (tool-bar-local-item-from-menu): Fix doc strings.
5322 2005-10-28  Romain Francoise  <romain@orebokech.com>
5324         * ldefs-boot.el: Update.
5326         * subr.el (locate-library): Move from help-fns.el.
5327         * help-fns.el (locate-library): Move to subr.el.
5329 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5331         * net/tramp.el (tramp-completion-mode): defvar moved up.
5333         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5335         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5337         * files.el (find-file-noselect): Use %d to format large file size.
5339         * bindings.el (mode-line-format): Add %e.
5341         * loadup.el ("facemenu"): Load unconditionally.
5342         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5343         ("x-dnd"): Load, when appropriate.
5345         * startup.el (command-line): Call before-init-hook earlier.
5346         Warn about some bad characters in -u user name.
5348         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5349         (flyspell-external-point-words): Error if misspelled word is not found.
5350         Set flyspell-large-region-beg at end of word.
5352 2005-10-28  Andreas Schwab  <schwab@suse.de>
5354         * view.el (View-revert-buffer-scroll-page-forward):
5355         Use view-page-size-default.
5357 2005-10-28  Juri Linkov  <juri@jurta.org>
5359         * international/quail.el (quail-get-current-str): Translate last
5360         raw character for deterministic input methods.
5362 2005-10-27  Jay Belanger  <belanger@truman.edu>
5364         * calc/calc-ext.el: Add functions to autoloads.
5365         (math-identity-matrix-p, math-ident-row-p): New functions.
5367         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5368         multiplication by an identity matrix; don't turn multiplication by
5369         an inverse matrix into division.
5370         (math-div-symbol-fancy):  Replace division by matrices with
5371         multiplication by inverse.
5373         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5375         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5376         (calc-writeoutpower): New functions.
5378 2005-10-27  Romain Francoise  <romain@orebokech.com>
5380         * replace.el (occur-engine): Include colon in mouse-face highlight.
5382         * dired-x.el: Change Maintainer field.
5384 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5386         * longlines.el (longlines-mode): Bind after-change-functions to
5387         nil during initial decoding and final encoding.
5389 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5391         * term.el (term-emulate-terminal, term-handle-colors-array)
5392         (term-handle-ansi-escape): Specify the terminfo capabilities
5393         implemented.
5395 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5397         * info.el (Info-fontify-node): Fix detection of sentence-break
5398         before *Note.
5400 2005-10-26  Romain Francoise  <romain@orebokech.com>
5402         * smerge-mode.el: Add `tools' to file keywords.
5404 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5406         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5407         when the fringe is not available.
5409         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5410         (def-gdb-auto-update-trigger): Simplify construction.
5411         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5412         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5413         defined explicitly.
5414         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5415         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5416         defined explicitly.
5417         (gdb-info-locals-custom): Remove as it's a no-op.
5419 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5421         * longlines.el (longlines-mode): Remove narrowing before
5422         performing the initial decoding or final encoding.
5424 2005-10-25  Romain Francoise  <romain@orebokech.com>
5426         * emacs-lisp/find-func.el (find-library-name): Also strip
5427         extension if library name ends in .el, to take advantage of
5428         `find-library-suffixes'.
5430 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5432         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5434 2005-10-25  Juri Linkov  <juri@jurta.org>
5436         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5437         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5439 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5442         (blackbox-redefine-key): Add argument `map'.
5444         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5445         regions when moving the jit-lock-context-unfontify-pos boundary.
5447 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5449         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5451 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5453         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5455 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5457         * play/blackbox.el (blackbox-redefine-key): New function.
5458         (blackbox-mode-map): Use it to remap existing bindings for cursor
5459         motion instead of binding literal keys.
5461 2005-10-25  Glenn Morris  <rgm@gnu.org>
5463         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5464         diary does not end in a newline.  Do not assume a blank line at
5465         the start of the diary file.
5467 2005-10-25  Kenichi Handa  <handa@m17n.org>
5469         * international/quail.el (quail-translate-key): If the input
5470         method is deterministic and failed to handle the last key, restart
5471         the key handling loop from an appropriate key.
5473 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5475         * vc.el (vc-dired-mode): Extend comment for binding of
5476         `directory-listing-before-filename-regexp'.
5478 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * textmodes/texinfo.el (texinfo-mode):
5481         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5482         not to unnecessarily expose emacs-mule's internal char codes.
5484 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5486         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5487         Display hand pointer and help-echo on disabled icon too.
5488         (gdb-mouse-until): New function.
5489         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5491 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5493         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5494         with 2005-10-23 change to doctor.el.
5496         * finder.el (finder-mode-map): Add follow-link binding.
5498 2005-10-25  Kim F. Storm  <storm@cua.dk>
5500         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5501         to gdb-mouse-toggle-breakpoint-fringe.
5502         (gdb-mouse-toggle-breakpoint-margin): Rename from
5503         gdb-mouse-toggle-breakpoint. Fix doc.
5504         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5505         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5506         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5507         string properties also for fringe breakpoint bitmaps.
5509 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5511         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5513 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5515         * simple.el (completion-common-substring):
5516         Use `completion-common-substring' prior to `completion-base-size'.
5518 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5520         * savehist.el: Require CL while compiling.
5521         (savehist-history-variables): Remove.
5522         (savehist-save-minibuffer-history, savehist-additional-variables)
5523         (savehist-minibuffer-history-variables): New vars.
5524         (savehist-save): Use them.
5525         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5526         (savehist-install): New fun, extracted from savehist-load.
5527         (savehist-load): Use them.
5529 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5531         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5532         a dummy doc-string-elt property.
5533         (defalias, defvaralias, define-category): Add a docstring property.
5535         * image.el (defimage):
5536         * widget.el (define-widget):
5537         * custom.el (defface, defcustom): Add `doc-string' declaration.
5539         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5540         (defadvice): Add `doc-string' declaration.
5542         * emacs-lisp/byte-run.el (macro-declaration-function):
5543         Handle `doc-string' declarations.
5544         (define-obsolete-function-alias, define-obsolete-variable-alias):
5545         Add `doc-string' declaration.
5547 2005-10-24  Kenichi Handa  <handa@m17n.org>
5549         * international/utf-7.el (utf-7): Add autoload cookie.
5551         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5553 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5555         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5556         list of directories passed to batch-update-autoloads.  Add "." to
5557         the list of the echoed directories.
5559         * pgg-def.el:
5560         * pgg-gpg.el:
5561         * pgg-parse.el:
5562         * pgg-pgp.el:
5563         * pgg-pgp5.el:
5564         * pgg.el: Moved here from the gnus subdirectory.
5566 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5568         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5569         in case comint-prompt-read-only is set to t.
5571         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5572         in case comint-prompt-read-only is set to t.
5574 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5576         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5577         Now a string.
5578         (icalendar-import-format): Handle CLASS, STATUS, URL.
5579         Rename `subject' to `summary'.
5580         (icalendar-import-format-summary): Rename from
5581         `icalendar-import-format-subject'.
5582         (icalendar-import-format-url, icalendar-import-format-status)
5583         (icalendar-import-format-class): New variables.
5584         (icalendar--rris): Take variable argument list.
5585         (icalendar--datestring-to-isodate): Remove unnecessary
5586         calendar-style check when converting dates with explicit month names.
5587         (icalendar-export-region): Change return type of conversion
5588         subroutines.  Bury current buffer unless error occurred.
5589         (icalendar--convert-to-ical)
5590         (icalendar--parse-summary-and-rest): New functions.
5591         (icalendar--convert-ordinary-to-ical)
5592         (icalendar--convert-weekly-to-ical)
5593         (icalendar--convert-yearly-to-ical)
5594         (icalendar--convert-block-to-ical)
5595         (icalendar--convert-cyclic-to-ical)
5596         (icalendar--convert-anniversary-to-ical): Change return type.
5597         Strip trailing blanks from subject.
5598         (icalendar--convert-sexp-to-ical): Change return type.
5599         Strip trailing blanks from subject.  Handle simple sexp
5600         entries as generated by icalendar.el.
5601         (icalendar--convert-float-to-ical)
5602         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5603         (icalendar-import-file): Doc fix.
5604         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5605         Correct call to icalendar--rris.
5606         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5607         `summary'.
5608         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5610 2005-10-24  Romain Francoise  <romain@orebokech.com>
5612         * server.el (server-sentinel): Set query-on-exit flag to nil on
5613         new client processes (it isn't inherited from the server process).
5615         * replace.el (occur-engine): Rearrange text properties.
5617 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5620         case-fold-search is nil.
5621         (debug-help-follow): Use help-xref-interned directly.
5623 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5625         * thumbs.el (thumbs-image-type): Add .pbm.
5627 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5629         * faces.el (inhibit-face-set-after-frame-default): New variable.
5630         (set-face-attribute): Bind it.
5631         (face-set-after-frame-default): Test it.
5633         * help-fns.el (describe-simplify-lib-file-name): New function.
5634         (describe-function-1, describe-variable): Use it.
5636         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5638         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5639         Eliminate nil as possible value.
5640         (tooltip-hide-delay): Reduce internal-border-width.
5642         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5643         (menu-bar-file-menu) <new-file>: Likewise.
5645         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5647         * international/mule.el (load-with-code-conversion):
5648         Pass full file name to `eval-buffer' unless preloading.
5650         * textmodes/flyspell.el (flyspell-large-region):
5651         Call ispell-check-version.
5653         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5654         Fix the make-variable-buffer-local call that was supposed
5655         to be for this variable.
5656         (ispell-aspell-supports-utf8): Doc fix.
5657         (ispell-find-aspell-dictionaries): Preserve elements of
5658         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5659         (ispell-aspell-find-dictionary): Return nil on error.
5661         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5662         (doctor-symptoms): Likewise.
5664         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5666 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5668         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5669         (custom-raised-buttons): Add :set spec.
5670         (custom-button-unraised, custom-button-pressed-unraised):
5671         New faces, so that custom-raised-buttons actually does something.
5672         (custom-mode): Use custom-button and custom-button-pressed.
5674         * wid-edit.el (widget-specify-button): Don't ignore
5675         widget-mouse-face on graphic terminals.
5676         (widget-move-and-invoke): Cleanup.
5678 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5680         * whitespace.el (whitespace-cleanup): Doc fix.
5682 2005-10-23  Romain Francoise  <romain@orebokech.com>
5684         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5685         `eval-after-load' to avoid evaluating their result.
5687 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5689         * files.el (directory-listing-before-filename-regexp):
5690         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5692         * dired.el (dired-move-to-filename-regexp): Remove.
5693         All occurences replaced by `directory-listing-before-filename-regexp'.
5695         * dired-x.el, locate.el, vc.el:
5696         Replace `dired-move-to-filename-regexp' by
5697         `directory-listing-before-filename-regexp'.  In vc.el it is
5698         overwritten locally; maybe this can be handled in files.el too.
5700         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5701         replaced by `directory-listing-before-filename-regexp'.
5703 2005-10-23  Andreas Schwab  <schwab@suse.de>
5705         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5706         and eval-next-after-load.
5708 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5710         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5711         exist, create it.
5713 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5715         * allout.el: Remove autoloads for mailcrypt and crypt++.
5716         Require pgg, pgg-gpg during compilation.
5717         (allout-version): Increment version number to 2.1, and use a literal
5718         rather than RCS Id.
5719         (allout-default-encryption-scheme): Remove.
5720         (allout-passphrase-verifier-handling)
5721         (allout-passphrase-verifier-string)
5722         (allout-file-passphrase-verifier-string)
5723         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5724         (allout-passphrase-hint-handling): Rename and simplify.
5725         (allout-init): Use `find-file-hook' if available, otherwise
5726         `find-file-hooks'.
5727         (allout-mode): Use `write-file-functions' if available, otherwise
5728         `local-write-file-hooks' and, instead of making auto-save-hook
5729         buffer local, make the write-file-hook activity contingent to
5730         allout-mode.
5731         (allout-mode): Use key-binding substitution in the docstring.
5732         (allout-kill-line): Spell-out kill ring data structure mutation
5733         instead of using byte-compiler-complaint-provoking `pop'.
5734         (allout-insert-listified): Use `insert' rather than `insert-string'
5735         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5736         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5737         (allout-encrypt-string): Totally revamped vis new underlying
5738         encryption facilities.
5739         (allout-mc-activate-passwd): Remove.
5740         (allout-obtain-passphrase): New, more or less replaces
5741         allout-mc-activate-passwd.
5742         (allout-encrypted-key-info): More or less replaces
5743         allout-encrypted-text-type.
5744         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5745         (my-mark-marker): Use `(featurep 'xemacs)'.
5747 2005-10-23  Lars Hansen <larsh@soem.dk>
5749         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5750         (byte-compile-file-form-defmumble, byte-compile-defun)
5751         (byte-compile-defmacro): Use it.
5752         (byte-compile-form): Don't call byte-compile-set-symbol-position
5753         when a byte-compile handler is called.
5755 2005-10-22  Romain Francoise  <romain@orebokech.com>
5757         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5759         * subr.el (eval-after-load): Convert library name to an absolute
5760         file name using locate-library, since load-history no longer has
5761         library names in it.
5763 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5765         * files.el (make-temp-file): Move from subr.el.
5766         * subr.el (make-temp-file): Move to files.el.
5768         * window.el (get-buffer-window-list): Move from subr.el.
5769         * subr.el (get-buffer-window-list): Move to window.el.
5771         * image.el (image-load-path): Use eval-at-startup to initialize.
5773         * subr.el (eval-at-startup): New macro.
5775         * subr.el: Much rearrangement of functions and division
5776         into pages.  No code changes.
5778 2005-10-22  Kenichi Handa  <handa@m17n.org>
5780         * tar-mode.el (tar-extract): Be sure to call
5781         find-operation-coding-system if set-auto-coding doesn't find a
5782         coding system.
5784 2005-10-22  Kim F. Storm  <storm@cua.dk>
5786         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5787         Change users.
5788         (image-type-file-name-regexps): New defconst.
5789         (image-type-from-data): Simplify loop.
5790         (image-type-from-buffer): New defun.
5791         (image-type-from-file-header): Use it instead of image-type-from-data.
5792         Use image-search-load-path instead of only looking in data-directory.
5793         (image-type-from-file-name): New defun.
5794         (image-search-load-path): Change `pathname' to `filename'.
5795         Make PATH arg optional, default to image-load-path.
5797 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5799         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5801         * textmodes/paragraphs.el (sentence-end-base): New variable.
5802         (sentence-end): Use sentence-end-base.
5804 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5806         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5807         property independently from the font-lock-multiline variable.
5809 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5811         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5813         * startup.el (command-line): Convert library names
5814         in `load-history' to absolute file names.
5816         * subr.el (symbol-file): Doc fix.
5818         * loadhist.el (file-loadhist-lookup): Call locate-library
5819         instead of find-library-name.  Don't try converting
5820         abs file names to library names, since load-history no longer
5821         has library names in it.
5822         (file-dependents, file-provides, file-requires): Doc fixes.
5824 2005-10-21  Juri Linkov  <juri@jurta.org>
5826         * progmodes/etags.el (tags-table-mode): New function.
5827         (tags-verify-table): Replace initialize-new-tags-table with
5828         tags-table-mode.
5830         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5831         default value.
5832         (desktop-modes-not-to-save): Add tags-table-mode to the
5833         default value.
5835         * info.el (Info-index-next): Add total number of index
5836         alternatives to the message.
5838         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5839         backward only space (instead of space and period) before looking
5840         at sentence end.
5842         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5843         Add the old variable value as 4th default-value arg of read-string.
5845 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5847         * cus-face.el (custom-declare-face): Make face from X resources
5848         also on Mac.
5850         * disp-table.el (standard-display-g1, standard-display-graphic):
5851         Refuse to use string glyphs also on Mac.
5852         (standard-display-european): Don't set terminal coding system also
5853         on Mac.
5855         * frame.el (display-screens): Use x-display-screens also on Mac.
5857 2005-10-21  Romain Francoise  <romain@orebokech.com>
5859         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5861 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5864         and $? into sexps.
5866         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5867         warning face on open-paren-in-column-0.
5869         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5870         boundary case.  Fix typo.
5871         Suggested by Martin Rudalics <rudalics@gmx.at>.
5873 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5875         * textmodes/org.el (org-combined-agenda-icalendar-file)
5876         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5877         (org-export-icalendar-this-file)
5878         (org-export-icalendar-all-agenda-files)
5879         (org-export-icalendar-combine-agenda-files): New commands.
5880         (org-export-icalendar, org-print-icalendar-entries)
5881         (org-start-icalendar-file, org-finish-icalendar-file)
5882         (org-ical-ts-to-string): New functions.
5883         (org-read-date, org-goto-calendar)
5884         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5885         call to `calendar'.
5886         (orgtbl-setup): Remove the :keys arguments from the menu description.
5887         (org-after-save-iCalendar-file-hook): New variable.
5889 2005-10-21  Kenichi Handa  <handa@m17n.org>
5891         * language/vietnamese.el (tcvn-5712): Make it an alias of
5892         vietnamese-tcvn coding-system.
5894 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5896         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5897         group id is given.
5899 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5902         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5903         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5904         whose line is either continued or ends with a comment.
5906 2005-10-20  Romain Francoise  <romain@orebokech.com>
5908         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5910         * replace.el (occur-engine): Add follow-link property.
5912         * font-core.el (font-lock-mode): Doc fix.
5914 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5916         * net/rcirc.el: New file.
5918 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5920         * term.el (term-term-name): Initialize to "eterm-color".
5922 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5924         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5925         for encryption functionality.
5926         Move allout customization subgroup from `editing' to `outlines' group.
5927         Fix commentary keywords to legitimate ones.
5928         Update author info (using my current email address, obscurified).
5929         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5930         (allout-encrypted-topic-p, allout-encrypted-text-type)
5931         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5932         (allout-situate-encryption-key-verifier)
5933         (allout-get-encryption-key-verifier, allout-verify-key)
5934         (allout-next-topic-pending-encryption)
5935         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5936         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5937         (outline-key-verifier-handling, outline-key-hint-handling)
5938         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5939         (allout-file-key-verifier-string, allout-encryption-scheme)
5940         (allout-key-verifier-string, allout-key-hint-string)
5941         (allout-after-save-decrypt): New variables.
5942         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5943         (allout-after-saves-handler): New hook functions.
5944         (allout-post-command-business): Do allout-after-save-decrypt.
5945         (allout-enable-file-variable-adjustment): Custom var to enable
5946         mechanism for adding and adjusting settings of Emacs file variables.
5947         (allout-adjust-file-variable, allout-file-vars-section-data):
5948         New functions, implement the mechanism.
5949         (outlineify-sticky): Use the file vars mechanism.
5950         (allout-inhibit-protection, allout-during-write-cue)
5951         (allout-override-protect, allout-before-change-protect): Remove.
5952         (allout-flag-region, allout-open-topic): Adjust read-only text.
5953         (allout-open-line-not-read-only): Add to facilitate read-only
5954         text based protection.
5955         (allout-kill-line): Revise to adjust read-only text, clue the
5956         user about the inhibition.
5957         (allout-unprotected): Use unwind-protect.
5958         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5959         topic deeper than the offspring depth of the previous topic -
5960         avoiding confusing "containment discontinuities".
5961         (allout-reindent-bodies): Fix retention of body relative hanging
5962         indent during promotion of collapsed bodies.
5963         (allout-open-topic): Make it easy to open new topic with same
5964         bullet as current topic - topic creation functions provided with
5965         any universal argument provokes now prompt for bullet, defaulting
5966         to the bullet of the previous topic.
5967         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5968         Plain bullet alternates `.' period and `,' comma only.  All other
5969         bullets are relegated to special status (but customizable).
5970         (allout-end-of-entry): Rename from allout-end-of-current-entry
5971         since it actually operates w.r.t. most immediately containing
5972         entry, visible or not.
5973         (allout-hide-current-entry, allout-show-current-entry): Use the
5974         revised version.
5975         (allout-old-expose-topic): Solidify deprecation.
5976         (allout-end-of-subtree): Add so we can span concealed as well
5977         as visible topics.
5978         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5979         (allout-end-of-current-heading): Tweak to just respect the first line.
5980         (allout-get-body-text): Add.
5981         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5982         when invoked interactively.
5983         (allout-up-current-level): Use `interactive-p'.
5984         (allout-mode, allout-init): Miscellaneous docstring and
5985         operational refinements, as well as hookups of new encryption stuff.
5986         (allout-beginning-of-current-entry): Now works as advertised.
5987         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5988         (allout-isearch-rectification): Refine condition for isearching.
5989         (allout-isearch-abort, allout-enwrap-isearch)
5990         (allout-flag-region, my-region-active-p): Relocate some macros.
5991         (allout-title): Fallback title is (buffer-name), not
5992         non-existing (current-buffer-name).
5993         (subst-char-in-string): Define if absent (for some XEmacs versions).
5995 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5997         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5998         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5999         (mail-citation-prefix-regexp, mail-signature-file)
6000         (mail-default-headers, mail-bury-selects-summary)
6001         (mail-send-nonascii): Add autoload cookies.
6003 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6005         * frame.el (blink-cursor-mode): Add `mac' to the list of
6006         window-system's that support blinking cursor.
6008 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6010         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6012 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
6014         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6015         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6016         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6018 2005-10-20  Kim F. Storm  <storm@cua.dk>
6020         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6021         (ido-set-current-directory): Don't add / after final @.
6022         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6023         Explicitly handle ange-ftp completion oddities.
6024         (ido-make-file-list): Don't rotate list at tramp root to avoid
6025         triggering tramp file handler for expand-file-name via get-file-buffer.
6027 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6031 2005-10-19  Jay Belanger  <belanger@truman.edu>
6033         * calc/calc-units.el (math-standard-units): Add units, adjust
6034         symbols and update values.
6035         (math-unit-prefixes):  Add more prefixes.
6037 2005-10-19  Romain Francoise  <romain@orebokech.com>
6039         * bookmark.el (bookmark-menu-heading): New face.
6040         (bookmark-bmenu-list): Use it.
6041         Don't fiddle with `baud-rate' at top-level.
6043 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6045         * image.el (create-image, find-image): Mention max-image-size in
6046         docstring.
6048 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * savehist.el (savehist-load): Revert to checking XEmacs.
6052         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6053         Various docstring and line-width fixups.
6054         (conf-mode): Use cond.
6055         Set font-lock-defaults.  Don't set comment-use-syntax.
6057 2005-10-18  David Ponce  <david@dponce.com>
6059         * tree-widget.el (tree-widget-button-click): New function.
6060         (tree-widget-button-keymap): Use it.
6062 2005-10-18  Romain Francoise  <romain@orebokech.com>
6064         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6065         (bookmark-bmenu-hide-filenames): Add follow-link property.
6066         Improve help-echo text.
6068         * ffap.el (find-file-at-point): Doc fix.
6070 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6072         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6074 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6076         Install to the CVS repository what I forgot to install in my
6077         2005-10-16 changes.
6079         * progmodes/python.el (python-complete-symbol): Pass the common
6080         prefix substring of completion to `display-completion-list'.
6082         * textmodes/org.el (org-complete): Ditto.
6084 2005-10-18  Masatake YAMATO  <jet@gyve.org>
6086         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6088         * woman.el (WoMan-xref-man-page): New button type derived
6089         from `Man-abstract-xref-man-page'.
6090         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6092         * man.el (Man-abstract-xref-man-page): New button type.
6093         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6094         (Man-highlight-references): Add new optional argument `xref-man-type'.
6096 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6098         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6100 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6102         * cus-edit.el (Custom-move-and-invoke): Delete.
6103         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6105         * wid-edit.el (widget-move-and-invoke): New function, from
6106         Custom-move-and-invoke.
6108 2005-10-17  Bill Wohler  <wohler@newt.com>
6110         Move all remaining images from lisp/toolbar to etc/images, move
6111         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
6112         the low resolution images in their own directory (low-color).
6114         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
6115         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
6116         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
6117         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
6118         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
6119         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
6120         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6122         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6123         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6124         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6125         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6126         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6127         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6128         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6129         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6130         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6131         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6132         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6133         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6134         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6135         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6136         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6138         To conform with convention, replace the underscore (_) in the
6139         following image names with dash (-) or (/) as appropriate.
6141         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6142         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6143         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6144         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6145         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6146         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6147         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6148         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6149         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6150         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6151         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6152         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6153         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6154         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6155         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6157         * info.el (info-tool-bar-map): Replace underscores in image names
6158         with dashes.
6160         * makefile.w32-in (WINS): Remove toolbar.
6162         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6164         * tool-bar.el: Move to lisp from toolbar.  Now that
6165         toolbar is empty, it should be deleted when folks run "cvs up -P".
6167 2005-10-18  Jay Belanger  <belanger@truman.edu>
6169         * calc/calc-store.el (calc-store-into): Get the proper variable name
6170         to display in message.
6172 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
6174         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6175         expressions display in speedbar for all buffers when debugging.
6176         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6178         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6179         (speedbar-insert-button, speedbar-make-button):
6180         Use add-text-properties.
6181         (speedbar-update-localized-contents)
6182         (speedbar-update-directory-contents)
6183         (speedbar-update-special-contents): Use dolist.
6184         (speedbar-buffer-easymenu-definition): Add a menu separator.
6186 2005-10-17  Jason Rumney  <jasonr@gnu.org>
6188         * makefile.w32-in: Use $(lisp) consistently.
6189         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6190         for shell specific generation of mh-autoloads.
6192 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6194         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6196 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * jit-lock.el (jit-lock-fontify-now):
6199         Move jit-lock-context-unfontify-pos to avoid wasted work.
6201 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
6203         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
6204         `tramp-completion-mode' for checking if we are in completion mode.
6205         (tramp-completion-handle-file-name-all-completions): Reorder code
6206         in order to complete for file names only in case there are no
6207         method/user/host completions.  This is necessary for cooperation
6208         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
6210 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
6212         * longlines.el (longlines-search-forward)
6213         (longlines-search-backward): Match any number of spaces.
6215 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
6217         * diff-mode.el (diff-mode): Doc fix.
6219 2005-10-16  David Reitter <david.reitter@gmail.com>
6221         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6222         as default on darwin and windows systems.
6224 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6226         * arc-mode.el (archive-zip-extract): Doc fix.
6228 2005-10-16  Romain Francoise  <romain@orebokech.com>
6230         * mouse.el (mouse-1-click-follows-link): Doc fix.
6232 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * savehist.el: Don't require CL at runtime.
6235         (savehist-xemacs): Remove.
6236         (savehist-coding-system): Use utf-8 if present, regardless of religion.
6237         (savehist-no-conversion): Use (featurep 'xemacs).
6238         (savehist-load): Check existence of start-itimer rather than XEmacs.
6239         Use an idle timer.
6240         (savehist-process-for-saving): Replace use of CL funs `subseq' and
6241         `delete-if-not'.
6243 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6245         * savehist.el: Newer version.
6246         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
6247         (savehist-last-checksum, savehist-no-conversion): New vars.
6248         (savehist-autosave, savehist-process-for-saving, savehist-printable):
6249         New functions.
6250         (savehist-load, savehist-save): Use them.
6251         (savehist-delimit): Remove.
6253 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * progmodes/compile.el (compilation-goto-locus): Display the
6256         compilation buffer first and the source buffer second, in case they're
6257         in overlapping frames.  Don't raise the compilation frame if it was the
6258         selected window upon entry.  Pass the `other-window' arg to
6259         pop-to-buffer.
6261         * info.el (Info-fontify-node): Use dolist.
6262         Change add-text-properties to put-text-property.
6264 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6266         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
6267         bound of search.
6269 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6271         * dabbrev.el (dabbrev-completion): Pass the common
6272         prefix substring of completion to `display-completion-list'.
6274         * filecache.el (file-cache-minibuffer-complete)
6275         (file-cache-complete): Ditto.
6277         * tempo.el (tempo-display-completions): Ditto.
6279         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6281         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6283         * eshell/em-hist.el (eshell-list-history): Ditto.
6285         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6287         * mail/mailalias.el (mail-complete): Ditto.
6289         * progmodes/etags.el (complete-tag): Ditto.
6291         * progmodes/make-mode.el (makefile-complete): Ditto.
6293         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6295         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6297         * progmodes/pascal.el (pascal-complete-word)
6298         (pascal-show-completions): Ditto.
6300         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6302         * simple.el (completion-common-substring): New variable.
6303         (completion-setup-function): Use `completion-common-substring'
6304         to put faces.
6306 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6308         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6309         (x-get-selection, mac-select-convert-to-string): Convert from/to
6310         UTF-16 clipboard data as in native byte order, no BOM.
6312 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6314         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6315         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6316         (gud-sentinel): Use speedbar-frame to check for speedbar.
6318 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6320         * savehist.el: New file.
6322 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6324         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6325         Fix bug in \bf fontification.
6327 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * pcvs.el (cvs-edit-log-files): New var.
6330         (cvs-mode-edit-log): New arg `file'.
6331         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6332         Instead force the use of the original file and nothing else.
6333         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6334         the cvs-minor-wrap-function is set.
6335         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6337 2005-10-14  Bill Wohler  <wohler@newt.com>
6339         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6340         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6341         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6342         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6343         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6344         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6345         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6346         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6347         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6348         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6349         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6350         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6351         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6352         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6353         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6355         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6356         appropriately (for example, gud-break to gud/break).
6358 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6360         * longlines.el (longlinges-search-function)
6361         (longlines-search-forward, longlines-search-backward): New functions.
6362         (longlines-mode): Set isearch-search-fun-function to
6363         longlinges-search-function.
6365         * mouse.el (mouse-drag-region-1): Handle the case where a
6366         double-click event is bound to an arbitrary function.
6368 2005-10-14  David Ponce  <david@dponce.com>
6370         * recentf.el (recentf-track-opened-file)
6371         (recentf-track-closed-file, recentf-update-menu)
6372         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6373         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6374         mouse-1-click-follows-link.
6376 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6378         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6379         Gnome file-manager.png.  Suggested by
6380         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6382         * toolbar/README: Add diropen.xpm.
6384 2005-10-13  Bill Wohler  <wohler@newt.com>
6386         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6387         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6389 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6392         Don't waste the byte-compiler's time on constant data.
6394 2005-10-13  Kenichi Handa  <handa@m17n.org>
6396         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6397         byte with `escape-glyph' face.
6399         * international/fontset.el (ccl-encode-unicode-font):
6400         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6401         Handle the case that ucs-mule-to-mule-unicode translates a character to
6402         ASCII (usually for IPA characters).
6404 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6407         Don't hide the underline of titles if font-lock-mode is disabled.
6409 2005-10-12  Bill Wohler  <wohler@newt.com>
6411         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6412         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6413         files in MH-E-SRC have been updated.
6414         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6416 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6419         (mixal-mode-syntax-table): Add \n as end-comment.
6420         (mixal-operation-codes-alist): Immediately initialize to full value.
6421         (mixal-add-operation-code): Remove.
6422         (mixal-describe-operation-code): Make the arg non-optional.
6423         Use the interactive spec instead.
6424         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6425         (mixal-font-lock-keywords): Don't highlight comments here any more.
6426         (mixal-font-lock-syntactic-keywords): New var.
6427         (mixal-mode): Use it.  Fix comment-start-skip.
6429 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6431         * startup.el (command-line-x-option-alist): -nb => -nbi
6433 2005-10-12  Kim F. Storm  <storm@cua.dk>
6435         * startup.el (fancy-splash-default-action): Discard mouse click in
6436         the splash screen window, as it has no sensible meaning in the
6437         next window to be selected.  Fixes error reported by Jan D.
6439 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6441         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6443 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6446         Try to fix up minor layout issues like indentation, line break, etc...
6447         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6448         because it doesn't work.
6449         (mixal-operation-codes): Add some more codes.
6450         (mixal-font-lock-keywords): Process comments here.
6451         (mixal-mode): mixasm no longer needs -g option.
6453 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6455         * progmodes/sh-script.el (sh-tmp-file):
6456         Use mktemp -t.  Finish support for es and rc shells.
6458 2005-10-11  Jay Belanger  <belanger@truman.edu>
6460         * calc/calcalg2.el (calc-integral): With an argument, compute the
6461         definite integral.
6463 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6465         * mouse.el (mouse-drag-region-1): Don't try to catch a
6466         double-click when doing follow-link (it's overridden anyway).
6468 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6470         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6471         (autoload-print-form-outbuf): Add docstring.
6473 2005-10-11  Juri Linkov  <juri@jurta.org>
6475         * info.el (Info-mode-menu): Delete menu item "Edit".
6476         (Info-mode): Delete description of Info-edit from docstring,
6477         and rearrange descriptions of Info commands in the order
6478         they are documented in the Info manual.
6480 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6482         * calendar/appt.el (appt-check): Use diary-selective-display var.
6484 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6486         * net/newsticker.el (newsticker-start, newsticker-show-news):
6487         Add autoload cookies.
6489 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6491         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6493 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6495         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6497 2005-10-10  Jay Belanger  <belanger@truman.edu>
6499         * calc/calc-arith.el (math-check-known-scalarp)
6500         (math-check-known-matrixp): Check the values of arguments that are
6501         variables.
6502         (math-check-known-square-matrixp): New function.
6503         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6504         (math-super-types): Add sqmatrix type.
6506         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6507         mode name `square' to `sqmatrix'.
6509         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6510         mode name `square' to `sqmatrix'.
6512 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * progmodes/etags.el (select-tags-table-mode): Don't use
6515         selective-display.
6516         (tags-select-tags-table): Pass `button' to the action function.
6517         (select-tags-table): Place the side-info on button properties rather
6518         than in hidden text.  Abbreviate file names.
6519         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6520         (select-tags-table-select): Add `button' argument.
6521         Get side-info from the button property rather than from hidden text.
6523 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6525         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6526         (gud-speedbar-buttons): Preserve point if possible.
6527         (gud-sentinel): Restore previous speedbar display type.
6529         * progmodes/gdb-ui.el (gdba): Improve diagram.
6530         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6531         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6532         Call get-buffer-window once.
6534 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6536         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6537         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6538         (pascal-indent-command): Remove unused var `ind'.
6539         (pascal-indent-case): Remove unused var `oldpos'.
6540         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6541         since it's now used as a proper minor mode map.
6542         (pascal-outline): Rename to pascal-outline-mode.
6543         (pascal-outline-mode): Use define-minor-mode.
6544         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6545         selective-display.
6547 2005-10-10  Andreas Schwab  <schwab@suse.de>
6549         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6550         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6552         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6553         outside source directory.
6555 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6557         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6558         C-x' as a prefix.
6559         (orgtbl-mode-map): Full keymap instead of sparse, because all
6560         `self-insert-command' keys are redefined in this map.
6561         (org-export-as-html): Specify charset for HTML file, by taking it
6562         from the coding system.
6564 2005-10-10  Kenichi Handa  <handa@m17n.org>
6566         * textmodes/flyspell.el (flyspell-check-word-p):
6567         If unread-command-events is non-empty, don't call sit-for.
6569 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6571         * font-lock.el (font-lock-syntactic-keywords)
6572         (font-lock-keywords): Doc fixes.
6574         * textmodes/flyspell.el (flyspell-external-point-words):
6575         Simplify logic, and don't try to check for consecutive appearances
6576         of one incorrect word.
6578 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6580         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6581         separator.
6583         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6584         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6585         (gud-expansion-speedbar-buttons): New function.
6586         (gud-speedbar-buttons): Check for gud-comint-buffer.
6588 2005-10-09  Bill Wohler  <wohler@newt.com>
6590         * Makefile.in (updates): Add mh-loaddefs dependency.
6592 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6594         * speedbar.el (speedbar-file-key-map): Fix typo.
6596 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6598         * cus-start.el (line-spacing): Add custom spec.
6600 2005-10-09  Romain Francoise  <romain@orebokech.com>
6602         * textmodes/ispell.el (ispell-check-version): Fix last change.
6604 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6606         * term/x-win.el: Remove -i, --icon-type from comment.
6608         * startup.el (command-line-x-option-alist): Remove options -i,
6609         -itype, --icon-type, added -nb, --no-bitmap-icon
6611 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6613         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6614         instead of :active.
6616 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6618         * textmodes/ispell.el (ispell-check-version):
6619         Ignore hyphen, and all that follows, in aspell's version text.
6621 2005-10-08  Jay Belanger  <belanger@truman.edu>
6623         * calc/calc-arith.el (math-known-square-matrixp): New function.
6624         (math-pow-fancy): Check for matrices before distributing exponent
6625         across products.
6627         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6628         fullscreen keypad.  Suggested by Luc Teirlinck.
6629         (calc-keypad-show-input): Add space for formatting.
6631         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6632         Add square matrix option.
6634         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6635         of checking calc-matrix-mode when deciding how to expand.
6637         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6639 2005-10-08  Lars Hansen  <larsh@soem.dk>
6641         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6642         Add error handling.
6643         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6645 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6647         Sync with Tramp 2.0.51.
6649         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6650         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6651         Insert special handling for `last-coding-system-used', again
6652         it still seems to be necessary (unlike stated before).
6653         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6654         (tramp-password-prompt-regexp): There might be other words before
6655         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6656         (tramp-chunksize): Improve docstring.
6657         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6658         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6659         Christian Joergensen <bugs@razor.dk>.
6661 2005-10-07  Glenn Morris  <rgm@gnu.org>
6663         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6664         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6665         precision'.
6667 2005-10-07  Romain Francoise  <romain@orebokech.com>
6669         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6670         (ibuffer-do-shell-command-pipe-replace)
6671         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6672         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6673         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6674         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6675         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6676         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6677         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6678         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6679         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6680         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6681         Autoload file sans suffix.
6683         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6685 2005-10-07  David Ponce  <david@dponce.com>
6687         * recentf.el (recentf-menu-open-all-flag): New option.
6688         (recentf-digit-shortcut-command-name): New function.
6689         (recentf--shortcuts-keymap): New variable.
6690         (recentf-menu-shortcuts): New variable.
6691         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6692         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6693         (recentf-menu-value-shortcut): New function.
6694         (recentf-make-menu-item): Use it.  No more in-lined.
6695         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6696         (recentf-open-most-recent-file): Rename from
6697         `recentf-open-file-with-key'.  Don't depend on key binding.
6698         (recentf-mode-map): New variable.
6699         (recentf-mode): Use it.
6701 2005-10-06  Bill Wohler  <wohler@newt.com>
6703         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6705         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6706         (MH-E-SRC): New.  Used by mh-autoloads.
6707         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6708         files in MH-E-SRC have been updated.
6709         (compile, recompile, bootstrap): Depend on mh-autoloads.
6711 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6713         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6714         gud-break and gud-remove icons when the fringe is not available.
6716         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6717         Typo.
6719 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6721         * play/zone.el (zone): Wrap body with save-window-excursion.
6723 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6726         Use the new `list-only' arg to diary-list-entries.
6728         * calendar/diary-lib.el: Use overlays rather than selective-display.
6729         (diary-selective-display): New var.
6730         (diary-header-line-format): Use it.
6731         (diary-list-entries): Add argument `list-only'.
6732         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6733         Replace \^M by invisible overlays.
6734         (diary-unhide-everything): Replace \^M by invisible overlays.
6735         (print-diary-entries): Look for overlays rather than \^M.
6736         Add a space to the temp buffer name.
6737         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6738         Put the buffer in diary-mode.
6739         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6740         (diary-anniversary): Make the year arg optional.
6741         (diary-time-regexp): New const.
6742         (diary-font-lock-keywords): Use it to accept a few more time formats.
6744         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6746 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6748         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6749         Fix bug introduced 2005-07-03: Use (car (last ...))
6750         to faithfully reproduce replaced artist-last.
6751         (artist-set-arrow-points-for-poly): Likewise.
6752         Suggested by Johan Bockg\e,Ae\e(Brd.
6754 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6756         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6757         * wid-edit.el (widget):
6758         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6759         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6761 2005-10-06  Kenichi Handa  <handa@m17n.org>
6763         * international/mule-cmds.el (set-language-environment):
6764         Fix setting up of case-table for unibyte mode.
6766         * simple.el (what-cursor-position): If the character is displayed
6767         by some `display' text property, show that.  Don't use
6768         single-key-description for eight-bit characters in multibyte mode.
6770 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6772         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6773         (gdb-ann3): Set it.
6774         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6775         (gdb-info-frames-custom): Use inverse-video for first five
6776         characters of selected frame only.
6777         (gdb-get-frame-number): Select frame even when point is on frame
6778         number.
6780 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6782         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6783         Put `font-lock-function-name-face'.
6784         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6785         and `font-lock-variable-name-face'
6786         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6787         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6788         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6789         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6790         (gdb-local-font-lock-keywords): New font lock keywords definition.
6791         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6792         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6793         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6795 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6797         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6798         (ediff-merge-region-is-non-clash-to-skip): Previously called
6799         ediff-merge-region-is-non-clash.
6801         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6802         Use insert-buffer-substring.
6804         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6805         selecting files to patch.  Also bug fixes.
6807         * ediff-util.el (ediff-setup): Bug fix.
6808         (ediff-next-difference): Never skip clashes that differ in white
6809         space only.
6811         * ediff-wind.el (ediff-setup-control-frame)
6812         (ediff-destroy-control-frame): Check the menubar feature.
6814         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6815         (viper-refresh-mode-line): Use make-local-variable to localize
6816         some vars instead of make-variable-buffer-local.  Suggested by
6817         Stefan Monnier.
6819         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6820         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6821         Use make-local-variable instead of make-variable-buffer-local.
6822         Suggested by Stefan Monnier.
6824         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6825         (viper-comint-mode-hook): Use make-local-variable on
6826         require-final-newline.
6827         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6829 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6832         also the second char of a comment-start sequence.
6833         (scheme-sexp-comment-syntax-table): New var.
6834         (lambda, define): Set their scheme-doc-string-elt property.
6835         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6836         Use lisp-font-lock-syntactic-face-function now that it properly
6837         handles |...| symbols.
6838         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6839         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6841         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6842         bit from # to |.
6843         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6845         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6846         (lisp-doc-string-elt-property): New var.
6847         (lisp-font-lock-syntactic-face-function): Use it.
6848         Rewrite to recognize docstrings even for forms not at toplevel.
6850         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6851         annotation on the | part of #| rather than on the # part.
6852         (scheme-font-lock-syntactic-face-function): New function, to
6853         distinguish strings from |...| symbols.
6854         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6855         syntax-table so that #|...|# is properly highlighted.
6857         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6858         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6860 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6863         and C-e.
6865         * emacs-lisp/eldoc.el: Move comments into docstrings.
6866         (eldoc-message-commands): Initialize in its declaration.
6867         Add move-beginning-of-line and move-end-of-line.
6868         (eldoc-add-command, eldoc-add-command-completions)
6869         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6871         * outline.el (outline-mark-subtree): Activate the mark.
6873         * calendar/appt.el (appt-time-regexp): New var.
6874         (appt-add, appt-make-list): Use it.
6875         (appt-convert-time): Clean up.
6877         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6878         Don't set any syntax-table property here.
6879         (tex-font-lock-verb): New function.  Do it here.
6880         (tex-font-lock-syntactic-keywords): Use it.
6882 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6884         * wid-edit.el (widget-file-complete): Get the widget start point
6885         the right way.  Default directory to `/' if file has none.
6887         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6889         * textmodes/flyspell.el (flyspell-mode-on):
6890         Call ispell-maybe-find-aspell-dictionaries.
6892         * textmodes/ispell.el (ispell-word, ispell-region):
6893         Call ispell-maybe-find-aspell-dictionaries.
6894         (ispell-accept-buffer-local-defs):
6895         Don't call ispell-maybe-find-aspell-dictionaries
6897 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6899         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6901 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6903         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6904         instead of `fboundp' in order to allow for anonymous functions.
6906 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6908         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6909         case the user clicks on the link while another window is selected.
6910         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6912         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6913         functionality.
6914         (dframe-help-echo): Save point in case mouse tracking is off.
6916 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6918         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6920 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6922         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6923         not change the global value of those vars.
6925         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6926         make-local-variable which we do not need any more.
6928 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6930         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6931         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6932         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6933         (speedbar-path-line): Define obsolete aliases.
6934         (speedbar-line-directory): Doc fix.
6936         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6937         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6938         instead of speedbar-line-path.
6940 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6942         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6943         to nil if dropping on a window.  Handle dropping on a minibuffer window
6944         like dropping on a non-window part of Emacs.
6946 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6948         * net/ange-ftp.el: Use with-current-buffer.
6949         (ange-ftp-insert-directory): Do not follow symlinks any more.
6951         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6952         Remove interactive spec.
6954 2005-10-03  Kim F. Storm  <storm@cua.dk>
6956         * ido.el (ido-mode): Use custom-initialize-set.
6958 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6960         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6961         Use insert-buffer-substring.
6963         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6964         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6966 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6969         in last change.
6970         (ange-ftp-insert-directory): Fix up the search for the case where
6971         `file' is absolute.
6973 2005-10-02  Romain Francoise  <romain@orebokech.com>
6975         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6977 2005-10-02  Andreas Schwab  <schwab@suse.de>
6979         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6980         directory component in the session info.
6982 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6984         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6986         * simple.el (next-error-internal): New function.
6988         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6989         (compilation-start): Pass new arg to compilation-buffer-name.
6990         (compile-goto-error): Use next-error-internal.
6992 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6994         * speedbar.el: Remove RCS tag.
6995         (speedbar-check-read-only): Handle non-existent files.
6997         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6999         * info.el (Info-speedbar-hierarchy-buttons)
7000         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7002 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7004         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7005         Do not match newline.
7006         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7007         (bibtex-summary): Remove unnecessary save-excursion.
7008         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7010 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7012         * term/mac-win.el: Add charset info for "iso10646-1".
7013         Modify default fontset to use ATSUI-compatible fonts for some charsets
7014         if available.
7016 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
7018         * speedbar.el: Re-apply arch tag.
7019         (speedbar-version): Rename to version 1.0.  Suggested by Eric
7020         M. Ludlam.
7021         Reapply two changes from Emacs CVS' version of speedbar lost
7022         during the merge:
7023         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7024         (speedbar-frame-parameters): Improve customize type.
7026 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7029         (ange-ftp-file-directory-p): Fix the symlink case.
7030         (ange-ftp-insert-directory): When listing a single file, get a list of
7031         the parent buffer and extract the relevant line.  Inspired from a patch
7032         by Katsumi Yamaoka <yamaoka@jpl.org>.
7033         (ange-ftp-file-name-sans-versions): Simplify.
7035 2005-09-30  Bill Wohler  <wohler@newt.com>
7037         Move MH-E image files from toolbar and mail directories into
7038         etc/images.
7040         * mail/reply2.*: Move to etc/images/mail/reply*.
7042         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7043         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7044         etc/images.
7046         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7047         * toolbar/reply*: Move to etc/images/mail.
7049         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7051 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
7053         * speedbar.el: New version 1.0pre3.
7055         Frame management code (including timer, and mouse click specifics)
7056         moved to dframe.el:
7057         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
7058         (speedbar-timer): Removed.  Use dframe-timer.
7059         (speedbar-close-frame): Removed.  Use dframe-close-frame.
7060         (speedbar-activity-change-focus-flag): Removed.  Use
7061         dframe-activity-change-focus-flag.
7062         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
7063         dframe-update-speed.
7065         (speedbar-current-frame): New macro.  Use this instead of the
7066         variable speedbar-frame.
7068         (speedbar-use-images, speedbar-expand-image-button-alist)
7069         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7071         (speedbar-find-image-on-load-path): Removed.  Replaced by
7072         defezimage in ezimage.el.
7073         (speedbar-expand-image-button-alist): Removed.  Replaced by
7074         ezimage-expand-image-button-alist in ezimage.el.
7076         (speedbar-ignored-directory-regexp)
7077         (speedbar-add-ignored-directory-regexp)
7078         (speedbar-ignored-directory-expressions)
7079         (speedbar-line-directory, speedbar-buffers-line-directory)
7080         (speedbar-directory-line, speedbar-buffers-line-directory):
7081         Renamed, replacing `path' with `directory'.
7083         (speedbar-create-directory, speedbar-expand-line-descendants)
7084         (speedbar-toggle-line-expansion)
7085         (speedbar-contract-line-descendants): New commands.
7087         (speedbar-query-confirmation-method, speedbar-select-frame-method)
7088         (speedbar-use-tool-tips-flag): New options.
7090         (speedbar-check-read-only, speedbar-require-version)
7091         (speedbar-insert-separator, speedbar-buffers-tail-notes)
7092         (speedbar-handle-delete-frame, speedbar-try-completion)
7093         (speedbar-update-localized-contents): New functions.
7095         (speedbar-incompatible-version, speedbar-ro-to-do-point)
7096         (speedbar-object-read-only-indicator): New variables.
7098         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7099         New hooks.
7101         (speedbar-separator-face): New face.
7103         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7104         (speedbar-ignored-modes): Add fundamental-mode.
7105         (speedbar-directory-unshown-regexp): Add . directories.
7107         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7108         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7109         `]' for full expand/close.
7110         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7112         (speedbar-check-vc): Support hidden files.
7113         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7114         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
7115         state is nil, it is not checked out.
7117         (speedbar-line-text, speedbar-line-token): Support expand buttons
7118         with no text.
7119         (speedbar-refresh): Universal argument acts as power-click.
7120         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7121         that buffer to get variable values.
7123         And many other bugfixes.
7125         * dframe.el, ezimage.el, sb-image.el: New files.
7127         * sb-*.xpm: Remove files.  New image files installed into
7128         etc/images/ezimage.
7130 2005-09-30  Kenichi Handa  <handa@m17n.org>
7132         * ps-mule.el (ps-mule-show-warning): If a character is in
7133         ps-print-translation-table, don't treat it as non-printable.
7135 2005-09-30  David Ponce  <david@dponce.com>
7137         * tree-widget.el (tree-widget-themes-load-path): New variable.
7138         (tree-widget-themes-directory): Doc fix.
7139         (tree-widget-image-formats) [Emacs]: Doc fix.
7140         (tree-widget--locate-sub-directory): New function.
7141         (tree-widget-themes-directory): Use it.
7143         * recentf.el (recentf-filename-handlers): Rename from
7144         `recentf-filename-handler'.  Allow a list of functions.
7145         (recentf-menu-items-for-commands): Fix :help strings.
7146         (recentf-apply-filename-handlers): New function.
7147         (recentf-expand-file-name): Use it.
7148         (recentf-cleanup): Remove duplicates too.
7150 2005-09-29  Juri Linkov  <juri@jurta.org>
7152         * faces.el: Rearrange face definitions to be in the same order as
7153         their face descriptions in "(emacs)Standard Faces".
7155         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7157         * tooltip.el (tooltip): Add group `basic-faces'.
7159         * buff-menu.el (Buffer-menu-buffer): Remove group
7160         `font-lock-highlighting-faces'.
7162         * progmodes/compile.el (compilation-error, compilation-warning)
7163         (compilation-info, compilation-line-number, compilation-column-number):
7164         Change group from `font-lock-highlighting-faces' to `compilation'.
7166         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7167         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7168         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7169         (vhdl-font-lock-reserved-words-face)
7170         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7171         `font-lock-highlighting-faces'.
7173         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7175 2005-09-28  Kim F. Storm  <storm@cua.dk>
7177         * emulation/cua-base.el: Set CUA move property on additional commands:
7178         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7179         forward-sexp, backward-sexp, forward-list, backward-list.
7181 2005-09-28  Romain Francoise  <romain@orebokech.com>
7183         * comint.el (comint-show-output): Really set point at the
7184         beginning of the output when not using `comint-use-prompt-regexp'.
7186 2005-09-27  Jay Belanger  <belanger@truman.edu>
7188         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7189         in TeX mode.
7191 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
7193         * textmodes/org.el (org-table-sum): Fix format string.
7195         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7196         Quote face names.
7198 2005-09-26  Romain Francoise  <romain@orebokech.com>
7200         * isearch.el (isearch-forward-regexp): Close doc string.
7202 2005-09-25  Richard M. Stallman  <rms@gnu.org>
7204         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7206         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7208         * progmodes/compile.el (compilation-error-properties):
7209         When getting the file from the previous error message,
7210         correctly decode the new data format.
7212         * progmodes/cc-cmds.el (c-electric-paren):
7213         Call old-blink-paren only for close-paren.
7215 2005-09-24  Andreas Schwab  <schwab@suse.de>
7217         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7218         condition.
7220 2005-09-25  Romain Francoise  <romain@orebokech.com>
7222         * dired-aux.el (dired-copy-file-recursive):
7223         * dired.el (dired-delete-file):
7224         * ediff-mult.el (ediff-dir-diff-copy-file):
7225         * ediff-util.el (ediff-test-save-region):
7226         * forms.el (forms-mode):
7227         * ido.el (ido-file-internal, ido-delete-file-at-head):
7228         * log-edit.el (log-edit-done):
7229         * ses.el (ses-yank-resize):
7230         * play/gomoku.el (gomoku-human-plays, gomoku)
7231         (gomoku-human-resigns, gomoku-prompt-for-other-game)
7232         (gomoku-offer-a-draw):
7233         * play/landmark.el (lm-human-resigns, lm):
7234         * net/eudcb-ldap.el (eudc-ldap-check-base):
7235         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
7236         * progmodes/ebrowse.el (ebrowse-find-pattern):
7237         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
7238         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
7239         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
7241         * vc.el (vc-delete-file):
7242         * play/gomoku.el (gomoku-terminate-game, gomoku)
7243         (gomoku-prompt-for-move, gomoku-human-takes-back):
7244         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
7245         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
7247 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
7249         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
7250         color rxvt terminals by using the code xterm.el used to use before
7251         2005-04-09 in order to match the colors used by rxvt.
7253 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
7255         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
7256         colors rxvt-unicode terminals by using the same code as xterm.el.
7258 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * textmodes/tex-mode.el (tex-font-lock-append-prop)
7261         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
7262         new symbol used for the tex-verbatim face.
7264 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7266         * woman.el (woman-file-name):
7267         * wid-edit.el (widget-file-prompt-value)
7268         (widget-coding-system-prompt-value):
7269         * w32-fns.el (set-w32-system-coding-system):
7270         * vc.el (vc-version-diff, vc-annotate):
7271         * textmodes/reftex-auc.el (reftex-arg-cite)
7272         (reftex-arg-index-tag):
7273         * textmodes/refer.el (refer-get-bib-files):
7274         * textmodes/artist.el (artist-figlet-choose-font):
7275         * terminal.el (terminal-emulator):
7276         * replace.el (occur-read-primary-args):
7277         * rect.el (string-rectangle, string-insert-rectangle):
7278         * ps-print.el (ps-print-preprint):
7279         * progmodes/pascal.el (pascal-goto-defun):
7280         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7281         * progmodes/compile.el (compilation-find-file):
7282         * printing.el (pr-interactive-n-up):
7283         * play/animate.el (animate-birthday-present):
7284         * net/rcompile.el (remote-compile):
7285         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7286         * mail/rmailsum.el (rmail-summary-search-backward)
7287         (rmail-summary-search):
7288         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7289         (rmail-output-read-file-name):
7290         * mail/rmail.el (rmail-search, rmail-search-backwards):
7291         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7292         * locate.el (locate):
7293         * international/quail.el (quail-show-keyboard-layout):
7294         * international/mule.el (set-buffer-file-coding-system)
7295         (revert-buffer-with-coding-system, set-file-name-coding-system)
7296         (set-terminal-coding-system, set-keyboard-coding-system)
7297         (set-next-selection-coding-system):
7298         * international/mule-diag.el (describe-coding-system)
7299         (describe-font, describe-fontset):
7300         * international/mule-cmds.el (universal-coding-system-argument)
7301         (search-unencodable-char, describe-input-method)
7302         (set-language-environment, describe-language-environment):
7303         * international/codepage.el (codepage-setup):
7304         * international/code-pages.el (codepage-setup):
7305         * info.el (Info-search, Info-follow-reference)
7306         (Info-search-backward):
7307         * emacs-lisp/advice.el (ad-read-advised-function)
7308         (ad-read-advice-class, ad-clear-cache, ad-activate)
7309         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7310         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7311         (ad-read-regexp):
7312         * ediff-util.el (ediff-toggle-regexp-match):
7313         * ediff-ptch.el (ediff-prompt-for-patch-file):
7314         * dired-aux.el (dired-diff):
7315         * diff.el (diff):
7316         * cus-edit.el (custom-variable-prompt):
7317         * calendar/timeclock.el (timeclock-ask-for-project):
7318         * calc/calcalg3.el (calc-get-fit-variables):
7319         * calc/calc-store.el (calc-edit-variable)
7320         (calc-permanent-variable):
7321         * vc-mcvs.el (vc-mcvs-register):
7322         * shadowfile.el (shadow-define-literal-group):
7323         * woman.el (woman-file-name):
7324         * vc.el (vc-version-diff, vc-merge):
7325         * textmodes/reftex-index.el (reftex-index-complete-tag):
7326         * format.el (format-decode-buffer, format-decode-region):
7327         * emulation/viper-cmd.el (viper-read-string-with-history):
7328         * emacs-lisp/debug.el (cancel-debug-on-entry):
7329         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7330         * ediff.el (ediff-merge-revisions)
7331         (ediff-merge-revisions-with-ancestor, ediff-revision):
7332         * completion.el (interactive-completion-string-reader):
7333         * calc/calc-prog.el (calc-user-define-formula):
7334         Follow convention for reading with the minibuffer.
7336 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7338         * progmodes/python.el (python-describe-symbol): Add globals() and
7339         locals() to the arguments of emacs.ehelp.
7341 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7343         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7344         New function, code extracted from ispell-valid-dictionary-list.
7345         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7346         Call it.
7348 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7350         * subr.el (version-regexp-alist): Extend valid syntax for version
7351         strings: allow any of the characters -,_,+ to separate the
7352         alpha/beta/rc part from the version part.  Doc fix.
7353         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7355 2005-09-23  David Reitter  <david.reitter@gmail.com>
7357         * mail/mailclient.el: New file.
7359 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7361         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7362         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7363         Doc fixes.
7365         * progmodes/cc-mode.el (c-font-lock-init):
7366         Specify font-lock-lines-before.
7368 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7371         whole conflict.
7373 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7375         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7376         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7377         of `remap' feature when available.  Additional key bindings for
7378         better tty support.
7379         (org-mode-restart, org-force-self-insert): New commands.
7380         (org-time-stamp-inactive): New command.
7381         (org-remap): New function.
7382         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7383         (org-enable-fixed-width-editor): Move to `org-structure'
7384         customization group.
7385         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7386         blank field after field motion commands.
7388 2005-09-23  Kenichi Handa  <handa@m17n.org>
7390         * international/mule-cmds.el (set-language-environment):
7391         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7392         have to call utf-translate-cjk-load-tables.
7394 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * mouse.el (mouse-move-drag-overlay): Fix last change.
7398 2005-09-22  David Ponce  <david@dponce.com>
7400         * tree-widget.el (tree-widget-value-create): Fix previous change.
7402 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7404         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7406 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7408         * mouse.el (mouse-move-drag-overlay): New function.
7409         (mouse-drag-region-1): Use it.
7410         Try to simplify a bit the state handling.  Handle clicks on links
7411         inside intangible areas.
7412         (mouse-save-then-kill): Minor simplification.
7413         (mouse-secondary-overlay): Make it always non-nil instead of
7414         recreating it each time.
7415         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7416         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7417         Simplify accordingly.
7419 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7421         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7423 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7425         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7426         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7427         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7428         to patch.
7430         * ediff-util.el: Use insert-buffer-substring.
7432         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7434         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7435         field boundaries in the minibuffer.
7436         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7437         (viper-minibuffer-post-command-hook): New hook.
7438         (viper-line): Don't move cursor at bolp.
7440         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7442         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7443         avoid compiler warnings.
7445         * emulation/viper-macs.el (ex-map): Better messages.
7447         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7449         * emulation/viper.el: Replace make-variable-buffer-local with
7450         viper-make-variable-buffer-local everywhere, to avoid warnings.
7452 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7455         Delete unused var `old-selected-window'.
7456         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7457         (mouse-drag-secondary): Delete unused var `start-frame'.
7459 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7461         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7463 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7466         Re-indent within 80 columns.  Use inhibit-read-only.
7468 2005-09-19  Romain Francoise  <romain@orebokech.com>
7470         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7472 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7474         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7475         unconditionally, since the after-change-function already did it.
7477 2005-09-19  Miles Bader  <miles@gnu.org>
7479         * net/newsticker.el: Get rid of CVS keyword.
7481 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7483         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7484         The prompt is formatted later.
7486 2005-09-19  David Ponce  <david@dponce.com>
7488         * tree-widget.el (tree-widget-value-create): Save the converted
7489         tree :node widget.
7491 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7493         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7494         variable `message'.
7496 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7498         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7499         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7500         <slawomir.nowaczyk.847@student.lu.se>.
7502 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7504         * image.el (image-load-path): Use symbol `data-directory' instead
7505         of its value, for backward compatibility with packages that bind
7506         it during `find-image'.  Suggested by Katsumi Yamaoka.
7507         (image-search-load-path): Handle symbols whose values are strings.
7509 2005-09-18  Romain Francoise  <romain@orebokech.com>
7511         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7512         with-current-buffer form in save-excursion.
7514 2005-09-18  D Goel  <deego@gnufans.org>
7516         * apropos.el (apropos-command): Fix `message' call: first arg
7517         should be a format spec.  In this and all other cases that appear
7518         below and elsewhere in the source code, I made a change only when
7519         two conditions were satisfied: [1] I can think of a possibility
7520         that the arguments would cause an error, for example, the code in
7521         question relies on external variables such as filenames.  [2] I
7522         was sure that the arg to `message' could not have been nil in the code.
7524         * textmodes/tildify.el (tildify-region): Ditto.
7526         * textmodes/reftex-index.el (reftex-index-change-entry)
7527         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7528         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7529         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7530         (org-priority, org-table-sum):
7531         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7532         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7533         (flyspell-word, flyspell-display-next-corrections):
7534         * textmodes/bibtex.el (bibtex-print-help-message):
7535         * textmodes/artist.el (artist-key-set-point-poly):
7536         * term/mac-win.el (mac-services-insert-text):
7537         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7538         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7539         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7540         (vhdl-compose-configuration):
7541         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7542         (sh-set-indent, sh-learn-line-indent):
7543         * progmodes/ps-mode.el (ps-mode-target-column):
7544         * progmodes/idlwave.el (idlwave-make-tags)
7545         (idlwave-scan-library-catalogs):
7546         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7547         * progmodes/gud.el (gud-jdb-analyze-source):
7548         * progmodes/flymake.el (flymake-log):
7549         * progmodes/ebnf2ps.el (ebnf-generate-region):
7550         * progmodes/cmacexp.el (c-macro-expansion):
7551         * progmodes/ada-xref.el (ada-treat-cmd-string):
7552         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7553         (ada-justified-indent-current, ada-batch-reformat):
7554         * play/zone.el (zone):
7555         * play/landmark.el (lm-move):
7556         * play/decipher.el (decipher-show-alphabet):
7557         * net/newsticker.el (newsticker--display-jump)
7558         (newsticker--display-scroll):
7559         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7560         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7561         * mail/feedmail.el (feedmail-dump-message-to-queue):
7562         * eshell/esh-proc.el (eshell-remove-process-entry):
7563         * emulation/ws-mode.el (ws-last-error):
7564         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7565         (viper-record-kbd-macro):
7566         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7567         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7568         * emacs-lisp/find-func.el (find-function-noselect):
7569         * calendar/timeclock.el (timeclock-status-string)
7570         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7571         (timeclock-when-to-leave-string):
7572         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7573         * calc/calc-units.el (calc-enter-units-table):
7574         * calc/calc-mode.el (calc-mode-record-mode):
7575         * woman.el (woman-mini-help):
7576         * wdired.el (wdired-change-to-wdired-mode):
7577         * vc.el (vc-retrieve-snapshot):
7578         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7579         * startup.el (display-startup-echo-area-message):
7580         * simple.el (set-goal-column):
7581         * ses.el (ses-command-hook, ses-recalculate-cell):
7582         * server.el (server-process-filter):
7583         * printing.el (pr-interface-txt-print, pr-interface-printify)
7584         (pr-interface-ps):
7585         * pcvs.el (cvs-help):
7586         * log-edit.el (log-edit, log-edit-mode-help):
7587         * iswitchb.el (iswitchb-possible-new-buffer):
7588         * isearch.el (isearch-edit-string):
7589         * image-mode.el (image-mode, image-minor-mode):
7590         * ibuf-macs.el (define-ibuffer-filter):
7591         * hi-lock.el (hi-lock-find-patterns):
7592         * files.el (toggle-read-only):
7593         * ediff-util.el (ediff-copy-diff)
7594         (ediff-write-merge-buffer-and-maybe-kill):
7595         * echistory.el (Electric-history-undefined):
7596         * dnd.el (dnd-insert-text):
7597         * dired-aux.el (dired-query):
7598         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7599         * bookmark.el (bookmark-bmenu-locate):
7600         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7601         Fix `message' calls to ensure first arg is a format string.
7602         The change was made only when these two conditions were satisfied:
7603         [1] when there is a possibility that the arguments would cause an error
7604         for example, if the code in question relies on external variables
7605         such as filenames, and
7606         [2] if the arg to `message' could not have been nil in the code.
7608         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7609         Not having a %s would be weird, though not technically wrong.
7611 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7613         * term/mac-win.el (mac-add-charset-info): Doc fix.
7615 2005-09-17  Romain Francoise  <romain@orebokech.com>
7617         * shell.el (shell-resync-dirs): Handle echoing processes more
7618         reliably.  Don't insert resync command if `comint-process-echoes'
7619         is non-nil.
7621 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7623         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7624         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7625         aspell versions >= 0.60.
7626         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7627         only if ispell-aspell-supports-utf8 is non-nil.
7629 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7631         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7632         buffer-local value to lisp-indent-function.
7634 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7636         * progmodes/glasses.el (glasses-make-readable): If
7637         glasses-separator differs from underscore, put appropriate
7638         overlays over underscore characters.
7639         (glasses-convert-to-unreadable): If glasses-separator differs from
7640         underscore, try to convert glasses-separator characters to
7641         underscores.
7643 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7646         Use with-syntax-table and dolist.
7648 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7650         * textmodes/reftex-auc.el:
7651         * textmodes/reftex-cite.el:
7652         * textmodes/reftex-dcr.el:
7653         * textmodes/reftex-global.el:
7654         * textmodes/reftex-parse.el:
7655         * textmodes/reftex-ref.el:
7656         * textmodes/reftex-sel.el:
7657         * textmodes/reftex-toc.el:
7658         * textmodes/reftex-vars.el:
7659         * textmodes/reftex.el: Small changes to remove compiler warnings.
7661         * textmodes/reftex-index.el: Likewise.
7662         (reftex-query-index-phrase): More efficient use of markers.
7664 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7666         * image.el (image-load-path): New variable.
7667         (image-search-load-path): New function.
7668         (find-image): Search for images in `image-load-path'.
7670 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7672         * follow.el: Change Maintainer field.
7674 2005-09-15  David Ponce  <david@dponce.com>
7676         * recentf.el (recentf-save-file-modes): New option.
7677         (recentf-save-list): Use it.
7679 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7681         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7682         (mode-line-mule-info, mode-line-modified): Move bindings from
7683         mouse-3 to mouse-1.
7685 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7687         * simple.el (sendmail-user-agent-compose): Revert last change.
7689 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7692         Use with-current-buffer.
7693         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7694         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7695         (ange-ftp-insert-directory): Remove unused var `short'.
7696         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7698         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7699         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7701         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7702         (check-calendar-holidays, diary-list-entries): Autoload.
7703         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7704         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7706         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7707         which mistakenly removed a call to display-buffer.
7709 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7711         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7713 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7715         * progmodes/hideshow.el
7716         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7717         (hs-allow-nesting): New user var.
7718         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7719         (hs-hide-block-at-point): When nesting allowed,
7720         if there is already an overlay in place, delete it.
7721         (hs-safety-is-job-n): Delete func; remove call sites.
7722         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7723         (hs-overlay-at): New func.
7724         (hs-already-hidden-p, hs-show-block): Use it.
7725         (hs-hide-all): Don't pre-clean if nesting allowed.
7726         (hs-show-all): Temporarily disallow
7727         nesting around call to `hs-discard-overlays'.
7729 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7731         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7732         Delete unused local var.
7734 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7736         * help-fns.el (describe-categories): "?\ " -> "?\s".
7737         (help-do-arg-highlight): Recognize also ARG-n, as in
7738         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7740         * international/codepage.el (dos-unsupported-char-glyph):
7741         * net/newsticker.el (tool-bar-map, w3-mode-map)
7742         (w3m-minor-mode-map):
7743         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7744         (ent-alist):
7745         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7747 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7749         * custom.el (custom-push-theme): Handle the case where a symbol is
7750         bound but face properties have not yet been assigned.
7752         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7753         Fix behavior if noerase is `t' and there is no mail buffer.
7755         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7756         if `continue' is nil, rather than signal an error.
7758 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7760         * font-lock.el (font-lock-keywords): Add autoload.
7762         * help-fns.el (describe-variable): Rearrange to put source link
7763         in a predictable place.
7765         * net/newsticker.el: New file.
7767 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7770         (calendar-basic-setup): Use the new nil arg.
7771         (number-of-diary-entries): Move to diary-lib.el.
7773         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7774         (diary-list-entries): Use with-syntax-table and dolist.
7775         Rename from list-diary-entries.
7776         Use number-of-diary-entries if `number' is nil.
7777         (diary, diary-view-entries): Use this new name and new nil arg value.
7778         (number-of-diary-entries): Move from calendar.el.
7779         (diary-unhide-everything): New function.
7780         (include-other-diary-files, fancy-diary-display)
7781         (diary-show-all-entries, make-diary-entry): Use it.
7782         (diary-mail-entries): Use buffer-string.
7783         (mark-diary-entries): Fix long standing paren typo.
7784         (diary-sexp-entry): Use count-lines.
7785         (make-diary-entry): Avoid `previous-line'.
7786         (diary-mode-map): New var.
7787         (diary-mode): Redraw cal after saving.  Setup header-line.
7788         (fancy-diary-display-mode): Use local-set-key.
7790         * startup.el (command-line): Try calling various terminal-init-foo-bar
7791         functions by stripping hyphenated suffixes from $TERM.
7793         * files.el (normal-mode): Check boundness of font-lock-keywords.
7795 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7797         * progmodes/compile.el: Don't decide a file's directory
7798         until the user actually tries to go there.
7799         (compilation-next-error-function):
7800         Pass compilation-find-file the directory from the file-struct.
7801         (compilation-internal-error-properties): Separate local FILE-STRUCT
7802         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7803         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7804         Expand it, and if nil, use default-directory.
7805         (compilation-get-file-structure): Don't mix specified directory
7806         with default directory.  Put specified directory into
7807         file-struct.  Don't make the file name absolute.
7809         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7810         (compile-command): Add autoload.
7811         (compilation-disable-input): Add autoload.
7813 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7815         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7816         strings of the variables it can override.
7817         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7818         %Q and %q, for fully-qualified domain name and unqualified host name.
7820 2005-09-11  Kim F. Storm  <storm@cua.dk>
7822         * emacs-lisp/authors.el (authors-aliases): Update list.
7823         (authors-fixed-entries): Update mldrag.el entry.
7825 2005-09-10  Alan Mackenzie  <acm@muc.de>
7827         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7828         from the region narrowed to.
7830 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7832         * textmodes/ispell.el (ispell-check-version): Signal an error if
7833         aspell version is less than 0.60.
7835 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7837         * progmodes/octave-inf.el (inferior-octave-startup):
7838         Resync current dir at the end.
7840 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7842         * woman.el (woman-topic-at-point-default):
7843         Rename to woman-use-topic-at-point-default.
7844         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7845         (woman-file-name): Reflect renames above.  Automatically use the
7846         word at point as topic if woman-use-topic-at-point is non-nil.
7847         Otherwise offer it as default but don't insert it in the
7848         minibuffer.  Also use `test-completion' instead of `assoc' as
7849         suggested by Stefan Monnier.
7851 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7853         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7854         the attempt to do it over Tramp.  This is not yet supported.
7856 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7858         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7859         (menu-bar-non-minibuffer-window-p): New functions.
7860         ("Split Window", "Save As..."): Use them.
7861         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7862         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7863         Use menu-bar-menu-frame-live-and-visible-p.
7864         ("Save Buffer", "Insert File", "Open Directory...")
7865         ("Open File...", "Visit New File..."):
7866         Use menu-bar-non-minibuffer-window-p.
7867         (kill-this-buffer-enabled-p, dired <menu-enable>):
7868         Use menu-bar-non-minibuffer-window-p.
7870 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7872         * cus-start.el (all): Don't complain about fringe-related
7873         built-ins if fringes are not supported.  Ditto about
7874         selection-related built-ins.  Fix the test for GTK-related built-ins.
7876         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7877         ("Postscript Print Buffer", "Print Region", "Save As...")
7878         ("Save", "Insert File...", "Open Directory...")
7879         ("Open File...", "Visit New File..."")
7880         ("Truncate Long Lines in this Buffer"): Don't look at
7881         menu-updating-frame if this display does not support multiple frames.
7883 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7885         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7887 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7889         * woman.el: Format- and whitespace-related changes.
7891 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7893         * woman.el: Fix my email address.
7895 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7897         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7898         (sh-mode): Locally set skeleton-pair-default-alist.
7900         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7902         * progmodes/flymake.el: Require `compile' unconditionally.
7904         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7906         * woman.el (woman-file-name): Provide a default, not initial input.
7908         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7910         * font-lock.el (font-lock-support-mode): Doc fix.
7912         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7914 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7916         * simple.el (blink-matching-open): Get rid of text props from
7917         the string shown in echo area.  Don't permanently set point.
7918         Some rearrangements.
7920 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7922         * recentf.el (recentf-filename-handler): Add custom choice
7923         `abbreviate-file-name'.
7925         * msb.el (msb--very-many-menus): Fix typo.
7927         * disp-table.el (standard-display-european): Don't set
7928         enable-multibyte-characters to nil.
7930 2005-09-08  David Ponce  <david@dponce.com>
7932         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7933         (recentf-expand-file-name): Doc fix.
7934         (recentf-dialog-mode-map): Define digit shortcuts.
7935         (recentf--files-with-key): New variable.
7936         (recentf-show-digit-shortcut-filter): New function.
7937         (recentf-open-files-items): New function.
7938         (recentf-open-files): Use it.
7939         (recentf-open-file-with-key): New command.
7941 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7943         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7944         Suggested by Kim F. Storm.
7945         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7946         (Buffer-menu-make-sort-button): Use global keymap.
7948 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7950         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7951         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7952         necessary any longer with the remapped command.
7953         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7954         formatting time only.
7956         * net/tramp.el (tramp-action-password)
7957         (tramp-multi-action-password): Compile the password prompt from
7958         `method', `user' and `host'.  Sometimes it isn't obvious which
7959         password to enter, for example with remote files offered by
7960         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7961         <robert@chezmarshall.freeserve.co.uk>.
7963 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7966         Fix regexp for when "s///" is at the beginning of line.
7968 2005-09-07  Jay Belanger  <belanger@truman.edu>
7970         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7971         when in matrix mode.
7973 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7976         non-anonymous functions.
7978 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7980         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7981         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7983         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7984         can't be moved; don't signal an error.
7986 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7988         * cus-theme.el (custom-theme-write-faces): Save the current face
7989         spec, not the defface spec.
7991         * custom.el (custom-known-themes): Clarify meaning of "standard".
7992         (custom-push-theme): Save old values in the standard theme.
7993         (disable-theme): Correct typo.
7994         (custom-face-theme-value) Deleted unused function.
7995         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7997 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * progmodes/compile.el (compilation-goto-locus): Take into account
8000         iconified frames when determining whether the buffer is
8001         already visible.
8002         Don't reset window height if the window already existed.
8004 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
8006         * custom.el (load-theme): Rename from require-theme.
8007         Add interactive spec.
8008         (enable-theme): Rename from custom-enable-theme.
8009         Add interactive spec.
8010         (disable-theme): Rename from custom-disable-theme.
8011         Add interactive spec.
8012         (custom-make-theme-feature): Doc fix.
8013         (custom-theme-directory): Doc fix.
8014         (provide-theme): Call enable-theme.
8016 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * obsolete/lazy-lock.el (lazy-lock-mode):
8019         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8020         font-lock-mode if it's off.  Print a warning instead.
8022         * progmodes/compile.el (compilation-start): Ignore errors if the
8023         process died before we get to send-eof.
8025         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8026         Undo last change.  Enclosing the result in quotes broke things on Unix
8027         since tex-send-command passes it through shell-quote-argument.
8028         (tex-send-command): Pass `file' through convert-standard-filename
8029         when possible.
8030         (tex-uptodate-p): Handle the case where TeX hasn't put additional
8031         info in a transcript.
8033 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
8035         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8036         fix compilation warning. Reorder the key definitions to group
8037         together keys emitted by the current version of xterm.
8039         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8040         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8041         Reorder predicates to correct min-color usage.
8043 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
8045         * longlines.el (longlines-mode): Inhibit read-only when encoding.
8046         Kill local variables when longlines-mode is turned off.
8048 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8050         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8052         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8054         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8056         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8057         (font-lock-lines-before): Change default to being inactive.
8058         (font-lock-default-fontify-region): Obey font-lock-lines-before.
8059         (font-lock-after-change-function): Don't handle f-l-lines-before here.
8061 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8063         * net/tramp.el (tramp-handle-make-auto-save-file-name):
8064         Deactivate temporarily advice if active (not needed for Emacs 22,
8065         but for backwards compatibility).
8066         (tramp-exists-file-name-handler): Rewrite.  First implementation
8067         was too simple.
8068         (tramp-advice-make-auto-save-file-name):
8069         Call `tramp-handle-make-auto-save-file-name' (again, just for
8070         backwards compatibility).
8072 2005-08-31  Reto Zimmermann  <reto@gnu.org>
8074         * progmodes/vhdl-mode.el
8075         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8076         (vhdl-end-p): Fix indentation bug "else" after "-- when".
8077         (vhdl-set-default-project): New function (easier setting of default).
8078         (vhdl-port-copy): Handle extended identifiers for generics.
8079         (vhdl-compiler-alist): Better description for error message regexp.
8080         (vhdl-make): Query for target, use previous as default.
8081         (vhdl-port-copy): Fix port copy for port names starting with "signal".
8082         (vhdl-font-lock-keywords-2): Fix fontification for record
8083         el. assign.
8084         (vhdl-speedbar-make-subpack-line): Add package body link.
8085         (vhdl-generate-makefile-1): Not include itself as dependency.
8086         (vhdl-font-lock-init): Highlight c-preprocessor directives.
8087         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8088         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8089         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8090         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8091         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8092         (vhdl-import-project): Add string argument for `error'.
8093         (vhdl-compose-configuration)
8094         (vhdl-compose-configuration-architecture): Add configuration
8095         declaration generation.
8096         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8097         (vhdl-trailer-re): Add "record" keyword (better indentation).
8098         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8099         "[^ \t-\"]+".
8100         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8101         (vhdl-testbench-entity-file-name)
8102         (vhdl-testbench-architecture-file-name): Allow separate
8103         customization of testbench file names.
8104         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8105         (vhdl-get-visible-signals): Allow newline within alias declaration.
8106         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8107         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8108         (member-ignore-case): Alias for missing function in XEmacs.
8109         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8110         (vhdl-update-sensitivity-list): Ignore case on read signals.
8111         (vhdl-replace-string): Adjust case only for file names.
8112         (vhdl-update-sensitivity-list): Fix search for read signals.
8113         (vhdl-update-sensitivity-list): Exclude formal parameters.
8114         (vhdl-get-visible-signals): Include aliases of signals.
8115         (vhdl-get-visible-signals): Fix signal name searching.
8116         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8117         (vhdl-fixup-whitespace-region): Fix for character
8118         literals (e.g. ':').
8120 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8122         * ansi-color.el (comint-last-output-start):
8123         * bs.el (font-lock-verbose):
8124         * diff-mode.el (add-log-buffer-file-name-function):
8125         * dired-x.el (vm-folder-directory):
8126         * faces.el (help-xref-stack-item):
8127         * files.el (font-lock-keywords):
8128         * find-lisp.el (dired-buffers, dired-subdir-alist):
8129         * ido.el (cua-inhibit-cua-keys):
8130         * log-view.el (cvs-minor-wrap-function):
8131         * outline.el (font-lock-warning-face):
8132         * simple.el (compilation-current-error):
8133         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8134         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8135         * tooltip.el (comint-prompt-regexp):
8136         * w32-fns.el (explicit-shell-file-name):
8137         * term/mac-win.el (mac-charset-info-alist)
8138         (mac-services-selection, mac-system-script-code):
8139         * term/tty-colors.el (msdos-color-values):
8140         * term/w32-win.el (xlfd-regexp-registry-subnum):
8141         * term/x-win.el (x-keysym-table, x-selection-timeout)
8142         (x-session-id, x-session-previous-id):
8143         * textmodes/ispell.el (mail-yank-prefix):
8144         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8145         * textmodes/org.el (calc-embedded-close-formula)
8146         (calc-embedded-open-formula)
8147         (font-lock-unfontify-region-function):
8148         * textmodes/reftex-global.el (isearch-next-buffer-function)
8149         (TeX-master):
8150         * textmodes/reftex.el (font-lock-keywords):
8151         * textmodes/tex-mode.el (font-lock-comment-face)
8152         (font-lock-doc-face):
8153         * textmodes/texinfo.el (outline-heading-alist):
8154         Add defvars.
8156         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8157         (artist-spray-chars, artist-mode-init, artist-replace-string)
8158         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8159         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8160         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8162         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8163         (conf-align-assignments): "?\ " -> "?\s".
8165         * textmodes/reftex-index.el (TeX-master): Add defvar.
8166         (reftex-index-phrases-marker): Move up defvar.
8168         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8169         (reftex-toc-include-labels-indicator)
8170         (reftex-toc-include-index-indicator)
8171         (reftex-toc-max-level-indicator): Move up declarations.
8173         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8174         of args to `tramp-run-real-handler', even if it's empty in this case.
8176 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8178         * dired.el (dired-move-to-filename-regexp): Add date format for
8179         Mac OS X 10.3 in East Asian locales.
8181 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
8183         * files.el (make-auto-save-file-name): Add file name handler call
8184         if applicable.
8186         * net/tramp.el (tramp-file-name-handler-alist)
8187         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8188         (tramp-handle-make-auto-save-file-name): Rename from
8189         `tramp-make-auto-save-file-name'.
8190         (tramp-exists-file-name-handler): New defun.
8191         (tramp-advice-make-auto-save-file-name): Make defadvice only when
8192         `make-auto-save-file-name' is not a magic file name operation.
8194 2005-08-30  Richard M. Stallman  <rms@gnu.org>
8196         * files.el (risky-local-variable-p):
8197         Match `-predicates' and `-commands.
8199         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8200         (custom-save-all): Visit the file if necessary;
8201         kill the buffer if we created it.
8202         (custom-save-delete): Don't visit file or kill buffer here.
8204 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8206         * textmodes/org.el (org-special-keyword): New face.
8207         (org-table-copy-down, org-table-eval-formula)
8208         (org-table-recalculate, org-init-section-numbers):
8209         Use `string-to-number' instead of `string-to-int'.
8210         (org-get-location): Use `insert-buffer-substring' instead of
8211         `insert-buffer'.
8212         (org-modify-diary-entry-string): New function.
8213         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8214         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8215         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8216         active region.
8217         (org-export-as-html): Handle QUOTE keyword.
8218         (org-quote-string): New option.
8219         (org-bookmark-jump-unhide): New function, used for
8220         `bookmark-after-jump-hook'.
8221         (org-diary-default-entry): Apply only when not called through
8222         `org-agenda'.
8224 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
8226         * net/eudc.el (mode-popup-menu):
8227         * play/handwrite.el (ps-printer-name, ps-lpr-command):
8228         * progmodes/ada-mode.el (compile-auto-highlight)
8229         (skeleton-further-elements):
8230         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8231         * progmodes/cmacexp.el (msdos-shells):
8232         * progmodes/compile.el (font-lock-extra-managed-props)
8233         (font-lock-keywords, font-lock-maximum-size)
8234         (font-lock-support-mode):
8235         * progmodes/grep.el (font-lock-lines-before):
8236         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
8237         * progmodes/mixal-mode.el (compile-command):
8238         * progmodes/perl-mode.el (font-lock-comment-face)
8239         (font-lock-doc-face, font-lock-string-face):
8240         * progmodes/prolog.el (comint-prompt-regexp):
8241         * progmodes/sh-script.el (font-lock-comment-face)
8242         (font-lock-set-defaults, font-lock-string-face):
8243         * progmodes/sql.el (font-lock-keyword-face)
8244         (font-lock-set-defaults, font-lock-string-face):
8245         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
8246         (itimer-version, lazy-lock-defer-contextually)
8247         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
8248         Add defvars.
8250         * progmodes/cperl-mode.el (cperl-electric-lbrace)
8251         (cperl-electric-keyword, cperl-electric-pod)
8252         (cperl-electric-backspace, cperl-forward-re)
8253         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
8254         (vc-rcs-header, vc-sccs-header): Add defvars.
8256         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
8257         (font-lock-syntactic-keywords, gud-find-expr-function):
8258         Add defvars.
8260         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
8261         (gdb-frame-parameters): Declare before use.
8263         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
8264         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
8265         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
8266         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
8268         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
8269         (idlwave-help-with-source): Use `insert-buffer-substring', not
8270         `insert-buffer'.
8272 2005-08-29  Juri Linkov  <juri@jurta.org>
8274         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
8275         Put outline-back-to-heading function call inside save-excursion.
8277 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
8279         * man.el (Man-init-defvars, Man-translate-references)
8280         (Man-support-local-filenames, Man-highlight-references):
8281         * progmodes/sql.el (sql-interactive-mode):
8282         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8284         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8285         (compilation-mode-font-lock-keywords): Add defvars.
8286         (checkdoc-interactive-loop): "?\ " -> "?\s".
8288         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8289         (font-lock-doc-face, font-lock-string-face)
8290         (font-lock-keywords-case-fold-search): Add defvars.
8291         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8293         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8294         Don't pass X and Y (they are ignored anyway).
8295         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8296         (mouse-delete-window): Make arguments optional.
8298         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8299         (caesar-translate-table, minor-modes, news-buffer-save)
8300         (news-group-name, news-minor-modes): Add defvars.
8302         * emacs-lisp/lselect.el (mouse-highlight-priority)
8303         (x-lost-selection-functions, zmacs-regions):
8304         * emacs-lisp/pp.el (font-lock-verbose):
8305         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8306         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8307         (ses-mode-map):
8308         * emacs-lisp/tcover-unsafep.el (safe-functions):
8309         * international/mule-cmds.el (mac-system-coding-system)
8310         (mac-system-locale):
8311         * language/ethio-util.el (rmail-current-message)
8312         (rmail-message-vector):
8313         * language/thai-util.el (thai-auto-composition-mode):
8314         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8315         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8316         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8317         (vm-primary-inbox, vm-spool-files):
8318         * mail/rmail.el (deleted-head, font-lock-fontified)
8319         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8320         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8321         (total-messages):
8322         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8323         (rmail-summary-mode-map):
8324         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8325         (rmail-last-label, rmail-last-multi-labels)
8326         (rmail-summary-vector, rmail-total-messages):
8327         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8328         * mail/rmailsum.el (msgnum):
8329         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8330         (rmail-current-message):
8331         * obsolete/fast-lock.el (font-lock-face-list):
8332         * obsolete/rnewspost.el (mail-reply-buffer):
8333         * obsolete/scribe.el (compile-command):
8334         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8336 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8338         * ibuf-ext.el (ibuffer-auto-update-changed):
8339         Use `frame-or-buffer-changed-p' to check whether we need to update.
8340         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8341         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8342         as a `frame-or-buffer-changed-p' state vector instead.
8344 2005-08-27  Romain Francoise  <romain@orebokech.com>
8346         * textmodes/makeinfo.el (makeinfo-compile):
8347         Use `compilation-start'.  Set `next-error-function' according to
8348         `disable-errors'.
8349         (makeinfo-next-error): New function.
8350         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8351         (makeinfo-buffer): Likewise.
8353         * progmodes/compile.el (compilation-start): Add autoload cookie.
8355         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8356         * textmodes/sgml-mode.el: Likewise.
8357         * progmodes/python.el: Likewise.
8359 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8361         * simple.el (blink-matching-paren-distance): Document the meaning
8362         of nil value, and allow to customize to nil.
8364         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8365         command.com, not command.exe.
8367 2005-08-26  John Wiegley  <johnw@newartisans.com>
8369         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8370         code around a bit so that an extraneous nil argument is not added
8371         to a command when no args are given.
8373         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8374         double-quoted argument resolves to nil, return it as an empty
8375         string rather than as nil.  This made it impossible to pass "" to
8376         a shell script as a null string argument.
8378 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * outline.el (outline-invent-heading): New fun.
8381         (outline-promote, outline-demote): Use it.
8382         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8383         (outline-end-of-subtree): Remove unused var `opoint'.
8385 2005-08-26  David Reitter  <david.reitter@gmail.com>
8387         * menu-bar.el (truncate-lines, write-file, print-buffer)
8388         (ps-print-buffer-faces, ps-print-buffer, split-window):
8389         Disable menu items when the frame they refer to is invisible, or when
8390         they refer to a buffer and the minibuffer is selected.
8392 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8394         * progmodes/flymake.el (flymake-highlight-err-lines):
8395         Use save-excursion around flymake-highlight-line to preserve point.
8397 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8399         * progmodes/octave-mod.el: Change Author and Maintainer address.
8400         (octave-maintainer-address): Change Kurt's email address.
8401         * progmodes/octave-inf.el: Change Author and Maintainer address.
8402         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8404 2005-08-26  Kim F. Storm  <storm@cua.dk>
8406         * subr.el (version-list-<, version-list-<=, version-list-=):
8407         Rename from integer-list-*.
8408         (version-list-not-zero): Likewise.  Fix while loop.
8409         (version=): Use version-list-= instead of string-equal.
8411 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8413         * outline.el (outline-promote): Try shortening the heading.
8414         As last resort, read the heading to use.
8415         (outline-demote): As last resort, read the heading to use.
8417 2005-08-26  Romain Francoise  <romain@orebokech.com>
8419         * progmodes/compile.el (compilation-start): Doc fix.
8421         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8422         (antlr-font-lock-additional-keywords): Fix reference to
8423         `antlr-font-lock-literal-regexp' erroneously changed during the
8424         mass face rename.
8425         (antlr-run-tool): Use `compilation-start'.
8427         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8428         instead of the obsolete `compile-internal'.
8430 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8432         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8433         (number, original-date):
8434         * calendar/cal-china.el (date):
8435         * calendar/cal-coptic.el (date):
8436         * calendar/cal-french.el (date):
8437         * calendar/cal-hebrew.el (date, entry, number, original-date):
8438         * calendar/cal-islam.el (date, number, original-date):
8439         * calendar/cal-iso.el (date):
8440         * calendar/cal-julian.el (date):
8441         * calendar/cal-mayan.el (date):
8442         * calendar/cal-menu.el (date, event):
8443         * calendar/cal-persia.el (date):
8444         * calendar/lunar.el (date):
8445         * calendar/solar.el (date): Add defvars.
8447         * emerge.el:
8448         * ibuffer.el:
8449         * info-xref.el:
8450         * obsolete/bg-mouse.el:
8451         * obsolete/sun-curs.el:
8452         * obsolete/swedish.el: Move the `defvar's to the top level.
8454         * smerge-mode.el (smerge-refined-change): Add :group.
8456 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8458         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8459         (smerge-keep-n): Remove props.
8460         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8461         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8462         now that it's done in smerge-keep-n.
8463         (smerge-refined-change): New face.
8464         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8465         (smerge-refine): New funs.
8466         (smerge-basic-map): Bind smerge-refine.
8468 2005-08-25  Juri Linkov  <juri@jurta.org>
8470         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8471         compilation-process-setup-function and compilation-disable-input
8472         in grep-mode instead of let-bindings in grep.
8474         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8475         Delete "Automatic File De/compression" (auto-compression-mode).
8477 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8479         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8480         Silence warning about non-existent variable.
8482 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8484         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8485         Rename "Describe Key" to "Describe Key or Mouse Operation".
8487         * mail/mailalias.el (build-mail-aliases): Delete comments
8488         from the contents before processing them.
8490         * isearch.el (isearch-edit-string): Erase the Search prompt
8491         if user enters an empty string and there is no default.
8493         * comint.el (comint-file-name-prefix): Add autoload.
8495 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8497         * subr.el (play-sound): Rearrange to avoid warning.
8499 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8501         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8502         New hook.
8503         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8505 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8509         * custom.el (custom-theme-set-variables): Sort minor modes last.
8511 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8513         * subr.el (version-separator, version-regexp-alist): New vars used by
8514         version comparison funs.
8515         (integer-list-<, integer-list-=, integer-list-<=)
8516         (integer-list-not-zero): New funs for integer list comparison.
8517         (version-to-list, version=, version<, version<=): New funs for version
8518         comparison.
8520 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8522         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8523         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8524         time to silence the byte-compiler.
8526         * ibuffer.el (ibuffer-compile-make-eliding-form)
8527         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8528         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8529         so it's silly to get warnings for it).
8530         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8531         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8532         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8533         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8534         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8535         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8536         Defvar at compile time.
8537         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8538         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8539         Declare them before use.
8541         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8542         (info-xref-good, info-xref-bad): Defvar at compile time.
8544         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8545         Use `let*' instead of `let'.
8547         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8548         (*mouse-y*, menu, char): Defvar at compile time.
8549         (sc::menu): Declare it before use.
8550         (sc::pack-one-line): Use `let', not `let*'.
8552         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8553         (mail-send-hook): Defvar at compile time.
8555         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8556         Defvar at compile time.
8558         * term/sun-mouse.el (current-global-mousemap)
8559         (current-local-mousemap): Declare them before use.
8561 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8563         * bookmark.el (bookmark-after-jump-hook): New hook.
8564         (bookmark-jump): Run `bookmark-after-jump-hook'.
8566 2005-08-23  Juri Linkov  <juri@jurta.org>
8568         * faces.el (minibuffer-prompt): Doc fix.
8570 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8572         * progmodes/xscheme.el: Trivial changes to silence warnings.
8573         (xscheme-previous-mode, xscheme-previous-process-state):
8574         Add defvars.
8575         (xscheme-last-input-end, xscheme-process-command-line)
8576         (xscheme-process-name, xscheme-buffer-name)
8577         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8578         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8579         (xscheme-control-g-synchronization-p)
8580         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8581         (default-xscheme-runlight, xscheme-runlight)
8582         (xscheme-runlight-string, xscheme-process-filter-state)
8583         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8584         Move to beginning of file.
8585         (scheme-interaction-mode-commands-alist)
8586         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8587         Declare them before use.  Note: the initialization code for the variables
8588         has not been moved because it uses functions that reference the variables.
8589         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8590         (xscheme-prompt-for-expression-map): Declare them before use.
8591         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8593 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8595         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8597 2005-08-22  Juri Linkov  <juri@jurta.org>
8599         * faces.el (set-face-underline): Delete this duplicate function
8600         and make an obsolete alias to set-face-underline-p.
8601         (set-face-underline-p): Use docstring of set-face-underline.
8602         (describe-face): Create hyperlink to parent face.
8604         * info.el (Info-insert-dir): Use save-excursion around
8605         insert-buffer-substring.
8606         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8607         (Info-escape-percent): Delete function.
8608         (Info-fontify-node): Replace Info-escape-percent by
8609         replace-regexp-in-string with REP arg set to lambda that
8610         duplicates `%' and preserves text properties.
8612         * progmodes/compile.el (compilation-disable-input): Doc fix.
8613         (define-compilation-mode): Doc fix and refill.
8614         (kill-compilation): Use `mode-name' in the error message.
8615         (compilation-find-file): Use `compilation-error' in the
8616         read-file-name's prompt.
8618 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8620         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8621         (smerge-auto-leave): Make undo re-enable the mode.
8622         (debug-ignored-errors): Add the user-error of impossible resolution.
8623         (smerge-resolve): Move things around a bit, in preparation for later.
8624         (smerge-diff): Don't fail if the buffer has no associated file.
8625         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8626         (smerge-conflict-overlay): New function.
8627         (smerge-match-conflict): Don't add text properties here.
8628         (smerge-find-conflict): Instead, add an overlay here.
8629         Also check for the case where we're inside a conflict already, so as to
8630         obviate the need for font-lock-multiline, which is unbearably slow with
8631         large conflicts and ciomplex font-lock patterns.
8632         (smerge-remove-props): Remove overlay rather than text-properties.
8633         (smerge-mode): Don't set font-lock-multiline.
8634         Remove overlays when turned off.
8636 2005-08-21  Kim F. Storm  <storm@cua.dk>
8638         * ido.el (ido-ignore-item-p): Use save-match-data.
8639         Bind case-fold-search to ido-case-fold locally.
8641 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8643         * files.el (normal-mode): If font lock is on, turn it off and on.
8645         * subr.el (replace-regexp-in-string): Doc fix.
8647         * startup.el (command-line-1): Don't suppress startup screen
8648         due to existing processes.
8650         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8652         * progmodes/compile.el (compilation-disable-input): Default to nil.
8654 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8656         * progmodes/compile.el (compilation-disable-input): New defcustom.
8657         (compilation-start): If compilation-disable-input is non-nil, send
8658         EOF to the compilation process.
8660 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8662         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8663         Run the argument of tex-shell-cd-command through
8664         convert-standard-filename, to get the correct style of slashes on
8665         Windows, and enclose the result in quotes, in case the file name
8666         includes whitespace or other special characters.
8668 2005-08-19  Andreas Schwab  <schwab@suse.de>
8670         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8671         process.
8673 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8675         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8677 2005-08-18  Kim F. Storm  <storm@cua.dk>
8679         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8681 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8683         * scroll-lock.el: New file.
8685 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8687         * dired.el (dired-move-to-end-of-filename):
8688         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8690 2005-08-18  Kim F. Storm  <storm@cua.dk>
8692         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8693         rather than toggle mode when custom value is nil.
8694         (ido-everywhere): Fix defun doc string.
8696 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8698         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8699         as tag instead of "Inviolable".
8701 2005-08-17  Kim F. Storm  <storm@cua.dk>
8703         * windmove.el (windmove-coordinates-of-position): Remove.
8704         (windmove-coordinates-of-window-position): Remove.
8705         (windmove-reference-loc): Use posn-at-point instead.
8707         * subr.el (insert-for-yank-1): Doc fix.
8709         * ido.el (ido-enter-matching-directory): Rename from
8710         ido-enter-single-matching-directory.  Change `slash' choice to
8711         `only'.  Add `first' choice.
8712         (ido-exhibit): Adapt to above changes.
8714 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8716         * Makefile.in: Expand comment about building loaddefs.el.
8718 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8720         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8721         Comment use of defadvice.
8723         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8725 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8727         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8728         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8729         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8730         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8731         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8732         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8733         for backward compatibility for faces that did not appear in the
8734         previous Emacs release.
8736         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8738 2005-08-15  Kim F. Storm  <storm@cua.dk>
8740         * emulation/cua-base.el (cua-delete-region): Return t if
8741         deleted region was non-empty.
8742         (cua-replace-region): Inhibit overwrite-mode for
8743         self-insert-command if replaced region was non-empty.
8744         (cua--explicit-region-start, cua--status-string): Make them
8745         buffer-local at top-level...
8746         (cua-mode): ...rather than when mode is enabled.
8748 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8750         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8751         Set t for Emacs 21, 22, and so on.
8753 2005-08-15  David Ponce  <david@dponce.com>
8755         * tree-widget.el: Update Commentary header.
8756         (tree-widget-theme): Doc fix.
8757         (tree-widget-space-width): New option.
8758         (tree-widget-image-properties): Look up in the default theme too.
8759         (tree-widget--cursors): Only for images with arrow pointer shape.
8760         (tree-widget-lookup-image): Pointer shape is hand by default.
8761         (tree-widget-icon): Rename generic icon widget from
8762         `tree-widget-control'.
8763         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8764         derive from `tree-widget-icon'.
8765         (tree-widget-handle): Improve default look and feel of the text
8766         representation.
8767         (tree-widget): Rename :*-control properties to :*-icon properties.
8768         Add :action and :help-echo properties.
8769         (tree-widget-after-toggle-functions): Move.
8770         (tree-widget-close-node, tree-widget-open-node): Remove.
8771         (tree-widget-before-create-icon-functions): New hook.
8772         (tree-widget-value-create): Update to allow customization of icons
8773         and nodes at run-time via that new hook.
8774         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8775         (tree-widget-icon-action, tree-widget-icon-help-echo)
8776         (tree-widget-action, tree-widget-help-echo): New functions.
8778 2005-08-15  Kim F. Storm  <storm@cua.dk>
8780         * ido.el (ido-buffer-internal): Use with-no-warnings.
8781         (ido-make-merged-file-list): Use while-no-input.
8783 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8785         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8786         (flyspell-large-region): Fix doc and custom type.
8788 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8790         * files.el (interpreter-mode-alist): Doc fix.
8792         * mail/rmail.el (rmail-nonignored-headers): New variable.
8793         (rmail-clear-headers): Use it.
8794         (rmail-reply): Better handling of mail-followup-to header.
8796         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8797         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8798         don't try to refer to executable-font-lock-keywords.
8799         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8800         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8801         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8802         (sh-mode): Set comment-start-skip, local-abbrev-table,
8803         imenu-case-fold-search.
8804         (sh-set-shell): Don't set them here.
8805         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8806         Don't cache the results in the original alist; don't ever modify
8807         that alist.
8809         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8811         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8812         empty.
8814 2005-08-15  Andreas Schwab  <schwab@suse.de>
8816         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8818         * dired.el, info.el, mail/rmail.el: Revert last change.
8820 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8822         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8823         modification in `eval-after-load' form.
8824         * info.el: Likewise.
8825         * mail/rmail.el: Likewise.
8827 2005-08-14  Juri Linkov  <juri@jurta.org>
8829         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8830         Remove highlighting of "Compilation started".  Highlight only
8831         the word "finished" in "Compilation finished".  Add highlighting
8832         of "interrupt", "killed", "terminated" and the exit code.
8833         (compilation-start): Add newline after header.  Use exactly the
8834         same time stamp format as the finishing message.
8835         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8837         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8838         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8839         Add highlighting of "interrupt", "killed", "terminated".
8841         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8842         enabled and the current command is self-insert-command, call it
8843         explicitly with overwrite-mode bound to nil, to not allow it
8844         to delete the character after the selected region.
8846 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8848         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8849         move-end-of-line, end-of-line, and beginning-of-line to the list
8850         of commands after which the echo area is updated.
8852 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8854         * cus-edit.el (custom-save-all, custom-save-delete):
8855         Bind recentf-exclude to exclude custom-file.
8857 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8859         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8860         to go to the bottom of the mail message.  Added to
8861         `rmail-summary-mode-map' with key "/".
8862         (rmail-summary-show-message): New (internal) function for use by
8863         both `rmail-summary-beginning/end-of-message'.
8864         (rmail-summary-beginning-of-message): Change to use
8865         rmail-summary-show-message.
8867         * mail/rmail.el (rmail-end-of-message): New command to go to the
8868         end of the current message.  Added to `rmail-mode-map' with key "/".
8869         (rmail-beginning-of-message): Fix to work as documented.
8870         (rmail-mode): Change documentation.
8872         * progmodes/compile.el (compilation-start): Add the line
8873         "Compilation started" with compilation start time.
8874         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8876 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8878         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8879         of menu items.
8881 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8883         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8885         * battery.el (battery-status-function): Don't use ignore-errors.
8887 2005-08-11  Lute Kamstra  <lute@gnu.org>
8889         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8890         define-obsolete-variable-alias.
8892 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8895         (ange-ftp-send-cmd): Revert last change, and expand
8896         the comment explaining the problem.
8898 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8900         * ldefs-boot.el: Update.
8902         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8903         item to "Time, Load and Mail".  Change help echo text.
8905         * time.el (display-time-use-mail-icon, display-time-format)
8906         (display-time-string-forms): Shorten first line of docstrings.
8908 2005-08-10  Lars Hansen  <larsh@soem.dk>
8910         * desktop.el (desktop-buffer-mode-handlers):
8911         Make non-customizable. Add autoload cookie.  Change initial value to
8912         nil; add elements in respective modules instead.  Fix doc string.
8913         (desktop-load-file): New function.
8914         (desktop-minor-mode-handlers): New autoloaded variable.
8915         (desktop-create-buffer): Call minor mode handlers.
8916         Use desktop-load-file to load major and minor mode modules prior to
8917         checking for a handler.
8918         (desktop-save): Don't add nil to desktop-minor-modes for minor
8919         modes with nil function in desktop-minor-mode-table.  Don't delete
8920         desktop file before rewriting it.
8921         (desktop-locals-to-save): Add autoload cookie.  Don't make
8922         automatically buffer-local.  Add variables column-number-mode,
8923         size-indication-mode, indent-tabs-mode,
8924         indicate-buffer-boundaries, indicate-empty-lines and
8925         show-trailing-whitespace.
8926         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8927         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8928         (desktop-clear-preserve-buffers-regexp): Delete.
8929         (desktop-clear-preserve-buffers): Update initial value and docstring.
8930         (desktop-save-buffer): Fix doc string.
8932         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8933         (hilit-chg-desktop-restore): New function.
8934         (highlight-changes-mode): Add highlight-changes-mode to
8935         desktop-locals-to-save.
8937         * dired.el: Add handler to desktop-buffer-mode-handlers.
8938         (dired-restore-desktop-buffer): Remove autoload cookie.
8939         (dired-mode): Add autoload cookie.
8941         * info.el: Add handler to desktop-buffer-mode-handlers.
8942         (Info-restore-desktop-buffer): Remove autoload cookie.
8943         (Info-mode): Add autoload cookie.
8945         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8946         (mh-restore-desktop-buffer): Remove autoload cookie.
8947         (mh-folder-mode): Add autoload cookie.
8949         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8950         (rmail-restore-desktop-buffer): Remove autoload cookie.
8952 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8954         * hexl.el (hexl-address-region):
8955         (hexl-ascii-region, hexl-font-lock-keywords):
8956         (hexl-highlight-line-range): Use the term "region"
8957         instead of "area" for consistency with the other symbols
8958         defined in hexl.el.
8960 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8962         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8963         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8964         out by Juri Linkov).  Add `display-battery-mode'.
8966 2005-08-09  Juri Linkov  <juri@jurta.org>
8968         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8969         Remove `-text' from face variable names.
8970         (compilation-error-file-name, compilation-warning-file-name)
8971         (compilation-info-file-name): Delete faces.
8972         (compilation-line-number, compilation-column-number):
8973         Remove face underlining.
8974         (compilation-message-face): Set to `underline' value by default.
8975         (compilation-error-face, compilation-warning-face)
8976         (compilation-info-face): Remove `-file-name' from face names.
8977         (compilation-error-text-face, compilation-warning-text-face)
8978         (compilation-info-text-face): Delete face variables.
8979         (compilation-text-face): Delete function.
8981         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8982         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8983         (grep-error-face): Set to `compilation-error' instead of
8984         `compilation-error-face' (which is redefined to `grep-hit-face' in
8985         grep buffers).
8986         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8987         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8989         * dired-aux.el (dired-do-query-replace-regexp):
8990         Use `query-replace-read-args'.
8992         * replace.el (query-replace-read-from, query-replace-read-to)
8993         (query-replace-read-args): Rename arg `string' to `prompt'.
8995         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8997 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8999         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9000         uploading files.
9001         (ange-ftp-canonize-filename): Handle file names beginning with ~
9002         correctly.
9004 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9006         * textmodes/fill.el (canonically-space-region)
9007         (fill-context-prefix, fill-french-nobreak-p)
9008         (fill-delete-newlines, fill-comment-paragraph)
9009         (justify-current-line): "?\ " -> "?\s".
9011 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
9013         * textmodes/fill.el (fill-nonuniform-paragraphs):
9014         Improve argument/docstring consistency.
9016 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9018         * textmodes/ispell.el (ispell-word): More fboundp checks.
9020         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9021         (find-file-noselect-1): Call it here, only if RAWFILE.
9022         (normal-mode): Always set some major mode.
9023         (save-some-buffers-action-alist): Change some explanation strings.
9024         (file-name-non-special): In the `quote' method, use unwind-protect.
9026 2005-08-09  Magnus Henoch  <mange@freemail.hu>
9028         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9029         (ispell-have-aspell-dictionaries): New variable.
9030         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9031         (ispell-get-aspell-config-value): New function.
9032         (ispell-aspell-find-dictionary): New function.
9033         (ispell-aspell-add-aliases): New function.
9034         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9035         appropriate.  Don't look for ispell dictionaries if we use aspell.
9036         (ispell-menu-map): Don't build a submenu of dictionaries.
9038 2005-08-09  Richard M. Stallman  <rms@gnu.org>
9040         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9041         (sql-read-passwd): Use read-passwd.
9043         * progmodes/idlw-toolbar.el (idlwave-toolbar)
9044         (idlwave-toolbar-is-possible): Add defvars.
9046         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9047         Avoid warnings.
9049         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9050         (idlwave-system-class-info, idlwave-executive-commands-alist):
9051         Use defvar.
9053         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9055         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9056         Avoid warnings.
9058         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9059         and content-type: headers.
9061         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9063         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9064         and rename some of them to be more self-explanatory.
9066         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9068         * startup.el (command-line-1): Implement -scriptload.
9070         * replace.el (occur-engine): Initial *Occur* output not undoable.
9072         * menu-bar.el (menu-bar-file-menu): Rename some menu items
9073         and improve help strings.
9075         * isearch.el (isearch-repeat): When changing direction,
9076         mark search successful.
9078         * ediff-init.el: Use (featurep 'xemacs).
9080         * comint.el (send-invisible): Identify buffer, if not selected.
9082         * align.el: Delete autoload for c-guess-basic-syntax.
9084 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
9086         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9087         Improve argument/docstring consistency.  Doc fixes.
9088         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9089         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9090         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9091         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9092         (r2bv-organization, r2bv-pages, r2bv-primary-author)
9093         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9094         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9095         Defvar at compile time.
9097 2005-08-09  Juri Linkov  <juri@jurta.org>
9099         * info.el: Replace `info' with upper-case `Info' where appropriate.
9100         (info-title-1, info-title-2, info-title-3, info-title-4)
9101         (info-menu-header): Move up face definitions.
9102         (info-menu-star): Rename from `info-menu-5'.
9103         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9104         (Info-fontify-visited-nodes): Fix docstring.
9105         (Info-hide-note-references): Fix docstring.
9106         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9107         menu items in the same way as on cross-references.
9108         (info-apropos): Fix sorting order and formatting to be like in the
9109         stand-alone Info browser.  Display error messages for 1 sec.
9110         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
9111         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9112         from the menu bar.
9113         (Info-insert-dir): Restore point after calling
9114         `insert-buffer-substring'.
9116 2005-08-08  Richard M. Stallman  <rms@gnu.org>
9118         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9119         (recompute-lucid-menubar): Add defvars.
9121         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9123         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9125         * net/net-utils.el (run-dig): Rename from `dig'.
9127         * play/gametree.el (gametree-mode): Use make-local-variable,
9128         not make-variable-buffer-local.
9130         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9132         * ansi-color.el (ansi-color-make-extent)
9133         (ansi-color-set-extent-face): Use fboundp, not functionp.
9135         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9136         not make-variable-buffer-local.
9138         * bookmark.el (Info-current-file): Add defvar.
9139         (bookmark-jump-noselect): Use with-no-warnings.
9141         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9143         * ebuff-menu.el (Helper-return-blurb): Add defvar.
9145         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9147         * find-file.el (ada-procedure-start-regexp)
9148         (ada-package-start-regexp): Add defvars.
9150         * info.el (Info-insert-dir): Use insert-buffer-substring.
9152         * xml.el (xml-att-def-re): Add defvar.
9154         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9155         calling convention.
9157         * subr.el (while-no-input): Return t if there is input.
9159 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
9161         * cus-start.el (all): Add `overflow-newline-into-fringe'.
9163 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
9165         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9166         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9168 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
9170         * cmuscheme.el (scheme-start-file): Replace reference to
9171         `user-emacs-directory' by "~/.emacs.d/".
9173 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
9175         * info.el (Info-dir-remove-duplicates): Avoid case folding
9176         in loop; instead, keep downcased strings for comparison.
9177         Suggested by Helmut Eller.
9179 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9181         Sync with Tramp 2.0.50.
9183         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9184         XEmacs case; not necessary anymore.
9185         (tramp-user-regexp): Allow "@" as part of user name.
9186         (tramp-handle-set-visited-file-modtime)
9187         (tramp-handle-insert-file-contents)
9188         (tramp-handle-write-region): No special handling for
9189         `last-coding-system-used, because this is done in
9190         `tramp-accept-process-output' now.
9191         (tramp-accept-process-output): New defun.
9192         (tramp-process-one-action, tramp-process-one-multi-action)
9193         (tramp-wait-for-regexp, tramp-wait-for-output)
9194         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
9195         Howells <dhowells@redhat.com>.
9196         (clear-visited-file-modtime): Defadvice removed.  The check for
9197         unset buffer's modtime does not need to be based on
9198         `tramp-buffer-file-attributes'.  Suggested by RMS.
9199         (tramp-message): Insert "\n" if not being at beginning of line.
9200         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9201         sequence with same logic.
9202         (tramp-completion-handle-expand-file-name): Discard call of
9203         `tramp-drop-volume-letter'.  It is not necessary, and there have
9204         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9205         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9206         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9207         should always be visible.
9208         (tramp-handle-insert-directory, tramp-setup-complete)
9209         (tramp-set-process-query-on-exit-flag)
9210         (tramp-append-tramp-buffers): Pacify byte-compiler.
9211         (tramp-bug): Delete non-existing variables from list.
9212         Apply `tramp-load-report-modules' as pre-hook.
9213         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9214         `shell-prompt-pattern' because of non-7bit characters.
9215         Reported by Sebastian Luque <sluque@mun.ca>.
9216         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9217         (tramp-match-string-list): Remove function.
9218         (tramp-wait-for-regexp): Remove call of that function.
9219         Suggested by Kim F. Storm <storm@cua.dk>.
9220         (tramp-set-auto-save-file-modes): Use octal integer code #o600
9221         instead of octal character code ?\600.  The latter resulted in a
9222         syntax error with XEmacs.
9224         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9225         XEmacs case; not necessary anymore.
9226         (tramp-smb-handle-write-region): No special handling for
9227         `last-coding-system-used, because this is done in
9228         `tramp-accept-process-output' now.
9229         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9231 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
9233         * wid-edit.el (widget-choice-value-create):
9234         Unconditionally respect user choice.  Set :explicit-choice back to nil
9235         when no longer needed.
9236         (widget-choice-action): Unconditionally respect user choice.
9237         Eliminate :explicit-choice-value.
9239         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
9241         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
9242         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
9243         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
9244         running new function `toggle-indicate-empty-lines'.
9245         Rename "Customize" item to "Customize fringe".
9246         Rename "Indicators" item to "Buffer boundaries" and change help echo.
9247         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
9248         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
9249         Delete "Empty lines only" item.
9250         (menu-bar-showhide-fringe-ind-customize): New function.
9251         (menu-bar-showhide-fringe-ind-mixed)
9252         (menu-bar-showhide-fringe-ind-box)
9253         (menu-bar-showhide-fringe-ind-right)
9254         (menu-bar-showhide-fringe-ind-left)
9255         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
9256         instead of `fringe-indicators'.
9258 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9260         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
9261         Change the date of last update.
9263 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
9265         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
9266         (viper-exec-yank, viper-put-back): Don't display modification msg
9267         if in the minibuffer.
9269         * viper-init.el (viper-replace-overlay-cursor-color)
9270         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
9271         Make variables frame local.
9273         * viper-util.el (viper-append-filter-alist): Use append instead of
9274         nconc.
9276         * viper.el (viper-vi-state-mode-list)
9277         (viper-emacs-state-mode-list): Move help-mode and
9278         completion-list-mode from the first list to the second.
9279         (viper-mode): Docstring.
9280         (viper-go-away, viper-non-hook-settings): Don't localize
9281         minor-mode-alist in newer Emacsen.  Add advice to
9282         set-cursor-color.  Don't bind "\C-c\\".
9284 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9286         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9287         (scheme-macro-expand-command): New user options.
9288         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9289         (scheme-form-at-point, scheme-start-file)
9290         (scheme-interactively-start-process): New functions.
9291         (scheme-get-process): New function, extracted from `scheme-proc'.
9292         (run-scheme): Call `scheme-start-file' to get start file, and pass
9293         it to `make-comint'.
9294         (switch-to-scheme, scheme-proc):
9295         Call `scheme-interactively-start-process' if no Scheme buffer/process
9296         is available.
9298 2005-08-06  Juri Linkov  <juri@jurta.org>
9300         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9301         Use `compilation-text-face', `compilation-info-text-face' and
9302         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9303         (compilation-error): New face.
9304         (compilation-error-file-name): Inherit from
9305         `compilation-error' instead of `font-lock-warning-face'.
9306         (compilation-warning-file-name): Inherit from
9307         `compilation-warning' instead of `font-lock-warning-face'.
9308         (compilation-info, compilation-error-file-name)
9309         (compilation-warning-file-name, compilation-info-file-name)
9310         (compilation-line-number, compilation-column-number): Doc fix.
9311         (compilation-error-text-face, compilation-warning-text-face)
9312         (compilation-info-text-face): New face variables.
9313         (compilation-line-face, compilation-column-face)
9314         (compilation-enter-directory-face)
9315         (compilation-leave-directory-face): Doc fix.
9316         (compilation-text-face): New function.
9318         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9319         instead of 1 to display binary file names as info file links.
9320         (grep-error-face): Use `compilation-error-face' instead of
9321         `font-lock-keyword-face'.
9322         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9323         and `compilation-warning-text-face' instead of
9324         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9325         instead of `grep-error-face'.
9327 2005-08-05  Kenichi Handa  <handa@m17n.org>
9329         * international/code-pages.el: Add autoload cookies for all coding
9330         systems.
9332 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9334         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9336 2005-08-04  Juri Linkov  <juri@jurta.org>
9338         * progmodes/compile.el (compilation-mode-map):
9339         * progmodes/grep.el (grep-mode-map):
9340         Bind TAB to `compilation-next-error' and [backtab] to
9341         `compilation-previous-error'.
9343         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9344         matching line numbers, column numbers and their ranges with regexp
9345         matching only line numbers.
9346         (grep-context-face): New face variable.
9347         (grep-mode-font-lock-keywords): Use it.
9349         * faces.el (read-face-name): Delete duplicate faces.
9351 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9353         * thumbs.el (thumbs-find-image): Don't make variables
9354         automatically buffer local.
9355         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9356         (thumbs-image-num): Make automatically buffer local.
9357         (thumbs-show-thumbs-list): Use `make-local-variable', not
9358         `make-variable-buffer-local'.
9359         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9361         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9362         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9363         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9364         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9365         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9366         (feelings-about, foullst, found, hello, history, howareyoulst)
9367         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9368         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9369         (neglst, obj, object, owner, please, problems, qlist)
9370         (random-adjective, relation, remlst, repetitive-shortness)
9371         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9372         (shortlst, something, sportslst, stallmanlst, states, subj)
9373         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9374         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9375         Defvar at compile time.
9377         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9378         not `make-variable-buffer-local'.
9380 2005-08-02  Kim F. Storm  <storm@cua.dk>
9382         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9383         rectangle overlay in selected window.
9385 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9387         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9388         instead of display group.  Make `indicate-buffer-boundaries'
9389         customizable through Custom.
9391 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9393         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9394         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9395         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9396         (gdb-put-string): Fix typos in docstrings.
9398 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9400         Update copyright notices of files in progmodes directory for
9401         release of Emacs 22.1.
9403         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9405         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9406         Don't barf if the GUD buffer has been killed.
9408 2005-08-01  Kim F. Storm  <storm@cua.dk>
9410         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9412 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9414         * simple.el (next-error-follow-minor-mode):
9415         make-variable-buffer-local -> make-local-variable.
9417         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9419         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9420         (byte-compile-form-make-variable-buffer-local): New functions to warn
9421         about misuses of make-variable-buffer-local where make-local-variable
9422         was meant.
9424 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9426         * bs.el (bs-attributes-list): Doc fix.
9427         (bs): Update url-link.
9429         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9430         (desktop-load-default): Simplify.
9432         * ibuffer.el (ibuffer-columnize-and-insert-list)
9433         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9434         (ibuffer-unmark-all, ibuffer-toggle-marks)
9435         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9436         (ibuffer-compile-make-format-form, ibuffer-format-column)
9437         (ibuffer-current-buffers-with-marks)
9438         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9439         (ibuffer): Doc fix.
9440         (ibuffer-mode): Fix typo in docstring.
9441         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9442         with `define-obsolete-variable-alias'.
9443         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9445 2005-07-29  Kenichi Handa  <handa@m17n.org>
9447         * international/mule-cmds.el (select-message-coding-system):
9448         Be sure to use LF for end-of-line.  If no coding system is decided,
9449         return iso-8859-1-unix.
9451 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9454         (ange-ftp-pending-error-line): New vars.
9455         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9456         to handle the non-fatal no-route-to-host messages.
9457         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9459 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9461         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9462         (isearch-quote-char, isearch-printing-char)
9463         (isearch-text-char-description): "?\ " -> "?\s".
9464         (isearch-lazy-highlight-cleanup)
9465         (isearch-lazy-highlight-initial-delay)
9466         (isearch-lazy-highlight-interval)
9467         (isearch-lazy-highlight-max-at-a-time)
9468         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9469         Declare with define-obsolete-*-alias macros.
9470         (isearch-forward): Fix typo in docstring.
9471         (search-invisible, search-ring-yank-pointer)
9472         (regexp-search-ring-yank-pointer): Doc fixes.
9474         * recentf.el (recentf-menu-append-commands-p): Declare with
9475         `define-obsolete-variable-alias'.
9476         (recentf-max-saved-items, recentf-menu-filter)
9477         (recentf-arrange-by-rule-subfilter): Doc fixes.
9478         (recentf-menu-append-commands-flag)
9479         (recentf-initialize-file-name-history, recentf-expand-file-name)
9480         (recentf-clear-data): Fix typos in docstrings.
9482 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9484         * progmodes/gdb-ui.el: Smarten comments.
9485         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9487 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9489         * term/apollo.el (terminal-init-apollo): New function containing
9490         all former top level forms in the file.
9491         * term/bobcat.el (terminal-init-bobcat):
9492         * term/cygwin.el (terminal-init-cygwin):
9493         * term/iris-ansi.el (terminal-init-iris-ansi):
9494         * term/linux.el (terminal-init-linux):
9495         * term/news.el (terminal-init-news):
9496         * term/rxvt.el (terminal-init-rxvt):
9497         * term/sun.el (terminal-init-sun):
9498         * term/tvi970.el (terminal-init-tvi970):
9499         * term/vt100.el (terminal-init-vt100):
9500         * term/vt102.el (terminal-init-vt102):
9501         * term/vt125.el (terminal-init-vt125):
9502         * term/vt200.el (terminal-init-vt200):
9503         * term/vt201.el (terminal-init-vt201):
9504         * term/vt220.el (terminal-init-vt220):
9505         * term/vt240.el (terminal-init-vt240):
9506         * term/vt300.el (terminal-init-vt300):
9507         * term/vt320.el (terminal-init-vt320):
9508         * term/vt400.el (terminal-init-vt400):
9509         * term/vt420.el (terminal-init-vt420):
9510         * term/wyse50.el (terminal-init-wyse50):
9511         * term/xterm.el (terminal-init-xterm): Likewise.
9513         * term/README: Describe the terminal-init-* functionality.
9515         * startup.el (command-line): After loading the terminal initialization
9516         file call the corresponding terminal initialization function.
9518 2005-07-27  Kenichi Handa  <handa@m17n.org>
9520         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9521         negative.
9523         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9524         (ps-mule-composition-prologue): Fix for the case that
9525         RelativeCompose is false.
9527 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9529         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9531         * descr-text.el (describe-char): Handle the case where the list of
9532         chars is displayed in a separate frame.
9533         Be a bit more discriminating when looking for the char.
9535 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9537         * bookmark.el (bookmark-automatically-show-annotations)
9538         (bookmark-read-annotation-text-func): Doc fixes.
9539         (bookmark-save): Improve argument/docstring consistency.
9540         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9541         (bookmark-alist-from-buffer)
9542         (bookmark-upgrade-file-format-from-0)
9543         (bookmark-grok-file-format-version)
9544         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9545         (bookmark-read-annotation-mode)
9546         (bookmark-insert-current-bookmark, bookmark-jump)
9547         (bookmark-exit-hook): Fix typos in docstrings.
9548         (bookmark-exit-hooks): Define as obsolete alias.
9549         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9550         not `bookmark-exit-hooks'.  Fix docstring.
9551         (bookmark-bmenu-select): "?\ " -> "?\s".
9553 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
9555         * startup.el (command-line): Fix typo.
9557 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9559         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9560         not emacs-quick-startup.
9562 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9564         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9565         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9566         instead of `reb-with-current-window'.
9567         (reb-prev-match): Likewise.  Also, don't move left if the search
9568         was unsuccessful.
9569         (reb-initialize-buffer): New function.
9570         (re-builder, reb-change-syntax): Use it.
9572         * man.el (Man-goto-page): Make second argument NOERROR optional.
9574 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9576         * man.el (Man-bgproc-sentinel): Check here for failure to find
9577         any man page in the output, and report the error here.
9578         (Man-arguments): Make it permanent local.
9579         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9580         (Man-mode): Pass t for NOERROR.
9582         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9583         (grep-mode-font-lock-keywords):
9584         Don't use compilation-...-face for messages that are not file names.
9586         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9587         Don't use compilation-...-face for messages that are not file names.
9589 2005-07-22  Juri Linkov  <juri@jurta.org>
9591         * startup.el (normal-splash-screen): Update menu name.
9593         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9595 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9597         * term/xterm.el: Load term/rxvt if the terminal is actually an
9598         rxvt terminal.
9599         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9601         * term/rxvt.el (function-key-map): Use substitute-key-definition
9602         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9604         * term/cygwin.el: New file.
9606 2005-07-22  Kim F. Storm  <storm@cua.dk>
9608         * image-file.el (insert-image-file, image-file-yank-handler):
9609         Fix last change to maintain a (unique) yank-handler on yanked images.
9611 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9613         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9614         of the file size (as in "177B" for 177 bytes).  This happens with
9615         "ls -lh" on FreeBSD.
9617 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9619         * hilit-chg.el (highlight-changes-global-initial-state)
9620         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9621         (hilit-chg-fixup, highlight-changes-mode):
9622         Fix typos in docstrings.
9623         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9624         Doc fixes.
9626 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9628         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9629         mode function using `eval-after-load'.
9631 2005-07-21  Kim F. Storm  <storm@cua.dk>
9633         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9634         included when reporting an emacs crash, and tell about the DEBUG file.
9636         * image-file.el (insert-image-file): Add yank-handler.
9637         (image-file-yank-handler): Yank handler to make unique copies of
9638         images when they are yanked into a buffer next to each other.
9640 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9642         * comint.el (comint-use-prompt-regexp, comint-send-input)
9643         (comint-source-default, comint-extract-string)
9644         (comint-get-source, comint-word, comint-completion)
9645         (comint-source, comint-prompt-read-only, comint-update-fence):
9646         Fix typos in docstrings.
9647         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9648         Declare with define-obsolete-*-alias macros.
9649         (comint-previous-matching-input-from-input)
9650         (comint-next-matching-input-from-input)
9651         (comint-previous-matching-input, comint-next-matching-input)
9652         (comint-forward-matching-input):
9653         Improve argument/docstring consistency.
9655         * desktop.el (desktop-clear-preserve-buffers-regexp):
9656         Also preserve the *server* buffer.
9658         * simple.el (clone-indirect-buffer): Doc fix.
9659         (fixup-whitespace, just-one-space)
9660         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9661         (next-error, next-error-highlight)
9662         (next-error-highlight-no-select, next-error-last-buffer)
9663         (next-error-buffer-p, next-error-find-buffer, next-error)
9664         (previous-error, next-error-no-select, previous-error-no-select)
9665         (open-line, split-line, minibuffer-prompt-width, kill-new)
9666         (binary-overwrite-mode): Fix typos in docstrings.
9667         (set-fill-column): Fix typo in message.
9669         * skeleton.el (skeleton-proxy-new): Doc fix.
9671         * strokes.el (strokes-load-hook): Doc fix.
9672         (strokes-grid-resolution, strokes-get-grid-position)
9673         (strokes-renormalize-to-grid, strokes-read-stroke)
9674         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9675         (strokes-global-map): Fix typos in docstrings.
9676         (strokes-help): Doc fix.  Fix help message and pass it through
9677         `substitute-command-keys'.
9679         * tempo.el (tempo-insert-prompt, tempo-interactive)
9680         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9681         (tempo-insert-string-functions, tempo-local-tags)
9682         (tempo-define-template, tempo-insert-template)
9683         (tempo-insert-prompt-compat, tempo-is-user-element)
9684         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9685         Fix typos in docstrings.
9687         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9688         (vcursor-key-bindings, vcursor-use-vcursor-map)
9689         (vcursor-find-window, vcursor-scroll-down)
9690         (vcursor-disable, vcursor-beginning-of-buffer)
9691         (vcursor-end-of-buffer): Fix typos in docstrings.
9692         (vcursor-relative-move, vcursor-get-char-count):
9693         Improve argument/docstring consistency.
9695         * version.el: "?\ " -> "?\s".
9697         * wid-edit.el (widget-default-create, widget-after-change)
9698         (widget-default-format-handler, widget-checklist-add-item)
9699         (widget-radio-add-item, widget-choose, widget-specify-secret)
9700         (widget-field-value-create, widget-field-value-get)
9701         (widget-editable-list-format-handler)
9702         (widget-editable-list-entry-create, widget-group-value-create)
9703         (widget-documentation-link-add)
9704         (widget-documentation-string-value-create): "?\ " -> "?\s".
9705         (widget-convert-text): Doc fix.
9706         (widget-narrow-to-field, widget-field-find)
9707         (widget-url-link-action, widget-emacs-library-link-action)
9708         (widget-color-notify): Fix typos in docstrings.
9710         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9711         (x-select-text, set-w32-system-coding-system)
9712         (w32-add-charset-info): Fix typos in docstrings.
9714         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9715         (cua-enable-cua-keys, cua-use-hyper-key)
9716         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9717         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9719         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9721         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9722         `defalias' instead of faking it.
9724         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9725         (eshell-ls-missing, eshell-ls-dired-initial-args)
9726         (eshell-ls-use-in-dired): Fix typos in docstrings.
9728 2005-07-20  Kim F. Storm  <storm@cua.dk>
9730         * emulation/cua-base.el (cua-mode): Improve doc string.
9732 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9734         * abbrev.el (expand-region-abbrevs): Doc fix.
9735         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9736         Improve argument/docstring consistency.
9738         * arc-mode.el (archive-get-descr, archive-alternate-display):
9739         Doc fixes.
9740         (archive-l-e): Improve argument/docstring consistency.
9741         (archive-tmpdir, archive-unixdate, archive-unixtime)
9742         (archive-chmod-entry): Fix typos in docstrings.
9743         (archive-unflag, archive-unflag-backwards)
9744         (archive-unmark-all-files): "?\ " -> "?\s".
9746         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9747         (Buffer-menu-not-modified, Buffer-menu-execute)
9748         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9749         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9751         * composite.el (compose-string, encode-composition-rule)
9752         (compose-last-chars): Fix typos in docstrings.
9754         * desktop.el (desktop-enable, desktop-basefilename):
9755         Declare with `define-obsolete-variable-alias'.
9756         (desktop-internal-v2s): Don't quote keywords.
9757         (desktop-clear): "?\ " -> "?\s".
9759         * dired.el (dired-align-file, dired-flag-backup-files)
9760         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9761         (dired-listing-switches, dired-ls-F-marks-symlinks)
9762         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9763         (dired-directory, dired-faces, dired, dired-revert)
9764         (dired-mode, dired-summary, dired-view-file)
9765         (dired-copy-filename-as-kill, dired-delete-file)
9766         (dired-no-confirm, dired-unmark-all-marks)
9767         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9768         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9769         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9770         Fix typos in message strings.
9772         * dired-x.el (virtual-dired): Declare with `defalias'.
9773         (dired-mark-unmarked-files, dired-local-variables-file)
9774         (dired-omit-here-always): Doc fix.
9775         (dired-omit-mode, dired-find-subdir)
9776         (dired-enable-local-variables, dired-clean-up-buffers-too)
9777         (dired-extra-startup, dired-mark-extension, dired-jump)
9778         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9779         (dired-smart-shell-command, dired-guess-shell-alist-user)
9780         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9781         (dired-x-bind-find-file, dired-x-submit-report):
9782         Fix typos in docstrings.
9783         (dired-mark-unmarked-files): "?\ " -> "?\s".
9785         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9787         * faces.el (describe-face): "?\ " -> "?\s".
9788         (read-all-face-attributes, read-face-font, modify-face)
9789         (face-attr-construct, italic): Fix typos in docstrings.
9790         (frame-update-face-colors): Declare with
9791         `define-obsolete-function-alias'.
9793         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9794         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9795         (magic-mode-alist, buffer-file-numbers-unique)
9796         (write-file-functions, get-free-disk-space):
9797         Fix typos in docstrings.
9798         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9799         (write-contents-hooks, write-file-hooks):
9800         Declare with `define-obsolete-variable-alias'.
9802         * forms-d2.el (arch-rj): Fix typo in docstrings.
9803         (arch-tocol): Likewise.  "?\ " -> "?\s".
9805         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9806         Fix typo in docstring.
9807         (set-screen-width, set-screen-height): Delete redundant info in
9808         doctrings.
9809         (new-frame, screen-height, screen-width): Declare with
9810         `define-obsolete-function-alias'.
9811         (delete-frame-hook, blink-cursor): Declare with
9812         `define-obsolete-variable-alias'.
9814         * paths.el (prune-directory-list): Fix typos in docstring.
9816         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9817         (cvs-prefix-get): Fix typos in docstrings.
9819         * ps-print.el (ps-extend-face-list, ps-extend-face)
9820         (ps-print-background-image): Fix typos in docstrings.
9821         (ps-default-fg, ps-default-bg): Doc fixes.
9823         * s-region.el (s-region-bind): Doc fix.
9824         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9826         * textmodes/org.el (org-table-formula-substitute-names)
9827         (org-table-get-vertical-vector): Doc fixes.
9828         (org-table-recalculate): Remove unused argument to `message'.
9830 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9832         * textmodes/org.el (org-table-column-names)
9833         (org-table-column-name-regexp)
9834         (org-table-named-field-locations): New variables.
9835         (org-archive-subtree): Protect `this-command' when calling
9836         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9837         the kill buffer.
9838         (org-complete): Remove fixed-formula completion.
9839         (org-edit-formulas-map): New variable.
9840         (org-table-edit-formulas): New command.
9841         (org-finish-edit-formulas, org-abort-edit-formulas)
9842         (org-show-variable, org-table-get-vertical-vector): New functions.
9843         (org-table-maybe-eval-formula): Handle `:=' fields.
9844         (org-table-get-stored-formulas, org-table-store-formulas)
9845         (org-table-get-formula, org-table-modify-formulas)
9846         (org-table-replace-in-formulas): Handle named field formulas.
9847         (org-table-get-specials): Store locations of named fields.
9849 2005-07-19  Juri Linkov  <juri@jurta.org>
9851         * progmodes/grep.el (grep-regexp-alist)
9852         (grep-mode-font-lock-keywords, grep-process-setup):
9853         Use default GNU grep match color "01;31m" instead of "01;41m".
9854         (grep-regexp-alist, grep-mode-font-lock-keywords):
9855         Use `\\[[0-9]*m' instead of `\\[00m'.
9856         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9857         sgr_start where its handling is more important.  Use the real
9858         length of sgr_start instead of constant 8.
9859         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9860         specially.  Delete all remaining escape sequences.
9861         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9862         (grep-regexp-alist): Make hyperlink only for binary file name
9863         instead of the whole line.
9864         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9865         (grep-mode): Add autoload.
9867         * emacs-lisp/find-func.el (find-function-regexp):
9868         Add `define-compilation-mode'.
9870 2005-07-19  Juri Linkov  <juri@jurta.org>
9872         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9873         (compare-windows-sync-string-size, compare-windows-recenter)
9874         (compare-windows-highlight, compare-windows): Add version 22.1.
9875         (compare-windows) <defface>: Inherit from lazy-highlight instead
9876         of duplicating its default value.
9878         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9879         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9881         * descr-text.el (describe-char): Create link buttons for `charset'
9882         and `code point'.  Add the current input method name with a link
9883         button to `to input' field.  Print face names of display table
9884         characters in `The display table entry is displayed by' section
9885         instead of printing face-id in the `display' field.
9886         Guess hardcoded faces and create a link button for them.
9887         Skip empty fields when calculating max-width.
9888         Treat `widget-create' specially while inserting strings from the
9889         collected field list.
9890         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9892         * diff-mode.el (diff-file-header): Change foreground color from
9893         yellow to green on light backgrounds.
9894         (diff-context): Inherit from `shadow' only for color/grayscale
9895         with more than 88 colors.
9896         (diff-indicator-removed, diff-indicator-added)
9897         (diff-indicator-changed): New faces.
9898         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9899         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9900         font-lock-comment-delimiter-face and font-lock-comment-face.
9901         Add `#' to ^[^...] in the rule for `diff-context-face'.
9903         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9904         a button-like box.  Inherit from `highlight' on low colors.
9905         (shadow): Use shades of gray only for color/grayscale with
9906         more than 88 colors.  Use green for light backgrounds with
9907         8 colors, and yellow for dark backgrounds with 8 colors.
9909         * font-lock.el (font-lock-regexp-grouping-backslash):
9910         Don't inherit from escape-glyph (use bold for all cases).
9912         * info.el (info-xref-visited): Use light foreground color `violet'
9913         for dark backgrounds instead of dark color `magenta3'.
9914         (info-title-1): Use `yellow' color for dark backgrounds.
9916         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9917         too-light magenta2.
9919         * replace.el (match): Use slightly more light RoyalBlue3 instead
9920         of dark RoyalBlue4.
9922         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9924 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9926         * novice.el (disabled-command-hook): Declare it with
9927         `define-obsolete-variable-alias'.
9929         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9930         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9931         (desktop-load-default): Add release to obsolescence info.
9932         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9933         (desktop-append-buffer-args, desktop-read):
9934         Fix typos in docstrings.
9935         (desktop-kill): Fix typo in message.
9936         (desktop-save): Doc fix.
9938 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9940         * viper-cmd.el (viper-escape-to-state): Bug fix.
9941         (viper-envelop-ESC-key): Change the definition of fast
9942         keysequence so it'll work with keyboard macros.
9944         * ediff.el (ediff-patch-buffer): Change the docstring.
9946 2005-07-19  Kenichi Handa  <handa@m17n.org>
9948         * international/mule-cmds.el (select-safe-coding-system): Try to
9949         use an auto-coding (if any) before anything else.  If the found
9950         auto-coding is invalid, show a warning message.
9952         * international/mule.el (find-auto-coding): New function created
9953         by modifying the body of set-auto-coding.
9954         (set-auto-coding): Use find-auto-coding to find a coding.
9956 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9958         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9959         not isearch-mode-end-hook-error.
9960         (allout-before-change-protect): Fix error message.
9962 2005-07-18  Juri Linkov  <juri@jurta.org>
9964         * allout.el (allout-mode):
9965         * calculator.el (calculator-copy):
9966         * custom.el (custom-known-themes):
9967         * dired.el (dired-desktop-buffer-misc-data)
9968         (dired-restore-desktop-buffer):
9969         * dired-x.el (dired-omit-marker-char):
9970         * files.el (basic-save-buffer):
9971         * font-core.el (font-lock-mode):
9972         * calendar/calendar.el (calendar-goto-hebrew-date)
9973         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9974         (calendar-goto-persian-date):
9975         * language/ethio-util.el (ethio-sera-to-fidel-region):
9976         * textmodes/picture.el (picture-mode):
9977         Delete duplicate duplicate words.
9979 2005-07-18  Juri Linkov  <juri@jurta.org>
9981         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9982         chars * ? } |.
9983         (isearch-fallback): Don't call `isearch-process-search-char'.
9984         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9985         (isearch-process-search-char): Call `isearch-fallback' for regexp
9986         chars * ? } |.
9987         (isearch-return-char): Make obsolete with `make-obsolete' instead
9988         of simply documenting it as obsolete in the docstring.
9989         (isearch-fallback): Refill docstring.
9991         * international/isearch-x.el
9992         (isearch-process-search-multibyte-characters): Remove unneeded
9993         `concat'.  Add intermediate values to `junk-hist' instead of
9994         `minibuffer-history'.  Test the length of `str'.
9996 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9998         * allout.el (allout-resolve-xref): Fix typos in error strings.
9999         (allout-before-change-protect): Remove unneeded `concat'.
10001         * array.el (array-mode, array-reconfigure-rows)
10002         (untabify-backward): Fix typos in docstrings.
10003         (array-reconfigure-rows): Use `insert-buffer-substring', not
10004         `insert-buffer'.
10006         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10007         * progmodes/ada-mode.el (ada-make-body):
10008         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10010         * dired.el (dired-log):
10011         * tar-mode.el (tar-subfile-save-buffer):
10012         * play/zone.el (zone-pgm-stress-destress):
10013         Use `insert-buffer-substring', not `insert-buffer'.
10015 2005-07-17  Simon Josefsson  <jas@extundo.com>
10017         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10019 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
10021         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10022         Add plain auth method.
10023         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10025 2005-07-17  Kim F. Storm  <storm@cua.dk>
10027         * ido.el (dired-other-window): Add ido property.
10029 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
10031         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10032         Fix typo in docstring.
10033         (byte-compile-interactive-only-functions): Add `insert-buffer' and
10034         `insert-file-literally'.
10036         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10037         info and delete redundant message.  Doc fix.
10038         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10039         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10041 2005-07-16  Richard M. Stallman  <rms@gnu.org>
10043         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10044         (byte-compile-and): Use byte-compile-and-recursion.
10045         (byte-compile-or-recursion): New function.
10046         (byte-compile-or): Use that.
10047         (byte-compile-if): Guard the else-clause too.
10048         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10050         * isearch.el (isearch-mode-end-hook-quit): New variable.
10051         (isearch-done): Bind it.
10052         (isearch-mode-end-hook): Doc fix.
10054         * allout.el (allout-isearch-did-quit): Variable deleted.
10055         (allout-real-isearch-abort): Function name no longer used.
10056         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10057         (allout-isearch-rectification): isearch-mode always exists.
10058         Don't set allout-isearch-did-quit.
10059         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10060         allout-isearch-did-quit.
10061         (allout-enwrap-isearch): Just add the hook.
10062         (allout-isearch-abort): Function deleted.
10063         (allout-pre-command-business): Avoid warning.
10065         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10066         Correctly avoid warnings.
10067         (pascal-outline): Likewise.
10069         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10071         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10073         * play/tetris.el (tetris-mode): Avoid warning.
10075         * play/snake.el (snake-mode): Avoid warning.
10077         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10078         (gamegrid-set-display-table): Avoid warning.
10079         (gamegrid-set-timer): Likewise.
10080         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10081         (gamegrid-add-score-with-update-game-score-1): Take FILE
10082         as argument.
10083         (gamegrid-add-score-with-update-game-score): Pass that argument.
10084         Rename have-shared-game-dir to gamegrid-shared-game-dir.
10086         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10088         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10089         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10091         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10092         and insert-file.
10094         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10095         (sc-ask): Avoid warnings.
10097         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10098         (eshell-hist-initialize): Use that var the natural way.
10100         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10102         * emacs-lisp/re-builder.el (reb-cook-regexp):
10103         Avoid warning calling lre-compile-string.
10104         (reb-color-display-p): Avoid warning.
10106         * calculator.el (calculator-last-input): Guard uses
10107         of event-key and key-press-event-p.
10108         (event-key, key-press-event-p): Delete definitions.
10110         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10111         (find-gc-source-directory, find-gc-subrs-callers)
10112         (find-gc-noreturn-list, find-gc-source-files)
10113         (find-gc-subrs-called): Vars renamed and defvar'd.
10115         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10116         (checkdoc-overlay-put, checkdoc-delete-overlay)
10117         (checkdoc-overlay-start, checkdoc-overlay-end)
10118         (checkdoc-mode-line-update, checkdoc-char=):
10119         Define such that compiler knows they are defined.
10120         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
10121         (checkdoc-read-event): Delete.  Use read-event directly.
10123         * whitespace.el (whitespace-make-overlay)
10124         (whitespace-overlay-put, whitespace-delete-overlay)
10125         (whitespace-overlay-start, whitespace-overlay-end):
10126         Define such that compiler knows they are defined.
10127         (whitespace): Move conditional inside.
10129         * tempo.el (tempo-insert-template): Suppress warning.
10131         * ediff-diff.el (longlines-mode): Add defvar.
10133 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
10135         * server.el: Bind "C-x #" in a way that works even if C-x is
10136         redefined to a command key, not a prefix key.
10138 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10140         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10141         cl-make-type-test till execution time.
10143 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
10145         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10146         arg ARG and use it.
10148 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
10150         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10152 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
10154         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10155         a defcustom with two :set or :type keywords.
10157 2005-07-15  Richard M. Stallman  <rms@gnu.org>
10159         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10160         Don't give ^M comment-end syntax.
10162 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
10164         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10165         Don't consider gdbmi (gdb-mi.el has its own update functions).
10166         (gdb-var-delete): Make it work for gdbmi as well.
10167         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10169         * progmodes/gud.el (etags, sdb): Only require etags when needed.
10170         (gud-speedbar-menu-items): Correct logic for enabling items.
10172 2005-07-15  Kim F. Storm  <storm@cua.dk>
10174         * ido.el: Fix commentary.
10175         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10176         Use with-no-warnings around ffap-guesser.
10177         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10178         Let bind minibuffer-completing-file-name to t.
10180 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
10182         * startup.el (site-run-file, keyboard-type): Doc fixes.
10183         (command-line): Check for "--basic-display" argument; also for
10184         "--quick", not "--bare-bones" (which was renamed).
10185         (fancy-splash-text): Add missing item "Getting New Versions".
10186         (normal-splash-screen): Fix typos and improve consistency with
10187         `fancy-splash-text'.  Update copyright year.
10189         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10190         valid binding for `help-char'.
10192         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10194 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
10196         * term.el (term-mode): Disable cua-mode for term buffers.
10198 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
10200         * add-log.el (add-log-mailing-address, change-log-merge):
10201         Doc fixes.
10202         (change-log-get-method-definition): Fix typo in docstring.
10204 2005-07-14  Kim F. Storm  <storm@cua.dk>
10206         * emulation/cua-base.el:
10207         (cua--pre-command-handler-1, cua--pre-command-handler)
10208         (cua--post-command-handler-1, cua--post-command-handler):
10209         Split in two.  Check (buffer local) value of cua-mode.
10210         (cua-selection-mode): New command.
10212 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
10214         * custom.el (custom-initialize-safe-set)
10215         (custom-initialize-safe-default): Doc fixes.
10217         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10218         and simplify :init-value again.
10220         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10221         and simplify :init-value again.  Delete autoload.
10223         * startup.el (command-line): Use `custom-reevaluate-setting' again
10224         for tooltip-mode.
10226         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10227         a defcustom with two :initialize keywords.
10229 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
10231         * allout.el (my-mark-marker, allout-isearch-prior-pos)
10232         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10233         (allout-post-command-business, allout-flag-region)
10234         (isearch-reenable-font-lock, allout-yank)
10235         (allout-insert-latex-header, allout-insert-latex-trailer)
10236         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
10237         (allout-latex-verb-quote): Fix typos in docstrings.
10238         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
10239         (allout-unprotected, allout-prefix-data):
10240         Improve argument/docstring consistency.
10241         (allout-chart-subtree): Fix argument spec.
10242         (allout-open-topic): Rename `use_sib_bullet' argument to
10243         `use-sib-bullet'.  Doc fix.
10245         * whitespace.el (whitespace-check-buffer-leading)
10246         (whitespace-check-buffer-trailing)
10247         (whitespace-check-buffer-indent)
10248         (whitespace-check-buffer-spacetab)
10249         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
10250         (whitespace-check-leading-whitespace)
10251         (whitespace-check-trailing-whitespace)
10252         (whitespace-check-spacetab-whitespace)
10253         (whitespace-check-indent-whitespace)
10254         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
10255         (whitespace-modes): Fix typos in docstrings.
10256         (defgroup, defcustom): Doc fixes.
10258         * winner.el (winner-mode, winner-boring-buffers)
10259         (winner-pending-undo-ring): Doc fixes.
10260         (winner-ring): Remove unneeded `progn'.
10261         (winner-equal): `defsubst' it.
10262         (winner-redo): Fix message.
10264 2005-07-13  Kim F. Storm  <storm@cua.dk>
10266         * simple.el (line-move-1): Always use vertical-motion to
10267         do the last (or only) line move to ensure some movement.
10268         Undo 2005-06-23 change--don't check for overlays.
10270 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10272         * term/mac-win.el (ccl-encode-mac-roman-font)
10273         (ccl-encode-mac-centraleurroman-font)
10274         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
10275         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
10276         Change charset-id boundary of dimension to ?\xef.
10277         (mac-char-fontspec-list): New constant.
10278         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
10279         argument.  Nil uses itself as family in font-spec.  Previous
10280         behavior for nil is now provided by non-nil non-string argument.
10281         All callers changed.  Add font-specs for Mac fonts to
10282         "fontset-default" unless iso8859-1 fonts are installed.
10284 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10287         a continuation line if the \ is preceded by SPC or TAB.
10288         (sh-get-indent-info): Simplify.
10289         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10290         Use with-current-buffer.
10292         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10293         when the matched text is empty.
10295 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10297         * startup.el (command-line): Revert to previous handling of
10298         tooltip-mode.  Explain in comment why the complexity is needed.
10300         * tooltip.el (tooltip-mode): Revert to previous implementation of
10301         its defcustom.
10303         * frame.el (blink-cursor-mode): Revert to previous implementation
10304         of its defcustom.  Update comment.
10306 2005-07-12  Lars Hansen  <larsh@soem.dk>
10308         * desktop.el: Update e-mail address.
10310 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10312         * term/mac-win.el (mac-services-mail-selection)
10313         (mac-services-mail-to): New functions.
10314         (mac-application-menu-map): Bind them.
10316 2005-07-12  wulei <milton@wulei.net>  (tiny change)
10318         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10320 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10322         * custom.el (custom-reevaluate-setting): Doc fix.
10324 2005-07-11  Jay Belanger  <belanger@truman.edu>
10326         * calc/calc.el (calc-embedded-announce-formula-alist)
10327         (calc-embedded-open-close-plain-alist)
10328         (calc-embedded-open-close-mode-alist): Add checks for additional
10329         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10331 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10333         * custom.el (custom-enable-theme): Don't add theme to
10334         `custom-enabled-themes' with `push' because there is no
10335         setf-method for `delq'.
10337 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10339         * custom.el (custom-declare-variable): Doc fix.
10341         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10342         from the alists.
10344         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10345         Do nothing if edebug-active.
10347         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10348         (edebug-display): Do it here instead.
10350 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10352         * cus-face.el (custom-theme-set-faces): Make it work.
10353         (custom-reset-faces): Doc fix.
10354         (custom-theme-reset-internal-face, custom-theme-face-value):
10355         Functions deleted.
10357         * custom.el (custom-push-theme): Maintain list of the settings
10358         of a given theme in its theme-settings property.
10359         Maintain position of old settings in the theme-value
10360         or theme-face property.
10361         (custom-enabled-themes): New variable.
10362         (custom-theme-enabled-p): New function.
10363         (provide-theme): Update custom-enabled-themes.
10364         Disable and reenable the `user' theme.
10365         (require-theme): Doc fix.
10366         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10367         (custom-theme-value, custom-theme-variable-value): Likewise.
10368         (custom-theme-reset-internal): Likewise.
10369         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10370         (custom-enable-theme, custom-disable-theme): New functions.
10371         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10372         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10373         (custom-theme-reset-variables): Simplify.
10374         (deftheme, custom-declare-theme, custom-make-theme-feature):
10375         Definitions moved.
10377 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10379         * longlines.el (longlines-show-region)
10380         (longlines-unshow-hard-newlines): Recognize hard newlines by
10381         non-nil hard property, instead of t.
10383 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10385         * viper-cmd.el (viper--key-maps): New variable.
10386         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10387         emulation-mode-map-alists.
10388         (viper-envelop-ESC-key): Use viper-subseq.
10389         (viper-search-forward/backward/next): Disable debug-on-error.
10391         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10392         (viper-ESC-key): New defcustoms.
10394         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10396         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10397         (viper-subseq): Copy of subseq from cl.el.
10399         * viper.el (viper-go-away, viper-set-hooks): Use
10400         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10402         * viper-mous.el (viper-current-frame-saved): Use defvar.
10404         * viper-init.el: Get rid of -face in face names.
10406         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10407         Make it work with longlines mode
10409         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10411         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10413         * ediff-init.el: Get rid of -face in face names.
10415 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10417         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10418         and with-timeout-unsuspend.
10420         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10421         and with-timeout-unsuspend.
10423         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10424         (with-timeout): Bind that variable to record timers.
10425         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10427         * emacs-lisp/debug.el (debug-help-follow): New function.
10428         (debugger-mode-map): Use that instead of help-follow.
10429         (debugger-setup-buffer): Use eval-buffer-list
10430         to handle eval-buffer frames.
10432 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10434         * timezone.el (timezone-parse-date): Change first regexp
10435         so it will not mistakenly match dates with no time zone.
10437 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10439         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10441 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10443         * custom.el (custom-initialize-safe-set)
10444         (custom-initialize-safe-default): New functions.
10446         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10447         and simplify :init-value.
10449         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10450         and simplify :init-value.  Delete obsolete comment.
10452         * startup.el (command-line): Use `custom-reevaluate-setting' to
10453         handle `tooltip-mode'.  Delete obsolete comment.
10455         * files.el (set-visited-file-name): Avoid calling
10456         `file-name-nondirectory' with a nil argument.
10458 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10460         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10461         was called with nil for the buffer, handle the read position right.
10462         Handle read position for eval-region, too.
10464 2005-07-09  Juri Linkov  <juri@jurta.org>
10466         * fringe.el (fringe-mode): Add period in docstring.
10467         (fringe-query-style): Build prompt depending on `all-frames' arg.
10469         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10470         to not create links to unrelated functions in the Help buffer.
10472         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10473         Doc fix.
10475         * simple.el (next-error-hook): New variable.
10476         (next-error): Use it.  Doc fix.
10478         * textmodes/ispell.el (ispell-command-loop): Add current
10479         dictionary name and program name to mode-line-format.
10480         (ispell-region, ispell-process-line): Add current dictionary name
10481         and program name to messages.
10483 2005-07-08  Jay Belanger  <belanger@truman.edu>
10485         * calc/calc.el (calc-embedded-announce-formula-alist)
10486         (calc-embedded-open-close-formula-alist)
10487         (calc-embedded-open-close-word-alist)
10488         (calc-embedded-open-close-plain-alist)
10489         (calc-embedded-open-close-new-formula-alist)
10490         (calc-embedded-open-close-mode-alist)
10491         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10492         (calc-embedded-mode-hook): New variables.
10494         * calc/calc-embed.el (calc-embedded-firsttime)
10495         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10496         New variables.
10497         (calc-do-embedded): Use calc-embedded-firsttime,
10498         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10499         determine whether or not to run hooks.
10500         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10501         calc-embedded-firsttime-formula appropriately.
10502         Set calc-embedded delimiter variables according to mode.
10504 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10506         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10507         Check for "emacs", etc., as entire symbol, not just as word.
10508         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10510         * files.el (set-visited-file-name): Report the error
10511         for "empty filename" earlier.
10512         (kill-some-buffers): Ignore buffers already dead.
10514         * fringe.el (fringe-mode): Doc fix.
10516         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10517         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10518         Use unwind-protect to ensure byte-compile-unresolved-functions
10519         is updated.
10521         * whitespace.el (whitespace-buffer-leading-cleanup):
10522         Simplify w/ skip-chars-forward.
10523         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10525         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10526         Unconditionally try to leave point at the same old place.
10528 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10530         * comint.el (comint-postoutput-scroll-to-bottom)
10531         (comint-show-maximum-output): Take scroll-margin into consideration.
10533 2005-07-08  Kim F. Storm  <storm@cua.dk>
10535         * ido.el (ido-use-filename-at-point): New choice `guess'.
10536         (ido-file-internal): Try ffap-guesser if selected.
10538         * ido.el (ido-before-fallback-functions): New hook.
10539         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10540         (ido-read-file-name): Run it.
10542 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10544         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10545         strings rather than a list of symbols to the completion function.
10547 2005-07-07  Jay Belanger  <belanger@truman.edu>
10549         * calc/calc-units.el (math-apply-units): Change the places in
10550         which units are simplified.
10552 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10554         * cus-edit.el (customize-option, customize-option-other-window):
10555         Make them handle aliases.
10557         * custom.el (custom-variable-p): Make it recursively follow
10558         aliases.  Mention that in the docstring.
10560 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10562         * cus-start.el (exec-path): Use `directory' instead of `file'.
10563         Fix tag for nil.
10565 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10567         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10568         when called non-interactively.  Doc fix.
10570 2005-07-07  Lute Kamstra  <lute@gnu.org>
10572         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10573         new address as well.
10575 2005-07-07  Kenichi Handa  <handa@m17n.org>
10577         * international/mule.el (make-coding-system):
10578         Describe `ascii-incompatible' property in the docstring.
10579         (set-file-name-coding-system): Signal an error if coding-system is
10580         ascii-incompatible.
10581         (set-keyboard-coding-system): Likewise.
10583         * international/mule-cmds.el (set-default-coding-systems):
10584         Don't set default-file-name-coding-system and
10585         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10587         * international/utf-16.el: Declare that all UTF-16-based coding
10588         systems are ASCII-incompatible.
10590 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10592         * progmodes/gud.el: Require font-lock for displaying errors.
10593         Used by gdb-ui.el.
10595 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10597         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10598         values for the pattern lists which are `read'able but not
10599         `append'able (like symbols).
10601 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10603         * progmodes/flymake.el (flymake-float-time): Instead of
10604         with-no-warnings, test for xemacs.
10605         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10606         to avoid warning.
10608 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10610         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10612 2005-07-05  Lute Kamstra  <lute@gnu.org>
10614         * battery.el: Add support for Darwin (with much debugging help
10615         from Samuel Lauber <sam124@operamail.com>).
10616         (battery-status-function, battery-echo-area-format)
10617         (battery-mode-line-format): Add support for pmset on Darwin.
10618         (battery-load-low, battery-load-critical): New user options.
10619         (battery-pmset): New function.
10621 2005-07-05  Lute Kamstra  <lute@gnu.org>
10623         Update FSF's address in GPL notices.
10625         * textmodes/page-ext.el: Update FSF's address.
10627 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10629         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10630         filling from using prefix when filling a single-line docstring.
10632         * progmodes/flymake.el: Remove useless eval-when-compile.
10634         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10636 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10638         * textmodes/org.el (org-file-apps-defaults-gnu):
10639         Rename from org-file-apps-defaults-linux.
10640         (org-default-apps): Don't test system-type for `linux'.
10641         (org-file-apps): Doc fix.
10643 2005-07-04  David Ponce  <david@dponce.com>
10645         * tree-widget.el: Improve header Commentary section.
10646         (tree-widget) [defgroup]
10647         (tree-widget-image-enable, tree-widget-themes-directory)
10648         (tree-widget-theme, tree-widget-image-properties-emacs)
10649         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10650         (tree-widget-image-formats, tree-widget-control)
10651         (tree-widget-empty-control, tree-widget-leaf-control
10652         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10653         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10654         (tree-widget-keep, tree-widget-after-toggle-functions)
10655         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10656         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10657         :help-echo message.
10658         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10659         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10660         (tree-widget--cursors): New constant.
10661         (tree-widget-lookup-image): New function split from
10662         `tree-widget-find-image'.  Clearer implementation.
10663         (tree-widget-find-image): Use it.
10664         (tree-widget-button-keymap): Use `set-keymap-parent'.
10665         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10666         Define the sub-widgets here.
10667         (tree-widget-node): Check that :node is not a tree-widget.
10668         (tree-widget-get-super, tree-widget-open-control)
10669         (tree-widget-close-control, tree-widget-empty-control)
10670         (tree-widget-leaf-control, tree-widget-guide)
10671         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10672         (tree-widget-no-handle, tree-widget-value-delete)
10673         (tree-widget-map): Remove.
10674         (tree-widget-children-value-save): Doc fix.  Simplified.
10675         (tree-widget-value-create): Update according to previous changes.
10677 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10679         * textmodes/org.el: Leading space replaced by TABS.
10680         (org-recalc-marks, org-table-rotate-recalc-marks)
10681         (org-table-get-specials): Treat "^" and "_" marks.
10682         (org-table-justify-field-maybe): Optional argument NEW.
10683         (org-table-eval-formula): Parsing of the format simplified.
10684         New modes C,I.  Honor the %= parameter in the current table.
10685         Avoid unnecessary re-align by using the NEW argument to
10686         `org-table-justify-field-maybe'.
10687         (org-calc-default-modes): Default for date-format mimicks org-mode.
10688         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10690 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10692         * cus-face.el (custom-theme-set-faces): Make it handle face
10693         aliases whose alias declarations are pre- or autoloaded.
10695 2005-07-04  Juri Linkov  <juri@jurta.org>
10697         * faces.el (read-face-name): Put the code for getting a face name
10698         from the buffer before adding the faces from the `face' property.
10699         Use `completing-read-multiple' instead of `completing-read'.
10700         Require `crm'.  Add default value and post-process the returned
10701         list of faces.
10703         * emacs-lisp/crm.el (crm-find-current-element)
10704         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10706         * emacs-lisp/lisp-mode.el (eval-defun-1):
10707         * emacs-lisp/edebug.el (edebug-eval-defun):
10708         Remove unnecessary quotes.
10710 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10712         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10713         (prolog-indent-level): Fix typo in docstring.
10715         * info.el (Info-history, Info-history-forward)
10716         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10718         * add-log.el (add-change-log-entry):
10719         * comint.el (comint-dynamic-list-input-ring)
10720         (comint-dynamic-list-completions):
10721         * dabbrev.el (dabbrev-expand):
10722         * delim-col.el (delimit-columns-rectangle-line):
10723         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10724         (diff-unified->context):
10725         * ediff-init.el (ediff-abbrev-jobname):
10726         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10727         (ediff-replace-session-activity-marker-in-meta-buffer):
10728         * info.el (Info-summary):
10729         * lpr.el (printify-region):
10730         * printing.el (pr-create-interface):
10731         * ps-print.el (ps-print-quote):
10732         * ses.el (ses-column-widths, ses-print-cell)
10733         (ses-adjust-print-width, ses-center):
10734         * shell.el (shell-file-name-quote-list):
10735         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10736         (strokes-fill-current-buffer-with-whitespace)
10737         (strokes-xpm-for-stroke, strokes-list-strokes)
10738         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10739         * term.el (term-dynamic-list-input-ring)
10740         (term-dynamic-list-completions):
10741         * calc/calc.el (math-format-stack-value):
10742         * emacs-lisp/edebug.el (edebug-display-freq-count):
10743         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10744         (delphi-new-comment-line):
10745         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10746         * progmodes/executable.el (executable-set-magic):
10747         * progmodes/python.el (inferior-python-mode):
10748         * progmodes/scheme.el (scheme-mode-syntax-table):
10749         * progmodes/sh-script.el (sh-maybe-here-document):
10750         * progmodes/sql.el (sql-copy-column):
10751         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10752         * textmodes/bibtex.el (bibtex-mode):
10753         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10754         (sgml-auto-attributes):
10755         * textmodes/table.el (table-insert, table-shorten-cell)
10756         (table--generate-source-scan-lines, table-delete-row)
10757         (*table--cell-delete-char, table--spacify-frame)
10758         (table--horizontally-shift-above-and-below)
10759         (table--cell-insert-char, table--cell-blank-str)
10760         (table--fill-region-strictly):
10761         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10762         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10764         * add-log.el (change-log):
10765         * apropos.el (apropos):
10766         * comint.el (comint-completion, comint-source):
10767         * dabbrev.el (dabbrev):
10768         * delim-col.el (columns):
10769         * diff-mode.el (diff-mode):
10770         * ediff.el (ediff):
10771         * ediff-diff.el (ediff-diff):
10772         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10773         * ediff-mult.el (ediff-mult):
10774         * ediff-ptch.el (ediff-ptch):
10775         * ediff-wind.el (ediff-window):
10776         * facemenu.el (facemenu):
10777         * indent.el (indent):
10778         * info.el (info):
10779         * jka-cmpr-hook.el (compression, jka-compr):
10780         * lpr.el (lpr):
10781         * outline.el (outlines):
10782         * pcmpl-cvs.el (pcmpl-cvs):
10783         * pcmpl-rpm.el (pcmpl-rpm):
10784         * printing.el (printing):
10785         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10786         (ps-print-vertical, ps-print-headers, ps-print-font)
10787         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10788         (ps-print-background, ps-print-printer, ps-print-page)
10789         (ps-print-miscellany):
10790         * ses.el (ses):
10791         * shell.el (shell, shell-directories, shell-faces):
10792         * startup.el (initialization):
10793         * strokes.el (strokes):
10794         * term.el (term):
10795         * uniquify.el (uniquify):
10796         * w32-vars.el (w32):
10797         * calc/calc.el (calc):
10798         * emacs-lisp/bytecomp.el (bytecomp):
10799         * emacs-lisp/cl-indent.el (lisp-indent):
10800         * emacs-lisp/edebug.el (edebug):
10801         * emacs-lisp/elp.el (elp):
10802         * emacs-lisp/testcover.el (testcover):
10803         * emacs-lisp/trace.el (trace):
10804         * emulation/viper-ex.el (viper-ex):
10805         * emulation/viper-mous.el (viper-mouse):
10806         * mail/mailalias.el (mailalias):
10807         * mail/supercite.el (supercite, supercite-frames)
10808         (supercite-attr, supercite-cite, supercite-hooks):
10809         * net/rcompile.el (remote-compile):
10810         * net/rlogin.el (rlogin):
10811         * obsolete/ooutline.el (outlines):
10812         * progmodes/delphi.el (delphi):
10813         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10814         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10815         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10816         (ebnf-optimization):
10817         * progmodes/etags.el (etags):
10818         * progmodes/executable.el (executable):
10819         * progmodes/idlwave.el (idlwave):
10820         * progmodes/pascal.el (pascal):
10821         * progmodes/prolog.el (prolog):
10822         * progmodes/python.el (python):
10823         * progmodes/scheme.el (scheme):
10824         * progmodes/sh-script.el (sh, sh-script):
10825         * progmodes/sql.el (SQL):
10826         * progmodes/tcl.el (tcl):
10827         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10828         * textmodes/enriched.el (enriched):
10829         * textmodes/makeinfo.el (makeinfo):
10830         * textmodes/sgml-mode.el (sgml):
10831         * textmodes/table.el (table-hooks):
10832         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10833         * textmodes/texinfo.el (texinfo):
10834         * textmodes/two-column.el (two-column):
10835         Finish `defgroup' description with period.
10837         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10838         * eshell/esh-var.el (eshell-var):
10839         * progmodes/vhdl-mode.el (vhdl-testbench):
10840         * textmodes/org.el (org): Fix typos in docstrings.
10842         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10843         consistency.
10845         * progmodes/flymake.el (flymake-find-file): Remove.
10846         (flymake-float-time): Use `with-no-warnings'.
10847         (flymake-check-start-time, flymake-check-was-interrupted)
10848         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10849         (flymake-new-err-info): `defvar' at compile time.
10851 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10853         * replace.el (occur-hook): Doc fix.
10854         (occur-1): Don't call `occur-hook' if there are no matches.
10856 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10858         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10859         global-map, save the same map.
10860         (global-map): Don't alter it at top level.
10861         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10862         Then alter it here instead.
10863         (tpu-edt-off): Set global-map to the saved one.
10865         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10866         All references simplified.
10867         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10868         (zmacs-regions): Add defvar.
10869         (repeat-complex-command-map): Everything about that deleted.
10871         * textmodes/artist.el (artist-key-is-drawing)
10872         (artist-key-endpoint1, artist-key-poly-point-list)
10873         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10874         (artist-key-compl-table, artist-rb-save-data)
10875         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10876         Don't put them in eval-when-compile.
10877         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10879         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10880         Use with-no-warnings.
10882         * net/browse-url.el (dos-windows-version): Add defvar.
10884         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10886         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10887         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10888         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10889         Add defvar.
10890         (rmail-summary-beginning-of-message): Use with-no-warnings.
10891         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10893         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10894         Use with-no-warnings.
10896         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10897         (c-mark-function): Add point-moving-unit property.
10898         (vi-goto-line): Use with-no-warnings.
10900         * emulation/edt.el (edt-last-copied-word): Add defvar.
10901         (zmacs-region-stays): Likewise.
10902         (edt-mark-section-wisely): Use c-mark-function for C.
10903         Use makr-defun for Fortran.
10904         (time-string): defvar deleted.
10905         (edt-display-the-time): Don't set time-string.
10907         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10909         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10910         Don't warn when name is not constant
10911         or for defining the group `emacs'.
10913         * tooltip.el (gud-tooltip-mode): Add defvar.
10915         * startup.el (default-frame-background-mode): Add defvar.
10917         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10919         * info.el (tool-bar-map): Add defvar.
10921         * dired.el (dnd-protocol-alist): Add defvar.
10923         * dired-aux.el (dired-query): Display question with answer, when
10924         the user answers.
10926         * custom.el (custom-add-option): Doc fix.
10928         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10930 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10932         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10933         bogus name from the last change.
10935 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10937         * custom.el (custom-declare-variable): Fix typos in comment.
10938         (custom-known-themes): Doc fix.
10939         (custom-theme-directory): New defcustom.
10940         (require-theme): Make it check `custom-theme-directory'.
10942         * cus-theme.el (custom-new-theme-mode): New function.
10943         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10944         (custom-theme-description): Add compiler defvars.
10945         (customize-create-theme): Add doc to the "*New Custom Theme*"
10946         buffer.  Use `custom-new-theme-mode'.
10947         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10948         and save it to the `custom-theme-directory'.  Make this the
10949         default directory of the buffer.
10951 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10953         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10954         Fix unbalanced parentheses.
10956 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10958         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10959         into flymake-mode and delegate to flymake-mode.
10961         * find-file.el (ff-which-function-are-we-in): Clean up.
10963 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10965         * replace.el (occur-rename-buffer): Fix docstring.
10967         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10968         (edt-last-copied-word, edt-learn-macro-count)
10969         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10970         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10971         (time-string, zmacs-region-stays):
10972         * emulation/edt-mapper.el (edt-save-function-key-map)
10973         (EDT-key-name): `defvar' to silence the byte-compiler.
10975 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10977         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10978         font-lock-regexp-backslash.  Doc fix.
10979         (font-lock-regexp-backslash-grouping-construct): Rename from
10980         font-lock-regexp-backslash-construct.  Doc fix.
10981         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10982         grouping constructs.
10984 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10986         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10987         updating all the prerequisites.
10989 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10991         * textmodes/org.el (org-agenda-start-on-weekday)
10992         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10993         (org-agenda-use-time-grid, org-archive-location)
10994         (org-allow-space-in-links, org-usenet-links-prefer-google)
10995         (org-enable-table-editor, org-export-default-language)
10996         (org-export-html-show-new-buffer, org-fill-paragraph)
10997         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10998         (org-goto-quit, org-occur, org-eval-in-calendar)
10999         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11000         (org-agenda-diary-entry, org-remember-help)
11001         (org-table-convert-region, org-at-table-p)
11002         (org-table-move-row-down, org-table-move-row-up)
11003         (org-table-copy-region, org-table-toggle-vline-visibility)
11004         (org-table-get-stored-formulas, org-table-get-specials)
11005         (org-recalc-commands, org-table-eval-formula)
11006         (org-table-formula-substitute-names, orgtbl-make-binding)
11007         (org-format-org-table-html, org-format-table-table-html)
11008         (org-format-table-table-html-using-table-generate-source)
11009         (org-customize): Fix typos in docstrings.
11010         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11011         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11012         (org-back-to-heading): Doc fixes.
11013         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11014         (org-agenda-change-all-lines, org-get-header):
11015         Improve argument/docstring consistency.
11016         (orgtbl-error): Fix error message.
11018         * progmodes/flymake.el (flymake-find-possible-master-files)
11019         (flymake-master-file-compare, flymake-get-line-err-count)
11020         (flymake-highlight-line, flymake-gui-warnings-enabled):
11021         Fix typos in docstrings.
11022         (flymake-parse-line, flymake-get-project-include-dirs-function)
11023         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11024         Doc fixes.
11025         (flymake-get-project-include-dirs-function)
11026         (flymake-make-err-menu-data):
11027         Improve argument/docstring consistency.
11029 2005-07-01  Lute Kamstra  <lute@gnu.org>
11031         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11032         Catch errors with ignore-errors.  Use temporary buffer.
11033         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
11035         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11036         background color faces.
11037         (facemenu-set-foreground, facemenu-set-background):
11038         Use facemenu-set-face-from-menu.
11039         (facemenu-set-face-from-menu): Treat face names that start with
11040         "fg:" or "bg:" as special.
11041         (facemenu-add-new-color): Don't create faces.  Simplify.
11043 2005-06-30  Richard M. Stallman  <rms@gnu.org>
11045         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11046         (crm-find-current-element): Likewise.
11048 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
11050         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11052 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11054         * arc-mode.el (archive-extract): Make it work as a mouse binding.
11055         (archive-mouse-extract): Make it an obsolete alias.
11056         (archive-mode-map): Don't use archive-mouse-extract any more.
11057         (archive-mode, archive-extract): write-contents-hooks ->
11058         write-contents-functions.
11059         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11060         first arg.
11061         (archive-rename-entry): Update the call.
11062         (archive-zip-summarize): Remove unused var `method'.
11063         (archive-lzh-summarize): Remove unused var `creator'.
11065         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11066         dedicated frame upon exit.
11068         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11069         (archive-zip-extract, archive-zip-expunge)
11070         (archive-zip-update, archive-zip-update-case): Use executable-find.
11071         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11072         Use restore-buffer-modified-p.
11073         (archive-extract, archive-add-new-member, archive-write-file-member):
11074         Use with-current-buffer.
11075         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11077 2005-06-30  Andreas Schwab  <schwab@suse.de>
11079         * progmodes/gud.el (gud-filter): Remove unneeded progn.
11081 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
11083         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11085 2005-06-30  Juri Linkov  <juri@jurta.org>
11087         * faces.el (vertical-border): Inherit from mode-line-inactive
11088         only on tty.
11090 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
11092         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11093         example, -NLINES in the `occur' docstring).
11095         * replace.el (occur-1): When no matches are found, do not set the
11096         `buffer-read-only' and modified flags for the occur buffer,
11097         because it is deleted.
11099         * emulation/cua-base.el (cua-check-pending-input)
11100         (cua-repeat-replace-region, cua-mode, cua-debug)
11101         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11102         Fix typos in docstrings.
11104         * emulation/cua-gmrk.el (cua-toggle-global-mark)
11105         (cua-cut-region-to-global-mark)
11106         (cua--cut-rectangle-to-global-mark):
11107         Remove period from end of messages.
11109         * emulation/cua-rect.el (cua-do-rectangle-padding):
11110         Remove period from end of messages.
11111         (cua--rectangle-seq-format): Fix typo in docstring.
11112         (cua-sequence-rectangle, cua-fill-char-rectangle):
11113         Improve argument/docstring consistency.
11115 2005-06-29  Juri Linkov  <juri@jurta.org>
11117         * faces.el (default-frame-background-mode): New internal variable.
11118         (frame-set-background-mode): Use it.
11120         * startup.el (normal-top-level): Set default-frame-background-mode
11121         instead of frame-background-mode.  Before setting it, test for its
11122         nil value.  Remove tests for frame-background-mode and frame
11123         parameter `reverse'.  Add test for "unspecified-fg".
11125         * term/xterm.el (xterm-rxvt-set-background-mode):
11126         * term/rxvt.el (rxvt-set-background-mode):
11127         Set default-frame-background-mode instead of frame-background-mode.
11129 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
11131         * simple.el (set-variable): Warn about obsolete user variables.
11133         * imenu.el (imenu--completion-buffer):
11134         * mouse.el (mouse-buffer-menu-alist):
11135         * msb.el (msb-invisible-buffer-p):
11136         * calendar/diary-lib.el (diary-header-line-format):
11137         * emacs-lisp/pp.el (pp-buffer):
11138         * progmodes/cperl-mode.el (cperl-do-auto-fill):
11139         * textmodes/picture.el (picture-replace-match):
11140         Change space constants followed by a sexp to "?\s ".
11142         * play/decipher.el (decipher-loop-with-breaks):
11143         * textmodes/texinfo.el (texinfo-insert-@item): Change space
11144         constants "protected" from end of line by a comment to "?\s".
11146 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11148         * font-lock.el (save-buffer-state): Use `declare'.
11150         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11151         reset the syntax-table to cperl-mode-syntax-table.
11152         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11153         "foo_print_bar" is not matched as a reserved keyword.
11155 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
11157         * textmodes/org.el (orgtbl-setup): New function, for delayed
11158         setup for the orgtbl commands.
11159         (org-calc-default-modes): New option.
11160         (orgtbl-make-binding): Use `defun' to get better help display.
11161         (org-diary): Call `org-compile-prefix-format'.
11162         (org-table-formula-substitute-names): New function.
11163         (org-agenda-day-view, org-agenda-week-view): New commands.
11164         (org-agenda-toggle-week-view): Command removed.
11165         (org-tbl-menu): Split off from org-org-menu.
11166         (org-mode): Move removal of outline-mode menus to here.
11167         (org-table-formula-debug): New option.
11168         (org-table-insert-row): Keep first field if just "#" or "*".
11169         (org-mode): Paragraph regexps fixed.
11170         (org-table-recalculate-regexp): New constant.
11171         (org-table-justify-field-maybe): Avoid replace if not necessary.
11172         (org-copy-special, org-cut-special): Use `call-interactively'.
11173         (org-table-copy-region): Take region from `interactive' call.
11174         (org-trim): Return string even if no match.
11175         (org-formula): New face.
11176         (org-set-font-lock-defaults): No longer highlight "FIXME".
11177         But highlight formula-related fields in table.
11178         (org-table-p): Use regexp, not fontification.
11179         (org-table-align): Handle white space at end of line.
11180         (org-table-formula-evaluate-inline): New option.
11181         (org-mode): Auto-wrapping in comment lines turned off.
11182         (org-table-copy-down): Evaluate only in copied field, not in
11183         destination.
11184         (org-table-current-formula): Variable removed.
11185         (org-table-store-formulas, org-table-get-stored-formulas)
11186         (org-table-modify-formulas, org-table-replace-in-formulas)
11187         (org-table-maybe-eval-formula): New functions.
11188         (org-table-get-formula): Modify to use stored formulas.
11189         (org-table-insert-column, org-table-delete-column)
11190         (org-table-move-column): Call `org-table-modify-formulas'.
11191         (org-complete): Add completion for keyword formulas.
11192         (orgtbl-mode): Pull orgtbl-mode-map to start of
11193         minor-mode-map-alist.
11195 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11197         * progmodes/python.el (python-check): Require `compile' before
11198         modifying its variables.
11200         * newcomment.el (comment-indent-default): Don't get fooled by an early
11201         end of buffer.
11203 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11205         * ps-print.el (ps-print-version): Fix version number.
11207 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
11209         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11211 2005-06-28  Richard M. Stallman  <rms@gnu.org>
11213         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11214         (flyspell-local-mouse-map): Declaration deleted.
11215         (flyspell-mouse-map): Bind only mouse-2.
11216         (flyspell-mode-map): Don't test flyspell-use-local-map.
11217         (flyspell-overlay-keymap-property-name): Var deleted.
11218         (flyspell-mode-on): Don't make local bindings for
11219         flyspell-mouse-map and flyspell-mode-map.
11220         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11222         * textmodes/ispell.el (ispell-word): Do not ignore short words.
11224         * progmodes/compile.el (compilation-next-error-function):
11225         Don't switch buffers; operate on the current buffer.
11227         * progmodes/compile.el (compilation-error-file-name)
11228         (compilation-warning-file-name, compilation-info-file-name)
11229         (compilation-line-number, compilation-column-number): New faces.
11230         (compilation-error-face, compilation-warning-face)
11231         (compilation-info-face, compilation-line-face)
11232         (compilation-column-face): Use them.
11234         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
11236         * comint.el (comint-password-prompt-regexp): Accept ", try again".
11238         * bindings.el (global-map): Bind insertchar and its variants.
11240 2005-06-27  Richard M. Stallman  <rms@gnu.org>
11242         * textmodes/artist.el (artist-text-overwrite)
11243         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
11245 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11247         * ps-print.el: It was not working the page selection for printing.
11248         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
11249         (ps-print-version): New version 6.6.7.
11250         (ps-end-sheet): New fun.
11251         (ps-header-sheet, ps-end-job): Call it.
11253 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
11255         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
11257 2005-06-27  Lute Kamstra  <lute@gnu.org>
11259         * facemenu.el (facemenu-unlisted-faces): Add foreground and
11260         background color faces.
11261         (facemenu-get-face): Delete function.
11262         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
11263         (facemenu-add-new-color): Make second argument mandatory.
11264         Create the appropriate face and return it.  Simplify.
11265         (facemenu-set-foreground, facemenu-set-background): Don't check if
11266         color is defined.  Use return value of facemenu-add-new-color.
11268 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
11270         * progmodes/gud.el (gud-filter): Add missing argument to
11271         with-selected-window.
11273 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11275         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
11276         a :require to the defcustom.
11278         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
11279         defcustoms corresponding to minor modes.
11281 2005-06-26  David Ponce  <david@dponce.com>
11283         * recentf.el: Require tree-widget instead of wid-edit.
11284         (recentf-filename-handler): Fix widget :type.
11285         (recentf-cancel-dialog, recentf-open-more-files)
11286         (recentf-open-files-action): Doc fix.
11287         (recentf-dialog-goto-first): New function.
11288         (recentf-dialog-mode-map): Set parent keymap first.
11289         (recentf-dialog-mode): Define with define-derived-mode.
11290         Don't display continuation lines in dialogs.
11291         (recentf-edit-list): Rename from recentf-edit-selected-items.
11292         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11293         Simplify.
11294         (recentf-edit-list-validate): New function.
11295         (recentf-edit-list): Update accordingly.
11296         (recentf-open-files-item-shift): Remove.
11297         (recentf-open-files-item): Convert menu elements into tree and
11298         link widgets.  Don't create the widgets.
11299         (recentf-open-files): Update accordingly.
11300         (recentf-save-list): Untabify.
11302 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11304         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11305         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11306         partially contained in the active region.  Do not take active
11307         region into account when called from Lisp, unless INTERACTIVE arg
11308         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11309         avoid trouble with fields.  Make marker point nowhere when no
11310         longer used.  Always return nil.  Doc fix.
11311         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11312         into account when called from Lisp, unless INTERACTIVE arg is
11313         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11314         avoid trouble with fields.  Make marker point nowhere when no
11315         longer used.  Always return nil.  Doc fix.
11316         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11317         interchangeable.  Do not take active region into account when
11318         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11319         message in echo area when called from Lisp, unless INTERACTIVE arg
11320         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11321         Return the number of matches.  Doc fix.
11322         (occur): Doc fix.
11323         (perform-replace): Make comment follow double space convention for
11324         the sake of `outline-minor-mode'.
11326         * faces.el (facep): Doc fix.
11328 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11330         * facemenu.el (facemenu-enable-faces-p): New function.
11331         (facemenu-background-menu, facemenu-foreground-menu)
11332         (facemenu-face-menu): Add menu-enable property.
11334         * jka-compr.el (jka-compr-insert-file-contents):
11335         Special handling if cannot find the uncompression program.
11337         * cus-face.el (custom-face-attributes): Add autoload.
11339         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11340         Bind comment-indent-function locally.
11342         * window.el (save-selected-window): Use save-current-buffer.
11344         * subr.el (with-selected-window): Use save-current-buffer.
11346         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11347         and with-current-buffer.
11349 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11351         * simple.el (line-move-1): Fix previous change.
11353 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11355         * replace.el (occur-1): Set `buffer-read-only' and the
11356         buffer-modified flag before running `occur-hook' to protect
11357         against unintentional buffer switches that can lead to data loss.
11359 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11361         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11362         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11363         initial error.
11365         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11366         after fresh input.
11367         (gdb-var-create-handler): Put name of expression in quotes.
11369 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11371         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11372         elements of RING in order, and without bogus nil elements.
11374 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11376         * simple.el (set-variable): Args renamed; doc fix.
11377         (line-move-1): When there are overlays around, use vertical-motion.
11379         * faces.el (escape-glyph): Use brown against light background.
11380         (nobreak-space): Rename from no-break-space.
11381         Fix previous change.
11383         * dired-aux.el (dired-do-copy): Fix arg prompt.
11385         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11387 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11389         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11390         rather than "Distributor".
11392 2005-06-23  Lute Kamstra  <lute@gnu.org>
11394         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11395         (debug-on-entry): Use it.  New interactive declaration that uses
11396         function-called-at-point.
11398 2005-06-23  Kim F. Storm  <storm@cua.dk>
11400         * subr.el (save-match-data): Add comment about using evaporate arg
11401         to set-match-data.
11403 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11405         * cus-edit.el (customize-face)
11406         (customize-face-other-window): Handle face aliases.
11408         * faces.el (face-documentation, set-face-attribute)
11409         (face-spec-set): Handle face aliases.
11411 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11413         * help-mode.el (help-make-xrefs): If a symbol representing a face
11414         name is not followed by the word "face", it could still be a
11415         function or variable name, so don't bypass other checks.
11417 2005-06-22  Juri Linkov  <juri@jurta.org>
11419         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11420         Replace aliased functions with calls where second arg `inherit' is t.
11422 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11424         * progmodes/gdb-ui.el (gdb-error): New variable.
11425         (gdb-error): New function.
11426         (gdb-annotation-rules): Act on error-begin and error annotations.
11427         (gdb-concat-output): Use font-lock-warning-face for errors.
11429 2005-06-22  Miles Bader  <miles@gnu.org>
11431         * bindings.el (propertized-buffer-identification): Use renamed
11432         `Buffer-menu-buffer' face.
11434         * faces.el (vertical-border): Rename from `vertical-divider'.
11435         (escape-glyph): Change dark-background color back to `cyan'.
11437 2005-06-21  Juri Linkov  <juri@jurta.org>
11439         * faces.el (face-user-default-spec): Try getting `customized-face'
11440         prior to `saved-face'.
11441         (frame-background-mode): Refill docstring.
11443         * emacs-lisp/lisp-mode.el (eval-defun-1):
11444         * emacs-lisp/edebug.el (edebug-eval-defun):
11445         Set `saved-face' temporarily to nil before calling form.
11446         Set `customized-face' to the new spec after that.
11448 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11450         * subr.el (1value, lambda, key-substitution-in-progress):
11451         Doc fixes.
11453         * autoinsert.el (auto-insert-alist):
11454         * ses.el (ses-call-printer):
11455         * subr.el (noreturn):
11456         * emacs-lisp/lisp.el (check-parens):
11457         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11458         * net/browse-url.el (browse-url-mosaic):
11459         * progmodes/cc-defs.el (c-safe-scan-lists):
11460         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11461         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11462         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11463         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11464         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11465         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11467 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11469         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11471 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11473         * calendar/appt.el (appt-make-list): Activate the package, if
11474         not already active (for backwards compatibility).
11476 2005-06-20  Kim F. Storm  <storm@cua.dk>
11478         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11480 2005-06-20  Miles Bader  <miles@gnu.org>
11482         * faces.el (vertical-divider): New face.
11484 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11486         * simple.el (kill-whole-line): Doc fix.
11487         (next-error-buffer-p, next-error-find-buffer)
11488         (clone-indirect-buffer): Fix typos in docstrings.
11489         (comment-line-break-function): Doc fix: don't say variable
11490         is automatically buffer-local (it isn't).
11492 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11494         * net/tramp-ftp.el (top):
11495         * net/tramp-smb.el (top):
11496         * net/tramp-util.el (top):
11497         * net/tramp-uu.el (top):
11498         * net/tramp-vc.el (top):
11499         * net/tramp.el (top): Revert copyright years back to original
11500         ones.  Tramp has a life outside GNU Emacs.
11502 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11504         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11506 2005-06-18  Juri Linkov  <juri@jurta.org>
11508         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11509         end of first regexp to limit the match to the position between
11510         line number and source line with same separator character as used
11511         between file name and line number.  In the second regexp limit
11512         mouse-face area to file name and line number by adding new group
11513         for them and referring it in HYPERLINK arg.
11514         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11515         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11516         previous line where grep markers may be already removed.
11518 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11520         * progmodes/ps-mode.el: Update version and maintainer's email address.
11522 2005-06-18  Steve Youngs  <steve@xemacs.org>
11524         * net/browse-url.el (browse-url-browser-function)
11525         (browse-url-default-browser): Add firefox.
11526         (browse-url-firefox-program, browse-url-firefox-arguments)
11527         (browse-url-firefox-startup-arguments)
11528         (browse-url-firefox-new-window-is-tab): New defcustoms.
11529         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11531 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11533         * startup.el (command-line): Warn if specified user name has
11534         no home directory.
11536         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11537         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11539         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11540         Doc fixes.
11542         * faces.el (underline): Try bold if terminal doesn't support underline.
11544         * mail/sendmail.el (mail-setup-with-from): New variable.
11545         (mail-insert-from-field): New function.
11546         (sendmail-send-it): Call it.
11547         (mail-setup): Optionally call it here.
11549         * term/linux.el: Call tty-no-underline.
11551 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11553         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11555 2005-06-17  Miles Bader  <miles@gnu.org>
11557         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11558         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11559         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11560         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11561         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11562         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11563         Remove "-face" suffix from face names.
11564         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11565         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11566         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11567         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11568         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11569         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11570         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11571         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11572         New backward-compatibility aliases for renamed faces.
11573         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11574         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11575         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11576         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11577         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11578         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11579         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11580         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11581         Use renamed ediff faces.
11583         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11584         Remove "-face" suffix from face names.
11585         (eshell-test-ok-face, eshell-test-failed-face):
11586         New backward-compatibility aliases for renamed faces.
11587         (eshell-run-test): Use renamed eshell-test faces.
11589         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11590         face name.
11591         (eshell-prompt-face): New backward-compatibility alias for renamed
11592         face.
11593         (eshell-emit-prompt): Use renamed eshell-prompt face.
11595         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11596         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11597         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11598         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11599         Remove "-face" suffix from face names.
11600         (eshell-ls-directory-face, eshell-ls-symlink-face)
11601         (eshell-ls-executable-face, eshell-ls-readonly-face)
11602         (eshell-ls-unreadable-face, eshell-ls-special-face)
11603         (eshell-ls-missing-face, eshell-ls-archive-face)
11604         (eshell-ls-backup-face, eshell-ls-product-face)
11605         (eshell-ls-clutter-face):
11606         New backward-compatibility aliases for renamed faces.
11607         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11609         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11610         Remove "-face" suffix from face name.
11611         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11612         instead of literal face.
11614 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11616         * emacs-lisp/warnings.el (display-warning, lwarn)
11617         (warning-minimum-log-level): Doc fixes.
11618         (warning-minimum-level, warning-minimum-log-level):
11619         Add :debug to :type choices.
11621         * progmodes/ada-mode.el (ada-format-paramlist)
11622         (ada-get-indent-case, ada-check-matching-start)
11623         (ada-check-defun-name, ada-goto-matching-decl-start)
11624         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11625         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11626         (ada-make-subprogram-body): Follow error conventions.
11627         (ada-case-exception-file, ada-indent-comment-as-code)
11628         (ada-indent-handle-comment-special, ada-indent-renames)
11629         (ada-indent-return, ada-search-directories-internal)
11630         (ada-tab-policy, ada-case-exception-substring)
11631         (ada-other-file-alist, ada-matching-start-re)
11632         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11633         (ada-imenu-generic-expression, ada-compile-goto-error)
11634         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11635         (ada-popup-menu, ada-add-extensions, ada-mode)
11636         (ada-region-selected, ada-create-case-exception)
11637         (ada-create-case-exception-substring, ada-after-keyword-p)
11638         (ada-activate-keys-for-case, ada-adjust-case-region)
11639         (ada-adjust-case-buffer, ada-format-paramlist)
11640         (ada-scan-paramlist, ada-insert-paramlist)
11641         (ada-indent-newline-indent)
11642         (ada-indent-newline-indent-conditional)
11643         (ada-justified-indent-current, ada-goto-previous-word)
11644         (ada-indent-current, ada-get-indent-open-paren)
11645         (ada-get-indent-paramlist, ada-get-indent-end)
11646         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11647         (ada-get-indent-block-start, ada-get-indent-subprog)
11648         (ada-get-indent-noindent, ada-get-indent-label)
11649         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11650         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11651         (ada-goto-stmt-end, ada-goto-next-word)
11652         (ada-check-matching-start, ada-check-defun-name)
11653         (ada-goto-matching-decl-start, ada-goto-matching-start)
11654         (ada-goto-matching-end, ada-search-ignore-string-comment)
11655         (ada-in-decl-p, ada-looking-at-semi-or)
11656         (ada-looking-at-semi-private, ada-in-paramlist-p)
11657         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11658         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11659         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11660         (ada-previous-package, ada-create-menu)
11661         (ada-fill-comment-paragraph-justify)
11662         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11663         (ada-other-file-name, ada-last-which-function-line)
11664         (ada-last-which-function-subprog, ada-which-function)
11665         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11666         (ada-gen-treat-proc, ada-check-emacs-version)
11667         (ada-continuation-indent, ada-align-region-separate):
11668         Fix typos in docstrings.
11669         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11671 2005-06-16  Lute Kamstra  <lute@gnu.org>
11673         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11674         conditionally.
11676 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11678         * comint.el (comint-replace-by-expanded-filename)
11679         (comint-prompt-regexp, comint-delimiter-argument-list)
11680         (comint-preinput-scroll-to-bottom):
11681         * info.el (Info-hide-cookies-node):
11682         * ls-lisp.el (ls-lisp-classify):
11683         * find-file.el (ff-search-directories, ff-special-constructs)
11684         (ff-find-other-file):
11685         * font-lock.el (font-lock-keywords):
11686         * shell.el (shell-prompt-pattern)
11687         (shell-dynamic-complete-functions, shell-mode)
11688         (shell-delimiter-argument-list):
11689         * term.el (term-replace-by-expanded-filename)
11690         (term-prompt-regexp, term-delimiter-argument-list):
11691         * woman.el (woman-ignore, woman0-if):
11692         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11693         * emacs-lisp/elint.el (elint-init-env):
11694         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11695         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11696         * language/ethio-util.el (ethio-tilde-escape)
11697         (ethio-use-three-dot-question):
11698         * net/zone-mode.el (zone-mode-load-time-setup):
11699         * progmodes/cc-align.el (c-lineup-argcont):
11700         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11701         * progmodes/cperl-mode.el (cperl-set-style-back):
11702         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11703         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11704         Fix spellings in docstrings.
11706         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11707         * progmodes/modula2.el (m2-for): Fix spellings.
11709         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11711         * simple.el (undo-more): Don't use `format' on `error' arguments.
11712         Improve argument/docstring consistency.
11713         (pending-undo-list): Doc fix.
11715         * smerge-mode.el (smerge-ensure-match):
11716         * emulation/vip.el (vip-ex):
11717         * net/zone-mode.el (zone-mode-update-serial):
11718         * progmodes/idlwave.el (idlwave-complete):
11719         * progmodes/vhdl-mode.el (vhdl-visit-file)
11720         (vhdl-compose-wire-components):
11721         Don't use `format' on `error' arguments.
11723         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11724         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11725         (tooltip-help-tips): Fix typos in docstrings.
11727 2005-06-16  David Ponce  <david@dponce.com>
11729         * tree-widget.el (tree-widget-value-create): Simplify last change.
11731 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11733         * ido.el (ido-incomplete-regexp): New variable.
11734         (ido-set-matches-1): Handle invalid-regexp error and set
11735         ido-incomplete-regexp.
11736         (ido-incomplete-regexp): New face.
11737         (ido-completions): Use it.
11738         (ido-complete, ido-exit-minibuffer, ido-completions):
11739         Handle incomplete regexps.
11740         (ido-completions): Add check for complete match when entering a regexp.
11742 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11746 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11748         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11749         by field delimiters.
11751 2005-06-15  David Ponce  <david@dponce.com>
11753         * tree-widget.el: eval-and-compile inlined functions so they will
11754         be available at run-time too.
11755         (tree-widget-super-format-handler)
11756         (tree-widget-format-handler): Remove.
11757         (tree-widget-value-create): Handle the :indent property.
11759 2005-06-15  Miles Bader  <miles@gnu.org>
11761         * progmodes/which-func.el (which-func): Only inherit
11762         `font-lock-function-name-face' when that makes sense against the
11763         default mode-line face, otherwise set the face color explicitly.
11765         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11766         faces instead of (non-existent) variables.
11768 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11770         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11771         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11773 2005-06-14  Miles Bader  <miles@gnu.org>
11775         * progmodes/ld-script.el (ld-script-location-counter):
11776         Remove "-face" suffix from face name.
11777         (ld-script-location-counter-face):
11778         New backward-compatibility alias for renamed face.
11779         (ld-script-location-counter-face): Use renamed face.
11781         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11782         (cperl-hash): Remove "-face" suffix from face names.
11783         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11784         New backward-compatibility aliases for renamed faces.
11785         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11786         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11788         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11789         name.
11790         (which-func-face): New backward-compatibility alias for renamed face.
11791         (which-func-format): Use renamed which-func face.
11793         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11794         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11795         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11796         names.
11797         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11798         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11799         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11800         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11801         (vhdl-speedbar-architecture-selected)
11802         (vhdl-speedbar-configuration-selected)
11803         (vhdl-speedbar-package-selected)
11804         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11805         names.
11806         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11807         Use renamed faces.
11808         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11809         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11810         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11811         Use renamed faces.
11812         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11813         names.
11814         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11815         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11816         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11817         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11818         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11819         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11821         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11822         face name.
11823         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11824         (sh-heredoc-face): Use renamed sh-heredoc face.
11826         * progmodes/idlw-help.el (idlwave-help-link):
11827         Remove "-face" suffix from face name.
11828         (idlwave-help-link-face):
11829         New backward-compatibility alias for renamed face.
11830         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11832         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11833         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11834         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11835         New backward-compatibility aliases for renamed faces.
11836         (idlwave-shell-disabled-breakpoint-face)
11837         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11839         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11840         Remove "-face" suffix from face names.
11841         (flymake-errline-face, flymake-warnline-face):
11842         New backward-compatibility aliases for renamed faces.
11843         (flymake-highlight-line): Use renamed flymake faces.
11845         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11846         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11847         (ebrowse-member-class, ebrowse-progress):
11848         Remove "-face" suffix from face names.
11849         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11850         (ebrowse-file-name-face, ebrowse-default-face)
11851         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11852         (ebrowse-progress-face):
11853         New backward-compatibility aliases for renamed faces.
11854         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11855         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11856         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11857         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11859         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11860         antlr-syntax)
11861         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11862         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11863         names.
11864         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11865         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11866         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11867         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11868         backward-compatibility aliases for renamed faces.
11869         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11870         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11871         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11872         remove "font-lock-".  Use renamed antlr-mode faces.
11873         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11874         literal face-names with face variable references.
11876         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11877         face name.
11878         (Buffer-menu-buffer-face): New backward-compatibility alias for
11879         renamed face.
11880         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11882 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11884         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11885         Eliminate "-face" suffix.
11886         (makefile-targets): Inherit from font-lock-function-name-face and
11887         eliminate "-face" suffix.
11888         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11889         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11890         actions, instead of prepending, to make it less visible.
11891         (makefile-previous-dependency, makefile-match-dependency):
11892         Don't match a target on a continuation line.
11894         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11896 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11898         * progmodes/gdb-ui.el (menu): Re-order menu items.
11899         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11901         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11902         Define in tooltip.el.
11903         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11904         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11905         gud-tooltip-echo-area.
11907         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11908         backward compatibility and make obsolete.
11909         (tooltip-help-tips): Use tooltip-use-echo-area.
11910         (tooltip-show-help-function): Rename to...
11911         (tooltip-show-help): ...this, because it is a function.
11912         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11914 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11916         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11917         (edebug-print-length, edebug-print-level, edebug-print-circle)
11918         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11919         (edebug-eval-print-last-sexp): Doc fixes.
11921 2005-06-14  Kim F. Storm  <storm@cua.dk>
11923         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11924         as the coverage buffer/file/both may change.
11926 2005-06-14  Lute Kamstra  <lute@gnu.org>
11928         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11929         and run-mode-hooks.  Simplify.
11931         * mail/rmailedit.el (rmail-edit-mode):
11932         * progmodes/octave-inf.el (inferior-octave-mode):
11933         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11935         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11936         and run-mode-hooks.
11937         (recentf-edit-list, recentf-open-files): Don't call
11938         kill-all-local-variables directly.
11940         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11942 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11944         * emacs-lisp/byte-run.el (make-obsolete)
11945         (define-obsolete-function-alias): Rename arguments FUNCTION and
11946         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11947         (make-obsolete-variable, define-obsolete-variable-alias):
11948         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11949         respectively.
11951         * isearchb.el (isearchb-activate):
11952         * pcvs.el (cvs-mode):
11953         * ses.el (ses-load):
11954         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11955         * net/tramp.el (tramp-find-file-exists-command)
11956         (tramp-find-shell):
11957         * progmodes/ada-mode.el (ada-create-case-exception)
11958         (ada-create-case-exception-substring, ada-make-subprogram-body):
11959         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11960         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11961         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11962         * textmodes/org.el (org-promote, org-evaluate-time-range)
11963         (org-agenda-next-date-line, org-agenda-previous-date-line)
11964         (org-agenda-error, org-open-at-point, org-table-move-row)
11965         (org-format-table-table-html-using-table-generate-source)
11966         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11967         * textmodes/reftex.el (reftex-access-scan-info):
11968         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11969         (reftex-toc-promote-prepare): Follow error conventions.
11971         * diff-mode.el (diff-mode): Fix typo in docstring.
11973         * forms.el (forms--intuit-from-file): Fix reference to
11974         `forms-number-of-fields' in error message.
11975         (forms-print): Fix quoting in error message.
11977         * forms.el (forms-mode):
11978         * emulation/vi.el (vi-goto-insert-state):
11979         * progmodes/flymake.el (flymake-new-err-info)
11980         (flymake-start-syntax-check-for-current-buffer)
11981         (flymake-simple-cleanup):
11982         * eshell/esh-var.el (eshell/export):
11983         * progmodes/gud.el (xdb):
11984         * textmodes/flyspell.el (flyspell-incorrect-hook)
11985         (flyspell-maybe-correct-transposition)
11986         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11988 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11990         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11991         minibuffer prompt.
11993 2005-06-13  Kim F. Storm  <storm@cua.dk>
11995         * subr.el (add-to-ordered-list): New defun.
11997         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11998         add cua--keymap-alist to emulation-mode-map-alists.
12000 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * subr.el (complete-in-turn): New macro.
12003         (dynamic-completion-table, lazy-completion-table): Add debug info.
12005         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12006         in preference to face aliases.
12008         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12009         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12010         Remove unused vars `start' and `firstline'.
12011         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12012         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12014 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
12016         * cus-start.el (all): Don't complain about missing GTK-related
12017         variables, unless either `gtk' is boundp or this isn't a
12018         `windows-nt' build.
12020 2005-06-13  Lute Kamstra  <lute@gnu.org>
12022         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12023         run-mode-hooks.
12025         * ediff-mult.el (ediff-meta-mode):
12026         * ediff-util.el (ediff-mode): Use run-mode-hooks.
12028         * ledit.el (ledit-mode): Use delay-mode-hooks.
12030         * woman.el (woman-mode-line-format): Delete constant.
12031         (woman-mode-map): Initialize it properly.
12032         (woman-mode): Set mode-class property to special.
12033         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
12034         Set major-mode and mode-name.  Don't set mode-line-format directly.
12035         (Man-getpage-in-background): Don't reference woman-mode-line-format.
12037         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12038         string argument obsolete.
12040 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
12042         * textmodes/org.el (org-CUA-compatible): New option.
12043         (org-disputed-keys): New variable.
12044         (org-key): New function.
12045         (orgtbl-make-binding): Add docstring to the created function.
12046         (org-mode): Set paragraph start/separate regexps.
12047         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12048         (org-archive-location, org-archive-mark-done)
12049         (org-archive-stamp-time): New options.
12050         (org-archive-subtree): New command.
12051         (org-fill-paragraph): New function.
12052         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12053         (org-fake-empty-table-line): Function removed.
12054         (org-format-org-table-html): Do not create empty table lines at
12055         separator lines.  Improved table header treatment.
12056         (org-link-format): New option.
12057         (org-make-link): New function.
12058         (org-insert-link, org-store-link): Use org-make-link.
12059         (org-open-file): Quote file name for shell command, to allow
12060         spaces in file names.
12061         (org-link-regexp): Fix bug with mailto link.
12062         (org-link-maybe-angles-regexp, org-protected-link-regexp):
12063         New constants.
12064         (org-export-as-html): Deal with the optional angles around a link.
12065         Better treatment of file: links.
12066         (org-open-at-point): Replace @{ and @} with < and >.
12067         (org-run-mode-hooks): Function removed.
12068         (org-agenda-mode): No longer use `org-run-mode-hooks'.
12070 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
12072         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12073         MI command -data-list-register-values.
12074         (gdb-post-prompt): Indent properly.
12076 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
12078         * hilit-chg.el (highlight-changes-colors): Rename from
12079         `highlight-changes-colours'.
12080         (highlight-changes-colours): Keep as obsolete alias.
12081         (highlight-changes-face-list): Doc fix.
12082         (hilit-chg-make-list): Use `highlight-changes-colors'.
12084 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
12086         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12087         defun-prompt-regexp.
12089 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
12091         * loadup.el: Don't say we are dumping under 2 names on windows-nt
12092         and cygwin.
12094         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12095         Don't use an old loaddefs.el, as in Makefile.in.
12097 2005-06-12  Lute Kamstra  <lute@gnu.org>
12099         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12101         * man.el (Man-mode-map): Initialize it properly.
12102         (Man-mode): Set mode-class property to special.
12104         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12106 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12108         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12109         A newline is needed in the docstring there.
12111         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12112         Doc fixes.
12114 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12116         * printing.el: Doc fix.  The menubar is no more changed when printing
12117         is loaded, it only changes when pr-menu-bind or pr-update-menus is
12118         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
12119         (pr-version): New version number (6.8.4).
12120         (pr-menu-bind): New command.
12121         (pr-update-menus): Docstring and code fix.
12122         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12123         Docstring fix.
12124         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12125         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12127 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
12129         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12130         "Returns" to "return", document useful return values, etc.
12132 2005-06-11  Alan Mackenzie  <acm@muc.de>
12134         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12135         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12136         (adaptive-file-function): Minor amendment to doc-string.
12138 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
12140         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12141         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12142         Fix :type--it is `integer', not `string'.
12144         * faces.el (modeline-highlight): Rename from (the erroneous)
12145         `modeline-higilight'.
12147 2005-06-11  Lute Kamstra  <lute@gnu.org>
12149         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12150         lisp-interaction-mode-map but make it the parent.
12151         (edebug-eval-mode): Use define-derived-mode.
12153 2005-06-11  Andreas Schwab  <schwab@suse.de>
12155         * bindings.el: Add binding of `ESC functionkey' for every
12156         `M-functionkey'.
12157         * hexl.el (hexl-mode-map): Likewise.
12159 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
12161         * progmodes/compile.el (compilation-error-regexp-alist-alist)
12162         [msft]: update regexp for newer msft compilers.
12164 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
12166         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12167         ATTLIST portions of included DTDs.
12168         (xml-parse-dtd): Eliminate use of inefficient match-data.
12170 2005-06-10  Miles Bader  <miles@gnu.org>
12172         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12173         (mpuz-text): Remove "-face" suffix from face names.
12174         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12175         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12176         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12178         * play/gomoku.el (gomoku-O, gomoku-X):
12179         Remove "-face" suffix from face names.
12180         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12181         New backward-compatibility aliases for renamed faces.
12182         (gomoku-font-lock-keywords): Use renamed gomoku faces.
12184 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12186         * thumbs.el: Fixes for changes of 2005-06-09.
12187         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12188         as a directory.
12189         (thumbs-thumbname): Remove directory separator from format string;
12190         `thumbs-thumbsdir' now returns a valid directory name.
12191         (thumbs-temp-dir): New defsubst.
12192         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12193         Use it.
12195         * cus-edit.el (minibuffer):
12196         * files.el (make-backup-file-name-function):
12197         * filesets.el (filesets-external-viewers):
12198         * hilit-chg.el (highlight-changes-colours)
12199         (highlight-changes-face-list, highlight-changes-rotate-faces):
12200         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12201         * kmacro.el (kmacro-call-macro):
12202         * log-edit.el (log-edit-changelog-full-paragraphs):
12203         * mouse.el (mouse-1-click-follows-link):
12204         * skeleton.el (skeleton-autowrap):
12205         * subr.el (insert-for-yank-1):
12206         * tempo.el (tempo-insert-region):
12207         * terminal.el (terminal-emulator):
12208         * time.el (display-time-mail-face):
12209         * vc.el (vc-annotate):
12210         * vcursor.el (vcursor-copy-line):
12211         * woman.el (woman-bold-headings, woman-ignore)
12212         (woman-default-faces, woman-monochrome-faces):
12213         * calendar/todo-mode.el (todo-insert-threshold):
12214         * emulation/pc-select.el (pc-select-selection-keys-only)
12215         (pc-selection-mode):
12216         * emulation/vip.el (vip-find-char-forward):
12217         * emulation/viper-cmd.el (viper-find-char-forward):
12218         * international/mule-cmds.el
12219         (select-safe-coding-system-accept-default-p)
12220         (input-method-exit-on-invalid-key):
12221         * international/mule-diag.el (describe-coding-system):
12222         * international/ucs-tables.el (unify-8859-on-encoding-mode):
12223         * net/browse-url.el (browse-url-xterm-program):
12224         * obsolete/lazy-lock.el (lazy-lock-mode):
12225         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12226         (cperl-mode):
12227         * progmodes/cpp.el (cpp-face-light-name-list)
12228         (cpp-face-dark-name-list):
12229         * progmodes/delphi.el (delphi-newline-always-indents):
12230         Fix spellings in docstrings.
12232         * ido.el (ido-mode, ido-file-extensions-order)
12233         (ido-default-file-method, ido-default-buffer-method)
12234         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
12235         (ido-decorations, ido-read-file-name-as-directory-commands)
12236         (ido-read-file-name-non-ido, ido-work-directory-list)
12237         (ido-ignore-item-temp-list, ido-current-directory)
12238         (ido-magic-forward-char, ido-enter-find-file)
12239         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
12240         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
12242 2005-06-10  Lute Kamstra  <lute@gnu.org>
12244         * play/dunnet.el (dun-mode): Use define-derived-mode.
12245         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
12246         obsolete alias.
12248         * play/doctor.el (doctor-mode-map): Remove defvar.
12249         (doctor-mode): Use define-derived-mode.
12251         * mail/mspools.el (mspools-mode):
12252         * net/eudc-hotlist.el (eudc-hotlist-mode):
12253         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
12255 2005-06-10  Miles Bader  <miles@gnu.org>
12257         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12258         Remove "-face" suffix from face names.
12259         (flyspell-incorrect-face, flyspell-duplicate-face):
12260         New backward-compatibility aliases for renamed faces.
12261         (flyspell-mode-on, make-flyspell-overlay)
12262         (flyspell-highlight-incorrect-region)
12263         (flyspell-highlight-duplicate-region)
12264         (flyspell-display-next-corrections)
12265         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
12267         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
12268         from face name.
12269         (texinfo-heading-face): New backward-compatibility alias for
12270         renamed face.
12271         (texinfo-heading-face): Use renamed texinfo-heading face.
12273         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
12274         suffix from face names.
12275         (tex-math-face, tex-verbatim-face):
12276         New backward-compatibility aliases for renamed faces.
12277         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
12278         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
12279         literal face name.
12281         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12282         name.
12283         (table-cell-face): New backward-compatibility alias for renamed face.
12284         (table--put-cell-face-property, table--update-cell-face):
12285         Use renamed table-cell face.
12287         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12288         from face name.
12289         (sgml-namespace-face): New backward-compatibility alias for
12290         renamed face.
12291         (sgml-namespace-face): Use renamed sgml-namespace face.
12293         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12294         (org-level-4, org-level-5, org-level-6, org-level-7)
12295         (org-level-8, org-warning, org-headline-done)
12296         (org-deadline-announce, org-scheduled-today)
12297         (org-scheduled-previously, org-link, org-done, org-table)
12298         (org-time-grid): Remove "-face" suffix from face names.
12299         (org-level-1-face, org-level-2-face, org-level-3-face)
12300         (org-level-4-face, org-level-5-face, org-level-6-face)
12301         (org-level-7-face, org-level-8-face, org-warning-face)
12302         (org-headline-done-face, org-deadline-announce-face)
12303         (org-scheduled-today-face, org-scheduled-previously-face)
12304         (org-link-face, org-done-face, org-table-face)
12305         (org-time-grid-face):
12306         New backward-compatibility aliases for renamed faces.
12307         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12308         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12309         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12310         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12312         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12313         (viper-minibuffer-emacs, viper-minibuffer-insert)
12314         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12315         (viper-search-face, viper-replace-overlay-face)
12316         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12317         (viper-minibuffer-vi-face):
12318         New backward-compatibility aliases for renamed faces.
12319         (viper-search-face, viper-replace-overlay-face)
12320         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12321         (viper-minibuffer-vi-face): Use renamed viper faces.
12323         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12324         Remove "-face" suffix from face names.
12325         (testcover-nohits-face, testcover-1value-face):
12326         New backward-compatibility aliases for renamed faces.
12327         (testcover-mark): Use renamed testcover faces.
12329         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12330         face name.
12331         (diary-button-face): New backward-compatibility alias for renamed face.
12332         (diary-entry): Use renamed diary-button face.
12334         * calendar/calendar.el (diary, calendar-today, holiday)
12335         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12336         (diary-face, calendar-today-face, holiday-face):
12337         New backward-compatibility aliases for renamed faces.
12338         (eval-after-load "facemenu", diary-entry-marker)
12339         (calendar-today-marker, calendar-holiday-marker, diary-face):
12340         Use renamed calendar faces.
12342         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12343         (compare-windows-face): New backward-compatibility alias for
12344         renamed face.
12345         (compare-windows-highlight): Use renamed compare-windows face.
12347         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12348         (strokes-char-face): New backward-compatibility alias for renamed face.
12349         (strokes-encode-buffer): Use renamed strokes-char face.
12351         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12352         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12353         Remove "-face" suffix from face names.
12354         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12355         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12356         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12357         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12358         Use renamed pcvs faces.
12359         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12360         * pcvs-defs.el (cvs-mode-map): Likewise.
12361         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12363         * info.el (info-title-1, info-title-2, info-title-3)
12364         (info-title-4): Remove "-face" suffix from and downcase face names.
12365         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12366         (Info-title-4-face):
12367         New backward-compatibility aliases for renamed faces.
12368         (Info-fontify-node): Use renamed info faces.
12370         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12371         Remove "-face" suffix from face names.
12372         (highlight-changes-face, highlight-changes-delete-face):
12373         New backward-compatibility aliases for renamed faces.
12374         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12375         (hilit-chg-make-list): Use renamed highlight-changes faces.
12377         * generic-x.el (show-tabs-tab, show-tabs-space):
12378         Remove "-face" suffix from face names.
12379         (show-tabs-tab-face, show-tabs-space-face):
12380         New backward-compatibility aliases for renamed faces.
12381         (show-tabs-generic-mode-font-lock-defaults-1)
12382         (show-tabs-generic-mode-font-lock-defaults-2):
12383         Use renamed show-tabs faces.
12385         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12386         (smerge-markers): Remove "-face" suffix from face names.
12387         (smerge-mine-face, smerge-other-face, smerge-base-face)
12388         (smerge-markers-face):
12389         New backward-compatibility aliases for renamed faces.
12390         (smerge-mine-face, smerge-other-face, smerge-base-face)
12391         (smerge-markers-face): Use renamed smerge faces.
12393         * log-view.el (log-view-file, log-view-message): Remove "-face"
12394         suffix from face names.
12395         (log-view-file-face, log-view-message-face):
12396         New backward-compatibility aliases for renamed faces.
12397         (log-view-file-face, log-view-message-face): Use renamed log-view
12398         faces.
12400         * paren.el (show-paren-match, show-paren-mismatch):
12401         Remove "-face" suffix from face names.
12402         (show-paren-match-face, show-paren-mismatch-face):
12403         New backward-compatibility aliases for renamed faces.
12404         (show-paren-function): Use renamed show-paren faces.
12406         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12407         (ruler-mode-margins, ruler-mode-fringes)
12408         (ruler-mode-column-number, ruler-mode-fill-column)
12409         (ruler-mode-comment-column, ruler-mode-goal-column)
12410         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12411         suffix from face names.
12412         (ruler-mode-default-face, ruler-mode-pad-face)
12413         (ruler-mode-margins-face, ruler-mode-fringes-face)
12414         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12415         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12416         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12417         New backward-compatibility aliases for renamed faces.
12418         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12419         (ruler-mode-column-number, ruler-mode-fill-column)
12420         (ruler-mode-comment-column, ruler-mode-goal-column)
12421         (ruler-mode-tab-stop, ruler-mode-current-column)
12422         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12423         faces.
12425         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12426         face name.
12427         (whitespace-highlight-the-space): Use renamed face.
12428         (whitespace-highlight-face): New backward-compatibility alias for
12429         renamed face.
12431         * woman.el (woman-italic, woman-bold, woman-unknown)
12432         (woman-addition, woman-symbol-face):
12433         Remove "-face" suffix from face names.
12434         (woman-italic-face, woman-bold-face, woman-unknown-face)
12435         (woman-addition-face):
12436         New backward-compatibility aliases for renamed faces.
12437         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12438         (woman-decode-region, woman-replace-match)
12439         (woman-display-extended-fonts, woman-special-characters)
12440         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12441         Use renamed woman faces.
12443         * longlines.el (longlines-visible-face): Face removed.
12445         * diff-mode.el (diff-header, diff-file-header, diff-index)
12446         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12447         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12448         suffix from face names.
12449         (diff-header-face, diff-file-header-face, diff-index-face)
12450         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12451         (diff-changed-face, diff-function-face, diff-context-face)
12452         (diff-nonexistent-face): New backward-compatibility aliases for
12453         renamed faces.
12454         (diff-header-face, diff-file-header-face)
12455         (diff-index, diff-index-face, diff-hunk-header)
12456         (diff-hunk-header-face, diff-removed, diff-removed-face)
12457         (diff-added, diff-added-face, diff-changed-face, diff-function)
12458         (diff-function-face, diff-context-face, diff-nonexistent)
12459         (diff-nonexistent-face): Use renamed diff-mode faces.
12461         * progmodes/compile.el (compilation-warning-face)
12462         (compilation-info-face): Remove "-face" suffix from face names.
12463         (compilation-warning-face, compilation-info-face):
12464         New backward-compatibility aliases for renamed faces.
12465         (compilation-warning-face, compilation-info-face):
12466         Use renamed compilation faces.
12468         * add-log.el (change-log-date, change-log-name)
12469         (change-log-email, change-log-file, change-log-list)
12470         (change-log-conditionals, change-log-function)
12471         (change-log-acknowledgement): Remove "-face" suffix from face names.
12472         (change-log-date-face, change-log-name-face)
12473         (change-log-email-face, change-log-file-face)
12474         (change-log-list-face, change-log-conditionals-face)
12475         (change-log-function-face, change-log-acknowledgement-face):
12476         New backward-compatibility aliases for renamed faces.
12477         (change-log-font-lock-keywords): Use renamed change-log faces.
12479         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12480         (custom-set, custom-changed, custom-saved, custom-button)
12481         (custom-button-pressed, custom-documentation, custom-state)
12482         (custom-comment, custom-comment-tag, custom-variable-tag)
12483         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12484         (custom-group-tag): Remove "-face" suffix from face names.
12485         (custom-magic-alist, custom-magic-value-create)
12486         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12487         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12488         (custom-set-face, custom-changed-face, custom-saved-face)
12489         (custom-button-face, custom-button-pressed-face)
12490         (custom-documentation-face, custom-state-face)
12491         (custom-comment-face, custom-comment-tag-face)
12492         (custom-variable-tag-face, custom-variable-button-face)
12493         (custom-face-tag-face, custom-group-tag-face-1)
12494         (custom-group-tag-face):
12495         New backward-compatibility aliases for renamed faces.
12497         * wid-edit.el (widget-documentation, widget-button)
12498         (widget-field, widget-single-line-field, widget-inactive)
12499         (widget-button-pressed): "-face" suffix removed from face names.
12500         (widget-documentation-face, widget-button-face)
12501         (widget-field-face, widget-single-line-field-face)
12502         (widget-inactive-face, widget-button-pressed-face):
12503         New backward-compatibility aliases for renamed faces.
12504         (widget-documentation-face, widget-button-face)
12505         (widget-button-pressed-face, widget-specify-field)
12506         (widget-specify-inactive): Use renamed widget faces.
12508 2005-06-10  Kenichi Handa  <handa@m17n.org>
12510         * term/x-win.el (x-clipboard-yank): Remove condition-case
12511         wrapping.
12513 2005-06-11  Kenichi Handa  <handa@m17n.org>
12515         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12516         date lines stricter.
12518 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12520         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12521         of x-get-selection.
12523 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12525         * comint.el (comint-mode, comint-snapshot-last-prompt):
12526         * frame.el (frame-current-scroll-bars):
12527         * term.el (term-mode, term-check-proc, term-input-sender)
12528         (term-simple-send, term-extract-string, term-word)
12529         (term-match-partial-filename):
12530         * window.el (window-current-scroll-bars):
12531         * emulation/cua-base.el (cua-normal-cursor-color)
12532         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12533         (cua-global-mark-cursor-color):
12534         * mail/undigest.el (rmail-forward-separator-regex):
12535         Fix typos in docstrings.
12537         * comint.el (comint-check-proc, make-comint-in-buffer)
12538         (comint-source-default): Doc fixes.
12540         * term.el (term-send-string): Improve argument/docstring consistency.
12542 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12544         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12545         call to `delete-region'.
12546         (comint-mode-hook): Do not enable Font Lock by default.
12548 2005-06-09  Lute Kamstra  <lute@gnu.org>
12550         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12551         could be void.
12553 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12555         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12556         (debug): Use it.
12557         (debugger-step-through, debugger-continue, debugger-jump)
12558         (debugger-return-value): Set it when needed.
12559         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12560         Use inhibit-read-only.
12562 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12564         * window.el (shrink-window-if-larger-than-buffer)
12565         (window-size-fixed): Fix typo in docstring.
12567         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12568         thumbnails directory on loading.
12569         (thumbs-conversion-program): Use `eq' to check the system type,
12570         not `equal'.
12571         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12572         not "/tmp".  Fix docstring.
12573         (thumbs-thumbsdir): New function to return the thumbnails
12574         directory, creating it if needed.
12575         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12576         (thumbs-temp-file): Delete variable and make it into a function.
12577         (thumbs-resize-image, thumbs-modify-image): Use it.
12578         (thumbs-kill-buffer): Simplify.
12579         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12580         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12581         docstrings.
12583 2005-06-09  Kim F. Storm  <storm@cua.dk>
12585         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12586         set-match-data to free markers in match-data.
12588         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12589         match-data to unchain markers in match-data.
12591 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12593         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12594         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12595         unnecessary now.
12597 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12599         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12600         give the variable a doc string that doesn't say don't set it directly.
12602         * textmodes/ispell.el (ispell-check-version):
12603         Use match-string-no-properties.
12604         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12605         (ispell-buffer-local-words): Likewise.
12607         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12608         except on terminals with enough colors to really display it.
12609         (makefile-dependency-regex): Delete spurious `bb'.
12611         * faces.el (escape-glyph): Use blue once again in last case.
12612         (no-break-space): Redefine so that it isn't invisible on a tty.
12614 2005-06-08  Kim F. Storm  <storm@cua.dk>
12616         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12617         also when reading directory name.
12619 2005-06-08  Lute Kamstra  <lute@gnu.org>
12621         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12622         (flyspell-mode-line-string): Remove autoload cookie.
12623         (flyspell-mode): Remove defvar.
12625 2005-06-07  Lute Kamstra  <lute@gnu.org>
12627         * textmodes/org.el (org-run-mode-hooks): New function.
12628         (org-agenda-mode): Use it.
12630 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12632         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12634 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12636         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12638 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12640         * font-lock.el (font-lock-add-keywords): Doc fix.
12642 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12644         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12645         (tex-compile-default): In the absence of any history, use the order in
12646         tex-compile-alist to choose the preferred command.
12647         (tex-compile-commands): Reorder a bit.
12649         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12650         (flyspell-incorrect-face, flyspell-duplicate-face):
12651         Use (X)Emacs-agnostic code.
12652         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12653         redundant with the subsequent add-minor-mode.  Merge Emacs and
12654         XEmacs code.
12655         (flyspell-word): Minor simplification.
12656         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12657         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12658         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12659         Merge the corresponding Emacs code.
12660         (flyspell-correct-word, flyspell-xemacs-popup):
12661         Use flyspell-do-correct.
12663         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12664         a dedicated window.
12666         * international/latexenc.el (latexenc-find-file-coding-system):
12667         Undo part of last patch, to turn off a compiler warning.
12669 2005-06-06  Juri Linkov  <juri@jurta.org>
12671         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12672         Rename `tmm-inactive-face' to `tmm-inactive'.
12674 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12676         * iswitchb.el: Rename faces.
12678 2005-06-06  Kim F. Storm  <storm@cua.dk>
12680         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12681         (cua-global-mark): Remove -face suffix from face names.
12683         * emulation/cua-gmrk.el (cua--init-global-mark):
12684         Remove cua-global-mark face setup.
12686 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12688         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12689         just like other allowed characters.
12690         (makefile-match-dependency): Exclude leading and training whitespace
12691         from the range of regexp subexp 1.
12692         (makefile-macroassign-regex): Don't try to match the body,
12693         just the name of the macro being defined.
12695         * info.el (Info-read-node-name-2): New function.
12696         (Info-read-node-name-1): Use that.
12697         Add a completion-base-size-function property.
12699         * simple.el (completion-setup-function): Look for
12700         completion-base-size-function property of minibuffer-completion-table.
12702         * files.el (locate-file-completion): Doc fix.
12704         * printing.el: Don't call pr-update-menus; user must do that.
12706         * emacs-lisp/debug.el (debugger-window): New variable.
12707         (debug): Use debugger-window if it is set and still alive.
12708         Record debugger-window for next entry.
12710         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12712 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12714         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12715         (hack-one-local-variable, hack-local-variables)
12716         (hack-local-variables-prop-line): Pass that arg.
12718 2005-06-06  Kim F. Storm  <storm@cua.dk>
12720         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12721         (ido-indicator): Remove -face suffix from face names.
12723 2005-06-06  Juri Linkov  <juri@jurta.org>
12725         * font-lock.el (font-lock-regexp-backslash)
12726         (font-lock-regexp-backslash-construct): New faces.
12727         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12728         after `('.  Add `while-no-input' to control structures.
12730         * faces.el (no-break-space, shadow): New faces.
12731         (escape-glyph): Use less loud colors pink2 and red4.
12733         * diff-mode.el (diff-context-face)
12734         * dired.el (dired-ignored)
12735         * rfn-eshadow.el (file-name-shadow)
12736         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12738         * info.el (Info-title-1-face): Use green instead of yellow because
12739         bold yellow is not readable on light backgrounds.
12741         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12742         before selecting the desired mode to not spend time fontifying
12743         old contents.
12745 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12747         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12748         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12750         * ps-print.el (ps-default-fg, ps-default-bg):
12751         Fix typos in docstrings.
12753         * isearchb.el (isearchb): Don't pass a spurious second argument to
12754         `iswitchb-completions'.
12756 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12758         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12759         to preserve point.
12760         (gdb-find-file-hook): Add doc string.
12762         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12763         C dereferenced pointer expression.
12764         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12766         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12768         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12769         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12770         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12771         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12772         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12773         Make background transparent.
12775 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12777         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12778         (font-lock-remove-keywords): Doc fix.
12779         (font-lock-mode-major-mode): Compiler defvar.
12780         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12782         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12783         (font-lock-mode): Update `font-lock-mode-major-mode'.
12784         (font-lock-set-defaults): Compiler defvar.
12785         (font-lock-default-function): Take `font-lock-mode-major-mode'
12786         into account.
12788         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12789         keep track of which major mode it enabled the minor mode for.
12790         Use find-file-hook again.  Update docstring.
12792         * simple.el (eval-expression-print-level)
12793         (eval-expression-print-length, eval-expression-debug-on-error):
12794         Doc fixes.
12796 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12798         * iswitchb.el (iswitchb-single-match-face)
12799         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12800         (iswitchb-invalid-regexp-face): New faces.
12801         (iswitchb-completions): Use them.
12802         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12803         now marked as an obsolete alias.
12804         (iswitchb-read-buffer): Remove check for bound font variables.
12805         (iswitchb-invalid-regexp): New free variable.
12806         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12807         set iswitchb-invalid-regexp.
12808         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12809         invalid regexps.
12810         (iswitchb-completions): Add check for complete match when entering
12811         a regexp.
12812         (iswitchb-completions): Remove require-match argument.
12813         (iswitchb-exhibit): Fix caller.
12814         (iswitchb-common-match-inserted): New variable.
12815         (iswitchb-complete, iswitchb-completion-help): Use it.
12817 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12819         * url-http.el (url-http-chunked-encoding-after-change-function):
12820         Use `url-http-debug' instead of `message'.
12822 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12824         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12825         callback argument.
12827 2005-06-04  Kim F. Storm  <storm@cua.dk>
12829         * simple.el (line-move): Only call sit-for when moving backwards.
12831         * ido.el (ido-make-merged-file-list-1): New defun split from
12832         ido-make-merged-file-list.
12833         (ido-make-merged-file-list): Bind throw-on-input around call to
12834         ido-make-merged-file-list-1.  Return input-pending-p if
12835         interrupted by more input available.
12836         (ido-read-internal): Handle input-pending-p return value from
12837         ido-make-merged-file-list.
12839 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12842         compatibility code.
12844         * international/latexenc.el (latexenc-find-file-coding-system):
12845         Don't inherit the EOL part of the coding-system from the
12846         tex-main buffer.  Fit within 80 columns.
12848 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12850         * tmm.el (tmm-inactive-face): New face.
12851         (tmm-remove-inactive-mouse-face): New function.
12852         (tmm-prompt, tmm-add-one-shortcut)
12853         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12854         but not selectable.
12856 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12858         * faces.el (face-equal): Improve argument/docstring consistency.
12860 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12862         * progmodes/make-mode.el (makefile-targets-face)
12863         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12864         (makefile-bsdmake-dependency-regex)
12865         (makefile-makepp-rule-action-regex)
12866         (makefile-bsdmake-rule-action-regex): New constants.
12867         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12869         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12870         Allow (...) within `...' for makepp messages.
12872 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12874         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12876         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12877         "." files are deleted from all file lists before comparison.
12879         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12880         (viper-ESC-key): Made them customizable.
12882         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12884 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12886         * autorevert.el (auto-revert-buffers): Use save-match-data.
12888 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12891         menu items with a nil command binding.
12893 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12895         * emacs-lisp/cl-macs.el (defsetf):
12896         Improve argument/docstring consistency.
12898         * faces.el (list-faces-display): Improve the formatting by
12899         computing the maximum length required for any face-name (reworked
12900         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12901         (internal-find-face): Remove redundant info in docstring.
12903 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12905         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12906         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12907         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12908         (gdb-assembler-custom): Improve regexps.
12909         (def-gdb-auto-update-handler): Use window point to preserve point.
12911 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12915 2005-05-31  Jay Belanger  <belanger@truman.edu>
12917         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12918         to calc-embedded.
12919         (calc-embedded-make-info): Have plain prefix argument select
12920         entire line.
12922 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12924         * faces.el (list-faces-display): Signal error if passed a regexp
12925         that matches no face name.
12927         * simple.el (filter-buffer-substring): Fix typo in docstring.
12929 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12931         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12932         (vhdl-emacs-21): Doc fix.
12933         (vhdl-mode): Unconditionally set comment-padding.
12934         (vhdl-fixup-whitespace-region): Insert spaces only where
12935         there are none.
12936         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12938 2005-05-30  John Wiegley  <johnw@newartisans.com>
12940         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12941         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12942         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12943         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12944         `string-to-number'.
12946 2005-05-30  Jay Belanger  <belanger@truman.edu>
12948         * calc/calc.el (calc-bug-address): Fix docstring.
12949         (calc-window-hook, calc-trail-window-hook): New variables.
12950         (calc-trail-display): Restore use of calc-trail-window-hook.
12951         (calc): Restore use of calc-window-hook.
12953 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12955         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12957         * help-fns.el (help-C-file-name): Add autoload mark for
12958         `find-function-noselect'.
12960 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12963         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12965 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12967         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12968         included diary buffer if it was not already being visited.
12969         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12971         * calendar/icalendar.el (top-level): Do not require appt.
12973         * mail/supercite.el (sc-select-attribution): Only use a list
12974         element from sc-attrib-selection-list if it returns a string.
12975         Reported by Davide G. M. Salvetti <salve@debian.org>.
12977 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12979         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12980         includes a hash value to improve its uniqueness, and has a ".jpg"
12981         extension.  Also, it is now a valid filename on all systems.
12982         (thumbs-make-thumb): Use `let', not `let*'.
12983         (thumbs-show-thumbs-list): Check for JPEG availability.
12985 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12987         * filesets.el (filesets-menu-ensure-use-cached):
12988         Prevent warning when emacs-version>= is undefined.
12990         * printing.el (pr-interactive-n-up): Use string-to-number.
12992         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12994         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12995         Warn only when name to be defined is quoted.
12997 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12999         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13000         Make regexp more robust.
13001         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13002         Force regeneration of disassembly.
13004 2005-05-29  Jay Belanger  <belanger@truman.edu>
13006         * calc/calc.el (calc-user-invocation): Check if
13007         calc-invocation-macro is non-nil.
13009 2005-05-29  Juri Linkov  <juri@jurta.org>
13011         * add-log.el (change-log-font-lock-keywords):
13012         Add `+' to e-mail regexp to accept mail address with keywords.
13014         * man.el (Man-name-regexp): Add `:' to accept qualified names.
13016 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
13018         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13020         * ielm.el (inferior-emacs-lisp-mode): Ditto.
13022 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13024         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13025         Undo the change that moves to end of the current word.
13027 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13029         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13030         Throw error when count <= 0 to ensure input is a number.
13031         (gdb-read-memory-custom): Pick up address from buffer.
13032         (gdb-memory-mode): Allow user to increment and decrement
13033         memory address from header line.
13035 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13037         * flyspell.el (flyspell-version): Function deleted.
13038         (flyspell-auto-correct-previous-hook): Doc fix.
13040         * jit-lock.el (jit-lock-function, jit-lock-after-change):
13041         Do nothing if memory is full.
13043         * font-lock.el (font-lock-fontify-syntactically-region):
13044         Pass t for GREEDY to looking-back.
13046         * saveplace.el (save-place-alist-to-file): Write the file
13047         using write-region.
13049         * subr.el (looking-back): New argument GREEDY.
13051         * progmodes/compile.el (compilation-start): Set the mode
13052         before inserting the initial text.
13054         * progmodes/which-func.el (which-func-update-1): Turn the mode
13055         off in case of error by setting which-func-mode.
13057 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
13059         * flyspell.el (flyspell-auto-correct-previous-word):
13060         Narrow down to what's on the screen, and recenter overlays
13061         at the end of the next word.
13063 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
13065         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13066         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13067         (flyspell-abbrev-p): Default to nil.
13068         (flyspell-use-global-abbrev-table-p): Doc fix.
13069         (flyspell-large-region): Allow nil as value.
13070         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13072         (mail-mode-flyspell-verify): More robust handling
13073         of `mail-header-separator'.  More efficient signature detection.
13074         Allow for regexp metacharacters in message-header-separator.
13075         Adding `To' not to be checked in mail-mode-flyspell-verify.
13077         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13078         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13079         Bind flyspell-auto-correct-binding.
13080         Bind C-. and C-, .
13081         (flyspell-mode-map): Likewise.
13082         (flyspell-mode): Doc fix.
13083         (flyspell-accept-buffer-local-defs): Preserve current buffer.
13084         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13085         (flyspell-word-cache-result): New var, always local.
13086         (flyspell-check-pre-word-p): Doc fix.
13087         (flyspell-check-changed-word-p): Handle spc like newline.
13088         (flyspell-post-command-hook): Set flyspell-word-cache-result.
13089         (flyspell-word-search-backward, flyspell-word-search-forward):
13090         New functions.
13091         (flyspell-word): Return t if nothing to check.
13092         When parsing TeX code, check for after } or \.
13093         Use flyspell-word-search-backward to find previous word.
13094         Return nil if duplicated word.
13095         For word already checked, return same value as last time.
13096         Set flyspell-word-cache-result after checking.
13097         Don't clobber the return value.
13098         (flyspell-get-word): Major rewrite.
13099         (flyspell-external-point-words): New locals pword, pcount.
13100         Fix size used in progress message.
13101         Find the proper corresponding word in flyspell-large-region-buffer.
13102         (flyspell-region): Check for flyspell-large-region = nil.
13103         (flyspell-highlight-incorrect-region): Clean up overlays in region.
13104         (flyspell-auto-correct-word): Check that WORD is a cons.
13105         (flyspell-correct-word): Likewise.
13107 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
13109         * progmodes/make-mode.el (makefile-rule-action-regex)
13110         (makefile-macroassign-regex, makefile-makepp-mode)
13111         (makefile-bsdmake-mode): Continuation lines may be empty.
13112         Reported by Joshua Varner.
13113         (makefile-makepp-font-lock-keywords): Add $(stem).
13115 2005-05-28  Karl Berry  <karl@gnu.org>
13117         * textmodes/tex-mode.el: Now that tex-send-command calls
13118         shell-quote-argument (2005-03-31 change), remove all calls to
13119         shell-quote-argument; they all end up invoking tex-send-command.
13120         The double quoting loses on filenames with non-safe characters,
13121         such as "@".  Reported by Frederik Fouvry.
13123 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
13125         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13126         about preserving point.
13128 2005-05-27  Jay Belanger  <belanger@truman.edu>
13130         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13131         Info-goto-node.
13133         * calc/calc-embed.el (calc-embed-arg): New variable.
13134         (calc-do-embedded-activate, calc-embedded-activate-formula)
13135         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13136         variable by new variable.
13137         (calc-embedded-make-info): Replace undeclared variable by new
13138         variable.  When selecting region with positive prefix
13139         argument, use end of previous line instead of beginning of line.
13141         * calc/calc-aent.el (calc-arg-values): Declare it.
13143         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13144         Declare them.
13146         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13148         * calc/calc.el (calc-alg-map): Declare it.
13150         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13152 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
13154         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13155         (gdb-registers-buffer, toggle-gdb-all-registers):
13156         Toggle display of floating point registers.
13157         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13159         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
13160         (toggle-gud-tooltip-dereference):
13161         Rename from gud-toggle-tooltip-dereference.
13163 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13165         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13167 2005-05-27  Jay Belanger  <belanger@truman.edu>
13169         * calc/calc-prog.el (calc-kbd-report): Remove.
13170         (calc-kbd-query): Rewrite.
13172 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
13174         * image.el (image-library-alist): Move to image.c.
13175         (image-type-available-p): Doc fix.
13177 2005-05-27  Lute Kamstra  <lute@gnu.org>
13179         * calc/calc.el (calc):
13180         * outline.el (outline-1, outline-2, outline-3, outline-4)
13181         (outline-5, outline-6, outline-7, outline-8):
13182         * textmodes/dns-mode.el (dns-mode):
13183         * textmodes/sgml-mode.el (sgml-namespace-face):
13184         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13185         (tex-verbatim-face, tex-use-reftex):
13186         * textmodes/texinfo.el (texinfo-heading-face):
13187         Specify customization group.
13189         * longlines.el: Don't require easy-mmode.
13190         (longlines-visible-face): Specify customization group.
13192 2005-05-27  Kenichi Handa  <handa@m17n.org>
13194         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13195         encoding table of windows-1251.
13197         * international/ucs-tables.el (ucs-set-table-for-input):
13198         If translation-table-for-input of a coding system is a symbol, get
13199         its translation-table property.
13201         * international/code-pages.el: Don't register a coding system into
13202         non-iso-charset-alist more than once.
13203         (cp-make-coding-system): Likewise.
13205 2005-05-26  John Wiegley  <johnw@newartisans.com>
13207         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13208         `eshell-resume-eval' is wrapped in a list, it indicates that the
13209         command was run asynchronously.  In that case, unwrap the value
13210         before checking the delimiter value.
13212         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13213         character before a space at the end of a line is \, assume the space
13214         is part of the last argument rather than a final argument separator.
13216         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13217         is in use, and the target is `t' or `nil' (which are the most common
13218         values), don't assume that the symbol target is a buffer.
13220 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13222         * calendar/calendar.el (calendar-mode-line-format):
13223         Use mode-line-highlight as mouse-face.
13225         * time.el (display-time-string-forms, display-time-update):
13226         Use mode-line-highlight as mouse-face.
13228 2005-05-26  Jay Belanger  <belanger@truman.edu>
13230         * calc/calc.el (calc-language-alist): Remove extra defvar.
13232 2005-05-26  Lute Kamstra  <lute@gnu.org>
13234         * arc-mode.el (archive-mode):
13235         * bookmark.el (bookmark-read-annotation-mode)
13236         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
13237         * bs.el (bs-mode):
13238         * calc/calc-yank.el (calc-edit-mode):
13239         * calc/calc.el (calc-mode, calc-trail-mode):
13240         * calculator.el (calculator-mode):
13241         * chistory.el (command-history-mode):
13242         * comint.el:
13243         * cus-edit.el (custom-mode):
13244         * descr-text.el (describe-text-mode):
13245         * ebuff-menu.el (Electric-buffer-menu-mode):
13246         * ediff-util.el (ediff-mode):
13247         * emacs-lisp/re-builder.el (reb-mode):
13248         * emulation/vi.el (vi-mode-setup):
13249         * emulation/ws-mode.el (wordstar-mode):
13250         * eshell/esh-mode.el (eshell-mode):
13251         * forms.el (forms-mode):
13252         * help-mode.el (help-mode):
13253         * hexl.el (hexl-mode):
13254         * ibuffer.el (ibuffer-mode):
13255         * ielm.el (inferior-emacs-lisp-mode):
13256         * info.el (Info-mode, Info-edit-mode):
13257         * international/swedish.el:
13258         * ledit.el (ledit-from-lisp-mode):
13259         * locate.el (locate-mode):
13260         * mail/rmail.el (rmail-mode):
13261         * mail/rmailedit.el (rmail-edit-mode):
13262         * mail/rmailsum.el (rmail-summary-mode):
13263         * mail/supercite.el (sc-electric-mode):
13264         * net/eudc.el (eudc-mode):
13265         * net/quickurl.el (quickurl-list-mode):
13266         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
13267         * obsolete/ooutline.el (outline-mode):
13268         * obsolete/options.el (Edit-options-mode):
13269         * obsolete/rnews.el (news-mode):
13270         * obsolete/rnewspost.el (news-reply-mode):
13271         * play/5x5.el (5x5-mode):
13272         * play/decipher.el (decipher-mode, decipher-stats-mode):
13273         * play/gomoku.el (gomoku-mode):
13274         * play/snake.el (snake-mode):
13275         * play/solitaire.el (solitaire-mode):
13276         * play/tetris.el (tetris-mode):
13277         * progmodes/ada-mode.el (ada-mode):
13278         * progmodes/antlr-mode.el (antlr-mode):
13279         * progmodes/autoconf.el (autoconf-mode):
13280         * progmodes/dcl-mode.el (dcl-mode):
13281         * progmodes/delphi.el (delphi-mode):
13282         * progmodes/ebrowse.el (ebrowse-tree-mode)
13283         (ebrowse-electric-list-mode, ebrowse-member-mode)
13284         (ebrowse-electric-position-mode):
13285         * progmodes/f90.el (f90-mode):
13286         * progmodes/fortran.el (fortran-mode):
13287         * progmodes/icon.el (icon-mode):
13288         * progmodes/idlw-help.el (idlwave-help-mode):
13289         * progmodes/idlw-shell.el (idlwave-shell-mode):
13290         * progmodes/idlwave.el (idlwave-mode):
13291         * progmodes/inf-lisp.el (inferior-lisp-mode):
13292         * progmodes/m4-mode.el (m4-mode):
13293         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13294         * progmodes/modula2.el (modula-2-mode):
13295         * progmodes/octave-inf.el (inferior-octave-mode):
13296         * progmodes/octave-mod.el (octave-mode):
13297         * progmodes/pascal.el (pascal-mode):
13298         * progmodes/sh-script.el (sh-mode):
13299         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13300         * progmodes/vhdl-mode.el (vhdl-mode):
13301         * progmodes/xscheme.el (scheme-interaction-mode):
13302         * replace.el (occur-mode):
13303         * ses.el (ses-mode):
13304         * simple.el (completion-list-mode):
13305         * skeleton.el:
13306         * speedbar.el (speedbar-mode):
13307         * term.el (term-mode):
13308         * terminal.el (terminal-edit-mode):
13309         * textmodes/reftex-index.el (reftex-index-mode)
13310         (reftex-index-phrases-mode):
13311         * textmodes/reftex-sel.el (reftex-select-label-mode)
13312         (reftex-select-bib-mode):
13313         * textmodes/reftex-toc.el (reftex-toc-mode):
13314         * wdired.el (wdired-change-to-wdired-mode):
13315         * wid-browse.el (widget-browse-mode):
13316         Use run-mode-hooks.
13318         * array.el (array-mode):
13319         * calendar/todo-mode.el (todo-mode):
13320         * man.el (Man-mode):
13321         * play/landmark.el (lm-mode):
13322         * play/mpuz.el (mpuz-mode):
13323         Use kill-all-local-variables and run-mode-hooks.
13325         * subr.el (delay-mode-hooks): Specify indentation.
13327 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13329         * xml.el (xml-substitute-special): Don't die for undefined xml
13330         entities.
13332 2005-05-26  Jay Belanger  <belanger@truman.edu>
13334         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13335         of nil.
13337 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13339         * progmodes/gdb-ui.el (gdb-frame-address):
13340         Rename from gdb-current-address.
13341         (gdb-previous-frame-address): Rename from gdb-previous-address.
13342         (gdb-selected-frame): Rename from gdb-current-frame.
13343         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13344         (gdb-frame-number): Rename from gdb-current-stack-level.
13345         (gdb-ann3): Match new mode-name for disassembly buffer.
13346         Extend initialization of variables.
13347         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13348         (gdb-memory-mode): Use mouse-face in header line.
13349         (gdb-assembler-buffer-name): Call it disassembly and give frame
13350         in mode line.
13351         (gdb-source-spec-regexp, gdb-assembler-custom)
13352         (gdb-invalidate-assembler, gdb-frame-handler):
13353         Make robust to leading zeroes in address format.
13355 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13357         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13358         define `org-mode'.
13359         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13361 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13363         * log-edit.el (log-edit-changelog-entries): Distinguish between
13364         filenames like xfns.c and fns.c.
13366 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13368         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13369         point after reverting.
13370         (Buffer-menu-make-sort-button): Handle the case where
13371         `Buffer-menu-use-header-line' is nil.
13373 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13375         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13376         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13377         and `:' to them.
13379 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13381         * startup.el (normal-top-level): Allow modification of load-path while
13382         we're iterating over it.
13384 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13386         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13387         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13388         (thumbs-resize-interactive, thumbs-insert-image)
13389         (thumbs-insert-thumb, thumbs-dired-show-marked)
13390         (thumbs-find-image-at-point, thumbs-delete-images)
13391         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13392         (thumbs-increment-image-size, thumbs-decrement-image-size):
13393         Fix typos in docstrings.
13395 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13397         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13398         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13399         (cperl-mode): Use them.
13401 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13403         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13404         Doc fixes.
13406 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13408         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13409         Bind C-d to gdb-inferior-io-eof.
13411         * dired.el (dired-dnd-popup-notice): Use message-box.
13413 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13415         * bindings.el (mode-line-major-mode-keymap):
13416         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13418         * faces.el (mode-line-highlight): New face.
13420         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13421         as mouse-face.
13423         * bindings.el (top-level, help-echo, mode-line-modified)
13424         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13425         as mouse-face.
13427 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13429         * progmodes/cc-engine.el (c-guess-basic-syntax):
13430         Remove spurious call to `zerop'.
13432         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13434 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13436         CC Mode update to 5.30.10:
13438         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13439         could go past the limit in decoration level 2, thereby causing
13440         errors during interactive fontification.
13442         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13443         the file is evaluated interactively.
13445         * cc-engine.el (c-guess-basic-syntax): Handle operator
13446         declarations somewhat better in C++.
13448         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13449         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13450         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13451         (awk-mode): Use it.
13452         (make-local-hook): Suppress warning about obsoleteness.
13454         * cc-engine.el, cc-align.el, cc-cmds.el
13455         (c-append-backslashes-forward, c-delete-backslashes-forward)
13456         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13457         Compensate for return value from `forward-line' when it has moved
13458         but not to a different line due to eob.
13460         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13461         `objc-method-intro' and `objc-method-args-cont'.
13463 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13465         CC Mode update to 5.30.10:
13467         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13468         in the copyright statement.  Incidentally, change "along with GNU
13469         Emacs" to "along with this program" where it occurs.
13471         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13472         so that it is interactive, hence can be found by M-x awk-mode
13473         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13474         <gmorris+emacs@ast.cam.ac.uk>.
13476         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13477         Mode's regexps.
13479 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13481         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13482         c-parse-state, to avoid a lisp error (on bad code).
13484 2005-05-23  Lute Kamstra  <lute@gnu.org>
13486         * subr.el (font-lock-defaults): Remove defvar as it's already
13487         defined in font-core.el.
13489         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13491 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13493         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13494         more general and work when GDB variable "print pretty" is on,
13495         as with Emacs, for example.
13497 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13499         * font-core.el: Update comment.
13501         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13502         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13504         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13506 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13508         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13509         and `yank-handler' in the doc strings.
13511 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13513         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13515 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13517         * help.el (describe-key): Move print-help-return-message call
13518         out of conditional.
13520         * progmodes/etags.el (list-tags): Use with-no-warnings.
13522         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13523         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13524         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13526         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13528         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13529         Add defvar.
13531         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13532         Use defvar, not defconst.
13534         * hexl.el (hexl-follow-line): Use with-no-warnings.
13536         * emulation/tpu-extras.el: Use write-file-functions instead of
13537         write-file-hooks.
13539         * dired.el (dired-font-lock-keywords): Fontify files with junk
13540         extensions even if marked by -F.
13542 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13544         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13545         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13546         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13547         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13548         (concatenate, list-length, get*, getf, cl-remprop):
13549         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13550         (etypecase, progv, lexical-let, lexical-let*)
13551         (multiple-value-bind, multiple-value-setq, shiftf):
13552         Improve argument/docstring consistency.
13554         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13556 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13558         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13559         doesn't exist.
13561         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13562         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13564 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13566         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13567         already deleted variables: auto-fill-hook, blink-paren-hook,
13568         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13569         suspend-hooks, comment-indent-hook, meta-flag,
13570         before-change-function, after-change-function,
13571         font-lock-doc-string-face.
13573 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13575         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13577 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13579         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13580         rmail-dont-reply-to.
13582 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13584         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13585         literal blank when splitting new-header-values.
13587 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13589         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13590         string so that tmm doesn't create a completion entry for it.
13592         * textmodes/table.el (table-disable-menu): Ditto.
13594 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13596         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13598         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13600         * net/rcompile.el (remote-compile): Use compilation-start.
13602         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13604 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13606         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13607         Default to makefile-bsdmake-mode on BSD systems.
13609         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13610         REGEXP may also be a search function now.  The part of doc-string
13611         for describing the structure was 95% identical to that of
13612         `imenu--generic-function'.  Unify it there.
13614         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13615         Use function to find dependencies, because regexp alone is so complex,
13616         it easily goes into an endless loop.
13617         (makefile-makepp-mode): Also add submenu for Perl functions
13618         defined in the makefile.
13619         (makefile-bsdmake-mode): Special imenu-generic-expression no
13620         longer needed, due to function call.
13621         (makefile-match-dependency): Take BOUND into account when checking
13622         if we're through.
13624 2005-05-20  Jay Belanger  <belanger@truman.edu>
13626         * calc/calc-units.el (calc-invalidate-units-table):
13627         Use inhibit-read-only.
13628         (math-build-units-table-buffer): Use view-mode.
13630 2005-05-20  David Kastrup  <dak@gnu.org>
13632         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13633         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13635 2005-05-20  Lute Kamstra  <lute@gnu.org>
13637         * diff-mode.el (diff-header-face, diff-file-header-face)
13638         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13639         (diff-added-face, diff-changed-face, diff-function-face)
13640         (diff-context-face, diff-nonexistent-face): Put them in the
13641         diff-mode customization group.
13643 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13645         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13647         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13649         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13650         Minor regexp-optimization.
13652 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13654         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13655         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13656         (org-agenda-add-time-grid-maybe): New function.
13657         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13658         (org-table-create): `dotimes' instead of `mapcar'.
13659         (org-xor): Simplify implementation.
13660         (org-agenda): `inhibit-redisplay' turned on.
13661         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13662         a consistent line after a state change.
13663         (org-agenda-remove-times-when-in-prefix): New option.
13664         (org-prefix-has-time): New variable.
13665         (org-parse-time-string): Optional argument NODEFAULT.
13666         (org-format-agenda-item): Parse items for time-of-day
13667         specifications and move these into the prefix if possible.
13668         (org-agenda-priority): Get current heading, not previous heading
13669         during agenda remote editing.
13671 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13673         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13674         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13675         (remove-duplicates, delete-duplicates, substitute)
13676         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13677         (nsubstitute-if-not, find, find-if, find-if-not, position)
13678         (position-if, position-if-not, count, count-if, count-if-not)
13679         (mismatch, search, sort*, stable-sort, merge, member*)
13680         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13681         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13682         (intersection, nintersection, set-difference, nset-difference)
13683         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13684         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13685         (nsublis, tree-equal): Improve argument/docstring consistency.
13687         * subr.el (send-string, send-region): Remove obsolescence declaration.
13688         (window-dot, set-window-dot, read-input, show-buffer)
13689         (eval-current-buffer, string-to-int):
13690         Add release number to obsolescence declarations.
13692 2005-05-19  Kim F. Storm  <storm@cua.dk>
13694         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13695         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13697 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13699         * faces.el (list-faces-display): Make back button respect optional
13700         regexp arg.
13702 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13704         * calculator.el (calculator-radix-grouping-mode)
13705         (calculator-radix-grouping-digits, calculator-displayer)
13706         (calculator-radix-grouping-separator, calculator-copy-displayer):
13707         * dabbrev.el (dabbrev-search-these-buffers-only):
13708         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13709         (diff-advance-after-apply-hunk, diff-mode-hook)
13710         (diff-minor-mode-prefix):
13711         * imenu.el (imenu-use-popup-menu):
13712         * jit-lock.el (jit-lock-context-time):
13713         * newcomment.el (comment-fill-column, comment-column)
13714         (comment-style, comment-padding, comment-multi-line)
13715         (comment-empty-lines, comment-auto-fill-only-comments):
13716         * reveal.el (reveal-around-mark):
13717         * uniquify.el (uniquify-buffer-name-style)
13718         (uniquify-after-kill-buffer-p)
13719         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13720         (uniquify-min-dir-content, uniquify-separator)
13721         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13722         * w32-vars.el (w32-fixed-font-alist):
13723         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13724         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13725         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13726         * progmodes/perl-mode.el (perl-indent-level)
13727         (perl-continued-statement-offset, perl-continued-brace-offset)
13728         (perl-brace-offset, perl-brace-imaginary-offset)
13729         (perl-label-offset, perl-indent-continued-arguments)
13730         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13731         * progmodes/tcl.el (tcl-indent-level)
13732         (tcl-continued-indent-level, tcl-auto-newline)
13733         (tcl-tab-always-indent, tcl-electric-hash-style)
13734         (tcl-help-directory-list, tcl-use-smart-word-finder)
13735         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13736         (inferior-tcl-source-command):
13737         * textmodes/fill.el (enable-kinsoku):
13738         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13739         * textmodes/table.el (table-yank-handler):
13740         Specify missing group (and type, if simple) in defcustom.
13742 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13744         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13746 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13748         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13750         * subr.el (event-basic-type): Don't get an error.
13751         (left-fringe-p): Function deleted.
13753         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13754         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13756         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13757         in recursive copy.
13759         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13761         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13763         * emacs-lisp/bytecomp.el
13764         (byte-compile-file-form-custom-declare-variable):
13765         Call byte-compile-nogroup-warn if appropriate.
13767         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13768         (compilation-set-window): Don't call left-fringe-p; do it directly.
13770 2005-05-19  Jay Belanger  <belanger@truman.edu>
13772         * calc/calc-graph.el (calc-graph-format-data): Make sure
13773         var-PlotRejects is bound before trying to check its value.
13775 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13777         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13778         definition of this variable from reftex-global.el to reftex.el,
13779         because it is needed in the menu.
13781 2005-05-19  Lute Kamstra  <lute@gnu.org>
13783         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13784         years are fixed.  Don't insert a space after a dash.
13786 2005-05-19  Kim F. Storm  <storm@cua.dk>
13788         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13790 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13792         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13793         strings, because (eq ... ?\\) is fairly frequent.
13795         * progmodes/make-mode.el (makefile-add-this-line-targets):
13796         Simplify and integrate into `makefile-pickup-targets'.
13797         (makefile-add-this-line-macro): Simplify and integrate into
13798         `makefile-pickup-macros.
13799         (makefile-pickup-filenames-as-targets): Simplify.
13800         (makefile-previous-dependency, makefile-match-dependency):
13801         Don't stumble over `::'.
13803 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13805         * subr.el (post-command-idle-hook, post-command-idle-delay):
13806         Remove obsoletion of post-command-idle-hook and
13807         post-command-idle-delay.
13809         * faces.el (list-faces-display): Provide button when describe-face
13810         is called to take user back to the list of faces.
13812         * help-fns.el (describe-variable): Remove hyperlinks in a
13813         variable's value as these are quite frequently inappropriate.
13815         * follow.el (follow-submit-feedback, follow-mode):
13816         Remove references to post-command-idle-hook.
13818 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13820         * progmodes/make-mode.el (makefile-previous-dependency)
13821         (makefile-match-dependency): Check for := (and in bsd mode also
13822         !=) to give a better result, even when font-lock is not on.
13824 2005-05-18  Jay Belanger  <belanger@truman.edu>
13826         * calc/calc-help.el (calc-s-prefix-help):
13827         Add `calc-copy-special-constant' to help string.
13829 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13831         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13833 2005-05-18  Jay Belanger  <belanger@truman.edu>
13835         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13836         in linear factors are in proper order.
13838 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13840         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13841         Support for jurabib.
13843         * textmodes/reftex.el (featurep): Define aliases for overlay
13844         commands, for XEmacs compatibility, and use these aliases in
13845         overlay initializations.
13846         (reftex-highlight): Use `reftex-move-overlay'.
13847         (reftex-unhighlight): Use `reftex-delete-overlay'.
13848         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13849         (reftex-access-search-path): Use `reftex-uniquify' instead of
13850         `reftex-uniq'
13852         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13853         `before-string' property modification enables for Emacs as well.
13854         (reftex-select-item): Use `reftex-delete-overlay'.
13855         (reftex-select-mark): Use `reftex-make-overlay' and
13856         `reftex-overlay-put'.
13857         (reftex-select-unmark): Use `reftex-delete-overlay' and
13858         `reftex-overlay-put'.
13860 2005-05-18  Lute Kamstra  <lute@gnu.org>
13862         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13864 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13866         * add-log.el (add-change-log-entry):
13867         * array.el (array-make-template, array-reconfigure-rows)
13868         (array-init-max-row, array-init-max-column)
13869         (array-init-columns-per-line, array-init-field-width):
13870         * replace.el (replace-match-maybe-edit, perform-replace):
13871         * textmodes/spell.el (spell-region):
13872         Replace `read-input' by `read-string'.
13874         * forms.el (forms-mode):
13875         * finder.el (finder-compile-keywords):
13876         * shadowfile.el (shadow-read-files):
13877         Replace `eval-current-buffer' by `eval-buffer'.
13879         * terminal.el (te-pass-through):
13880         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13881         (ange-ftp-raw-send-cmd):
13882         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13883         (send-process-next-char, telnet-initial-filter, telnet):
13884         Replace `send-string' by `process-send-string'.
13886         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13887         (prolog-consult-region): Replace `send-string' by
13888         `process-send-string'; replace `send-region' by `process-send-region'.
13890         * progmodes/delphi.el (delphi-log-msg):
13891         Replace `set-window-dot' by `set-window-point'.
13893         * subr.el (window-dot, set-window-dot, read-input, send-string)
13894         (send-region, show-buffer, eval-current-buffer):
13895         Make really obsolete, as the comment says.
13897 2005-05-17  Kim F. Storm  <storm@cua.dk>
13899         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13900         (cua--init-keymaps): Bind C-return instead of S-return to set
13901         rectangle mark.
13903         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13904         instead of S-return to toggle/clear rectangle mark.
13906 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13908         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13909         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13910         Also fontify plain strings assigned to variables, mostly so that a
13911         colon has a face and is thus not taken as a dependency separator.
13912         (makefile-previous-dependency): Inline the new matcher, because it
13913         is too complex to work in both directions.
13914         (makefile-match-dependency): Eliminate `backward' arg (see above).
13915         Completely reimplemented so as to not sometimes go into an endless
13916         loop.  It should also be more efficient, because first it only
13917         searches for `:', instead of applying the very complex regexp.
13918         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13919         to be fontified in one piece can be too long for JIT.
13920         Makefiles are never *that* big.
13922 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13924         * dired.el (dired-mode): Simplify.
13926 2005-05-17  Lute Kamstra  <lute@gnu.org>
13928         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13929         defcustom for the mode hook variable.
13931         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13932         Emacs Lisp Reference Manual.
13934 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13936         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13937         (evenp, list*):
13938         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13939         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13941         * net/tramp-smb.el (tramp-smb-open-connection):
13942         Pass `tramp-chunksize' as fifth (required) argument.
13944 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13946         * font-lock.el (lisp-font-lock-keywords-1):
13947         Set `font-lock-negation-char-face' for [^...] char group.
13948         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13950         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13951         a var, and refine it to mask one more level of nested vars.
13952         (makefile-rule-action-regex): Turn it into a var, and refine it so
13953         it recognizes backslashed continuation lines as belonging to the
13954         same command.
13955         (makefile-macroassign-regex): Refine it so it recognizes
13956         backslashed continuation lines as belonging to the same command.
13957         (makefile-var-use-regex): Don't look at the next char, because it
13958         might be the same one to be skipped by the initial [^$], leading
13959         to an overlooked variable use.
13960         (makefile-make-font-lock-keywords): Remove two parameters, which
13961         are now variables that some of the modes set locally.
13962         Handle dependency and rule action matching through functions, because
13963         regexps alone match too often.  Dependency matching now comes
13964         last, so it can check, whether a colon already matched something else.
13965         (makefile-mode): Inform that font-lock improves makefile parsing
13966         capabilities.
13967         (makefile-match-dependency, makefile-match-action): New functions.
13969 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13971         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13973         * align.el (align-regexp):
13974         * ansi-color.el (ansi-color-get-face):
13975         * array.el (array-reconfigure-rows, array-init-max-row)
13976         (array-init-max-column, array-init-columns-per-line)
13977         (array-init-field-width):
13978         * dired-aux.el (dired-trample-file-versions):
13979         * dired-x.el (dired-mark-sexp):
13980         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13981         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13982         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13983         * faces.el (face-read-integer):
13984         * files.el (backup-extract-version, insert-directory):
13985         * hexl.el (hexl-insert-decimal-char):
13986         * server.el (server-process-filter):
13987         * shell.el (shell-extract-num):
13988         * startup.el (command-line-1):
13989         * term.el (term-command-hook):
13990         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13991         (time-stamp-do-number):
13992         * time.el (display-time-update):
13993         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13994         (timezone-fix-time):
13995         * vms-patch.el (vms-suspend-resume-hook):
13996         * calendar/appt.el (appt-convert-time):
13997         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13998         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13999         * calendar/cal-islam.el (mark-islamic-diary-entries):
14000         * calendar/calendar.el (calendar-cursor-to-date)
14001         (calendar-star-date):
14002         * calendar/diary-lib.el (diary-attrtype-convert)
14003         (mark-diary-entries, diary-entry-time):
14004         * calendar/solar.el (solar-get-number):
14005         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14006         * emacs-lisp/re-builder.el (reb-display-subexp):
14007         * emulation/edt.el (edt-set-scroll-margins):
14008         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14009         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14010         (vip-get-ex-count):
14011         * emulation/viper-ex.el (viper-get-ex-token)
14012         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14013         * international/fontset.el (fontset-plain-name):
14014         * mail/feedmail.el (feedmail-look-at-queue-directory):
14015         * mail/mailalias.el (mail-get-names):
14016         * mail/rmail.el (rmail-convert-to-babyl-format):
14017         * mail/rmailsum.el (rmail-make-basic-summary-line)
14018         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14019         (rmail-summary-goto-msg):
14020         * mail/smtpmail.el (smtpmail-read-response):
14021         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14022         (ange-ftp-vms-add-file-entry):
14023         * play/gametree.el (gametree-looking-at-ply)
14024         (gametree-current-branch-score):
14025         * progmodes/ada-xref.el (ada-prj-find-prj-file)
14026         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14027         * progmodes/cperl-mode.el (condition-case):
14028         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14029         (ebrowse-set-member-buffer-column-width)
14030         (ebrowse-select-1st-to-9nth):
14031         * progmodes/etags.el (etags-snarf-tag):
14032         * progmodes/flymake.el (flymake-parse-line):
14033         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14034         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14035         (idlwave-shell-menu-def):
14036         * progmodes/ps-mode.el (ps-run-goto-error):
14037         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14038         (vhdl-speedbar-contract-level):
14039         * term/mac-win.el (x-handle-numeric-switch):
14040         * term/sun-mouse.el (sun-get-frame-data):
14041         * term/w32-win.el (x-handle-numeric-switch):
14042         * term/x-win.el (x-handle-numeric-switch):
14043         * textmodes/ispell.el (ispell-parse-output):
14044         * textmodes/nroff-mode.el (nroff-outline-level):
14045         * textmodes/reftex-cite.el (reftex-bib-sort-year)
14046         (reftex-bib-sort-year-reverse, reftex-format-citation):
14047         * textmodes/reftex-parse.el (reftex-init-section-numbers)
14048         (reftex-section-number):
14049         * textmodes/texinfmt.el (texinfo-paragraphindent):
14050         Replace `string-to-int' by `string-to-number'.
14052         * international/latexenc.el: Add page marker to force the "Local
14053         Variables:" string out of the last page.
14055 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14057         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14058         tooltip-change-major-mode.
14059         (gud-tooltip-print-command): Remove case where gud-minor-mode
14060         is gdb ("--fullname").
14061         (gud-tooltip-tips): Turn GUD tooltips off for this case and
14062         explain to user.
14064 2005-05-16  Jay Belanger  <belanger@truman.edu>
14066         * calc/calc-store.el (calc-copy-special-constant): New function.
14068         * calc/calc-ext.el (calc-init-extensions): Add binding for
14069         `calc-copy-special-constant'.
14071         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14072         for the `calc-copy-special-constant' command.
14074 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
14076         * subr.el (left-fringe-p): New function.
14078         * progmodes/compile.el (compilation-setup): Set local value of
14079         overlay-arrow-string to "" always.
14080         (compilation-set-window): Left fringe then don't scroll.
14081         No left fringe then no arrow and scroll message to top.
14082         (compilation-context-lines): Adjust doc string accordingly.
14084 2005-05-16  Kim F. Storm  <storm@cua.dk>
14086         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14087         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14088         (ido-wide-find-dir-or-delete-dir): New command for M-d.
14089         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
14090         (ido-read-file-name): Handle commands with ido property value
14091         equal to find-file as reading a file name, to allow C-d to enter dired.
14092         (ibuffer-find-file): Add ido property with value find-file.
14094 2005-05-15  Kim F. Storm  <storm@cua.dk>
14096         * subr.el (open-network-stream-nowait): Remove.
14097         (open-network-stream-server): Remove.
14099 2005-05-15  Richard M. Stallman  <rms@gnu.org>
14101         * faces.el (describe-face): Output a definition link button.
14103         * help-mode.el (help-face-def): New button type.
14105         * emacs-lisp/copyright.el (copyright-fix-years):
14106         Match properly if the first year is 2-digit.
14107         Don't mess up the whitespace after the years by filling.
14109         * dired-aux.el (dired-mark-confirm):
14110         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14112         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14113         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14114         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14116         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14117         Set font-lock-comment-start-skip.
14119         * font-lock.el (font-lock-comment-start-skip): New variable.
14120         (font-lock-comment-end-skip): New variable.
14121         (font-lock-fontify-syntactically-region): Use them if non-nil.
14123 2005-05-15  Jay Belanger  <belanger@truman.edu>
14125         * calc/calc-store.el (calc-store-value): Return a string rather
14126         than display it as a message.
14127         Use calc-var-name for variable name.
14128         (calc-store-into): Add the result of calc-store-value to message.
14129         (calc-copy-variable): Add a message.
14130         (calc-store-exchange): Improve error messages.
14131         (calc-store-binary, calc-store-map): Don't reset the values of
14132         special constants.
14134 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
14136         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14137         manual to docstring.
14139         * files.el (hack-local-variables-confirm): Add STRING argument.
14140         Make the function handle non file visiting buffers correctly.
14141         (hack-local-variables-prop-line, hack-local-variables)
14142         (hack-one-local-variable): Use STRING arg of
14143         `hack-local-variables-confirm'.
14145 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
14147         Sync with Tramp 2.0.49.
14149         * net/tramp.el (tramp-handle-dired-call-process)
14150         (tramp-handle-insert-directory):`insert-buffer' cannot be used
14151         because the contents of the Tramp buffer is changed before
14152         insertion (`expand-file' and alike).
14153         (tramp-handle-insert-directory): If `localname' has an empty
14154         nondirectory name, it must not be quoted.
14155         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
14156         variable `tramp-chunksize'.  Change callees.
14157         (tramp-open-connection-setup-interactive-shell): Check remote host
14158         for buggy `send-process-string' implementation.
14159         Set `tramp-chunksize' if found.  Reported by Michael Kifer
14160         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14161         (tramp-handle-shell-command): `insert-buffer' cannot be used
14162         because the contents of the Tramp buffer is changed before
14163         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14164         <frederic.bothamy@free.fr>.
14165         (tramp-set-auto-save): Actions should be done for Tramp file name
14166         handler only.  Ange-FTP has its own auto-save mechanism.
14167         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14168         (tramp-set-auto-save-file-modes): Set file modes of
14169         `buffer-auto-save-file-name' to ?\600 as fallback solution.
14170         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14171         (tramp-bug): Remove obsolete variable.
14172         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
14173         for presence of `mml-mode'.  Make it running for older Emacsen as well.
14175 2005-05-14  John Paul Wallington  <jpw@pobox.com>
14177         * ibuf-ext.el (define-ibuffer-filter filename):
14178         If `dired-directory' is a list, use its car.
14180 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
14182         * ibuffer.el (define-ibuffer-column filename):
14183         If `dired-directory' is a list, use its car.
14185 2005-05-14  Richard M. Stallman  <rms@gnu.org>
14187         * subr.el (symbol-file): Doc fix.
14189         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14190         (byte-compile-form): Call byte-compile-nogroup-warn.
14191         (byte-compile-warning-types): Doc fix.
14193         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14195         * progmodes/cc-engine.el (c-literal-faces):
14196         Add font-lock-comment-delimiter-face.
14198         * net/net-utils.el (dig): Use with-no-warnings.
14200         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14201         (sc-recite-frame-alist, sc-default-cite-frame)
14202         (sc-default-uncite-frame, sc-default-recite-frame)
14203         (sc-attrib-selection-list, sc-rewrite-header-list):
14204         Mark as risky-local-variable.
14206         * international/ogonek.el (ogonek-jak, ogonek-how):
14207         Don't use beginning-of-buffer.
14209         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14211         * calendar/solar.el (solar-data-list): Move definition up.
14213         * dnd.el (dnd-protocol-alist): Add autoload.
14215         * progmodes/sh-script.el: Many doc usage fixes.
14216         (sh-indent-after-do): Change default to match common styles.
14218 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
14220         * files.el (interpreter-mode-alist)
14221         (auto-mode-interpreter-regexp): Doc fixes.
14223 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
14225         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14227         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14229 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14231         * dired.el (dired-mode): make-variable-buffer-local =>
14232         make-local-variable.
14234 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14236         * term/mac-win.el (mac-select-convert-to-string): Try coding
14237         systems in mac-script-code-coding-systems if specified one cannot
14238         encode string for `com.apple.traditional-mac-plain-text'.
14240 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
14242         * progmodes/make-mode.el (makefile-targets-face)
14243         (makefile-shell-face, makefile-makepp-perl-face): New faces.
14244         (makefile-dependency-regex): Fix it to not make the colon in
14245         $(var:a=b) special.
14246         (makefile-rule-action-regex): New regexp for highlighting embedded
14247         Shell strings.
14248         (makefile-macroassign-regex): Handle != for highlighting as
14249         embedded Shell strings.
14250         (makefile-var-use-regex): New const.
14251         (makefile-statements, makefile-automake-statements)
14252         (makefile-gmake-statements, makefile-makepp-statements)
14253         (makefile-bsdmake-statements): New consts.
14254         (makefile-make-font-lock-keywords): New function.
14255         (makefile-automake-font-lock-keywords)
14256         (makefile-gmake-font-lock-keywords)
14257         (makefile-makepp-font-lock-keywords)
14258         (makefile-bsdmake-font-lock-keywords): New consts.
14259         (makefile-mode-map): Add switchers between the various submodes.
14260         (makefile-mode): Document the availability of the variants.
14261         (makefile-automake-mode, makefile-gmake-mode)
14262         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
14264         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
14265         new variants of makefile-mode.
14267 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * font-lock.el (font-lock-comment-delimiter-face): Fix up
14270         the inheritance.
14272 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
14274         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
14275         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
14277         * files.el (normal-mode): Extend the scope of the
14278         `enable-local-variables' binding to include the `set-auto-mode' call.
14279         (magic-mode-alist): Doc fix.
14281 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14283         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14284         font-lock-comment-face rather than copying its setting.
14286 2005-05-12  Andreas Schwab  <schwab@suse.de>
14288         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14290 2005-05-12  Lute Kamstra  <lute@gnu.org>
14292         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14293         defcustom for the mode hook variable.  Delete the last argument.
14294         * generic-x.el: Fix callers of define-generic-mode.
14295         (generic-x-modes): Delete group.
14296         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14297         generic-x customization group.
14299 2005-05-12  Kim F. Storm  <storm@cua.dk>
14301         * font-lock.el (font-lock-negation-char-face): Default to "off".
14303         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14304         font-lock-negation-char-face to ! in !=.
14306 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14308         * add-log.el (find-change-log): Fix typos in the docstring
14309         of function.
14311 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14313         * international/latexenc.el (latexenc-find-file-coding-system):
14314         Avoid `re-search-forward' when looking for input encoding because
14315         of speed and safety.  Better regular expressions for recognizing
14316         input encoding.  Limit a search for TeX-master/tex-main-file to
14317         the local variable section.
14319 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14321         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14322         syntax of $ to "'" (quote).
14324 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14326         * dnd.el (dnd-protocol-alist): Improve custom type.
14328         * dired.el (dired-dnd-protocol-alist): New variable.
14329         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14330         `dired-mode-hook' to the end.
14332 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14334         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14335         comment-end if comment-start-skip is not set.
14336         Obey the font-lock-comment-delimiter-face variables.
14338 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14340         * files.el (executable-find): Move from executable.el.  Use
14341         locate-file.
14342         * progmodes/executable.el (executable-find): Move to files.el.
14344         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14345         when trying to ensure forward progress.
14347 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14349         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14350         (mouse-select, mouse-select-internal, mouse-extend-internal):
14351         Use it to implement mouse-1-click-follows-link functionality.
14353 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14355         * font-lock.el (font-lock-fontify-syntactically-region):
14356         Use font-lock-comment-delimiter-face for comment delimiters.
14358 2005-05-10  Jay Belanger  <belanger@truman.edu>
14360         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14361         preserving embedded modes.
14363 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14365         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14367         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14368         Move from ada-stmt.el.
14369         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14371         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14372         Move to ada-mode.el.
14373         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14375         * cus-edit.el (custom-file): Call file-chase-links.
14377         * files.el (read-directory-name): Fix previous change.
14378         (hack-local-variables-confirm): New function.
14379         (hack-local-variables-prop-line, hack-local-variables)
14380         (hack-one-local-variable): Use it.
14382 2005-05-10  Lute Kamstra  <lute@gnu.org>
14384         * font-lock.el (font-lock-keywords-alist)
14385         (font-lock-removed-keywords-alist): Clarify docstrings.
14387 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14389         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14390         (gdb-source-info): Check for preprocessor info.
14391         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14392         a macro for a function.
14393         (gdb-info-breakpoints-custom): Try to find file again if not already
14394         found (user might have used GDB dir command).
14395         (gdb-get-location): Update gdb-location-alist correctly for change
14396         to gdb-info-breakpoints-custom.
14398         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14399         (gud-tooltip-print-command): Add gdbmi case.
14400         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14401         preprocessor info.
14403 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14405         * startup.el (fancy-splash-insert): Fix typo in doc string.
14407 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14409         * obsolete/float.el (string-to-float):
14410         * obsolete/hilit19.el (hilit-add-pattern):
14411         * obsolete/rnews.el (news-parse-range, news-select-message)
14412         (news-get-pruned-list-of-files): Replace `string-to-int' by
14413         `string-to-number'.
14415         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14416         `find-file-not-found-hooks'; use `add-hook'.
14417         (uncompress-while-visiting): Set `write-file-functions', not
14418         `write-file-hooks'; use `add-hook'.
14420 2005-05-09  Kim F. Storm  <storm@cua.dk>
14422         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14423         (cua-paste): Handle clipboard action.
14424         (cua--init-keymaps): Remap clipboard-kill-region and
14425         clipboard-kill-ring-save.
14427 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14429         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14430         Improve commentary.
14432         * simple.el (next-error-overlay-arrow-position): Revert the change
14433         made on 2005-04-30.
14435 2005-05-07  Jay Belanger  <belanger@truman.edu>
14437         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14438         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14439         `calc-sel-reselect'.
14441         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14442         Calc is in embedded mode.
14444 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14446         * progmodes/compile.el (compilation-setup):
14447         Set overlay-arrow-string to an empty string on text terminals.
14449         * textmodes/ispell.el (ispell-program-name): Try looking for
14450         "aspell" along exec-path, and if found, use it as the default
14451         speller program.
14453 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14455         * international/mule.el (sgml-xml-auto-coding-function):
14456         Recognize encoding='FOO' in single quotes as well as in double quotes.
14458 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14460         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14461         as well as `interactive', so that defmacro* would recognize
14462         `declare' forms.
14464 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14466         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14467         Explain more about the LIGHTER arg's usage in the doc string.
14468         Add commentary to clarify what the code does.  Fix the regexp that
14469         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14470         since it could have characters special to regular expressions.
14472 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14474         * replace.el (occur-1): Bind inhibit-read-only so that
14475         erase-buffer doesn't barf on read-only text properties (likewise
14476         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14477         (occur-engine): Don't set buffer-read-only here.
14479 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14481         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14482         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14483         sometimes mistakenly reused as a *cvs* buffer.
14485 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14487         * tooltip.el: Move code for GUD tooltips into gud.el.
14488         (require): CL no longer needed to compile case.
14489         (tooltip-mode): Do not toggle functions for GUD tooltips.
14490         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14491         gud-tooltip-mode in gud.el.
14492         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14493         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14494         tooltip-gud prefix with gud-tooltip and obsolete.
14495         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14496         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14497         (tooltip-mouse-motion): Mouse movement functions/variable.
14498         Rename in gud.el by adding gud prefix.
14499         (tooltip-gud-original-filter, tooltip-gud-dereference)
14500         (tooltip-gud-event, tooltip-toggle-gud-tips)
14501         (tooltip-gud-process-output, tooltip-gud-print-command)
14502         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14503         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14504         (gdb-tooltip-print): Move to gdb-ui.el.
14506         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14507         (require): CL needed to compile case.
14508         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14509         tooltip-gud-tips-p.  Make it a minor-mode.
14510         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14511         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14512         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14513         (gud-tooltip-change-major-mode)
14514         (gud-tooltip-activate-mouse-motions-if-enabled)
14515         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14516         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14517         (gud-tooltip-original-filter, gud-tooltip-dereference)
14518         (gud-tooltip-event, tooltip-toggle-gud-tips)
14519         (gud-tooltip-process-output, gud-tooltip-print-command)
14520         (gud-tooltip-tips): Move from tooltip.el.
14522         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14523         (gdb-cpp-define-alist-flags): Doc fix.
14524         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14525         gud-tooltip-mode is t.
14527 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14529         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14530         evaporate if their text is deleted.
14531         (goto-address-at-point): Make it work as a mouse binding as well.
14532         (goto-address-at-mouse): Obsolete it.  Update users.
14534 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14536         * calendar/appt.el (top-level): No longer activate on load.
14538 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14540         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14541         * net/webjump.el (webjump):
14542         * progmodes/idlw-help.el (idlwave-do-context-help1)
14543         (idlwave-highlight-linked-completions):
14544         * textmodes/po.el (po-find-file-coding-system-guts):
14545         Replace `assoc-ignore-case' by `assoc-string'.
14547 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14549         * files.el (locate-file): Doc fix.
14551         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14552         Remove the redundant test for ms-dos.
14554         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14555         look for the preprocessor with exec-suffixes.  If not found in
14556         standard places, look in exec-path.  Remove most of the tests that
14557         used system-type.
14559         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14561         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14563         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14564         file-name clash with jka-compr.el on 8+3 filesystems.
14566 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14568         * term/mac-win.el: Don't define or bind scroll bar functions if
14569         x-toolkit-scroll-bars is t.
14570         (x-select-text, x-get-selection-value): Clear
14571         x-last-selected-text-clipboard if x-select-enable-clipboard is
14572         nil.
14573         (PRIMARY): Put mac-scrap-name property.
14574         (mac-select-convert-to-file-url): New function.
14575         (public.file-url): New selection target type.  Add to
14576         selection-converter-alist.
14577         (x-get-selection, x-selection-value): Handle it.
14578         (x-cut-buffer-or-selection-value): New alias.
14580 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14582         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14583         entry to avoid calling bibtex-find-entry with arg global
14584         being t.  Remove arg key.
14585         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14586         (bibtex-copy-summary-as-kill): Change accordingly.
14588 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14590         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14591         (org-agenda-date-later): Use with-current-buffer.
14593 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14595         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14596         (define-obsolete-variable-alias): Doc Fixes.
14598 2005-05-06  Kim F. Storm  <storm@cua.dk>
14600         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14601         vertical-motion when selective-display is active.
14603         * ido.el (ido-setup-hook): New hook.
14604         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14605         (ido-input-stack): New var.
14606         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14607         ido-next-work-file binding to M-O.
14608         Bind M-f to ido-wide-find-file-or-pop-dir.
14609         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14610         (ido-read-internal): Run ido-setup-hook.
14611         Catch quit in read-file-name and read-string to cancel edit.
14612         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14613         Automatically pop-all when completing a directory name (RET).
14614         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14615         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14616         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14617         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14618         New functions for M-b/M-f to move among the directory components.
14619         (ido-make-merged-file-list): Catch quit to cancel merge.
14620         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14621         (ido-completion-help): No warnings for ido-completion-buffer-full.
14623 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14625         * font-lock.el (font-lock-negation-char-face): New face and variable.
14626         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14627         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14628         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14629         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14631 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14633         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14634         Fix typo in docstring.
14636         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14637         (ebrowse-print-statistics-line)
14638         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14640         * term/w32-win.el (image-library-alist): Add additional name for
14641         Xpm library.
14643 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14645         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14646         use gcc instead of cpp.
14648         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14649         (gdb-create-define-alist): Use it.
14650         (gdb-cpp-define-alist-program): Update for MS-DOS.
14652 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14654         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14656 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14658         * help.el (describe-key): No error when UNTRANSLATED is nil.
14660         * simple.el (line-move-1): Fix previous change to signal errors
14661         appropriately.
14663 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14665         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14666         (icalendar-duration-correction): Remove.
14667         (icalendar--get-event-properties): Split result at commas.
14668         (icalendar--decode-isoduration): New optional argument
14669         DURATION-CORRECTION.
14670         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14671         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14672         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14673         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14674         (icalendar--convert-anniversary-to-ical): New functions, extracted
14675         from icalendar-export-region, with bug fixes.
14676         (icalendar-export-region): Use the above functions.
14677         (icalendar-import-buffer): Check before saving diary file.
14678         (icalendar--convert-recurring-to-diary)
14679         (icalendar--convert-non-recurring-all-day-to-diary)
14680         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14681         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14682         (icalendar--convert-ical-to-diary): Use the above functions.
14684 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14686         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14687         Remove these recent additions.
14688         (c-mode): Restore to before 2005-04-28.
14690         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14691         recent addition.
14693         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14694         (gdb-define-alist): New variables.
14695         (gdb-create-define-alist): New function.
14696         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14697         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14698         with string-to-number.
14699         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14701         * progmodes/gud.el: Replace string-to-int with string-to-number.
14702         (gud-find-file): Handle gdb-define-alist.
14704         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14706 2005-05-02  Jay Belanger  <belanger@truman.edu>
14708         * calc/calc-aent.el (math-read-token):
14709         * calc/calc-bin.el (calc-word-size):
14710         * calc/calc-ext.el (calc-read-number-fancy):
14711         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14712         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14713         * calc/calc-frac.el (calc-over-notation):
14714         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14715         (calc-graph-num-points, calc-graph-init):
14716         * calc/calc-prog.el (calc-read-parse-table-part)
14717         (calc-edit-macro-repeats):
14718         * calc/calc-yank.el (calc-do-grab-rectangle):
14719         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14720         Replace `string-to-int' by `string-to-number'.
14722 2005-05-02  Kim F. Storm  <storm@cua.dk>
14724         * kmacro.el: Use executing-kbd-macro-index variable.
14726 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14728         * net/rlogin.el (rlogin-parse-words): Delete func.
14729         (rlogin): Use split-string, not rlogin-parse-words.
14730         Also, if there are option-like elements in the parsed args,
14731         take the host to be the first arg immediately following them.
14732         Suggested by Michael Mauger.
14734 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14736         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14738 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14740         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14741         (cc-mode-cpp-program): Rename to cc-define-list-program and
14742         move to cc-vars.el.
14744         * progmodes/cc-vars.el (cc-define-list-program):
14745         Change to "gcc -E -dM -".  Make customizable.
14747 2005-05-02  Kim F. Storm  <storm@cua.dk>
14749         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14751 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14753         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14755         * international/mule-util.el (truncate-string): Remove alias and
14756         obsolete declaration.
14758         * international/mule-cmds.el (update-iso-coding-systems):
14759         Remove alias and obsolete declaration.
14761         * international/mule.el (coding-system-parent): Remove alias and
14762         obsolete declaration.
14764         * subr.el (define-function, sref): Remove aliases and obsolete
14765         declarations.
14766         (chars-in-region): Remove obsolete declaration.
14768 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14770         * info.el (Info-mode): Set widen-automatically to nil, locally.
14772         * simple.el (widen-automatically): New variable.
14773         (pop-global-mark): Obey widen-automatically.
14775 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14777         * term/xterm.el (function-key-map): Call substitute-key-definition
14778         before the keymap size is increased by a lot of define-key calls.
14780 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14782         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14783         Rename ARG to ELEMENT.  Doc fix.
14785 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14787         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14788         Remove references to allout-exposure/change to allout-new-exposure.
14790         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14791         bytecode symbols.
14793         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14794         (compiled-function-p, focus-frame, unfocus-frame):
14795         Remove aliases and obsolete declarations.
14796         Back out inadvertent changes from previous commit.
14798 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14800         * files.el (require-final-newline): Make Custom tags consistent
14801         with mode-require-final-newline.
14802         (mode-require-final-newline): Doc fix.
14804 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14806         * international/latexenc.el (latexenc-find-file-coding-system):
14807         Fix regular expressions.
14809 2005-05-01  David Kastrup <dak@gnu.org>
14811         * international/latexenc.el (latexenc-find-file-coding-system):
14812         Fix regular expressions.
14814 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14816         * subr.el (string-to-int): Make obsolete.
14818 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14820         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14822         * loadup.el: load jka-comp-hook.
14824         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14825         (jka-compr-handler): Add autoload.  `put' calls moved
14826         to jka-comp-hook.el.
14827         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14828         (jka-compr-inhibit): Autoload.
14830         * jka-comp-hook.el: New file.
14831         Enable the mode by default.
14833         * files.el (backup-buffer-copy): Use copy-file instead
14834         of write-region, and put back the 'excl.
14836 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14838         * progmodes/flymake.el (flymake-split-string)
14839         (flymake-split-string, flymake-log, flymake-pid-to-names)
14840         (flymake-reg-names, flymake-get-source-buffer-name)
14841         (flymake-unreg-names, flymake-add-line-err-info)
14842         (flymake-add-err-info): Clarify docstrings.
14843         (flymake-popup-menu, flymake-make-emacs-menu)
14844         (flymake-make-xemacs-menu): Add docstrings.
14845         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14846         Set variables directly throughout.
14848 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14850         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14851         exists.  Initialize cc-define-alist.
14852         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14853         If there is no file (Macroexpansion) don't create an alist.
14855 2005-04-29  Sam Steingold  <sds@gnu.org>
14857         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14858         (cc-create-define-alist): Use it instead of the hard-coded string.
14860 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14862         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14863         for latexenc.
14865 2005-04-29  Lute Kamstra  <lute@gnu.org>
14867         * emacs-lisp/generic.el: Improve commentary section.
14868         (define-generic-mode): Improve docstring.
14870 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14872         * textmodes/org.el (many places): Change to quiet the byte compiler.
14873         (org-prefix-format-compiled): New variable.
14874         (org-compile-prefix-format): New function.
14875         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14876         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14877         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14878         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14879         consistency with entries from `org-mode' files.
14880         (org-get-time-of-day): Fix bug with partial matches early in a line.
14881         (org-non-link-chars): New constant.
14882         (org-link-regexp): Respect `org-non-link-chars'.
14883         (org-agenda-day-view): Remove command.
14884         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14885         (org-follow-bbdb-link, org-store-link): Search also company field.
14886         (org-highlight-overlay): New variable.
14887         (org-highlight, org-unhighlight): New functions.
14888         (org-agenda-mode): Add pre-command-hook to remove highlight.
14889         (org-evaluate-time-range): Behavior depends upon whether time stamp
14890         contains a time or not.
14891         (org-show-subtree, org-show-entry): New functions.
14892         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14894 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14896         * comint.el (comint-output-filter-functions): Add autoload cookie.
14898 2005-04-28  Kim F. Storm  <storm@cua.dk>
14900         * ido.el (ido-everywhere): Fix last change.
14902 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14904         * international/latexenc.el: New file.
14905         * international/mule-conf.el (file-coding-system-alist): For .tex,
14906         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14908 2005-04-28  Lute Kamstra  <lute@gnu.org>
14910         * font-lock.el (font-lock-add-keywords)
14911         (font-lock-remove-keywords): Clarify docstring.
14912         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14913         Don't start docstrings with a `*'.
14914         (font-lock-update-removed-keyword-alist): Give it a docstring.
14916         * generic-x.el: Update commentary section.
14917         Only require font-lock when compiling.
14918         Define all modes conditionally.
14919         Place all generic modes in the generic-x-modes customization group.
14920         (generic-x-modes): New customization group.
14921         (generic-default-modes, generic-mswindows-modes)
14922         (generic-unix-modes, generic-other-modes): New constants.
14923         (generic-define-mswindows-modes, generic-define-unix-modes):
14924         Update docstrings.  Make them obsolete.
14925         (generic-extras-enable-list): New default value.  Update docstring.
14926         Improve :type.  Change :set function.
14927         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14928         Fix docstring.
14930         * emacs-lisp/generic.el (generic-mode-internal):
14931         Simplify font-lock-defaults.
14932         (define-generic-mode): Fix docstring.
14934 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14936         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14937         font-lock-face property to highlight matches.
14939 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14941         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14942         (cc-define-alist): New variable.
14943         (c-mode): Make it local and initialize it.
14945         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14946         (gdb-exited): New function.
14947         (gdb-annotation-rules): Use it.
14948         (gdb-starting): Set gdb-active-process to t.
14949         (gdb-stopping): Amend doc string.
14950         (gdb-reset): Set gdb-active-process to nil.
14952         * tooltip.el (tooltip-gud-tips): Show the associated #define
14953         directives when a C program under GDB is not executing.
14955 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14957         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14958         font-lock-fontify-syntactic-keywords.
14960         * font-lock.el (font-lock-default-fontify-region): Don't force
14961         parse-sexp-lookup-properties to nil.
14963 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14965         * man.el (man-mode-syntax-table): Set up `:' to have
14966         word-constituent syntax.
14968 2005-04-27  Lute Kamstra  <lute@gnu.org>
14970         * novice.el (disable-command): Don't add spurious newlines to the
14971         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14973 2005-04-26  Jay Belanger  <belanger@truman.edu>
14975         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14976         than one window before deleting window.
14978 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14980         * shell.el (shell-prompt-pattern): Doc fix.
14981         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14983         * comint.el (comint-prompt-regexp, comint-get-old-input)
14984         (comint-use-prompt-regexp)
14985         (comint-use-prompt-regexp-instead-of-fields)
14986         (comint-replace-by-expanded-history, comint-send-input)
14987         (comint-output-filter, comint-get-old-input-default)
14988         (comint-line-beginning-position, comint-bol, comint-show-output)
14989         (comint-backward-matching-input, comint-forward-matching-input)
14990         (comint-next-prompt, comint-previous-prompt):
14991         Rename `comint-use-prompt-regexp-instead-of-fields' to
14992         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14993         obsolete.
14994         (comint-use-prompt-regexp): Shorten first line of doc string.
14996         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14997         Set paragraph-separate buffer locally to "\\'".
14999         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15000         Adapt to above name change.
15002         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15003         (smbclient-prompt-regexp): Ditto.
15005         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15007 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
15009         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15010         gdb-location-list.
15011         Break lines that are over 80 characters wide.
15013 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15015         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15016         New fun and var, to preserve compatibility.
15018         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15020 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
15022         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15023         name to file-newer-than-file-p.
15025 2005-04-26  Richard M. Stallman  <rms@gnu.org>
15027         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15029         * progmodes/python.el (python-mode):
15030         Use new name eldoc-documentation-function.
15032         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15034         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15035         (eldoc-documentation-function):
15036         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
15038 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
15040         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15042 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15044         * term/xterm.el (function-key-map): Fix strings for
15045         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
15046         {C,S,A,C-S}-{f1-f12}.
15048 2005-04-26  Kenichi Handa  <handa@m17n.org>
15050         * international/mule-cmds.el (select-safe-coding-system):
15051         Fix previous change.
15053 2005-04-26  Lute Kamstra  <lute@gnu.org>
15055         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15057         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15058         (font-lock-comment-delimiter-face): Ditto.
15060         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15062 2005-04-25  Jay Belanger  <belanger@truman.edu>
15064         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15065         to t while inserting information; use help-mode.
15067 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
15069         * term.el (ansi-term-color-vector): Use the xterm colors.
15070         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
15072 2005-04-25  Lute Kamstra  <lute@gnu.org>
15074         * font-core.el (font-lock-defaults): Fix docstring.
15076         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15078 2005-04-25  Kenichi Handa  <handa@m17n.org>
15080         * international/mule-cmds.el (select-safe-coding-system):
15081         Don't check consistency with coding: spec, etc if raw-text or
15082         no-conversion was found to be safe.
15084 2005-04-24  Richard M. Stallman  <rms@gnu.org>
15086         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15087         citation markers at start of each line.
15089         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15090         citation markers at start of each line.
15092         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15094         * files.el (mode-require-final-newline): Fix previous change.
15095         (require-final-newline): Fix type label.
15097 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15099         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15100         statement in buffer (broken by 2004-11-24 change).
15102 2005-04-24  Kim F. Storm  <storm@cua.dk>
15104         * ido.el (ido-everywhere): Save and restore old read-buffer-function
15105         and read-file-name-function values.  Don't overwrite existing
15106         non-nil values if ido-mode is enabled without ido-everywhere.
15108 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
15110         * files.el (mode-require-final-newline): Minor doc fix.
15112 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
15114         * subr.el (syntax-after): Doc fix.
15115         (syntax-class): If argument is nil, return nil.  Mask off upper 16
15116         bits, not 8 bits.
15118         * files.el (mode-require-final-newline): Doc fix.
15119         (backup-buffer-copy): Fix last change.
15121 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15123         * term/mac-win.el: Require select.  Set selection-coding-system to
15124         mac-system-coding-system.  Call menu-bar-enable-clipboard.
15125         (x-last-selected-text-clipboard, x-last-selected-text-primary)
15126         (x-select-enable-clipboard): New variables.
15127         (x-select-text, x-get-selection, x-selection-value)
15128         (x-get-selection-value, mac-select-convert-to-string)
15129         (mac-services-open-file, mac-services-open-selection)
15130         (mac-services-insert-text): New functions.
15131         (CLIPBOARD, FIND): Put mac-scrap-name property.
15132         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15133         (public.tiff): Put mac-ostype property.
15134         (selection-converter-alist): Add entries for them.
15135         (mac-application-menu-map): New keymap.
15136         (interprogram-cut-function, interprogram-paste-function): Set to
15137         x-select-text and x-get-selection-value, respectively.
15138         (split-window-keep-point): Set to t.
15140 2005-04-23  Richard M. Stallman  <rms@gnu.org>
15142         * files.el (read-directory-name): Always pass non-nil
15143         DEFAULT-FILENAME arg to read-file-name.
15144         (backup-buffer-copy, basic-save-buffer-2): Take care against
15145         writing thru an unexpected existing symlink.
15146         (revert-buffer): In indirect buffer, revert the base buffer.
15147         (magic-mode-alist): Doc fix.
15148         (buffer-stale-function): Doc fix.
15149         (minibuffer-with-setup-hook): Avoid warning.
15150         (mode-require-final-newline): Doc and custom fix.
15152         * follow.el (follow-end-of-buffer): Use with-no-warnings.
15154         * font-lock.el (font-lock-comment-face): On terminals with few colors,
15155         use the default appearance.
15156         (font-lock-comment-delimiter-face): New face, new variable.
15158         * imenu.el (imenu--generic-function): The official position of a
15159         definition is the start of the line that BEG is in.
15161         * midnight.el (midnight-timer): Move defvar up.
15163         * mouse.el (mouse-drag-region-1): Delete some debugging code.
15165         * saveplace.el (save-place-to-alist): Use with-no-warnings.
15167         * startup.el (command-line): Use with-no-warnings.
15169         * window.el (window-size-fixed): New defvar.
15171         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15173         * mail/rmail.el (rmail-font-lock-keywords):
15174         Use font-lock-comment-delimiter-face.
15176         * mail/sendmail.el (mail-font-lock-keywords):
15177         Use font-lock-comment-delimiter-face.
15179         * progmodes/compile.el (next-error-highlight-timer): New defvar.
15181 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
15183         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15184         Specify t for LAXMATCH when matching directories.
15185         Save match data around compilation-compat-error-properties form.
15187 2005-04-23  David Kastrup  <dak@gnu.org>
15189         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15190         Mention that the autoloaded aliases should be kept for AUCTeX.
15192 2005-04-23  Andreas Schwab  <schwab@suse.de>
15194         * isearch.el (isearch-forward): Doc fix.
15196 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
15198         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15199         (jit-lock-stealth-nice): Change default value to 0.5.
15201 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
15203         * abbrev.el (write-abbrev-file): Write table entries in
15204         alphabetical order by table name.
15206 2005-04-22  Kim F. Storm  <storm@cua.dk>
15208         * ido.el (ido-read-internal): Fix `list' completion.
15210 2005-04-22  Kenichi Handa  <handa@m17n.org>
15212         * recentf.el (recentf-save-file-coding-system): New variable.
15213         (recentf-save-list): Encode the file by
15214         recentf-save-file-coding-system and add coding: tag.
15216 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
15218         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15220 2005-04-21  Lute Kamstra  <lute@gnu.org>
15222         * loadhist.el (unload-feature): Don't remove a function from hooks
15223         if it is about to be restored to an autoload .  Remove functions
15224         that will become unbound from auto-mode-alist.  Simplify the code.
15226         * subr.el (assq-delete-all): New implementation that is linear,
15227         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
15228         (rassq-delete-all): New function.
15230         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15231         Add size-indication-mode.
15233 2005-04-21  Kenichi Handa  <handa@m17n.org>
15235         * international/mule-cmds.el: Add autoload for widget-value in
15236         eval-when-compile.
15238 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
15240         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15241         Add tooltip-mode.
15243         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
15245 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
15247         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
15248         (inferior-lisp-filter-regexp, inferior-lisp-program)
15249         (inferior-lisp-load-command, inferior-lisp-prompt)
15250         (inferior-lisp-mode-hook, lisp-source-modes)
15251         (inferior-lisp-load-hook): defvar->defcustom.
15252         (inferior-lisp-program, inferior-lisp-prompt)
15253         (inferior-lisp-load-hook): Doc fixes.
15254         (inferior-lisp-install-letter-bindings): Small change in
15255         introductory comment.
15257 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
15259         * vc.el (vc-annotate-color-map): Change some colors so that text
15260         using them as foreground is readable on both white and black
15261         backgrounds.
15263 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15265         * international/mule-conf.el (translation-table-for-input):
15266         Remove redundant declaration.
15268 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15270         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
15272         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
15273         (tooltip-toggle-gud-tips): New function.
15275 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15277         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
15278         right angle brackets.
15280 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15282         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15284 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15286         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15287         Remove.  Update callers to use expand-file-name instead.
15289         * subr.el (syntax-class): New function.
15291         * simple.el (blink-matching-open): Use it.
15293         * paren.el (show-paren-function): Use it to recognize parens that are
15294         also used in 2-char comment markers.
15296 2005-04-19  Lute Kamstra  <lute@gnu.org>
15298         * loadhist.el (unload-feature): Update for new format of
15299         load-history.  Simplify the code.
15301 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15303         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15304         (mac-add-charset-info): New function.  Initialize variable
15305         mac-charset-info-alist using it.
15306         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15307         for translation.
15308         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15309         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15310         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15311         New CCL programs.
15313 2005-04-19  Kim F. Storm  <storm@cua.dk>
15315         * simple.el (next-buffer, prev-buffer, next-error)
15316         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15317         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15319         * bindings.el (next-buffer, prev-buffer, next-error)
15320         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15321         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15322         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15323         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15325 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15327         * isearch.el (isearch-edit-string): Make the search-ring available for
15328         minibuffer history commands.
15329         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15330         the default history commands now work just as well.
15331         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15333 2005-04-18  Kim F. Storm  <storm@cua.dk>
15335         * emulation/cua-base.el (cua--pre-command-handler): Add more
15336         elaborate check for shift modifier on non-window systems.
15338 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15340         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15342 2005-04-18  Kim F. Storm  <storm@cua.dk>
15344         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15345         and make it optional.  Don't test tooltip-gud-echo-area here.
15346         (tooltip-gud-process-output, gdb-tooltip-print):
15347         Pass tooltip-gud-echo-area to tooltip-show.
15348         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15350 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15352         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15353         `display-graphic-p' may not be bound yet.
15355 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15357         * startup.el (command-line): No longer enable Xterm Mouse mode by
15358         default in terminals compatible with xterm.
15360         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15362 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15364         * tooltip.el (tooltip-gud-echo-area): Rename from
15365         tooltip-use-echo-area.
15366         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15367         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15368         area independently of where help tooltips are displayed.
15370 2005-04-17  David Kastrup  <dak@gnu.org>
15372         * cus-theme.el (custom-theme-write-variables): Quote variables
15373         where necessary.
15375 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15377         * simple.el (yank-excluded-properties): Add follow-link to value.
15379         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15381         * startup.el (fancy-splash-max-time): Just 30 seconds.
15382         (fancy-splash-delay): Just 7.
15383         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15385         * loadhist.el (unload-feature): Update for new format of load-history.
15386         Simplify the code.
15388         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15389         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15391         * mail/sendmail.el (mail-font-lock-keywords):
15392         Don't fontify subject text.
15393         Don't fontify the text of a citation.
15395 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15397         * comint.el (comint-output-filter): Run comint-output-filter-functions
15398         with point where the user had it.
15400 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15402         * international/ucs-tables.el (ucs-set-table-for-input):
15403         Disable when using unify-on-decoding.
15405 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15407         * emulation/cua-base.el (cua-global-mark-face): Add special case
15408         for displays supporting a high number of colors.
15410 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15412         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15414 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15416         * filesets.el (filesets-add-buffer): If user supplies a name of a
15417         non-existing fileset, create a new fileset.
15419 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15421         * textmodes/org.el (org-up-heading-all): Fix bug with
15422         `outline-up-heading-all'.
15424 2005-04-16  Andreas Schwab  <schwab@suse.de>
15426         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15427         /etc/permissions.d/* and /etc/aliases.d/*.
15429 2005-04-16  Kenichi Handa  <handa@m17n.org>
15431         * international/code-pages.el (cp-make-coding-system):
15432         Set `translation-table-for-input' property value to the symbol
15433         ucs-mule-to-mule-unicode, not to that value.
15434         (pt154): Escape guillemet by `\'.
15436 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15438         * loadup.el: Load tooltip if x-show-tip is fboundp.
15440         * startup.el (command-line): Add comment.
15442         * tooltip.el (tooltip-mode): Specify correct standard value for
15443         Custom in init-value.
15445 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15447         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15448         possible.
15450 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15452         * textmodes/org.el (org-agenda-date-prompt): Rename from
15453         `org-agenda-date-today'.
15454         (org-evaluate-time-range): Insert at point instead of directly
15455         after time range.
15456         (org-first-headline-recenter, org-subtree-end-visible-p)
15457         (org-optimize-window-after-visibility-change): New functions
15458         (org-agenda-post-command-hook): Don't allow point at end of line,
15459         to make sure it always hits the text properties.
15460         (org-agenda-next-date-line, org-agenda-previous-date-line):
15461         New commands.
15462         (org-set-regexps-and-options): Category may contain white space.
15463         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15464         Improve marker positions.
15465         (org-agenda-new-marker): Argument POS made optional.
15466         (org-agenda-get-timestamps): Deadlines which are done are listed
15467         in org-done-face now.
15468         (org-agenda-get-todos, org-agenda-get-timestamps)
15469         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15470         Set `undone-face' and `done-face' properties.
15471         (org-last-todo-state-is-todo): New variable.
15472         (org-todo): Set `org-last-todo-state-is-todo'.
15473         (org-agenda-todo): Change face according to
15474         `org-last-todo-state-is-todo'.  And change other lines referring to
15475         the same entry.
15476         (org-calendar-goto-agenda): New command.
15477         (org-calendar-to-agenda-key): New option.
15478         (org-startup-folded): New allowed value `content'.
15479         (org-set-regexps-and-options): Accept new value `content' for
15480         `org-startup-folded'.
15481         (org-get-current-options): Handle new value `content' for
15482         `org-startup-folded'.
15483         (org-insert-todo-heading): New command.
15484         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15485         interactively in empty file and option
15486         `org-insert-mode-line-in-empty-file' has been set.
15487         (org-agenda-todo,org-agenda-priority): Modify to use
15488         `org-agenda-change-all-lines'.
15489         (org-warning-face): Change color on dark background
15491 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15493         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15494         use preferences AppleLocale and AppleLanguages, and variable
15495         mac-system-locale for default locale.  On Mac OS Classic, use
15496         mac-system-coding-system for default coding systems.
15498         * term/mac-win.el: Don't set file-name-coding-system.
15499         Decode variables system-name, emacs-build-system, user-login-name, and
15500         user-full-name by mac-system-coding-system on Mac OS Classic.
15501         (mac-system-coding-system): New variable.
15503 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15505         * startup.el (command-line): Handle `xterm-mouse-mode' before
15506         reading init file.
15508         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15510 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15512         * progmodes/sh-script.el (sh-here-document-word): Make it a
15513         defcustom.  Doc fix.
15514         (sh-add): Bash uses $(( )) for arithmetic.
15515         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15516         (sh-maybe-here-document): Remove quotes and leading whitespace
15517         from heredoc word when closing.  Indent heredoc with tabs if word
15518         starts with "-".
15520 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15522         * simple.el (undo): Fix previous change.
15524         * custom.el (defface): Doc fix.
15526 2005-04-13  Lute Kamstra  <lute@gnu.org>
15528         * Makefile.in (DONTCOMPILE): Remove list.
15529         (compile, compile-always): Don't use DONTCOMPILE.
15530         (update-authors): Load the library in which batch-update-authors
15531         is defined.
15532         * makefile.w32-in (DONTCOMPILE): Remove list.
15533         (compile, compile-always): Fix comments.
15534         (update-authors): Load the library in which batch-update-authors
15535         is defined.
15537         * generic-x.el (generic-mode-ini-file-find-file-hook):
15538         Rename to ini-generic-mode-find-file-hook.
15539         Keep generic-mode-ini-file-find-file-hook as an alias.
15540         (ini-generic-mode-find-file-hook): Rename from
15541         generic-mode-ini-file-find-file-hook.  Fix docstring.
15542         (ini-generic-mode): Docstring change.
15543         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15545         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15546         called from lisp.
15548         * generic.el: Move to the emacs-lisp subdir.
15550 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15552         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15553         and C-S- function and cursor motion keys.
15555 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15557         * startup.el (command-line): Enable Xterm Mouse mode by default.
15558         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15559         for Custom.  No longer show "Mouse" in mode line when enabled.
15560         Doc fix.
15562 2005-04-12  Kim F. Storm  <storm@cua.dk>
15564         * emulation/cua-base.el (cua-rectangle-face)
15565         (cua-rectangle-noselect-face): Define face attributes here.
15567         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15569 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15571         * startup.el (command-line): Turn off blinking cursor if
15572         cursorBlink in resources is off or false.
15574 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15576         * term/mac-win.el (dnd): Require dnd.
15577         (mac-drag-n-drop): Call dnd-handle-one-url.
15578         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15579         (kTextEncodingISOLatin2): Remove constants.
15580         (mac-script-code-coding-systems): New constant.
15581         (mac-handle-language-change): New function.
15582         (special-event-map): Bind it to `language-change' event.
15583         (mac-centraleurroman, mac-cyrillic): New coding systems.
15584         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15585         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15586         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15587         encode-mac-cyrillic, respectively.
15589 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15591         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15592         Don't set overlay-arrow-string to "=>" as this is done
15593         globally in C now.
15595 2005-04-12  Lute Kamstra  <lute@gnu.org>
15597         * generic-x.el (rc-generic-mode, rul-generic-mode):
15598         Fix auto-mode-alist entries.
15599         (etc-fstab-generic-mode): Tweak fontification.
15601         * generic.el (generic-make-keywords-list): Fix docstring.
15602         (generic-mode-internal): Simplify generic-font-lock-keywords.
15604 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15606         * whitespace.el (whitespace-buffer-leading)
15607         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15608         However, fix the highlight area for the leading and
15609         trailing whitespaces to show space.
15611 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15613         * whitespace.el (whitespace-version): Bump to 3.5
15615         (whitespace-buffer-leading, whitespace-buffer-trailing):
15616         Invert sense of the test to highlight the whitespace.
15618 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15620         * progmodes/gud.el (gud-display-line): GUD uses its own
15621         overlay arrow now so don't set overlay-arrow-string.
15622         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15624 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15626         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15627         (term-ansi-current-reverse, term-ansi-current-invisible)
15628         (term-ansi-face-already-done): Change to boolean.
15629         (term-reset-terminal, term-handle-colors-array): Handle the above
15630         vars accordingly.
15631         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15632         (term-emulate-terminal): Use the new name.
15634         * faces.el (secondary-selection): Use yellow1, not yellow.
15635         (trailing-whitespace): Use red1, not red.
15637 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15639         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15640         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15641         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15643         * cus-edit.el (dnd): New group.
15645         * term/w32-win.el (dnd): Require dnd
15646         (w32-drag-n-drop): Call dnd-handle-one-url.
15648         * x-dnd.el: Require dnd.
15649         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15650         Call dnd-handle-one-url.
15651         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15652         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15653         to dnd-insert-text.
15654         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15655         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15656         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15657         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15659         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15661 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15663         * wdired.el: Doc fixes.
15664         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15665         (wdired-use-dired-vertical-movement): Rename from
15666         wdired-always-move-to-filename-beginning.
15667         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15668         (wdired-change-to-wdired-mode): Change mode name.
15669         (wdired-newline): Delete.
15671 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15673         * whitespace.el (whitespace-highlight-the-space):
15674         Don't call whitespace-unhighlight-the-space here.
15676         * simple.el (undo): Record t in undo-equiv-table
15677         for the redo record made by an undo-in-region.
15679 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15681         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15682         (gdb-frame-inferior-io-buffer): New Functions to control
15683         display of separate IO buffer.
15684         (menu): Add them to menu-bar.
15685         (gdb-display-buffer): Check for buffer another frame.
15686         Protect GUD buffer.
15687         (gdb-setup-windows): Create IO buffer if not already there.
15688         (gdb-memory-mode): Remove purecopy noops.
15690 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15692         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15693         and pass to self-insert-command.
15695 2005-04-11  Lute Kamstra  <lute@gnu.org>
15697         * generic.el: Commentary section cleanup.
15698         (generic): Delete.
15699         (generic-use-find-file-hook, generic-lines-to-scan)
15700         (generic-find-file-regexp, generic-ignore-files-regexp)
15701         (default-generic-mode, generic-mode-find-file-hook)
15702         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15703         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15704         (generic-use-find-file-hook, generic-lines-to-scan)
15705         (generic-find-file-regexp, generic-ignore-files-regexp)
15706         (default-generic-mode, generic-mode-find-file-hook)
15707         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15709 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15711         * bookmark.el (bookmark-write-file): Catch errors writing file.
15712         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15714 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15716         * startup.el (fancy-splash-tail): Update copyright year.
15717         (command-line): Split part of -Q into -D.
15718         (emacs-basic-display): New defvar.
15719         (fancy-splash-text): Correct name of menu item.
15721         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15723         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15724         lines in one node.
15726         * comint.el (comint-send-input): New arg ARTIFICIAL.
15727         Callers in this file changed.
15729         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15731         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15733 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15735         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15736         `ldap-search-internal'.
15738 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * files.el (set-auto-mode-1): Use line-end-position.
15742         * international/latin-1.el:
15743         * international/latin-2.el:
15744         * international/latin-3.el:
15745         * international/latin-4.el:
15746         * international/latin-5.el:
15747         * international/latin-8.el:
15748         * international/latin-9.el: Give punctuation syntax to NBSP.
15750         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15751         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15752         Use char-classes to accept non-ascii letters, accepted in some recent
15753         bibtex implementations.
15755 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15757         * custom.el (custom-set-minor-mode): Any non-nil value for the
15758         variable should enable the mode when set through Custom.
15760 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15762         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15763         TAB binding so tab-always-indent is obeyed.
15764         (vhdl-minibuffer-local-map): Move initialization into declaration.
15765         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15766         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15767         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15768         (vhdl-current-line): Use line-beginning-position.
15769         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15770         with-output-to-temp-buffer, so the current position can be recorded.
15772 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15774         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15775         Add regexp for gcov.
15777 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15779         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15780         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15781         syntax which Emacs 20 doesn't support.
15783 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15785         * help.el (describe-key-briefly, describe-key):
15786         Replace strings as event types with "(any string)".
15788 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15790         * arc-mode.el (archive-mode-map): Move initialization into
15791         the declaration.  Override *all* bindings of `undo'.
15792         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15794 2005-04-09  Jay Belanger  <belanger@truman.edu>
15796         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15798 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15800         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15801         (xterm-register-default-colors): Update color values computation
15802         to match xterm-200.
15804 2005-04-09  Kenichi Handa  <handa@m17n.org>
15806         * international/code-pages.el (iso-latin-7): Fix the map.
15808 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15810         * emacs-lisp/lisp.el (defun-prompt-regexp)
15811         (parens-require-spaces, buffer-end, end-of-defun)
15812         (insert-parentheses): Doc fixes.
15814 2005-04-08  Kim F. Storm  <storm@cua.dk>
15816         * comint.el (comint-highlight-prompt): Fix face spec.
15817         * hi-lock.el (hi-green): Likewise.
15819 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15821         * cus-edit.el (custom-modified-face):
15822         * comint.el (comint-highlight-input): Fix previous changes.
15823         * term.el (term-handle-ansi-escape): Add a comment.
15825 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15827         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15828         in the buffer and in whitespace-highlighted-space.
15829         (whitespace-unhighlight-the-space): Simplify.
15830         (whitespace-buffer): Simplify.
15832 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15834         * textmodes/table.el (table-cell-face): Add special case for
15835         displays supporting a high number of colors.
15836         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15837         (vhdl-font-lock-reserved-words-face)
15838         (vhdl-speedbar-architecture-face)
15839         (vhdl-speedbar-instantiation-face)
15840         (vhdl-speedbar-architecture-selected-face)
15841         (vhdl-speedbar-instantiation-selected-face): Likewise.
15842         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15843         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15844         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15845         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15846         (ebrowse-progress-face): Likewise.
15847         * progmodes/compile.el (compilation-info-face): Likewise.
15848         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15849         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15850         * calendar/calendar.el (diary-face): Likewise.
15851         * woman.el (woman-italic-face, woman-bold-face)
15852         (woman-unknown-face): Likewise.
15853         * wid-edit.el (widget-button-pressed-face): Likewise.
15854         * whitespace.el (whitespace-highlight-face): Likewise.
15855         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15856         * pcvs-info.el (cvs-marked-face): Likewise.
15857         * info.el (info-xref): Likewise.
15858         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15859         * hilit-chg.el (highlight-changes-face)
15860         (highlight-changes-delete-face): Likewise.
15861         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15862         (hi-red-b): Likewise.
15863         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15864         * font-lock.el (font-lock-keyword-face)
15865         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15866         * cus-edit.el (custom-invalid-face, custom-modified-face)
15867         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15868         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15869         * comint.el (comint-highlight-prompt): Likewise.
15871 2005-04-08  Lute Kamstra  <lute@gnu.org>
15873         * font-lock.el (font-lock-keywords): Docstring fixes.
15875 2005-04-08  Kenichi Handa  <handa@m17n.org>
15877         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15878         chars are more than a limit, print " and more..." at the tail.
15880 2005-04-08  Kim F. Storm  <storm@cua.dk>
15882         * emacs-lisp/authors.el (authors-aliases): Update list.
15883         (authors-ignored-files): New list.
15884         (authors-fixed-entries): Fix typo.
15885         (authors-renamed-files-alist): Update list.
15886         (authors-add): Check authors-ignored-files.
15888 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15890         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15891         optional, to ensure backward compatibility.
15893 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15895         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15897 2005-04-08  Kim F. Storm  <storm@cua.dk>
15899         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15901         * mouse.el (mouse-on-link-p): Doc fix.
15903 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15905         * ielm.el (ielm-prompt-read-only): Doc fix.
15907         * comint.el (comint-prompt-read-only): Doc fix.
15909 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15911         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15912         ensure dired always handles wildcards passed to ffap.
15913         (find-file-at-point): Use it.
15914         (ffap-dired-wildcards): Doc fix.
15916 2005-04-07  Juri Linkov  <juri@jurta.org>
15918         * simple.el (next-error-overlay-arrow-position): New defvar.
15919         Put "=>" on its property `overlay-arrow-string'.  Add it to
15920         `overlay-arrow-variable-list'.
15922         * progmodes/compile.el (compilation-setup):
15923         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15924         nil in the local hook `kill-buffer-hook'.  Make local variable
15925         `overlay-arrow-string' and set it to "=>".
15926         (compilation-goto-locus): Set BOL position to
15927         `next-error-overlay-arrow-position' instead of
15928         `overlay-arrow-position'.
15930         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15931         locally instead of adding it to the global hook.
15932         (Info-kill-buffer): Move up.
15934 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15936         * term/xterm.el (xterm-standard-colors): Update color values from
15937         xterm-200.
15939 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15941         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15943         * fast-lock.el:
15944         * lazy-lock.el: Move them to the obsolete subdir.
15946 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15948         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15949         (wdired-add-replace-advice): Remove.
15950         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15952 2005-04-06  Kim F. Storm  <storm@cua.dk>
15954         * startup.el (command-line): Add --bare-bones alias for -Q.
15956 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15958         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15959         create the startup fontset if a font specification ends with
15960         `mac-roman'.
15962 2005-04-06  Lute Kamstra  <lute@gnu.org>
15964         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15965         change.
15967         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15968         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15970 2005-04-05  Lute Kamstra  <lute@gnu.org>
15972         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15973         (define-generic-mode): Ditto.  Fix debug declaration.
15975         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15976         Put them in the generic-x group.
15978         * calendar/timeclock.el (timeclock): Doc fix.
15980         * generic.el (define-generic-mode): Don't use custom-current-group.
15981         Document default :group value.
15982         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15983         (define-global-minor-mode): Don't use custom-current-group.
15985 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15987         * startup.el (command-line-1): Display startup-echo-area-message
15988         when fancy splash screen is in use.
15990         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15991         (sh-escaped-newline): New face.
15992         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15993         newline, and use sh-escaped-newline face.
15995         * progmodes/tcl.el (tcl-escaped-newline): New face.
15996         (tcl-builtin-list): New variable.
15997         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15998         newlines.  Fix keywords subexpression number.
16000 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
16002         * textmodes/org.el (org-diary-default-entry): Fix call to
16003         `add-to-diary-entry'.
16005 2005-04-05  Kim F. Storm  <storm@cua.dk>
16007         * ediff-init.el: Use (featurep 'xemacs).
16009 2005-04-05  David Ponce  <david@dponce.com>
16011         * cus-edit.el (face): Derive from symbol widget.  Display sample
16012         of the current face on the fly.
16013         (widget-face-sample-face-get, widget-face-notify): New functions.
16014         (widget-face-value-create): Remove.
16016         * wid-edit.el (widget-field-end): Temporarily remove field
16017         narrowing before to call `get-char-property'.
16019 2005-04-04  Jay Belanger  <belanger@truman.edu>
16021         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16022         (math-read-subscripts): New variable.
16023         (math-read-preprocess-string): Process subscripts.
16025 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
16027         * comint.el (comint-prompt-read-only): Doc fix.
16029         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16030         `-1'.  Doc fix.
16032 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
16034         * textmodes/org.el (org-insert-mode-line-in-empty-file):
16035         Change default value to nil.
16037 2005-04-04  Lute Kamstra  <lute@gnu.org>
16039         * autorevert.el (auto-revert-mode): Specify :group.
16040         * battery.el (display-battery-mode): Specify :group.
16041         * diff-mode.el (diff-minor-mode): Specify :group.
16042         * font-core.el (font-lock-mode): Specify :group.
16043         * hl-line.el (hl-line-mode): Specify :group.
16044         * iimage.el (iimage): New customization group.
16045         (iimage-mode): Specify :group.
16046         * longlines.el (longlines-mode): Specify :group.
16047         * master.el: Don't require easy-mmode.
16048         (master): New customization group.
16049         (master-mode): Specify :group.
16050         * msb.el (msb-mode): Specify :group.
16051         * reveal.el (reveal-mode): Specify :group.
16052         * simple.el (next-error-follow-minor-mode): Specify :group.
16053         * smerge-mode.el (smerge-mode): Specify :group.
16054         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16055         * emulation/cua-base.el (cua-mode): Specify :group.
16056         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16057         * language/thai-util.el (thai-auto-composition-mode)
16058         (thai-word-mode): Specify :group.
16059         * mail/supercite.el (sc-minor-mode): Specify :group.
16060         * progmodes/cwarn.el (cwarn-mode): Specify :group.
16061         * progmodes/flymake.el (flymake-mode): Specify :group.
16062         * progmodes/glasses.el (glasses-mode): Specify :group.
16063         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16064         * textmodes/enriched.el (enriched-mode): Specify :group.
16065         * textmodes/refill.el (refill-mode): Specify :group.
16067         * add-log.el (change-log-font-lock-keywords): Names in
16068         parenthesized lists can contain spaces.
16070 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
16072         * startup.el (fancy-splash-text): Shorten default text of
16073         "Emacs Tutorial" line.  Also, if the current language env
16074         indicates an available tutorial file other than TUTORIAL,
16075         extract its title and append it to the line in parentheses.
16076         (fancy-splash-insert): If arg is a thunk, funcall it.
16078 2005-04-04  Jay Belanger  <belanger@truman.edu>
16080         * calc.el (calc-language-alist): Add tags to customization type.
16082 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
16084         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16085         Doc fix.
16087 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
16089         * add-log.el (change-log-font-lock-keywords): The manual
16090         describing a Change Log entry, says: (...) "Aside from these
16091         header lines, every line in the change log starts with a space or
16092         a tab.".  The font-lock was not highlighting lines started with
16093         spaces, added support for it.
16095 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16097         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16098         (bibtex-generate-url-list): Update docstring accordingly.  Put the
16099         complex example in the docstring.
16100         (bibtex-font-lock-url): Use pop.
16102 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16104         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16106         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16108 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
16110         * filesets.el (filesets-set-default): Doc fix.
16112 2005-04-03  Lute Kamstra  <lute@gnu.org>
16114         * generic.el (define-generic-mode): Add argument to specify
16115         keywords for defcustom.
16116         (default-generic-mode): Specify :group.
16118         * generic-x.el: Specify :group for all generic modes.
16120         * desktop.el (desktop-no-desktop-file-hook)
16121         (desktop-after-read-hook): Doc fix.
16123 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
16125         * simple.el (visible-mode): Use explicit :group keyword.
16126         This changes the group of `visible-mode-hook' from paren-blinking
16127         to editing-basics.
16129 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
16131         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
16132         mailbox specifications as well as URLs.
16133         (rmail-insert-inbox-text): Remove unused conditional branches.
16135 2005-04-01  Jay Belanger  <belanger@truman.edu>
16137         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16138         (calc-gnuplot-print-command): Move definitions to calc.el.
16140         * calc/calc-embed.el (calc-embedded-announce-formula)
16141         (calc-embedded-open-formula, calc-embedded-close-formula)
16142         (calc-embedded-open-word, calc-embedded-close-word)
16143         (calc-embedded-open-plain, calc-embedded-close-plain)
16144         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16145         (calc-embedded-open-mode, calc-embedded-close-mode):
16146         Move definitions to calc.el.
16148         * calc/calc.el (calc-settings-file, calc-language-alist):
16149         Make customizable.
16150         (calc-embedded-announce-formula, calc-embedded-open-formula)
16151         (calc-embedded-close-formula, calc-embedded-open-word)
16152         (calc-embedded-close-word, calc-embedded-open-plain)
16153         (calc-embedded-close-plain, calc-embedded-open-new-formula)
16154         (calc-embedded-close-new-formula, calc-embedded-open-mode)
16155         (calc-embedded-close-mode, calc-gnuplot-name)
16156         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16157         from other files and make customizable.
16159 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16161         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16162         Use buffer-live-p.
16163         (cvs-mode-run): Don't call cvs-update-header here.
16164         (cvs-run-process): Call cvs-update-header.
16165         Use process properties for cvs-postprocess and cvs-buffer so that
16166         the sentinel can behave better if the temp buffer is killed.
16167         Use a pipe rather than a tty, to better handle unexpected prompts.
16168         (cvs-sentinel): Rewrite.  Call cvs-update-header.
16170 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
16172         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16173         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
16175 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16177         * generic.el (define-generic-mode): Add indentation rule.
16179 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
16181         * files.el (mode-require-final-newline): Make Custom correctly
16182         report a nil value and allow to set it to nil via Custom.
16183         Doc fix.
16185 2005-04-01  Kenichi Handa  <handa@m17n.org>
16187         * international/characters.el: Enable the correct case setting for
16188         dotless-i and dotted-I.
16190 2005-04-01  Kim F. Storm  <storm@cua.dk>
16192         * ido.el (ido-file-internal): Fall back to non-ido command if
16193         initial directory is on slow ftp (or tramp) host.
16195 2005-03-31  Richard M. Stallman  <rms@gnu.org>
16197         * emacs-lisp/autoload.el (make-autoload):
16198         Handle define-global-minor-mode.
16200         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16201         Rename from easy-mmode-define-global-mode.
16202         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16204         * progmodes/scheme.el (scheme-mode-syntax-table):
16205         Update syntax of | and # for two-character comment syntax.
16207 2005-03-31  Lute Kamstra  <lute@gnu.org>
16209         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16210         (define-minor-mode): Call custom-current-group at load-time.
16212         * generic.el (define-generic-mode): Add debug declaration.
16213         Add defcustom for the mode hook.
16214         (generic-mode-internal): Use run-mode-hooks.
16216 2005-03-31  Kim F. Storm  <storm@cua.dk>
16218         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16219         (mouse-fixup-help-message): New defun called by show_help_echo
16220         to fixup mouse-2 prefix in help messages when applicable.
16222         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16224 2005-03-31  Kenichi Handa  <handa@m17n.org>
16226         * language/thai-word.el (thai-find-word-ends): Pay attention to
16227         the case that we reach the end of buffer.
16229         * textmodes/fill.el (fill-text-properties-at): New function.
16230         (fill-newline): Use fill-text-properties-at instead of
16231         text-properties-at.
16233 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16235         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
16236         not comint-quote-filename.
16238 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
16240         * help-fns.el (help-with-tutorial): Revert last change.
16242 2005-03-31  Kim F. Storm  <storm@cua.dk>
16244         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
16246 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16248         * calendar/cal-china.el: Update reference to "Calendrical
16249         Calculations" book; there's a new edition.
16250         * calendar/cal-coptic.el: Likewise.
16251         * calendar/cal-french.el: Likewise.
16252         * calendar/cal-hebrew.el: Likewise.
16253         * calendar/cal-islam.el: Likewise.
16254         * calendar/cal-iso.el: Likewise.
16255         * calendar/cal-julian.el: Likewise.
16256         * calendar/cal-mayan.el: Likewise.
16257         * calendar/cal-persia.el: Likewise.
16258         * calendar/calendar.el: Likewise.
16259         * calendar/holidays.el: Likewise.
16260         * calendar/lunar.el: Likewise.
16261         * calendar/solar.el: Likewise.
16263         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
16264         white space from doc string.
16266 2005-03-30  Jay Belanger  <belanger@truman.edu>
16268         * calc/calc-help.el (calc-full-help): Remove email address.
16270 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
16272         * help-fns.el (help-with-tutorial): Delete title line.
16274 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16276         * calendar/cal-x.el (calendar-one-frame-setup)
16277         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
16278         rather than `symbol' for set-window-dedicated-p.
16280         * calendar/appt.el (appt-buffer-name): Make it a constant.
16281         (appt-add): Doc fix.
16283         * filesets.el (filesets-menu-path, filesets-menu-before)
16284         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16285         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16286         (filesets-add-submenu): Delete and use add-submenu instead.
16288 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16290         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16291         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16292         (org-diary-default-entry): New function.
16293         (org-get-entries-from-diary): Better parsing of diary entries.
16294         (org-agenda-check-no-diary): New function.
16295         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16296         linking to diary entries.
16297         (org-agenda-execute-calendar-command): New function.
16298         (org-agenda): Improve visible section in window.
16299         Use `org-fit-agenda-window'.
16300         (org-fit-agenda-window): New option.
16301         (org-move-subtree-down): Better handling of empty lines
16302         at end of subtree.
16303         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16304         levels up.
16305         (org-fontify-done-headline): New option.
16306         (org-headline-done-face): New face.
16307         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16308         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16309         When current field is non-empty, it is copied to next row.
16310         (org-table-copy-from-above): Fix bug which made it
16311         impossible to copy fields containing only a single non-white character.
16313 2005-03-30  Kim F. Storm  <storm@cua.dk>
16315         * kmacro.el (kmacro-end-macro): Isearch may store this command
16316         into the macro -- so ignore it when executing keyboard macro.
16318 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16320         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16322 2005-03-29  Kenichi Handa  <handa@m17n.org>
16324         * language/thai.el ("Thai"): Set setup-function and exit-function
16325         for Thai language environment.
16327         * language/thai-util.el: Require thai-word.
16328         (thai-word-mode-map): New variable.
16329         (thai-word-mode): New minor mode.
16330         (setup-thai-language-environment-internal): New function.
16331         (exit-thai-language-environment-internal): New function.
16333         * language/thai-word.el (thai-word-table): Declare it by defvar,
16334         use dolist to initialize it.
16335         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16336         (thai-fill-find-break-point): New functions.
16338 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16340         * simple.el (idle-update-delay): Move definition up.
16341         (set-mark): Doc fix.
16343 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16345         * longlines.el: New file.
16347         * simple.el (buffer-substring-filters): New variable.
16348         (filter-buffer-substring): New function.
16349         (kill-region, copy-region-as-kill): Use it.
16351         * register.el (copy-to-register, append-to-register)
16352         (prepend-to-register): Use filter-buffer-substring.
16354 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16356         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16357         (gud-filter-pending-text): Move in front of gdb.
16358         (gud-overlay-arrow-position): New variable.
16359         (gud-sentinel, gud-display-line): Use it in place of
16360         overlay-arrow-position.
16362 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16364         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16365         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16366         (fortran-font-lock-keywords-4): New variable.
16367         (fortran-blocks-re, fortran-end-block-re)
16368         (fortran-start-block-re): New constants, for hideshow.
16369         (hs-special-modes-alist): Add a Fortran entry.
16370         (fortran-mode-map): Bind fortran-end-of-block,
16371         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16372         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16373         (fortran-looking-at-if-then, fortran-end-of-block)
16374         (fortran-beginning-of-block): New functions, for hideshow.
16376         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16377         Doc fix.  Tweak regexp.
16378         (f90-beginning-of-block): Push mark first.
16380 2005-03-29  Jay Belanger  <belanger@truman.edu>
16382         * calc/calc.el: Update copyright date.
16383         (calc-version): Increase to 2.1.
16384         (calc-version-date): Remove.
16386         * calc/calc-help.el: Update copyright date.
16387         (calc-full-help): Remove reference to calc-version-date.
16388         Update copyright date.
16390 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16392         * vc.el (vc-do-command): Use a pipe for async processes, so password
16393         prompts don't show up at places where the user can't reply.
16395 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16397         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16398         on the file name we pass to the inferior shell.
16400 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16402         * progmodes/which-func.el (which-function): Be robust in the face of an
16403         imenu--make-index-alist failure.
16405 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16407         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16409         * progmodes/python.el (python-preoutput-filter): Fix last change.
16411 2005-03-29  Lute Kamstra  <lute@gnu.org>
16413         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16414         functions and compiled macros.
16415         (debug-convert-byte-code): Handle macros too.
16416         (debug-on-entry-1): Don't signal an error when trying to clear a
16417         function that is not set to debug on entry.
16419 2005-03-29  Jay Belanger  <belanger@truman.edu>
16421         * calc/calc-lang.el: Add functions to math-function-table
16422         properties of tex and math.
16424 2005-03-29  Kenichi Handa  <handa@m17n.org>
16426         * ps-mule.el (ps-mule-plot-string): Translate characters by
16427         ps-print-translation-table.
16428         (ps-mule-begin-job): Call find-charset-region/string with
16429         ps-print-translation-table.
16430         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16432         * ps-print.el (ps-print-translation-table): New variable.
16433         (ps-plot-region): Translate characters by ps-print-translation-table.
16435 2005-03-29  Juri Linkov  <juri@jurta.org>
16437         * simple.el (next-error-highlight-timer): New variable.
16439         * progmodes/compile.el (compilation-goto-locus):
16440         Use `next-error-highlight-timer' instead of `sit-for'.
16442 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16444         * mail/supercite.el (sc-mail-field): Use assoc-string.
16445         (sc-get-address): Simplify regexps.
16447         * files.el (minibuffer-with-setup-hook): New macro.
16448         (find-file-read-args): Use it to avoid let-binding
16449         minibuffer-with-setup-hook (which breaks turning on/off
16450         file-name-shadow-mode while in the prompt).
16452         * complete.el (PC-read-include-file-name-internal):
16453         Use test-completion.
16455 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16457         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16459 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16461         * window.el (window-buffer-height): Use count-screen-lines.
16463         * progmodes/python.el (python-preoutput-leftover): New var.
16464         (python-preoutput-filter): Use it.
16465         (python-send-receive): Loop until all the result has been received.
16467 2005-03-28  Juri Linkov  <juri@jurta.org>
16469         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16471         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16472         "Recover Crashed Session".
16473         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16474         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16475         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16476         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16477         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16478         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16479         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16480         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16482         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16483         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16484         Ediff Sessions", "Toggle use of separate control buffer frame",
16485         "Use separate frame for Ediff control buffer".
16487         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16488         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16489         "Rename Bookmark", "Delete Bookmark".
16491         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16492         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16493         Add `:active Info-index-alternatives' to "Next Matching Item".
16495         * wdired.el (wdired-change-to-wdired-mode):
16496         Mention `wdired-abort-changes' key in the initial message.
16498         * international/mule.el (auto-coding-alist): Associate non-ascii
16499         image filename extensions with `no-conversion'.
16501 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16503         * international/iso-acc.el:
16504         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16506 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16508         * textmodes/sgml-mode.el (html-mode): Doc update.
16510         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16512 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16514         * term.el (term-move-columns): Fix face after extending a line.
16515         (term-insert-spaces): Likewise.
16516         (term-reset-terminal): Fix off by one error.
16518 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16520         * international/mule.el (auto-coding-alist): Add .xpi files.
16522         * files.el (auto-mode-alist): Add .xpi files.
16524 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16526         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16528 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16530         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16532 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16534         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16535         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16537         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16538         cursor to Jan 1 when needed.
16539         (calendar-end-of-year): Fix -/+ typo.
16540         Reported by Chong Yidong <cyd@stupidchicken.com>.
16542 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16544         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16546         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16547         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16549 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16551         * filesets.el (filesets-init): Add autoload.
16553         * mail/mailalias.el (mail-directory): Doc fix.
16555 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16557         * mail/mailalias.el (mail-directory-process): Do nothing if
16558         mail-directory-process is an atom.
16559         (mail-get-names): Ignore mail-directory-names if it is an atom.
16560         (mail-directory-process defvar): Doc fix.
16561         (mail-names): Doc fix.
16563 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16565         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16567 2005-03-26  Kenichi Handa  <handa@m17n.org>
16569         * international/mule-util.el (detect-coding-with-priority):
16570         Call update-coding-systems-internal before detect-coding-region.
16572 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16574         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16575         (gdb-frames-mode-map): Add follow-link property.
16577 2005-03-25  Jay Belanger  <belanger@truman.edu>
16579         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16580         for variables.
16582 2005-03-25  Juri Linkov  <juri@jurta.org>
16584         * image-mode.el: Optimize image filename extension regexps in
16585         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16586         in `auto-mode-alist'.
16587         (image-mode): Add `image-toggle-display-text' to local hook
16588         `change-major-mode-hook'.  Display the image as an image by
16589         default.  Set `cursor-type' and `truncate-lines' if the image
16590         is already displayed.  Take into account the current mode (image
16591         or text) in message.
16592         (image-minor-mode): New minor mode.
16593         (image-mode-maybe, image-toggle-display-text): New functions.
16594         (image-toggle-display): Use called-interactively-p.
16595         Let-bind `inhibit-read-only' to t.
16597         * image-mode.el (image-minor-mode): Set `cursor-type' and
16598         `truncate-lines' if the image is already displayed.  Add turning
16599         image-minor-mode off to `change-major-mode-hook'.  Add message.
16600         Call `image-toggle-display-text' after turning image-minor-mode off.
16602 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16604         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16605         Terminal.app, use utf-8.
16606         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16607         (set-locale-environment): Use it.
16609         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16611         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16613         * progmodes/python.el (python-close-block-statement-p)
16614         (python-outdent-p, python-current-defun): Use symbol-end.
16616 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16618         * files.el (save-some-buffers): Doc fix.
16620 2005-03-25  Werner Lemberg  <wl@gnu.org>
16622         * complete.el, thumbs.el: Replace `legal' with `valid'.
16623         * calendar/calendar.el: Replace `legal' with `valid'.
16624         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16625         * mail/supercite.el: Replace `legal' with `valid'.
16626         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16627         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16628         Replace `legal' with `valid'.
16629         * textmodes/reftex-vars.el, textmodes/reftex.el:
16630         Replace `legal' with `valid'.
16632 2005-03-25  Werner Lemberg  <wl@gnu.org>
16634         * calc/calc-forms.el, calc/calc-sel.el:
16635         * midnight.el, vc-cvs.el:
16636         * emacs-lisp/cl-macs.el:
16637         * emulation/vip.el:
16638         * eshell/esh-io.el, eshell/esh-var.el:
16639         * mail/supercite.el:
16640         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16641         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16642         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16643         * progmodes/sh-script.el, progmodes/xscheme.el:
16644         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16645         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16646         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16647         * textmodes/reftex.el, textmodes/org.el:
16648         Replace `illegal' with `invalid'.
16650 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16652         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16653         (flymake-find-buildfile, flymake-find-possible-master-files)
16654         (flymake-check-include, flymake-parse-line): Replace loops over the
16655         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16657         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16658         Substitute file-name-as-directory in the rest of the file.
16659         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16660         (flymake-replace-region): Remove unused arg `buffer'.
16661         (flymake-check-patch-master-file-buffer): Update calls to it.
16662         (flymake-add-err-info): Remove unused var `count'.
16663         (flymake-mode): Use define-minor-mode.
16665         * progmodes/flymake.el: Use with-current-buffer.
16666         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16667         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16668         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16669         Avoid testing for `xemacs'.
16670         (flymake-nop): Move.
16671         (flymake-region-has-flymake-overlays): Return the computed value.
16672         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16673         Remove unused var `endline'.
16674         (flymake-get-line-count): Remove unused function.
16675         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16677         * emulation/vi.el:
16678         * generic.el:
16679         * hilit-chg.el (global-highlight-changes):
16680         * hi-lock.el (hi-lock-mode):
16681         * follow.el: find-file-hooks -> find-file-hook.
16683         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16685 2005-03-24  Juri Linkov  <juri@jurta.org>
16687         * dired.el (dired-mode-map): Add menu item "Compare directories"
16688         for dired-compare-directories.
16690         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16691         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16693 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16697 2005-03-24  Jay Belanger  <belanger@truman.edu>
16699         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16700         relevant mode settings in calc-embedded-original-modes when modes
16701         are permanently changed.
16703 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16705         * autoinsert.el: find-file-hooks -> find-file-hook.
16707 2005-03-24  Lute Kamstra  <lute@gnu.org>
16709         * generic.el (generic-font-lock-defaults): Make it obsolete.
16710         (generic-font-lock-keywords): New variable to replace
16711         generic-font-lock-defaults.
16712         (generic-mode-set-font-lock): Delete it.
16713         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16714         (generic-bracket-support): Add docstring.
16716         * generic-x.el: Rename generic-font-lock-defaults to
16717         generic-font-lock-keywords throughout.
16718         (mailagent-rules-setup-function): Delete it.
16719         (mailagent-rules-generic-mode): Use anonymous function instead.
16720         (show-tabs-generic-mode-font-lock-defaults-1)
16721         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16722         Quote faces.
16723         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16724         not foreground.
16726         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16727         Recognize define-generic-mode.
16729 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16731         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16732         if there's no completion table.
16734 2005-03-23  Miles Bader  <miles@gnu.org>
16736         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16737         Remove tty-specific variants, as they're no longer needed.
16739 2005-03-23  Lute Kamstra  <lute@gnu.org>
16741         * generic-x.el: Code cleanup: make args constant whenever possible.
16742         (installshield-statement-keyword-list)
16743         (installshield-system-functions-list)
16744         (installshield-system-variables-list, installshield-types-list)
16745         (installshield-funarg-constants-list): Make them constants.
16747         * generic.el (generic-make-keywords-list): Add autoload cookie.
16749         * calendar/time-date.el: Add comment on time value formats.
16750         Don't require parse-time.
16751         (with-decoded-time-value): New macro.
16752         (encode-time-value): New function.
16753         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16754         (days-to-time): Return a valid time value when arg is huge.
16755         (time-since): Use time-subtract.
16756         (time-to-number-of-days): Use time-to-seconds.
16758 2005-03-23  David Ponce  <david@dponce.com>
16760         * recentf.el: (recentf-keep): New option.
16761         (recentf-menu-action): Default to `find-file'.
16762         (recentf-keep-non-readable-files-flag)
16763         (recentf-keep-non-readable-files-p)
16764         (recentf-file-readable-p, recentf-find-file)
16765         (recentf-cleanup-remote): Remove.
16766         (recentf-include-p): More robust.
16767         (recentf-keep-p): New function.
16768         (recentf-remove-if-non-kept): Rename from
16769         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16770         All callers updated.
16771         (recentf-menu-items-for-commands): Fix help string.
16772         (recentf-track-closed-file): Update.  Doc fix.
16773         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16775 2005-03-23  Kim F. Storm  <storm@cua.dk>
16777         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16778         Don't inherit from fringe face (now happens automatically).
16780 2005-03-22  Kim F. Storm  <storm@cua.dk>
16782         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16783         position values.
16785 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16787         * menu-bar.el (showhide-date-time): Remove.
16788         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16789         (menu-bar-make-mm-toggle): Simplify.
16791 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16793         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16794         Accept qualified variable and function names.
16796 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16798         * bindings.el (completion-ignored-extensions):
16799         Remove ".lis" for `vax-vms'.
16801 2005-03-22  Andreas Schwab  <schwab@suse.de>
16803         * generic-x.el: Revert last change.
16804         * ldefs-boot.el: Update.
16806 2005-03-22  Jay Belanger  <belanger@truman.edu>
16808         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16809         (calc-embedded-save-original-modes)
16810         (calc-embedded-restore-original-modes): New functions.
16811         (calc-do-embedded): Save original modes when entering embedded mode
16812         and restore when leaving embedded mode.
16813         (calc-embedded-modes-change): Change the value of
16814         calc-embedded-original-modes to reflect permanent changes.
16816 2005-03-22  Lute Kamstra  <lute@gnu.org>
16818         * generic-x.el: Require generic again.
16820 2005-03-22  Miles Bader  <miles@gnu.org>
16822         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16823         Tweak details to look good on both ttys and bitmap displays, light
16824         or dark background, etc.
16826 2005-03-21  Kim F. Storm  <storm@cua.dk>
16828         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16829         mouse position.
16831 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16833         * icomplete.el: Don't forcibly turn on the mode upon load.
16834         (icomplete-mode): Use define-minor-mode.
16835         (icomplete-eoinput): Default to nil.
16836         (icomplete-minibuffer-setup): Remove autoload.
16837         (icomplete-tidy): Simplify.
16838         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16839         in the initial state or if the user has modified the field.
16840         Fix handling of icomplete-max-delay-chars.
16841         Remove code that handles the oddball case where
16842         minibuffer-completion-table is an integer.
16843         Wrap icomplete-completions in while-no-input in case building
16844         completions takes more time than expected.
16845         (icomplete-completions): Simplify.
16847 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16849         * jka-compr.el (jka-compr-really-do-compress):
16850         Make variable buffer-local.
16852         * image-mode.el: Handle .xpm files too.
16853         (image-toggle-display): Preserve modification flag.
16855         * help.el (where-is): Don't mention aliases with no key bindings.
16857 2005-03-21  Lute Kamstra  <lute@gnu.org>
16859         * generic.el: Fix commentary section.  Don't require cl for
16860         compilation.
16861         (generic-mode-list): Add autoload cookie.
16862         (generic-use-find-file-hook, generic-lines-to-scan)
16863         (generic-find-file-regexp, generic-ignore-files-regexp)
16864         (generic-mode, generic-mode-find-file-hook)
16865         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16866         (define-generic-mode): Make it a defmacro.  Fix docstring.
16867         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16868         (generic-mode-set-comments): Code cleanup.
16869         * generic-x.el: Don't prevent compilation.  Don't require generic.
16870         Follow coding conventions.  Minor code cleanup.
16871         (etc-fstab-generic-mode): Add some keywords.
16872         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16873         define-generic-mode like a function declaration.
16875 2005-03-21  Jay Belanger  <belanger@truman.edu>
16877         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16878         changing modes.
16880 2005-03-21  Sam Steingold  <sds@gnu.org>
16882         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16884 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16886         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16887         Add underscore to "f$ lexicals" regexp.
16889 2005-03-20  Juri Linkov  <juri@jurta.org>
16891         * subr.el (progress-reporter-do-update): When `min-value' is equal
16892         to `max-value', set `percentage' to 0 and prevent division by zero.
16894 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16896         Sync with Tramp 2.0.48.
16898         * net/tramp.el (all): Change all addresses to .gnu.org.
16899         (tramp-append-tramp-buffers): New defun.
16900         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16901         Catch `dont-send' signal.
16902         (tramp-set-auto-save-file-modes): Set always permissions, because
16903         there might be an old auto-saved file belonging to another
16904         original file.  This could be a security threat.  Reported by
16905         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16906         Check for Emacs 21.3.50 removed.
16908         * net/tramp-smb.el (all): Remove debug construct for
16909         `with-parsed-tramp-file-name'.
16910         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16911         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16912         No error message if DIRECTORY or FILENAME doesn't exist.
16913         (tramp-smb-open-connection): Check existence of
16914         `tramp-smb-program'.
16916 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16918         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16919         Properly handle the case where the `m' or `s' command's argument is not
16920         yet terminated.
16921         (perl-indent-new-calculate): New function.
16922         (perl-indent-line): Use it.
16924 2005-03-20  Miles Bader  <miles@gnu.org>
16926         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16927         in text-mode too.  Change to new face names.
16928         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16929         Add `:weight bold' attribute.
16930         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16932 2005-03-19  Juri Linkov  <juri@jurta.org>
16934         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16936         * international/mule.el (auto-coding-alist): Sync with
16937         `auto-mode-alist' by adding upper case archive file extensions
16938         and adding ear/war to jar extension.
16940 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16942         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16943         running, restart it.
16945 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16947         * finder.el (finder-current-item): Throw an error on an empty line.
16949         * man.el (Man-follow-manual-reference): If current-word returns
16950         nil, use "".
16952 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16954         * simple.el (goto-line): Doc fix.
16956 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16958         * files.el (save-buffer): Doc fix.
16960 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16962         * recentf.el (recentf-cleanup-remote): New variable.
16963         (recentf-cleanup): Use it to conditionally check availability of
16964         remote files.
16966 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16968         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16969         function names.
16971 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16973         * language/thai-word.el: New file.
16975 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16977         * files.el (backup-buffer): If the file's directory is not
16978         writable, use copy instead of move to backup the file.
16980 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16982         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16984 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16986         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16987         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16988         <darkman_spam@yahoo.fr>.
16989         (ps-print-version): New version 6.6.6.
16991 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16993         * textmodes/table.el (table--line-column-position): New idiom.
16994         (table--row-column-insertion-point-p): New function to test
16995         validity of row and column insertion operation at a location.
16996         (table-global-menu, table-cell-menu): Use above functions for
16997         deterministic test operation.
16998         (table--editable-cell-p): Behave in deterministic fashion.
17000 2005-03-18  Juri Linkov  <juri@jurta.org>
17002         * isearch.el (isearch-lazy-highlight-new-loop):
17003         Make arguments beg and end optional.
17004         (isearch-update): Remove optional arguments nil from
17005         isearch-lazy-highlight-new-loop.
17006         (isearch-lazy-highlight-search): Let-bind case-fold-search to
17007         isearch-lazy-highlight-case-fold-search instead of
17008         isearch-case-fold-search, and let-bind isearch-regexp to
17009         isearch-lazy-highlight-regexp.
17010         Use isearch-lazy-highlight-last-string instead of isearch-string.
17012         * replace.el (perform-replace): Remove bindings of global
17013         variables isearch-string, isearch-regexp, isearch-case-fold-search.
17014         Add three new arguments to `replace-highlight'.
17015         (replace-highlight): Add arguments string, regexp, case-fold.
17016         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17017         to allow isearch-lazy-highlight-new-loop to use these values
17018         to set corresponding isearch-lazy-highlight-* internal
17019         variables whose values lazy highlighting will use regardless of
17020         changes to global variables isearch-string, isearch-regexp,
17021         isearch-case-fold-search during lazy highlighting loop.
17022         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17023         to `lazy-highlight-cleanup'.
17025         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17026         (ispell-highlight-face): Set default face to `isearch' when
17027         lazy highlighting is enabled.
17028         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17029         priority to 1.  Add lazy highlighting.
17030         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17031         from `isearch-dehighlight'.
17033 2005-03-18  David Ponce  <david@dponce.com>
17035         * files.el (hack-local-variables): Do a case-insensitive search
17036         for End.
17038 2005-03-18  Juri Linkov  <juri@jurta.org>
17040         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17041         `isearch-lazy-highlight-cleanup', add alias to old name and
17042         declare obsolete.  Add release numbers to other obsolete vars.
17043         (isearch-done, isearch-lazy-highlight-new-loop):
17044         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17045         (lazy-highlight-cleanup) <variable>: Doc fix.
17046         (isearch-lazy-highlight-update): Rename obsolete
17047         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17049 2005-03-18  Kenichi Handa  <handa@m17n.org>
17051         * language/thai-util.el: Fix categorization of Thai characters in
17052         thai-category-table.
17053         (thai-composition-pattern): Adjust it for the above change.
17054         (thai-self-insert-command, thai-compose-syllable): New functions.
17055         (thai-compose-region): Use thai-compose-syllable.
17056         (thai-compose-string): Likewise.
17057         (thai-composition-function): Likewise.
17058         (thai-auto-composition): New function.
17059         (thai-auto-composition-mode): New minor mode.
17061         * language/thai.el: Fix patterns to be registered in
17062         composition-function-table.
17064         * international/quail.el (quail-input-method): Locally bind
17065         inhibit-modification-hooks to t.
17067 2005-03-17  Richard M. Stallman  <rms@gnu.org>
17069         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17070         (perl-mode): Use run-mode-hooks.
17072         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17073         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17074         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17076         * mail/sendmail.el (sendmail-send-it): Reenable the code
17077         to compute resend-to-address and use it.
17079         * tar-mode.el (tar-mode): Turn off undo unconditionally.
17081         * image-mode.el: New file.
17083         * image.el (insert-sliced-image): Add autoload cookie.
17085         * font-lock.el (font-lock-lines-before): New user option.
17086         (font-lock-after-change-function): Obey it.
17088         * bindings.el (esc-map): Make M-g a prefix.
17089         Bind M-g g and M-g M-g to goto-line.
17091         * faces.el (face-id): Doc fix.
17093 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17095         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17096         (rmail-show-message): Use rmail-unknown-mail-followup-to.
17097         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17099         * mail/sendmail.el (mail-yank-ignored-headers)
17100         (mail-font-lock-keywords, mail-mode-fill-paragraph):
17101         Add Mail-Followup-To and Mail-Reply-To headers.
17102         (mail-citation-hook): Add autoload cookie.
17103         (mail-mode): Doc fix.
17104         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17105         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17106         (mail-mode-fill-paragraph): Handle those headers.
17107         (mail-mailing-lists): New variable.
17108         (mail-mail-reply-to, mail-mail-followup-to): New functions.
17110 2005-03-17  Juri Linkov  <juri@jurta.org>
17112         * isearch.el (isearch-fallback): Check for `(car previous)'
17113         before calling `isearch-other-end-state'.
17115 2005-03-17  Kim F. Storm  <storm@cua.dk>
17117         * simple.el (move-beginning-of-line): Move to beginning of buffer
17118         line, as well as beginning of screen line.
17120 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
17122         * calendar/diary-lib.el (mark-diary-entries): Use new optional
17123         argument REDRAW rather than calendar-redrawing variable.
17124         * calendar/calendar.el (calendar-redrawing): Delete.
17125         (redraw-calendar): Do not bind calendar-redrawing.
17127 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
17129         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17130         diary-file buffer.
17132 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * help.el (describe-mode): Allow a :minor-mode-function property to
17135         specify a different minor mode toggle function than the variable.
17136         * simple.el (auto-fill-function):
17137         * subr.el (add-minor-mode): Use it.
17139 2005-03-16  Kenichi Handa  <handa@m17n.org>
17141         * language/ethio-util.el (sera-being-called-by-w3): New variable.
17142         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17143         (ethio-fidel-to-sera-buffer): Likewise.
17145 2005-03-16  Juri Linkov  <juri@jurta.org>
17147         * emacs-lisp/find-func.el (find-function-regexp):
17148         Add defun-emitting macro `menu-bar-make-toggle'.
17150         * isearch.el: Put `isearch-scroll' property to
17151         `split-window-horizontally'.
17153         * info.el: Update error messages for `debug-ignored-errors'.
17154         (Info-isearch-search): Doc fix.
17155         (Info-find-node): Move up code to go into info buffer before
17156         recording the node to the history.
17157         (Info-fontify-node): Fontify titles only if the next line
17158         has two or more `*', `=', `-', `.'.
17159         Display "go to this node" for empty (match-string 3).
17161 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17163         * term/mac-win.el: Add mouse pointer shape constants.
17165 2005-03-15  Kim F. Storm  <storm@cua.dk>
17167         * simple.el (move-beginning-of-line): Use vertical-motion.
17169 2005-03-15  Juri Linkov  <juri@jurta.org>
17171         * isearch.el (isearch-error): New variable.
17172         (isearch-invalid-regexp, isearch-within-brackets): Remove.
17173         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17174         (isearch-within-brackets-state): Remove.
17175         (isearch-case-fold-search-state, isearch-pop-fun-state):
17176         Decrease frame index.
17177         (isearch-mode, isearch-top-state, isearch-push-state)
17178         (isearch-edit-string, isearch-abort, isearch-search-and-update)
17179         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17180         (isearch-search, isearch-lazy-highlight-new-loop):
17181         Replace `isearch-invalid-regexp' with `isearch-error'.
17182         Remove `isearch-within-brackets'.
17183         (isearch-search): Add `search-failed' handler to `condition-case'.
17184         (isearch-lazy-highlight-search): Add `condition-case' to catch
17185         errors and allow `isearch-lazy-highlight-update' to try
17186         highlighting from the beginning of the window.
17187         (isearch-repeat): Move up code to set isearch-wrapped to t
17188         before calling isearch-wrap-function.
17190         * info.el (Info-isearch-initial-node): New internal variable.
17191         (Info-search): Signal an error in isearch mode when search leaves
17192         the initial node.  Signal an error when `bound' is non-nil and
17193         nothing was found in the current subfile.
17194         (Info-isearch-search): Remove `condition-case'.
17195         (Info-isearch-wrap): Don't wrap when search failed during leaving
17196         the initial node.  If `Info-isearch-search' is nil, wrap around
17197         the current node.
17198         (Info-isearch-start): New fun.
17199         (Info-mode): Add buffer-local hook `Info-isearch-start' to
17200         `isearch-mode-hook'.
17202 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17204         * simple.el (normal-erase-is-backspace): Set default to t if
17205         running on Mac.
17207         * term/mac-win.el (function-key-map): Sync with x-win.el.
17209 2005-03-15  Kenichi Handa  <handa@m17n.org>
17211         * international/mule-cmds.el (locale-language-names): Modify the
17212         format of elements and add more entries.
17213         (locale-preferred-coding-systems): Add more entries.
17214         (set-locale-environment): Adjust for the change of
17215         locale-language-names.
17217 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17219         * pcvs.el (smerge-ediff): Remove bogus autoload.
17221 2005-03-14  Lute Kamstra  <lute@gnu.org>
17223         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17224         Ignore a `*' at the beginning of a line.
17226         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17227         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17228         subr.el.
17229         (dont-compile, eval-when-compile, eval-and-compile): Use declare
17230         to specify indentation.
17232         * generic.el (define-generic-mode): Let generic-mode-list be a
17233         list of strings; test membership with equal.
17235 2005-03-14  Kim F. Storm  <storm@cua.dk>
17237         * simple.el (next-line, previous-line): Add optional try-vscroll
17238         arg to recognize interactive use.  Pass it on to line-move.
17239         (line-move): Don't perform auto-window-vscroll when defining or
17240         executing keyboard macro to ensure consistent behavior.
17242 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17244         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
17246 2005-03-13  Lute Kamstra  <lute@gnu.org>
17248         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
17249         debugger-setup-buffer so that backtrace marks the frames set to
17250         debug-on-exit and we don't have to do it manually.  Set an extra
17251         debug-on-exit for macro's.
17252         (debugger-setup-buffer): Don't mark the top frame manually.
17254 2005-03-12  Lute Kamstra  <lute@gnu.org>
17256         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
17257         lisp-indent-function throughout.
17258         (with-no-warnings): Set lisp-indent-function property.
17260 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
17262         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
17263         Add entry for backslash.
17265 2005-03-12  Juri Linkov  <juri@jurta.org>
17267         * info.el (Info-search): Four fixes for backward search.
17269 2005-03-11  Jay Belanger  <belanger@truman.edu>
17271         * calc/calc.el (calc-language-alist): New variable.
17272         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
17273         (calc-embedded-find-modes): Use calc-language-alist instead of
17274         calc-embedded-language-alist.
17276 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17278         * calendar/calendar.el (calendar-redrawing): New internal
17279         variable.
17280         (redraw-calendar): Remove bogus save-excursion from previous
17281         change.  Bind calendar-redrawing to t for mark-diary-entries.
17282         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17283         calendar if that is why we were called.
17285 2005-03-11  Kenichi Handa  <handa@m17n.org>
17287         * international/mule.el (make-coding-system): Set property
17288         coding-system-define-form to nil.
17289         (define-coding-system-alias): Likewise.
17291 2005-03-11  Kenichi Handa  <handa@m17n.org>
17293         These changes are suggested by Dave Love <fx@gnu.org>.
17295         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17296         coding: tag.
17297         (adaptive-fill-regexp): Add more bullets.
17298         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17299         regexps.
17301 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17303         * help.el (describe-mode): Properly handle non-trivial lighters.
17304         Don't ignore minor modes that are not listed in minor-mode-list.
17306         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17307         feature ON when the user requests to turn it OFF.
17309 2005-03-10  Lute Kamstra  <lute@gnu.org>
17311         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17312         (implement-debug-on-entry): New function to replace debug-entry-code.
17313         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17314         second argument as the 2005-03-07 change makes it obsolete.
17315         (debug-on-entry, cancel-debug-on-entry): Update call to
17316         debug-on-entry-1.
17317         (debug, debugger-setup-buffer): Comment update.
17318         (debugger-frame-number): Update to work with implement-debug-on-entry.
17320 2005-03-10  Jay Belanger  <belanger@truman.edu>
17322         * calc/calc-embed.el (math-ms-args): Declare it.
17323         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17324         math-ms-args.
17325         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17326         variables.
17328 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17330         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17331         Use message-box.
17333         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17334         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17335         (tooltip-gud-tips): Simplify.
17336         (tooltip-gud-tips-p): Remove superfluous :set.
17337         (tooltip-gud-modes): Add fortran-mode.
17338         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17340         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17342 2005-03-09  Kim F. Storm  <storm@cua.dk>
17344         * play/animate.el (animate-place-char): Use forward-line instead
17345         of next-line to improve performance.
17347 2005-03-09  Simon Josefsson  <jas@extundo.com>
17349         * net/browse-url.el (browse-url-default-browser): Doc fix.
17351 2005-03-09  Miles Bader  <miles@gnu.org>
17353         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17354         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17356 2005-03-09  Kenichi Handa  <handa@m17n.org>
17358         * international/latin-1.el: Set case and syntax for 255 only if
17359         set-case-syntax-set-multibyte is nil.
17361         * textmodes/ispell.el (ispell-insert-word): New function.
17362         (ispell-word): Use ispell-insert-word to insert a new word.
17363         (ispell-process-line): Likewise.
17364         (ispell-complete-word): Likewise.
17366 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17368         * calendar/calendar.el (redraw-calendar): Preserve point.
17369         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17370         (calendar-week-start-day): Move after definition of
17371         redraw-calendar.  Delete buffer test, since redraw-calendar has
17372         that now.
17374         * calendar/diary-lib.el (mark-diary-entries): Only call
17375         redraw-calendar in the first of any recursive calls.
17376         Reported by Alan Shutko <ats@acm.org>.
17378 2005-03-08  Juri Linkov  <juri@jurta.org>
17380         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17381         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17382         (html-radio-buttons): Add a space before the trailing `/>' where
17383         sgml-xml-mode is non-nil.
17384         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17385         the subsequent tag of the empty XML tag.
17386         (html-href-anchor): Don't set initial input to "http:".
17387         (html-image): Ask for the image URL and set point inside alt="".
17388         (html-name-anchor): Duplicate the name in the `id' attribute when
17389         sgml-xml-mode is non-nil.
17390         (html-paragraph): Remove \n before <p>.
17391         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17392         instead of `checked' when sgml-xml-mode is non-nil.
17394         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17395         Remove 1 space before #RRGGBB to not truncate it on terminal
17396         windows w/o fringes.  Remove 1 space between bg and fg examples
17397         to get more space.
17398         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17399         avoid byte-compile warnings.
17401         * image-file.el (image-file-handler): Put `safe-magic' property to
17402         `image-file-handler'.
17404         * info.el (Info-isearch-search): Emulate word search in
17405         isearching through multiple Info nodes with Info-search.
17406         (Info-isearch-wrap): Allow isearch-word.
17408 2005-03-08  Lute Kamstra  <lute@gnu.org>
17410         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17411         stepping into the debugger's code is not possible.
17412         (debugger-jumping-flag): Docstring update.
17414 2005-03-08  Jay Belanger  <belanger@truman.edu>
17416         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17417         embedded mode begins.
17418         (calc-embedded-language-alist): New variable.
17419         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17420         set default language mode.
17422 2005-03-08  Kenichi Handa  <handa@m17n.org>
17424         * international/ccl.el (define-ccl-program): Fix docstring about
17425         extra 256 bytes assured for the output buffer.
17427         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17428         Fix BUFFER_MAGNIFICATION to 2.
17429         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17431 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17433         * align.el (align-rules-list): Added an alignment rule for CSS
17434         declarations (applies to css-mode and html-mode buffers).
17436 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17438         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17440 2005-03-07  Kim F. Storm  <storm@cua.dk>
17442         * simple.el (move-beginning-of-line): New command.
17444         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17446         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17448         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17449         and move-beginning-of-line.
17451         * apropos.el (apropos-print): Omit command from M-x ... RET.
17453 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17455         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17456         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17458 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17460         * bindings.el (esc-map): Bind M-g to goto-line.
17462         * facemenu.el (global-map): Bind M-o, not M-g.
17464 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17466         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17467         "Open Directory" as for "Open File".
17469 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17471         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17472         (push-mark-command): Run activate-mark-hook.
17474 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17476         * help-mode.el (help-mode-finish): Don't alter the element
17477         in view-return-to-alist if there already is one.
17479         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17480         make sure the current buffer is the expected one.
17482         * novice.el (disabled-command-function): Output in *Disabled Command*.
17483         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17485         * textmodes/flyspell.el (flyspell-large-region):
17486         Pass args differently for aspell.
17488         * files.el (mode-require-final-newline): Doc fix.
17490 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17492         * progmodes/which-func.el (which-function):
17493         Specify NOERROR when calling imenu--make-index-alist.
17495 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17497         * simple.el (normal-erase-is-backspace): Define default value.
17499         * custom.el (custom-theme-set-variables): Remove unused var
17500         `immediate'.
17501         (custom-reevaluate-setting): Simple function to handle variables
17502         that are defined before their default value can really be
17503         computed.
17505         * startup.el (command-line): Use it for temporary-file-directory,
17506         small-emporary-file-directory, auto-save-file-name-transforms,
17507         blink-cursor-mode, and normal-erase-is-backspace.
17509         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17510         progress, even with buggy anchored keywords.
17512 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17514         * simple.el (goto-line): Remove unbalanced final parenthesis.
17516 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17518         * simple.el (goto-line): Use a number at point as the default.
17519         With C-u as arg, switch buffers.
17521 2005-03-05  Juri Linkov  <juri@jurta.org>
17523         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17524         with `no-blinking-cursor'.
17526         * startup.el (no-blinking-cursor): New defvar.
17527         (command-line): Add `--no-blinking-cursor' to longopts.
17528         Set `no-blinking-cursor' to t for command line arguments
17529         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17530         with `no-blinking-cursor' in the condition for calling
17531         `blink-cursor-mode'.
17533 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17535         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17536         (menu-bar-options-save): Add blink-cursor-mode.
17537         (menu-bar-options-menu): Add blink-cursor-mode.
17539 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17541         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17542         (icalendar-export-file, icalendar-export-region)
17543         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17544         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17546 2005-03-04  Lute Kamstra  <lute@gnu.org>
17548         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17549         (debug-function-list): Ditto.
17551 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17553         * textmodes/texinfmt.el (texinfo-append-refill):
17554         Redefine the types of line to which @refill
17555         is not appended by replacing a search for `@refill\\|@bye' with
17556         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17557         itemize@refill' bug and the unfilled long lines bug.
17558         (texinfmt-version): Update number and date.
17560 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17562         * international/code-pages.el (windows-1250, windows-125[2-8])
17563         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17565 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17567         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17568         bound yet.
17570 2005-03-02  Romain Francoise  <romain@orebokech.com>
17572         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17573         buffer after removing limits.
17574         (ibuffer-pop-filter): Ditto.
17575         Update copyright.
17577 2005-03-02  Miles Bader  <miles@gnu.org>
17579         * button.el (make-text-button): If the user doesn't specify a
17580         type, use the default.  Rewrite to use `add-text-properties' and
17581         plist functions.
17583 2005-03-01  Lute Kamstra  <lute@gnu.org>
17585         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17586         (debugger-jumping-flag): New var.
17587         (debug-entry-code): Use it.
17588         (debugger-jump): Use debugger-jumping-flag and add
17589         debugger-reenable to post-command-hook.
17590         (debugger-reenable): Use debugger-jumping-flag and remove itself
17591         from post-command-hook.
17592         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17593         debugger-reenable.
17595 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17597         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17598         inclusion of "itemize\\|", which may be unnecessary, is certainly
17599         inelegant, and stops refilling in itemize lists when formatting
17600         Japanese Texinfo files to Info.
17601         Update copyright to 2005.
17603 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17605         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17606         of an error if GDB can't find the source file.
17608 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17610         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17611         not just the calendar.
17613         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17614         first.
17615         (diary-redraw-calendar): New function.
17616         (make-diary-entry): Add diary-redraw-calendar to local
17617         write-contents-functions.  Turn off selective display before
17618         inserting in diary.
17620 2005-03-01  Kim F. Storm  <storm@cua.dk>
17622         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17624 2005-03-01  Lute Kamstra  <lute@gnu.org>
17626         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17627         that debug-entry-code can be safely removed from a function while
17628         this code is being evaluated.  Revert the 2005-02-27 change as the
17629         new implementation no longer requires it.  Make sure that a
17630         function body containing just a string is not mistaken for a docstring.
17631         (debug): Skip one more frame in case of debug on entry.
17632         (debugger-setup-buffer): Delete one more frame line in case of
17633         debug on entry.
17634         (debugger-frame-number): Update to use the new text introduced by
17635         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17637 2005-02-28  Kim F. Storm  <storm@cua.dk>
17639         * double.el (double-translate-key): Call force-window-update after
17640         read-event to avoid crash in redisplay.
17642 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17644         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17645         (debug): Use it.  Move the inhibit-trace earlier.
17646         (debug-entry-code): New const.
17647         (debug-on-entry-1): Use it.
17649 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17651         * international/utf-16.el (ccl-encode-mule-utf-16le):
17652         Fix BUFFER_MAGNIFICATION to 2.
17653         (ccl-encode-mule-utf-16be): Likewise.
17655 2005-02-28  Kenichi Handa  <handa@m17n.org>
17657         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17658         Fix BUFFER_MAGNIFICATION to 4.
17659         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17661 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17663         * speedbar.el (speedbar-update-flag): Doc fix.
17664         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17665         argument.
17667 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17669         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17670         have a non-nil `invisible' property but are actually visible.
17672         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17673         for perldoc sections.
17674         (perl-outline-regexp, perl-outline-level): New var and function.
17675         (perl-mode): Use them.
17677 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17679         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17680         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17682 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17684         * cus-edit.el: Comment change.
17685         (custom-buffer-create-internal): Slightly reword text at top of
17686         Custom buffers.  Mention there that saving an option edits the
17687         init file.  Add link to Emacs manual node on `custom-file'.
17688         (custom-magic-alist): Rewrite individual State messages to use
17689         capitalized keywords.  Doc fix.
17691 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17693         * calendar/calendar.el (calendar-buffer): Move above
17694         calendar-week-start-day.
17695         (calendar-week-start-day): Doc fix.  Add :set function.
17696         (calendar-minimum-window-height): New variable.
17697         (generate-calendar-window): Only resize window if selected-window
17698         is displaying the calendar buffer.  Use new variable
17699         calendar-minimum-window-height.
17700         (generate-calendar): Reword error message.
17701         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17703 2005-02-27  Andreas Schwab  <schwab@suse.de>
17705         * vc.el (vc-do-command): Don't run command asynchronously when
17706         operating in a remote directory.
17708         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17709         change from sync with Tramp 2.0.47.
17711 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17713         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17715         * textmodes/flyspell.el (flyspell-mode-on):
17716         Call ispell-change-dictionary only if necessary.
17718         * emacs-lisp/re-builder.el (regexp-builder): New function.
17720         * register.el (describe-register-1): Explicitly handle
17721         yank-excluded-properties = t.
17723         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17724         (custom-magic-alist): Change the status descriptions again.
17725         (face widget-type): Total rewrite based on `restricted-sexp'
17726         to eliminate the confusing double hiding levels.
17728         * emacs-lisp/debug.el (debug-on-entry-1):
17729         If function body is empty, add nil as body form.
17731 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17733         * emacs-lisp/trace.el (inhibit-trace): New var.
17734         (trace-make-advice): Use it.
17736         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17738 2005-02-26  Kim F. Storm  <storm@cua.dk>
17740         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17741         (mouse-on-link-p, mouse-drag-region-1): Use it.
17743 2005-02-25  Lute Kamstra  <lute@gnu.org>
17745         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17747 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17749         * frame.el (blink-cursor-mode): Add :group keyword.
17751 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17753         * calendar/icalendar.el (icalendar--decode-isodatetime):
17754         New optional argument DAY-SHIFT.
17755         (icalendar-export-region): Fix coding-system-for-write.
17756         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17757         events by one.
17759 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17761         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17763 2005-02-24  Kim F. Storm  <storm@cua.dk>
17765         * international/iso-acc.el (iso-accents-compose): Fix crash
17766         during redisplay.  Call force-window-update after read-event
17767         and delete-region to signal that window is not accurate.
17769 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17771         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17772         Remove unused and inexistent var `inhibit-trace'.
17773         (debugger-mode): Use run-mode-hooks.
17774         (debugger-list-functions): Add buttons; setup xref stack.
17776 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17778         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17779         appointment says it was explicitly made.
17780         (appt-add): Set the 3rd element.
17781         (appt-make-list): Preserve explicit appointments.
17783         * subr.el (find-tag-default): Catch errors in forward-sexp.
17785 2005-02-23  Juri Linkov  <juri@jurta.org>
17787         * info.el (Info-isearch-search): New defcustom.
17788         (Info-isearch-search): Call the default isearch function
17789         when Info-isearch-search is nil.
17790         (Info-isearch-wrap): Use variable Info-isearch-search.
17792 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17794         * cus-edit.el: Comment change.
17796 2005-02-22  Kim F. Storm  <storm@cua.dk>
17798         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17799         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17801 2005-02-22  Simon Josefsson  <jas@extundo.com>
17803         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17804         New variable.
17805         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17806         Oskarsson" <myrkraverk@users.sourceforget.net>.
17808 2005-02-22  Kim F. Storm  <storm@cua.dk>
17810         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17811         check that window of that event is the selected window.
17812         (mouse-drag-region-1): Compare mouse event window to selected
17813         window before setting point.
17815         * tooltip.el (tooltip-show-help-function): Pass event to
17816         mouse-on-link-p so it can check selected window.
17818 2005-02-22  Kenichi Handa  <handa@m17n.org>
17820         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17821         (ps-mule-show-warning): New function.
17822         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17823         characters are found.
17825         * ps-print.el (ps-header-footer-string): Return a list of header
17826         and footer strings.
17828 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17830         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17832 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17834         * frame.el (blink-cursor-mode): Use define-minor-mode.
17836         * term/mac-win.el (function-key-map): Use char-names more consistently.
17837         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17838         already handled in mule-cmds.el (where it also works when mac-win.el
17839         is not used).
17841 2005-02-21  Kenichi Handa  <handa@m17n.org>
17843         * international/mule.el (ctext-pre-write-conversion): Always use
17844         " *code-converting-work*" buffer for work.
17846         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17848 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17850         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17852 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17854         * ses.el (undo-more): Restore defadvice, but only the part that
17855         allows changes outside the restricted area of the buffer.
17857 2005-02-20  Kim F. Storm  <storm@cua.dk>
17859         * simple.el (line-move): Add fourth optional arg try-vscroll which
17860         must be set to perform auto-window-vscroll.
17861         When moving backwards and doing auto-window-vscroll, automatically
17862         vscroll to the last part of lines which are taller than the window.
17863         (next-line, previous-line): Set try-vscroll arg on line-move.
17865 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17867         * replace.el (query-replace, query-replace-regexp)
17868         (replace-string, replace-regexp): When operating on region, make
17869         the minibuffer prompt say so.
17871         * isearch.el (isearch-forward): Document isearch-query-replace and
17872         isearch-query-replace-regexp keybindings.
17874 2005-02-19  Jay Belanger  <belanger@truman.edu>
17876         * calc/calc-aent.el (math-read-token): Add local variable.
17878         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17879         (calc-edit-top): Move declaration to earlier in file.
17880         (calc-edit-macro-repeats): Add local variables.
17882         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17883         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17884         calcFunc-tanh.
17885         Adjust integration rule for calcFunc-tan.
17887 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17889         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17890         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17891         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17892         (viper-skip-separators): Bug fix.
17893         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17894         particular major mode.
17895         (viper-del-backward-char-in-replace): Don't put deleted char on the
17896         kill ring.
17898         * viper-ex.el (viper-color-display-p): New function.
17899         (viper-has-face-support-p): Use viper-color-display-p.
17901         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17903         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17905         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17906         (viper-file-remote-p): Make equivalent to file-remote-p.
17908         * viper.el (viper-major-mode-modifier-list):
17909         Use viper-gnus-modifier-map.
17911 2005-02-19  David Kastrup  <dak@gnu.org>
17913         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17914         quoting.
17916 2005-02-19  Jay Belanger  <belanger@truman.edu>
17918         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17919         Remove extra definitions.
17920         (calc-coth): New function.
17921         (calcFunc-cot): Fix `let'.
17923 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17925         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17926         the reasons we use "type pc" in these faces.
17928         * button.el (button): Ditto.
17930 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17932         * replace.el (query-replace-read-from): Set the value of
17933         query-replace-from-history-variable to handle the case of an empty
17934         string entered to accept the suggested default.
17936         * net/tramp.el (tramp-file-name-for-operation):
17937         Use dired-call-process instead of dired-call-process-command.
17939 2005-02-19  Jay Belanger  <belanger@truman.edu>
17941         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17942         (math-div-non-trig): New variables.
17943         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17944         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17945         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17946         trig expressions.
17948 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17950         * progmodes/gdb-ui.el (gdb-var-update-handler)
17951         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17952         for watch expressions,
17953         (gdb-var-create-handler): Don't set speedbar-update-flag.
17954         (gdb-post-prompt): Simplify test for speedbar.
17956 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17958         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17959         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17960         we use the syntax table of the correct buffer.
17961         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17962         Felix Gatzemeier.
17964         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17965         (ediff-file-remote-p): Make synonymous with file-remote-p.
17966         In all deffaces ediff-*-face-*, use min-colors.
17968         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17969         ediff-recurse-to-subdirectories.
17970         (ediff-mark-if-equal): Check that the arguments are strings, use
17971         ediff-same-contents (after to Felix Gatzemeier).
17973         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17974         nil.
17976 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17978         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17980 2005-02-18  David Kastrup  <dak@gnu.org>
17982         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17983         use `mark-active' when defined.
17985 2005-02-18  Kenichi Handa  <handa@m17n.org>
17987         * ps-print.el (ps-font-info-database): New entry
17988         ZapfChancery-MediumItalic with correct font name.  Fix font name
17989         of the entry Zapf-Chancery-MediumItalic.
17991 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17993         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17995 2005-02-16  Kim F. Storm  <storm@cua.dk>
17997         * ido.el (ido-fallback-command): Pass user input to fallback command.
17999 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
18001         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18002         (gdb-find-file-hook): Add server prefix.
18004 2005-02-16  Richard M. Stallman  <rms@gnu.org>
18006         * replace.el (perform-replace): Pass new args to replace-highlight.
18007         (replace-highlight): Take region args,
18008         and pass them to isearch-lazy-highlight-new-loop.
18010         * novice.el (disabled-command-hook): Autoload the defalias
18011         and the make-obsolete-variable call.
18013         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18015         * isearch.el (isearch-lazy-highlight-start-limit)
18016         (isearch-lazy-highlight-end-limit): New variables limit
18017         the region for highlighting.
18018         (isearch-lazy-highlight-new-loop): New args BEG and END.
18019         (isearch-lazy-highlight-search): Use the new vars.
18020         (isearch-lazy-highlight-update): Likewise.
18022         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18024         * cus-start.el (all): Use default-boundp.
18026 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
18028         * menu-bar.el (menu-bar-select-frame): Handle current frame.
18030 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
18032         * autorevert.el (auto-revert-stop-on-user-input)
18033         (auto-revert-verbose): Doc fixes.
18035 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
18037         * international/mule-cmds.el (set-locale-environment): Remove call
18038         to set-selection-coding-system on Windows.
18040 2005-02-15  Jay Belanger  <belanger@truman.edu>
18042         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18043         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18044         calcFunc-coth.
18045         (math-simplify-sqrt): Add simplifications.
18047         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18048         to list.
18050         * calc/calc-ext.el: Add functions to autoloads.
18052         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18053         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18054         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18055         (math-csc-raw, math-cot-raw): New functions.
18057         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18059         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18060         the variable name in a message.
18062         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18063         calcFunc-csc, calcFunc-cot.
18065         * calc/calcalg2.el: Add derivative and integration rules for
18066         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18067         calcFunc-csch, calcFunc-coth.
18068         (math-do-integral-methods): Add to checks for when to use
18069         substitutions.
18071         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18073 2005-02-15  Lute Kamstra  <lute@gnu.org>
18075         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18076         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
18077         <monnier@iro.umontreal.ca>
18078         (lisp-outline-level): Improve efficiency.  Suggested by David
18079         Kastrup <dak@gnu.org>.
18081 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
18083         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18084         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18085         (gdb-set-gud-minor-mode-existing-buffers): New functions.
18086         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
18087         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18089 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
18091         * cus-start.el (all): Comment change.
18093 2005-02-14  Lute Kamstra  <lute@gnu.org>
18095         * cus-start.el (all): Check if symbol is void.
18097 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
18099         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18100         optional argument to \cite.
18102 2005-02-14  Richard M. Stallman  <rms@gnu.org>
18104         * cus-edit.el (custom-buffer-create-internal): Update help message.
18105         (custom-magic-alist): Update help messages.
18107         * cus-start.el (all): Allow a var to specify a standard value.
18109 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
18111         * custom.el (custom-theme-set-variables): Handle variable aliases.
18113         * frame.el (blink-cursor-timer): Doc fix.
18114         (blink-cursor): Make it an alias for `blink-cursor-mode' and
18115         declare obsolete.
18116         (blink-cursor-mode): Define with defcustom and use correct
18117         standard expression in that defcustom.
18118         * startup.el (command-line): Adapt to above changes in frame.el.
18120 2005-02-11  Lute Kamstra  <lute@gnu.org>
18122         * apropos.el (apropos-score-doc): Prevent division by zero.
18124 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
18126         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18127         (icalendar--get-event-property-attributes)
18128         (icalendar--get-event-properties)
18129         (icalendar--datetime-to-diary-date): New functions.
18130         (icalendar--split-value): Doc fix.
18131         (icalendar--datetime-to-noneuropean-date)
18132         (icalendar--datetime-to-european-date): New optional argument
18133         SEPARATOR.  Return result as a string instead of a list.
18134         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18135         (icalendar--convert-string-for-export): Rename arg S to STRING.
18136         (icalendar-export-region): Doc fix.  Change name of error buffer.
18137         Save output buffer.
18138         (icalendar-import-file): Add blank at end of prompt.
18139         (icalendar-import-buffer): Doc fix.  Do not switch to error
18140         buffer.  Indicate status in return value.
18141         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
18142         buffer.  Save output buffer.  Handle exception from recurrence
18143         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
18144         events.  Fix problems with weekly all-day events.
18146 2005-02-10  Richard M. Stallman  <rms@gnu.org>
18148         * simple.el (eval-expression-print-format):
18149         Avoid warning about edebug-active.
18151         * help.el (help-for-help-internal): Rename from help-for-help.
18152         (help-for-help): Define with defalias.
18154         * font-core.el (font-lock-default-function): Use with-no-warnings.
18156         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18158         * custom.el (defface): Doc fix.
18160 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
18162         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18163         width 0" to prevent word wrapping problems.
18165 2005-02-09  Kim F. Storm  <storm@cua.dk>
18167         * ido.el (ido-file-extensions-order): New defcustom.
18168         (ido-file-extension-lessp, ido-file-extension-aux)
18169         (ido-file-extension-order): New advanced file ordering.
18170         (ido-file-lessp): New simple file ordering.
18171         (ido-sort-list): Remove.
18172         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18173         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18175 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
18177         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18178         that some versions of grep produce.
18179         (grep-mode-font-lock-keywords): Likewise.
18181 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
18183         * progmodes/gdb-ui.el (gdb-location-list): New variable.
18184         (gdb-cdir): Delete.
18185         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18186         (gdb-source-info): Treat case when source file is in another
18187         directory properly.
18188         (gdb-get-location): New function.
18190 2005-02-07  Jay Belanger  <belanger@truman.edu>
18192         * calc/calc-prog.el (calc-write-parse-table-part)
18193         (calc-fix-token-name): Fix a check for language type.
18195         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18197 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
18199         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18200         as directory not writable.
18202 2005-02-07  Kim F. Storm  <storm@cua.dk>
18204         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18205         (cua--standard-movement-commands): Remove list.
18206         Instead, set CUA property value to move for movement commands.
18207         (cua-movement-commands): Remove.  Users must set CUA prop instead.
18208         (cua--pre-command-handler): Check CUA property.
18209         (cua--init-keymaps): Don't remap undo commands.
18210         (cua-mode): Don't call cua--rectangle-on-off.
18212         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18213         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18214         (cua--rect-undo-set-point): New var.
18215         (cua--rectangle-undo-boundary): Setup undo apply entry.
18216         (cua--rect-undo-handler): New function for rectangle undo.
18217         (cua--rect-start-position, cua--rect-end-position): Add.
18218         (cua--rectangle-post-command): Call cua--rectangle-set-corners
18219         for restored rectangle.  Set point if cua--rect-undo-set-point.
18221 2005-02-06  Jay Belanger  <belanger@truman.edu>
18223         * calc/calc-lang.el (calc-tex-language): Display more information
18224         in messages.
18226         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18227         in TeX mode.
18229 2005-02-06  Richard M. Stallman  <rms@gnu.org>
18231         * emacs-lisp/lisp.el (buffer-end): Doc fix.
18233 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
18235         * net/ldap.el (ldap-search-internal): Support attributes with
18236         optional descriptions separated by a semi-colon, as in
18237         "userCertificate;binary".
18239 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18241         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
18242         isn't a cons (i.e. the version is 0).
18244 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
18246         * help.el (help-for-help): Doc fix.
18248 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
18250         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
18251         GDB-Windows on the menu-bar as this works better.
18253 2005-02-04  Jay Belanger  <belanger@truman.edu>
18255         * calc/calc-embed.el (calc-embedded-update): Don't put in
18256         unnecessary newlines.  Adjust the end of formula marker.
18258         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
18259         (math-latex-parse-two-args): New function.
18261 2005-02-03  Lute Kamstra  <lute@gnu.org>
18263         * help-fns.el (help-with-tutorial): Make sure that users cannot
18264         remove the entire text of the tutorial by means of `undo'.
18266 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18268         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
18269         in recent changes, where the ispell process was repeatedly
18270         killed & restarted.
18272         * international/mule-cmds.el (set-locale-environment): Set file-name
18273         coding system to utf-8 on Darwin systems.
18274         (set-default-coding-systems): Don't set default-file-name-coding-system
18275         on Darwin systems.
18277 2005-02-03  Richard M. Stallman  <rms@gnu.org>
18279         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18281 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18283         * faces.el (list-faces-display): Add optional argument.
18285 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * font-core.el (font-lock-default-function): Handle the rare case where
18288         only font-lock-keywords is set.
18290 2005-02-02  Kenichi Handa  <handa@m17n.org>
18292         * international/characters.el: Cancel previous change for
18293         I-WITH-DOT-ABOVE and DOTLESS-i.
18295         * international/latin-5.el: Cancel previous change.
18297 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18299         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18301 2005-02-02  Kenichi Handa  <handa@m17n.org>
18303         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18304         DOTLESS-i.
18306         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18307         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18309         * case-table.el (get-upcase-table): New function.
18310         (copy-case-table): Copy upcaes table too if non-nil.
18311         (set-case-syntax-delims): Maintain upcase table too.
18312         (set-case-syntax-pair): Likewise.
18313         (set-upcase-syntax, set-downcase-syntax): New functions.
18314         (set-case-syntax): Maintain upcase table too.
18316 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18318         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18320         * progmodes/gud.el (gud-goto-info): New function.
18321         (gud-tool-bar-map): Use correct icon.
18323 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18325         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18326         When delegating, order args in the funcall correctly.
18328 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18330         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18332 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18334         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18335         buffer not visiting a file.
18337 2005-01-31  Jay Belanger  <belanger@truman.edu>
18339         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18340         bound on the line with the formula.
18342 2005-01-31  Kim F. Storm  <storm@cua.dk>
18344         * ses.el (ses-create-cell-variable-range)
18345         (ses-destroy-cell-variable-range, ses-reset-header-string)
18346         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18347         (ses-insert-row): Fix format of apply undo entries.
18349 2005-01-31  Jay Belanger  <belanger@truman.edu>
18351         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18352         parts.
18354         * calc/calc-embed.el (calc-embedded-open-formula)
18355         (calc-embedded-close-formula): Ignore matrix environments.
18357         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18358         TeX mode.
18360         * calc/calc-lang.el (math-function-table, math-oper-table)
18361         (math-variable-table): Adjust the LaTeX portions.
18363         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18364         (math-latex-ignore-words): New constant.
18366 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18368         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18369         (ispell-local-dictionary): Doc fix.
18370         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18371         Don't reinitialize at run time.  Don't defcustom.
18372         All uses changed to append ispell-local-dictionary-alist,
18373         or check it first.
18374         (ispell-current-dictionary): New variable for dictionary in use.
18375         (ispell-dictionary): Now used only for global default.
18376         (ispell-start-process): Set ispell-current-dictionary,
18377         not ispell-dictionary.
18378         (ispell-change-dictionary): Use this only for setting
18379         user preferences.
18380         (ispell-internal-change-dictionary): New function
18381         to change the current dictionary in use.
18382         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18383         Use ispell-current-dictionary.
18384         Handle ispell-local-dictionary-overridden.
18385         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18387 2005-01-31  Jay Belanger  <belanger@truman.edu>
18389         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18391         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18392         (calc-mode-map): Add calc-latex-language.
18394         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18395         (math-latex-print-frac): New functions.
18396         (math-oper-table, math-function-table, math-variable-table)
18397         (math-complex-format, math-input-filter): Add latex properties.
18398         (calc-set-language): Set math-expr-special-function-mapping.
18400         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18401         (calc-write-parse-table-part): Add LaTeX support.
18403         * calc/calc.el (calc-language): Adjust docstring.
18404         (calc-set-mode-line): Add LaTeX support.
18405         (math-expr-special-function-mapping): New variable.
18406         (math-tex-ignore-words): Add to list.
18408         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18409         Add LaTeX support.
18410         (math-compose-expr): Add support for special functions.
18412         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18414 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18416         * progmodes/gdb-ui.el (gdb-memory-address)
18417         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18418         (gdb-memory-mode-map, gdb-memory-format-keymap)
18419         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18420         (gdb-memory-unit-menu): New variables for a buffer
18421         that lets the user examine program memory.
18422         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18423         (gdb-memory-format-binary, gdb-memory-format-octal)
18424         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18425         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18426         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18427         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18428         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18429         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18430         (gdb-memory-mode, gdb-memory-buffer-name)
18431         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18432         New functions for above buffer.
18434 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18436         * cus-edit.el (custom-bury-buffer): Function deleted.
18437         (custom-buffer-done-function): Option deleted.
18438         (custom-buffer-done-kill): New replacement option.
18439         (Custom-buffer-done): Call quit-window.
18440         (custom-buffer-create-internal): Update for above changes.
18442 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18444         * simple.el (undo-ask-before-discard): New var.
18445         (undo-outer-limit-truncate): Implement it.
18446         (undo-extra-outer-limit): Doc update.
18448 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18450         * ses.el (undo-more): Delete defadvice.
18451         (ses-begin-change): Doc fix.
18453         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18454         instead of rebinding C-x u and C-_.
18456         * files.el (normal-backup-enable-predicate): Return nil for files
18457         in /tmp, regardless of temporary-file-directory.
18459         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18461         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18462         (open-rectangle, delete-whitespace-rectangle-line)
18463         (clear-rectangle-line): If FILL, pass t instead of FILL
18464         for move-to-column's 2nd arg.
18466         * simple.el (undo): Fix the test for continuing a series of undos.
18467         (undo-more): Set pending-undo-list to t when we reach end.
18468         (pending-undo-list): Move up defvar.
18470         * wid-edit.el (widget-button-click):
18471         Shorten the range of the track-mouse binding.
18473         * comint.el (comint-insert-input): Undo previous changes;
18474         use last-input-event in interactive spec.
18476 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18478         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18479         to nil before invoking call-process.  Reset buffer's modified flag
18480         after fontifying it in the no-async branch.
18482         * wid-edit.el (widget-specify-button): If mouse pointer shape
18483         cannot be changed, use mouse face instead.
18485 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18487         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18488         (gdb-goto-breakpoint): Make breakpoint handling work on template
18489         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18490         (gdb-assembler-custom): Update to recognize breakpoint information
18491         added on 2005-01-19.
18493 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18495         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18496         (dsssl-mode): Use define-derived-mode.
18497         (scheme-mode-initialize): Remove.
18498         (scheme-mode): Use run-mode-hooks.
18500         * cus-edit.el (customize-group-other-window)
18501         (custom-buffer-create-other-window): Don't override special-display-*.
18502         (custom-mode-map): Make it dense.
18504         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18505         sets the default value.
18507 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18509         * descr-text.el: Add more keywords.
18511 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18513         * speedbar.el: Avoid unnecessary use of locate-library.
18515         * international/mule-cmds.el (standard-display-european-internal):
18516         Don't fiddle with latin-1 non-break space any more since it's now
18517         special cased in the C code.
18518         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18520 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18522         * cus-start.el (all): Add `undo-outer-limit'.
18524 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18526         * textmodes/bibtex.el (bibtex-format-entry):
18527         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18528         field lines.
18529         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18530         not on part of a buffer.
18532 2005-01-25  Lute Kamstra  <lute@gnu.org>
18534         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18535         nonempty field text strings like "{letters\\macro{}more letters}".
18536         Clarify docstring.
18537         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18538         (bibtex-entry-offset, bibtex-parse-association)
18539         (bibtex-parse-field-name): Fix typos in docstrings.
18540         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18542 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18544         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18545         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18546         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18547         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18549         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18550         isearch minor mode.
18552 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18554         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18556 2005-01-24  Lute Kamstra  <lute@gnu.org>
18558         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18559         CASECHARS and NOT-CASECHARS regular expressions of the
18560         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18561         striding over charsets" error.
18563 2005-01-24  Jay Belanger  <belanger@truman.edu>
18565         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18566         display variable name.
18568 2005-01-24  Kenichi Handa  <handa@m17n.org>
18570         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18571         Fix setting of the element of encoded-kbd-iso2022-invocations.
18573 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18575         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18576         (gdb-threads-select): Change to also accept mouse events.
18577         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18578         (gdb-threads-mouse-select): Delete.
18580 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18582         * files.el (insert-directory): Take care of empty directory,
18583         listed without -a switch.
18585 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18587         * textmodes/refill.el (refill-post-command-function):
18588         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18589         to the list of functions that we should be careful not to undo.
18590         (refill-late-fill-paragraph-function): Remove.
18591         (refill-saved-state): New var.
18592         (refill-mode): Use it to save fill-paragraph-function.
18593         Save also the value of auto-fill-function.
18595         * term/w32-win.el: Simplify code.
18597 2005-01-23  Kim F. Storm  <storm@cua.dk>
18599         * simple.el (line-move): Adapt to new return value from
18600         pos-visible-in-window-p.
18602         * simple.el (line-move): Fix last change.  Check partial
18603         visibility at point rather than at window-start.
18605 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18607         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18609 2005-01-22  David Kastrup  <dak@gnu.org>
18611         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18613 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18615         * type-break.el (type-break-mode): Add a test for
18616         type-break-file-name being non-nil.
18618 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18620         * net/eudc.el (top level): Call (message "") via progn, so that
18621         eudc-options-file is loaded.
18623 2005-01-22  Kim F. Storm  <storm@cua.dk>
18625         * simple.el (line-move-1): Rename from line-move.
18626         (line-move): New function that adjusts vscroll for partially
18627         visible rows, and calls line-move-1 otherwise.
18629 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18631         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18632         since it's not a complete read-event implementation
18634 2005-01-20  Jay Belanger  <belanger@truman.edu>
18636         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18637         for called function.
18639 2005-01-20  Steven Tamm  <steventamm@mac.com>
18641         * term/mac-win.el (process-connection-type): Remove.
18642         Controlled now by s/darwin.h:PTY_ITERATION.
18644 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18646         * window.el (handle-select-window): Don't switch window when we're
18647         in the minibuffer.
18649 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18651         * subr.el (dotimes-with-progress-reporter): New macro.
18653         * ses.el (ses-dotimes-msg): Remove macro.
18654         Use `dotimes-with-progress-reporter' instead.
18656 2005-01-19  Steven Tamm  <steventamm@mac.com>
18658         * term/mac-win.el (process-connection-type): Use new
18659         operating-system-release variable to use ptys on Darwin 7 (OS X
18660         10.3) when using carbon build.
18662 2005-01-19  Jay Belanger  <belanger@truman.edu>
18664         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18665         flags if the last command was a tab or M-tab.
18667         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18668         in formula editing buffer.
18670 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18672         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18673         breakpoint image symbol in margin.
18675 2005-01-19  Jay Belanger  <belanger@truman.edu>
18677         * calc/calc-prog.el (calc-execute-kbd-macro):
18678         Ignore calc-keep-arg-flag.
18680 2005-01-19  Kenichi Handa  <handa@m17n.org>
18682         * textmodes/ispell.el (ispell-looking-at): New function.
18683         (ispell-process-line): Use ispell-looking-at to compare the ispell
18684         output and the buffer contents.
18686 2005-01-18  Jay Belanger  <belanger@truman.edu>
18688         * calc/calc.el (calc-display-raw): Fix docstring.
18690 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18692         * simple.el (blink-matching-open): Strip extra info from syntax.
18694         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18695         funny chars in the end-of-here-doc marker.
18697 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18699         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18700         that enable/disabled state of breakpoints is shown correctly in
18701         fringe and on ttys.
18702         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18703         Add breakpoint information as text properties.
18704         (gdb-mouse-toggle-breakpoint):
18705         Rename to gdb-mouse-set-clear-breakpoint.
18706         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18707         breakpoints in the margin.
18708         (gdb-remove-strings): Simplify.
18710 2005-01-17  Jay Belanger  <belanger@truman.edu>
18712         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18713         erasing buffer.
18715 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18717         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18718         for calling grep-compute-defaults.
18720         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18721         if buffer is empty.
18723         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18725 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18727         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18729         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18730         non-preloaded variables.
18732 2005-01-17  Steven Tamm  <steventamm@mac.com>
18734         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18735         tex-shell cause to force interactivity when using pipes.
18737 2005-01-17  Kim F. Storm  <storm@cua.dk>
18739         * simple.el (just-one-space): Make arg optional.
18741 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18743         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18744         posn-at-x-y to t to access left-margin.
18746 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18748         Sync with Tramp 2.0.47.
18750         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18751         catching keep-date problems in cp/scp operations.
18752         (tramp-handle-copy-file): Don't call `set-file-modes'
18753         unconditionally.  Specialized functions should know better what is
18754         necessary.  This improves performance a little bit, and the
18755         functions could catch errors with `cp -p' and `scp -p'.
18756         (tramp-do-copy-or-rename-file-via-buffer)
18757         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18758         when appropriate.
18759         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18760         Call `set-file-modes' when appropriate.
18761         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18762         Johnsson <isak@hypergene.com>
18763         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18764         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18765         <joakim@verona.se>
18766         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18767         Emacs only.
18769         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18770         `find-file-hooks' and `dired-mode-hook'.
18771         (tramp-minor-mode-map): Respective map.  Add remapping for
18772         `compile' and `recompile'.
18773         (tramp-remap-command, tramp-recompile): New defuns.
18774         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18775         in buffer "*Compilation*".  Call the commands asynchronously.
18777         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18778         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18779         `shell-command', because it isn't magic in XEmacs.  Reported by
18780         Adrian Aichner <adrian@xemacs.org>.
18782         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18783         `substitute-in-file-name.
18784         (tramp-smb-handle-substitute-in-file-name): New defun.
18785         (tramp-smb-advice-PC-do-completion): Delete advice.
18787 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18789         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18790         Fix error in deleting region.
18792 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18794         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18795         In non-temp buffer, switch syntax table temporarily.
18797         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18799         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18801         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18803         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18804         (imenu--generic-function): Use START, not BEG, as pos of definition.
18806         * simple.el (just-one-space): Argument specifies number of spaces.
18808         * simple.el (eval-expression-print-format): Avoid warning
18809         about edebug-active.
18811 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18813         * progmodes/sh-script.el: Code copied from make-mode.el
18814         with small changes,
18815         (sh-mode-map): Bind C-c C-\.
18816         (sh-backslash-column, sh-backslash-align): New variables.
18817         (sh-backslash-region, sh-append-backslash): New functions.
18819 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18821         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18822         (rmail-pop-password, rmail-pop-password-required): Move to
18823         rmail-obsolete group.
18824         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18825         All callers updated.
18826         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18827         Take an argument specifying whether it is POP or IMAP mailbox we
18828         are using.  All callers updated.
18829         (rmail-pop-password-error): Rename to
18830         rmail-remote-password-error.  Added mailutils-specific error message.
18831         (rmail-movemail-search-path)
18832         (rmail-movemail-variant-in-use): New variables.
18833         (rmail-remote-password, rmail-remote-password-required):
18834         New customization variables.
18835         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18836         (rmail-parse-url): New function.
18837         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18838         with GNU mailutils movemail.
18840 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18842         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18843         suffix to space, $ or '$, to correctly position point when going
18844         to @table style constants like DBL_MAX.
18846 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18848         * type-break.el (type-break-mode, type-break-file-time)
18849         (type-break-file-keystroke-count, type-break-choose-file):
18850         Don't store data in or load data from the file if type-break-file-name
18851         is nil.
18852         (type-break-file-name): Doc update as per the above.
18854 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18856         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18857         lookup-key might return nil; handle that.
18859 2005-01-15  Alan Mackenzie  <acm@muc.de>
18861         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18862         rather than the element found, thus enabling the tree to be setcar'd.
18864 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18866         * textmodes/org.el (org-show-following-heading): New option.
18867         (org-show-hierarchy-above): Use `org-show-following-heading'.
18868         (org-cycle): Documentation fix.
18870         * textmodes/org.el (orgtbl-optimized): New option
18871         (orgtbl-mode): New command, a minor mode.
18872         (orgtbl-mode-map): New variable.
18873         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18874         (orgtbl-error, orgtbl-self-insert-command)
18875         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18877         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18878         a local variable in each org-mode buffer.
18880         * textmodes/org.el (org-set-regexps-and-options): Rename from
18881         `org-set-regexps'.  Added checking for STARTUP keyword.
18882         (org-get-current-options): Add STARTUP options.
18883         (org-table-insert-row): Make mode intelligent about when
18884         realignment is needed.
18885         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18886         New commands.
18887         (org-enable-table-editor): New default value `optimized'.
18888         (org-table-blank-field): Support blanking regions if active.
18890 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18892         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18893         if the year is not given.
18895         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18896         Add new escapes %m and %M, fixed bug with %F by adding
18897         save-match-data.
18898         (reftex-reference): Remove ?. from list of spaces.
18899         (reftex-label-info): Add automatic label prefix recognition.
18901         * textmodes/reftex-index.el (reftex-index-next-phrase):
18902         Add slave parameter to call of `reftex-index-this-phrase'.
18903         (reftex-index-this-phrase): New optional argument.
18904         (reftex-index-region-phrases): Add slave parameter to call of
18905         `reftex-index-this-phrase'.
18906         (reftex-display-index): New argument redo.
18907         (reftex-index-rescan): Add `redo' to arguments of
18908         `reftex-display-index'.
18909         (reftex-index-Rescan, reftex-index-revert)
18910         (reftex-index-switch-index-tag): Add `redo' to arguments of
18911         `reftex-display-index'.
18912         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18913         indexing.  Fix bug with matching is there is a quote before or
18914         after the word.
18916         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18917         Fix bug when collecting citation keys in lines with comments.
18918         (reftex-citation): Prefix argument no longer rescans the document,
18919         but forces prompting for optional arguments of cite macros.
18920         (reftex-do-citation): Prompting for optional arguments implemented.
18922         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18923         Add optional arguments to most cite commands.
18924         (reftex-cite-cleanup-optional-args): New option
18925         (reftex-cite-prompt-optional-args): New option.
18926         (reftex-trust-label-prefix): New option.
18928         * textmodes/reftex-toc.el (reftex-toc-find-section):
18929         Add push-mark before changing the position in the buffer.
18931         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18932         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18934 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18936         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18937         more carefully.
18939 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18941         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18942         (sgml-mode): Use it.
18943         (sgml-get-context): Better keep track of implicitly closed tags.
18945 2005-01-13  Kenichi Handa  <handa@m17n.org>
18947         * textmodes/ispell.el: These changes are to fix misalignment error
18948         caused by equivalent characters of different Emacs charsets.
18949         (ispell-unified-chars-table): New variable.
18950         (ispell-get-decoded-string): New function.
18951         (ispell-get-casechars, ispell-get-not-casechars)
18952         (ispell-get-otherchars): Call ispell-get-decoded-string.
18954 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18956         * custom.el (custom-declare-variable): Just put symbol instead
18957         of (defvar . symbol) in `current-load-list'.
18959 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18961         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18963 2005-01-12  Jay Belanger  <belanger@truman.edu>
18965         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18966         to create a Calc summary.
18968 2005-01-12  Kim F. Storm  <storm@cua.dk>
18970         * mouse.el (mouse-on-link-p): Change functionality and doc
18971         string to comply with latest description in lisp ref.
18973 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18975         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18976         Enable mouse clicks on mode-line, header-line and margin.
18977         (event-type): Give mouse event symbols an `event-kind' property
18978         with value `mouse-click'.
18980 2005-01-12  Juri Linkov  <juri@jurta.org>
18982         * facemenu.el (list-colors-display): Add new arg buffer-name.
18983         Use it.  Fix docstring.  Replace code for identifying duplicate
18984         colors by the name with call to `list-colors-duplicates' which
18985         identifies duplicate colors by the value unless the color
18986         is one of special Windows colors.  Set truncate-lines to t.
18987         Print sorted duplicate color names on each line.  Indent to 22
18988         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18989         (list-colors-duplicates): New function.
18990         (facemenu-color-name-equal): Delete function.
18992         * facemenu.el (list-colors-print): New function created from code
18993         in list-colors-display.  Print #RRGGBB at the window right edge.
18994         (list-colors-display): When temp-buffer-show-function is not
18995         defined, call list-colors-print from temp-buffer-show-hook
18996         to get the right value of window-width in list-colors-print
18997         after the buffer is displayed.
18999         * simple.el (pop-mark): Move deactivate-mark out of conditional
19000         part to deactivate the active mark regardless of the state of the
19001         mark ring.
19003         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19004         variables line in desktop files.
19006 2005-01-12  Juri Linkov  <juri@jurta.org>
19008         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19009         Bring together isearch highlight related options.
19010         (lazy-highlight): Replace group `replace' by `matching'.
19011         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19012         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19013         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19014         and declare them obsolete.
19015         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19016         (isearch-faces): Remove defgroup.
19017         (isearch-overlay, isearch-highlight, isearch-dehighlight):
19018         Move isearch highlighting code closer to lazy highlighting code.
19020         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19021         (query-replace-highlight, query-replace-lazy-highlight)
19022         (query-replace): Move definitions to the beginning of the file.
19024 2005-01-11  Juri Linkov  <juri@jurta.org>
19026         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19027         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19028         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19030         * info.el (Info-history-forward): New variable.
19031         (Info-select-node): Reset Info-history-forward to nil.
19032         (Info-last): Turn into defalias.
19033         (Info-history-back): Rename from Info-last.
19034         Add current node to Info-history-forward.
19035         (Info-history-forward): New fun.
19036         (Info-mode-map): Replace Info-last by Info-history-back.
19037         Bind Info-history-forward to "r".
19038         (Info-mode-menu): Replace Info-last by Info-history-back.
19039         Fix menu item text.  Add menu item for Info-history-forward.
19040         (info-tool-bar-map): Replace Info-last by Info-history-back.
19041         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
19042         for Info-history-forward.
19043         (Info-mode): Replace Info-last by Info-history-back in docstring.
19044         Add local variable Info-history-forward.
19045         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19047 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19049         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19050         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19051         Ignore select-window events rather than fiddle with
19052         mouse-autoselect-window.
19054 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
19056         * type-break.el (type-break-mode): Fix previous change.
19058 2005-01-10  Jay Belanger  <belanger@truman.edu>
19060         * calc/calc-ext.el (calc-reset): Reset when inside embedded
19061         calculator; only reset when point is inside a calculator.
19062         Don't adjust the window height if the window takes up the whole height
19063         of the frame.
19065 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
19067         * ebuff-menu.el (Electric-buffer-menu-mode):
19068         Preserve value of buffer-local var header-line-format.
19070 2005-01-09  Jay Belanger  <belanger@truman.edu>
19072         * calc/calc.el (calc-mode-var-list-restore-saved-values):
19073         Make sure settings file exists before accessing it.
19075         * calc/calc-embed.el (calc-embedded-subst):
19076         Replace math-multi-subst-rec, which is only supposed to be called
19077         by math-multi-subst, by math-multi-subst.
19079 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
19081         * vc.el (vc-allow-async-revert): New user option.
19082         (vc-disable-async-diff): New internal variable.
19083         (vc-revert-buffer): Use them to disable asynchronous diff.
19085         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19086         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19087         asynchronously if vc-disable-async-diff is t.
19089 2005-01-09  Jay Belanger  <belanger@truman.edu>
19091         * calc/calc.el (defcalcmodevar): New macro.
19092         (calc-mode-var-list-restore-default-values)
19093         (calc-mode-var-list-restore-saved-values): New functions.
19094         (calc-mode-var-list): Use defcalcmodevar to define it.
19095         (calc-always-load-extensions, calc-line-numbering)
19096         (calc-line-breaking, calc-display-just, calc-display-origin)
19097         (calc-number-radix, calc-leading-zeros, calc-group-digits)
19098         (calc-group-char, calc-point-char, calc-frac-format)
19099         (calc-prefer-frac, calc-hms-format, calc-date-format)
19100         (calc-float-format, calc-full-float-format, calc-complex-format)
19101         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19102         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19103         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19104         (calc-matrix-brackets, calc-language, calc-language-option)
19105         (calc-left-label, calc-right-label, calc-word-size)
19106         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19107         (calc-display-raw, calc-internal-prec, calc-angle-mode)
19108         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19109         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19110         (calc-window-height, calc-display-trail, calc-show-selections)
19111         (calc-use-selections, calc-assoc-selections)
19112         (calc-display-working-message, calc-auto-why, calc-timing)
19113         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19114         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19115         (calc-gnuplot-default-device, calc-gnuplot-default-output)
19116         (calc-gnuplot-print-device, calc-gnuplot-print-output)
19117         (calc-gnuplot-geometry, calc-graph-default-resolution)
19118         (calc-graph-default-resolution-3d, calc-invocation-macro)
19119         (calc-show-banner): Use defcalcmodevar to declare them and set
19120         their default values.
19122         * calc/calc-ext.el (calc-reset): Restore saved values of variables
19123         instead of default values (but restore default values if there is
19124         an argument of 0).
19126 2005-01-09  David Kastrup  <dak@gnu.org>
19128         * desktop.el (desktop-restore-eager): Fix typo in type.
19130 2005-01-08  Richard M. Stallman  <rms@gnu.org>
19132         * cus-edit.el (customize): Delete :link.
19134 2005-01-08  Jay Belanger  <belanger@truman.edu>
19136         * calc/calc.el (calc-mode): Remove the extension from the
19137         `calc-settings-file' file name when loading it.
19139 2005-01-08  Kim F. Storm  <storm@cua.dk>
19141         * info.el (Info-mode-map, Info-next-link-keymap)
19142         (Info-prev-link-keymap, Info-up-link-keymap):
19143         Map follow-link to mouse-face.
19144         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19146 2005-01-08  Jay Belanger  <belanger@truman.edu>
19148         * calc/calc.el (calc-settings-file): Change default value.
19149         Suggested by cgw in a comment in calc-mode.el.
19151         * calc/calc-mode.el (calc-settings-file-name):
19152         Compare calc-settings-file to user-init-file instead of ~/.emacs.
19153         Replace ~/.emacs in a prompt by calc-settings-file.
19155 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
19157         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19158         (desktop-lazy-idle-delay): New customizable variables.
19159         (desktop-buffer-args-list): New variable.
19160         (desktop-append-buffer-args): New function.
19161         (desktop-save): Call desktop-append-buffer-args for some buffers.
19162         (desktop-lazy-create-buffer): New function.
19163         (desktop-idle-create-buffers): New function.
19164         (desktop-read): Add message about buffers to restore lazily.
19165         (desktop-lazy-abort): New command.
19166         (desktop-clear): Call desktop-lazy-abort.
19167         (desktop-lazy-complete): New command.
19169 2005-01-06  Richard M. Stallman  <rms@gnu.org>
19171         * emacs-lisp/find-func.el (find-face-definition):
19172         Rename from find-face.
19174 2005-01-06  Kim F. Storm  <storm@cua.dk>
19176         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19178         * man.el (Man-xref-man-page, Man-xref-header-file)
19179         (Man-xref-normal-file): Add follow-link property.
19181 2005-01-06  Jay Belanger  <belanger@truman.edu>
19183         * calc/calc-units.el: Make sure the proper macro definitions are
19184         available when compiling.
19186 2005-01-06  Juri Linkov  <juri@jurta.org>
19188         * isearch.el (isearch-lazy-highlight-update):
19189         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19191 2005-01-06  Miles Bader  <miles@gnu.org>
19193         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19194         (isearch-lazy-highlight-face): Use new name.
19196 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19198         * uniquify.el (uniquify-rationalize-file-buffer-names):
19199         Re-add an interactive spec.
19200         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19201         to the same name.
19203         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19204         (isearch-update, isearch-done): Adjust calls accordingly.
19206 2005-01-05  Richard M. Stallman  <rms@gnu.org>
19208         * custom.el (custom-set-variables, custom-theme-set-variables):
19209         Clarify documentation.
19211         * emacs-lisp/find-func.el (find-variable)
19212         (find-variable-other-window, find-variable-other-frame):
19213         Fix the TYPE args to find-function-read and find-function-do-it.
19214         (find-function): Doc fix.
19215         (find-function-at-point): Replace function-at-point alias.
19217 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19219         * cus-face.el (custom-declare-face):
19220         Record defface in current-load-list.
19222         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19224         * emacs-lisp/find-func.el: Doc fixes.
19225         (find-face-regexp): New variable.
19226         (find-function-regexp-alist): New variable.
19227         (find-function-C-source): Third arg is now TYPE.
19228         (find-function-search-for-symbol): Handle general TYPE.
19229         (find-function-read, find-function-do-it): Handle general TYPE.
19230         (find-definition-noselect, find-face): New functions.
19231         (function-at-point): Alias deleted.
19233 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19235         * battery.el (display-battery-mode): Rename from display-battery.
19236         Handle the case where it gets turned off.
19238 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19240         * cus-edit.el (customize): Make :link point to user doc.
19242         * man.el (Man-fontify-manpage): Turn off undo generation.
19244         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
19246 2005-01-04  Andreas Schwab  <schwab@suse.de>
19248         * files.el (insert-directory): Only look for error lines in
19249         inserted text.  Don't move too far after processing --dired markers.
19251 2005-01-04  Richard M. Stallman  <rms@gnu.org>
19253         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
19254         Don't expand if the character is @, period, dash, etc.
19255         (define-mail-abbrev): Quote names that contain problem characters.
19257 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
19259         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
19261 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19263         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
19264         (query-replace-highlight, query-replace-lazy-highlight)
19265         (query-replace): Definitions moved up.  Doc fix.
19267 2005-01-03  Richard M. Stallman  <rms@gnu.org>
19269         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
19270         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19271         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19272         (lazy-highlight-face): Rename from isearch-lazy-...
19273         Change all references to them.
19275 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
19277         * cus-edit.el (custom-file): Doc fix for defcustom.
19278         (custom-file): The function no longer sets the variable
19279         `custom-file' to its return value.
19281         * startup.el (command-line): No longer load `custom-file'.
19283 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19285         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19287         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19288         Don't confuse module-prefixed identifiers for labels.
19289         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19291 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19293         * files.el (basic-save-buffer-1): Fix previous change.
19295         * loadhist.el (file-loadhist-lookup): New function.
19296         (file-provides, file-requires): Use it.
19298         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19299         instead of calculating the right size.
19301 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19303         * vc-svn.el (vc-svn-diff): Stay local if possible.
19305 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19307         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19309         * files.el (hack-local-variables): Fix last change.
19311 2005-01-02  Jay Belanger  <belanger@truman.edu>
19313         * calc/calc-yank.el (calc-edit-top): New variable.
19314         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19315         object.  Change header properties.
19316         (calc-edit-finish, calc-edit-finish-stack-object)
19317         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19318         edited object.
19319         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19320         for the beginning of the edited object.
19321         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19322         for the beginning of the edited object.
19323         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19324         (calc-finish-formula-edit, calc-macro-repeats)
19325         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19326         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19327         beginning of the edited object.
19328         (calc-user-define-edit): Change the header for editing macros.
19329         Remove unnecessary variable.
19331 2005-01-01  Jay Belanger  <belanger@truman.edu>
19333         * calc/calc-yank.el (calc-edit-mode): Change default header.
19334         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19335         * calc/calc-store.el (calc-edit-variable): Change title to match new
19336         header.
19337         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19338         mode to match new header.
19339         (calc-user-define-edit): Change titles to include names of commands.
19340         (calc-finish-formula-edit): Adjust to handle new header.
19341         (calc-finish-macro-edit): Remove.
19342         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19343         (calc-edit-macro-command, calc-edit-macro-command-type)
19344         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19345         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19346         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19347         (calc-edit-macro-finish-edit): New functions.
19348         (calc-user-define-edit): Use new functions to edit named calc macros.
19350 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19352         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19354         * ses.el (copy-region-as-kill): Deactivate mark.
19356 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19358         * replace.el (occur-1): If the output buffer is also an input,
19359         don't kill it, rename it.
19361         * faces.el (set-face-background, set-face-foreground): Doc fix.
19363         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19364         for :foreground and :background.
19366         * dired.el (dired-view-command-alist): Variable deleted.
19367         (dired-view-file, dired-mouse-find-file-other-window):
19368         Delete the code to use it.
19370 2005-01-01  Kim F. Storm  <storm@cua.dk>
19372         * image.el (insert-sliced-image): Use t for line-height property.
19374 See ChangeLog.11 for earlier changes.
19376 ;; Local Variables:
19377 ;; coding: iso-2022-7bit
19378 ;; End:
19380     Copyright (C) 2005 Free Software Foundation, Inc.
19381   Copying and distribution of this file, with or without modification,
19382   are permitted provided the copyright notice and this notice are preserved.
19384 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1