Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247
[emacs.git] / lisp / ChangeLog
blob487c79cfe0dbdef331b638eef453d550babb25df
1 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4         (rcirc-toggle-low-priority): Doc fix.
5         (rcirc-handler-NOTICE): Remove beginning of line anchor in
6         ChanServ regexp.
7         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8         #emacs.
9         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10         (rcirc-decode-coding-system): Use utf-8 as the default.
11         (rcirc-multiline-minor-mode): Set the fill-column.
12         (rcirc-format-response-string): Display bright and dim nicks.
13         (rcirc-browse-url): Update interactive spec to fill ARG.
14         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
15         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
17 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
19         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
20         case for @Article, etc.
22 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
24         * net/tramp.el (tramp-register-file-name-handlers): New defun.
25         Added with autoload cookie.
26         (tramp-unload-file-name-handlers): Renamed from
27         `tramp-unload-file-name-handler-alist'.
29 2006-04-23  Romain Francoise  <romain@orebokech.com>
31         * comint.el (comint-match-partial-filename): Doc fix.
33 2006-04-21  Glenn Morris  <rgm@gnu.org>
35         * calendar/cal-menu.el (calendar-mode-map): Refer to
36         `diary-view-entries' rather than alias `view-diary-entries'.
37         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
39 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
41         * progmodes/antlr-mode.el (antlr-default):
42         * cus-edit.el (custom-documentation):
43         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
44         in defface.
46 2006-04-21  Kim F. Storm  <storm@cua.dk>
48         * image.el (image-type): New defun split out of create-image.
49         (create-image): Use it.
51 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
53         * textmodes/org.el (org-mode-map): Catch conflict with old
54         allout.el.
55         (org-open-at-point): Remove the "...done" message to keep output
56         in the echo area visible.
57         (org-export-as-xoxo): Fix call to `indent-region'.
59 2006-04-21  Kevin Ryde  <user42@zip.com.au>
61         * international/mule.el (keyboard-coding-system): defcustom
62         info-link fixes: "Specify Coding" has been split, keyboard now in
63         "Terminal Coding", and "Single-Byte Character Support" is now
64         "Unibyte Mode".
66 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
68         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
69         Use font-lock-warning-face for any errors e.g. no stack.
70         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
72 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
74         * progmodes/sh-script.el (sh-shell): Mark as safe.
76         * newcomment.el (comment-start, comment-start-skip)
77         (comment-end-skip, comment-end): Mark as safe.
79 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
81         * textmodes/org.el: (org-deadline-announce): Face removed.
82         (org-level-faces, org-n-levels): Converted to constant.
83         (org-compatible-face): New function.
84         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
85         (org-level-5, org-level-6, org-level-7, org-level-8)
86         (org-special-keyword, org-warning, org-headline-done, org-link)
87         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
88         (org-scheduled-today, org-scheduled-previously, org-time-grid):
89         Face definition revised for better color tty support.
90         (org-bold-re, org-italic-re, org-underline-re): New constants.
91         (org-set-font-lock-defaults): Use the new constants.
92         (org-agenda-highlight-todo): New function.
93         (org-agenda-todo): Fixed bug with point at end of line.
94         (org-agenda-change-all-lines, org-finalize-agenda-entries):
95         Fontify TODO keywords.
96         (org-insert-link): Preserve relative path in ../ links.
97         (org-export-as-html): Convert links pointing to .org files into
98         links that will work beteen the exported HTML files.
99         (org-todo-list): Fix bug when arg=0.
100         (org-insert-heading): More fine-tuning.
102 2006-04-19  Romain Francoise  <romain@orebokech.com>
104         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
105         from `rmail-mime-charset-pattern'.
107 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
109         * progmodes/python.el (python-mode): Fix typo.
111 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
113         * comint.el (comint-previous-input): Don't clobber input line
114         when moving off either end of the input history ring.
115         (comint-delete-input): New function, used by
116         `comint-previous-input' and others.
117         (comint-previous-matching-input): Use
118         `coming-delete-input'. Save the partial input if leaving the
119         edit line.  Goto point-max before deleting input to avoid
120         partial input fragments hanging around.
121         (comint-restore-input): New function, used by
122         `comint-previous-input'.
124 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
126         * imenu.el (imenu--index-alist): Balance parentheses.
128 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
130         * progmodes/python.el (python-mode): Add support for
131         hs-minor-mode.
133 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
135         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
136         file is nil.
138 2006-04-18  Richard Stallman  <rms@gnu.org>
140         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
142         * imenu.el (imenu-create-index-function, imenu--index-alist)
143         (imenu--last-menubar-index-alist, imenu--make-index-alist)
144         (imenu-default-create-index-function, imenu--generic-function):
145         Doc fixes.
147         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
149         * help-mode.el (help-mode): Set view-exit-action to delete window.
151         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
152         now works by passing nil as arg.
154         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
156         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
157         (read-abbrev-file): Provide default when reading filename.
159         * files.el (enable-local-variables): Allow :all as value.
160         (hack-local-variables): Implement that value.
161         (safe-local-variable-values, safe-local-eval-forms)
162         (enable-local-variables): Mark as risky.
163         (find-file-visit-truename, kept-old-versions): Mark safe.
165         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
166         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
167         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
169 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
172         Use forward-line so as to get to BOL even in the presence of fields.
173         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
174         in return.
175         (inferior-tcl): Tell tclsh to work in interactive mode.
177         * complete.el (partial-completion-mode):
178         Use 'choose-completion-string-functions to make sure that
179         choose-completion fills the minibuffer properly.
181         * complete.el (PC-old-read-file-name-internal): Remove.
182         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
183         of read-file-name-internal.
184         (partial-completion-mode): Enable/disable this advice.
186 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
188         * net/tramp.el (tramp-completion-file-name-handler): Revert change
189         of 2006-04-17.
191 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
193         * textmodes/org.el (org-insert-heading): Insert heading before
194         current if at beginning of line.
195         (org-todo, org-date): New faces.
196         (org-table-align): Make sure tooltip window contains full text.
197         (org-no-properties): New defsubst.
198         (org-set-font-lock-defaults): Use new faces.
200 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
202         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
203         for root variables.
205         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
206         (gdb-frame-address): Re-use to identify frame for watch expression.
207         (gdb-var-list, gdb-var-create-handler): Add frame address for root
208         variables.
209         (gdb-init-1, gdb-source, gdb-post-prompt, )
210         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
211         (gdb-frame-handler): Get gdb-frame-address.
213 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
215         Sync with Tramp 2.0.53.
217         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
218         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
219         (tramp-completion-file-name-handler): Add autoload cookie for
220         adding to `file-name-handler-alist'.
222         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
223         the prompt.  If it returns earlier (when detecting an error
224         message), the rest of the output will merge accidently with the
225         output of the next command.  Reported by M Jared Finder
226         <jared@hpalace.com>.
228         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
229         for `process-file', in order to let it work for older Emacsen too.
231 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
233         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
234         (tex-font-lock-keywords-3): Use it.
236 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * newcomment.el (comment-add): New function.
239         (comment-region-default, comment-dwim): Use it.
241 2006-04-15  Michael Olson  <mwolson@gnu.org>
243         * emacs-lisp/tq.el: Improve comments.
244         (tq-queue-head-question): New accessor function.
245         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
246         Update for modified queue structure.
247         (tq-queue-add): Accept `question' argument.
248         (tq-queue-pop): If a question is pending, send it.
249         (tq-enqueue): Accept new optional argument `delay-question'.
250         If this is non-nil, and at least one other question is pending a
251         response, queue the question rather than sending it immediately.
253 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
255         * calendar/appt.el (appt-add): Check whether an appointment is
256         already present in appt-time-msg-list.  Simplify code.
258 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * progmodes/cc-langs.el (c-mode-menu):
261         Don't presume c-subword-mode is bound.
263 2006-04-13  Bill Wohler  <wohler@newt.com>
265         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
266         (customize-package-emacs-version): Use cdr instead of cadr now
267         that alists use dotted pairs.
269         * custom.el (defcustom): Fix docstring for :package-version.
271 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
273         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
274         (tramp-handle-shell-command): Display output buffer only when
275         `tramp-display-shell-command-buffer' is true.
276         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
278 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
280         * textmodes/org.el (org-set-autofill-regexps): Set only the local
281         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
283 2006-04-13  Romain Francoise  <romain@orebokech.com>
285         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
286         leaving temporary .cvsignore buffers behind.
288 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
290         * textmodes/org.el: (org-set-regexps-and-options)
291         (org-get-current-options): Better names for the startup folding
292         options.
294 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
296         * vc.el (vc-annotate): Arrange for point to end up at the same
297         line number as in the original, but only when using a new buffer.
299 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
301         * files.el (hack-one-local-variable-eval-safep):
302         Recognize `edebug-form-spec' for `put', but only if it passes
303         `edebug-basic-spec'.  Generalize `put' handling.
305         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
306         vetting file-local form specs.
308         * allout.el (allout-layout): Autoload its `safe-local-variable'
309         property.
311 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
313         * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
314         (org-agenda-mouse-1-follows-link)
315         (org-mouse-1-follows-link): New options.
316         (org-format-agenda-item): Fix bug if TAGS is nil.
317         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
319 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
321         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
322         GDB 6.1+ gives full filename for "info sources" so use
323         file-name-nondirectory.
325 2006-04-12  Romain Francoise  <romain@orebokech.com>
327         * subr.el (read-passwd): Bind `message-log-max' to nil.
329 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * progmodes/perl-mode.el (perl-indent-new-calculate):
332         Recompute parse-start after jumping backward by a whole sexp.
334 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
337         window configuration.
338         (vc-annotate-display-select): Select the buffer so that current-buffer
339         (and selected-window) is the output buffer at the end of vc-annotate.
341 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
343         * vc.el (vc-annotate-color-map): Add custom TTY color map for
344         8-color terminals, to use all of the colors in a sensible order.
345         256-color terminals work well with the standard map.
346         (vc-annotate-lines): Only strip the first color character if it
347         is "#", to allow for terminal-style named colors.
348         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
349         the correct buffer is scrolled.
351 2006-04-11  Richard Stallman  <rms@gnu.org>
353         * emacs-lisp/bytecomp.el (byte-compile-file):
354         Bind enable-local-variables to :safe, and make normal-mode obey it.
356         * files.el (enable-local-variables): Allow value :safe.
357         (normal-mode): Doc fix.
358         (hack-local-variables): Implement enable-local-variables = :safe.
359         (hack-local-variables-confirm): Don't prevent quitting.
361 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * loadhist.el (unload-feature): A bit of sanity check of
364         load-history entries.  Cancel timer-vars before unbinding them.
366         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
367         quote special chars, and make the trick work on the hex part of the
368         buffer as well.
369         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
370         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
372         * startup.el (normal-splash-screen): Fix last change so we don't wait
373         2 minutes if we don't show the splash screen.
375 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
377         * textmodes/org.el (org-export-plain-list-max-depth)
378         (org-table-spaces-around-separators)
379         (org-radio-targets, org-activate-camels)
380         (org-table-spaces-around-invisible-separators): Options removed.
381         (org-time-stamp-rounding-minutes, org-remember-templates)
382         (org-ellipsis, org-activate-links, org-descriptive-links):
383         New options.
384         (org-remember-apply-template, org-current-time)
385         (org-finish-edit-table-field)
386         (org-link-unescape, org-link-escape)
387         (org-string-width, org-table-clean-line, org-html-do-expand)
388         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
389         (org-read-agenda-file-list): New functions.
390         (org-table-edit-field)
391         (org-table-create-or-convert-from-region): New commands
392         (org-table-toggle-vline-visibility): Command removed.
393         (org-table-convert-region): Made a command.
394         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
395         Replace with the normal org- functions.
396         (org-self-insert-command): Don't trigger realign unnecessarily
397         when blanking a field that is not full.
398         (org-mode): `Set buffer-invisibility-spec' for links.
399         (org-activate-links2): Hide link part and only show descriptive
400         part of the link.
401         (org-insert-link): Modify for new linking system.
402         (org-store-link): Store description separately, for use by
403         `org-insert-link'.
404         (org-table-align): Use `org-string-width'.
405         (defgroup): Completely new group structure for custom variables.
406         (org-agenda-files): Option: Single file name allowed.  Function:
407         Optional argument unrestrited means ignore any restricitons.
408         (org-install-agenda-files-menu): Find a buffer in Org-mode before
409         trying to modify the menu.  Use generalized access to
410         `org-agenda-files.'
411         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
412         (org-agenda-file-to-front, org-remove-file, org-diary)
413         (org-tags-view, org-export-icalendar-all-agenda-files)
414         (org-export-icalendar-combine-agenda-files): Use generalized
415         access to `org-agenda-files'.
416         (org-remember-handler): Correctly preserve heading if present.
417         (org-table-insert-row, org-table-insert-hline): Deal with
418         invisible characters.
420 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
422         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
423         (vc-annotate-color-map): New 18 element constant
424         value/saturation, rotating hue colormap, from red->blue.
425         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
426         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
427         (vc-annotate): To avoid killing the required local variables,
428         set them before the end of `with-output-to-temp-buffer', and
429         after first switching to annotate-mode.
430         (vc-annotate-warp-version): Add buffer argument in goto-line to
431         ensure annotation, not source, is scrolled.
433 2006-04-10  Bill Wohler  <wohler@newt.com>
435         * custom.el (defcustom, custom-handle-keyword):
436         Add :package-version keyword.
437         (custom-add-package-version): New function.  Sets value of new
438         property 'custom-package-version from :package-version keyword.
439         (defcustom): Create Common Keywords section in docstring.
440         (defface, defgroup): Replace definitions of a select few keywords
441         with a reference to the Common Keywords in defcustom.
442         (defcustom, defface, defgroup): Replace reference to Customization
443         chapter in manual with hyperlink.
445         * cus-edit.el (customize-package-emacs-version-alist):
446         New variable.
447         (customize-changed-options): Add check for custom-package-version.
448         (customize-package-emacs-version): New function to look up Emacs
449         version corresponding to the given package version.
451         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
452         defun name, in similar fashion to find-variable-regexp.
454 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
456         * international/mule-cmds.el (set-locale-environment): Fix last
457         change for when the locale's preferences don't specify any encoding.
459 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
462         so the defined var/fun doesn't need to be quoted.
464 2006-04-10  Richard Stallman  <rms@gnu.org>
466         * finder.el (finder-mode-map): Add n and p bindings.
468 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
470         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
471         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
472         (gdb-setup-windows): Put something in source window if we can't find
473         the source file.
474         (gdb-frame-handler): Make it work again with just assembly.
475         (gdb-data-list-register-values-handler): Make it work when there is
476         no stack.
478 2006-04-09  Richard Stallman  <rms@gnu.org>
480         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
481         specs while looking for charset.
483         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
485         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
486         Make them faces.
487         (lm-font-lock-keywords): Update appropriately.
489 2006-04-10  Kim F. Storm  <storm@cua.dk>
491         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
492         it can also replace buffer-substring-no-properties.
494         * emulation/cua-base.el (cua-delete-region, cua-paste)
495         (cua-repeat-replace-region): Use filter-buffer-substring.
497         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
498         (cua-cut-region-to-global-mark): Likewise.
500         * emulation/cua-rect.el (cua--extract-rectangle)
501         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
503 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
505         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
506         entry-type.  Add field delimiters to numerical fields if they are
507         not present.
509 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
511         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
512         string-const to return value.
513         (bibtex-remove-delimiters): Use it.
515 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
518         cl-byte-compile-compiler-macro unless it exists.
520 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
522         * files.el (hack-local-variables-confirm) <offer-save>:
523         Clarify message text.  Suggested by Ralf Angeli.
525 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
527         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
528         (delete-extract-rectangle-line): Use `filter-buffer-substring'
529         instead of `buffer-substring' and `delete-region'.  (Most of the
530         code actually copied from `kill-region'.)
532 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
534         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
535         (rcirc-default-port): Rename from rcirc-port.
536         (rcirc-default-nick): Rename from rcirc-nick.
537         (rcirc-default-user-name): Rename from rcirc-user-name.
538         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
539         (rcirc-low-priority-flag): New variable.
540         (rcirc-decode-coding-system): New defcustom.
541         (rcirc-encode-coding-system): New defcustom.
542         (rcirc-coding-system-alist): New defcustom.
543         (rcirc-multiline-major-mode): New defcustom.
544         (rcirc-nick): New internal variable.
545         (rcirc-process): Remove variable.
546         (rcirc-server-buffer): New variable.
547         (rcirc): Update to use rcirc-default-* variables above.
548         (rcirc-connect): Do not add window-configuration-hook-here.
549         (rcirc-server): New internal variable.
550         (rcirc-connect): Do not send keepalive pings if
551         rcirc-keepalive-seconds is nil.
552         (with-rcirc-server-buffer): New macro.
553         (rcirc-send-string): Encode with rcirc-encode-coding-system.
554         (rcirc-server-name): Rename from rcirc-server.
555         (rcirc-buffer-process): New function.
556         (rcirc-buffer-nick): New function.
557         (rcirc-buffer-target): Remove function.
558         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
559         New commands.
560         (rcirc-mode-map): Change binding of C-c C-l to
561         rcirc-toggle-low-priority.
562         (rcirc-mode): Initialize coding system based on
563         rcirc-coding-system-alist.  New change-major-mode-hook to part the
564         channel on a mode change.  Make kill-buffer-hook buffer-local.
565         (rcirc-change-major-mode-hook): New function.
566         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
567         (rcirc-last-post-time): New variable.
568         (rcirc-process-message): Store the last time user posted a message
569         to this target.
570         (rcirc-multiline-minor-mode): New mode.
571         (rcirc-multiline-minor-mode-map): New mode map.
572         (rcirc-edit-multiline): Put multiline-edit buffer in
573         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
574         (rcirc-print): Ignore any line starting with an ignored nick.
575         (rcirc-print): Decode using rcirc-decode-coding-system.
576         (rcirc-track-minor-mode): Update global-mode-string when disabling
577         this mode.
578         (minor-mode-alist): Add LowPri indicator.
579         (rcirc-toggle-low-priority): New function.
580         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
581         next lowpriority buffer with activity.
582         (rcirc-record-activity): Sort buffers in rcirc-activity by the
583         last time the user posted a message in to the target.
584         (rcirc-update-activity-string): New formatting for low priority
585         buffers.
586         (rcirc-split-activity): New function.
587         (rcirc-handler-PART, rcirc-handler-KICK)
588         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
589         (rcirc-nick-away-alist): New variable.
590         (rcirc-handler-301): New handler.  Away messages are printed once
591         per change.
593 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
595         * info.el (Info-follow-nearest-node): Doc fix.
597         * international/mule-cmds.el (set-locale-environment): Make sure
598         the coding-system preferred by the locale's language has the same
599         EOL conversion type as the original buffer-file-coding-system.
600         (locale-language-names): Add a few MS Windows language codes.
602 2006-04-07  Richard Stallman  <rms@gnu.org>
604         * simple.el (eval-expression): Doc fix.
606         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
607         (eval-defun): Doc fixes.
609 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
611         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
613 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
615         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
616         GDB list command without argument for greater generality.
618 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
620         * subr.el (string-or-null-p): New function.
622         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
624         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
626         * files.el: Update comment about safe-local-variable declarations.
628 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
630         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
631         See idlwave.org.
633         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
634         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
636         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
637         See idlwave.org.
639         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
640         version 6.0 (minimal changes).  See idlwave.org.
642         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
643         6.0 (minimal changes).  See idlwave.org.
645         * progmodes/idlw-rinfo.el: File obsoleted and removed.
647 2006-04-06  Romain Francoise  <romain@orebokech.com>
649         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
650         symmetric encryption features and a new asynchronous interface to
651         GnuPG.  This new version is version 1.4, plus whitespace changes.
653 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
655         * files.el: Move some `safe-local-variable' declarations to the
656         respective files.
658         * textmodes/ispell.el (ispell-check-comments)
659         (ispell-local-dictionary): Mark as safe.
661         * abbrev.el (abbrev-mode): Mark as safe.
663         * add-log.el (change-log-default-name): Mark as safe.
665         * textmodes/reftex-vars.el (reftex-vref-is-default)
666         (reftex-fref-is-default, reftex-level-indent)
667         (reftex-guess-label-type): Mark as safe.
669         * textmodes/fill.el (colon-double-space): Mark as safe.
671         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
672         (sentence-end-double-space, sentence-end-without-period)
673         (sentence-end-without-space, sentence-end, sentence-end-base)
674         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
676 2006-04-06  Kim F. Storm  <storm@cua.dk>
678         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
679         the :set-after list.
680         (ido-downcase-unc-hosts): New user option.  Default on.
681         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
682         when it is set, as regexps are now applied on the fly.
683         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
684         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
685         on the fly, but only when ido-process-ignore-lists is set.
686         Do case insensitive filtering if ido-downcase-unc-hosts is set.
687         Only downcase names if ido-downcase-unc-hosts is set.
689 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
691         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
693         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
695 2006-04-05  Kim F. Storm  <storm@cua.dk>
697         * ido.el (ido-mode): Set after ido-unc-hosts and
698         ido-ignore-unc-host-regexps.
699         (ido-save-history): Save ido-unc-hosts-cache.
700         (ido-load-history): Load ido-unc-hosts-cache.
701         (ido-reread-directory): Refresh unc hosts cache in // dir.
703         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
704         to nil while displaying slash screen.
706 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
708         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
709         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
711 2006-04-05  Kenichi Handa  <handa@m17n.org>
713         * international/characters.el: Setup cases of Latin, Greek, and
714         Cyrillic characters in CJK charsets.
716 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
718         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
719         default-enable-multibyte-characters.  This reverts the change from
720         revision 6.17 which is no longer necessary because the passphrase
721         is sent separately now.  GnuPG messages are unreadable under
722         multibyte locales with default-enable-multibyte-characters set to nil.
724 2006-04-04  Andreas Schwab  <schwab@suse.de>
726         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
727         and `byte-compile-warnings' as `safe-local-variable'.
729 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
731         * man.el (Man-mode-map): Restore the \r binding.
732         (Man-abstract-xref-man-page): If Man-target-string is a function,
733         call it.
734         (Man-highlight-references): Use Man-default-man-entry to get the
735         target. Deal with xrefs too.
736         (Man-highlight-references0): Don't call the target function.
738         * woman.el (WoMan-xref-man-page): Strip the section number, woman
739         cannot deal with it.
741 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
743         * pgg-gpg.el: Clean up process buffers every time gpg processes
744         complete.
746 2006-04-04  Kenichi Handa  <handa@m17n.org>
748         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
749         here.
750         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
751         Temporarily bind inhibit-field-text-motion to t.
753 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * startup.el (normal-splash-screen): Only set mode-line-format in the
756         splash buffer, so as not to interfere when debugging the code.
757         Ignore errors when switching buffer.
759 2006-04-03  Romain Francoise  <romain@orebokech.com>
761         * dired.el (dired-dnd-protocol-alist): Fix typo.
763 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
765         * savehist.el (savehist): Add :version.
766         (savehist-ignored-variables): New variable.
767         (savehist-minibuffer-hook): Don't save variables listed in
768         `savehist-ignored-variables'.
770         * dired.el (dired-dnd-protocol-alist): Mention that change does
771         only apply to new buffers in doc string.
773 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
775         * recentf.el (recentf-open-files-item): Include newline in button
776         field, so opening a file will work, when the point is at the end
777         of the file name.  Allow, for example, to [i]search a file by
778         extension and just push RET to open it.
780 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
782         * pgg-gpg.el (pgg-gpg-process-filter)
783         (pgg-gpg-wait-for-completion): Check if buffer is alive.
785         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
786         lines, temporary fix.
788 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
790         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
792 2006-04-02  Richard Stallman  <rms@gnu.org>
794         * progmodes/compile.el (compilation-message-face): Make it defcustom.
796 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
798         * ibuf-macs.el (define-ibuffer-column): Add a new key:
799         header-mouse-map.
801         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
802         (ibuffer-mode-header-map): New keymaps.
803         (ibuffer-update-title-and-summary): Enable mouse face highlighting
804         and keybindings for column headers.
805         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
806         property.
808 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
810         * speedbar.el (speedbar-after-create-hook): Doc fix.
812 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
814         * shell.el (shell-directory-tracker)
815         (shell-dynamic-complete-command): Doc fixes.
817 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
819         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
820         terminals.
822 2006-04-01  Kim F. Storm  <storm@cua.dk>
824         * ido.el (ido-unc-hosts-cache): New defvar.
825         (ido-unc-hosts): If value of defcustom is a function, call it to
826         get list of UNC hosts.  Add function-item choices to specify
827         ido-unc-hosts-net-view or user function.
828         (ido-ignore-unc-host-regexps): New defcustom.
829         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
830         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
831         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
833 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
835         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
836         wwidth.
838 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
840         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
841         (ido-max-work-file-list, ido-switch-buffer)
842         (ido-read-file-name-as-directory-commands):
843         Fix typos in docstrings.
845 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
847         * term/mac-win.el (mac-system-coding-system): Define and use after
848         Mac-specific coding systems are ready.
850 2006-03-27  Romain Francoise  <romain@orebokech.com>
852         * net/rcirc.el (rcirc-connect): Add autoload cookie.
854         * ldefs-boot.el: Update.
856 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
858         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
859         passphrases when it is not needed.
860         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
861         passphrase stuff from gpg, should only be necessary when you use
862         gpg with a smartcard.
864 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
866         * comint.el (comint-dynamic-list-completions): Allow user to
867         select *Completions* buffer.
869 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
871         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
873 2006-03-26  Andreas Schwab  <schwab@suse.de>
875         * progmodes/gud.el (gdb): Only complain about multiple debugging
876         when the gdb process is still running.
878 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
880         * mail/rmail.el (tool-bar-map): Defvar it.
881         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
882         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
884 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
886         * help.el (print-help-return-message): Suggest to use
887         display-buffer instead of switch-to-buffer-other-window to restore
888         the previous window without selecting it.
890 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
892         * frame.el (select-frame-by-name): Call x-focus-frame also when
893         window-system is mac.
895         * term/mac-win.el: Adjust Courier font specifications in
896         x-fixed-font-alist.
897         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
898         when directly encoding to UTF-16 in native byte order, no BOM.
900 2006-03-25  Kim F. Storm  <storm@cua.dk>
902         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
903         (cua--init-keymaps): Use it instead of fixed C-return.
904         (cua-mode): Set after it.
906         * emulation/cua-rect.el (cua--init-rectangles):
907         Use cua-rectangle-mark-key instead of fixed C-return.
909 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
911         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
912         "run" in .gdbinit.
913         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
915 2006-03-24  Romain Francoise  <romain@orebokech.com>
917         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
918         `display-buffer-other-frame'.
920 2006-03-24  Kim F. Storm  <storm@cua.dk>
922         * apropos.el (apropos-synonyms): Add selection => region.
924 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
926         * progmodes/gdb-ui.el (gdb-var-create-regexp)
927         (gdb-var-list-children-regexp, gdb-var-update-regexp)
928         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
929         (gdb-data-list-register-values-regexp)
930         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
931         Future proof against new fields being added to MI output.
932         (gdb-send): Don't treat backslashes for program input as
933         continuations.
934         (gdb-assembler-handler): Don't use window-start for this handler.
935         (gdb-frame-handler): Don't change to hollow arrow if overlay
936         arrow doesn't move to new frame.
938 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
940         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
941         prevent compiler warnings.
942         (gdb-stopped): Check for gud-last-last-frame (case: signal).
943         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
944         (gdb-assembler-custom): Use hollow-right-triangle for assembler
945         buffer too.
947 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
949         * pgg-gpg.el (pgg-gpg-update-agent): Check for
950         make-network-process, so we can use the same code in Gnus v5-10
951         too and have this file fully synchronized with that release.
953 2006-03-23  Romain Francoise  <romain@orebokech.com>
955         * ibuf-ext.el (ibuffer-read-filter-group-name):
956         Use `ibuffer-generate-filter-groups' to make completion list match
957         the filter groups that are really displayed in the Ibuffer buffer.
958         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
960 2006-03-23  Kenichi Handa  <handa@m17n.org>
962         * international/mule-cmds.el (sort-coding-systems): Describe that
963         the argument is modified in docstring.
965 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
967         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
968         (pgg-gpg-update-agent): New function.
969         (pgg-gpg-use-agent-p): New function.
970         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
971         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
972         (pgg-gpg-sign-region): Use it.
974 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
976         * cus-edit.el (custom-face-set): Call custom-push-theme before
977         face-spec set so that `changed' theme is correctly saved.
978         (custom-face-reset-standard): Reset to recalculated face rather
979         than defface spec.
981         * custom.el (custom-push-theme): Only save `changed' theme if the
982         current face does not match the defface specs.
984 2006-03-21  Simon Josefsson  <jas@extundo.com>
986         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
987         <wilde@sha-bang.de>.
988         (pgg-gpg-use-agent): New variable.
989         (pgg-gpg-process-region): Use it.
990         (pgg-gpg-encrypt-region): Likewise.
991         (pgg-gpg-encrypt-symmetric-region): Likewise.
992         (pgg-gpg-decrypt-region): Likewise.
993         (pgg-gpg-sign-region): Likewise.
994         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
996 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
998         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
999         bracket links.
1001 2006-03-21  Kim F. Storm  <storm@cua.dk>
1003         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1004         fringe-indicator-alist instead of modifying global value.
1005         (gdb-frame-handler): Likewise.
1007 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1009         * diff-mode.el (diff-function): Make it inherit from diff-header
1010         instead of diff-context.
1012         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1013         bitmap.
1014         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1015         change names in macro above for consistency.
1016         (gdb-frame-handler): Use hollow-right-triangle for all selected
1017         frames which except the innermost (where execution has stopped).
1018         (gdb-reset): Reset buffer-local values of overlay-arrow.
1020 2006-03-20  Richard Stallman  <rms@gnu.org>
1022         * simple.el (set-mark-command): Doc fix.
1024         * files.el (display-buffer-other-frame): New command.
1025         (ctl-x-4-map): Bind C-x 5 C-o to it.
1027 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1030         rather than just defer-time, in case defer-time has been changed but
1031         the timer isn't running yet.
1032         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1034 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1036         * help-mode.el (help-follow-symbol): New function.
1037         Essentially identical to the old `help-follow', but do not let
1038         `push-button' do the work when on an xref.
1039         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1041 2006-03-19  Richard Stallman  <rms@gnu.org>
1043         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1044         preceded by the word `program'.
1045         (help-follow-mouse, help-follow): Throw error if not on xref.
1046         Delete no longer used args.
1048 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
1050         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1051         annotation ensure gud-overlay-arrow-position is redisplayed.
1053 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1055         * textmodes/bibtex.el (bibtex-include-OPTkey)
1056         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1057         (bibtex-autokey-name-case-convert)
1058         (bibtex-autokey-titleword-case-convert): Make these the aliases
1059         for the following two variables.
1060         (bibtex-autokey-name-case-convert-function)
1061         (bibtex-autokey-titleword-case-convert-function): Make these the
1062         real names.
1063         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1064         bibtex-font-lock-crossref sublists.
1065         (bibtex-mode): Revert 2005-12-30 change (which made
1066         completion-ignore-case buffer-local).
1067         (bibtex-url): Simplify.
1069 2006-03-19  Kim F. Storm  <storm@cua.dk>
1071         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1072         cursor property value to 2 (to align with C level change).
1074 2006-03-19  Bill Wohler  <wohler@newt.com>
1076         * image.el (image-load-path-for-library): Shorten first line in
1077         docstring.
1079 2006-03-18  Richard Stallman  <rms@gnu.org>
1081         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1083 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
1085         * isearch.el (isearch-other-meta-char): Handle user bindings for
1086         shifted control characters.
1088 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
1090         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1091         part that matches email addresses, file names, etc.
1093 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
1095         * term/w32-win.el (mouse-set-font):
1096         Mention w32-list-proportional-fonts in the doc string.
1098 2006-03-18  Kim F. Storm  <storm@cua.dk>
1100         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1101         (ido-unc-hosts): New user option to explicitly define list of know
1102         UNC-style hosts for completion.
1103         (ido-cache-unc-host-shares-time): New user option.
1104         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1105         New helper functions for UNC file-name support.
1106         (ido-may-cache-directory): Check for UNC host.  Simplify.
1107         (ido-wash-history): Clean out old UNC hosts.
1108         (ido-nonreadable-directory-p): UNC hosts are always readable.
1109         (ido-directory-too-big-p): UNC hosts are never too big.
1110         (ido-set-current-directory): Handle UNC root path.
1111         (ido-file-name-all-completions): Complete UNC host names from
1112         ido-unc-hosts list.  Cache UNC host shares.
1113         (ido-make-file-list-1): Don't filter UNC root.
1114         (ido-exhibit): Check for // in root directory, and switch to UNC
1115         mode by setting ido-current-directory to //.
1117 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
1119         * cus-edit.el (customize-changed-options): Mention explicit
1120         version number as default in prompt.
1122 2006-03-17  Bill Wohler  <wohler@newt.com>
1124         * image.el (image-load-path-for-library): Minor docstring fix.
1126 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
1128         * textmodes/org.el (org-read-date): Include subgroup 5 into
1129         replacement text.
1130         (org-popup-calendar-for-date-prompt): Fix customization type.
1132 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
1134         * progmodes/gdb-ui.el (gud-watch): Provide completion.
1135         (gdb-continuation): New variable.
1136         (gdb-send): Deal with continuation lines.
1138         * progmodes/gud.el (gud-gdb-complete-command)
1139         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1140         expressions.
1141         (gud-tooltip-mode): Use buffer-local value.
1143 2006-03-16  Kim F. Storm  <storm@cua.dk>
1145         * ido.el (ido-edit-input): Use selected match, if any.
1147 2006-03-16  Bill Wohler  <wohler@newt.com>
1149         * image.el (image-load-path-for-library): Prefer user's images in
1150         image-load-path.
1152 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
1154         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1155         when checking for attempt to drag leftmost or rightmost scrollbar.
1157 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
1159         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1160         (gdb-force-mode-line-update): New function.
1161         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1162         (gdb-exited): Use them.
1163         (gdb-signal): New function.
1164         (gdb-annotation-rules): Provide a rule for it.
1166 2006-03-16  Kenichi Handa  <handa@m17n.org>
1168         * international/mule.el (auto-coding-regexp-alist): Add entries
1169         for Unicode BOM.
1171         * sort.el (sort-build-lists): Temporarily bind
1172         inhibit-field-text-motion to t.
1174 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
1176         * locate.el (locate-command, locate-make-command-line)
1177         (locate-fcodes-file, locate-update-command)
1178         (locate-prompt-for-command, locate, locate-with-filter)
1179         (locate-get-file-positions): Doc fixes.
1180         (locate-buffer-name, locate-header-face): Remove leading `*' in
1181         defcustom.
1182         (locate-filter-output): Use `keep-lines' instead of its alias
1183         `delete-non-matching-lines'.
1184         (locate-get-filename, locate-get-dirname): Add introductory comment.
1185         (locate-find-directory-other-window): Give appropriate error
1186         message if used outside main listing.
1188 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1191         the new extend-region feature.
1192         (font-lock-after-change-function): Update correspondingly.
1193         * jit-lock.el (jit-lock-after-change): Update correspondingly.
1194         * progmodes/grep.el (font-lock-lines-before): Don't disable.
1196 2006-03-15  Bill Wohler  <wohler@newt.com>
1198         * image.el (image-load-path-for-library): Fix example by not
1199         recommending that one binds image-load-path.  Just defvar it to
1200         placate compiler and only use it if previously defined.
1202 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
1204         * textmodes/org.el (org-insert-centered): Use `string-width' to
1205         make underlining work for wide characters.
1206         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1207         TAB to `org-cycle', to make sure that no binding in
1208         `outline-mode-map' can supercede it.
1210 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
1212         * allout.el: Increment version to 2.2.1 in file commentary.
1214         (allout-version): Increment to 2.2.1.
1216         (allout-default-layout): New customization variable, used when the
1217         file lacks a specific allout-layout.  Uses allout-layout-type for
1218         recursively nested definition.
1220         (allout-layout-type): Widget defining allout layouts, necessary for
1221         self-recursive definition.
1223         (allout-mode): Incorporate allout-default-layout as fallback for
1224         allout-layout.
1226         (allout-layout): Mark as 'safe-local-variable', and refer mention
1227         fallback to `allout-default-layout' in absence of a specified value.
1228         (allout-passphrase-verifier-string)
1229         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1231         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1233         (allout-get-encryption-passphrase-verifier): Use correct name of
1234         passphrase verifier in docstring.
1236 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
1238         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1239         elements.
1240         (gdb-find-watch-expression): Make it work for arrays too.
1241         Follow change to gdb-var-list.
1242         (gud-watch): Allow the user to enter variable name with a prexix
1243         arg.  Create keybindings.
1244         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1245         (gdb-var-list-children-handler, gdb-var-update-handler)
1246         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1247         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1248         Follow change to gdb-var-list.
1249         (gdb-starting): Don't show the overlay arrows when program is running.
1251         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1252         gdb-var-list.
1254 2006-03-14  Bill Wohler  <wohler@newt.com>
1256         * image.el (image-load-path-for-library): Pass value of path
1257         rather than symbol.  Always return list of directories.
1258         Guarantee that image directory comes first.
1260 2006-03-14  Alan Mackenzie  <acm@muc.de>
1262         * font-core.el (font-lock-extend-region\(-function\)?.):
1263         New function/variable.
1265         * font-lock.el (font-lock-after-change-function):
1266         Call font-lock-extend-region.  Obey font-lock-lines-before.
1267         (font-lock-default-fontify-region): Remove reference to
1268         font-lock-lines-before.
1270         * jit-lock.el (jit-lock-after-change):
1271         Call font-lock-extend-region.  Obey font-lock-lines-before.
1273 2006-03-14  David Ponce  <david@dponce.com>
1275         * tree-widget.el (tree-widget-themes-load-path)
1276         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1278 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1280         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1281         (rcirc-print): Mark the start of text at the end of the prompt.
1282         (rcirc-track-minor-mode): Add autoload cookie.
1283         (rcirc-update-activity-string): Add space to front of mode-line
1284         indicator.
1286 2006-03-13  Miles Bader  <miles@gnu.org>
1288         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1289         (rcirc-abbrev-nick): Remove function.
1290         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1292 2006-03-13  David Ponce  <david@dponce.com>
1294         * tree-widget.el: Handle themes across all occurrences of the main
1295         themes sub-directory found in tree-widget-themes-load-path.
1296         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1297         (tree-widget--locate-sub-directory): Return all occurrences.
1298         (tree-widget-themes-path): New function.
1299         Replace tree-widget-themes-directory, and return a list of directories.
1300         (tree-widget-set-parent-theme)
1301         (tree-widget-lookup-image): Use it.
1303 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1305         * textmodes/org.el (org-link-search): Avoid self-matching of
1306         links, allow target text to be distributed over several lines.
1307         (org-search-not-link): New function.
1308         (org-set-regexps-and-options, org-get-current-options):
1309         New startup options.
1310         (org-export-as-html): Take odd-level setting from local variable.
1311         (org-fontify-emphasized-text): New option.
1312         (org-set-font-lock-defaults): Include emphasized text.
1313         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1314         (org-font-lock): Customize group renamed from `org-faces'.
1316 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1318         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1319         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1321 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1323         * cus-start.el (all): Delete :version keyword for members of the
1324         fringe group, since the entire group is new in 22.1.
1326 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1328         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1329         map if value is hexadecimal (an address).
1330         (gud-watch): Only search roots for existing watch expressions.
1331         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1332         prevent caching problems with speedbar-update-directory-contents.
1334 2006-03-12  Juri Linkov  <juri@jurta.org>
1336         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1337         before comparing with `low' and `warn'.
1339         * info.el (Info-dir-remove-duplicates): Move point to the
1340         beginning of the current line after deleting the entries from
1341         redundant heading.  Use marker for `limit' and compare it with
1342         point before calling `re-search-forward'.
1344 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1346         * simple.el (yank): Fix typo in docstring.
1348 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1350         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1351         messages, where "D" is the 6th character.
1353 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1355         * simple.el (yank): Fix last change.
1357 2006-03-11  David Ponce  <david@dponce.com>
1359         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1360         merging elements from the standard ispell-dictionary-alist.
1361         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1362         alist, and return the new alist.
1364 2006-03-11  Richard Stallman  <rms@gnu.org>
1366         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1368         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1369         the way it is implemented is too unclean.
1371         * simple.el (kill-region, yank): Doc fix.
1373         * battery.el (battery-echo-area-format): Doc fix.
1374         (battery-mode-line-format): Likewise.
1375         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1376         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1378 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1380         * progmodes/octave-mod.el (octave-indent-for-comment):
1381         Behave according to do string.
1383 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1385         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1386         Be visible only if major mode is Mail Mode.
1388         * textmodes/flyspell.el (flyspell-external-point-words)
1389         (flyspell-process-localwords): Fix last changes.
1391 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1393         * calendar/holidays.el (list-holidays): Doc fix.
1395         * international/mule.el (auto-coding-alist): Add .odt
1396         (OpenOffice's open document) files.
1398         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1399         document) files.  Mention in the doc string the need to sync with
1400         auto-coding-alist.
1402 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1404         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1405         enable-local-variables is set to always query, or there is no
1406         savable variable.
1408 2006-03-10  Bill Wohler  <wohler@newt.com>
1410         * image.el (image-load-path-for-library): Merge at least three
1411         functions from Gnus and MH-E into this one function that can now
1412         be shared.
1414 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1416         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1417         gdb-remove-mouse-face and remove help-echo too.
1418         (gdb-enqueue-input): Correct conditional clause.
1420 2006-03-10  Glenn Morris  <rgm@gnu.org>
1422         * calendar/calendar.el (calendar-holidays): Doc fix.
1423         * calendar/holidays.el (list-holidays): Doc fix.
1425 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1427         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1428         it gets called in gdb-prompt anyway.
1429         (gdb-use-separate-io-buffer): Only restore window arrangement for
1430         gdb-many-windows.
1431         (gdb-enqueue-input): Make it harder to send GDB input when program
1432         is running.
1433         (gdb-buffer-list): New variable.
1434         (gdb-remove-mouse-face): New function.
1435         (gdb-starting): Use it when GDB input won't get sent.
1437 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1439         * help.el (view-lossage): Remove trailing whitespace before
1440         inserting "\n".
1442 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1444         * files.el (hack-local-variables-confirm):
1445         Set coding-system-for-read to nil before writing to .emacs.
1447         * arc-mode.el (archive-extract): Check if an existing buffer name
1448         comes from a different archive.
1450         * help.el (describe-key-briefly): If KEY is a down event, read and
1451         discard the up event.
1453 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1455         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1456         be edited and use font-lock-warning-face for any changes.
1458         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1459         (gdb-edit-value): Use it to report any errors.
1461 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1463         * help.el (describe-key): Remove leftover test code.
1465 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1467         * textmodes/org.el: Move defvars out of eval-when-compile.
1468         Use buffer-file-name variable.
1469         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1470         arg `file'.
1471         (org-level-faces): Remove startup dependency.
1472         (org-cycle, org-map-tree, org-scan-tags)
1473         (org-remember-handler): Don't call `outline-level' directly.
1474         (org-mhe-search-all-folders): New option.
1475         (org-mhe-get-message-folder-from-index)
1476         (org-mhe-get-message-folder): Fix indexing search.
1477         (org-format-agenda-item): Handle nil TAGS argument.
1478         (org-cleaned-string-for-export, org-activate-target-links)
1479         (org-make-target-link-regexp): Deal with empty radio target list.
1480         (org-tag): New face.
1481         (org-get-level-face): New function.
1482         (org-set-font-lock-defaults): Simplify setup for headlines.
1483         (org-complete): Pass common substring to `display-completion-list'.
1485 2006-03-06  David Ponce  <david@dponce.com>
1487         * tree-widget.el: Update Commentary header.
1488         (tree-widget-theme-name): Ignore parent themes.
1489         (tree-widget-set-parent-theme): New function.
1490         (tree-widget-set-theme): Use it.
1491         (tree-widget-set-image-properties): Move definition.  Does nothing
1492         if image properties have already been set.
1493         (tree-widget-image-properties): Move definition.  Receive an image
1494         name.  Set the :pointer property.
1495         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1496         Don't set the :pointer image property.
1497         (tree-widget-convert-widget): New function.  Handle :dynargs
1498         compatibility here.
1499         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1500         predicate to control when the :expander function is entered.
1501         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1502         (tree-widget-value-create): Handle :expander-p.  widget-apply
1503         :expander.
1504         (tree-widget-expander-p): New function.  Default value of the
1505         :expander-p property.
1507 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1509         * help.el (describe-key): Properly handle the return value of
1510         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1511         remaps.  Handle string and vector `follow-link' values.
1513 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * complete.el (PC-expand-many-files): Try be more careful when parsing
1516         the shell's output.
1518 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * outline.el (hide-sublevels): Provide better interactive default.
1522 2006-03-06  Kenichi Handa  <handa@m17n.org>
1524         * international/fontset.el (create-fontset-from-fontset-spec):
1525         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1527 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1529         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1530         backslashes instead of one in regexp.
1531         (gud-tooltip-dereference): Add missing optional argument.
1533 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1535         * wdired.el (toplevel): Require `cl' at compile-time.
1537 2006-03-04  Andreas Schwab  <schwab@suse.de>
1539         * server.el (server-process-filter): Handle errors during
1540         evaluation of the argument.
1542 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1544         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1545         escape parentheses at beginning of line.
1546         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1547         (t-mouse-mode): Remove period from end of error message.
1549 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1551         * textmodes/flyspell.el (flyspell-process-localwords):
1552         Be case-sensitive.
1554 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1556         * cus-edit.el (custom-quote): Remove function, since it has been
1557         moved to custom.el.
1559         * font-lock.el (lisp-font-lock-keywords-2)
1560         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1561         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1562         they have no special meaning.
1564         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1565         indirect buffer gets killed before indirect buffer.  Use dolist.
1567 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1569         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1570         value instead of a literal constant (1) on more pauses.
1572 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1574         * textmodes/flyspell.el (flyspell-external-point-words):
1575         Be case-sensitive.
1577 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1579         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1580         with "www".
1582 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1584         * allout.el: Restablish intermediate missing comment header to
1585         preserve outline structure.
1586         (allout-beginning-of-current-entry): Skip invisible text.
1587         (allout-open-topic): Fix opening a topic at end-of-buffer.
1588         (allout-minor-mode): Move nearer to allout-mode function.
1590 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1592         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1594 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1596         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1597         is nil.
1599         * progmodes/gud.el (gud-speedbar-menu-items):
1600         Use buffer-local-value and add missing :visible keyword.
1602         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1604 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1606         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1607         must be `follow-link'.
1609         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1611         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1612         formatting: No nested anchors.
1613         (org-all-targets): Fix bug with XEmacs compatibility.
1614         (org-read-date): Add (require 'parse-time).
1615         (org-set-tags): Fix bug with extra inserted space.
1616         (org-export-html-style): Define a style class for targets.
1617         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1618         (org-hide-leading-stars): New option.
1619         (org-hide): New face.
1620         (org-set-font-lock-defaults): Allow to hide leading stars.
1621         (org-get-legal-level, org-tr-level): New functions.
1622         (org-odd-levels-only): New option.
1623         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1624         (org-demote, org-promote): Deal with double-star levels.
1625         (org-convert-to-odd-levels): New command.
1627 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1629         * speedbar.el (speedbar-update-localized-contents): Try to
1630         preserve window-start.
1631         (speedbar-update-directory-contents): Try to preserve window-start
1632         and window-point.
1633         (speedbar-update-special-contents): Don't move back to start of window.
1635         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1636         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1637         speedbar-timer-fn.
1638         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1639         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1640         instead of gdb-speedbar-timer-fn.
1642 2006-02-28  Jay Belanger  <belanger@truman.edu>
1644         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1645         (math-compose-expr): Use latex option when calling
1646         `math-compose-tex-matrix' for latex mode.
1648 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1650         * speedbar.el: Re-instate comments about developing for speedbar
1651         [this is what info and gdb-ui use even if better methods exist now].
1653         * t-mouse.el: New file.
1654         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1655         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1656         (t-mouse-make-event-element): Use posn-at-x-y instead.
1657         (t-mouse-make-event): Deal with Fedora Core 3.
1658         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1659         (t-mouse-mouse-position-function): New function.  Use it instead
1660         of advising mouse-position.
1661         (t-mouse-mode): New minor mode.
1662         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1664 2006-02-27  Glenn Morris  <rgm@gnu.org>
1666         * calendar/calendar.el (calendar-holidays): Doc fix.
1668 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1670         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1671         Re-introduce the concept of a source window.
1672         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1673         consistency with get-buffer-create.
1674         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1675         (gdb-data-list-register-values-handler)
1676         (gdb-stack-list-locals-handler): Try to preserve window-start as
1677         well as window-point.
1678         (gdb-display-source-buffer): New function (old concept).
1679         (gdb-goto-breakpoint): Use it.
1681         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1682         for gdb-ui/gdb-mi (old concept).
1684 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1686         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1687         binding.
1689         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1691         * textmodes/reftex-sel.el (reftex-select-label-map)
1692         (reftex-select-bib-map): Add `follow-mouse' binding.
1694 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1696         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1697         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1698         Give :set functions to provide automatic updating.
1699         Update docstring.  Give compiler defvars early in the file
1700         and move the defcustoms to a later spot where all called functions
1701         are defined.
1702         (jka-compr-file-name-handler-entry): Doc fix.
1703         (jka-compr-compression-info-list--internal)
1704         (jka-compr-mode-alist-additions--internal)
1705         (jka-compr-load-suffixes--internal): New variables.
1706         (jka-compr-install): Set the three above variables.
1707         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1708         (jka-compr-update, jka-compr-set): New functions.
1709         (auto-compression-mode): Doc fix.
1711         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1712         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1713         Use jka-compr-compression-info-list--internal,
1714         jka-compr-mode-alist-additions--internal and
1715         jka-compr-load-suffixes--internal.
1717         * files.el (load-library):
1718         * loadhist.el (file-loadhist-lookup):
1719         * startup.el (command-line):
1720         * subr.el (locate-library):
1721         * emacs-lisp/autoload.el (update-directory-autoloads):
1722         * emacs-lisp/find-func.el (find-library-suffixes):
1723         Use `get-load-suffixes' instead of `load-suffixes'.
1725         * subr.el (locate-library):
1726         * emacs-lisp/find-func.el (find-library-name):
1727         Use `load-file-rep-suffixes' instead of '("").
1729 2006-02-26  Kim F. Storm  <storm@cua.dk>
1731         * ido.el (ido-save-history, ido-load-history): Simplify.
1732         Don't use find-file-noselect to avoid interference from other modes.
1734 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1736         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1737         to use the default shell if filename is not available.
1738         Reported by Giorgos Keramidas.
1740 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1742         * progmodes/etags.el (tags-completion-table): Do completion from
1743         all the tables in the current list, as documented in the manual.
1745 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1747         * CC Mode Update to 5.31.3.
1749 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1751         * progmodes/cc-mode.el (c-postprocess-file-styles):
1752         Bind inhibit-read-only to t, around the call to
1753         c-remove-any-local-eval-or-mode-variables, so that it works on a
1754         RO file.
1756 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1758         * progmodes/cc-awk.el: Correct a typo.
1760 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1762         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1763         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1764         name as an alias.
1766 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1768         * progmodes/cc-mode.el: Correct a typo.
1770 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1772         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1774 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1776         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1777         brace-else-brace (error due to mbeg, mend being undefined).
1779 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1781         * progmodes/cc-mode.el: File Local variables: Solve the problem
1782         where both `mode' and c-file-offsets are specified: `mode' will
1783         overwrite c-f-o's settings:
1784         (c-remove-any-local-eval-or-mode-variables): New function.
1785         (c-postprocess-file-styles): Call the above new function, within
1786         c-tentative-buffer-change, to splat `mode' and `eval' before the
1787         second hack-local-variables.
1789 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1791         * progmodes/cc-mode.el:
1792         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1793         (c-after-change): Protect the match data with save-match-data.
1794         It was getting corrupted by c-after-change-check-<>-operators.
1796         * cc-defs.el: [Supersedes patch V1.38]:
1797         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1798         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1800         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1801         with save-match-data.  It was being corrupted when Font Lock was
1802         not enabled.
1804 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1806         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1807         Mode and Subword Mode.
1809         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1810         real labels ("case 1:" or "foo:") from non-labels ("public:").
1811         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1812         coding; c-f-t-2 doesn't move over a token at EOB.
1814         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1816         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1817         (c-update-modeline): Concatenate the minor mode indicators
1818         directly onto mode-name, removing c-submode-indicators.
1819         Sometimes, c-s-i got separated from the mode name on the mode line.
1821         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1822         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1824 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1826         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1827         error message when there's an evaluation error to show whether
1828         it's loaded from source or not.
1829         (c-filter-ops): Make it available at runtime too to work when
1830         `c-make-init-lang-vars-fun' needs to evaluate from source.
1832 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1834         * help.el (help): Revert last part of 2006-02-23 change (deletion
1835         of the `provide' call).
1837 2006-02-23  Juri Linkov  <juri@jurta.org>
1839         * compare-w.el (compare-windows-highlight): Add new value
1840         `persistent' and change :type from `boolean' to `choice'.
1841         (compare-windows-overlays1, compare-windows-overlays2):
1842         New internal variables.
1843         (compare-windows-highlight): If compare-windows-highlight is
1844         `persistent', add current overlays to compare-windows-overlays[12]
1845         instead of adding compare-windows-dehighlight to pre-command-hook.
1846         (compare-windows-dehighlight): Delete all overlays from
1847         compare-windows-overlays[12].
1849         * info.el (Info-search): Don't bind search-spaces-regexp to
1850         Info-search-whitespace-regexp in non-regexp isearch mode.
1852 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1856 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1858         * textmodes/org.el (org-xemacs-p)
1859         (org-export-html-show-new-buffer, org-table-may-need-update)
1860         (org-insert-item, org-mhe-get-message-real-folder)
1861         (org-mhe-get-message-folder-from-index)
1862         (org-mhe-get-message-folder, org-mhe-get-message-num)
1863         (org-mhe-get-header, org-make-org-heading-search-string)
1864         (org-make-org-heading-camel, org-table-sort-lines)
1865         (org-format-org-table-html, org-format-table-table-html):
1866         Fix typos in docstrings.
1868 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1870         * textmodes/org.el (org-cleaned-string-for-export)
1871         (org-solidify-link-text): New function.
1872         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1873         XEmacs, just to silence the compiler.
1874         (org-export-as-ascii, org-export-as-html-and-open):
1875         Use `org-cleaned-string-for-export' and create internal links.
1876         (org-follow-mhe-link): Require mh-e, use folder.
1878 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1880         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1882         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1883         gdb-debug-log-length.
1884         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1885         it a real ring but...
1886         (gud-gdba-marker-filter): ...make it work like mark-ring.
1887         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1888         (gdb-mouse-jump): New function.  Add bindings.
1890 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1892         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1893         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1894         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1895         (gdb-debug-log-length): Customize it's length.
1896         (gud-watch, gdb-var-create-handler): Display function::var format
1897         but don't use to create variable object.
1898         (gdb-var-create-handler): Use message-box in place of message.
1899         (gdb-stopped): Call gdb-exited if signalled.
1901 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1903         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1905         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1907         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1908         if `reftex-try-all-extensions' is set.
1910         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1911         fail silently when there is no valid argument at point.
1912         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1913         `fail-silently' argument.  From a patch by David Reiter.
1915         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1916         New commands.
1917         (org-mark-ring): New variable.
1918         (org-mark-ring-length): New option.
1919         (org-open-at-point, org-goto, org-open-file): Push old position
1920         onto the mark ring.
1921         (org-add-hook): New function.
1922         (org-export-table-remove-special-lines): New option.
1923         (org-skip-comments, org-format-org-table-html): Respect new
1924         option `org-export-table-remove-special-lines'.
1925         (org-open-file): Allow special command configuration for
1926         directory link.
1927         (org-file-apps): Fix bugs in customize type, added setting
1928         for directories.
1929         (org-activate-tags, org-format-agenda-item, org-complete)
1930         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1931         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1932         (org-link-search, org-make-org-heading-search-string)
1933         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1934         (org-radio-targets, org-file-link-context-use-camel-case)
1935         (org-activate-camels): New options.
1936         (org-update-radio-target-regexp, org-all-targets)
1937         (org-make-target-link-regexp, org-activate-target-links):
1938         New functions.
1939         (org-make-org-heading-search-string): New function.
1940         (org-store-link, org-insert-link): Use new option
1941         `org-file-link-context-use-camel-case'.
1942         (org-activate-camels): Use new option `org-activate-camels'.
1943         (org-link-regexp): Add mhe prefix.
1944         (org-open-at-point, org-store-link): Support for mhe links.
1945         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1946         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1947         (org-mhe-get-header, org-follow-mhe-link): New functions.
1948         (org-remove-angle-brackets, org-add-angle-brackets):
1949         New functions.
1950         (org-bracket-link-regexp): New constant.
1951         (org-read-date): Fix bug that was rejecting all typed dates.
1952         (org-link-search): Make hierarchy above visible after a match.
1953         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1954         (org-store-link): Fix bug with link creation when cursor is in
1955         an empty line.
1956         (org-open-at-point): Fix bug with matching a link.
1957         Fixed buggy argument sequence in call to `org-view-tags'.
1958         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1959         (org-prefix-has-tag): New variable.
1960         (org-format-agenda-item): Remove tags from headline
1961         if appropriate.
1962         (org-agenda-remove-tags-when-in-prefix): New option.
1964 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1966         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1967         Fix the regular expressions.
1969 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1971         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1972         if there's no other specific basis.
1974         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1975         as variables at all.
1976         (unsafep-variable): Rename arg; doc fix.
1978         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1980         * calendar/appt.el (diary-selective-display): Add defvar.
1982         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1984         * isearch.el (search-whitespace-regexp): Fix custom type.
1986         * help.el (describe-key-briefly): Compute interactive args
1987         in same was as before previous change.
1989         * files.el (enable-local-variables): Doc fix.
1991 2006-02-21  Kim F. Storm  <storm@cua.dk>
1993         * fringe.el: Cleanup as file is now pre-loaded.
1994         (fringe-bitmaps): Initialize unconditionally.
1995         (fringe-mode, set-fringe-style): Remove autoload cookies.
1997 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1999         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2000         `horizontal-bar'.
2001         (fringe-cursor-alist): Use `horizontal-bar'.
2003 2006-02-20  Kim F. Storm  <storm@cua.dk>
2005         * fringe.el (fringe-bitmaps): Update to new bitmap names.
2006         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2008         * loadup.el: Load "fringe" on window systems.
2010 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
2012         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2013         out of scope components.
2015         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2016         default.
2018 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
2020         * custom.el (customize-mark-to-save, customize-mark-as-set):
2021         Load the symbol first.
2023 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2025         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2026         strech spec so it doesn't display as "^J" on the header line
2027         when `Buffer-menu-use-header-line' is t.
2029 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
2031         * speedbar.el (speedbar-make-button): Keep text properties
2032         of string arguments if desired.
2034         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2035         expessions.
2037         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2038         of speedbar.
2040 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
2042         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2043         to value of `read-file-name-completion-ignore-case'.
2045 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
2047         * custom.el (customize-mark-as-set): Push to `user' theme.
2049         * cus-edit.el (custom-save-variables): Allow unthemed values.
2050         (customize-set-variable): Push setting to `user' theme.
2052 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
2054         * progmodes/gud.el: Don't require font-lock as it's now
2055         automatically loaded.
2056         (gud-speedbar-buttons): Replace gdb-var-changed with
2057         gdb-force-update.
2059         * progmodes/gdb-ui.el (gdb-force-update): Rename from
2060         gdb-var-changed.
2061         (gdb-post-prompt): Use it.
2062         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2063         (gdb-var-update-handler, gdb-var-delete)
2064         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2065         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2066         gdb-force-update in gdb-post-prompt.
2067         (gdb-reset): Clear watch expressions from speedbar when quitting.
2069 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2071         * viper-cmd.el (viper-insert-state-post-command-sentinel)
2072         (viper-change-state-to-vi, viper-change-state-to-emacs):
2073         Make aware of cursor coloring in the Emacs state.
2074         (viper-special-read-and-insert-char): Use read-char-exclusive.
2075         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2077         * viper-init.el (viper-emacs-state-cursor-color): New variable.
2079         * viper-util.el (viper-save-cursor-color)
2080         (viper-get-saved-cursor-color-in-replace-mode)
2081         (viper-get-saved-cursor-color-in-insert-mode)
2082         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2083         state.
2084         (viper-get-saved-cursor-color-in-emacs-mode): New function.
2086         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2087         (ediff-ignore-case-option3, ediff-actual-diff-options)
2088         (ediff-actual-diff3-options): New variables to control case sensitivity.
2089         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2090         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2091         (ediff-toggle-ignore-case): New function.
2092         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2094         * ediff-help.el (ediff-long-help-message-narrow2)
2095         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2096         (ediff-long-help-message-word-mode): Add ignore-case command.
2097         (ediff-help-for-quick-help): Add ignore-case command.
2099         * ediff-merg.el: Move provide to the end.
2101         * ediff-ptch.el: Move provide to the end.
2103         * ediff-wind.el: Move provide to the end.
2105         * ediff-mult.el: Move provide to the end.
2106         (ediff-set-meta-overlay): Enable follow-link.
2108         * ediff.el: Move provide to the end.
2109         Break recursive load cycle in eval-when-compile.
2110         (ediff-patch-buffer): Better heuristics.
2112         * ediff-util.el: Move provide to the end.
2113         Break recursive load cycle in eval-when-compile.
2114         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
2115         defuns.
2116         (ediff-submit-report): Pass the values of ediff-diff3-program,
2117         ediff-diff3-options.
2119 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
2121         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2122         the opening bracket of the following bracketing pairs: {}, [], (), <>,
2123         `' (for example, in the docstring of `windmove-default-keybindings').
2125 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
2127         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2128         shadow face.  Don't provide binding to edit variable when it is
2129         out of scope.
2131         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2132         (gdb-var-update-handler): Detect out of scope variables with pre
2133         GDB 6.4 too.
2134         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2135         Reset status of variable objects to nil in update handlers.
2136         (gdb-var-update-handler-1): Detect when a variable object comes
2137         in scope.  setcar on var changes gdb-var-list directly.
2139 2006-02-17  Juri Linkov  <juri@jurta.org>
2141         * ffap.el (ffap) <defface>: Add explicit face declaration.
2142         (ffap-highlight): Use face `ffap' directly instead of checking
2143         for its existence.
2145         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2146         `visible-ok' of `other-buffer' to find the right original buffer.
2148         * info.el (Info-search): Skip `Local Variables' node.
2150 2006-02-17  Juri Linkov  <juri@jurta.org>
2152         * info.el (Info-find-file): Check for symbols `apropos', `history',
2153         `toc' in the input filename, and return these symbols as is.
2154         (Info-find-node-2): Set Info-current-file to symbols `apropos',
2155         `history', `toc' instead of strings.
2156         (Info-set-mode-line): For non-string Info-current-file use the
2157         symbol's name inside **.
2158         (Info-isearch-push-state): Add quote before Info-current-file and
2159         Info-current-node.
2160         (Info-isearch-pop-state): Use `equal' instead of `string='.
2161         (Info-extract-pointer, Info-following-node-name): Use
2162         `match-string-no-properties' instead of `match-string'.
2163         (Info-up): Check `old-file' for `stringp'.
2164         (Info-history): Use `equal' instead of `string-equal'.
2165         Check `file' for `stringp'.
2166         (Info-history): Use symbol `history' instead of string as first arg
2167         of `Info-find-node'.
2168         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
2169         `toc' instead of string.
2170         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2171         instead of `buffer-substring', and `match-string-no-properties'
2172         instead of `match-string'.
2173         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2174         instead of strings.
2175         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2176         Use symbol `apropos' instead of string.
2177         (Info-copy-current-node-name): Check `Info-current-file' for
2178         `stringp' and construct a command with `Info-find-node' from it.
2179         (Info-fontify-node): Use `match-string-no-properties' instead of
2180         `match-string' and check file names for `stringp'.
2181         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2182         `history', `toc' instead of strings.
2184 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
2186         * files.el: Rearrange functions and variables in the file local
2187         variables section.
2189 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
2191         * files.el: Add truncate-lines, ispell-check-comments and
2192         ispell-local-dictionary as safe local variables.
2194 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
2196         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2197         out of scope variables.
2198         (gud-speedbar-buttons): Use unless.
2200         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2201         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2202         (gdb-show-changed-values): Also use for out of scope variables.
2203         (gdb-var-update-handler-1): Note if variable goes out of scope.
2205 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
2207         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2208         default to global variable values for unsupplied args.
2209         (rcirc-get-buffer-create): Fix bug with setting the target.
2210         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2211         test for rcirc-always-use-server-buffer-flag here.
2212         (rcirc-response-formats): Add %N, which is a facified nick.  %n
2213         uses the default face.  Change the ACTION format string.  If the
2214         "nick" is the server, don't print anything for that field.
2215         Comment fixes.
2216         (rcirc-target-buffer): Don't test
2217         rcirc-always-use-server-buffer-flag here.
2218         (rcirc-print): Squeeze extra spaces out of the text before message.
2219         (rcirc-put-nick-channel): Strip potential "@" char from nick
2220         before adding them to nick table.
2221         (rcirc-url-regexp): Improve to match address like "foo.com".
2223 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
2225         * allout.el (allout-hidden-p): Move this defsubst before
2226         allout-overlay-interior-modification-handler, where it is first
2227         used.
2229 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
2231         * allout.el: Use allout invisible-text overlays instead of
2232         selective display for concealed text.  Also, lots of general
2233         cleanup, and improved compatibility code.
2235         (allout-version) Incremented, corrected, revised, and refined
2236         module commentary.
2238         (provide 'allout): Moved to the bottom, added a require of overlay.
2240         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2241         `except-current'.
2242         (allout-write-file-hook-handler): Minimize delay.
2243         (count-trailing-whitespace-region): New function so
2244         auto-encryption of current topic can resituate cursor exactly.
2245         PGP/GPG encryption trims trailing whitespace from lines, which
2246         must be accounted for across encryption then decryption.
2248         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2249         just plain "\C-c", to avoid intruding on user's keybinding space.
2251         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2252         parameter, so user request to provide a new password is done.
2254         (allout-outside-normal-auto-fill-function, allout-auto-fill):
2255         Refined mechanism for auto-filling behavior while in allout mode.
2257         (allout-mode): Explicitly specify the mode map in the docstring.
2258         Clarify provision for various write-file hook var names.
2259         Adjusted for invisible-text overlays instead of selective-display.
2261         (allout-depth): Really return 0 if not within any topic.  This
2262         rectifies `allout-beginning-of-level' and sequence numbering
2263         errors that occur when cutting and pasting numbered topics.
2264         Changed from a in-line subst to a regular function, as well.
2266         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2268         (allout-end-of-subtree, allout-end-of-subtree)
2269         (allout-end-of-entry, allout-end-of-current-heading)
2270         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2271         (allout-show-children, allout-show-to-offshoot)
2272         (allout-hide-current-entry, allout-show-current-entry): Rectified
2273         handling of trailing blank lines between items.
2275         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2276         (allout-current-depth, allout-unprotected, allout-hidden-p)
2277         (allout-on-current-heading-p, allout-listify-exposed)
2278         (allout-chart-subtree, allout-goto-prefix)
2279         (allout-back-to-current-heading, allout-get-body-text)
2280         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2281         (allout-hide-region-body, allout-toggle-subtree-encryption)
2282         (allout-encrypt-string, allout-encrypted-key-info)
2283         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2284         (allout-file-vars-section-data): Adjusted for use with
2285         invisible-text overlays instead of selective-display.
2287         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2288         Reworked for use with invisible text overlays.
2290         (allout-current-topic-collapsed-p): New function.
2292         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2293         to know when to close the containing topic.
2295         (allout-pre-command-business, allout-post-command-business):
2296         Simplify undo-batching and dynamic isearch exposure.
2298         (allout-set-overlay-category): New for invisible-text overlays.
2299         Sets properties of allout-overlay-category, used by
2300         allout-flag-region to set invisible-text overlay properties.
2301         (allout-get-invisibility-overlay): Get the first qualifying
2302         invisibility overlay, so we can find the extent of it.
2303         (allout-back-to-visible-text): Get to just before the beginnining
2304         of the current invisibility overlay, if any.
2306         (allout-overlay-insert-in-front-handler)
2307         (allout-overlay-interior-modification-handler)
2308         (allout-before-change-handler, allout-isearch-end-handler): New
2309         functions to handle extraordinary actions affecting concealed
2310         text.
2312         (allout-flag-region): Use overlays instead of selective-display
2313         for invisible text - by inheritence from the properties of
2314         allout-overlay-category in mainline Emacs, and applied
2315         property-by-property in XEmacs, some recent versions of which
2316         don't inherit the properties from the category.  Provisions to
2317         respond to concealed-text edits simplified drastically.
2319         (allout-isearch-rectification, allout-isearch-was-font-lock)
2320         (allout-isearch-expose, allout-enwrap-isearch)
2321         (allout-isearch-abort, allout-pre-was-isearching)
2322         (allout-isearch-prior-pos, allout-isearch-did-quit)
2323         (allout-isearch-dynamic-expose)
2324         (allout-hide-current-entry-completely): Functions deleted.
2326         (allout-undo-aggregation): Explicit undo aggregation no longer
2327         necessary due to transition away from selective-display.
2329         (set-allout-regexp, allout-up-current-level)
2330         (allout-next-visible-heading, allout-forward-current-level)
2331         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2332         (allout-kill-line, allout-yank-processing, allout-show-children)
2333         (allout-expose-topic, allout-old-expose-topic)
2334         (allout-listify-exposed, allout-insert-latex-header)
2335         (allout-toggle-subtree-encryption, allout-encrypt-string)
2336         (remove-from-invisibility-spec, allout-hide-current-subtree):
2337         Ditched unused variables.
2339 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2341         * textmodes/ispell.el (ispell-change-dictionary): Call
2342         ispell-buffer-local-dict instead of
2343         ispell-accept-buffer-local-defs.
2344         (ispell-local-dictionary-alist): Accept as valid any coding-system
2345         supported by Emacs.
2346         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2347         changed to iso-8859-3.
2349 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2351         * speedbar.el (speedbar-frame-width): Make an inline function
2352         instead of a macro.  Use frame-width.
2353         (speedbar-try-completion, speedbar-update-contents)
2354         (speedbar-timer-fn): Use consp.
2355         (speedbar-update-localized-contents): Try to preserve point.
2357         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2358         (menu): Re-order menu items.
2359         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2360         field.
2361         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2362         (gdb-post-prompt): Speed things by not forcing update.
2364 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2366         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2367         press and perform default action if we get a mouse movement event.
2369 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2371         * calendar/icalendar.el (icalendar--get-event-property)
2372         (icalendar--get-event-property-attributes): Fix typos in
2373         docstrings.
2375         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2376         docstring.
2378 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2380         * bs.el (bs-mode): Use `buffer-disable-undo'.
2381         (bs--get-file-name): Simplify.
2382         (bs-show-in-buffer): Mark the buffer as not modified.
2384 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2386         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2387         widget-button-click.
2389         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2390         (custom-mode): Update docstring.
2392         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2393         binding.
2395         * files.el (hack-local-variables-confirm): Allow scrolling if the
2396         file variable list is too long.  Kill temp buffer after use.
2398 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2400         * progmodes/gud.el (gdb): Improve doc string.
2401         (gdb-script-font-lock-keywords): Expand allowed character set.
2403         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2404         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2405         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2406         (gdb-separate-io-stop, gdb-separate-io-eof):
2407         Rename from gdb-inferior-* to gdb-separate-*.
2408         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2410 2006-02-14  Jay Belanger  <belanger@truman.edu>
2412         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2413         expression is a symbol before checking that it is bound.
2415         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2416         test to see if equation can be solved.
2418 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2420         * wid-edit.el (widget-button-click): Use :pressed-face property
2421         for overlay face, if it exists.
2423         * cus-edit.el (custom-manual, custom-add-see-also)
2424         (custom-add-parent-links, custom-group-link): Add :pressed-face
2425         property to links.
2427         * files.el (hack-local-variables): Remove ignored variables before
2428         checking if any variables need setting.
2430 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2432         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2434 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2436         * help.el (where-is): Fix message for remapped commands.
2438         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2439         Fix typos in docstrings.
2441 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2443         * files.el (safe-local-variable-values): New option.
2444         (hack-local-variables-prop-line): Return a list of variable-value
2445         pairs if MODE-ONLY is non-nil.
2446         (hack-local-variables): Construct list of variable-value pairs,
2447         and apply or reject them in one go.  Ask for confirmation if
2448         variables are not known safe.
2449         (hack-local-variables-confirm): Complete rewrite.  Support
2450         `safe-local-variable-values'.
2451         (enable-local-variables): Update docstring to reflect new
2452         behavior.
2453         (ignored-local-variables): Ignore ignored-local-variables and
2454         safe-local-variable-values.
2455         (safe-local-variable-p): New function.
2456         (risky-local-variable-p): `safe-local-variable' property check
2457         moved to safe-local-variable-p.
2458         (hack-one-local-variable): Checks moved to hack-local-variables.
2460         (byte-compile-dynamic, c-basic-offset, c-file-style)
2461         (c-indent-level, comment-column, fill-column, fill-prefix)
2462         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2463         (no-update-autoloads, outline-regexp, page-delimiter)
2464         (paragraph-start, paragraph-separate, sentence-end)
2465         (sentence-end-double-space tab-width, version-control):
2466         Add `safe-local-variable' property.
2468         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2470         * icomplete.el, play/landmark.el: Change nonexistent
2471         `outline-layout' file variable to `allout-layout'.
2473 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2475         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2476         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2477         to gud-comint-buffer.
2478         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2479         gdb-ui.el for gdb-mi.el.
2480         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2481         registers buffer to gdb-get-changed-registers.
2482         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2483         deletion of catchpoints (throw and catch).
2484         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2485         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2486         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2487         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2488         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2490 2006-02-13  Jay Belanger  <belanger@truman.edu>
2492         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2493         expression is a symbol before checking that it is bound.
2495 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2497         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2498         for the minibuffer too, but not if resize-mini-windows will interfere.
2500         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2501         inside `interactive' spec.
2502         (describe-key-briefly-internal, describe-key-internal):
2503         Functions merged back into their callers.
2505 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2507         * info.el (info-xref-visited): Inherit from info-xref too.
2508         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2509         when propertizing Info-current-file and Info-current-node.
2511 2006-02-13  Juri Linkov  <juri@jurta.org>
2513         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2514         (tumme-thumb-name): Fix per-directory format.
2516 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2518         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2520 2006-02-12  Miles Bader  <miles@gnu.org>
2522         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2524 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2526         * tumme.el: Remove history section.  If someone needs the it, it
2527         can always be found in CVS.
2529 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2531         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2532         about the Thumbnail Managing Standard option.
2534 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2536         * subr.el (substitute-key-definition): Doc fix.
2538         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2540         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2542         * info.el (Info-mode): Doc fix.
2544         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2546 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2548         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2549         because on Solaris a POSIX compatible "id" is needed.  Reported by
2550         Magnus Henoch <mange@freemail.hu>.
2552 2006-02-12  Juri Linkov  <juri@jurta.org>
2554         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2555         (tumme) <defgroup>: Change :group to `multimedia'.
2556         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2557         Managing Standard.
2558         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2559         Fix dostring.
2560         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2561         and %y.  Fix docstring.
2562         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2563         (tumme-cmd-create-standard-thumbnail-command): New user options.
2564         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2565         is `standard'.  Fix docstring.
2566         (tumme-thumb-width, tumme-thumb-height): New user options.
2567         (tumme-external-viewer): Try to find various viewers.
2568         (tumme-get-thumbnail-image): Use `create-image' instead of
2569         constructing the `image' structure.
2570         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2571         `standard'.
2572         (tumme-thumb-name): Add file name generation for standard storage.
2573         Simplify code for other storages.
2574         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2575         Add modification time %m and thumbnail-nq8 %q.
2576         Use `tumme-cmd-create-standard-thumbnail-command' if
2577         tumme-thumbnail-storage is `standard'.
2578         (tumme-dired-insert-marked-thumbs): New autoload command.
2579         (tumme-dired-after-readin-hook): New function.
2580         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2581         `tumme-thumb-size'.
2582         (tumme-display-image): Replace size-x %x and size-y %y with
2583         width %w and height %h.
2585         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2586         `tumme-dired-insert-marked-thumbs'.
2588 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2590         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2591         include path).
2592         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2593         matching tag.
2595 2006-02-12  Miles Bader  <miles@gnu.org>
2597         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2598         New variables.
2599         (rcirc-abbrev-nick): New function.
2600         (rcirc-format-response-string): Rewrite to use the formats in
2601         `rcirc-response-formats' and expand escape sequences therein.
2602         A text-property `rcirc-text' is added over the actual response
2603         text to make easy to find inside the returned string.
2604         (rcirc-print): When filling, just look for the `rcirc-text'
2605         text-property to find the appropriate fill prefix, instead of
2606         using hardwired patterns.
2608 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2610         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2611         Managing Standard.
2613 2006-02-11  Kim F. Storm  <storm@cua.dk>
2615         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2616         Don't use insert-buffer; do insert-buffer-substring directly.
2617         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2619 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2621         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2622         with inhibit-read-only.  Suggested by Stefan Monnier.
2623         (revert-buffer): Let insert-file-contents discard
2624         buffer-undo-list.  Simplify code.
2625         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2627 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2629         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2631         * help.el (describe-key-briefly): Now a wrapper for
2632         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2633         to t.  Populate yank-menu if empty.
2634         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2635         (describe-key): Now a wrapper for describe-key-internal.  Bind
2636         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2637         (describe-key-internal): Renamed from describe-key.
2639 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2641         * progmodes/glasses.el (glasses-separator): Doc fix.
2642         (glasses-original-separator): New defcustom.
2643         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2645 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2647         * mwheel.el (mouse-wheel-up-event): Doc fix.
2649 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2651         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2652         (tumme-dir): New function.  Copied from thumbs.el.
2654 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2656         * desktop.el (desktop-outvar): Fix typo.
2657         (desktop-save-buffer-p): Doc fix.
2659         * subr.el (substitute-key-definition): Fix typo.
2661 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2663         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2664         when window-system is mac.
2666         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2668 2006-02-10  Kim F. Storm  <storm@cua.dk>
2670         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2671         indirect-function instead of using condition-case.
2673 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2675         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2676         less `colloquial'...
2678 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2680         * tumme.el: Add a couple of todo items.
2682 2006-02-09  Lars Hansen  <larsh@soem.dk>
2684         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2685         (highlight-changes-mode): Don't change desktop-locals-to-save.
2687 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2689         * image-mode.el (image-toggle-display): Clear image cache if using
2690         filename.
2692 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2694         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2695         a `dired-man' target.
2697         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2698         boundary of symbols.
2700 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2702         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2704 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2706         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2707         `mapcar'; return nil.
2709 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2711         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2712         some other event.
2714 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2716         * net/rcirc.el (rcirc-startup-channels-alist):
2717         Add irc.freenode.net and #emacs as defaults.
2718         (rcirc-ignore-all-activity-flag): Remove variable.
2719         (rcirc-authinfo): New variable.
2720         (rcirc-authinfo-filename): Remove variable.
2721         (rcirc-always-use-server-buffer-flag): New flag.
2722         (rcirc): M-x rcirc will automatically connect without prompting.
2723         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2724         connection in lisp.
2725         (rcirc-process-server-response-1): Remove everything but the nick
2726         portion of the sender so it doesn't need to be done everywhere
2727         else.  Update related code.
2728         (global-map): Remove global keybindings.
2729         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2730         (rcirc-send-input): Split into several functions.
2731         (rcirc-process-input-line, rcirc-process-message)
2732         (rcirc-process-command): New functions.
2733         (rcirc-target-buffer): New function to determine where to route
2734         messages.
2735         (rcirc-user-nick): Save match data.
2736         (rcirc-toggle-ignore-buffer-activity)
2737         (rcirc-update-activity-string): Remove global ignore functionality,
2738         which can be done now by toggling rcirc-track-minor-mode.
2739         (rcirc-track-minor-mode-map): New keymap.
2740         (rcirc-track-minor-mode): New minor-mode.
2741         (ignore): Make the ignore output nicer.  Always print it when
2742         adding or removing nicks.
2743         (rcirc-url-regexp): Improve.
2744         (rcirc-mangle-text): Remove properties before using text in the
2745         modeline.
2746         (rcirc-authenticate): Authentication data comes from
2747         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2748         (rcirc-server-prefix): Inherit from rcirc-server.
2750 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2752         * Makefile.in (compile): Append "|| true" to the end of the `find'
2753         command, like compile-always does.
2755 2006-02-08  Sam Steingold  <sds@gnu.org>
2757         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2758         output from a dead connection.
2760 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2762         * dired.el (dired-mode-map): Add more bindings for tumme.
2764 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * wdired.el (wdired-mode-map): Use remap.
2767         (wdired-get-filename): Massage.
2768         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2769         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2770         `keymap' property rather than `local-map'.
2772 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2774         * tumme.el (tumme-get-thumbnail-image): New utility function.
2775         Suggested by from Chong Yidong.
2776         (tumme-dired-with-window-configuration): Rename from
2777         `tumme-dired'.  Add code to save window configuration.
2778         (tumme-restore-window-configuration): New command to restore the
2779         window configuration that `tumme-dired-with-window-configuration'
2780         saves before it changes the window configuration.
2781         (tumme-show-all-from-dir): New command to display thumbnails for
2782         all files in a directory entered by the user, like M-x thumbs.
2783         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2784         have been created.
2785         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2786         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2787         Remove obsolete test function.
2789 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2791         * vc.el (small-temporary-file-directory): Remove defvar; there's
2792         a defcustom for it in files.el.
2794         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2795         Fix typo in message.
2796         (tumme-gallery-generate): Fix typo in `error' message.
2797         (tumme-display-window-height-correction)
2798         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2799         (tumme-line-up-interactive): Dox fixes.
2800         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2801         (tumme-restore-window-configuration, tumme-format-properties-string)
2802         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2803         Fix typos in docstrings.
2805 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2807         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2809 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2811         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2812         User should use hook if desired.
2814         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2815         buffer if necessary.
2816         (gdb-delete-frame-or-window): New function.
2817         (gdb-breakpoints-mode-map): Bind "q" to it.
2819 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * textmodes/nroff-mode.el: Clean up name space.
2822         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2823         (nroff-mode): Obey the global setting of nroff-electric-mode.
2824         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2826         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2828 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2830         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2832 2006-02-06  Lars Hansen  <larsh@soem.dk>
2834         * generic-x.el (etc-fstab-generic-mode): Add file system types
2835         cifs and usbdevfs.  Allow special chars in file names.
2837 2006-02-05  Jay Belanger  <belanger@truman.edu>
2839         Update copyright notices of the files in lisp/calc.
2841 2006-02-05  Romain Francoise  <romain@orebokech.com>
2843         Update copyright notices of all files in the lisp/play directory.
2845 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2847         * ldefs-boot.el: Regenerate.
2849         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2851 2006-02-05  Kim F. Storm  <storm@cua.dk>
2853         * files.el (magic-mode-regexp-match-limit): New defvar.
2854         (set-auto-mode): Use it to limit magic-mode-alist matching.
2856 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2858         * simple.el (display-message-or-buffer): Compare the number of
2859         characters to the frame width when determining whether a 1-line
2860         message string will fit in the echo area.  Count screen lines
2861         instead of buffer lines when determining whether a multi-line
2862         message will fit in the echo area/minibuffer window.
2864 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2866         * info.el (Info-index, Info-mode): Improve the description of the
2867         `i' command.
2869         * ldefs-boot.el: Regenerate.
2871 2006-02-03  Werner Lemberg  <wl@gnu.org>
2873         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2874         greedy to find the closing bracket in \*[...] and similar
2875         expressions.  This is a first rough fix -- many additional
2876         refinements are necessary to make nroff mode really usable with groff.
2878 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2880         * international/mule-cmds.el (set-locale-environment):
2881         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2882         libX11.
2884 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2886         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2887         archive are created in archive-tmpdir.
2889 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2891         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2892         (ibuffer-fontification-alist): Use it.
2893         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2894         to "* z" and the Ibuffer Mark menu.
2896         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2898 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * textmodes/table.el (*table--cell-describe-mode)
2901         (*table--cell-describe-bindings): Undo last change since
2902         print-help-return-message is not obsoleted by anything at all.
2904 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2906         * emulation/cua-base.el (cua-mode): Doc fix.
2908 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2910         * dframe.el (dframe-handle-make-frame-visible)
2911         (dframe-handle-iconify-frame, dframe-get-focus)
2912         (dframe-select-attached-frame, dframe-power-click)
2913         (dframe-frame-mode): Fix typos in docstrings.
2915         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2916         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2917         Fix typos in docstrings.
2919         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2920         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2921         (hi-lock-archaic-interface-message-used)
2922         (hi-lock-file-patterns-range): Fix typos in docstrings.
2924         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2925         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2927         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2928         Fix typo in docstring.
2930         * net/newsticker.el (newsticker--decode-iso8601-date)
2931         (newsticker--set-customvar, newsticker--buffer-insert-item)
2932         (newsticker--do-run-auto-mark-filter)
2933         (newsticker--parse-generic-feed): Doc fixes.
2934         (newsticker--retrieval-timer-list, newsticker-url-list)
2935         (newsticker-hide-immortal-items-in-echo-area)
2936         (newsticker-hide-obsolete-items-in-echo-area)
2937         (newsticker-new-item-face, newsticker--enclosure)
2938         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2939         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2940         (newsticker--parse-generic-feed, newsticker--cache-contains)
2941         (newsticker--stat-num-items, newsticker-download-enclosures):
2942         Fix typos in docstrings.
2944         * net/rcirc.el (rcirc-debug): Doc fix.
2945         (rcirc-fill-column, rcirc-receive-message-hooks)
2946         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2947         (rcirc-mode, rcirc-generate-new-buffer-name)
2948         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2949         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2950         Fix typos in docstrings.
2951         (rcirc-print): "?\ " -> "?\s".
2952         (rcirc-cmd-join): Improve argument/docstring consistency.
2954 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2956         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2957         before narrow-to-region.
2959 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2961         * simple.el (move-beginning-of-line): Scan properly for invis change.
2963         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2965 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2967         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2968         change bit only when id-format is 'integer.  Reported by Matt
2969         Hodges <M.P.Hodges@rl.ac.uk>.
2971 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2973         * hilit-chg.el (highlight-changes-initial-state)
2974         (highlight-changes-global-initial-state): Doc fixes.
2975         (highlight-changes-global-modes, global-highlight-changes):
2976         Fix typos in docstrings.
2978 2006-02-01  Kim F. Storm  <storm@cua.dk>
2980         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2981         transient-mark-mode in doc string.
2983 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2985         * replace.el (multi-occur): Doc fix.
2986         (multi-occur-in-matching-buffers): Rename from
2987         multi-occur-by-filename-regexp.  Prefix arg says match
2988         buffer names instead of file names.
2990 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2992         * bs.el: Allow non-default values of `bs-header-lines-length'.
2993         (bs--running-in-xemacs): Remove (not needed anymore).
2994         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2995         instead of `shrink-window', thus avoiding having to compute the
2996         height of the window.
2997         (bs--up): Wrap around even when there's no header.
2998         (bs--down): Use `forward-line' instead of `next-line'.
3000 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
3002         * image-mode.el (image-toggle-display): Use file name if possible,
3003         instead of unnecessarily allocating a (possibly huge) lisp string.
3005 2006-01-30  John Paul Wallington  <jpw@pobox.com>
3007         * subr.el (toplevel): Define `cl-assertion-failed' condition here
3008         because the `assert' macro signals it at runtime.
3010         * emacs-lisp/cl.el (toplevel): Remove definition of
3011         `cl-assertion-failed' condition.
3013 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
3015         * thumbs.el (thumbs-marked-list): Make buffer-local and
3016         permanent-local.
3017         (thumbs-insert-thumb): Make help-echo non-sticky.
3018         (thumbs-file-alist): Use eolp as check for (non)-image.
3020 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
3022         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3023         (ediff-before-session-group-setup-hooks)
3024         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3025         Fix typos in docstrings.
3027         * window.el (bw-dir, bw-eqdir, balance-windows)
3028         (split-window-keep-point): Fix typos in docstrings.
3030         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3031         (org-quote-string, org-calendar-to-agenda-key)
3032         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3033         (org-show-following-heading, org-tags-column)
3034         (org-use-tag-inheritance, org, org-allow-space-in-links)
3035         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3036         (org-enable-table-editor, org-calc-default-modes)
3037         (org-table-allow-automatic-line-recalculation)
3038         (org-export-html-style, org-export-with-fixed-width)
3039         (org-export-with-sub-superscripts, org-special-keyword)
3040         (org-formula, org-time-grid, org-table-may-need-update)
3041         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3042         (org-goto-quit, org-get-indentation, org-end-of-item)
3043         (org-move-item-down, org-move-item-up)
3044         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3045         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3046         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3047         (org-agenda-log-mode, org-agenda-toggle-diary)
3048         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3049         (org-agenda-file-to-end, org-agenda-no-heading-message)
3050         (org-agenda-get-closed, org-format-agenda-item)
3051         (org-cmp-priority, org-cmp-category, org-cmp-time)
3052         (org-agenda-change-all-lines, org-agenda-diary-entry)
3053         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3054         (org-link-search, org-camel-to-words, org-open-file)
3055         (org-remember-handler, org-table-convert-region)
3056         (org-table-move-row-down, org-table-move-row-up)
3057         (org-table-copy-region, org-table-wrap-region)
3058         (org-table-toggle-vline-visibility)
3059         (org-table-get-vertical-vector, org-table-modify-formulas)
3060         (org-table-get-specials, org-recalc-commands)
3061         (org-table-rotate-recalc-marks, org-table-eval-formula)
3062         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3063         (org-level-color-stars-only, org-insert-heading):
3064         Fix typos in docstrings.
3065         (last-arg): Add defvar.
3067         * makefile.w32-in (WINS): Add erc.
3068         (MH_E_SRC): Update (copied from lisp/Makefile.in).
3070 2006-01-29  Bill Wohler  <wohler@newt.com>
3072         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3073         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3074         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
3075         (mh-autoloads): Don't use comments on otherwise empty lines.
3077 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
3079         * emulation/viper.el (viper-major-mode-modifier-list): Add
3080         insert-state and vi-state entries for erc-mode.
3081         (viper-go-away, viper-set-hooks): Add and remove
3082         viper-comint-mode-hook from erc-mode-hook as appropriate.
3084         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3086 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
3088         * bs.el (bs--format-aux): Implement `middle' alignment as
3089         described in the docstring for `bs-attributes-list'.
3090         (bs--get-name): Simplify.  Don't pad the buffer name.
3092 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
3094         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3095         English aspell dictionary is installed, use the first entry of
3096         ispell-dictionary-alist-1.
3098 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
3100         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3101         Doc fix.
3103 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
3105         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3106         for `process-file', in order to let it work for older Emacsen too.
3108 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3110         * international/latexenc.el: Add a suitable `coding:' tag.
3111         (latexenc-find-file-coding-system): Undo last change.
3113 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3115         * international/latexenc.el (latexenc-find-file-coding-system):
3116         Make sure latexenc-main-file is a regular file and is readable.
3118 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
3120         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3121         Pass FILE to vc-user-login-name.
3123         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3125 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
3127         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3128         there are no more images to display.
3129         (thumbs-mark, thumbs-unmark): Revert change so that they move to
3130         the next image.
3132 2006-01-26  Richard M. Stallman  <rms@gnu.org>
3134         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3136         * wid-edit.el (advertised-widget-backward): New alias.
3137         (widget-keymap): Use advertised-widget-backward for S-TAB.
3139         * tumme.el: Correct the keywords.
3140         (tumme-dir-max-size): Use defvar.
3141         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3143         * simple.el (move-beginning-of-line): Take account of fields.
3144         (clone-indirect-buffer-other-window): Take args like
3145         clone-indirect-buffer, and work like it.
3147         * help-fns.el (describe-function): Don't pass `nil' as default.
3149         * files.el (risky-local-variable-p): Follow var aliases.
3151         * subr.el (lazy-completion-table): Doc fix.
3153         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3154         global binding of `line'.
3156 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
3158         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3159         Tramp.
3161         * vc.el (vc-default-dired-state-info): Pass FILE to
3162         vc-user-login-name.
3163         (vc-default-update-changelog): Don't use vc-user-login-name, we
3164         don't need it here.
3166         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3167         no longer necessary.
3169 2006-01-25  Kenichi Handa  <handa@m17n.org>
3171         * international/mule.el (decode-char): Avoid the overhead of
3172         calling utf-lookup-subst-table-for-decode if
3173         utf-translate-cjk-mode is nil.
3174         (encode-char): Avoid the overhead of calling
3175         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3176         nil.
3178 2006-01-22  Kenichi Handa  <handa@m17n.org>
3180         * international/mule.el (make-subsidiary-coding-system): Reset
3181         `coding-system-define-form' property of subsidiaries to nil.
3182         Avoid duplicated entry in coding-system-alist.
3183         (make-coding-system): Avoid duplicated entry in
3184         coding-system-alist.
3185         (define-coding-system-alias): Likewise.
3187 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
3189         * completion.el: Minor fixes in introductory comment.
3190         (completion-def-wrapper): Fix alist.
3192 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
3194         * thumbs.el (thumbs-new-image-size): New function.
3195         (thumbs-increment-image-size-element)
3196         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3197         (thumbs-decrement-image-size): Delete.
3198         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
3199         temp files and use to resize.
3200         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3201         Use increment argument to enlarge/shrink.  Preserve point.
3202         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3203         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3204         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3205         (thumbs-mark, thumbs-unmark): Preserve point.
3206         (thumbs-modify-image): Keep old temp files and use to modify.
3207         Cleanup old temp files at load time.  Preserve point.
3208         (thumbs-view-image-mode-map): Use new command names.
3210 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * log-view.el (log-view-minor-wrap): First rev is the one at point.
3214         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3215         the nastiest part of the cyclic dependency.
3216         (cal-menu-update): Use dotimes and calendar-increment-month.
3218         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3219         (calendar-week-start-day): Add an :initializer.
3220         (calendar-mode-map): Use suppress-keymap, and command remapping.
3221         (describe-calendar-mode): Setup xref-stack info for the back button.
3222         (calendar-star-date): Insert before delete.
3223         (calendar-set-mode-line): Add file-modified info if applicable.
3224         (calendar-increment-month): New function.
3226 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
3228         * font-lock.el (lisp-font-lock-keywords-2):
3229         Recognize "& keywords" only at word boundaries.
3231 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
3233         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
3234         and permanent-local.
3235         (thumbs-max-image-number): New variable.
3236         (thumbs-do-thumbs-insertion): Use them.
3237         (thumbs-per-line): Change default to 4.
3238         (thumbs-marked-list): Rename from thumbs-markedL.
3239         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3240         (thumbs-rename-images): Use -list instead of L for internal variables.
3241         (thumbs-call-convert): Use call-process instead of shell-command.
3242         (thumbs-insert-thumb): Add filename as help-echo to each image.
3243         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3244         Give dir to thumbs-show-thumbs-list.
3245         (thumbs-show-thumbs-list): Set default-directory to that of images.
3246         (thumbs-dired-show): Rename from thumbs-dired-show-all.
3247         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3248         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3249         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3251 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * ses.el (ses-read-cell): Provide a default value.
3255 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
3257         * term/w32-win.el (image-library-alist): Add additional names for
3258         GIF library.
3260 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3262         * international/latexenc.el (latexenc-find-file-coding-system):
3263         Add file-regular-p check.
3265 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * simple.el (clone-buffer): Don't show the new buffer in the same
3268         window.
3270 2006-01-23  Juri Linkov  <juri@jurta.org>
3272         * faces.el (link, link-visited): New faces based on default values
3273         of `info-xref' and `info-xref-visited'.
3275         * info.el (info-xref): Inherit from `link'.
3276         (info-xref-visited): Inherit from `link-visited'.
3278         * cus-edit.el (custom-buffer-create-internal): Use widget type
3279         `custom-manual' instead of `info-link' and don't set properties
3280         `button-face' and `mouse-face' explicitly.
3281         (custom-browse-group-tag, custom-browse-variable-tag)
3282         (custom-browse-face-tag): Inherit from widget class
3283         `custom-group-link' instead of `push-button'.
3284         (custom-button-unraised): Inherit from `underline' face.
3285         (custom-link): Inherit from `link' face.  Fix doc and group.
3286         (custom-add-parent-links, custom-group-value-create): Don't set
3287         properties `button-face' and `mouse-face' explicitly for
3288         `custom-group-link' widget.
3289         (custom-group-link): Add properties `button-face' and `mouse-face'
3290         to widget definition.
3291         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3292         editable-field's :keymap property.
3293         (custom-mode): Fix docstring: substitute keybindings for
3294         `widget-forward' and `widget-backward' from `widget-keymap',
3295         `widget-complete' from `custom-field-keymap', replace old
3296         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3298         * desktop.el (desktop-load-file): Check for `fboundp' before
3299         calling `symbol-function'.
3301         * simple.el (clone-buffer, clone-indirect-buffer)
3302         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3303         `read-string'.  Fix prompts.
3305         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3307 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3309         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3311 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3313         * startup.el (inhibit-splash-screen, initial-scratch-message):
3314         Doc fixes.
3316 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3318         Sync with Tramp 2.0.52.
3320         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3321         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3322         `tramp-unload-tramp' for checklist.
3324         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3325         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3326         (tramp-unload-file-name-handler-alist)
3327         (tramp-unload-tramp): New defuns.
3328         (tramp-advice-PC-expand-many-files): New defadvice.
3329         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3330         removed.
3331         (tramp-handle-expand-file-name): Remove double slash.
3332         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3333         It doesn't matter, because it will be converted later on.
3334         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3335         implementation was just heuristic.
3336         (tramp-post-connection): Set uid and gid properties.
3337         (tramp-convert-file-attributes): Set file's gid change bit.
3338         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3339         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3340         in case of su(do)? methods.  The home directory of the local user
3341         will be taken else.
3342         (tramp-open-connection-telnet)
3343         (tramp-open-connection-rsh, tramp-open-connection-su)
3344         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3345         local shell prompt could hurt.  Reported by Romain Francoise
3346         <romain@orebokech.com>.
3347         (tramp-let-maybe): Add `edebug-form-spec' property.
3348         (tramp-handle-expand-file-name): Bind `default-directory' locally
3349         to "/" in order to avoid problems with UNC shares or Cygwin
3350         mounts.
3351         (tramp-md5-function): Fix typo in error message.
3353         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3355         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3356         for byte-compiler pacification.
3358 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3360         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3361         ID-FORMAT `string'.  This allows us to get rid of
3362         `vc-user-login-name UID'.
3364         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3366 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3368         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3370 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3372         * emacs-lisp/find-func.el (find-definition-noselect)
3373         (find-variable-noselect): Search variables in C source code too.
3374         (find-function-C-source, find-function-noselect, find-function)
3375         (find-function-other-frame, find-variable-noselect, find-variable)
3376         (find-variable-other-frame, find-variable-at-point):
3377         Fix docstrings.
3379 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3381         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3383 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3385         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3386         Default to disabling the "Save affix" question.
3388 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3390         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3391         the first arg to run-python.
3393 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3395         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3396         is not loaded.
3398 2006-01-20  Jay Belanger  <belanger@truman.edu>
3400         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3401         limit is 0.
3403         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3404         the correct variable.
3406 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3408         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3409         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3410         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3411         (org-prefix-has-tag): New variable.
3412         (org-format-agenda-item): Remove tags from headline if
3413         appropriate.
3414         (org-agenda-remove-tags-when-in-prefix): New option.
3415         (org-get-tags-at): New function.
3417 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3419         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3420         (thumbs-find-image): Move image name and number from buffer name
3421         to mode name.  Set thumbs-buffer.  Preserve point so that large
3422         images remain visible.
3423         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3424         order.
3425         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3426         mode name.
3427         (thumbs-next-image, thumbs-previous-image): Make them work.
3429 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3431         * cus-edit.el (custom-buffer-create-internal): State in the text above
3432         the whole buffer buttons that they do not operate on hidden items.
3433         (custom-face-menu): Use `custom-face-save' instead of
3434         `custom-face-save-command'.
3435         (custom-face-save-command): Make it an alias for `custom-face-save'
3436         and declare it obsolete.
3437         (custom-face-save): Doc fix.
3439         * dired.el (dired-no-confirm): Add quote.
3440         (dired-subdir-alist-pre-R): Add quote in
3441         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3443 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3445         * textmodes/table.el (table-mode-indicator): Typo in last change.
3447 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3449         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3450         Fixes bug reported in Nov 2005.
3452         * isearch.el (isearch-forward): Doc fix.
3454         * dired.el (dired-move-to-filename-regexp): Define as alias.
3455         (dired-no-confirm): Use defcustom.
3456         (dired-subdir-alist-pre-R): Put defvar at top level.
3458         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3460         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3461         Mark as risky.
3463         * simple.el (set-mark-command): Doc fix.
3464         (clone-indirect-buffer-other-window):
3465         Read arg like clone-indirect-buffer.
3466         (move-beginning-of-line): Skip invisible newlines.
3468 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3470         * progmodes/cpp.el (cpp-edit-load): Make the order of
3471         listed conditions in a base C code buffer and its associate
3472         CPP Edit buffer the same.
3474 2006-01-19  Kenichi Handa  <handa@m17n.org>
3476         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3477         (rmail-mime-feature): Likewise.
3478         (rmail-require-mime-maybe): Use display-warning to show a warning
3479         message.
3481         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3482         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3484 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * array.el: Move defvars out of eval-when-compile.
3487         (array-make-template): Replace undeclared global var with a local one.
3488         (array-mode): Inline initialization functions.
3489         (array-init-local-variables, array-init-max-row)
3490         (array-init-max-column, array-init-columns-per-line)
3491         (array-init-field-width, array-init-rows-numbered)
3492         (array-init-line-length, array-init-lines-per-row): Remove.
3494         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3495         (doc-mode-map): Define explicitly.
3496         (doctor-txtype): Use mapc.
3498         * textmodes/table.el: Move defvars out of eval-when-compile.
3499         Remove harmful code meant to avoid byte-compiler warnings.
3500         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3501         specification that checks table-fixed-width-mode directly.
3502         (table-recognize-region, table-recognize-cell):
3503         Use restore-buffer-modified-p.
3504         (table-fixed-width-mode): Remove code that refreshes
3505         table-fixed-mode-indicator.
3506         (*table--cell-describe-bindings, *table--cell-describe-mode):
3507         Avoid obsolete name print-help-return-message.
3508         (table--test-cell-list): Don't use replace-regexp from elisp.
3509         (table--point-entered-cell-function, table--point-left-cell-function):
3510         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3512         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3513         that was after the end of file.  Use buffer-file-name variable.
3514         (org-timestamp-change): Use with-current-buffer.
3515         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3516         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3517         `file'.
3519         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3520         (fortran-break-line): Remove unused var `opoint'.
3521         (fortran-abbrev-start): Obey help-event-list.
3523 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3525         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3527 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3529         * progmodes/make-mode.el (makefile-imake-mode): New mode
3530         derived from makefile-mode.
3531         (makefile-imake-mode-syntax-table): New syntax table
3532         derived from makefile-mode-syntax-table.
3533         (makefile-mode): Write about makefile-imake-mode in doc string.
3534         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3535         (makefile-imake-font-lock-keywords): New font lock keywords.
3537         * files.el (auto-mode-alist): Add Imakefile.
3539 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3541         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3542         loading the file rather than when turning on flyspell-mode.
3544 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3546         * cus-edit.el (customize-rogue): Minor doc fix.
3548 2006-01-17  Juri Linkov  <juri@jurta.org>
3550         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3551         instead of the file at the mark as default if the file at the mark
3552         is the same as the file at point or if dired-dwim-target-directory
3553         is not the same as the current directory and the mark is not active.
3555         * log-view.el (log-view-minor-wrap): Use the same logic to get
3556         revisions as `log-view-diff'.
3558         * info.el (Info-revert-find-node): Check for Info-current-file
3559         before preserving new-history.
3561         * man.el (Man-heading-regexp): Add `/'.
3563         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3564         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3566 2006-01-16  Juri Linkov  <juri@jurta.org>
3568         * faces.el (mode-line-faces): New defgroup.
3569         (mode-line-highlight): Move definition after new defgroup.
3570         (mode-line, mode-line-inactive, mode-line-highlight):
3571         Replace :group `modeline' with `mode-line-faces'.
3572         (mode-line-buffer-id): New face.
3573         (modeline-buffer-id): New face alias.
3574         (vertical-border): Remove :group `modeline'.
3576         * bindings.el (propertized-buffer-identification): Use face
3577         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3578         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3579         (mode-line-buffer-identification-keymap): For mouse-1 replace
3580         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3581         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3582         mouse-3.
3584         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3585         Buffer-menu-buffer.  Doc fix.
3586         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3587         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3588         `Buffer-menu-buffer'.
3590         * info.el (Info-mode-line-node-keymap): New defvar.
3591         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3592         Propertize Info-current-node with `mode-line-buffer-id' and
3593         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3595         * time.el (display-time-mail-face): Replace :group `faces' with
3596         `mode-line-faces'.
3598 2006-01-16  Kenichi Handa  <handa@m17n.org>
3600         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3602         * language/european.el (cp1252): New alias for windows-1252.
3604         * international/mule.el (autoload-coding-system): Prepare for EOL
3605         variants.
3607 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3609         * term.el (term-raw-map): Add mapping for insert.
3610         (term-send-insert): New.
3611         (term-mode): Make variables local here instead of doing it in
3612         `term-emulate-terminal'.
3613         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3614         Scroll reverse needs to take into account the scroll region.
3615         Saving and restoring the cursor should save the color attributes too.
3616         (term-reset-terminal): Reset the scroll region.
3617         (term-handle-ansi-escape): Cursor up and down should take into
3618         account the scroll region.
3619         (term-set-scroll-region): Rename from `term-scroll-region'.
3620         Move to 0,0 after setting the region.
3621         (term-handle-scroll): Handle scroll up.
3622         (term-down): Fix off by one error.
3623         (term-delete-lines): Do not delete outside the scroll region.
3624         (term-insert-lines): Take into account the scroll region.
3626 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * textmodes/ispell.el (ispell-internal-change-dictionary)
3629         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3630         (start, end): Move declaration outside of eval-when-compile.
3632         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3633         (flyspell-mode-on): Use it.
3635         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3636         ispell-kill-ispell-hook.
3638 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3640         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3641         (Custom-reset-saved): Do not ask for confirmation in single option
3642         buffers.
3644 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3646         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3648 2006-01-13  Romain Francoise  <romain@orebokech.com>
3650         * add-log.el (add-change-log-entry, change-log-merge):
3651         Conditionally use `hard-newline'.
3653 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3655         * wid-edit.el (widget-field-end): If the overlay is no longer
3656         associated with a buffer, behave as if the overlay didn't exist.
3658         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3659         Make sure the links use the `custom-link' face.
3661 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3664         (ld-script-mode): Don't set indent-line-function since we don't
3665         have one.
3667 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3669         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3670         application.
3671         (org-file-apps-defaults-gnu): Use mailcap as the default for
3672         selecting an application on a UNIX system.
3673         (org-agenda-show-tags): New command.
3674         (org-table-insert-hline): Keep cursor in current table line.
3675         (org-table-convert): Offset effect of modifying
3676         `org-table-insert-hline'.
3677         (org-format-agenda-item): New optional argument TAG.
3678         (org-compile-prefix-format): Handle %T format for the tag.
3679         (org-expand-wide-chars): New function.
3680         (org-table-insert-row, org-table-insert-hline):
3681         Use `org-expand-wide-chars'.
3682         (org-open-file): Fix bug in program launch.
3683         (org-get-time-of-day): Fix bug with times before 1am.
3684         (org-agenda-menu): Add tags commands.
3686 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3688         * textmodes/ispell.el (ispell-init-process): Include the used
3689         dictionary in ispell process start message.
3690         (ispell-internal-change-dictionary): When flyspell-mode is active
3691         and dictionary is changed, make sure ispell process is restarted
3692         and flyspell word cache cleared out for the current buffer.
3693         (ispell-change-dictionary): Make sure flyspell word cache is
3694         cleared out in all buffers with active flyspell mode when
3695         dictionary is globally changed.
3696         Call ispell-internal-change-dictionary after dictionary change.
3698 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3700         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3702         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3703         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3704         years.  Fix small differences wrt Makefile.in.
3705         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3706         Makefile.in does.
3708 2006-01-12  Bill Wohler  <wohler@newt.com>
3710         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3711         mh-search.el.
3713 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3715         * progmodes/ld-script.el: Update copyright year.
3717 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3719         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3720         Don't add widget if setting undefined.
3722 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3724         * help-fns.el (describe-variable): Remove newlines from void
3725         variable output.
3727 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3729         * wdired.el (wdired-mode-map): Add help echo for
3730         wdired-abort-changes.
3732         * man.el (Man-file-name-regexp): Adjust for a list of files.
3734 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3736         * progmodes/ld-script.el (auto-mode-alist): Support
3737         suffix conventions used in netbsd and eCos.
3739 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3741         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3742         (custom-variable-menu, custom-face-menu, custom-group-menu)
3743         (Custom-mode-menu): Change names of menu items.  (As discussed on
3744         emacs-devel.)
3745         (custom-face-menu): Add "Undo Edits" item.
3747         * startup.el (init-file-user): defcustom -> defvar.
3749         * tooltip.el (tooltip-mode): Doc fix.
3751 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3753         * reveal.el (reveal-post-command): window-buffer signals an error on
3754         dead windows rather than returning nil.
3755         (reveal-open-new-overlays): An overlay might die while we open others.
3757 2006-01-11  Bill Wohler  <wohler@newt.com>
3759         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3760         phrasing in docstring.
3762         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3763         can give some systems gas.  Add new file mh-buffers.el.
3765 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3767         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3768         C preprocessor forward ported from GNU Emacs 21.2.
3770         * progmodes/asm-mode.el (asm-font-lock-keywords):
3771         Use `cpp-font-lock-keywords'.
3773         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3775         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3776         of $ for "\\.ld[s]?".
3778 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3781         (tcl-indent-line): Return `noindent' if inside a string.
3783         * progmodes/flymake.el (flymake-split-string): Remove more than one
3784         empty string at beg/end of the result.
3785         (flymake-find-buildfile, flymake-find-possible-master-files):
3786         Use expand-file-name.
3787         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3788         since expand-file-name does it for us.  Use directory-file-name.
3789         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3790         (flymake-ler-get-type, flymake-ler-get-text)
3791         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3792         (flymake-current-line-no): Remove spurious interactive spec.
3793         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3794         (flymake-check-include): Remove arg inc-path merged into inc-name.
3795         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3796         Arg regexp-list replaced by a simple regexp.
3797         (flymake-master-make-header-init, flymake-master-tex-init):
3798         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3800 2006-01-10  Simon Josefsson  <jas@extundo.com>
3802         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3803         describing AUTH PLAIN fix.
3805 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3807         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3808         (report-emacs-bug): Don't record initial prompt text.
3809         Instead, add text properties to prompting text.
3810         (report-emacs-bug-hook): Delete prompting text.
3812 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3815         `dirs'.  Adjust callers.
3817 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3819         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3821 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * reveal.el (reveal-open-new-overlays): New extracted fun.
3824         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3825         using them.  Simplify the code.
3826         (reveal-post-command): Use them.  Fix up obsolete windows in
3827         reveal-open-spots.
3829         * progmodes/flymake.el: Use `require' rather than autoload for
3830         XEmacs's overlays.
3831         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3832         Delete.  Use file-relative-name instead.
3833         (flymake-get-syntax-check-program-args, flymake-perl-init):
3834         Simplify the resulting code.
3836         * log-view.el (log-view-file-re, log-view-message-re): Add support
3837         for DaRCS output.
3839 2006-01-09  Alex Schroeder  <alex@gnu.org>
3841         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3842         identifiers sometimes added in square brackets at the beginning of
3843         subject lines.
3845 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3847         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3848         (Custom-reset-current, Custom-reset-saved): Change question text.
3849         (Custom-reset-standard): Likewise.
3850         (custom-variable-reset-saved): Doc fix.
3852 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3854         * startup.el (init-file-user): Doc fix.
3856 2006-01-07  Alex Schroeder  <alex@gnu.org>
3858         * mail/rmail.el (rmail-current-subject): New function.
3859         (rmail-current-subject-regexp): New function.
3860         (rmail-next-same-subject): Use it.
3862         * mail/rmailsum.el (rmail-summary-by-topic):
3863         Use rmail-current-subject and rmail-current-subject-regexp.
3864         (rmail-summary-next-same-subject): Ditto.
3866         * net/rcirc.el (rcirc-send-input): No longer check whether the
3867         process is open, since not all commands need an open process.
3868         (rcirc-send-string): Check whether the process is open before
3869         sending anything.
3870         (rcirc-ignore-list): New option.
3871         (rcirc-ignore-list-automatic): New variable.
3872         (rcirc-print): Take rcirc-ignore-list into account.
3873         (rcirc-cmd-ignore): New command.
3874         (rcirc-ignore-update-automatic): New function.
3875         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3876         list if ignored nicks.
3877         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3879 2006-01-06  David Reitter  <david.reitter@gmail.com>
3881         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3882         reflect the address to which the report will be sent.
3884 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3886         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3887         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3889 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3891         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3893         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3894         the doc string: "functoin" => "function".
3895         * ldefs-boot.el: Likewise.
3897         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3898         message text: "Duplicat" => "Duplicate".
3900 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3902         * files.el (basic-save-buffer-2): If backing-up failed, reset
3903         buffer-backed-up to nil.
3905 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3907         * progmodes/gud.el (gdb-script-skip-to-head)
3908         (gdb-script-calculate-indentation): Indent for breakpoint command
3909         lists also.
3911 2006-01-05  Bill Wohler  <wohler@newt.com>
3913         * Makefile.in (compile-always): Add mh-autoloads dependency.
3914         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3915         provides it.
3916         (updates): Remove mh-autoloads dependency, since it probably has
3917         already run recently (via recompile).
3919 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3922         argument `force' to disable the flyspell-last-buffer optimization.
3923         (flyspell-mode-on): Use it.
3925         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3926         flymake-simple-cleanup.
3927         (flymake-allowed-file-name-masks): Use this new default.
3928         All the functions are now called in the right buffer rather than
3929         passing the buffer as argument.
3930         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3931         (flymake-parse-err-lines): Remove redundant buffer arg.
3932         (flymake-get-program-dir): Comment out unused function.
3933         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3934         Remove redundant buffer argument.
3935         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3936         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3938 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3940         * info.el (Info-find-node): Don't record previous node if have none.
3941         (info): Go to directory only if history is empty.
3943         * simple.el (mark): Doc fix.
3945 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3947         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3948         already of desired type.
3949         (mac-ae-list): Coerce parameter to "list" type.
3950         (mac-dispatch-apple-event): Replace cadr part of event with a
3951         dummy position so that event-start returns it.
3953 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3955         * textmodes/org.el (org-end-of-subtree): New function.
3956         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3957         Use `org-end-of-subtree'.
3958         (org-agenda, org-agenda-convert-date): Protect calls to
3959         `fit-window-to-buffer'.
3960         (org-tags-view): Force matching of sublevels when doing a
3961         todo-only search.  Define the correct redo command, including the
3962         arguments.
3963         (org-agenda-redo): Display message.
3964         (org-check-for-org-mode): New function.
3965         (org-agenda-type): New variable.
3966         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3967         Set `org-agenda-type'.
3968         (org-agenda-check-type): New function.
3969         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3970         (org-agenda-week-view, org-agenda-day-view)
3971         (org-agenda-next-date-line, org-agenda-previous-date-line)
3972         (org-agenda-log-mode, org-agenda-toggle-diary)
3973         (org-agenda-toggle-time-grid, org-agenda-date-later)
3974         (org-agenda-date-prompt, org-agenda-diary-entry)
3975         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3976         (org-agenda-convert-date, org-agenda-menu):
3977         Use `org-agenda-check-type'.
3978         (org-make-overlay, org-delete-overlay)
3979         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3980         New compatibility functions.
3981         (org-calendar-select-mouse): New command.
3983 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3985         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3986         (Custom-reset-standard): Fix y-or-n-p messages.
3987         (custom-link): New face for links.
3988         (custom-buffer-create-internal, custom-manual): Use it.
3989         (custom-face-save): Push to theme-face before setting face spec.
3991         * wid-edit.el (widget-default-mouse-face-get): New function.
3992         (widget-specify-button): Handle mouse-face like button-face.
3994         * custom.el (load-theme): Clear old theme settings if reloading.
3996 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3998         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3999         "Erase Customization" button back to same position it occupies in
4000         the individual State menus.
4002 2006-01-04  Kim F. Storm  <storm@cua.dk>
4004         * wid-edit.el (key-sequence): Rework widget to read key binding
4005         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
4006         (widget-key-sequence-default-value): Default value for empty sequence.
4007         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
4008         (widget-key-sequence-read-event): New command for C-q.
4009         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4010         (widget-key-sequence-value-to-external): New functions.
4012 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4015         Use expand-file-name.
4016         (flymake-delete-temp-directory): Use expand-file-name,
4017         file-name-directory, and directory-file-name.
4018         (flymake-strrchr): Delete.
4019         (flymake-start-syntax-check): Don't pass the redundant buffer argument
4020         to the init-f function.
4021         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4022         (flymake-init-find-buildfile-dir)
4023         (flymake-init-create-temp-source-and-master-buffer-copy)
4024         (flymake-simple-make-init-impl, flymake-simple-make-init)
4025         (flymake-master-make-init, flymake-master-make-header-init)
4026         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4027         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4028         (flymake-xml-init): Remove corresponding redundant buffer argument.
4029         (flymake-allowed-file-name-masks): Remove last elems that are equal to
4030         the default anyway.  Clean up regexps.
4032         * progmodes/flymake.el (flymake-temp-source-file-name)
4033         (flymake-master-file-name, flymake-temp-master-file-name)
4034         (flymake-base-dir): New buffer-local vars.
4035         (flymake-buffer-data, flymake-get-buffer-value)
4036         (flymake-set-buffer-value): Replace those hash-tables by the new
4037         buffer-local vars.  Update callers.
4039         * progmodes/flymake.el (flymake-check-start-time)
4040         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4041         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4042         Move definition, so we can remove redundant earlier declaration.
4043         (flymake-replace-regexp-in-string, flymake-split-string)
4044         (flymake-get-temp-dir): Use defalias.
4045         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
4046         (flymake-xemacs-window-edges): Remove unused function.
4047         (flymake-get-point-pixel-pos): Move.
4048         (flymake-pid-to-names, flymake-reg-names)
4049         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4050         Replace by a simple list flymake-processes and by process-buffer.
4051         Update callers.  Other than simplify the code, it uses buffers rather
4052         than buffer-names so it doesn't get confused by uniquify.
4053         (flymake-buffer-data): The global value should just be nil.
4055         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4056         Optimize the body of a defalias like any other code.
4058         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4059         Make sure we've setup font-lock's vars.  It may influence which
4060         function we then call.
4061         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4062         here since it's too late anyway.
4064 2006-01-03  Romain Francoise  <romain@orebokech.com>
4066         * startup.el (fancy-splash-tail, normal-splash-screen):
4067         Update copyright year.
4069 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
4071         * mouse.el (mouse-drag-track): Rename, from
4072         `mouse-drag-region-1'.  Includes optional argument required to
4073         enable post-drag event processing (e.g. delete region keys).
4074         Can be used without this argument to track a mouse region and operate
4075         on it as soon as the drag completes.
4076         (mouse-drag-region): Use `mouse-drag-track'.
4078 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
4080         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4081         Move to `custom-buffer' group.
4083         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4084         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4085         (custom-theme-insert-face-marker, custom-theme-variable-menu)
4086         (custom-theme-face-menu): New variables.
4087         (custom-theme-add-variable, custom-theme-variable-action)
4088         (custom-variable-reset-theme, custom-theme-delete-variable)
4089         (custom-face-reset-theme, custom-theme-face-action)
4090         (custom-theme-delete-face, custom-theme-merge-theme)
4091         (custom-theme-add-face, custom-theme-visit-theme): New functions.
4093 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
4095         * custom.el: Move Custom Themes commentary to start of theme code.
4096         (custom-known-themes): Rename `standard' theme to `changed'.
4097         (custom-push-theme): Caller no longer specifies what theme to use
4098         when doing `reset'---the setting is simply removed from the theme.
4099         Delete MODE from `theme-value' and `theme-settings' properties.
4100         (custom-declare-theme): Ignore &rest args since we don't use them.
4102         (custom-loaded-themes): Delete variable.
4103         (custom-theme-load-themes, custom-theme-loaded-p)
4104         (custom-theme-value): Delete functions.
4106         (custom-declare-theme): Signal error on invalid theme names.
4107         (provide-theme): custom-loaded-themes was deleted.
4108         (load-theme): Load the file unconditionally.
4109         (enable-theme): Call `load-theme' if theme is undefined.
4110         (custom-enabled-themes): Only update value for successful loads.
4111         (disable-theme): Complete from enabled themes when interactive.
4112         (custom-variable-theme-value): Calculate theme value directly.
4114         (custom-theme-reset-variables, custom-reset-variables): Mark as
4115         XEmacs compatibility functions.  We don't actually use these.
4117         * cus-edit.el (custom-variable-state-set):
4118         Use custom-variable-theme-value instead of custom-theme-value.
4119         (custom-face-state-set): Rename `standard' theme to `changed'.
4120         (custom-save-variables, custom-save-faces): Delete unneeded
4121         references to custom-reset-variables.
4122         (custom-save-resets): Delete function.
4123         (custom-save-variables, custom-save-faces): MODE argument deleted.
4124         (custom-save-variables, custom-save-faces): Ignore theme values.
4126         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4127         compatibility function.
4129 2006-01-01  Richard M. Stallman  <rms@gnu.org>
4131         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4132         (Custom-reset-current, Custom-reset-saved): Likewise.
4133         (Custom-reset-standard): Show message if aborted.
4134         (custom-mode): Doc fix, describing those commands.
4136         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4137         put on event-kind property.
4139 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
4141         * custom.el (provide-theme): Ban `user' theme name.
4142         (custom-enabling-themes): New variable.
4143         (enable-theme): Don't enable user if custom-enabling-themes is t.
4144         (custom-enabled-themes): Make it a defcustom.
4145         (custom-theme-recalc-face): No-op if face is undefined.
4147         * cus-edit.el (custom-button-mouse): New variable.
4148         (custom-button-mouse): New face.
4149         (custom-raised-buttons, custom-mode): Use it.
4151         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4153 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4155         * progmodes/gud.el (gud-display-line): Support hl-line in the
4156         source buffer.
4158 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4160         * mouse.el (mouse-drag-window-above): Verify that the found window
4161         overlaps with the given window in the horizontal dimension.
4163 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4165         * Makefile.in (cvs-update): New target.
4167         * makefile.w32-in (cvs-update): Ditto.
4169 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
4171         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4172         (custom-new-theme-mode-map): New variable.
4174 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4176         * custom.el (custom-load-themes): Function deleted.
4178         * cus-edit.el (custom-save-loaded-themes): Function deleted.
4179         (custom-save-variables): Don't delete or add custom-load-themes call.
4181 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * cus-start.el: Add `visible-cursor'.
4185         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4186         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4187         (flymake-process-filter): Switch to buffer before calling it instead.
4188         (flymake-post-syntax-check, flymake-highlight-err-lines)
4189         (flymake-delete-own-overlays, flymake-parse-err-lines)
4190         (flymake-start-syntax-check, flymake-start-syntax-check-process)
4191         (flymake-count-lines, flymake-parse-residual):
4192         Remove constant buffer argument.
4193         (flymake-start-syntax-check-for-current-buffer): Remove.
4194         Update callers to use flymake-start-syntax-check instead.
4195         (flymake-display-err-menu-for-current-line):
4196         Remove unused var `mouse-pos'.
4197         (flymake-restore-formatting): Comment out unused function.
4198         (flymake-report-status, flymake-report-fatal-status): Remove buffer
4199         argument, use current-buffer instead.  Update callers.
4201 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4203         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4204         buffer-local because choose-completion-delete-max-match requires
4205         that we set completion-ignore-case (i.e., binding via let is not
4206         sufficient).
4207         (bibtex-complete): Always set completion-ignore-case and
4208         choose-completion-string-functions.  The latter is needed because
4209         choose-completion-string-functions keeps its value if we quit the
4210         *Completions* buffer without requesting a completion.
4212 2005-12-30  Andreas Schwab  <schwab@suse.de>
4214         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4216 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
4218         * jit-lock.el (jit-lock-chunk-size): Doc fix.
4220 2005-12-30  Juri Linkov  <juri@jurta.org>
4222         * locate.el (locate-fcodes-file, locate-header-face)
4223         * progmodes/delphi.el (delphi-other-face)
4224         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4226         * paren.el (show-paren-match, show-paren-mismatch): Use existing
4227         group `paren-showing-faces'.
4229         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4230         (goto-address): Fix docstring.
4232         * net/webjump.el (webjump-sample-sites): Update URLs.
4234         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4236         * subr.el (cancel-change-group): Add listp around pending-undo-list.
4238 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * font-lock.el (font-lock-compile-keywords): Signal an error when
4241         font-lock-set-defaults hasn't been called.
4243 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4245         * subr.el (noreturn, 1value): Doc fixes.
4247 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4249         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4250         that assoc-string returns nil.
4252 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4254         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4255         (bibtex-entry-type-str, bibtex-empty-field-re)
4256         (bibtex-search-backward-string, bibtex-preamble-prefix)
4257         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4258         (bibtex-any-valid-entry-type): New variable.
4259         (bibtex-parse-field-name): Simplify.
4260         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4261         (bibtex-preamble-prefix): Include left delimiter.
4262         (bibtex-search-forward-field, bibtex-search-backward-field):
4263         Allow unbounded search past entry boundaries (required by bibtex-pop).
4264         (bibtex-text-in-field-bounds): Use push.
4265         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4266         (bibtex-parse-preamble, bibtex-valid-entry)
4267         (bibtex-beginning-first-field): New functions.
4268         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4269         (bibtex-map-entries): Fix docstring.
4270         (bibtex-flash-head): New arg prompt.  Simplify.
4271         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4272         (bibtex-insert-kill): Simplify.  Always insert text past the
4273         current field or entry.
4274         (bibtex-format-entry): Use bibtex-parse-field.
4275         (bibtex-pop): Use bibtex-beginning-of-entry and
4276         bibtex-end-of-entry to initiate the search.  Insert empty field if
4277         we found ourselves.
4278         (bibtex-print-help-message): New args field and comma.
4279         Handle entry keys.
4280         (bibtex-make-field): Use bibtex-beginning-of-entry.
4281         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4282         invalid entry.
4283         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4284         Handle preambles.  Simplify code for thorough test.
4285         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4286         New arg comma.  Handle entry heads.
4287         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4288         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4289         New arg comma.
4290         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4291         (bibtex-fill-field): Simplify.
4292         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4293         bibtex-parse-field.
4294         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4295         (bibtex-complete): Use bibtex-parse-preamble.
4297 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4299         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4300         Display name of expression instead of convenience variable.
4301         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4303         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4304         toggle-gud-tooltip-dereference.
4305         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4306         (gud-tooltip-tips): ...here when dereferencing.
4308 2005-12-28  Bill Wohler  <wohler@newt.com>
4310         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4312 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4314         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4315         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4316         (vc-annotate-display-autoscale): Adjust call.
4317         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4318         Fix interactive spec.
4319         (vc-annotate-time-span): Remove.
4320         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4321         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4322         (vc-annotate-display-select): Use new name.
4324         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4325         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4326         Correct the construction of span entries.  Simplify.
4327         (vc-annotate-display-select): Fix the nil case.
4328         (vc-annotate): Remove obsolete (and now broken) code.
4329         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4330         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4332 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4334         * subr.el (lazy-completion-table): Correct typo in docstring.
4336         * startup.el (command-line): Use `custom-reevaluate-setting' for
4337         `send-mail-function'.
4339         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4341 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4343         * mail/smtpmail.el (smtpmail-try-auth-methods):
4344         Send credentials together with "AUTH PLAIN" command.
4346 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4348         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4349         mouse-2, go back to previously selected window, so it's selected
4350         when mouse-2 command runs.
4352 2005-12-27  Juri Linkov  <juri@jurta.org>
4354         * descr-text.el (describe-text-sexp): Use square brackets for
4355         button [Show] to distinguish it from the property value `show'.
4356         (describe-property-list): Use `insert-text-button' with
4357         `help-face' type instead of putting face in quotes, because button
4358         is not created automatically for a list of faces.
4359         (describe-text-properties-1): Put button-type value in quotes to
4360         distinguish from plain text "button".
4361         (describe-char): Display code point values in hex.  Don't use
4362         `symbol-name' for `current-input-method' because it is a string.
4363         Use `insert-text-button' with `help-face' type instead of putting
4364         hardcoded face in quotes, because button is not created automatically.
4366 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4368         * progmodes/glasses.el (glasses-face): More specific custom type.
4370         * files.el (set-visited-file-name): Doc fix.
4372         * textmodes/flyspell.el (flyspell-external-point-words):
4373         Use local var buffer-scan-pos to advance scan for next misspelling.
4374         Advance it only after we find the misspelling.
4376 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4378         * textmodes/flyspell.el (flyspell-external-point-words):
4379         New criteria for finding the misspelling in the buffer.
4381 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4383         * help-mode.el (help-insert-string): Set help-xref-stack-item
4384         rather than call help-setup-xref.
4386         * descr-text.el (describe-char): Revert previous changes for
4387         optional buffer argument.
4389 2005-12-27  Juri Linkov  <juri@jurta.org>
4391         * help-mode.el (help-insert-string): New function.  Save buffer
4392         contents in cases where it is impossible to recompute the old contents.
4394         * descr-text.el (describe-char): Set help-xref-stack-item
4395         explicitly after buffer has been generated.
4397 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4399         * cus-start.el (all): Add x-gtk-show-hidden-files.
4401 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4403         * replace.el (perform-replace): Calculate match-again
4404         before skipping read-only matches.
4406         * paren.el (paren-showing-faces): New group.
4407         (show-paren-match, show-paren-mismatch): Move to that group.
4409         * button.el (button): Put into group `basic-faces'.
4411         * progmodes/make-mode.el: Remove faces from group `faces'.
4413         * apropos.el (apropos, apropos-value): Doc fix.
4414         (apropos-documentation): Doc fix.
4416 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * subr.el (lazy-completion-table): Remove argument `args'.
4420         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4421         Don't use the `args' argument of lazy-completion-table.
4423 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4425         * descr-text.el (describe-char): Add optional argument for buffer.
4426         Set buffer appropriately.  Call help-setup-xref.
4427         Suggested by Stefan Monnier.
4429 2005-12-26  Juri Linkov  <juri@jurta.org>
4431         * descr-text.el: Require `help-fns' at runtime.  Don't require
4432         `button' for byte compilation.
4433         (describe-text-widget): Add `help-echo' for first button.
4434         Use `help-info' for second.
4435         (describe-property-list): Use `help-argument-name' instead of `italic'.
4436         (describe-text-category): Add prompt to interactive spec.
4437         Call `help-setup-xref'.
4438         (describe-char): Use `help-character-set'.  Add `help-echo' for
4439         code point.  Use `help-input-method'.  Remove superfluous insert.
4441 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4443         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4444         at point, in case of narrowing.
4446         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4448         * locate.el (locate-header-face): Allow nil in type.
4450         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4452 2005-12-25  Romain Francoise  <romain@orebokech.com>
4454         * battery.el (battery-linux-proc-acpi): Also try
4455         `/proc/acpi/thermal_zone/THM0/temperature'.
4457 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4459         * custom.el (custom-push-theme): Fix docstring.
4461         * cus-edit.el (custom-variable-set, custom-variable-save)
4462         (custom-variable-save): Custom-quote widget values.
4463         (customize-save-variable): Fix custom-push-theme call.
4465 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4467         * w32-fns.el (w32-batch-update-autoloads): New function.
4469         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4470         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4471         from the command line.
4473 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4475         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4476         reset means to remove setting from theme entirely.  Don't keep
4477         expanding theme-settings list; delete old entries if necessary.
4479         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4480         customization" button one line up.
4481         (custom-themed): New face.
4482         (custom-magic-alist): New value, THEMED, for theme settings.
4483         (custom-variable-state-set, custom-face-state-set):
4484         Check theme-value instead of saved-value.
4485         (custom-variable-reset-standard, custom-face-reset-standard):
4486         Remove theme setting entirely.  Recalculate new values.
4487         (custom-variable-set, custom-variable-set)
4488         (custom-variable-reset-saved, custom-variable-reset-backup)
4489         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4490         (custom-variable-save): Fix typos.
4492 2005-12-23  Juri Linkov  <juri@jurta.org>
4494         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4495         Add autoload cookies.
4496         (edebug-outside-d-c-i-n-s-w): New variable.
4497         (edebug-display, edebug-outside-excursion): Use it to save the
4498         original value of default-cursor-in-non-selected-windows.
4499         Set default-cursor-in-non-selected-windows to t while Edebug
4500         is active.
4501         (edebug-mode, edebug-eval-mode): Doc fix.
4503         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4504         with `buffer-substring-no-properties' to remove common substring
4505         highlighting.
4507         * info.el (info-other-window, info): Rename function argument
4508         `file' to `file-or-node'.
4509         (Info-complete-menu-item): Use local variable `complete-nodes' to
4510         keep the global value of `Info-complete-nodes' unchanged for
4511         subsequent completions.
4512         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4514         * simple.el (get-next-valid-buffer, last-buffer)
4515         (next-error-buffer-p, next-error-find-buffer)
4516         (minibuffer-history-sexp-flag): Doc fix.
4518         * savehist.el (savehist-mode-hook): Add `:group'.
4520         * log-view.el: Call autoload for vc-find-version.
4521         (log-view-current-file): Adjust subgroup numbers.
4522         (log-view-current-tag): Add `length'.
4524 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4526         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4528 2005-12-23  Juri Linkov  <juri@jurta.org>
4530         * hi-lock.el (hi-lock-archaic-interface-message-used)
4531         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4532         (hi-lock-mode): Display "Hi" in the mode line only when
4533         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4534         (hi-lock-write-interactive-patterns):
4535         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4536         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4537         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4538         font-lock-add-keywords to t.
4540 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4542         * hi-lock.el (hi-lock-highlight-range): New variable.
4543         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4544         only if font-lock-fontified is non-nil.  Remove overlays.
4545         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4546         font-lock-fontified is non-nil, otherwise use overlays (instead of
4547         text properties).
4548         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4549         New variables.
4550         (hi-lock-string-serialize) New function.
4552 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4554         * menu-bar.el (menu-find-file-existing): New function.
4555         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4557         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4559 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * vc.el: Remove unnecessary leading * in docstrings.
4562         (vc-annotate-mode-map): Move initialization into declaration.
4563         (vc-static-header-alist): Nitpick on the regexp.
4564         (vc-default-init-version): New fun.
4565         (vc-register): Use it.
4566         (vc-insert-headers): Use dolist.
4567         (vc-annotate-get-backend): Remove unused function.
4568         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4569         (vc-annotate-mode): Remove corresponding call.
4570         (vc-annotate-car-last-cons): Simplify.
4571         (vc-annotate-buffers): Remove var.
4572         (vc-annotate-backend): Make it buffer-local.
4573         (vc-annotate): Move the interaction to the interactive spec.
4574         Add a `buf' argument.
4575         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4576         killing&creating a vc-annotate buffer, which is very disruptive when
4577         the buffers are shown in dedicated frames.
4579 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4581         * descr-text.el: Add FSF as maintainer.
4582         (describe-text-mode, describe-text-mode-map)
4583         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4584         help-mode.
4585         (describe-text-widget, describe-text-sexp)
4586         (describe-property-list, describe-text-category)
4587         (describe-text-properties, describe-text-properties-1)
4588         (describe-char): Use help buttons instead of widgets.
4589         (describe-char-unicodedata-file): Make URL link in doc string.
4591 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4593         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4594         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4595         Don't include buttons that write a file when there's no file.
4596         (custom-variable-menu, custom-face-menu, custom-group-menu):
4597         Don't include commands that write a file when there's no file.
4598         (customize-browse): Reword the top-of-buffer help intro.
4599         (custom-buffer-create-internal): Fix previous change.
4600         (customize-changed-options-previous-release): Prev release is 21.1.
4601         (customize-changed-options): Doc fix.
4602         (customize-changed): New alias.
4603         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4604         Say "standard values".
4605         (Custom-reset-standard): Doc fix.
4606         (custom-face-reset-standard): Doc fix.
4608 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4611         even if font-lock-mode is non-nil since it may be t without having
4612         turned on font-lock-mode-internal.
4613         (font-lock-choose-keywords): Minor optimization.
4614         (font-lock-add-keywords, font-lock-remove-keywords)
4615         (font-lock-set-defaults): Don't call make-local-variable on a variable
4616         that we know to already be local.
4618 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4620         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4621         messages if in the minibuffer.
4623 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4625         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4626         (tex-mode-flyspell-verify, flyspell-get-word)
4627         (flyspell-external-point-words): Don't use point-min/max uselessly.
4629         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4630         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4631         don't need to show it.
4633 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4635         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4637 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4640         delete-windows-on with an inexistent buffer.
4642 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4644         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4645         Delete defcustom variable :tag names.
4647 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4650         (log-view-font-lock-keywords): Ajust subgroup numbers.
4651         (log-view-current-tag): Don't hard code the number of subgroups.
4653 2005-12-20  Juri Linkov  <juri@jurta.org>
4655         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4656         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4658         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4659         (menu-bar-non-minibuffer-window-p): Instead of checking
4660         display-multi-frame-p, use selected-frame when menu-updating-frame
4661         is nil.
4663 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
4665         * align.el (align-rules-list): Use [ \t] instead of \s-
4666         for column separators in text mode.
4668 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4670         * help-mode.el (help-customize-variable, help-customize-face):
4671         Don't pop help-xref-stack as help-follow no longer pushes
4672         anything on to it.
4674 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4676         * textmodes/org.el (org-agenda-custom-commands): New option.
4677         (org-agenda): Offer custom commands on splash screen.
4678         (org-make-tags-matcher): Parser for Boolean logic added.
4679         (org-agenda-set-tags): New command.
4680         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4681         (org-set-tags): Efficiency improvements.
4682         (org-auto-align-tags): New option.
4683         (org-todo, org-demote, org-promote): Realign tags.
4684         (org-tags-completion-function): Use also "&" and "|" as separators.
4685         (org-org-menu): Agenda commands simplified.
4687 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4689         * cus-edit.el (customize-apropos, customize-apropos-options):
4690         Docstring changes.
4692         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4694 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4696         * longlines.el (longlines-mode): Wrap while widened.
4697         (longlines-decode-region, longlines-encode-region): Compute max
4698         just once.
4700 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4702         * cus-edit.el (mac): New group.
4704         * cus-start.el (all): Add user options in macterm.c.  Add test for
4705         Mac-related built-ins.  Fix test for GTK-related built-ins.
4707         * term/mac-win.el (mac-handle-language-change)
4708         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4709         (mac-services-open-selection, mac-services-mail-selection)
4710         (mac-services-mail-to, mac-services-insert-text)
4711         (mac-dispatch-apple-event): Add docstrings.
4712         (x-get-selection, mac-select-convert-to-string): Select coding
4713         system from `utf-16be' and `utf-16le' using `byteorder'.
4715 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4718         a "list" (lambda ...) rather than a real completion list.
4720         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4721         lexical-let when encountering ((lambda (...) ...) ...).
4723 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4725         * progmodes/sh-script.el (sh-mode):
4726         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4727         * textmodes/picture.el (picture-mode): Update docstrings.
4729 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4731         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4732         commands enclosed in $(ARGQUOTE)s should not be split between two
4733         lines, as that will break with GNU Make >3.80, when sh.exe is used
4734         and arg quoting is with '..'.
4735         (autoloads): Don't break the quoted --eval expression between
4736         several lines.
4738 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4740         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4741         Capture error from printing circular structures.
4743 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4745         * wid-edit.el (widget-checkbox-action): Clear undo info.
4747 2005-12-16  Bill Wohler  <wohler@newt.com>
4749         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4750         bar, not menubar in comment.
4752 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4755         After-change-functions should not clobber the match data.
4757 2005-12-16  Juri Linkov  <juri@jurta.org>
4759         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4760         instead of `buffer-substring'.
4761         (completion-common-substring): Doc fix.
4762         (completion-setup-function): Use minibuffer-completion-contents
4763         instead of minibuffer-contents.  Don't set common-string-length
4764         initially.  Remove special handling of partial-completion-mode.
4765         Move computation of completion-base-size into one cond.
4766         Call completion-base-size-function in mainbuf.  In computation of
4767         completion-base-size for file name completion don't move point to
4768         the end of the minibuffer.  Move computation of common-string-length
4769         into one cond.  Start putting faces only when common-string-length>=0.
4770         Add condition to put completions-common-part when
4771         common-string-length>0.
4773         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4774         place point at the first different character in the minibuffer
4775         even if this position is at the beginning of the minibuffer.
4777         * info.el (Info-read-node-name-1): In completion-base-size-function's
4778         lambda return 1 if common-substring or minibuffer-completion-contents
4779         starts with (, and 0 otherwise.
4781         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4782         Use `crm-current-element' for second arg of `display-completion-list'.
4784 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4786         * files.el (set-auto-mode): Look for an interpreter specified on
4787         the first line also if search for mode specification succeeded,
4788         but the mode is not known.
4790 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4792         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4793         (org-open-at-point): Implement tag searches as links.
4794         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4795         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4796         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4797         (org-agenda-dispatch): New commands.
4798         (org-use-tag-inheritance, org-tags-column): New options.
4799         (org-tab-follows-link, org-return-follows-link): New options.
4800         (org-tags): New customize group.
4801         (org-start-icalendar-file): Get local time zone.
4802         (org-tags-completion-function): New function.
4803         (org-set-font-lock-defaults): Make sure links will also be
4804         highlighted inside headlines.
4806 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4808         * term.el (term-emulate-terminal):
4809         Let term-handle-ansi-terminal-messages override what Bash says about
4810         its current directory.
4812 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4814         * bindings.el (last-buffer): Move to simple.el.
4815         * simple.el (last-buffer): Move here.
4816         (get-next-valid-buffer): New function.
4817         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4818         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4820         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4821         * bindings.el (global-map): Ditto.
4823 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4825         * cus-edit.el: Introductory comment change.
4826         (custom-magic-alist): Change message string for the `rogue' state.
4828 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4830         * tooltip.el: Delete defcustom variable :tag names.
4832         * complete.el (partial-completion-mode): Doc fix.
4834         * textmodes/flyspell.el (flyspell-external-point-words):
4835         Use save-excursion to ensure we don't move backward in the
4836         search loop, not even one character.
4837         (flyspell-delete-all-overlays): Use remove-overlays directly.
4839         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4840         (ispell-start-process): Set that variable.
4841         Clear ispell-buffer-local-name.
4842         (ispell-internal-change-dictionary):
4843         Set ispell-current-dictionary after killing process.
4844         (ispell-buffer-local-dict):
4845         Don't set spell-personal-dictionary after killing process.
4846         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4847         (ispell-tex-skip-alists, ispell-html-skip-alists)
4848         (ispell-skip-region-alist): Mark as risky.
4850         * net/newsticker.el (newsticker--retrieval-timer-list)
4851         (newsticker--display-timer, newsticker-running-p)
4852         (newsticker-ticker-running-p): Definitions moved up.
4854 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4856         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4858 2005-12-15  David Ponce  <david@dponce.com>
4860         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4861         (recentf-edit-list, recentf-open-files): Signal an error when
4862         there is no recent file.
4864 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4866         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4867         read-only except for texinfo-format-region evaluation.
4869 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4871         * vc.el (vc-default-previous-version, vc-default-next-version)
4872         (vc-do-command): Doc fixes.
4874 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4876         * textmodes/bibtex.el (bibtex-expand-strings)
4877         (bibtex-autokey-expand-string, bibtex-name-part)
4878         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4879         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4880         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4881         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4882         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4883         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4884         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4885         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4886         (bibtex-beginning-of-last-entry): Remove.
4887         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4888         message if comma is missing but buffer is read-only.
4889         (bibtex-parse-field-text): Handle whitespaces at the end of field
4890         text.  Return 3-element list with beginning and end of field text
4891         and end of field.
4892         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4893         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4894         (bibtex-search-forward-field, bibtex-search-backward-field):
4895         Search always delimited by limits of entry.  Use more efficient
4896         search algorithms.
4897         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4898         bibtex-end-of-name-in-field.
4899         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4900         extracting the content of a field.
4901         (bibtex-text-in-field): Use search limits.
4902         (bibtex-parse-string-prefix): Handle empty string keys based on
4903         bibtex-string-empty-key.
4904         (bibtex-parse-string): Fix docstring.
4905         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4906         (bibtex-preamble-prefix, bibtex-strings): New functions.
4907         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4908         BibTeX entries (consistent with other BibTeX functions).
4909         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4910         (bibtex-search-entry): Fix docstring.  Simplify.
4911         (bibtex-flash-head, bibtex-complete-string-cleanup)
4912         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4913         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4914         (bibtex-parse-entry): New optional arg content.
4915         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4916         Use bibtex-text-in-field-bounds.
4917         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4918         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4919         bibtex-parse-string-postfix.
4920         (bibtex-find-text-internal): New function.
4921         (bibtex-remove-delimiters): Use it.
4922         (bibtex-find-text): Use it.  New optional arg help.
4923         (bibtex-complete): Handle BibTeX string and preamble entries.
4924         (bibtex-Preamble): Fix order of closing delimiters.
4926 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * vc.el (vc-default-revert): New fun.
4930         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4932 2005-12-14  Romain Francoise  <romain@orebokech.com>
4934         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4935         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4936         (font-lock-remove-keywords): Likewise.
4938 2005-12-14  Juri Linkov  <juri@jurta.org>
4940         * log-view.el (log-view-diff): Doc fix.
4942         * isearch.el (isearch-query-replace): Use (mark) instead of
4943         isearch-opoint if mark is active in transient-mark-mode.
4945 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4947         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4949 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4951         * progmodes/cpp.el (cpp-face): New widget.
4952         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4954 2005-12-14  Juri Linkov  <juri@jurta.org>
4956         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4957         around `erase-buffer' and `insert'.
4959         * descr-text.el (describe-text-properties): Replace buffer name
4960         "*Help-2*" with "*Help*<2>".
4961         (describe-char): Add functions print-help-return-message,
4962         toggle-read-only.  Use help-setup-xref with nil to not store
4963         describe-char in help-xref-stack.  Use help-make-xrefs to
4964         make [back] button.
4966         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4968         * wdired.el (wdired-old-point): New internal variable.
4969         (wdired-change-to-wdired-mode): Set it buffer-locally.
4970         (wdired-abort-changes): Restore point after aborting changes.
4972 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4974         * vc.el (vc-do-command): Add a new value t for okstatus.
4976         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4977         frame in case of errors.
4979 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4981         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4982         so it comes after "On the Left" in the menu.
4984 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4986         * cus-edit.el (customize-apropos, customize-apropos-options)
4987         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4989 2005-12-12  Bill Wohler  <wohler@newt.com>
4991         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4992         non-writable Subversion-controlled files by saving window
4993         configuration before calling vc-do-command.  vc-do-command calls
4994         pop-to-buffer on error which is unexpected during registration.
4996 2005-12-12  Jay Belanger  <belanger@truman.edu>
4998         * calc/README: Update the summary of changes.
5000 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * descr-text.el (describe-char): Rework last fix to solve the problem
5003         is the same way it's solved for everything else in that function
5004         (i.e. by extracting the info before setting up the *Help* buffer).
5006 2005-12-12  Kim F. Storm  <storm@cua.dk>
5008         * subr.el (version-regexp-alist): Allow space as separator before
5009         non-numeric part, e.g. "1.0 alpha".
5010         (version-to-list): Interpret .X.Y version as 0.X.Y version.
5012 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
5014         * textmodes/org.el (org-agenda, org-timeline, org-todo):
5015         Implement Logging and the keep-modes setting.
5016         (org-get-category): Make sure a string is returned.
5017         (org-log-done): New function.
5018         (org-log-done, org-closed-string): New options.
5020 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5022         * tooltip.el (tooltip-y-offset): Change default to 20.
5024 2005-12-12  Richard M. Stallman  <rms@gnu.org>
5026         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5028         * frame.el (display-hourglass): Doc fix.
5030         * help.el (help-for-help-internal): Simplify entry for `a'.
5032         * info.el (Info-on-current-buffer): Doc fix.
5033         (info-insert-file-contents): Don't test (featurep 'jka-compr).
5035         * startup.el (inhibit-splash-screen): Make this the real name.
5036         (inhibit-startup-message): Make this the alias.
5037         (command-line): Find only simple.el, and use its directory
5038         to fill in other preloaded files' names.
5039         (command-line): Deactivate the mark if deactivate-mark is set.
5041         * international/mule.el (load-with-code-conversion):
5042         Bind deactivate-mark.
5044         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5046 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
5048         * cus-edit.el (customize-apropos): Avoid listing an option more
5049         than once under different aliases.  No longer list user options
5050         that are not defined with defcustom (unless a prefix arg is given).
5051         Doc fix.
5052         (customize-apropos-options): Doc fix.
5054 2005-12-11  Juri Linkov  <juri@jurta.org>
5056         * frame.el (set-background-color, set-foreground-color)
5057         (set-cursor-color, set-mouse-color, set-border-color):
5058         Add explicit prompts to read colors by `facemenu-read-color'.
5059         (show-trailing-whitespace, blink-cursor-delay)
5060         (blink-cursor-interval, display-hourglass, hourglass-delay):
5061         Remove tags.
5062         (display-hourglass, hourglass-delay): Doc fix.
5063         (cursor-in-non-selected-windows): Capitalize words in tag.
5065         * faces.el (frame-background-mode): Replace `choice-item' keywords
5066         with `const' to not make [default] button.  Change default value tag
5067         from `default' to `automatic'.  Doc fix.
5068         (trailing-whitespace) <defface>: Change group `whitespace' to
5069         `whitespace-faces'.
5071 2005-12-11  Richard M. Stallman  <rms@gnu.org>
5073         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5075 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5077         * term/mac-win.el: Create keymap for mac-apple-event-map.
5079 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
5081         * tooltip.el (tooltip-mode): Move to start of file so that it
5082         appears at top of customize buffer.
5084         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5085         Add the gud groupname.
5086         (gud-tooltip-mode): Add the tooltip groupname.
5087         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
5088         avoid conflict with tooltip-use-echo-area.
5090 2005-12-10  Romain Francoise  <romain@orebokech.com>
5092         * help.el (help-for-help-internal): Add `r' in doc string.
5094 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5096         * align.el (align-regexp, align-highlight-rule):
5097         Use region-beginning and region-end instead of point and mark, so that
5098         repetition (with `repeat-complex-command') recomputes the region
5099         bounds.
5101 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5103         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5104         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5105         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5106         (balance-windows): Rewrite using the above new functions.
5108 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
5110         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5111         react if global-hi-lock-mode seems intended.
5112         (global-hi-lock-mode) Renamed from hi-lock-mode.
5113         (hi-lock-archaic-interface-message-used)
5114         (hi-lock-archaic-interface-deduce): New variables.
5115         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5116         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5117         (hi-lock-find-patterns, hi-lock-font-lock-hook):
5118         Replace hi-lock-buffer-mode with hi-lock-mode.
5120 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
5122         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5123         completion list, even after a partial completion has been
5124         inserted in the current buffer.  If there are more than 1
5125         completion, redisplay the *Completions* buffer; if the
5126         completion is unique, delete the *Completions* window.
5128 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
5130         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5131         strings and long subject lines that were broken into multiple
5132         lines at arbitrary places.  Handle subjects that have "Re: " in
5133         the middle.
5135 2005-12-10  John W. Eaton  <jwe@octave.org>
5137         * emacs/octave-mod.el (octave-electric-space): Don't indent
5138         comments or strings if octave-auto-indent is nil.
5140 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5142         * term/mac-win.el: Require url when compiling.
5143         Call mac-process-deferred-apple-events after loading init files.
5144         (mac-apple-event-map): New defvar.  Define event handlers in it.
5145         (core-event, internet-event): New Apple event class symbols.
5146         (open-application, reopen-application, open-documents)
5147         (print-documents, open-contents, quit-application)
5148         (application-died, show-preferences, autosave-now, get-url):
5149         New Apple event ID symbols.
5150         (about): New HICommand ID symbol.
5151         (mac-event-spec, mac-event-ae): New macros.
5152         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5153         (mac-ae-selection-range, mac-ae-text-for-search)
5154         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5155         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
5156         and Services menu events are now defined in mac-apple-event-map.
5157         (mac-drag-n-drop): Remove selection range handling.
5159 2005-12-10  Kenichi Handa  <handa@m17n.org>
5161         * simple.el (zap-to-char):
5162         * isearch.el (isearch-process-search-char): Translate CHAR by
5163         translation-table-for-input.
5165 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
5167         * foldout.el (foldout-exit-fold): Properly hide subtree.
5169 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5171         * files.el (save-buffer):
5172         * international/ucs-tables.el (ucs-set-table-for-input):
5173         * mail/mail-extr.el (mail-extract-address-components):
5174         * mail/sendmail.el (mail-mode): Reformat doc string.
5176 2005-12-09  Juri Linkov  <juri@jurta.org>
5178         * isearch.el (isearch-highlight): Change main overlay priority
5179         from 1 to 1001.  Simplify.
5180         (isearch-lazy-highlight-update): Change lazy overlay priority
5181         from 0 to 1000.
5183         * replace.el (replace-highlight): Change overlay priority from
5184         1 to 1001.
5186         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5187         Change overlay priority from 1 to 1001.  Reuse existing overlay.
5189         * compare-w.el (compare-windows-highlight): Change overlay
5190         priority from 1 to 1000.
5192         * menu-bar.el (menu-bar-edit-menu): Add listp around
5193         pending-undo-list to disable menu item "undo" when pending
5194         undo list is empty.
5196         * locate.el (locate): Disable undo in *Locate* buffer.
5198 2005-12-09  Kim F. Storm  <storm@cua.dk>
5200         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5202 2005-12-09  David Ponce  <david@dponce.com>
5204         * recentf.el: Improvement of the menu code.
5205         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
5206         instead of menu hook.
5207         (recentf-show-menu, recentf-hide-menu): New functions.
5208         (recentf-menu-customization-changed, recentf-mode): Use them.
5209         (recentf-menu-action, recentf-max-menu-items)
5210         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5211         (recentf-arrange-by-rule-others)
5212         (recentf-arrange-by-rules-min-items)
5213         (recentf-arrange-by-rule-subfilter) : Don't use
5214         `recentf-menu-customization-changed'.
5215         (recentf-arrange-rules): Likewise.  Accept functions to compute
5216         sub-menu titles.
5217         (recentf-menu-filter): Likewise.  Doc fix.
5218         (recentf-menu-value-shortcut): Doc fix.
5219         (recentf-dump-variable): Quote atom value.
5220         (recentf-make-menu-items): Update to use it as a menu filter.
5221         (recentf-match-rule): New function.
5222         (recentf-arrange-by-rule): Use it.
5223         (recentf-indirect-mode-rule): New function.
5224         (recentf-build-mode-rules): Use it.
5225         (recentf-dir-rule): New function.
5226         (recentf-arrange-by-dir): Use it.
5227         (recentf-filter-changer-current): Rename from
5228         `recentf-filter-changer-state'.  All references updated.
5229         (recentf-filter-changer-alist): Update filter names.
5230         (recentf-filter-changer-select): New function.
5231         (recentf-filter-changer): Use it.  Make a sub-menu from filters
5232         available in `recentf-filter-changer-alist'.
5233         (recentf-data-cache, recentf-clear-data)
5234         (recentf-update-menu): Remove.  All references updated.
5235         (recentf-match-rule-p, recentf-build-dir-rules)
5236         (recentf-filter-changer-goto-next)
5237         (recentf-filter-changer-get-current)
5238         (recentf-filter-changer-get-next): Remove.
5240 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5242         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5243         buffer "Reset" button to "Reset to Current" for consistency with
5244         the State buttons.
5246 2005-12-08  John Paul Wallington  <jpw@pobox.com>
5248         * ibuf-ext.el (define-ibuffer-filter filename):
5249         If `dired-directory' is a list then really use its car.
5251 2005-12-08  Kim F. Storm  <storm@cua.dk>
5253         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5254         Fix indention of text on right side of replaced rectangle.
5256 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
5258         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5259         No need to check gud-comint-buffer is bound.
5260         (gdb): Prevent multiple debugging when first session uses gdba.
5262 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5264         CC Mode update to 5.31.
5266         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5267         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5268         We might do this function properly in the future).
5270         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5271         New macros c-sentence-end and c-default-value-sentence end, to cope
5272         with Emacs 22's new function `sentence-end'.
5274 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5276         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5277         compat issue using `c-put-overlay' and `c-delete-overlay'.
5279         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5280         New compat macros to handle overlays/extents.
5282 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5284         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5285         (for GNU Emacs 20.4)
5287         * progmodes/cc-defs.el:
5288         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5290         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5291         highlighting mechanism so it will work in XEmacs too.
5293         * progmodes/cc-defs.el: Insert c-int-to-char.
5295         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5296         call to the new macro c-int-to-char.  This solves XEmacs's
5297         regarding characters as different from integers.
5299 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5301         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5302         New internal helper.
5304         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5305         construct to make the indirect face lookup work in XEmacs.
5307         (c-cpp-matchers): Append the negation char face to the existing
5308         fontification, so that the cpp face doesn't disappear.
5309         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5310         and strings.
5312         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5313         to map to `font-lock-negation-char-face' in emacsen where it exists.
5315 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5317         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5319         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5320         Rename "c-subword-move-mode" as "c-subword-mode".
5322         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5323         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5325 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5327         * progmodes/cc-mode.el: Added autoload directive for
5328         `c-subword-move-mode' for use in older emacsen.
5330 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5332         * progmodes/cc-mode.el:
5333         (i) Insert a binding for C-c C-backspace into
5334         c-bind-special-erase-keys which works in TTYs.
5335         (ii) Make sure that when file styles are used, any explicitly
5336         given style variables take priority over those in the style.
5337         Do this by calling `hack-local-variables' a second time.
5339         * progmodes/cc-vars.el: Add language specific customization
5340         widgets for AWK to c-doc-comment-style, c-require-final-newline
5341         and c-default-style.  Add a defcustom for awk-mode-hook.
5342         Give c-syntactic-element and c-syntactic-context doc-strings by
5343         directly setting their `variable-documentation' propery.
5344         This allows Emacs 22.1 to read these with C-h v.
5346         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5348 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5350         * progmodes/cc-fonts.el, cc-vars.el
5351         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5352         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5353         Masatake YAMATO.
5355         (c-doc-comment-style): Made GtkDoc default in C mode.
5357         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5358         and C-c C-<delete>.
5360         (c-bind-special-erase-keys): New function for use on
5361         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5363         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5364         <delete> key behavior in XEmacs according to `delete-forward-p'.
5365         C.f. `c-electric-delete'.
5367 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5369         * progmodes/cc-mode.el: Give c-hungry-backspace and
5370         c-hungry-delete-forward permanent key bindings.
5372         * progmodes/cc-cmds.el (c-electric-semi&comma):
5373         Bind c-syntactic-context for calls to "criteria functions", for
5374         consistency with other calls to user functions.
5376         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5377         `current-prefix-arg', since this might be the prefix arg to a
5378         command which calls c-indent-command as a function.  Change the
5379         interactive spec from "p" to "P".
5381         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5382         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5383         was difficult to understand.
5385 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5387         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5388         first char of an identifier.
5390         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5391         +" syntax in C++.
5393 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5395         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5396         auto-fill doesn't split a c-comment's last word from a hanging
5397         "*/" when a space is typed between them after fill-column.
5399         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5401         * progmodes/cc-styles.el (c-set-style)
5402         (c-setup-paragraph-variables): Abort the command if we're not in a
5403         CC Mode buffer.
5405         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5406         with blank comment-prefix, and a blank line as the comment's
5407         second line.
5409 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5411         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5412         Incorporate the patterns added in the Emacs development branch
5413         for the new Emacs 22 face `font-lock-negation-char-face'.
5415         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5416         of "red" since it stands out better in xterms and DOS terminals.
5418         * progmodes/cc-engine.el (c-literal-faces):
5419         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5421 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5423         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5424         forcibly enable c-electric-flag.
5426         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5427         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5428         after the comment-prefix of a C-style comment will close that comment.
5430 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5432         * progmodes/cc-fonts.el (c-basic-matchers-before)
5433         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5434         in Pike.
5436         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5437         digraphs.
5439         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5440         (c-cpp-message-directives, c-cpp-include-directives)
5441         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5442         (c-cpp-expr-directives): Introduce new language constants to
5443         control cpp syntax in a cleaner way.
5445         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5447         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5449         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5450         (c-multiline-string-start-char): New language constants and
5451         variables to specify how newlines in string literals work.
5453         (c-font-lock-invalid-string): Use them.
5455         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5456         unbalanced close brace is entered.  Optimization by avoiding going
5457         back over arbitrarily large blocks.  Removed hints that this
5458         function only would be relevant/useful in AWK.
5460         (c-electric-brace): Indent syntactically after the cleanups since
5461         lineup functions might do it differently then.
5463         * progmodes/cc-engine.el, cc-langs.el
5464         (c-opt-op-identifier-prefix): New language constant and variable.
5466         (c-just-after-func-arglist-p, c-after-special-operator-id)
5467         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5469         * progmodes/cc-align.el, cc-engine.el
5470         (c-after-special-operator-id): New helper to handle C++ operator
5471         identifiers.
5473         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5474         (c-guess-basic-syntax): Handle C++ operator identifiers in
5475         declarations.
5477         * progmodes/cc-langs.el (c-assignment-operators): Add the
5478         trigraph version of ^= too.
5480         * progmodes/cc-langs.el (c-assignment-operators): Add the
5481         trigraph version of |= in C++.
5483         * progmodes/cc-fonts.el (c-font-lock-declarators):
5484         Handle `c-decl-hangon-kwds' after the identifier name.
5486         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5487         whether an arglist is "nonempty", ignore a comment after the open
5488         paren if it isn't followed by a non-comment token on the same line.
5490         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5491         Enable heuristics below the point to cope with classes inside special
5492         brace lists in Pike.
5494 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5496         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5498 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5500         * progmodes/cc-guess.el (cc-guess-install): New function to
5501         install an already guessed style in another buffer.
5503         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5504         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5505         anyway if the change always is undone.
5507 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5509         Implement togglable electricity:
5511         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5512         saying when it should be used.
5514         * progmodes/cc-engine.el: Add the new buffer-local variable,
5515         c-electric-flag.
5517         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5518         c-toggle-auto-newline.
5520         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5521         c-toggle-auto-newline.  Remove the binding for
5522         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5523         c-toggle-electric-state.
5525         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5527         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5528         c-\(forward\|backward\)-subword.
5529         (c-update-modeline): Add the new modeline flag `l' for
5530         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5531         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5532         Make the old name an alias of the new name.
5533         (c-toggle-electric-state): New function.
5534         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5535         Adapt these functions to do electric things only when
5536         c-electric-flag is non-nil.
5537         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5538         new functions from c-electric-brace.
5539         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5540         mode, so that the tentative extra newline doesn't change the
5541         syntax of the following brace.
5542         (c-electric-brace): Restructure by extracting the above functions.
5543         Tidy up the coding somewhat.
5544         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5545         restructure a bit.
5547 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5549         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5550         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5552         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5553         (c-submode-indicators): Change name from `c-auto-hungry-string'
5554         since it's now used to track another submode.
5556         (c-update-modeline): Convert to function and extended to check
5557         `c-subword-move-mode'.
5559         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5560         Convert to compat aliases for `c-forward-subword' and
5561         `c-backward-subword'.
5563         * progmodes/cc-subword.el: New functions and minor mode to handle
5564         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5566         (c-forward-subword, c-backward-subword, c-mark-subword)
5567         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5568         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5569         Functions corresponding to the standard word handling functions.
5571         (c-subword-move-mode): Minor mode that replaces all the standard
5572         word handling functions with their subword equivalences.
5574 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5576         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5577         entry for one-liner-defun.
5579         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5580         name in its def-edebug-spec.
5582         * progmodes/cc-cmds.el (c-electric-brace): Make the
5583         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5584         compacts space before a comment, if this will make things fit on
5585         one line.
5587         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5589         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5591         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5592         clean-up one-liner-defun.
5594         * progmodes/cc-styles.el: Add the new "awk" style.
5596         * progmodes/cc-vars.el: Add description of one-liner-defun to
5597         c-cleanup-list's doc-string.  New user options,
5598         c-max-one-liner-length.  In c-default-style, set the default style
5599         for AWK to "awk".
5601 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5603         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5604         macros inside labels.
5606         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5607         `c-at-statement-start-p' and `c-at-expression-start-p'.
5609         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5610         error if the mark isn't set.
5612         * progmodes/cc-engine.el (c-guess-continued-construct)
5613         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5614         accurately detect functions inside functions.
5616         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5617         like `c-at-statement-start-p' that additionally recognizes commas
5618         and expression parentheses as delimiters.
5620         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5621         to avoid heuristics that doesn't work for unclosed blocks.
5622         (c-at-statement-start-p): New function.
5624         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5625         Objective-C directives, e.g. directives spanning lines should work
5626         reasonably well now.
5628         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5630         (c-forward-objc-directive): New function to move over any ObjC
5631         directive.
5633         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5634         (c-basic-matchers-before): Use it.
5636         (c-font-lock-objc-iip-decl): Remove.
5638         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5639         in the template arglist recognition.
5641         * progmodes/cc-styles.el (c-style-alist): Fix several
5642         inconsistencies in the Whitesmith style.
5644         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5645         New lineup function to get lines after Whitesmith style blocks
5646         correctly indented.
5648         (c-lineup-whitesmith-in-block): Back out the compensation for
5649         opening parens since it's done using `add' lists in the style
5650         definition instead.  Don't use the anchor position since it varies
5651         too much between the syntactic symbols. :P
5653         * progmodes/cc-vars.el (c-valid-offset): Update.
5655         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5656         lists where the offsets are combined according to several
5657         different methods: `first', `min', `max', and `add'.
5658         Report offset evaluation errors with `c-benign-error' so that some kind
5659         of reindentation still is done.
5661         * progmodes/cc-engine.el (c-guess-basic-syntax):
5662         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5663         `arglist-close'.
5665         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5666         situations for `arglist-cont-nonempty' and `arglist-close'.
5668         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5670         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5671         cc-bytecomp-boundp' in a number of places.
5673         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5674         macro related issue.
5676 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5678         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5679         list is now [asdf], a char class [:alpha:].
5680         Include code for char classes.
5681         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5682         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5684         Remove (nearly all of) the cruft associated with AWK Mode's former
5685         concept of "virtual semicolons":
5687         Adapt c-beginning-of-statement, c-end-of-statement (together with
5688         subfunctions) to use the new notion of "virtual semicolon" in
5689         place of the old awkward special handling for AWK.  There remains
5690         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5691         * progmodes/cc-cmds.el:
5692         (c-ascertain-adjacent-literal): In the backwards direction, now
5693         recognises AWK regexp delimiters as string delimiters.
5694         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5695         check more rigorously for "end of macro".
5696         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5697         virtual semicolons;
5698         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5699         out the code for forward movement into ...
5700         (c-end-of-statement): Now contains the code for forward movement,
5701         adapted for virtual semicolons.
5703         * progmodes/cc-engine.el:
5704         (c-ws*-string-limit-regexp): New regexp.
5705         (c-forward-single-comment, c-backward-single-comment): Comment out
5706         the (now redundant) "special" AWK stuff.
5708         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5709         c-string-par-start, c-string-par-separate to be more like Text
5710         Mode than Fundamental Mode.
5712 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5714         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5715         to the fontified region so that fontification doesn't occur
5716         outside it (could happen e.g. when fontifying a line with an
5717         unfinished declaration).
5719 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5721         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5722         start of the file.  ^L now separate sections of the file.
5723         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5724         (c-awk-one-line-possibly-open-string-re)
5725         (c-awk-regexp-one-line-possibly-open-char-class-re)
5726         (c-awk-one-line-possibly-open-regexp-re)
5727         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5728         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5730         Amend the concept of "virtual semicolons" (in the indentation
5731         engine) for languages like AWK, such that they are now
5732         conceptually attached to end of the last token of a statement, not
5733         the end of the line.  (In AWK Mode, however, the pertinent text
5734         property is still physically set on the EOL.)  Remove the specific
5735         tests for awk-mode, thus facilitating the introduction of other
5736         language modes where EOLs can end statements.
5737         (Note: The funtionality in cc-cmds.el, specifically
5738         c-beginning/end-of-statement has yet to be amended.)
5740         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5741         New macros.
5743         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5744         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5745         c-vsemi-status-unknown-p-fn (in a new page).
5747         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5748         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5749         numerous awkward forms like
5750         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5751         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5752         variable before-ws-ip, the place just after char-before-ip appears.
5754         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5755         a comment.
5757 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5759         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5760         `c-tentative-buffer-changes'.
5762         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5763         convert to macro to choose between Emacs and XEmacs at compile time.
5765         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5767         (c-tentative-buffer-changes): New macro to handle temporary buffer
5768         changes in a convenient way.
5770         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5771         for `c-tentative-buffer-changes'.
5773         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5774         the checks for paren sexps between the point and the keyword, to
5775         avoid some false alarms.
5777         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5778         Fixed a situation where an error could be thrown for unbalanced
5779         parens.  Changed to make use of c-keyword-member' to avoid some
5780         repeated regexp matches.
5782         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5783         These language variable are no longer necessary.
5785         (c-block-stmt-kwds): New language constant used by
5786         c-looking-at-inexpr-block'.
5788         (c-guess-basic-syntax): Remove an optional check that looked at
5789         the existence of the now removed language variables.
5791         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5792         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5793         object instantiation expressions as declarations in some contexts.
5794         This bug only affected languages where the declarator can't be
5795         enclosed in parentheses.
5797         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5798         insert newlines before and after substatement braces.
5800         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5801         function declaration headers and the handling of C++ style member
5802         init lists.
5804         (c-just-after-func-arglist-p): Rewritten to use
5805         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5807         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5809         (c-guess-basic-syntax): Adapt case 5B for the new
5810         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5811         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5812         covers all cases now).
5814         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5816 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5818         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5819         c-string-par-start/separate c-sentence-end-with-esc-eol,
5820         initialised in c-setup-paragraph-variables, used in string
5821         scanning subroutines of c-beginning-of-statement.
5823         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5824         which precedes the newly inserted `{'.
5826 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5828         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5829         function for declaration level blocks.  It should now cope with
5830         templates better and also be a lot more comprehensible.
5832         (c-looking-at-decl-block): The new function.
5834         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5835         for compatibility.
5837         (c-add-class-syntax, c-guess-continued-construct)
5838         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5840         (c-decl-block-key): Change to tell apart ambiguous and
5841         unambiguous keywords.  Pike specials are now handled directly in
5842         the code instead.
5844         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5845         New language constants and variables to make the backward skip in
5846         `c-looking-at-decl-block' as tight as possible.
5848         (c-nonsymbol-token-char-list): New language constant.
5850         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5851         find balanced template arglists backwards.
5853         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5854         making char classes for `c-syntactic-skip-backward'.
5856         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5857         16D - can't be a class-close at that point.
5859         * progmodes/cc-engine.el (c-guess-basic-syntax)
5860         (c-add-class-syntax): Don't narrow out the enclosing declaration
5861         level.  This makes everything a lot easier, and it was actually
5862         only four small places that needed it to work.  Some places that
5863         previously did `widen' are removed now, which has the effect that
5864         `c-guess-basic-syntax' never will look at things outside the
5865         current narrowment now.  The anchor position for `topmost-intro'
5866         is affected by this, but it was so bogus it was basically useless
5867         before, and now it's equally bogus but in a slightly different way.
5869         (c-narrow-out-enclosing-class): Gone.
5871         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5872         the narrowed region.
5874         (c-least-enclosing-brace): Remove silly optional argument.
5876         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5877         the point could be left directly after an open paren when finding
5878         the beginning of the first decl in the block.
5880         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5881         Specify which submatch to use.
5883         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5885         (c-decl-start-re): No longer any need for special treatment of
5886         ObjC due to the above.
5888         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5889         presumably follows C in that regard.
5891         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5892         New language constants to specify operator tokens inside
5893         identifiers in a more high level way.
5895         (c-opt-identifier-prefix-key): New internal language constant.
5897         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5898         (c-identifier-start, c-identifier-key): Now completely calculated
5899         from other constants.
5901         (c-identifier-last-sym-match): Decommission since it's no longer used.
5903         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5905         * progmodes/cc-engine.el (c-forward-name): Remove the
5906         optimization when c-identifier-key is equal to c-symbol-key since
5907         it doesn't work in byte compiled files.  Don't record empty
5908         regions as identifiers.
5910         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5911         simplify access to `c-operators' and its likes.
5913         (c-operator-list, c-all-op-syntax-tokens)
5914         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5915         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5916         (c-primary-expr-regexp, c-cast-parens): Use it.
5918         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5919         an explicit language in functions.
5921         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5922         variant of adornment.
5924         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5925         variable.
5927         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5928         the Pike value.
5930         * progmodes/cc-engine.el (c-on-identifier)
5931         (c-simple-skip-symbol-backward): Small fix for handling "-"
5932         correctly in `skip-chars-backward'.  Affected the operator lfun
5933         syntax in Pike.
5935         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5936         diagnostic message about precompiled language vars not being used.
5938         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5939         "__attribute__" is followed by a parenthesis.
5941         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5942         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5943         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5945         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5946         Internal cleanups to properly detect the declared identifiers in
5947         various declarations.
5949         (c-decl-start-kwds): New language constant to recognize
5950         declarations that can start anywhere.  Used for class declarations
5951         in Pike.
5953         (c-specifier-key, c-not-decl-init-keywords)
5954         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5955         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5957         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5958         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5959         handling of the compiler specific extension keywords into a new
5960         language constant `c-decl-hangon-kwds' that defines keyword
5961         clauses to be ignored in declarations.
5963         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5964         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5965         Necessary to stop at the declared identifier in e.g. IDL valuetype
5966         declarations.
5968         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5969         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5970         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5971         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5972         class and enum declarations as such and not as part of the type.
5974         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5975         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5977         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5978         declarations when there's some syntax error later on.
5980         (c-complex-decl-matchers): Did away with a reference to
5981         `c-specifier-key'.
5983         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5984         value - this variable is always dynamically bound.
5986         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5987         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5988         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5989         functions that might do hidden buffer changes: All such internal
5990         functions are now marked instead of those that don't.
5992         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5993         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5994         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5995         (c-literal-type): Allow these functions to make hidden buffer changes,
5996         so that they are free to use text property caching later on.
5998         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5999         (c-electric-brace, c-electric-slash, c-electric-star)
6000         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6001         (c-electric-paren, c-electric-continued-statement, c-indent-command)
6002         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6003         (c-context-line-break): Add `c-save-buffer-state' calls to comply
6004         with the changed semantics of the functions above.
6006         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6007         when macros occur in obscure places.  Optimized the sexp movement
6008         a bit.
6010 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6012         Enhancements for c-beginning-of-statement to work in AWK Mode:
6014         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6015         (completed statement) with `}' (statement completed by closing
6016         brace or semicolon) and `$' (statement completed by EOL).
6018         (c-awk-virtual-semicolon-ends-prev-line-p)
6019         (c-awk-virtual-semicolon-ends-line-p)
6020         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6021         (c-awk-at-statement-end-p): New functions.
6023         * progmodes/cc-cmds.el: Simplify the structure of functions
6024         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
6025         two functions and c-beginning-of-statement to handle AWK Mode.
6027         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6028         c-backward-single-comment for AWK mode.  Attempt to clarify their
6029         doc-strings.
6031         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6033 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6035         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6036         label handling.  Labels are now recognized in a uniform and more
6037         robust way, regardless of context.  Text properties are put on all
6038         labels to recognize the following declarations better.
6039         Multiword labels are handled both in indentation and fontification for
6040         the benefit of language extensions like Qt.  For consistency, keywords
6041         in labels are now fontified with the label face instead.
6042         That also applies to "case" and "default".
6044         (c-beginning-of-statement-1): Fix some bugs in the label
6045         handling.  Disregard `c-nonlabel-token-key' in labels that begin
6046         with `c-label-kwds'.
6048         (c-find-decl-spots): Support that the callback adds more
6049         `c-decl-end' spots to find.
6051         (c-forward-decl-or-cast-1): Don't treat a list of plain
6052         identifiers followed by a colon as a declaration.
6054         (c-forward-label): New function to recognize labels.
6056         (c-guess-basic-syntax): Replace uses of `c-label-key' with
6057         `c-forward-label'.  Moved the label recognition cases (14 and 15)
6058         earlier since they aren't so context sensitive now.  Handle labels
6059         on the top level gracefully.  Moved access label recognition to
6060         the generic label case (CASE 15) - removed CASE 5E.
6062         (c-font-lock-declarations): Add recognition of labels in the
6063         same round since we need to handle labels in parallell with other
6064         declarations to recognize both accurately.  It should also improve
6065         speed.
6067         (c-simple-decl-matchers, c-basic-matchers-after):
6068         Move `c-font-lock-labels' so that it only is used on decoration level 2
6069         since `c-font-lock-declarations' handles it otherwise.
6071         (c-complex-decl-matchers): Remove the simplistic recognition of
6072         access labels.
6074         (c-decl-prefix-re): Remove the kludges that was necessary to cope
6075         with labels earlier.
6077         (c-decl-start-re): New language variable to make
6078         `c-font-lock-declarations' stop for the special protection labels
6079         in Objective-C that start with `@'.
6081         (c-label-key): Remove since it's no longer used.
6083         (c-recognize-colon-labels, c-label-prefix-re): New language
6084         constants to support recognition of generic colon-terminated labels.
6086         (c-type-decl-end-used): `c-decl-end' is now used whenever there
6087         are colon terminated labels.
6089         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6090         first argument starts with a special brace list.
6092         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6093         (c-font-lock-declarations): Break out the declaration and cast
6094         recognition from `c-font-lock-declarations' to a new function, so
6095         that it can be used in the indentation engine.
6097         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6098         up to the start of the literal.  Fixed bug with the point on the
6099         wrong side of the search limit that could happen when the start
6100         position is inside a literal.
6102         * progmodes/cc-engine.el (c-parse-state)
6103         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6104         so that it's kept a little bit back to increase the hit rate.
6106         (c-parse-state): Change the macro handling and fixed some
6107         glitches.  Macro context is checked more often than necessary now,
6108         but otoh less garbage conses are generated.
6110         * progmodes/cc-engine.el (c-parse-state)
6111         (c-invalidate-state-cache): Cache the last position where
6112         `c-state-cache' applies.  This can speed up refontification quite
6113         a bit in blocks where there are many non-brace parens before the point.
6115         (c-state-cache-end): New variable for this.
6117         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6118         cache variable.
6120         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6121         get close initial continue positions when the start position is
6122         inside a literal or macro.  Do not call the callback for spots
6123         before the start position (which can happen e.g. for `c-decl-end'
6124         spots inside comments).  Optimize better in special cases when the
6125         region is a single line inside a literal or macro (typically when
6126         the current line is refontified).
6128         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6129         to `c-add-stmt-syntax' - there's no need to explicitly whack off
6130         entries from the paren state.
6132         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6133         special case for "else if" clauses.
6135         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6136         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6138         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6139         New language variable to recognize the gcc extension with statement
6140         blocks inside expressions.
6142         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6143         it somewhat more comprehensible.  The argument AT-BLOCK-START is
6144         no longer used and hence removed.
6146         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6147         to `c-add-stmt-syntax'.
6149         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6150         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6151         This fixes bogus label recognition.
6153         * progmodes/cc-engine.el (c-add-type, c-check-type)
6154         (c-forward-name, c-forward-type): Improve storage of template
6155         types in `c-found-types' so that they can be recognized better.
6157         (c-syntactic-content): Add option to skip past nested parens.
6159         * progmodes/cc-engine.el (c-forward-name):
6160         Set `c-last-identifier-range' all the time.  It's less work that way.
6161         Handle that there might not be an identifier to store in
6162         `c-last-identifier-range'.
6164         (c-forward-type): Handle that `c-last-identifier-range' might be
6165         nil from `c-forward-name'.
6167         * progmodes/cc-defs.el (c-safe-scan-lists)
6168         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6170         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6171         to work even if the form fails.
6173         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6174         down in a large file in one go.
6176         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6178         * progmodes/cc-align.el (c-lineup-assignments): New lineup
6179         function which is like `c-lineup-math' but returns nil instead of
6180         `c-basic-offset' when it doesn't match.
6182         (c-lineup-math): Change to use `c-lineup-assignments'.
6184 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6186         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6187         c-beginning-of-statement.  New subfunctions
6188         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6190 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6192         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6193         hardcoded char classes whereever possible.  Changed a couple of
6194         places to use skip by syntax instead of skip by char class.
6196         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6197         Fix a bug in the regexp that caused extreme backtracking.
6199         * progmodes/cc-langs.el (c-block-comment-starter)
6200         (c-block-comment-ender): New language constants to specify in a
6201         single place how block comments look.
6203         (c-comment-start-regexp, c-block-comment-start-regexp)
6204         (comment-start, comment-end, comment-start-skip)
6205         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6206         (c-syntactic-ws, c-nonempty-syntactic-ws)
6207         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6208         `c-line-comment-starter', `c-block-comment-starter' and
6209         `c-block-comment-ender'.
6211         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6212         New language constants to break up things a bit.
6214         (c-simple-ws): New language constant for simple whitespace.
6216         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6218         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6219         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6220         newlines.  Allow and ignore nil elements in the list.
6222 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6224         * progmodes/cc-cmds.el: Comment out a (n almost certainly
6225         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6227         * progmodes/cc-cmds.el: Tidy up the comments in
6228         c-beginning-of-statement and subfunctions.
6230         * progmodes/cc-awk.el: Replace calls to put-text-property to the
6231         more flexible c-put-char-property and c-clear-char-properties.
6232         Add the author's email address.
6234         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6236         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6237         closing "*/" of a block comment.
6239         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6240         subfunctions) so that it works at BOB and EOB.
6242         * progmodes/cc-cmds.el, cc-vars.el: More updating of
6243         c-beginning-of-statement, including new variable
6244         c-block-comment-start-regexp.
6246 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6248         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6249         symbols from `*-font-lock-extra-types' so that there's no need to
6250         use `regexp-opt' on those lists.
6252         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6253         `c-type-modifier-kwds' is empty.
6255         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6256         there are several strings on the same line.
6258         * progmodes/cc-engine.el (c-literal-limits): Remove the
6259         compatibility function for older emacsen.  `c-literal-limits-fast'
6260         has now taken the place of this function.
6262         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6263         with older emacsen: We now require `pps-extended-state'.
6265 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6267         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6268         which obviates the need to hack sentence-end.  This now handles
6269         escaped newlines in strings correctly.  Correct minor bugs in
6270         c-move-over-sentence and in c-beginning-of-statement.
6272         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6273         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6274         that movement over macros and code are rigorously separated from
6275         eachother.  Correct a few incidental bugs.
6277         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6278         Improve its doc-string.  Improve the handling of certain specific cases.
6280 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6282         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6283         (c-guess-basic-syntax): Change the way class-level labels are
6284         recognized; they can now contain essentially any symbols.
6286         (c-opt-extra-label-key): New language variable to cope with the
6287         special protection label syntax in Objective-C.
6289         (c-opt-access-key): Remove; this is now handled better by
6290         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6292         (c-complex-decl-matchers): Update to handle that
6293         `c-opt-access-key' no longer exists.
6295         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6296         improved label recognition in `c-beginning-of-statement-1'.
6298         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6299         Recognize bitfields better.
6301         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6302         Remove some cruft and fixed a bug that could cause it to go to a
6303         position further down.
6305         * progmodes/cc-langs.el, cc-engine.el
6306         (c-beginning-of-statement-1): Improve detection of labels in
6307         declaration contexts.
6309         (c-beginning-of-decl-1): Use it.
6311         (c-nonlabel-token-key): New language constant and variable needed
6312         by `c-beginning-of-statement-1'.
6314         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6315         manifested itself due to the correction in `c-forward-sexp'.
6317         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6318         Make these behave as documented when used at the buffer limits.
6320         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6321         (c-type-decl-end-used): Made this a language variable.
6323         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6324         correctly when `combine-after-change-calls' is used together with
6325         temporary narrowings.
6327         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6328         Report labels correctly when the start point is immediately after the
6329         colon.
6331         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6332         Remove since it isn't used anymore.
6334         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6335         bracket arglists such as template parens in C++.
6337         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6338         in the last check-in.  Some optimization.
6340         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6341         where it could stop at the same level in a preceding sexp when
6342         PAREN-LEVEL is set.
6344         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6345         text property lookup only when it's needed.
6347         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6348         Change the policy for paren marked angle brackets to be more
6349         persistent; once marked they remain marked even when they're found
6350         to be unbalanced in the searched region.  This should keep the
6351         paren syntax around even when individual lines are refontified in
6352         multiline template arglists.
6354         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6355         to control markup so that incorrect angle bracket arglists aren't
6356         marked in contexts where the correct value for
6357         `c-disallow-comma-in-<>-arglists' isn't known.
6359         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6360         argument has become `c-parse-and-markup-<>-arglists'.
6362         (c-remove-<>-arglist-properties): Remove - no longer used.
6364         (c-after-change-check-<>-operators): New function used on
6365         `after-change-functions' to avoid that "<" and ">" characters that
6366         are part of longer operators have paren syntax.
6368         (c-<>-multichar-token-regexp): New language variable used by
6369         `c-after-change-check-<>-operators'.
6371         (c-after-change): Call `c-after-change-check-<>-operators'.
6373         (c-font-lock-<>-arglists): Use the context properties set by
6374         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6375         correctly to avoid doing invalid markup.
6377         (c-font-lock-declarations): Remove code that undoes the invalid
6378         markup done by `c-font-lock-<>-arglists'.
6380         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6381         after `c-font-lock-declarations'.
6383         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6384         Add paren-level feature.
6386         (c-guess-basic-syntax): Improve the anchor position for
6387         `template-args-cont' in nested template arglists.  There's still
6388         much to be desired in this area, though.
6390 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6392         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6393         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6395 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6397         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6398         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6400         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6401         it doesn't work no longer are supported.
6403         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6404         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6405         requires support for the syntax-table' text property, which rules
6406         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6407         cruft associated with those versions.
6409         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6410         for the `syntax-table' text property, which rules out Emacs 19 and
6411         XEmacs < 21.4.  Removed various compatibility cruft associated
6412         with those versions.
6414         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6415         support for the `syntax-table' text property.
6417         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6418         variable and use an extra quoted face name instead.  All the
6419         emacsen flavors handle that correctly.
6421         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6422         (c-font-lock-declarators, c-font-lock-declarations)
6423         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6424         property to mark the items in in declarator lists to handle
6425         refontification inside multiline declarations better.
6427         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6428         construct like "a * b = c;" as a declaration.
6430 2005-12-08  Kim F. Storm  <storm@cua.dk>
6432         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6433         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6434         select either meta, hyper, or super modifier for rectangle commands.
6435         (cua--rectangle-modifier-key): New defvar.
6436         (cua--M/H-key): Use it.  Remove special case for `space'.
6437         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6438         on X, to meta otherwise.  Always bind C-return to toggle
6439         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6441         * emulation/cua-rect.el (cua-help-for-rectangle):
6442         Use cua--rectangle-modifier-key.  Handle super modifier too.
6443         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6444         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6446         * ido.el: Move Acknowledgements and History after Commentary.
6447         Minor changes to Commentary.
6449         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6450         keymap if cua--prefix-override-timer is `shift'.
6451         (cua--shift-control-prefix): New function; emulate "type prefix
6452         key twice" functionality to handle shifted prefix key override.
6453         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6454         New commands.
6455         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6457 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6459         * textmodes/org.el (org-insert-heading): Try to do items before
6460         headings.
6461         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6462         (org-insert-item): New function.
6463         (org-renumber-ordered-list): Don't skip to higher level lists.
6465 2005-12-08  Juri Linkov  <juri@jurta.org>
6467         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6469         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6471         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6473         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6474         the constructed function name fun-1.
6476         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6477         because such links don't lead to parent documentation.
6479 2005-12-08  Kenichi Handa  <handa@m17n.org>
6481         * descr-text.el (describe-char): Use *Help-2* buffer if the
6482         current buffer is *Help*.  Call describe-text-properties while
6483         setting the original buffer.
6485 2005-12-07  Bill Wohler  <wohler@newt.com>
6487         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6488         and causes problems with non-MH users (such as Gnus users).
6490 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6492         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6493         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6494         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6495         command "info sources".  Move calls to GDB command "list".
6496         (gdb-find-file-hook): Just use gdb-source-file-list.
6497         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6498         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6499         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6500         (gdb-data-list-register-values-handler): Use correct trigger name.
6502 2005-12-07  Kim F. Storm  <storm@cua.dk>
6504         * ido.el (ido-completion-map): Rename from ido-mode-map.
6505         (ido-common-completion-map, ido-file-completion-map)
6506         (ido-file-dir-completion-map, ido-buffer-completion-map):
6507         Rename from ido-mode-....-map.
6508         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6509         (ido-setup-completion-map): Rename from ido-define-mode-map.
6510         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6511         to ido-completion-map.
6513 2005-12-07  Kenichi Handa  <handa@m17n.org>
6515         * international/mule-cmds.el
6516         (set-display-table-and-terminal-coding-system): If the coding
6517         system specified in `unibyte-display' property is different from
6518         the arg coding-system, don't setup standard-display-table.
6520 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6523         that comments end at \n, regardless of selective-display.
6525 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6527         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6528         (gdb-version): New variables.
6529         (gdb-source-file-list, gdb-register-names)
6530         (gdb-changed-registers): New variables for use with GDB 6.4+.
6531         (gdb-ann3): Replace with...
6532         (gdb-init-1, gdb-init-2): ...two new functions.
6533         (gdba, gdb-prompt): Call gdb-init-1.
6534         (gdb-get-version): New function.  Call gdb-init-2 from here.
6535         (gud-watch): Make it work with mouse events too.
6536         (gdb-post-prompt): Don't add to queue until GDB version is known.
6537         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6538         (gdb-locals-mode): Use gdb-version.
6539         (gdb-memory-format-map, gdb-memory-unit-map)
6540         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6541         (gdb-locals-font-lock-keywords-1)
6542         (gdb-locals-font-lock-keywords-2): New variables.
6543         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6544         (gdb-set-gud-minor-mode-existing-buffers-1)
6545         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6546         (gdb-var-update-1, gdb-var-update-handler-1)
6547         (gdb-data-list-register-values-handler)
6548         (gdb-data-list-register-values-custom)
6549         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6550         (gdb-stack-list-locals-handler, gdb-get-register-names):
6551         New functions for use with GDB 6.4+.
6552         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6553         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6554         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6555         (gdb-stack-list-locals-regexp)
6556         (gdb-data-list-register-names-regexp): New regexps for use with
6557         GDB 6.4+.
6559 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6563 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6565         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6566         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6567         <seallan@verizon.net>.
6569 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6571         * frame.el (set-frame-parameter): Add doc string.
6573 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6575         * textmodes/org.el (org-occur-highlights): New variable.
6576         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6577         (org-highlight-sparse-tree-matches): New option.
6578         (org-do-occur): New function.
6579         (org-get-heading): Make it work also at beginning of line.
6580         (org-category-table): New variable.
6581         (org-get-category-table, org-get-category)
6582         (org-camel-to-words, org-link-search): New functions.
6583         (org-select-this-todo-keyword): New variable.
6584         (org-todo-list): New command.
6585         (org-shiftright, org-shiftleft): New commands.
6586         (org-agenda-todo): Add prefix argument.
6587         (org-show-hierarchy-above): New option.
6588         (org-show-todo-tree): Numerical prefix creates tree for specific
6589         TODO keyword.
6590         (org-outline-level): New function, to assign a level to plain
6591         lists items.
6592         (org-cycle-include-plain-lists): New option.
6593         (org-mode): Use `org-outline-level' as value of `outline-level'.
6594         (org-cycle): Temporarily switch `outline-regexp' if
6595         `org-cycle-include-plain-lists' is non-nil.
6596         (org-start-icalendar-file): Fix format bug.
6597         (org-agenda-get-day-entries): Create category table.
6598         (org-agenda-get-todos, org-agenda-get-timestamps)
6599         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6600         (org-agenda-get-blocks): Use `org-get-category'.
6601         (org-context-in-file-links): Rename from
6602         `org-line-numbers-in-file-links'.
6604 2005-12-06  Romain Francoise  <romain@orebokech.com>
6606         * window.el (balance-windows): Delete extraneous third arg in call
6607         to `enlarge-window'.
6609 2005-12-06  Kenichi Handa  <handa@m17n.org>
6611         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6613 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6615         * progmodes/gdb-ui.el (gdb-var-create-handler)
6616         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6617         (gdb-var-list-children-handler, gdb-var-update-handler):
6618         Current buffer is already gdb-partial-output-buffer, don't
6619         make it current again.
6621 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6623         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6624         (list-buffers-noselect): Use it.
6626 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6629         (mail-yank-ignored-headers): Use regexp-opt.
6630         (mail-mode-map): Move initialization into declaration.
6631         (mail-sent-via): Remove unused shadowed var `to-line'.
6632         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6633         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6634         (mail-do-fcc): Use dolist and push.
6635         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6636         (mail-yank-ignored-headers): Don't autoload.
6638 2005-12-05  Kenichi Handa  <handa@m17n.org>
6640         * international/mule-cmds.el (set-language-info-internal): New fun.
6641         (set-language-info): Call set-language-info-internal to update
6642         language-info-alist.  If LANG-ENV is the current one, call
6643         set-language-environment to make INFO effective now.
6644         (set-language-info-alist): Likewise.
6645         (locale-language-names): With locale "en", use English
6646         lang. env. but set the default codings to iso-8859-1.
6648 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6650         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6651         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6652         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6653         for plain strings.
6654         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6655         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6656         Create registers buffer if necessary.  Echo new state in minibuffer.
6657         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6659 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6661         * info.el (Info-fontify-node): Match external links using
6662         non-directory part of filename.
6664 2005-12-04  Juri Linkov  <juri@jurta.org>
6666         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6667         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6668         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6669         because there is no customization option for it.
6671         * font-lock.el (lisp-font-lock-keywords-1):
6672         Add define-global-minor-mode.
6674         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6676         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6677         properties on the constructed variable names.
6679         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6680         Put `definition-name' properties on the constructed function names
6681         next-sym and prev-sym.
6683         * emacs-lisp/find-func.el (find-function-regexp):
6684         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6685         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6686         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6687         and easy-menu-define.
6689         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6690         easy-mmode-define-global-mode and define-global-minor-mode.
6691         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6693         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6694         instead of easy-mmode-define-global-mode.
6696         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6697         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6699         * cus-edit.el (customize-group, customize-group-other-window):
6700         Filter out autoloaded options from the group completion list by
6701         using heuristics that autoloaded groups don't have `custom-autoload'
6702         property on their symbols (they have only `custom-loads').
6704         * simple.el (completion-setup-function): Put completions-common-part
6705         face on complete completion string too (i.e. completion string
6706         without completions-first-difference face).
6708         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6710 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6712         * view.el (view-mode): Doc fix.
6714         * disp-table.el (standard-display-european): Add to the warning
6715         message a reference to the doc string.
6717         * play/yow.el (apropos-zippy): Call print-help-return-message,
6718         similar to other Help and Apropos commands.
6720         * help.el (print-help-return-message): If pop-up-frames is
6721         non-nil, set up help-return-method to delete the help window and,
6722         possibly, its frame as well, and don't display message about
6723         scrolling the help window.  Doc fix.
6724         (help-return-method): Doc fix.
6726 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6728         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6729         whereby names of length one or names starting with a
6730         symbol-constituent character would not be returned.
6732 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6734         * subr.el (atomic-change-group): Add edebug and indentation spec.
6736 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6738         * completion.el (save-completions-file-name): Fix typo in last change.
6740 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6742         * info.el: Move back/forward history to the beginning of the tool bar.
6744 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6746         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6747         Add fset of allout-real-isearch-abort during compile to fix
6748         byte-compilation warnings.
6749         (allout-mode-p): Move definition of this macro above all uses, or
6750         byte compilation in barren emacs (eg, during emacs build) will
6751         lack the definition.
6752         (allout-mode): Move this variable above any uses, or byte
6753         compilation will fail.
6754         (allout-resolve-xref): Remove use of personal file-reference function.
6755         (allout-toggle-current-subtree-encryption): Do the current (ie,
6756         visible containing) topic, rather than nearest around point.  Doc fix.
6757         (allout-toggle-subtree-encryption): New function, workhorse that
6758         works on nearest topic containing point.
6759         (allout-encrypt-string): Signal requirement for newer version of pgg.
6760         (allout-resumptions): Doc fix.
6762 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6764         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6766 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6768         * textmodes/flyspell.el (flyspell-external-point-words):
6769         Consider a misspelling as found in the string search if: (a) misspelling
6770         and found string lengths match, or (b) misspelling is found as
6771         element in a boundary-chars separated longer string, or (c)
6772         ispell-program-name is really ispell and misspelling is found as
6773         part of a TeX string.  After successful match move beginning of
6774         search region to end of match.  Warn about not found misspellings
6775         once the process is done.
6776         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6778 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6780         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6781         tool bar (removed inadvertently).
6783 2005-12-02  Juri Linkov  <juri@jurta.org>
6785         * log-view.el (log-view-diff): Clarify doc string.
6787 2005-12-01  Bill Wohler  <wohler@newt.com>
6789         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6790         triggers lm-verify errors.
6792 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6794         * simple.el (transient-mark-mode, line-number-mode)
6795         (column-number-mode, size-indication-mode): Remove `:require nil'.
6797 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6799         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6800         in the margin also.
6801         (gdb-breakpoints-mode-map): Use D instead of d for
6802         gdb-delete-breakpoint.
6803         (gdb-get-frame-number): Require a number to match on.
6804         (gdb-threads-mode-map): Add follow-link binding.
6806 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6808         * isearch.el (isearch-mode-map): Avoid exiting search on
6809         language-change event.
6811 2005-11-30  Romain Francoise  <romain@orebokech.com>
6813         * speedbar.el (speedbar-default-position): New defcustom.
6814         (speedbar-frame-reposition-smartly): Use it.
6816         * dframe.el (dframe-reposition-frame-emacs): Fix position
6817         computation for `left' location.
6818         Update copyright year.
6820 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6822         * help.el (help-map): Move initialization into declaration.
6824         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6826         * help-fns.el (help-argument-name): Don't autoload.
6827         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6828         to be re-loaded when customizing the `help' group.
6830 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6832         * help-fns.el (describe-function-1): Fill arglist output.
6834 2005-11-30  Kim F. Storm  <storm@cua.dk>
6836         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6837         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6838         after revert-buffer (or anything else which kills all local variables).
6840         * apropos.el (apropos-parse-pattern): Doc fix.
6841         Set apropos-regexp directly, rather than expecting callers to do so.
6842         (apropos-command, apropos, apropos-value, apropos-documentation):
6843         Simplify calls to apropos-parse-pattern.
6845 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6847         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6848         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6849         (hi-lock-write-interactive-patterns): Use comment-region.
6851         * longlines.el (longlines-mode): Add mail-setup-hook.
6853         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6855         * simple.el (sendmail-user-agent-compose, next-line):
6856         Conditionally use hard-newline.
6858 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6860         * international/latexenc.el (latex-inputenc-coding-alist):
6861         Reword doc string.
6863 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6865         * help.el (describe-key-briefly, describe-key): Recognize default
6866         bindings.
6868 2005-11-29  Romain Francoise  <romain@orebokech.com>
6870         * view.el (view-inhibit-help-message): New defcustom.
6871         (view-mode-enter): Use it.
6873 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6875         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6876         Preserve user position.
6878 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6880         * font-lock.el: Throw error if facemenu is not loaded to prevent
6881         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6883         * loadup.el: Add comment explaining why facemenu must be loaded
6884         before font-lock.
6886 2005-11-28  Jay Belanger  <belanger@truman.edu>
6888         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6889         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6891         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6893         * calc/calc-embed.el (calc-do-embedded): Update help message.
6895         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6897 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6899         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6901         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6902         called-interactively-p.
6903         (elp-profilable-p): Rename from elp-not-profilable-p.
6904         Invert result and take into account macros and autoloaded functions.
6905         (elp-instrument-function): Update call.
6906         (elp-instrument-package): Update call.  Add completion.
6907         (elp-pack-number): Use match-string.
6908         (elp-results-jump-to-definition-by-mouse): Merge into
6909         elp-results-jump-to-definition and then remove.
6910         (elp-output-insert-symname): Make help echo text single-line.
6912         * replace.el (query-replace-map): Move initialization into declaration.
6913         (occur-engine): Use with-current-buffer.
6914         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6915         (occur-mode-mouse-goto): Replace with an alias.
6917 2005-11-28  Juri Linkov  <juri@jurta.org>
6919         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6921         * term/w32-win.el: Bind [S-tab] to [backtab].
6923         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6924         `Info-find-file' to t.
6926         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6927         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6928         and same-window-regexps.
6929         (occur-next-error): Don't move point for arg 0.
6931 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6933         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6935 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * log-edit.el (log-edit-changelog-use-first): New var.
6938         (log-edit-changelog-ours-p): Use it.
6939         (log-edit-insert-changelog): Set it with new arg `use-first'.
6940         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6941         (log-edit-hook): Add them to the list of suggested options.
6943         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6944         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6945         redundant work.
6946         (flyspell-mode-on): Use add-hook for after-change-functions.
6947         (flyspell-mode-off): Use remove-hook for after-change-functions.
6948         (flyspell-changes): Make it buffer-local.
6949         (flyspell-after-change-function): Make it non-interactive.  Use push.
6950         (flyspell-post-command-hook): Check input-pending-p while processing
6951         the potentially long list of buffer changes.
6953 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6955         * buff-menu.el (list-buffers-noselect): Display the selected
6956         frame's buffer list, not the global one.
6958 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6960         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6961         that (list last-input-event) works as in interactive spec.
6963 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6965         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6966         `facemenu-keymap' needs to be defined when font-lock is loaded.
6967         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6969 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6971         * completion.el: Remove useless leading * in defcustom docstrings.
6972         (save-completions-file-name): Use ~/.emacs.d if available.
6973         (completion-standard-syntax-table): Rename from
6974         cmpl-standard-syntax-table and fold initialization into declaration,
6975         thus removing cmpl-make-standard-completion-syntax-table.
6976         (completion-lisp-syntax-table, completion-c-syntax-table)
6977         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6978         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6979         (symbol-under-point, symbol-before-point)
6980         (symbol-under-or-before-point, symbol-before-point-for-complete)
6981         (add-completions-from-c-buffer): Use with-syntax-table.
6982         (make-completion): Don't return a list of completion entries.
6983         Update callers.
6984         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6985         (completion-initialize): Rename from initialize-completions.
6986         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6987         (kill-emacs-save-completions): Collect stats here.
6988         (save-completions-to-file, load-completions-from-file):
6989         Use with-current-buffer.
6990         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6991         into a function.  Move all calls to toplevel.
6992         (completion-lisp-mode-hook): New fun.
6993         (completion-c-mode-hook, completion-setup-fortran-mode):
6994         Set the syntax-table here.  Use local-set-key.
6995         (completion-saved-bindings): New var.
6996         (dynamic-completion-mode): Make it into a proper minor mode.
6997         (load-completions-from-file): Remove unused var `num-uses'.
6999         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7000         constructor if it is explicitly overridden.
7002         * complete.el (PC-completion-as-file-name-predicate):
7003         Use minibuffer-completing-file-name.
7004         (partial-completion-mode): Use find-file-not-found-functions.
7005         (PC-lisp-complete-symbol): Use with-syntax-table.
7006         (PC-look-for-include-file): Remove dead setq.
7007         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7008         (PC-complete): Use with-current-buffer.
7010         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7011         escape single quotes.
7013 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7015         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7016         of `if' whose condition always returned nil.  Doc fix.
7018         * buff-menu.el (Buffer-menu-revert-function): Make the selected
7019         window's buffer the current buffer around the call to
7020         `list-buffers-noselect'.  This is necessary to mark that buffer
7021         with a `.' in the Buffer Menu when called from Lisp, for instance
7022         by Auto Revert Mode.
7024 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
7026         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7027         attaching to it.
7028         (gdb-pre-prompt): Make sure gdb-error is reset.
7030         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7031         with a child process, detect it.
7032         (gud-speedbar-buttons): Match regexp more carefully.
7034 2005-11-27  Richard M. Stallman  <rms@gnu.org>
7036         * mouse.el (mouse-drag-move-window-bottom):
7037         Use adjust-window-trailing-edge.
7039 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7041         * simple.el (blink-matching-open): Ignore
7042         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7043         (blink-matching-paren-on-screen): Update docstring.
7045         * paren.el (show-paren-mode): No longer change
7046         `blink-matching-paren-on-screen'.
7048 2005-11-27  John Paul Wallington  <jpw@pobox.com>
7050         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7051         (gdb-threads-select, gdb-edit-register-value):
7052         Use `posn-set-point' instead of `mouse-set-point' because the
7053         latter is not fbound when configured without X.
7055 2005-11-27  Kim F. Storm  <storm@cua.dk>
7057         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7058         existing face when partially highlighting a TAB in a rectangle.
7060 2005-11-26  Kim F. Storm  <storm@cua.dk>
7062         * ido.el (ido-mode-map): Doc fix.
7063         (ido-mode-common-map, ido-mode-file-map)
7064         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7065         (ido-define-mode-map): Rewrite.  Select one of the new maps as
7066         parent for ido-mode-map instead of building from scratch.
7067         (ido-init-mode-maps): New defun to initialize new maps.
7068         (ido-mode): Call it.
7069         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7070         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7072 2005-11-26  John Paul Wallington  <jpw@pobox.com>
7074         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7075         `mouse-set-point' because the latter is not fbound when configured
7076         without X.
7078 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
7080         * files.el (file-relative-name): Doc fix.
7082 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
7084         * progmodes/octave-inf.el (inferior-octave-startup): Force a
7085         non-empty string for secondary prompt PS2.
7087 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
7089         * progmodes/compile.el (compilation-setup): Fix last change.
7091 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
7093         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7094         (gdb-mouse-toggle-breakpoint-margin)
7095         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7096         Add gdb-server-prefix to keep out of command history.
7097         (gdb-edit-register-value): New function.
7098         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7099         (gdb-info-registers-custom): Use above map.
7101 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
7103         * custom.el (enable-theme): Signal error if argument is not a
7104         theme.  Don't recalculate a face if it's not loaded yet.
7106         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7107         the `user' theme is in effect.
7109         * info.el (Info-on-current-buffer): Record actual filename in
7110         Info-current-file, instead of t, or a fake filename if a non-file
7111         buffer.  Make autoload.
7112         (Info-find-node, Info-revert-find-node): No need to check for
7113         Info-current-file nil.
7114         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7115         Info-current-file is now never `t'.
7116         (Info-fontify-node): Many simplifications due to Info-current-file
7117         always being valid.  Use Info-find-file to find node filename.
7119 2005-11-25  David Kastrup  <dak@gnu.org>
7121         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7122         new character, then delete" in order to preserve markers.
7124 2005-11-25  David Ponce  <david@dponce.com>
7126         * recentf.el (recentf-arrange-by-rule): Handle a special
7127         `auto-mode-alist'-like "strip suffix" rule.
7128         (recentf-build-mode-rules): Handle second level auto-mode entries.
7130 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7132         * viper-keym.el (viper-ESC-key): Use different values in terminal and
7133         window modes.
7135         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7136         jde-javadoc-checker-report-mode.
7138         * ediff-wind (ediff-make-wide-display): Slight simplification.
7140         * ediff.el (ediff-date): Change the date of last update.
7142 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
7144         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7145         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
7146         (hi-lock-mode): New global minor mode.
7147         (turn-on-hi-lock-if-enabled): New function.
7148         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7149         Change arguments to regexp and face instead of a font-lock pattern.
7150         Directly set face property, instead of refontifying.
7151         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7152         (hi-lock-find-patterns): Use line-number-at-pos.
7154         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
7155         arguments for hi-lock-set-pattern.
7156         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7157         Call font-lock-fontify-buffer.
7158         (hi-lock-find-file-hook, hi-lock-current-line)
7159         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7161         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7162         turned off.
7164         * progmodes/compile.el (compilation-setup): Don't fiddle with
7165         font-lock-defaults.
7167 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
7169         * progmodes/gdb-ui.el (gdb-var-create-handler)
7170         (gdb-var-list-children-handler): Find values for all variable
7171         objects.  gud-speedbar-buttons decides whether to display them.
7173 2005-11-24  Romain Francoise  <romain@orebokech.com>
7175         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7176         buffer name with a space.
7178 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7180         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7181         `org-export-local-list-max-depth'.  Change default value to 3.
7182         (org-auto-renumber-ordered-lists)
7183         (org-plain-list-ordered-item-terminator): New options.
7184         (org-at-item-p, org-beginning-of-item, org-end-of-item)
7185         (org-get-indentation, org-get-string-indentation)
7186         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7187         New functions.
7188         (org-move-item-down, org-move-item-up): New commands.
7189         (org-export-as-html): New classes for CSS support.  Bug fix in
7190         regular expression detecting fixed-width regions.  Respect
7191         `org-local-list-ordered-item-terminator'.
7192         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7193         also a list item.
7194         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7195         New item moving functions.
7197 2005-11-24  Juri Linkov  <juri@jurta.org>
7199         * isearch.el (isearch-repeat): With empty search ring set
7200         `isearch-error' to the error string instead of signaling error
7201         with the function `error'.
7203 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7205         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7207 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
7209         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7210         and variable.
7211         (gdb-var-create-handler, gdb-var-list-children-handler):
7212         Don't match on "char **...".
7213         (gdb-var-update-handler): Find values for all variable objects.
7214         (gdb-info-frames-custom): Identify frames by leading "#".
7216         * progmodes/gud.el (gud-speedbar-menu-items): Add
7217         gdb-speedbar-auto-raise as radio button.
7218         (gud-speedbar-buttons): Raise speedbar if requested.
7219         Don't match on "char **...".
7220         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7221         Make it editable.
7223 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
7225         * info.el (Info-fontify-node): Handle the case where
7226         Info-current-file is t.
7228 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * simple.el (blink-matching-open): Fix off-by-one in last change.
7232 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7234         * term/mac-win.el: Don't change default directory.
7236 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
7238         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7239         buffers correctly.  (It used to throw an error in such buffers.)
7240         Make it ask for confirmation in group buffers and other Custom
7241         buffers containing more than one customization item.
7243 2005-11-22  John Paul Wallington  <jpw@gnu.org>
7245         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7246         property on mail and url overlays.
7247         (goto-address-at-point): Use `posn-set-point' instead of
7248         `mouse-set-point' because the latter is not fbound when configured
7249         without X.
7251 2005-11-22  Lars Hansen  <larsh@soem.dk>
7253         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7254         (ls-lisp-classify, ls-lisp-format): Delete call to
7255         ls-lisp-parse-symlink.
7256         (ls-lisp-handle-switches): Handle symlinks to directories as
7257         directories when ls-lisp-dirs-first in non-nil.
7259 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7261         * startup.el (command-line): Make sure that loaddefs.el is handled
7262         correctly in load-history.
7264 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7266         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7267         (gdb-struct-string, gdb-array-string): New constants.
7268         (gdb-info-locals-handler): Use them.
7269         (gdb-reset): Reset gdb-var-list to nil.
7271 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7273         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7274         in patterns.
7276 2005-11-21  Juri Linkov  <juri@jurta.org>
7278         * custom.el (defcustom): Update link types in docstring.
7280 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7282         * custom.el (defgroup): Add doc-string-elt info.
7284         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7286 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * newcomment.el (comment-enter-backward): Fix last fix.
7290         * simple.el (blink-matching-open):
7291         * paren.el (show-paren-function): Allow new paren-class info.
7293 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7295         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7296         handled automagically.
7298 2005-11-20  Andreas Schwab  <schwab@suse.de>
7300         * descr-text.el (describe-char): When copying overlays put them
7301         over the full char description instead of just the first character
7302         of it.
7304 2005-11-20  Juri Linkov  <juri@jurta.org>
7306         * simple.el (what-cursor-position):
7307         * descr-text.el (describe-char): Use Lisp-readable syntax
7308         for octal and hex.  Reorder decimal, octal and hex values.
7309         Remove excess whitespace in the output.  Use `=' in `column='
7310         like in `point=' and `Hscroll='.
7312         * international/mule-cmds.el (encoded-string-description):
7313         Use Lisp-readable syntax for hex.
7315 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * newcomment.el (comment-enter-backward): Handle the case where the
7318         comment is closed by EOB.
7320 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7322         * longlines.el (longlines-before-revert-hook)
7323         (longlines-after-revert-hook): New functions.
7324         (longlines-mode): Turn off longlines temporarily when reverting.
7325         Add a message-setup-hook.
7326         (longlines-decode-buffer): New function.
7327         (longlines-wrap-line): Preserve marker positions.
7329 2005-11-19  Andreas Schwab  <schwab@suse.de>
7331         * emacs-lisp/shadow.el: Handle compressed files.
7333 2005-11-19  Romain Francoise  <romain@orebokech.com>
7335         * net/browse-url.el (browse-url-default-browser): Signal an error
7336         if no usable browser can be found, rather than try to load w3.
7338 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7340         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7341         replacing existing properties.
7342         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7343         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7344         tty specs.
7345         (rcirc-server-prefix, rcirc-server): New faces.
7346         (rcirc-url-regexp): Generate with rx macro.
7347         (rcirc-last-server-message-time): New variable.
7348         (rcirc-filter): Record time of last message.
7349         (rcirc-keepalive): Kill processes that did not send a message
7350         since the last ping.
7351         (rcirc-mode): Give rcirc-topic a local binding here.
7353 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7355         * subr.el (read-passwd): Fontify the prompt as we do with other
7356         prompts.
7358 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7360         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7361         binding buffer-read-only to nil.
7363 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7365         * complete.el (partial-completion-mode):
7366         Mention completion-auto-help in the doc string.
7368         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7369         more Lisp-ish way.
7371 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7373         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7374         digits, not 8, to avoid misalignment for files larger than 100MB.
7376 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7378         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7379         Mention "keyboard shortcuts" in the help text.
7381 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7383         * startup.el (fancy-splash-default-action): Discard only
7384         mouse-down and succeeding mouse-up events in the splash screen
7385         window so that drag-n-drop event can be processed.
7387 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7389         * longlines.el (longlines-mode): Add hacks for mail-mode and
7390         message-mode.
7392 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7394         * textmodes/org.el (org-table-sort-lines): New command.
7395         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7396         (org-add-file): Command removed, use `org-agenda-file-to-front'
7397         instead.
7398         (org-export-icalendar): Use `org-icalendar-combined-name'.
7399         (org-cycle-agenda-files, org-agenda-file-to-end)
7400         (org-agenda-file-to-front): New commands.
7401         (org-table-tab-jumps-over-hlines, org-export-html-style):
7402         New options.
7403         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7404         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7405         New functions.
7406         (org-fill-paragraph): Call `org-table-align' in tables.
7407         (org-mode): Call `org-set-autofill-regexps'.
7408         (org-export-as-html): Support for local handformatted lists.
7409         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7410         (org-export-local-list-max-depth): New option.
7411         (org-html-expand): Use `org-html-protect'.
7413 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7415         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7416         to "p".
7417         (gdb): Move definition of gud-pp to...
7419         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7420         speedbar.
7421         (gdb-find-watch-expression): New function.
7423 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7425         * faces.el (face-attribute, set-face-attribute): Mention existence
7426         of `:ignore-defface' setting in docstring.
7428 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * simple.el (completion-setup-function): Fix last change.
7432 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7434         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7435         Use `posn-set-point' instead of `mouse-set-point' because the
7436         latter is not fbound when configured without X.
7438         * comint.el (comint-insert-input): Likewise.
7440 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7442         * simple.el (hard-newline): New variable.
7443         (sendmail-user-agent-compose, next-line): Use it.
7445         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7446         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7447         (mail-mail-reply-to, mail-mail-followup-to)
7448         (mail-position-on-field, mail-signature, mail-yank-original)
7449         (mail-attach-file): Likewise.
7451         * mail/mailheader.el (mail-header-format)
7452         (mail-header-format-function): Likewise.
7454         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7456 2005-11-17  Juri Linkov  <juri@jurta.org>
7458         * font-lock.el (font-lock-faces): Rename this defgroup from
7459         `font-lock-highlighting-faces'.
7460         (font-lock-comment-face, font-lock-comment-delimiter-face)
7461         (font-lock-string-face, font-lock-doc-face)
7462         (font-lock-keyword-face, font-lock-builtin-face)
7463         (font-lock-function-name-face, font-lock-variable-name-face)
7464         (font-lock-type-face, font-lock-constant-face)
7465         (font-lock-warning-face, font-lock-negation-char-face)
7466         (font-lock-preprocessor-face)
7467         (font-lock-regexp-grouping-backslash)
7468         (font-lock-regexp-grouping-construct): Rename :group from
7469         `font-lock-highlighting-faces' to `font-lock-faces'.
7471         * cus-edit.el (lisp, c, tex):
7472         * progmodes/ada-mode.el (ada):
7473         * progmodes/asm-mode.el (asm):
7474         * progmodes/cperl-mode.el (cperl-faces):
7475         * progmodes/cpp.el (cpp):
7476         * progmodes/dcl-mode.el (dcl):
7477         * progmodes/f90.el (f90):
7478         * progmodes/fortran.el (fortran):
7479         * progmodes/icon.el (icon):
7480         * progmodes/idlwave.el (idlwave-misc):
7481         * progmodes/m4-mode.el (m4):
7482         * progmodes/make-mode.el (makefile):
7483         * progmodes/meta-mode.el (meta-font):
7484         * progmodes/modula2.el (modula2):
7485         * progmodes/octave-mod.el (octave):
7486         * progmodes/pascal.el (pascal):
7487         * progmodes/perl-mode.el (perl):
7488         * progmodes/prolog.el (prolog):
7489         * progmodes/ps-mode.el (PostScript-edit):
7490         * progmodes/scheme.el (scheme):
7491         * progmodes/sh-script.el (sh-script):
7492         * progmodes/simula.el (simula):
7493         * progmodes/tcl.el (tcl):
7494         * textmodes/nroff-mode.el (nroff):
7495         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7496         * textmodes/sgml-mode.el (sgml):
7497         * textmodes/texinfo.el (texinfo):
7498         Add :link (custom-group-link font-lock-faces) to defgroup.
7500         * hi-lock.el (hi-lock): Rename this defgroup from
7501         `hi-lock-interactive-text-highlighting'.  Change parent group from
7502         `faces' to `font-lock'.  Add link to the manual.
7503         (hi-lock-mode, hi-lock-file-patterns-range)
7504         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7505         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7506         (hi-lock-faces): Add :group `faces'.
7508         * cus-edit.el (custom-variable-prompt): Clarify the code.
7510         * faces.el (face-read-string): Set the default value arg of
7511         completing-read.
7513 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7515         * rfn-eshadow.el (file-name-shadow-properties)
7516         (file-name-shadow-tty-properties, file-name-shadow-mode):
7517         Remove autoloads, because the file is now preloaded.
7519 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7521         * printing.el (easy-menu-intern): Don't define.
7522         (pr-get-symbol): Use easy-menu-intern only if defined.
7524         * simple.el (blink-matching-open): Simplify a bit.
7525         (completion-setup-function): Fix the case of partial-completion-mode
7526         when the minibuffer's contents start with "-".
7527         Obey completion-base-size-function even when
7528         minibuffer-completing-file-name is non-nil.
7530 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7532         * net/eudcb-ph.el (eudc-ph-open-session):
7533         Use set-process-query-on-exit-flag.
7535         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7537         * international/ucs-tables.el (ucs-set-table-for-input):
7538         Use make-local-variable, not make-variable-buffer-local.
7540         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7541         Improve warning message text.
7543         * savehist.el (savehist-save-hook): Add :group.
7545         * menu-bar.el (menu-bar-help-menu):
7546         Rename Find Extra Packages to External Packages.
7548         * cus-edit.el (Custom-reset-standard): Verify that
7549         :custom-standard-value prop exists before calling it.
7551         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7553 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7555         * wid-edit.el (color): Enclose %t in %{...%}.
7557         * cus-edit.el (face): Enclose %t in %{...%}.
7559 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7561         * savehist.el (savehist-mode-hook): Re-add the var.
7562         (savehist-mode): Use it.
7564 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * textmodes/flyspell.el: Fix commenting convention.
7567         Remove unnecessary leading * in custom docstrings.
7568         (flyspell-emacs): Remove unused var.
7569         (flyspell-delete-region-overlays): Use remove-overlays.
7570         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7571         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7572         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7573         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7574         (make-flyspell-overlay): Don't locally reuse a global name.
7575         (flyspell-highlight-incorrect-region)
7576         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7577         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7578         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7579         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7580         Wrap calls to accept-process-output inside with-local-quit since it's
7581         often called from a post-command-hook.
7582         (flyspell-correct-word, flyspell-auto-correct-word):
7583         Use ispell-send-string.
7584         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7586         * calendar/diary-lib.el (diary-list-entries): Also hide the
7587         terminating newline.
7589 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7591         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7592         window-system, to allow fonts on tty.
7594 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7596         * progmodes/gud.el (gud-speedbar-item-info): New function.
7597         (gud-install-speedbar-variables): Use it to display data type
7598         of watch expression as a tooltip in speedbar.
7600 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7602         * font-core.el (global-font-lock-mode): Add :version keyword,
7603         because default was changed.
7605         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7607         * startup.el (command-line): Use `custom-reevaluate-setting' for
7608         `file-name-shadow-mode'.
7610         * loadup.el: Preload rfn-eshadow.
7612         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7613         Add :version keyword.
7614         (file-name-shadow-properties, file-name-shadow-tty-properties)
7615         (file-name-shadow): Add :version keyword.
7617         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7618         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7619         in the custom-group property of the symbol frames and the fringe
7620         group got no link to its parent group frames.
7621         Doc fix.
7623 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7625         * progmodes/gud.el (gud-stop-subjob): New function.
7626         (gud-menu-map, gud-tool-bar-map): Use it.
7628 2005-11-16  Kim F. Storm  <storm@cua.dk>
7630         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7631         than kill it.
7632         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7633         to a more useful/logical place.
7635 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7637         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7638         go buttons complementary.
7640 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7643         (rfn-eshadow-sifn-equal): New function.
7644         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7646 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7648         * viper-utils.el (viper-non-word-characters-reformed-vi):
7649         Quote `-' in string.
7651         * viper.el (viper-emacs-state-mode-list): Ensure that
7652         rcirc-mode buffers come up in Emacs state.
7654         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7655         operation.
7657 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7659         * term.el (term-termcap-format): Fix typos.
7660         (term-down): Fix the negative argument case.
7662 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7664         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7665         2005-08-15.
7666         (gdb-ann3): New command gud-go.
7667         (menu): Accomodate gdb-mi.el.
7668         (gdb-assembler-custom): Make buffer of selected window current
7669         so that set-window-point works.
7671         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7672         buttons and include new ones.
7674 2005-11-16  Kim F. Storm  <storm@cua.dk>
7676         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7677         (gud-menu-map): Use it.
7679 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7681         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7682         that works correctly for Custom and that does not override a user
7683         who disables it.
7685         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7686         (help-xref-interned, help-follow): Make hyperlinks for variables
7687         that are unbound, but have a non-nil variable-documentation property.
7689         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7690         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7691         Use the `variable-documentation' property to give the mode hook a
7692         docstring and expand that docstring.
7694 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7696         * savehist.el (savehist-mode): Don't bother with
7697         `custom-set-minor-mode'.
7698         (savehist-coding-system): Check XEmacs version.
7699         (history-length): Declare also at run time.
7700         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7701         Don't set the customize state.
7702         (savehist-minibuffer-hook): Special case for when
7703         minibuffer-history-variable is equal to t.
7705 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7707         * files.el (write-file): Refresh VC status.
7709         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7710         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7711         than fundamental-mode to see if the mode was set.
7713 2005-11-14  Romain Francoise  <romain@orebokech.com>
7715         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7716         dummy function in `eval-when-compile' to avoid compiler warning.
7717         Require `man' at compile time.
7719 2005-11-14  Jay Belanger  <belanger@truman.edu>
7721         * calc-alg.el (calcFunc-write-out-power): Rename it to
7722         calcFunc-powerexpand.
7723         (math-write-out-power): Rename it to math-powerexpand; have it
7724         handle negative exponents.
7725         (calc-writeoutpower): Rename it to calc-powerexpand.
7727         * calc-ext.el: Change calcFunc-writeoutpower and
7728         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7729         autoloads.
7730         Add calcFunc-ldiv to autoloads.
7732         * calc-arith.el (calcFunc-ldiv): New function.
7734         * calc.el (calc-left-divide): New function.
7736 2005-11-14  Juri Linkov  <juri@jurta.org>
7738         * cus-edit.el (custom-variable-prompt): Set the default value arg
7739         of completing-read.
7741         * cus-dep.el (custom-make-dependencies): Reverse the list of
7742         found dependencies.
7744 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7746         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7747         Highlighting" entry, it is on by default now.
7748         (menu-bar-options-save): Do not save global-font-lock-mode.
7750 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7752         * textmodes/flyspell.el (flyspell-large-region):
7753         Call flyspell-accept-buffer-local-defs.
7755 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7757         * textmodes/flyspell.el (flyspell-notify-misspell):
7758         Fix misspelling of "Misspelling".
7759         (flyspell-process-localwords): New function.
7760         (flyspell-large-region): Call flyspell-process-localwords and
7761         flyspell-delete-region-overlays.
7762         (flyspell-delete-region-overlays): New function.
7763         (flyspell-delete-all-overlays): Call that.
7765 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7767         * help.el (help-for-help-internal): Improve doc of C-h a.
7768         (describe-key): Improve prompt; doc fix.
7770 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * vc-svn.el (vc-svn-registered): Catch all errors.
7774         * cus-dep.el (custom-make-dependencies): Typo.
7776 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7778         * net/tramp-util.el (top): Fix compilation warning.
7780 2005-11-13  Kim F. Storm  <storm@cua.dk>
7782         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7784 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7786         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7787         (gud-speedbar-buttons): Match on "const char *" too.
7789         * progmodes/gdb-ui.el (gdb-var-create-handler)
7790         (gdb-var-list-children-handler): Match on "const char *" too.
7791         (gdb-var-evaluate-expression-handler): Match on empty string.
7792         (gdb-var-update-handler): Only call
7793         gdb-var-evaluate-expression-handler when required.
7795 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7797         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7798         selected window.  This still doesn't work for speedbar.
7799         (gud-speedbar-buttons): Handle string expressions properly.
7801         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7802         (gdb-var-create-handler): Handle string expressions properly.
7803         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7804         Handle string expressions properly.  Move "type" field into regexp.
7806 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7808         * bookmark.el (bookmark-maybe-message): New function to reduce
7809         code duplication: invokes `message' iff baud-rate is high enough.
7810         (bookmark-write-file): Use above instead of an inline conditional.
7811         (bookmark-load): Same.
7813 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7815         * bookmark.el (bookmark-write-file): Don't visit the destination
7816         file, just write the data to it using write-region.  This is
7817         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7818         change to avoid visiting the file in the first place.
7820 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7822         * hi-lock.el (hi-lock-mode): Set the default value of
7823         font-lock-defaults.
7825 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7827         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7828         arg to `file-attributes'.
7829         (find-lisp-format): The UID and GID can now be strings.
7831 2005-11-12  Kim F. Storm  <storm@cua.dk>
7833         * help.el (help-map): Bind C-h d to apropos-documentation.
7835         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7836         when point is at end-of-buffer.
7838         * apropos.el (apropos-match-face): Doc fix.
7839         (apropos-sort-by-scores): Add new choice `verbose'.
7840         (apropos-documentation-sort-by-scores): New defcustom.
7841         (apropos-pattern): Now contains the pattern entered by the user.
7842         (apropos-pattern-quoted): New defvar.
7843         (apropos-regexp): New defvar, containing the regexp corresponding
7844         to apropos-pattern.
7845         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7846         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7847         interactive calls; returns list of words for a word list, and
7848         string for a regexp.
7849         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7850         parses a list of words or regexp as returned by apropos-read-pattern.
7851         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7852         (apropos-score-doc): Return a very high score if the string
7853         entered by the user matches literally.
7854         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7855         (apropos-command): Doc fix.  Use apropos-read-pattern and
7856         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7857         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7858         apropos-parse-pattern.
7859         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7860         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7861         apropos-documentation-sort-by-scores.  Call apropos-print with
7862         nosubst=t.
7863         (apropos-documentation-internal): Pass doc string through
7864         substitute-key-definition before adding text properties.
7865         Highlight substring matching literal user input if possible.
7866         (apropos-documentation-check-doc-file): Remove locals beg and end.
7867         Fix calculation of score (as added twice).  Pass doc string through
7868         substitute-key-definition before adding text properties.
7869         (apropos-documentation-check-elc-file): Pass doc string through
7870         substitute-key-definition before adding text properties.
7871         Highlight substring matching literal user input if possible.
7872         (apropos-print): Add new arg NOSUBST; if set, command and variable
7873         doc strings have already been passed through substitute-key-definition.
7874         Add code to handle apropos-accumulator items without score element
7875         for backwards compatibility (e.g. with woman package).
7876         Only show scores if apropos-sort-by-scores is `verbose'.
7878 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7880         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7881         Add jka-compr-load-suffixes to load-suffixes.
7883         * jka-compr.el: Require jka-cmpr-hook.
7884         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7885         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7886         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7887         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7888         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7889         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7890         (jka-compr-uninstall): Remove entries from
7891         jka-compr-added-to-file-coding-system-alist after they are used.
7892         (jka-compr-error): Remove unused var `curbuf'.
7893         (jka-compr-file-local-copy): Remove unused var `notfound'.
7895 2005-11-10  Romain Francoise  <romain@orebokech.com>
7897         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7899 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7901         * progmodes/gud.el (gud-menu-map): Move parentheses.
7902         (gdb): New command gud-pv.
7904 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7906         * tar-mode.el: Remove spurious or unnecessary leading stars
7907         in docstrings.
7908         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7909         (tar-parse-octal-integer-safe): Use mapc.
7910         (tar-header-block-summarize): Remove unused var `ck'.
7911         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7912         cleared before.  Obey default-enable-multibyte-characters.
7913         Use mapconcat.  Simplify setting of tar-header-offset.
7914         (tar-mode-map): Move initialization inside delcaration.
7915         (tar-flag-deleted): Use `abs'.
7916         (tar-expunge-internal): Remove unused var `line'.
7917         (tar-expunge-internal): Don't hardcode point-min==1.
7918         (tar-expunge): Widen while doing set-buffer-multibyte.
7919         (tar-rename-entry): Use file-name-coding-system.
7920         (tar-alter-one-field): Don't hardcode point-min==1.
7921         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7922         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7924 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7926         * add-log.el (add-log-current-defun): Handle class::method
7927         notation of c++.  Fix incorrect comment.
7929 2005-11-10  Alan Mackenzie  <acm@muc.de>
7931         * help-fns.el (describe-variable): Make C-h v work when a variable
7932         has variable documentation yet is unbound.
7934 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7936         * man.el (Man-highlight-references): Set an empty
7937         string to `Man-arguments' if it is nil.
7938         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7940 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7942         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7943         commenting conventions.
7945         * cus-dep.el (custom-make-dependencies): Simplify.
7946         Better follow the commenting conventions.
7948 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7950         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7951         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7952         All uses changed.
7953         (apropos-rewrite-regexp): Doc fix.
7954         (apropos-variable, apropos-command, apropos, apropos-value):
7955         Change prompt; carry through the argument renaming.
7957 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7959         * find-lisp.el: Require dired.
7960         (find-lisp-find-dired-internal): Do not call
7961         `abbreviate-file-name' on DIR.
7963 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7965         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7967 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7969         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7970         when using the speedbar.
7971         (gdb): New command gud-pp.
7972         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7974 2005-11-09  Juri Linkov  <juri@jurta.org>
7976         * replace.el (occur-excluded-properties): New defcustom.
7977         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7979 2005-11-08  Jay Belanger  <belanger@truman.edu>
7981         * calc/calc-units.el (math-convert-units): Replace any composite
7982         unit by its definition.
7984 2005-11-08  Lars Hansen  <larsh@soem.dk>
7986         * emacs-lisp/autoload.el (update-directory-autoloads):
7987         Add obsolete function alias.
7989 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7991         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7992         comment-indent-function.
7993         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7995         * reveal.el (reveal-post-command): Rework the handling of
7996         reveal-open-spots, so as to be more reliable.  There were several
7997         tricky corner cases where an open spot might be lost, or where
7998         a closed spot might end up on the list of open spots.
7999         Only reveal text that's ellipsised.
8001 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
8003         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8005 2005-11-07  John Paul Wallington  <jpw@gnu.org>
8007         * ibuffer.el (ibuffer): Search iconified frames too when
8008         getting Ibuffer buffer's window.
8010 2005-11-06  Richard M. Stallman  <rms@gnu.org>
8012         * progmodes/compile.el (compilation-internal-error-properties):
8013         save-excursion around the computation of MARKER.
8015 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
8017         * textmodes/flyspell.el (flyspell-external-point-words):
8018         flyspell-get-word returns a list, not just a string.
8020 2005-11-06  John Paul Wallington  <jpw@pobox.com>
8022         * ibuffer.el (ibuffer): Search all visible frames when getting
8023         Ibuffer buffer's window.
8025 2005-11-07  Masatake YAMATO  <jet@gyve.org>
8027         * man.el (Man-reference-regexp): Accept spaces between
8028         `Man-name-regexp' and `Man-section-regexp'.
8029         (Man-apropos-regexp): New variable.
8030         (Man-abstract-xref-man-page): Use value for `Man-target-string'
8031         if available.
8032         (Man-highlight-references, Man-highlight-references0):
8033         Handle the case when `Man-arguments' includes "-k".
8034         (Man-highlight-references0): Rename the argument `TARGET-POS' to
8035         `TARGET'. `TARGET' can be a number, function or nil.
8037 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
8039         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8040         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8041         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8042         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8043         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8044         (gdb-send-item): Use buffer-local-value and simplify.
8046 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8048         * startup.el (command-line): Use `custom-reevaluate-setting' for
8049         `global-font-lock-mode'.
8051         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8052         by default, except in batch mode or when the -D option is given.
8054         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8055         specified keyword args on to `define-minor-mode'.  Update docstring.
8057 2005-11-05  Romain Francoise  <romain@orebokech.com>
8059         * replace.el (occur-engine): Add marker at end of line, too.
8061 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8063         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8064         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8065         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8066         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8067         argument to all these routines, so the passphrase can be managed
8068         externally and passed in to the system.
8069         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8070         pgg-add-passphrase-to-cache function.
8072         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8073         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8074         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8075         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8076         argument to all these routines, so the passphrase can be managed
8077         externally and passed in to the system.
8078         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8079         function.
8081 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8083         * font-lock.el: Don't deal with font-lock-face-attributes here,
8084         move the code ...
8086         * startup.el (command-line): ... here.  Use face-spec-set instead
8087         of custom-declare-face.
8089         * faces.el (face-spec-set): Reset the face if spec is not nil.
8091 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * newcomment.el (comment-region-internal): Box more tightly in the
8094         common case where there's no TAB in the boxed text.
8096 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8098         * info.el (info-tool-bar-map): Use images prev-node, next-node and
8099         up-node.
8101 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
8103         * newsticker.el: Commentary updated.  Code formatting changed.
8104         (newsticker-version): Change to "1.9".
8105         (newsticker, newsticker-feed): Doc fix.
8106         (newsticker-url-list): Doc fix.  Add option "Weekly".
8107         (newsticker-retrieval-interval): Add option "Weekly".
8108         (newsticker-headline-processing): Doc fix.
8109         (newsticker-auto-mark-filter): Remove.
8110         (newsticker-auto-mark-filter-list): New.
8111         (newsticker-layout, newsticker-sort-method): Doc fix.
8112         (newsticker-hide-old-items-in-newsticker-buffer)
8113         (newsticker-heading-format, newsticker-item-format)
8114         (newsticker-desc-format): Doc fix.
8115         (newsticker-show-all-rss-elements): Remove.
8116         (newsticker-show-all-news-elements): New.
8117         (newsticker-faces, newsticker-ticker): Doc fix.
8118         (remove-from-invisibility-spec): Code formatting.
8119         (newsticker--process-ids): New.
8120         (newsticker-mode): Doc fix.
8121         (newsticker-mode): Change mode-line-format.
8122         (newsticker-start): Remove debug output.
8123         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
8124         (newsticker-w3m-show-inline-images): Code formatting.
8125         (newsticker-next-item): Call `force-mode-line-update'.
8126         (newsticker-previous-item): Call `force-mode-line-update'.
8127         (newsticker-next-feed): Call `force-mode-line-update'.
8128         (newsticker-previous-feed): Call `force-mode-line-update'.
8129         (newsticker-mark-all-items-at-point-as-read): Code formatting.
8130         (newsticker-show-old-items): Do not show descs.
8131         (newsticker-hide-entry): Hide too much.
8132         (newsticker-hide-entry, newsticker-show-entry)
8133         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8134         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8135         (newsticker-toggle-auto-narrow-to-item): Code formatting.
8136         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8137         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8138         (newsticker-get-news): Call `force-mode-line-update'.
8139         Collect process ids.
8140         (newsticker--sentinel): Change coding system handling.
8141         Move image retrieval to new functions newsticker--get-logo-url-*.
8142         Move feed parsing to new functions newsticker--parse-*.
8143         Update list of process ids.
8144         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8145         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8146         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8147         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8148         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8149         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8150         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8151         (newsticker--decode-coding-string): Remove.
8152         (newsticker--decode-numeric-entities): Check input.  Format code.
8153         (newsticker--remove-whitespace): Check input.
8154         (newsticker--do-forget-preformatted): Doc fix.
8155         (newsticker--decode-rfc822-date): Allow for missing time.
8156         (newsticker--update-process-ids): New.
8157         (newsticker--image-sentinel): Change comment.
8158         (newsticker--image-read): Change error message.
8159         (newsticker--imenu-goto): Doc fix.  Show headline title.
8160         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8161         (newsticker--buffer-do-insert-text): Clean whitespace in
8162         html-rendered headline title.  Code formatting.
8163         Call `newsticker--buffer-print-extra-elements'.
8164         (newsticker--buffer-print-extra-element): Remove.
8165         (newsticker--buffer-print-extra-elements): New.
8166         (newsticker--buffer-do-print-extra-element): New.
8167         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
8168         large sizes.
8169         (newsticker--run-auto-mark-filter)
8170         (newsticker--do-run-auto-mark-filter):
8171         Use `newsticker-auto-mark-filter-list'.
8173 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
8175         * net/rcirc.el: Use split-string OMIT-NULLS argument.
8176         (rcirc-print): Force redisplay before running hooks.  Do long
8177         buffer truncation after making new text read-only.  Deal with nil
8178         text when decoding strings.  If TARGET is nil, use either the
8179         currently selected buffer, if it is an rcirc buffer and of the
8180         same process or the process buffer.
8181         (rcirc-mode): Remove header-line.  Recompute short buffer names.
8182         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8183         (rcirc-short-buffer-name): Add variable.
8184         (rcirc-kill-buffer-hook): Recompute short buffer names.
8185         Remove nick from private channel.
8186         (rcirc-send-input): Send command text to current-buffer.
8187         Don't clear overlay arrow here.
8188         (rcirc-short-buffer-name): Return a short buffer name.
8189         (rcirc-update-short-buffer-names, rcirc-abbreviate)
8190         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8191         buffer-name abbreviations.
8192         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8193         Do not touch nick-table when killing a parted channel.
8194         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8195         Clear arrow from current buffer if it is now hidden.
8196         (rcirc-current-buffer): Add variable.
8197         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8198         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8199         Remove -face from names.
8200         (rcirc-update-activity-string): Print "DND" when globally ignoring
8201         activity.
8202         (rcirc-ignore-buffer-activity-flag): Rename from
8203         rcirc-ignore-channel-activity.
8204         (rcirc-ignore-all-activity-flag): Doc fix.
8205         (rcirc-channels): Remove variable.
8206         (rcirc-kill-buffer-hook):
8207         (rcirc-get-buffer-create): Add nick to private channel.
8208         (rcirc-multiline-edit-submit): Remove tabs.
8209         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8210         folded.
8211         (rcirc-remove-nick-channel): Bug fix.
8212         (rcirc-toggle-ignore-buffer-activity): Rename from
8213         rcirc-toggle-ignore-channel-activity.
8214         (rcirc-record-activity): Add buffers to the front of the list.
8215         (rcirc-update-activity): Remove killed buffers from list.
8216         (rcirc-process-server-response-1): Remove last argument if it is
8217         null before calling handler.
8218         (rcirc): Add "rcirc" defcustom prefix.
8219         (rcirc-prompt): Simplify default prompt.
8220         Use custom-initialize-default.
8221         (rcirc-private-chats): Remove variable.
8222         (rcirc-prompt): Change initialization.
8223         (rcirc-version): Remove function.
8224         (rcirc-id-string): Add constant.
8225         (rcirc-last-buffer): Remove variable.
8226         (rcirc-buffer-alist): Add variable.
8227         (rcirc-connect): Update variable setup.
8228         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8229         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8230         default.
8231         (rcirc-handler-generic): Trigger activity.
8232         (rcirc-send-message): Create the buffor of the target.
8233         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8234         (rcirc-get-buffer): Just return nil if there is no matching buffer.
8235         (rcirc-multiline-edit-cancel): Remove function.
8236         (rcirc-set-last-buffer): Remove function.
8237         (rcirc-get-any-buffer): Add function.
8238         (rcirc-join-channels): Don't print /join text.
8239         (rcirc-toggle-ignore-channel-activity): Add and update echo area
8240         messages.
8241         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8242         (rcirc-handler-NOTICE): Recognize CTCP responses.
8243         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8244         constructing TOPIC string for buffers we are not JOINed.
8245         (rcirc-handler-CTCP-response): Add handler.
8246         (rcirc-multiline-edit-submit): Restore the window-configuration
8247         before adjusting point.
8248         (rcirc): Add customization group.
8249         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8250         (rcirc-user-full-name, rcirc-startup-channels-alist)
8251         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8252         (rcirc-ignore-all-activity-flag, rcirc-time-format)
8253         (rcirc-input-ring-size, rcirc-read-only-flag)
8254         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8255         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8256         Change defvar to defcustom.
8257         (rcirc-update-prompt): Add optional ALL arg, which will update
8258         prompts in all rcirc buffers.  Regexp quote replacement text.
8259         (rcirc-fill-column): Accept frame-width as a value.
8260         (rcirc-set-changed): Add function.
8261         (rcirc-next-active-buffer): Write more meaningful messages.
8262         (rcirc-faces): Add customization group.
8263         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8264         (rcirc-nick-in-message-face, rcirc-prompt-face)
8265         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8266         (with-rcirc-process-buffer): Move before first usage.
8267         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8268         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8269         (rcirc-debug): Rename from `rcirc-log'.
8270         (rcirc-format-response-string): Do not print `-' chars for a
8271         NOTICE with no sender.  Simplify output of server responses.
8273 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8275         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8276         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8277         Make urls mouse and RET clickable.
8279 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8281         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8283 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8285         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8286         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8287         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8288         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8289         argument to all these routines, so the passphrase can be managed
8290         externally and passed in to the system.
8291         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8292         pgg-add-passphrase-to-cache function.
8294         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8295         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8296         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8297         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8298         argument to all these routines, so the passphrase can be managed
8299         externally and passed in to the system.
8300         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8301         function.
8303 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8305         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8306         from goto-address-url-regexp.
8308 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8310         * textmodes/org.el (org-read-date, org-goto-calendar)
8311         (org-recenter-calendar, org-agenda-goto-calendar):
8312         Temporarily clear `calendar-move-hook'.
8314 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8316         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8317         merging.
8319         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8320         have merge clashes.
8322 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8324         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8325         Undo previous change.
8327         * startup.el (command-line): Use `custom-reevaluate-setting' for
8328         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8329         tty-register-default-colors on Mac.
8331 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8333         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8334         (gdb-buffer-type): Make it automatically buffer local...
8335         (gdb-get-create-buffer): ...and set it accordingly.
8336         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8337         actually work.
8339 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8341         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8342         not red.
8344 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8346         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8347         case GUD buffer is not visible.
8348         (gdb-goto-breakpoint): Try to force display in source buffer.
8349         (gdb-frame-gdb-buffer): Copy other similar functions.
8350         (gdb-restore-windows): Don't display source if not asked for.
8351         (gdb-assembler-buffer-name): Don't capitalise.
8353 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8355         * wid-edit.el (key-sequence): New widget type.
8357         * simple.el (set-mark-command-repeat-pop): New variable.
8358         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8359         if set-mark-command-repeat-pop is true.
8361         * info.el (Info-fontify-node): Don't display extra "see" if there
8362         already is one here.
8364         * mouse.el: Fix special handling of DEL after dragging a region:
8365         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8366         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8368         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8370         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8371         not to assume it pertains to an affix.
8373         * textmodes/flyspell.el (flyspell-post-command-hook):
8374         Bind deactivate-mark to prevent deactivation.
8376 2005-11-03  Lars Hansen  <larsh@soem.dk>
8378         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8379         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8380         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8382 2005-11-03  Romain Francoise  <romain@orebokech.com>
8384         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8385         Update copyright years.
8387 2005-11-03  Sam Steingold  <sds@gnu.org>
8389         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8390         Use system-type instead of window-system because window-system is not
8391         correctly defined during loadup.
8393 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8395         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8396         (xml-parse-tag): Join strings separated by a comment properly.
8398 2005-11-02  Andreas Schwab  <schwab@suse.de>
8400         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8402 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8405         (byte-optimize-pure-func): Quote the eval'd value.
8407         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8408         Rename from perl-font-lock-syntactic-face-function.
8409         Change the calling convention so it can be used as a font-lock MATCHER.
8410         Do the parse-partial-sexp loop outselves.
8411         (perl-font-lock-syntactic-keywords): Use it.
8412         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8414 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8416         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8417         disassembly buffer too.
8418         (gdb-exited): Remove overlay arrows when execution has finished.
8419         (gdb-info-frames-custom, gdb-info-threads-custom)
8420         (gdb-info-registers-custom): Don't add inappropriate text
8421         properties if inferior is not active.
8423 2005-11-02  Glenn Morris  <rgm@gnu.org>
8425         * progmodes/fortran.el (fortran-blink-match):
8426         Use `blink-matching-delay'.
8428 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8430         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8432 2005-11-02  Lars Hansen  <larsh@soem.dk>
8434         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8435         "Permission denied".
8437 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8439         * textmodes/flyspell.el (flyspell-external-point-words):
8440         Pass nil to flyspell-get-word.
8442 2005-11-02  Kim F. Storm  <storm@cua.dk>
8444         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8445         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8447 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8450         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8451         (calendar-mouse-print-dates): Add optional `event' argument.
8452         Update interactive-spec.
8453         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8454         Use `calendar-event-to-date' instead of `event'.
8456 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8458         * progmodes/ld-script.el (ld-script-builtins):
8459         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8460         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8461         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8463 2005-11-01  Romain Francoise  <romain@orebokech.com>
8465         * vc-sccs.el: Update copyright year.
8466         * ezimage.el: Likewise.
8468 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8470         * info.el (Info-fontify-node): Use `string-width' for fontifying
8471         underlined titles.
8473 2005-11-01  Juri Linkov  <juri@jurta.org>
8475         * info.el (Info-fontify-node): Downcase node header keywords Node,
8476         Prev, Next, Up before comparison.
8477         (Info-history): Insert absolute directory name, and put invisible
8478         property on it.
8480 2005-11-01  Juri Linkov  <juri@jurta.org>
8482         * info.el (Info-file-supports-index-cookies): New variable.
8483         (Info-find-node-2): Check makeinfo version for index cookie support.
8484         (Info-index-nodes): Search for nodes with index cookies only when
8485         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8486         with "Index" in the node name.
8487         (Info-index-node): Search index cookie in the current node only when
8488         Info-file-supports-index-cookies is t.  Otherwise, check the word
8489         "Index" in the node name.
8490         (Info-find-emacs-command-nodes): Remove code that searches nodes
8491         with "Index" node name in the top menu.
8493 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * progmodes/scheme.el (scheme-mode-variables): Use the default
8496         comment-indent-function.
8498         * faces.el (face-attribute): Handle the case where a face inherits from
8499         a non-existent face.
8501         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8502         for octal and hexa output, and merge the char into the paren.
8503         (kill-new): Use push.
8504         (copy-to-buffer): Use with-current-buffer.
8505         (completion-setup-function): Move code in loop to remove redundancy.
8506         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8507         those inherited from minibuffer-local-completion-map.
8509         * savehist.el (savehist-mode) <defcustom>:
8510         Use custom-set-minor-mode if available.
8511         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8512         and emit a message if applicable.
8514 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8516         * savehist.el: Sync up to version 19.
8517         (savehist-mode): New minor mode.
8518         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8519         (savehist-length): Remove (use history-length instead).
8520         (savehist-file-modes): Rename from savehist-modes.
8521         (savehist-save-hook, savehist-loaded): New vars.
8522         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8523         old format to new format.
8524         (savehist-install): Allow savehist-autosave-interval to be nil.
8525         (savehist-save): Run the new hook.  Be more careful to only trim the
8526         history variables.
8527         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8528         (savehist-printable): Print into a buffer rather than char-by-char.
8530 2005-11-01  John Wiegley  <johnw@newartisans.com>
8532         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8533         toggle-ignore keybinding (C-a).  The author said it had been
8534         disabled much earlier due to a possible incompatibility, but after
8535         many months of usage I have encountered no problems (and it is a
8536         rather useful option, especially for switching to " *temp*").
8538         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8539         support for OS/X's AddressBook, by calling out to the open source
8540         program "contacts" (installable through Fink).
8542         * net/eudc.el (eudc-expand-inline): If the
8543         `eudc-multiple-match-handling-method' is set to `all', delete the
8544         query string before inserting the query result.
8546         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8547         flag, to prevent Eshell from using the system ls when
8548         `eshell-ls-insert-directory' is in used.
8549         (eshell-ls-insert-directory): Disable font-lock in directory
8550         buffer so that Eshell's own fontification is seen.  This broke
8551         recently due to changes in font-lock, so this goes back to version
8552         21 behavior.
8554 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8556         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8557         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8558         (gdb-many-windows): Doc fix.
8560 2005-10-31  Romain Francoise  <romain@orebokech.com>
8562         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8564 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8566         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8567         that global-font-lock-mode can be enabled by default.
8569         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8570         (font-lock-add-keywords, font-lock-remove-keywords)
8571         (font-lock-fontify-buffer): Remove autoload cookies.
8573         * jit-lock.el (jit-lock-register): Likewise.
8575         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8577 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8579         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8580         intact if there is no gud-comint-buffer.
8582 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8584         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8585         old prompt comint-prompt-read-only is t and GDB commands are
8586         issued from tool bar etc.
8588 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8590         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8592 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8594         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8595         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8597 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8599         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8600         starting at beginning of line.  Fontification is messed up when
8601         `open-paren-in-column-0-is-defun-start' set to t.
8602         Reported by John Paul Wallington <jpw@pobox.com>.
8604 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8606         * comint.el (comint-send-input): Call `comint-update-fence' when
8607         `comint-process-echoes' and `comint-prompt-read-only' are both
8608         non-nil, to avoid leftover read-only newline.
8610 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8612         * textmodes/flyspell.el (flyspell-external-point-words):
8613         Detect when WORD can't be checked properly because
8614         flyspell-get-word finds just part of it, and move on.
8616         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8617         boundarychar for Polish.
8618         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8619         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8621 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8623         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8624         (gdb-registers-font-lock-keywords): Delete.
8625         (gdb-registers-mode): Don't fontify.
8626         (gdb-info-registers-custom): Use text properties instead as, in
8627         future, changed register values will use font-lock-warning-face.
8628         (gdb-local-font-lock-keywords): Rename to...
8629         (gdb-locals-font-lock-keywords): ...for consistency.
8631 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8633         * vc.el (vc-switch-backend): Better error message if the buffer is
8634         not visiting a file under version control.
8636         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8638 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8640         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8641         ~/.emacs.d/.emacs.
8643 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8645         * replace.el (occur-mode-mouse-goto): Always go to other window.
8646         (occur-mode-goto-occurrence): Always switch in same window.
8648         * simple.el (undo): Display message at end, not at start.
8650         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8651         New arg REUSE-CELL.
8652         (cancel-timer-internal): New function.
8653         (timer-event-handler): Use cancel-timer-internal,
8654         and pass the cell it returns to timer-activate...
8656         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8657         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8658         (jit-lock-after-change): Test memory-full.
8660 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8662         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8663         part of the decoded armor to find the key-identifier.
8664         (pgg-gpg-lookup-key-owner): New function to return the
8665         human-readable identifier of a key owner.
8666         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8667         key itself.
8668         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8669         the key value) if we have a key and can match it against a secret
8670         key.  Also, added a note pointing out fact that the prompt only
8671         indicates the first matching key.
8673         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8674         pgg-decrypt-region.
8675         (pgg-pending-timers): A new hash for tracking the passphrase cache
8676         timers, so that new ones supercede old ones.
8677         (pgg-add-passphrase-to-cache): Rename from
8678         `pgg-add-passphrase-cache' to reduce confusion (all callers
8679         changed).  Modified to cancel old timers when new ones are added.
8680         (pgg-remove-passphrase-from-cache): Rename from
8681         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8682         changed).  Modified to cancel old timers when their keys are
8683         removed from the cache.
8684         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8685         XEmacs, an indirection to delete-itimer.
8686         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8687         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8688         users can only check cache without risk of prompting.  Correct bug in
8689         notruncate behavior.
8690         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8691         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8692         Add informative docstrings.
8693         (pgg-decrypt): Convey provided passphrase in subordinate call to
8694         pgg-decrypt-region.
8696         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8697         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8698         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8699         `passphrase' argument, so the passphrase can be managed externally
8700         and then passed in to the system.
8702         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8703         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8704         so the passphrase cache can be used reliably with identifiers
8705         besides a pgp packet's key id.
8707         * pgg-gpg.el (pgg-pgp-encrypt-region)
8708         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8709         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8710         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8711         argument to all these routines, so the passphrase can be managed
8712         externally and passed in to the system.
8714         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8715         `notruncate' argument, so the passphrase cache can be used
8716         reliably with identifiers besides a pgp packet's key id.
8718 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8720         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8721         symmetric encryption.
8722         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8723         encrypted session key.
8724         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8725         message ask for the passphrase in a proper way.
8727         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8728         New user commands for symmetric encryption.
8730 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8732         * textmodes/conf-mode.el (conf-assignment-sign)
8733         (conf-assignment-regexp): Fix docstrings.
8734         (conf-mode-initialize): New function.
8735         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8736         recognize recursive calls.
8737         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8738         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8739         (conf-xdefaults-mode): Use define-derived-mode and
8740         conf-mode-initialize.
8742 2005-10-29  Romain Francoise  <romain@orebokech.com>
8744         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8746 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8748         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8749         part of the decoded armor to find the key-identifier.
8750         (pgg-gpg-lookup-key-owner): New function to return the
8751         human-readable identifier of a key owner.
8752         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8753         key itself.
8754         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8755         the key value) if we have a key and can match it against a secret
8756         key.  Also, added a note pointing out fact that the prompt only
8757         indicates the first matching key.
8759         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8760         pgg-decrypt-region.
8761         (pgg-pending-timers): A new hash for tracking the passphrase cache
8762         timers, so that new ones supercede old ones.
8763         (pgg-add-passphrase-to-cache): Rename from
8764         `pgg-add-passphrase-cache' to reduce confusion (all callers
8765         changed).  Modified to cancel old timers when new ones are added.
8766         (pgg-remove-passphrase-from-cache): Rename from
8767         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8768         changed).  Modified to cancel old timers when their keys are
8769         removed from the cache.
8770         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8771         XEmacs, an indirection to delete-itimer.
8772         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8773         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8774         users can only check cache without risk of prompting.  Correct bug in
8775         notruncate behavior.
8776         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8777         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8778         Add informative docstrings.
8779         (pgg-decrypt): Convey provided passphrase in subordinate call to
8780         pgg-decrypt-region.
8782 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8784         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8785         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8786         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8787         `passphrase' argument, so the passphrase can be managed externally
8788         and then passed in to the system.
8790         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8791         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8792         so the passphrase cache can be used reliably with identifiers
8793         besides a pgp packet's key id.
8795         * pgg-gpg.el (pgg-pgp-encrypt-region)
8796         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8797         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8798         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8799         argument to all these routines, so the passphrase can be managed
8800         externally and passed in to the system.
8802         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8803         `notruncate' argument, so the passphrase cache can be used
8804         reliably with identifiers besides a pgp packet's key id.
8806 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8808         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8809         symmetric encryption.
8810         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8811         encrypted session key.
8812         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8813         message ask for the passphrase in a proper way.
8815         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8816         New user commands for symmetric encryption.
8818 2005-10-28  Bill Wohler  <wohler@newt.com>
8820         * help-mode.el (help-url): New button type.  Calls browse-url.
8821         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8822         Similar to Info nodes: URL `url'.
8823         (help-make-xrefs): Create help-url buttons for
8824         help-xref-url-regexp matches.
8826 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8828         * tool-bar.el (tool-bar-add-item-from-menu)
8829         (tool-bar-local-item-from-menu): Fix doc strings.
8831 2005-10-28  Romain Francoise  <romain@orebokech.com>
8833         * ldefs-boot.el: Update.
8835         * subr.el (locate-library): Move from help-fns.el.
8836         * help-fns.el (locate-library): Move to subr.el.
8838 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8840         * net/tramp.el (tramp-completion-mode): defvar moved up.
8842         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8844         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8846         * files.el (find-file-noselect): Use %d to format large file size.
8848         * bindings.el (mode-line-format): Add %e.
8850         * loadup.el ("facemenu"): Load unconditionally.
8851         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8852         ("x-dnd"): Load, when appropriate.
8854         * startup.el (command-line): Call before-init-hook earlier.
8855         Warn about some bad characters in -u user name.
8857         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8858         (flyspell-external-point-words): Error if misspelled word is not found.
8859         Set flyspell-large-region-beg at end of word.
8861 2005-10-28  Andreas Schwab  <schwab@suse.de>
8863         * view.el (View-revert-buffer-scroll-page-forward):
8864         Use view-page-size-default.
8866 2005-10-28  Juri Linkov  <juri@jurta.org>
8868         * international/quail.el (quail-get-current-str): Translate last
8869         raw character for deterministic input methods.
8871 2005-10-27  Jay Belanger  <belanger@truman.edu>
8873         * calc/calc-ext.el: Add functions to autoloads.
8874         (math-identity-matrix-p, math-ident-row-p): New functions.
8876         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8877         multiplication by an identity matrix; don't turn multiplication by
8878         an inverse matrix into division.
8879         (math-div-symbol-fancy): Replace division by matrices with
8880         multiplication by inverse.
8882         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8884         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8885         (calc-writeoutpower): New functions.
8887 2005-10-27  Romain Francoise  <romain@orebokech.com>
8889         * replace.el (occur-engine): Include colon in mouse-face highlight.
8891         * dired-x.el: Change Maintainer field.
8893 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8895         * longlines.el (longlines-mode): Bind after-change-functions to
8896         nil during initial decoding and final encoding.
8898 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8900         * term.el (term-emulate-terminal, term-handle-colors-array)
8901         (term-handle-ansi-escape): Specify the terminfo capabilities
8902         implemented.
8904 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8906         * info.el (Info-fontify-node): Fix detection of sentence-break
8907         before *Note.
8909 2005-10-26  Romain Francoise  <romain@orebokech.com>
8911         * smerge-mode.el: Add `tools' to file keywords.
8913 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8915         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8916         when the fringe is not available.
8918         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8919         (def-gdb-auto-update-trigger): Simplify construction.
8920         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8921         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8922         defined explicitly.
8923         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8924         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8925         defined explicitly.
8926         (gdb-info-locals-custom): Remove as it's a no-op.
8928 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8930         * longlines.el (longlines-mode): Remove narrowing before
8931         performing the initial decoding or final encoding.
8933 2005-10-25  Romain Francoise  <romain@orebokech.com>
8935         * emacs-lisp/find-func.el (find-library-name): Also strip
8936         extension if library name ends in .el, to take advantage of
8937         `find-library-suffixes'.
8939 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8941         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8943 2005-10-25  Juri Linkov  <juri@jurta.org>
8945         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8946         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8948 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8950         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8951         (blackbox-redefine-key): Add argument `map'.
8953         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8954         regions when moving the jit-lock-context-unfontify-pos boundary.
8956 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8958         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8960 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8962         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8964 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8966         * play/blackbox.el (blackbox-redefine-key): New function.
8967         (blackbox-mode-map): Use it to remap existing bindings for cursor
8968         motion instead of binding literal keys.
8970 2005-10-25  Glenn Morris  <rgm@gnu.org>
8972         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8973         diary does not end in a newline.  Do not assume a blank line at
8974         the start of the diary file.
8976 2005-10-25  Kenichi Handa  <handa@m17n.org>
8978         * international/quail.el (quail-translate-key): If the input
8979         method is deterministic and failed to handle the last key, restart
8980         the key handling loop from an appropriate key.
8982 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8984         * vc.el (vc-dired-mode): Extend comment for binding of
8985         `directory-listing-before-filename-regexp'.
8987 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8989         * textmodes/texinfo.el (texinfo-mode):
8990         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8991         not to unnecessarily expose emacs-mule's internal char codes.
8993 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8995         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8996         Display hand pointer and help-echo on disabled icon too.
8997         (gdb-mouse-until): New function.
8998         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9000 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
9002         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9003         with 2005-10-23 change to doctor.el.
9005         * finder.el (finder-mode-map): Add follow-link binding.
9007 2005-10-25  Kim F. Storm  <storm@cua.dk>
9009         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9010         to gdb-mouse-toggle-breakpoint-fringe.
9011         (gdb-mouse-toggle-breakpoint-margin): Rename from
9012         gdb-mouse-toggle-breakpoint.  Fix doc.
9013         (gdb-mouse-toggle-breakpoint-fringe): New defun.
9014         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
9015         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9016         string properties also for fringe breakpoint bitmaps.
9018 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
9020         * textmodes/org.el (org-start-icalendar-file): Fix format form.
9022 2005-10-25  Masatake YAMATO  <jet@gyve.org>
9024         * simple.el (completion-common-substring):
9025         Use `completion-common-substring' prior to `completion-base-size'.
9027 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
9029         * savehist.el: Require CL while compiling.
9030         (savehist-history-variables): Remove.
9031         (savehist-save-minibuffer-history, savehist-additional-variables)
9032         (savehist-minibuffer-history-variables): New vars.
9033         (savehist-save): Use them.
9034         (savehist-uninstall, savehist-minibuffer-hook): New funs.
9035         (savehist-install): New fun, extracted from savehist-load.
9036         (savehist-load): Use them.
9038 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9040         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9041         a dummy doc-string-elt property.
9042         (defalias, defvaralias, define-category): Add a docstring property.
9044         * image.el (defimage):
9045         * widget.el (define-widget):
9046         * custom.el (defface, defcustom): Add `doc-string' declaration.
9048         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9049         (defadvice): Add `doc-string' declaration.
9051         * emacs-lisp/byte-run.el (macro-declaration-function):
9052         Handle `doc-string' declarations.
9053         (define-obsolete-function-alias, define-obsolete-variable-alias):
9054         Add `doc-string' declaration.
9056 2005-10-24  Kenichi Handa  <handa@m17n.org>
9058         * international/utf-7.el (utf-7): Add autoload cookie.
9060         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9062 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
9064         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9065         list of directories passed to batch-update-autoloads.  Add "." to
9066         the list of the echoed directories.
9068         * pgg-def.el:
9069         * pgg-gpg.el:
9070         * pgg-parse.el:
9071         * pgg-pgp.el:
9072         * pgg-pgp5.el:
9073         * pgg.el: Moved here from the gnus subdirectory.
9075 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
9077         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9078         in case comint-prompt-read-only is set to t.
9080         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9081         in case comint-prompt-read-only is set to t.
9083 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
9085         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9086         Now a string.
9087         (icalendar-import-format): Handle CLASS, STATUS, URL.
9088         Rename `subject' to `summary'.
9089         (icalendar-import-format-summary): Rename from
9090         `icalendar-import-format-subject'.
9091         (icalendar-import-format-url, icalendar-import-format-status)
9092         (icalendar-import-format-class): New variables.
9093         (icalendar--rris): Take variable argument list.
9094         (icalendar--datestring-to-isodate): Remove unnecessary
9095         calendar-style check when converting dates with explicit month names.
9096         (icalendar-export-region): Change return type of conversion
9097         subroutines.  Bury current buffer unless error occurred.
9098         (icalendar--convert-to-ical)
9099         (icalendar--parse-summary-and-rest): New functions.
9100         (icalendar--convert-ordinary-to-ical)
9101         (icalendar--convert-weekly-to-ical)
9102         (icalendar--convert-yearly-to-ical)
9103         (icalendar--convert-block-to-ical)
9104         (icalendar--convert-cyclic-to-ical)
9105         (icalendar--convert-anniversary-to-ical): Change return type.
9106         Strip trailing blanks from subject.
9107         (icalendar--convert-sexp-to-ical): Change return type.
9108         Strip trailing blanks from subject.  Handle simple sexp
9109         entries as generated by icalendar.el.
9110         (icalendar--convert-float-to-ical)
9111         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9112         (icalendar-import-file): Doc fix.
9113         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9114         Correct call to icalendar--rris.
9115         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
9116         `summary'.
9117         (icalendar--add-diary-entry): Rename `subject' to `summary'.
9119 2005-10-24  Romain Francoise  <romain@orebokech.com>
9121         * server.el (server-sentinel): Set query-on-exit flag to nil on
9122         new client processes (it isn't inherited from the server process).
9124         * replace.el (occur-engine): Rearrange text properties.
9126 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9128         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9129         case-fold-search is nil.
9130         (debug-help-follow): Use help-xref-interned directly.
9132 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9134         * thumbs.el (thumbs-image-type): Add .pbm.
9136 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9138         * faces.el (inhibit-face-set-after-frame-default): New variable.
9139         (set-face-attribute): Bind it.
9140         (face-set-after-frame-default): Test it.
9142         * help-fns.el (describe-simplify-lib-file-name): New function.
9143         (describe-function-1, describe-variable): Use it.
9145         * faces.el (describe-face): Use describe-simplify-lib-file-name.
9147         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9148         Eliminate nil as possible value.
9149         (tooltip-hide-delay): Reduce internal-border-width.
9151         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9152         (menu-bar-file-menu) <new-file>: Likewise.
9154         * simple.el (line-move-finish): Ignore fields computing LINE-END.
9156         * international/mule.el (load-with-code-conversion):
9157         Pass full file name to `eval-buffer' unless preloading.
9159         * textmodes/flyspell.el (flyspell-large-region):
9160         Call ispell-check-version.
9162         * textmodes/ispell.el (ispell-local-dictionary-overridden):
9163         Fix the make-variable-buffer-local call that was supposed
9164         to be for this variable.
9165         (ispell-aspell-supports-utf8): Doc fix.
9166         (ispell-find-aspell-dictionaries): Preserve elements of
9167         ispell-dictionary-alist for dictionaries that aspell doesn't report.
9168         (ispell-aspell-find-dictionary): Return nil on error.
9170         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9171         (doctor-symptoms): Likewise.
9173         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9175 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9177         * cus-edit.el (custom-button, custom-button-pressed): New vars.
9178         (custom-raised-buttons): Add :set spec.
9179         (custom-button-unraised, custom-button-pressed-unraised):
9180         New faces, so that custom-raised-buttons actually does something.
9181         (custom-mode): Use custom-button and custom-button-pressed.
9183         * wid-edit.el (widget-specify-button): Don't ignore
9184         widget-mouse-face on graphic terminals.
9185         (widget-move-and-invoke): Cleanup.
9187 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
9189         * whitespace.el (whitespace-cleanup): Doc fix.
9191 2005-10-23  Romain Francoise  <romain@orebokech.com>
9193         * emulation/viper.el (viper-set-hooks): Quote forms passed to
9194         `eval-after-load' to avoid evaluating their result.
9196 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9198         * files.el (directory-listing-before-filename-regexp):
9199         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
9201         * dired.el (dired-move-to-filename-regexp): Remove.
9202         All occurences replaced by `directory-listing-before-filename-regexp'.
9204         * dired-x.el, locate.el, vc.el:
9205         Replace `dired-move-to-filename-regexp' by
9206         `directory-listing-before-filename-regexp'.  In vc.el it is
9207         overwritten locally; maybe this can be handled in files.el too.
9209         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
9210         replaced by `directory-listing-before-filename-regexp'.
9212 2005-10-23  Andreas Schwab  <schwab@suse.de>
9214         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9215         and eval-next-after-load.
9217 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9219         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9220         exist, create it.
9222 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
9224         * allout.el: Remove autoloads for mailcrypt and crypt++.
9225         Require pgg, pgg-gpg during compilation.
9226         (allout-version): Increment version number to 2.1, and use a literal
9227         rather than RCS Id.
9228         (allout-default-encryption-scheme): Remove.
9229         (allout-passphrase-verifier-handling)
9230         (allout-passphrase-verifier-string)
9231         (allout-file-passphrase-verifier-string)
9232         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9233         (allout-passphrase-hint-handling): Rename and simplify.
9234         (allout-init): Use `find-file-hook' if available, otherwise
9235         `find-file-hooks'.
9236         (allout-mode): Use `write-file-functions' if available, otherwise
9237         `local-write-file-hooks' and, instead of making auto-save-hook
9238         buffer local, make the write-file-hook activity contingent to
9239         allout-mode.
9240         (allout-mode): Use key-binding substitution in the docstring.
9241         (allout-kill-line): Spell-out kill ring data structure mutation
9242         instead of using byte-compiler-complaint-provoking `pop'.
9243         (allout-insert-listified): Use `insert' rather than `insert-string'
9244         (allout-toggle-current-subtree-encryption): Update docstring, adjust
9245         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9246         (allout-encrypt-string): Totally revamped vis new underlying
9247         encryption facilities.
9248         (allout-mc-activate-passwd): Remove.
9249         (allout-obtain-passphrase): New, more or less replaces
9250         allout-mc-activate-passwd.
9251         (allout-encrypted-key-info): More or less replaces
9252         allout-encrypted-text-type.
9253         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9254         (my-mark-marker): Use `(featurep 'xemacs)'.
9256 2005-10-23  Lars Hansen  <larsh@soem.dk>
9258         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9259         (byte-compile-file-form-defmumble, byte-compile-defun)
9260         (byte-compile-defmacro): Use it.
9261         (byte-compile-form): Don't call byte-compile-set-symbol-position
9262         when a byte-compile handler is called.
9264 2005-10-22  Romain Francoise  <romain@orebokech.com>
9266         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9268         * subr.el (eval-after-load): Convert library name to an absolute
9269         file name using locate-library, since load-history no longer has
9270         library names in it.
9272 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9274         * files.el (make-temp-file): Move from subr.el.
9275         * subr.el (make-temp-file): Move to files.el.
9277         * window.el (get-buffer-window-list): Move from subr.el.
9278         * subr.el (get-buffer-window-list): Move to window.el.
9280         * image.el (image-load-path): Use eval-at-startup to initialize.
9282         * subr.el (eval-at-startup): New macro.
9284         * subr.el: Much rearrangement of functions and division
9285         into pages.  No code changes.
9287 2005-10-22  Kenichi Handa  <handa@m17n.org>
9289         * tar-mode.el (tar-extract): Be sure to call
9290         find-operation-coding-system if set-auto-coding doesn't find a
9291         coding system.
9293 2005-10-22  Kim F. Storm  <storm@cua.dk>
9295         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9296         Change users.
9297         (image-type-file-name-regexps): New defconst.
9298         (image-type-from-data): Simplify loop.
9299         (image-type-from-buffer): New defun.
9300         (image-type-from-file-header): Use it instead of image-type-from-data.
9301         Use image-search-load-path instead of only looking in data-directory.
9302         (image-type-from-file-name): New defun.
9303         (image-search-load-path): Change `pathname' to `filename'.
9304         Make PATH arg optional, default to image-load-path.
9306 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9308         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9310         * textmodes/paragraphs.el (sentence-end-base): New variable.
9311         (sentence-end): Use sentence-end-base.
9313 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9315         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9316         property independently from the font-lock-multiline variable.
9318 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9320         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9322         * startup.el (command-line): Convert library names
9323         in `load-history' to absolute file names.
9325         * subr.el (symbol-file): Doc fix.
9327         * loadhist.el (file-loadhist-lookup): Call locate-library
9328         instead of find-library-name.  Don't try converting
9329         abs file names to library names, since load-history no longer
9330         has library names in it.
9331         (file-dependents, file-provides, file-requires): Doc fixes.
9333 2005-10-21  Juri Linkov  <juri@jurta.org>
9335         * progmodes/etags.el (tags-table-mode): New function.
9336         (tags-verify-table): Replace initialize-new-tags-table with
9337         tags-table-mode.
9339         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9340         default value.
9341         (desktop-modes-not-to-save): Add tags-table-mode to the
9342         default value.
9344         * info.el (Info-index-next): Add total number of index
9345         alternatives to the message.
9347         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9348         backward only space (instead of space and period) before looking
9349         at sentence end.
9351         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9352         Add the old variable value as 4th default-value arg of read-string.
9354 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9356         * cus-face.el (custom-declare-face): Make face from X resources
9357         also on Mac.
9359         * disp-table.el (standard-display-g1, standard-display-graphic):
9360         Refuse to use string glyphs also on Mac.
9361         (standard-display-european): Don't set terminal coding system also
9362         on Mac.
9364         * frame.el (display-screens): Use x-display-screens also on Mac.
9366 2005-10-21  Romain Francoise  <romain@orebokech.com>
9368         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9370 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9373         and $? into sexps.
9375         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9376         warning face on open-paren-in-column-0.
9378         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9379         boundary case.  Fix typo.
9380         Suggested by Martin Rudalics <rudalics@gmx.at>.
9382 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9384         * textmodes/org.el (org-combined-agenda-icalendar-file)
9385         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9386         (org-export-icalendar-this-file)
9387         (org-export-icalendar-all-agenda-files)
9388         (org-export-icalendar-combine-agenda-files): New commands.
9389         (org-export-icalendar, org-print-icalendar-entries)
9390         (org-start-icalendar-file, org-finish-icalendar-file)
9391         (org-ical-ts-to-string): New functions.
9392         (org-read-date, org-goto-calendar)
9393         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9394         call to `calendar'.
9395         (orgtbl-setup): Remove the :keys arguments from the menu description.
9396         (org-after-save-iCalendar-file-hook): New variable.
9398 2005-10-21  Kenichi Handa  <handa@m17n.org>
9400         * language/vietnamese.el (tcvn-5712): Make it an alias of
9401         vietnamese-tcvn coding-system.
9403 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9405         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9406         group id is given.
9408 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9410         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9411         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9412         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9413         whose line is either continued or ends with a comment.
9415 2005-10-20  Romain Francoise  <romain@orebokech.com>
9417         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9419         * replace.el (occur-engine): Add follow-link property.
9421         * font-core.el (font-lock-mode): Doc fix.
9423 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9425         * net/rcirc.el: New file.
9427 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9429         * term.el (term-term-name): Initialize to "eterm-color".
9431 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9433         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9434         for encryption functionality.
9435         Move allout customization subgroup from `editing' to `outlines' group.
9436         Fix commentary keywords to legitimate ones.
9437         Update author info (using my current email address, obscurified).
9438         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9439         (allout-encrypted-topic-p, allout-encrypted-text-type)
9440         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9441         (allout-situate-encryption-key-verifier)
9442         (allout-get-encryption-key-verifier, allout-verify-key)
9443         (allout-next-topic-pending-encryption)
9444         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9445         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9446         (outline-key-verifier-handling, outline-key-hint-handling)
9447         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9448         (allout-file-key-verifier-string, allout-encryption-scheme)
9449         (allout-key-verifier-string, allout-key-hint-string)
9450         (allout-after-save-decrypt): New variables.
9451         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9452         (allout-after-saves-handler): New hook functions.
9453         (allout-post-command-business): Do allout-after-save-decrypt.
9454         (allout-enable-file-variable-adjustment): Custom var to enable
9455         mechanism for adding and adjusting settings of Emacs file variables.
9456         (allout-adjust-file-variable, allout-file-vars-section-data):
9457         New functions, implement the mechanism.
9458         (outlineify-sticky): Use the file vars mechanism.
9459         (allout-inhibit-protection, allout-during-write-cue)
9460         (allout-override-protect, allout-before-change-protect): Remove.
9461         (allout-flag-region, allout-open-topic): Adjust read-only text.
9462         (allout-open-line-not-read-only): Add to facilitate read-only
9463         text based protection.
9464         (allout-kill-line): Revise to adjust read-only text, clue the
9465         user about the inhibition.
9466         (allout-unprotected): Use unwind-protect.
9467         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9468         topic deeper than the offspring depth of the previous topic -
9469         avoiding confusing "containment discontinuities".
9470         (allout-reindent-bodies): Fix retention of body relative hanging
9471         indent during promotion of collapsed bodies.
9472         (allout-open-topic): Make it easy to open new topic with same
9473         bullet as current topic - topic creation functions provided with
9474         any universal argument provokes now prompt for bullet, defaulting
9475         to the bullet of the previous topic.
9476         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9477         Plain bullet alternates `.' period and `,' comma only.  All other
9478         bullets are relegated to special status (but customizable).
9479         (allout-end-of-entry): Rename from allout-end-of-current-entry
9480         since it actually operates w.r.t. most immediately containing
9481         entry, visible or not.
9482         (allout-hide-current-entry, allout-show-current-entry): Use the
9483         revised version.
9484         (allout-old-expose-topic): Solidify deprecation.
9485         (allout-end-of-subtree): Add so we can span concealed as well
9486         as visible topics.
9487         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9488         (allout-end-of-current-heading): Tweak to just respect the first line.
9489         (allout-get-body-text): Add.
9490         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9491         when invoked interactively.
9492         (allout-up-current-level): Use `interactive-p'.
9493         (allout-mode, allout-init): Miscellaneous docstring and
9494         operational refinements, as well as hookups of new encryption stuff.
9495         (allout-beginning-of-current-entry): Now works as advertised.
9496         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9497         (allout-isearch-rectification): Refine condition for isearching.
9498         (allout-isearch-abort, allout-enwrap-isearch)
9499         (allout-flag-region, my-region-active-p): Relocate some macros.
9500         (allout-title): Fallback title is (buffer-name), not
9501         non-existing (current-buffer-name).
9502         (subst-char-in-string): Define if absent (for some XEmacs versions).
9504 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9506         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9507         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9508         (mail-citation-prefix-regexp, mail-signature-file)
9509         (mail-default-headers, mail-bury-selects-summary)
9510         (mail-send-nonascii): Add autoload cookies.
9512 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9514         * frame.el (blink-cursor-mode): Add `mac' to the list of
9515         window-system's that support blinking cursor.
9517 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9519         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9521 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9523         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9524         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9525         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9527 2005-10-20  Kim F. Storm  <storm@cua.dk>
9529         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9530         (ido-set-current-directory): Don't add / after final @.
9531         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9532         Explicitly handle ange-ftp completion oddities.
9533         (ido-make-file-list): Don't rotate list at tramp root to avoid
9534         triggering tramp file handler for expand-file-name via get-file-buffer.
9536 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9540 2005-10-19  Jay Belanger  <belanger@truman.edu>
9542         * calc/calc-units.el (math-standard-units): Add units, adjust
9543         symbols and update values.
9544         (math-unit-prefixes): Add more prefixes.
9546 2005-10-19  Romain Francoise  <romain@orebokech.com>
9548         * bookmark.el (bookmark-menu-heading): New face.
9549         (bookmark-bmenu-list): Use it.
9550         Don't fiddle with `baud-rate' at top-level.
9552 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9554         * image.el (create-image, find-image): Mention max-image-size in
9555         docstring.
9557 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * savehist.el (savehist-load): Revert to checking XEmacs.
9561         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9562         Various docstring and line-width fixups.
9563         (conf-mode): Use cond.
9564         Set font-lock-defaults.  Don't set comment-use-syntax.
9566 2005-10-18  David Ponce  <david@dponce.com>
9568         * tree-widget.el (tree-widget-button-click): New function.
9569         (tree-widget-button-keymap): Use it.
9571 2005-10-18  Romain Francoise  <romain@orebokech.com>
9573         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9574         (bookmark-bmenu-hide-filenames): Add follow-link property.
9575         Improve help-echo text.
9577         * ffap.el (find-file-at-point): Doc fix.
9579 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9581         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9583 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9585         Install to the CVS repository what I forgot to install in my
9586         2005-10-16 changes.
9588         * progmodes/python.el (python-complete-symbol): Pass the common
9589         prefix substring of completion to `display-completion-list'.
9591         * textmodes/org.el (org-complete): Ditto.
9593 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9595         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9597         * woman.el (WoMan-xref-man-page): New button type derived
9598         from `Man-abstract-xref-man-page'.
9599         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9601         * man.el (Man-abstract-xref-man-page): New button type.
9602         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9603         (Man-highlight-references): Add new optional argument `xref-man-type'.
9605 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9607         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9609 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9611         * cus-edit.el (Custom-move-and-invoke): Delete.
9612         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9614         * wid-edit.el (widget-move-and-invoke): New function, from
9615         Custom-move-and-invoke.
9617 2005-10-17  Bill Wohler  <wohler@newt.com>
9619         Move all remaining images from lisp/toolbar to etc/images, move
9620         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9621         the low resolution images in their own directory (low-color).
9623         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9624         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9625         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9626         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9627         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9628         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9629         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9631         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9632         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9633         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9634         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9635         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9636         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9637         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9638         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9639         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9640         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9641         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9642         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9643         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9644         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9645         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9647         To conform with convention, replace the underscore (_) in the
9648         following image names with dash (-) or (/) as appropriate.
9650         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9651         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9652         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9653         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9654         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9655         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9656         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9657         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9658         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9659         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9660         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9661         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9662         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9663         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9664         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9666         * info.el (info-tool-bar-map): Replace underscores in image names
9667         with dashes.
9669         * makefile.w32-in (WINS): Remove toolbar.
9671         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9673         * tool-bar.el: Move to lisp from toolbar.  Now that
9674         toolbar is empty, it should be deleted when folks run "cvs up -P".
9676 2005-10-18  Jay Belanger  <belanger@truman.edu>
9678         * calc/calc-store.el (calc-store-into): Get the proper variable name
9679         to display in message.
9681 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9683         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9684         expressions display in speedbar for all buffers when debugging.
9685         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9687         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9688         (speedbar-insert-button, speedbar-make-button):
9689         Use add-text-properties.
9690         (speedbar-update-localized-contents)
9691         (speedbar-update-directory-contents)
9692         (speedbar-update-special-contents): Use dolist.
9693         (speedbar-buffer-easymenu-definition): Add a menu separator.
9695 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9697         * makefile.w32-in: Use $(lisp) consistently.
9698         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9699         for shell specific generation of mh-autoloads.
9701 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9703         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9705 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9707         * jit-lock.el (jit-lock-fontify-now):
9708         Move jit-lock-context-unfontify-pos to avoid wasted work.
9710 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9712         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9713         `tramp-completion-mode' for checking if we are in completion mode.
9714         (tramp-completion-handle-file-name-all-completions): Reorder code
9715         in order to complete for file names only in case there are no
9716         method/user/host completions.  This is necessary for cooperation
9717         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9719 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9721         * longlines.el (longlines-search-forward)
9722         (longlines-search-backward): Match any number of spaces.
9724 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9726         * diff-mode.el (diff-mode): Doc fix.
9728 2005-10-16  David Reitter  <david.reitter@gmail.com>
9730         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9731         as default on darwin and windows systems.
9733 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9735         * arc-mode.el (archive-zip-extract): Doc fix.
9737 2005-10-16  Romain Francoise  <romain@orebokech.com>
9739         * mouse.el (mouse-1-click-follows-link): Doc fix.
9741 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9743         * savehist.el: Don't require CL at runtime.
9744         (savehist-xemacs): Remove.
9745         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9746         (savehist-no-conversion): Use (featurep 'xemacs).
9747         (savehist-load): Check existence of start-itimer rather than XEmacs.
9748         Use an idle timer.
9749         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9750         `delete-if-not'.
9752 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9754         * savehist.el: Newer version.
9755         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9756         (savehist-last-checksum, savehist-no-conversion): New vars.
9757         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9758         New functions.
9759         (savehist-load, savehist-save): Use them.
9760         (savehist-delimit): Remove.
9762 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9764         * progmodes/compile.el (compilation-goto-locus): Display the
9765         compilation buffer first and the source buffer second, in case they're
9766         in overlapping frames.  Don't raise the compilation frame if it was the
9767         selected window upon entry.  Pass the `other-window' arg to
9768         pop-to-buffer.
9770         * info.el (Info-fontify-node): Use dolist.
9771         Change add-text-properties to put-text-property.
9773 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9775         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9776         bound of search.
9778 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9780         * dabbrev.el (dabbrev-completion): Pass the common
9781         prefix substring of completion to `display-completion-list'.
9783         * filecache.el (file-cache-minibuffer-complete)
9784         (file-cache-complete): Ditto.
9786         * tempo.el (tempo-display-completions): Ditto.
9788         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9790         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9792         * eshell/em-hist.el (eshell-list-history): Ditto.
9794         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9796         * mail/mailalias.el (mail-complete): Ditto.
9798         * progmodes/etags.el (complete-tag): Ditto.
9800         * progmodes/make-mode.el (makefile-complete): Ditto.
9802         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9804         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9806         * progmodes/pascal.el (pascal-complete-word)
9807         (pascal-show-completions): Ditto.
9809         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9811         * simple.el (completion-common-substring): New variable.
9812         (completion-setup-function): Use `completion-common-substring'
9813         to put faces.
9815 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9817         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9818         (x-get-selection, mac-select-convert-to-string): Convert from/to
9819         UTF-16 clipboard data as in native byte order, no BOM.
9821 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9823         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9824         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9825         (gud-sentinel): Use speedbar-frame to check for speedbar.
9827 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9829         * savehist.el: New file.
9831 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9833         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9834         Fix bug in \bf fontification.
9836 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * pcvs.el (cvs-edit-log-files): New var.
9839         (cvs-mode-edit-log): New arg `file'.
9840         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9841         Instead force the use of the original file and nothing else.
9842         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9843         the cvs-minor-wrap-function is set.
9844         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9846 2005-10-14  Bill Wohler  <wohler@newt.com>
9848         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9849         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9850         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9851         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9852         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9853         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9854         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9855         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9856         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9857         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9858         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9859         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9860         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9861         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9862         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9864         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9865         appropriately (for example, gud-break to gud/break).
9867 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9869         * longlines.el (longlinges-search-function)
9870         (longlines-search-forward, longlines-search-backward): New functions.
9871         (longlines-mode): Set isearch-search-fun-function to
9872         longlinges-search-function.
9874         * mouse.el (mouse-drag-region-1): Handle the case where a
9875         double-click event is bound to an arbitrary function.
9877 2005-10-14  David Ponce  <david@dponce.com>
9879         * recentf.el (recentf-track-opened-file)
9880         (recentf-track-closed-file, recentf-update-menu)
9881         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9882         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9883         mouse-1-click-follows-link.
9885 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9887         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9888         Gnome file-manager.png.  Suggested by
9889         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9891         * toolbar/README: Add diropen.xpm.
9893 2005-10-13  Bill Wohler  <wohler@newt.com>
9895         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9896         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9898 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9901         Don't waste the byte-compiler's time on constant data.
9903 2005-10-13  Kenichi Handa  <handa@m17n.org>
9905         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9906         byte with `escape-glyph' face.
9908         * international/fontset.el (ccl-encode-unicode-font):
9909         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9910         Handle the case that ucs-mule-to-mule-unicode translates a character to
9911         ASCII (usually for IPA characters).
9913 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9916         Don't hide the underline of titles if font-lock-mode is disabled.
9918 2005-10-12  Bill Wohler  <wohler@newt.com>
9920         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9921         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9922         files in MH-E-SRC have been updated.
9923         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9925 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9928         (mixal-mode-syntax-table): Add \n as end-comment.
9929         (mixal-operation-codes-alist): Immediately initialize to full value.
9930         (mixal-add-operation-code): Remove.
9931         (mixal-describe-operation-code): Make the arg non-optional.
9932         Use the interactive spec instead.
9933         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9934         (mixal-font-lock-keywords): Don't highlight comments here any more.
9935         (mixal-font-lock-syntactic-keywords): New var.
9936         (mixal-mode): Use it.  Fix comment-start-skip.
9938 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9940         * startup.el (command-line-x-option-alist): -nb => -nbi
9942 2005-10-12  Kim F. Storm  <storm@cua.dk>
9944         * startup.el (fancy-splash-default-action): Discard mouse click in
9945         the splash screen window, as it has no sensible meaning in the
9946         next window to be selected.  Fixes error reported by Jan D.
9948 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9950         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9952 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9955         Try to fix up minor layout issues like indentation, line break, etc...
9956         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9957         because it doesn't work.
9958         (mixal-operation-codes): Add some more codes.
9959         (mixal-font-lock-keywords): Process comments here.
9960         (mixal-mode): mixasm no longer needs -g option.
9962 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9964         * progmodes/sh-script.el (sh-tmp-file):
9965         Use mktemp -t.  Finish support for es and rc shells.
9967 2005-10-11  Jay Belanger  <belanger@truman.edu>
9969         * calc/calcalg2.el (calc-integral): With an argument, compute the
9970         definite integral.
9972 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9974         * mouse.el (mouse-drag-region-1): Don't try to catch a
9975         double-click when doing follow-link (it's overridden anyway).
9977 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9979         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9980         (autoload-print-form-outbuf): Add docstring.
9982 2005-10-11  Juri Linkov  <juri@jurta.org>
9984         * info.el (Info-mode-menu): Delete menu item "Edit".
9985         (Info-mode): Delete description of Info-edit from docstring,
9986         and rearrange descriptions of Info commands in the order
9987         they are documented in the Info manual.
9989 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9991         * calendar/appt.el (appt-check): Use diary-selective-display var.
9993 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9995         * net/newsticker.el (newsticker-start, newsticker-show-news):
9996         Add autoload cookies.
9998 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
10000         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10002 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
10004         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10006 2005-10-10  Jay Belanger  <belanger@truman.edu>
10008         * calc/calc-arith.el (math-check-known-scalarp)
10009         (math-check-known-matrixp): Check the values of arguments that are
10010         variables.
10011         (math-check-known-square-matrixp): New function.
10012         (math-known-square-matrixp): Use math-check-known-square-matrixp.
10013         (math-super-types): Add sqmatrix type.
10015         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10016         mode name `square' to `sqmatrix'.
10018         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10019         mode name `square' to `sqmatrix'.
10021 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10023         * progmodes/etags.el (select-tags-table-mode): Don't use
10024         selective-display.
10025         (tags-select-tags-table): Pass `button' to the action function.
10026         (select-tags-table): Place the side-info on button properties rather
10027         than in hidden text.  Abbreviate file names.
10028         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10029         (select-tags-table-select): Add `button' argument.
10030         Get side-info from the button property rather than from hidden text.
10032 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
10034         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10035         (gud-speedbar-buttons): Preserve point if possible.
10036         (gud-sentinel): Restore previous speedbar display type.
10038         * progmodes/gdb-ui.el (gdba): Improve diagram.
10039         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10040         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10041         Call get-buffer-window once.
10043 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10046         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10047         (pascal-indent-command): Remove unused var `ind'.
10048         (pascal-indent-case): Remove unused var `oldpos'.
10049         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10050         since it's now used as a proper minor mode map.
10051         (pascal-outline): Rename to pascal-outline-mode.
10052         (pascal-outline-mode): Use define-minor-mode.
10053         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10054         selective-display.
10056 2005-10-10  Andreas Schwab  <schwab@suse.de>
10058         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10059         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
10061         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10062         outside source directory.
10064 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
10066         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10067         C-x' as a prefix.
10068         (orgtbl-mode-map): Full keymap instead of sparse, because all
10069         `self-insert-command' keys are redefined in this map.
10070         (org-export-as-html): Specify charset for HTML file, by taking it
10071         from the coding system.
10073 2005-10-10  Kenichi Handa  <handa@m17n.org>
10075         * textmodes/flyspell.el (flyspell-check-word-p):
10076         If unread-command-events is non-empty, don't call sit-for.
10078 2005-10-09  Richard M. Stallman  <rms@gnu.org>
10080         * font-lock.el (font-lock-syntactic-keywords)
10081         (font-lock-keywords): Doc fixes.
10083         * textmodes/flyspell.el (flyspell-external-point-words):
10084         Simplify logic, and don't try to check for consecutive appearances
10085         of one incorrect word.
10087 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
10089         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10090         separator.
10092         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10093         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10094         (gud-expansion-speedbar-buttons): New function.
10095         (gud-speedbar-buttons): Check for gud-comint-buffer.
10097 2005-10-09  Bill Wohler  <wohler@newt.com>
10099         * Makefile.in (updates): Add mh-loaddefs dependency.
10101 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
10103         * speedbar.el (speedbar-file-key-map): Fix typo.
10105 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10107         * cus-start.el (line-spacing): Add custom spec.
10109 2005-10-09  Romain Francoise  <romain@orebokech.com>
10111         * textmodes/ispell.el (ispell-check-version): Fix last change.
10113 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10115         * term/x-win.el: Remove -i, --icon-type from comment.
10117         * startup.el (command-line-x-option-alist): Remove options -i,
10118         -itype, --icon-type, added -nb, --no-bitmap-icon
10120 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
10122         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10123         instead of :active.
10125 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10127         * textmodes/ispell.el (ispell-check-version):
10128         Ignore hyphen, and all that follows, in aspell's version text.
10130 2005-10-08  Jay Belanger  <belanger@truman.edu>
10132         * calc/calc-arith.el (math-known-square-matrixp): New function.
10133         (math-pow-fancy): Check for matrices before distributing exponent
10134         across products.
10136         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10137         fullscreen keypad.  Suggested by Luc Teirlinck.
10138         (calc-keypad-show-input): Add space for formatting.
10140         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10141         Add square matrix option.
10143         * calc/calc-poly.el (math-expand-term): Check for matrices instead
10144         of checking calc-matrix-mode when deciding how to expand.
10146         * calc/calc.el (calc-set-mode-line): Add square matrix option.
10148 2005-10-08  Lars Hansen  <larsh@soem.dk>
10150         * net/tramp.el (tramp-perl-directory-files-and-attributes):
10151         Add error handling.
10152         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10154 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
10156         Sync with Tramp 2.0.51.
10158         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10159         (tramp-handle-insert-file-contents, tramp-handle-write-region):
10160         Insert special handling for `last-coding-system-used', again
10161         it still seems to be necessary (unlike stated before).
10162         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10163         (tramp-password-prompt-regexp): There might be other words before
10164         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10165         (tramp-chunksize): Improve docstring.
10166         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10167         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
10168         Christian Joergensen <bugs@razor.dk>.
10170 2005-10-07  Glenn Morris  <rgm@gnu.org>
10172         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10173         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10174         precision'.
10176 2005-10-07  Romain Francoise  <romain@orebokech.com>
10178         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10179         (ibuffer-do-shell-command-pipe-replace)
10180         (ibuffer-do-shell-command-file, ibuffer-do-eval)
10181         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10182         (ibuffer-do-revert, ibuffer-do-replace-regexp)
10183         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10184         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10185         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10186         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10187         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10188         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10189         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10190         Autoload file sans suffix.
10192         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10194 2005-10-07  David Ponce  <david@dponce.com>
10196         * recentf.el (recentf-menu-open-all-flag): New option.
10197         (recentf-digit-shortcut-command-name): New function.
10198         (recentf--shortcuts-keymap): New variable.
10199         (recentf-menu-shortcuts): New variable.
10200         (recentf-make-menu-items): Initialize it.  Replace the "More..."
10201         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10202         (recentf-menu-value-shortcut): New function.
10203         (recentf-make-menu-item): Use it.  No more in-lined.
10204         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10205         (recentf-open-most-recent-file): Rename from
10206         `recentf-open-file-with-key'.  Don't depend on key binding.
10207         (recentf-mode-map): New variable.
10208         (recentf-mode): Use it.
10210 2005-10-06  Bill Wohler  <wohler@newt.com>
10212         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
10214         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10215         (MH-E-SRC): New.  Used by mh-autoloads.
10216         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
10217         files in MH-E-SRC have been updated.
10218         (compile, recompile, bootstrap): Depend on mh-autoloads.
10220 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
10222         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10223         gud-break and gud-remove icons when the fringe is not available.
10225         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10226         Typo.
10228 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
10230         * play/zone.el (zone): Wrap body with save-window-excursion.
10232 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10235         Use the new `list-only' arg to diary-list-entries.
10237         * calendar/diary-lib.el: Use overlays rather than selective-display.
10238         (diary-selective-display): New var.
10239         (diary-header-line-format): Use it.
10240         (diary-list-entries): Add argument `list-only'.
10241         Put the buffer in diary-mode.  Don't add \^M at beg and end.
10242         Replace \^M by invisible overlays.
10243         (diary-unhide-everything): Replace \^M by invisible overlays.
10244         (print-diary-entries): Look for overlays rather than \^M.
10245         Add a space to the temp buffer name.
10246         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10247         Put the buffer in diary-mode.
10248         (list-sexp-diary-entries): Replace \^M by invisible overlays.
10249         (diary-anniversary): Make the year arg optional.
10250         (diary-time-regexp): New const.
10251         (diary-font-lock-keywords): Use it to accept a few more time formats.
10253         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10255 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
10257         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10258         Fix bug introduced 2005-07-03: Use (car (last ...))
10259         to faithfully reproduce replaced artist-last.
10260         (artist-set-arrow-points-for-poly): Likewise.
10261         Suggested by Johan Bockg\e,Ae\e(Brd.
10263 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10265         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10266         * wid-edit.el (widget):
10267         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10268         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10270 2005-10-06  Kenichi Handa  <handa@m17n.org>
10272         * international/mule-cmds.el (set-language-environment):
10273         Fix setting up of case-table for unibyte mode.
10275         * simple.el (what-cursor-position): If the character is displayed
10276         by some `display' text property, show that.  Don't use
10277         single-key-description for eight-bit characters in multibyte mode.
10279 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10281         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10282         (gdb-ann3): Set it.
10283         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10284         (gdb-info-frames-custom): Use inverse-video for first five
10285         characters of selected frame only.
10286         (gdb-get-frame-number): Select frame even when point is on frame
10287         number.
10289 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10291         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10292         Put `font-lock-function-name-face'.
10293         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10294         and `font-lock-variable-name-face'
10295         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10296         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10297         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10298         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10299         (gdb-local-font-lock-keywords): New font lock keywords definition.
10300         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10301         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10302         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10304 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10306         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10307         (ediff-merge-region-is-non-clash-to-skip): Previously called
10308         ediff-merge-region-is-non-clash.
10310         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10311         Use insert-buffer-substring.
10313         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10314         selecting files to patch.  Also bug fixes.
10316         * ediff-util.el (ediff-setup): Bug fix.
10317         (ediff-next-difference): Never skip clashes that differ in white
10318         space only.
10320         * ediff-wind.el (ediff-setup-control-frame)
10321         (ediff-destroy-control-frame): Check the menubar feature.
10323         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10324         (viper-refresh-mode-line): Use make-local-variable to localize
10325         some vars instead of make-variable-buffer-local.  Suggested by
10326         Stefan Monnier.
10328         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10329         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10330         Use make-local-variable instead of make-variable-buffer-local.
10331         Suggested by Stefan Monnier.
10333         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10334         (viper-comint-mode-hook): Use make-local-variable on
10335         require-final-newline.
10336         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10338 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10340         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10341         also the second char of a comment-start sequence.
10342         (scheme-sexp-comment-syntax-table): New var.
10343         (lambda, define): Set their scheme-doc-string-elt property.
10344         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10345         Use lisp-font-lock-syntactic-face-function now that it properly
10346         handles |...| symbols.
10347         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10348         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10350         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10351         bit from # to |.
10352         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10354         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10355         (lisp-doc-string-elt-property): New var.
10356         (lisp-font-lock-syntactic-face-function): Use it.
10357         Rewrite to recognize docstrings even for forms not at toplevel.
10359         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10360         annotation on the | part of #| rather than on the # part.
10361         (scheme-font-lock-syntactic-face-function): New function, to
10362         distinguish strings from |...| symbols.
10363         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10364         syntax-table so that #|...|# is properly highlighted.
10366         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10367         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10369 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10372         and C-e.
10374         * emacs-lisp/eldoc.el: Move comments into docstrings.
10375         (eldoc-message-commands): Initialize in its declaration.
10376         Add move-beginning-of-line and move-end-of-line.
10377         (eldoc-add-command, eldoc-add-command-completions)
10378         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10380         * outline.el (outline-mark-subtree): Activate the mark.
10382         * calendar/appt.el (appt-time-regexp): New var.
10383         (appt-add, appt-make-list): Use it.
10384         (appt-convert-time): Clean up.
10386         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10387         Don't set any syntax-table property here.
10388         (tex-font-lock-verb): New function.  Do it here.
10389         (tex-font-lock-syntactic-keywords): Use it.
10391 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10393         * wid-edit.el (widget-file-complete): Get the widget start point
10394         the right way.  Default directory to `/' if file has none.
10396         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10398         * textmodes/flyspell.el (flyspell-mode-on):
10399         Call ispell-maybe-find-aspell-dictionaries.
10401         * textmodes/ispell.el (ispell-word, ispell-region):
10402         Call ispell-maybe-find-aspell-dictionaries.
10403         (ispell-accept-buffer-local-defs):
10404         Don't call ispell-maybe-find-aspell-dictionaries
10406 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10408         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10410 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10412         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10413         instead of `fboundp' in order to allow for anonymous functions.
10415 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10417         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10418         case the user clicks on the link while another window is selected.
10419         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10421         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10422         functionality.
10423         (dframe-help-echo): Save point in case mouse tracking is off.
10425 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10427         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10429 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10432         not change the global value of those vars.
10434         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10435         make-local-variable which we do not need any more.
10437 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10439         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10440         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10441         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10442         (speedbar-path-line): Define obsolete aliases.
10443         (speedbar-line-directory): Doc fix.
10445         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10446         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10447         instead of speedbar-line-path.
10449 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10451         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10452         to nil if dropping on a window.  Handle dropping on a minibuffer window
10453         like dropping on a non-window part of Emacs.
10455 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * net/ange-ftp.el: Use with-current-buffer.
10458         (ange-ftp-insert-directory): Do not follow symlinks any more.
10460         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10461         Remove interactive spec.
10463 2005-10-03  Kim F. Storm  <storm@cua.dk>
10465         * ido.el (ido-mode): Use custom-initialize-set.
10467 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10469         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10470         Use insert-buffer-substring.
10472         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10473         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10475 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10477         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10478         in last change.
10479         (ange-ftp-insert-directory): Fix up the search for the case where
10480         `file' is absolute.
10482 2005-10-02  Romain Francoise  <romain@orebokech.com>
10484         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10486 2005-10-02  Andreas Schwab  <schwab@suse.de>
10488         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10489         directory component in the session info.
10491 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10493         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10495         * simple.el (next-error-internal): New function.
10497         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10498         (compilation-start): Pass new arg to compilation-buffer-name.
10499         (compile-goto-error): Use next-error-internal.
10501 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10503         * speedbar.el: Remove RCS tag.
10504         (speedbar-check-read-only): Handle non-existent files.
10506         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10508         * info.el (Info-speedbar-hierarchy-buttons)
10509         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10511 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10513         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10514         Do not match newline.
10515         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10516         (bibtex-summary): Remove unnecessary save-excursion.
10517         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10519 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10521         * term/mac-win.el: Add charset info for "iso10646-1".
10522         Modify default fontset to use ATSUI-compatible fonts for some charsets
10523         if available.
10525 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10527         * speedbar.el: Re-apply arch tag.
10528         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10529         M. Ludlam.
10530         Reapply two changes from Emacs CVS' version of speedbar lost
10531         during the merge:
10532         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10533         (speedbar-frame-parameters): Improve customize type.
10535 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10538         (ange-ftp-file-directory-p): Fix the symlink case.
10539         (ange-ftp-insert-directory): When listing a single file, get a list of
10540         the parent buffer and extract the relevant line.  Inspired from a patch
10541         by Katsumi Yamaoka <yamaoka@jpl.org>.
10542         (ange-ftp-file-name-sans-versions): Simplify.
10544 2005-09-30  Bill Wohler  <wohler@newt.com>
10546         Move MH-E image files from toolbar and mail directories into
10547         etc/images.
10549         * mail/reply2.*: Move to etc/images/mail/reply*.
10551         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10552         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10553         etc/images.
10555         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10556         * toolbar/reply*: Move to etc/images/mail.
10558         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10560 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10562         * speedbar.el: New version 1.0pre3.
10564         Frame management code (including timer, and mouse click specifics)
10565         moved to dframe.el:
10566         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10567         (speedbar-timer): Removed.  Use dframe-timer.
10568         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10569         (speedbar-activity-change-focus-flag): Removed.  Use
10570         dframe-activity-change-focus-flag.
10571         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10572         dframe-update-speed.
10574         (speedbar-current-frame): New macro.  Use this instead of the
10575         variable speedbar-frame.
10577         (speedbar-use-images, speedbar-expand-image-button-alist)
10578         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10580         (speedbar-find-image-on-load-path): Removed.  Replaced by
10581         defezimage in ezimage.el.
10582         (speedbar-expand-image-button-alist): Removed.  Replaced by
10583         ezimage-expand-image-button-alist in ezimage.el.
10585         (speedbar-ignored-directory-regexp)
10586         (speedbar-add-ignored-directory-regexp)
10587         (speedbar-ignored-directory-expressions)
10588         (speedbar-line-directory, speedbar-buffers-line-directory)
10589         (speedbar-directory-line, speedbar-buffers-line-directory):
10590         Renamed, replacing `path' with `directory'.
10592         (speedbar-create-directory, speedbar-expand-line-descendants)
10593         (speedbar-toggle-line-expansion)
10594         (speedbar-contract-line-descendants): New commands.
10596         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10597         (speedbar-use-tool-tips-flag): New options.
10599         (speedbar-check-read-only, speedbar-require-version)
10600         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10601         (speedbar-handle-delete-frame, speedbar-try-completion)
10602         (speedbar-update-localized-contents): New functions.
10604         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10605         (speedbar-object-read-only-indicator): New variables.
10607         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10608         New hooks.
10610         (speedbar-separator-face): New face.
10612         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10613         (speedbar-ignored-modes): Add fundamental-mode.
10614         (speedbar-directory-unshown-regexp): Add . directories.
10616         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10617         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10618         `]' for full expand/close.
10619         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10621         (speedbar-check-vc): Support hidden files.
10622         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10623         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10624         state is nil, it is not checked out.
10626         (speedbar-line-text, speedbar-line-token): Support expand buttons
10627         with no text.
10628         (speedbar-refresh): Universal argument acts as power-click.
10629         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10630         that buffer to get variable values.
10632         And many other bugfixes.
10634         * dframe.el, ezimage.el, sb-image.el: New files.
10636         * sb-*.xpm: Remove files.  New image files installed into
10637         etc/images/ezimage.
10639 2005-09-30  Kenichi Handa  <handa@m17n.org>
10641         * ps-mule.el (ps-mule-show-warning): If a character is in
10642         ps-print-translation-table, don't treat it as non-printable.
10644 2005-09-30  David Ponce  <david@dponce.com>
10646         * tree-widget.el (tree-widget-themes-load-path): New variable.
10647         (tree-widget-themes-directory): Doc fix.
10648         (tree-widget-image-formats) [Emacs]: Doc fix.
10649         (tree-widget--locate-sub-directory): New function.
10650         (tree-widget-themes-directory): Use it.
10652         * recentf.el (recentf-filename-handlers): Rename from
10653         `recentf-filename-handler'.  Allow a list of functions.
10654         (recentf-menu-items-for-commands): Fix :help strings.
10655         (recentf-apply-filename-handlers): New function.
10656         (recentf-expand-file-name): Use it.
10657         (recentf-cleanup): Remove duplicates too.
10659 2005-09-29  Juri Linkov  <juri@jurta.org>
10661         * faces.el: Rearrange face definitions to be in the same order as
10662         their face descriptions in "(emacs)Standard Faces".
10664         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10666         * tooltip.el (tooltip): Add group `basic-faces'.
10668         * buff-menu.el (Buffer-menu-buffer): Remove group
10669         `font-lock-highlighting-faces'.
10671         * progmodes/compile.el (compilation-error, compilation-warning)
10672         (compilation-info, compilation-line-number, compilation-column-number):
10673         Change group from `font-lock-highlighting-faces' to `compilation'.
10675         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10676         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10677         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10678         (vhdl-font-lock-reserved-words-face)
10679         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10680         `font-lock-highlighting-faces'.
10682         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10684 2005-09-28  Kim F. Storm  <storm@cua.dk>
10686         * emulation/cua-base.el: Set CUA move property on additional commands:
10687         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10688         forward-sexp, backward-sexp, forward-list, backward-list.
10690 2005-09-28  Romain Francoise  <romain@orebokech.com>
10692         * comint.el (comint-show-output): Really set point at the
10693         beginning of the output when not using `comint-use-prompt-regexp'.
10695 2005-09-27  Jay Belanger  <belanger@truman.edu>
10697         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10698         in TeX mode.
10700 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10702         * textmodes/org.el (org-table-sum): Fix format string.
10704         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10705         Quote face names.
10707 2005-09-26  Romain Francoise  <romain@orebokech.com>
10709         * isearch.el (isearch-forward-regexp): Close doc string.
10711 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10713         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10715         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10717         * progmodes/compile.el (compilation-error-properties):
10718         When getting the file from the previous error message,
10719         correctly decode the new data format.
10721         * progmodes/cc-cmds.el (c-electric-paren):
10722         Call old-blink-paren only for close-paren.
10724 2005-09-24  Andreas Schwab  <schwab@suse.de>
10726         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10727         condition.
10729 2005-09-25  Romain Francoise  <romain@orebokech.com>
10731         * dired-aux.el (dired-copy-file-recursive):
10732         * dired.el (dired-delete-file):
10733         * ediff-mult.el (ediff-dir-diff-copy-file):
10734         * ediff-util.el (ediff-test-save-region):
10735         * forms.el (forms-mode):
10736         * ido.el (ido-file-internal, ido-delete-file-at-head):
10737         * log-edit.el (log-edit-done):
10738         * ses.el (ses-yank-resize):
10739         * play/gomoku.el (gomoku-human-plays, gomoku)
10740         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10741         (gomoku-offer-a-draw):
10742         * play/landmark.el (lm-human-resigns, lm):
10743         * net/eudcb-ldap.el (eudc-ldap-check-base):
10744         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10745         * progmodes/ebrowse.el (ebrowse-find-pattern):
10746         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10747         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10748         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10750         * vc.el (vc-delete-file):
10751         * play/gomoku.el (gomoku-terminate-game, gomoku)
10752         (gomoku-prompt-for-move, gomoku-human-takes-back):
10753         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10754         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10756 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10758         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10759         color rxvt terminals by using the code xterm.el used to use before
10760         2005-04-09 in order to match the colors used by rxvt.
10762 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10764         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10765         colors rxvt-unicode terminals by using the same code as xterm.el.
10767 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10769         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10770         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10771         new symbol used for the tex-verbatim face.
10773 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10775         * woman.el (woman-file-name):
10776         * wid-edit.el (widget-file-prompt-value)
10777         (widget-coding-system-prompt-value):
10778         * w32-fns.el (set-w32-system-coding-system):
10779         * vc.el (vc-version-diff, vc-annotate):
10780         * textmodes/reftex-auc.el (reftex-arg-cite)
10781         (reftex-arg-index-tag):
10782         * textmodes/refer.el (refer-get-bib-files):
10783         * textmodes/artist.el (artist-figlet-choose-font):
10784         * terminal.el (terminal-emulator):
10785         * replace.el (occur-read-primary-args):
10786         * rect.el (string-rectangle, string-insert-rectangle):
10787         * ps-print.el (ps-print-preprint):
10788         * progmodes/pascal.el (pascal-goto-defun):
10789         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10790         * progmodes/compile.el (compilation-find-file):
10791         * printing.el (pr-interactive-n-up):
10792         * play/animate.el (animate-birthday-present):
10793         * net/rcompile.el (remote-compile):
10794         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10795         * mail/rmailsum.el (rmail-summary-search-backward)
10796         (rmail-summary-search):
10797         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10798         (rmail-output-read-file-name):
10799         * mail/rmail.el (rmail-search, rmail-search-backwards):
10800         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10801         * locate.el (locate):
10802         * international/quail.el (quail-show-keyboard-layout):
10803         * international/mule.el (set-buffer-file-coding-system)
10804         (revert-buffer-with-coding-system, set-file-name-coding-system)
10805         (set-terminal-coding-system, set-keyboard-coding-system)
10806         (set-next-selection-coding-system):
10807         * international/mule-diag.el (describe-coding-system)
10808         (describe-font, describe-fontset):
10809         * international/mule-cmds.el (universal-coding-system-argument)
10810         (search-unencodable-char, describe-input-method)
10811         (set-language-environment, describe-language-environment):
10812         * international/codepage.el (codepage-setup):
10813         * international/code-pages.el (codepage-setup):
10814         * info.el (Info-search, Info-follow-reference)
10815         (Info-search-backward):
10816         * emacs-lisp/advice.el (ad-read-advised-function)
10817         (ad-read-advice-class, ad-clear-cache, ad-activate)
10818         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10819         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10820         (ad-read-regexp):
10821         * ediff-util.el (ediff-toggle-regexp-match):
10822         * ediff-ptch.el (ediff-prompt-for-patch-file):
10823         * dired-aux.el (dired-diff):
10824         * diff.el (diff):
10825         * cus-edit.el (custom-variable-prompt):
10826         * calendar/timeclock.el (timeclock-ask-for-project):
10827         * calc/calcalg3.el (calc-get-fit-variables):
10828         * calc/calc-store.el (calc-edit-variable)
10829         (calc-permanent-variable):
10830         * vc-mcvs.el (vc-mcvs-register):
10831         * shadowfile.el (shadow-define-literal-group):
10832         * woman.el (woman-file-name):
10833         * vc.el (vc-version-diff, vc-merge):
10834         * textmodes/reftex-index.el (reftex-index-complete-tag):
10835         * format.el (format-decode-buffer, format-decode-region):
10836         * emulation/viper-cmd.el (viper-read-string-with-history):
10837         * emacs-lisp/debug.el (cancel-debug-on-entry):
10838         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10839         * ediff.el (ediff-merge-revisions)
10840         (ediff-merge-revisions-with-ancestor, ediff-revision):
10841         * completion.el (interactive-completion-string-reader):
10842         * calc/calc-prog.el (calc-user-define-formula):
10843         Follow convention for reading with the minibuffer.
10845 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10847         * progmodes/python.el (python-describe-symbol): Add globals() and
10848         locals() to the arguments of emacs.ehelp.
10850 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10852         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10853         New function, code extracted from ispell-valid-dictionary-list.
10854         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10855         Call it.
10857 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10859         * subr.el (version-regexp-alist): Extend valid syntax for version
10860         strings: allow any of the characters -,_,+ to separate the
10861         alpha/beta/rc part from the version part.  Doc fix.
10862         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10864 2005-09-23  David Reitter  <david.reitter@gmail.com>
10866         * mail/mailclient.el: New file.
10868 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10870         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10871         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10872         Doc fixes.
10874         * progmodes/cc-mode.el (c-font-lock-init):
10875         Specify font-lock-lines-before.
10877 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10879         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10880         whole conflict.
10882 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10884         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10885         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10886         of `remap' feature when available.  Additional key bindings for
10887         better tty support.
10888         (org-mode-restart, org-force-self-insert): New commands.
10889         (org-time-stamp-inactive): New command.
10890         (org-remap): New function.
10891         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10892         (org-enable-fixed-width-editor): Move to `org-structure'
10893         customization group.
10894         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10895         blank field after field motion commands.
10897 2005-09-23  Kenichi Handa  <handa@m17n.org>
10899         * international/mule-cmds.el (set-language-environment):
10900         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10901         have to call utf-translate-cjk-load-tables.
10903 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10905         * mouse.el (mouse-move-drag-overlay): Fix last change.
10907 2005-09-22  David Ponce  <david@dponce.com>
10909         * tree-widget.el (tree-widget-value-create): Fix previous change.
10911 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10913         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10915 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * mouse.el (mouse-move-drag-overlay): New function.
10918         (mouse-drag-region-1): Use it.
10919         Try to simplify a bit the state handling.  Handle clicks on links
10920         inside intangible areas.
10921         (mouse-save-then-kill): Minor simplification.
10922         (mouse-secondary-overlay): Make it always non-nil instead of
10923         recreating it each time.
10924         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10925         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10926         Simplify accordingly.
10928 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10930         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10932 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10934         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10935         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10936         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10937         to patch.
10939         * ediff-util.el: Use insert-buffer-substring.
10941         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10943         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10944         field boundaries in the minibuffer.
10945         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10946         (viper-minibuffer-post-command-hook): New hook.
10947         (viper-line): Don't move cursor at bolp.
10949         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10951         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10952         avoid compiler warnings.
10954         * emulation/viper-macs.el (ex-map): Better messages.
10956         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10958         * emulation/viper.el: Replace make-variable-buffer-local with
10959         viper-make-variable-buffer-local everywhere, to avoid warnings.
10961 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10963         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10964         Delete unused var `old-selected-window'.
10965         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10966         (mouse-drag-secondary): Delete unused var `start-frame'.
10968 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10970         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10972 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10974         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10975         Re-indent within 80 columns.  Use inhibit-read-only.
10977 2005-09-19  Romain Francoise  <romain@orebokech.com>
10979         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10981 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10984         unconditionally, since the after-change-function already did it.
10986 2005-09-19  Miles Bader  <miles@gnu.org>
10988         * net/newsticker.el: Get rid of CVS keyword.
10990 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10992         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10993         The prompt is formatted later.
10995 2005-09-19  David Ponce  <david@dponce.com>
10997         * tree-widget.el (tree-widget-value-create): Save the converted
10998         tree :node widget.
11000 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
11002         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11003         variable `message'.
11005 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
11007         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11008         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
11009         <slawomir.nowaczyk.847@student.lu.se>.
11011 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
11013         * image.el (image-load-path): Use symbol `data-directory' instead
11014         of its value, for backward compatibility with packages that bind
11015         it during `find-image'.  Suggested by Katsumi Yamaoka.
11016         (image-search-load-path): Handle symbols whose values are strings.
11018 2005-09-18  Romain Francoise  <romain@orebokech.com>
11020         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11021         with-current-buffer form in save-excursion.
11023 2005-09-18  D Goel  <deego@gnufans.org>
11025         * apropos.el (apropos-command): Fix `message' call: first arg
11026         should be a format spec.  In this and all other cases that appear
11027         below and elsewhere in the source code, I made a change only when
11028         two conditions were satisfied: [1] I can think of a possibility
11029         that the arguments would cause an error, for example, the code in
11030         question relies on external variables such as filenames.  [2] I
11031         was sure that the arg to `message' could not have been nil in the code.
11033         * textmodes/tildify.el (tildify-region): Ditto.
11035         * textmodes/reftex-index.el (reftex-index-change-entry)
11036         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11037         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11038         * textmodes/org.el (org-complete, org-deadline, org-schedule)
11039         (org-priority, org-table-sum):
11040         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11041         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11042         (flyspell-word, flyspell-display-next-corrections):
11043         * textmodes/bibtex.el (bibtex-print-help-message):
11044         * textmodes/artist.el (artist-key-set-point-poly):
11045         * term/mac-win.el (mac-services-insert-text):
11046         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11047         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11048         (vhdl-port-paste-testbench, vhdl-compose-new-component)
11049         (vhdl-compose-configuration):
11050         * progmodes/sh-script.el (sh-blink, sh-show-indent)
11051         (sh-set-indent, sh-learn-line-indent):
11052         * progmodes/ps-mode.el (ps-mode-target-column):
11053         * progmodes/idlwave.el (idlwave-make-tags)
11054         (idlwave-scan-library-catalogs):
11055         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11056         * progmodes/gud.el (gud-jdb-analyze-source):
11057         * progmodes/flymake.el (flymake-log):
11058         * progmodes/ebnf2ps.el (ebnf-generate-region):
11059         * progmodes/cmacexp.el (c-macro-expansion):
11060         * progmodes/ada-xref.el (ada-treat-cmd-string):
11061         * progmodes/ada-mode.el (ada-create-case-exception-substring)
11062         (ada-justified-indent-current, ada-batch-reformat):
11063         * play/zone.el (zone):
11064         * play/landmark.el (lm-move):
11065         * play/decipher.el (decipher-show-alphabet):
11066         * net/newsticker.el (newsticker--display-jump)
11067         (newsticker--display-scroll):
11068         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11069         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11070         * mail/feedmail.el (feedmail-dump-message-to-queue):
11071         * eshell/esh-proc.el (eshell-remove-process-entry):
11072         * emulation/ws-mode.el (ws-last-error):
11073         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11074         (viper-record-kbd-macro):
11075         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11076         * emacs-lisp/lisp-mnt.el (lm-report-bug):
11077         * emacs-lisp/find-func.el (find-function-noselect):
11078         * calendar/timeclock.el (timeclock-status-string)
11079         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11080         (timeclock-when-to-leave-string):
11081         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11082         * calc/calc-units.el (calc-enter-units-table):
11083         * calc/calc-mode.el (calc-mode-record-mode):
11084         * woman.el (woman-mini-help):
11085         * wdired.el (wdired-change-to-wdired-mode):
11086         * vc.el (vc-retrieve-snapshot):
11087         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11088         * startup.el (display-startup-echo-area-message):
11089         * simple.el (set-goal-column):
11090         * ses.el (ses-command-hook, ses-recalculate-cell):
11091         * server.el (server-process-filter):
11092         * printing.el (pr-interface-txt-print, pr-interface-printify)
11093         (pr-interface-ps):
11094         * pcvs.el (cvs-help):
11095         * log-edit.el (log-edit, log-edit-mode-help):
11096         * iswitchb.el (iswitchb-possible-new-buffer):
11097         * isearch.el (isearch-edit-string):
11098         * image-mode.el (image-mode, image-minor-mode):
11099         * ibuf-macs.el (define-ibuffer-filter):
11100         * hi-lock.el (hi-lock-find-patterns):
11101         * files.el (toggle-read-only):
11102         * ediff-util.el (ediff-copy-diff)
11103         (ediff-write-merge-buffer-and-maybe-kill):
11104         * echistory.el (Electric-history-undefined):
11105         * dnd.el (dnd-insert-text):
11106         * dired-aux.el (dired-query):
11107         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11108         * bookmark.el (bookmark-bmenu-locate):
11109         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11110         Fix `message' calls to ensure first arg is a format string.
11111         The change was made only when these two conditions were satisfied:
11112         [1] when there is a possibility that the arguments would cause an error
11113         for example, if the code in question relies on external variables
11114         such as filenames, and
11115         [2] if the arg to `message' could not have been nil in the code.
11117         * pcomplete.el (pcomplete--help): Fix `message' format spec.
11118         Not having a %s would be weird, though not technically wrong.
11120 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11122         * term/mac-win.el (mac-add-charset-info): Doc fix.
11124 2005-09-17  Romain Francoise  <romain@orebokech.com>
11126         * shell.el (shell-resync-dirs): Handle echoing processes more
11127         reliably.  Don't insert resync command if `comint-process-echoes'
11128         is non-nil.
11130 2005-09-17  Magnus Henoch  <mange@freemail.hu>
11132         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11133         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11134         aspell versions >= 0.60.
11135         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11136         only if ispell-aspell-supports-utf8 is non-nil.
11138 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11140         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11141         buffer-local value to lisp-indent-function.
11143 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
11145         * progmodes/glasses.el (glasses-make-readable): If
11146         glasses-separator differs from underscore, put appropriate
11147         overlays over underscore characters.
11148         (glasses-convert-to-unreadable): If glasses-separator differs from
11149         underscore, try to convert glasses-separator characters to
11150         underscores.
11152 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11155         Use with-syntax-table and dolist.
11157 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
11159         * textmodes/reftex-auc.el:
11160         * textmodes/reftex-cite.el:
11161         * textmodes/reftex-dcr.el:
11162         * textmodes/reftex-global.el:
11163         * textmodes/reftex-parse.el:
11164         * textmodes/reftex-ref.el:
11165         * textmodes/reftex-sel.el:
11166         * textmodes/reftex-toc.el:
11167         * textmodes/reftex-vars.el:
11168         * textmodes/reftex.el: Small changes to remove compiler warnings.
11170         * textmodes/reftex-index.el: Likewise.
11171         (reftex-query-index-phrase): More efficient use of markers.
11173 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11175         * image.el (image-load-path): New variable.
11176         (image-search-load-path): New function.
11177         (find-image): Search for images in `image-load-path'.
11179 2005-09-15  Richard M. Stallman  <rms@gnu.org>
11181         * follow.el: Change Maintainer field.
11183 2005-09-15  David Ponce  <david@dponce.com>
11185         * recentf.el (recentf-save-file-modes): New option.
11186         (recentf-save-list): Use it.
11188 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
11190         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11191         (mode-line-mule-info, mode-line-modified): Move bindings from
11192         mouse-3 to mouse-1.
11194 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11196         * simple.el (sendmail-user-agent-compose): Revert last change.
11198 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11200         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11201         Use with-current-buffer.
11202         (ange-ftp-gwp-start): Remove unused var `gw-user'.
11203         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11204         (ange-ftp-insert-directory): Remove unused var `short'.
11205         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11207         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11208         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11210         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11211         (check-calendar-holidays, diary-list-entries): Autoload.
11212         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11213         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11215         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11216         which mistakenly removed a call to display-buffer.
11218 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
11220         * obsolete/iso-insert.el: Move to obsolete/ from international/.
11222 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
11224         * progmodes/hideshow.el
11225         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11226         (hs-allow-nesting): New user var.
11227         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11228         (hs-hide-block-at-point): When nesting allowed,
11229         if there is already an overlay in place, delete it.
11230         (hs-safety-is-job-n): Delete func; remove call sites.
11231         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11232         (hs-overlay-at): New func.
11233         (hs-already-hidden-p, hs-show-block): Use it.
11234         (hs-hide-all): Don't pre-clean if nesting allowed.
11235         (hs-show-all): Temporarily disallow
11236         nesting around call to `hs-discard-overlays'.
11238 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
11240         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11241         Delete unused local var.
11243 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
11245         * help-fns.el (describe-categories): "?\ " -> "?\s".
11246         (help-do-arg-highlight): Recognize also ARG-n, as in
11247         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
11249         * international/codepage.el (dos-unsupported-char-glyph):
11250         * net/newsticker.el (tool-bar-map, w3-mode-map)
11251         (w3m-minor-mode-map):
11252         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11253         (ent-alist):
11254         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11256 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
11258         * custom.el (custom-push-theme): Handle the case where a symbol is
11259         bound but face properties have not yet been assigned.
11261         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11262         Fix behavior if noerase is `t' and there is no mail buffer.
11264         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11265         if `continue' is nil, rather than signal an error.
11267 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11269         * font-lock.el (font-lock-keywords): Add autoload.
11271         * help-fns.el (describe-variable): Rearrange to put source link
11272         in a predictable place.
11274         * net/newsticker.el: New file.
11276 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11278         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11279         (calendar-basic-setup): Use the new nil arg.
11280         (number-of-diary-entries): Move to diary-lib.el.
11282         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11283         (diary-list-entries): Use with-syntax-table and dolist.
11284         Rename from list-diary-entries.
11285         Use number-of-diary-entries if `number' is nil.
11286         (diary, diary-view-entries): Use this new name and new nil arg value.
11287         (number-of-diary-entries): Move from calendar.el.
11288         (diary-unhide-everything): New function.
11289         (include-other-diary-files, fancy-diary-display)
11290         (diary-show-all-entries, make-diary-entry): Use it.
11291         (diary-mail-entries): Use buffer-string.
11292         (mark-diary-entries): Fix long standing paren typo.
11293         (diary-sexp-entry): Use count-lines.
11294         (make-diary-entry): Avoid `previous-line'.
11295         (diary-mode-map): New var.
11296         (diary-mode): Redraw cal after saving.  Setup header-line.
11297         (fancy-diary-display-mode): Use local-set-key.
11299         * startup.el (command-line): Try calling various terminal-init-foo-bar
11300         functions by stripping hyphenated suffixes from $TERM.
11302         * files.el (normal-mode): Check boundness of font-lock-keywords.
11304 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11306         * progmodes/compile.el: Don't decide a file's directory
11307         until the user actually tries to go there.
11308         (compilation-next-error-function):
11309         Pass compilation-find-file the directory from the file-struct.
11310         (compilation-internal-error-properties): Separate local FILE-STRUCT
11311         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11312         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11313         Expand it, and if nil, use default-directory.
11314         (compilation-get-file-structure): Don't mix specified directory
11315         with default directory.  Put specified directory into
11316         file-struct.  Don't make the file name absolute.
11318         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11319         (compile-command): Add autoload.
11320         (compilation-disable-input): Add autoload.
11322 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11324         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11325         strings of the variables it can override.
11326         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11327         %Q and %q, for fully-qualified domain name and unqualified host name.
11329 2005-09-11  Kim F. Storm  <storm@cua.dk>
11331         * emacs-lisp/authors.el (authors-aliases): Update list.
11332         (authors-fixed-entries): Update mldrag.el entry.
11334 2005-09-10  Alan Mackenzie  <acm@muc.de>
11336         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11337         from the region narrowed to.
11339 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11341         * textmodes/ispell.el (ispell-check-version): Signal an error if
11342         aspell version is less than 0.60.
11344 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11346         * progmodes/octave-inf.el (inferior-octave-startup):
11347         Resync current dir at the end.
11349 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11351         * woman.el (woman-topic-at-point-default):
11352         Rename to woman-use-topic-at-point-default.
11353         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11354         (woman-file-name): Reflect renames above.  Automatically use the
11355         word at point as topic if woman-use-topic-at-point is non-nil.
11356         Otherwise offer it as default but don't insert it in the
11357         minibuffer.  Also use `test-completion' instead of `assoc' as
11358         suggested by Stefan Monnier.
11360 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11362         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11363         the attempt to do it over Tramp.  This is not yet supported.
11365 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11367         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11368         (menu-bar-non-minibuffer-window-p): New functions.
11369         ("Split Window", "Save As..."): Use them.
11370         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11371         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11372         Use menu-bar-menu-frame-live-and-visible-p.
11373         ("Save Buffer", "Insert File", "Open Directory...")
11374         ("Open File...", "Visit New File..."):
11375         Use menu-bar-non-minibuffer-window-p.
11376         (kill-this-buffer-enabled-p, dired <menu-enable>):
11377         Use menu-bar-non-minibuffer-window-p.
11379 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11381         * cus-start.el (all): Don't complain about fringe-related
11382         built-ins if fringes are not supported.  Ditto about
11383         selection-related built-ins.  Fix the test for GTK-related built-ins.
11385         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11386         ("Postscript Print Buffer", "Print Region", "Save As...")
11387         ("Save", "Insert File...", "Open Directory...")
11388         ("Open File...", "Visit New File..."")
11389         ("Truncate Long Lines in this Buffer"): Don't look at
11390         menu-updating-frame if this display does not support multiple frames.
11392 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11394         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11396 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11398         * woman.el: Format- and whitespace-related changes.
11400 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11402         * woman.el: Fix my email address.
11404 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11406         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11407         (sh-mode): Locally set skeleton-pair-default-alist.
11409         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11411         * progmodes/flymake.el: Require `compile' unconditionally.
11413         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11415         * woman.el (woman-file-name): Provide a default, not initial input.
11417         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11419         * font-lock.el (font-lock-support-mode): Doc fix.
11421         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11423 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11425         * simple.el (blink-matching-open): Get rid of text props from
11426         the string shown in echo area.  Don't permanently set point.
11427         Some rearrangements.
11429 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11431         * recentf.el (recentf-filename-handler): Add custom choice
11432         `abbreviate-file-name'.
11434         * msb.el (msb--very-many-menus): Fix typo.
11436         * disp-table.el (standard-display-european): Don't set
11437         enable-multibyte-characters to nil.
11439 2005-09-08  David Ponce  <david@dponce.com>
11441         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11442         (recentf-expand-file-name): Doc fix.
11443         (recentf-dialog-mode-map): Define digit shortcuts.
11444         (recentf--files-with-key): New variable.
11445         (recentf-show-digit-shortcut-filter): New function.
11446         (recentf-open-files-items): New function.
11447         (recentf-open-files): Use it.
11448         (recentf-open-file-with-key): New command.
11450 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11452         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11453         Suggested by Kim F. Storm.
11454         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11455         (Buffer-menu-make-sort-button): Use global keymap.
11457 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11459         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11460         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11461         necessary any longer with the remapped command.
11462         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11463         formatting time only.
11465         * net/tramp.el (tramp-action-password)
11466         (tramp-multi-action-password): Compile the password prompt from
11467         `method', `user' and `host'.  Sometimes it isn't obvious which
11468         password to enter, for example with remote files offered by
11469         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11470         <robert@chezmarshall.freeserve.co.uk>.
11472 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11474         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11475         Fix regexp for when "s///" is at the beginning of line.
11477 2005-09-07  Jay Belanger  <belanger@truman.edu>
11479         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11480         when in matrix mode.
11482 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11485         non-anonymous functions.
11487 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11489         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11490         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11492         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11493         can't be moved; don't signal an error.
11495 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11497         * cus-theme.el (custom-theme-write-faces): Save the current face
11498         spec, not the defface spec.
11500         * custom.el (custom-known-themes): Clarify meaning of "standard".
11501         (custom-push-theme): Save old values in the standard theme.
11502         (disable-theme): Correct typo.
11503         (custom-face-theme-value) Deleted unused function.
11504         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11506 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11508         * progmodes/compile.el (compilation-goto-locus): Take into account
11509         iconified frames when determining whether the buffer is
11510         already visible.
11511         Don't reset window height if the window already existed.
11513 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11515         * custom.el (load-theme): Rename from require-theme.
11516         Add interactive spec.
11517         (enable-theme): Rename from custom-enable-theme.
11518         Add interactive spec.
11519         (disable-theme): Rename from custom-disable-theme.
11520         Add interactive spec.
11521         (custom-make-theme-feature): Doc fix.
11522         (custom-theme-directory): Doc fix.
11523         (provide-theme): Call enable-theme.
11525 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         * obsolete/lazy-lock.el (lazy-lock-mode):
11528         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11529         font-lock-mode if it's off.  Print a warning instead.
11531         * progmodes/compile.el (compilation-start): Ignore errors if the
11532         process died before we get to send-eof.
11534         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11535         Undo last change.  Enclosing the result in quotes broke things on Unix
11536         since tex-send-command passes it through shell-quote-argument.
11537         (tex-send-command): Pass `file' through convert-standard-filename
11538         when possible.
11539         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11540         info in a transcript.
11542 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11544         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11545         fix compilation warning.  Reorder the key definitions to group
11546         together keys emitted by the current version of xterm.
11548         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11549         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11550         Reorder predicates to correct min-color usage.
11552 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11554         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11555         Kill local variables when longlines-mode is turned off.
11557 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11561         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11563         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11565         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11566         (font-lock-lines-before): Change default to being inactive.
11567         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11568         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11570 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11572         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11573         Deactivate temporarily advice if active (not needed for Emacs 22,
11574         but for backwards compatibility).
11575         (tramp-exists-file-name-handler): Rewrite.  First implementation
11576         was too simple.
11577         (tramp-advice-make-auto-save-file-name):
11578         Call `tramp-handle-make-auto-save-file-name' (again, just for
11579         backwards compatibility).
11581 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11583         * progmodes/vhdl-mode.el
11584         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11585         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11586         (vhdl-set-default-project): New function (easier setting of default).
11587         (vhdl-port-copy): Handle extended identifiers for generics.
11588         (vhdl-compiler-alist): Better description for error message regexp.
11589         (vhdl-make): Query for target, use previous as default.
11590         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11591         (vhdl-font-lock-keywords-2): Fix fontification for record
11592         el. assign.
11593         (vhdl-speedbar-make-subpack-line): Add package body link.
11594         (vhdl-generate-makefile-1): Not include itself as dependency.
11595         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11596         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11597         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11598         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11599         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11600         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11601         (vhdl-import-project): Add string argument for `error'.
11602         (vhdl-compose-configuration)
11603         (vhdl-compose-configuration-architecture): Add configuration
11604         declaration generation.
11605         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11606         (vhdl-trailer-re): Add "record" keyword (better indentation).
11607         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11608         "[^ \t-\"]+".
11609         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11610         (vhdl-testbench-entity-file-name)
11611         (vhdl-testbench-architecture-file-name): Allow separate
11612         customization of testbench file names.
11613         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11614         (vhdl-get-visible-signals): Allow newline within alias declaration.
11615         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11616         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11617         (member-ignore-case): Alias for missing function in XEmacs.
11618         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11619         (vhdl-update-sensitivity-list): Ignore case on read signals.
11620         (vhdl-replace-string): Adjust case only for file names.
11621         (vhdl-update-sensitivity-list): Fix search for read signals.
11622         (vhdl-update-sensitivity-list): Exclude formal parameters.
11623         (vhdl-get-visible-signals): Include aliases of signals.
11624         (vhdl-get-visible-signals): Fix signal name searching.
11625         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11626         (vhdl-fixup-whitespace-region): Fix for character
11627         literals (e.g. `:').
11629 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11631         * ansi-color.el (comint-last-output-start):
11632         * bs.el (font-lock-verbose):
11633         * diff-mode.el (add-log-buffer-file-name-function):
11634         * dired-x.el (vm-folder-directory):
11635         * faces.el (help-xref-stack-item):
11636         * files.el (font-lock-keywords):
11637         * find-lisp.el (dired-buffers, dired-subdir-alist):
11638         * ido.el (cua-inhibit-cua-keys):
11639         * log-view.el (cvs-minor-wrap-function):
11640         * outline.el (font-lock-warning-face):
11641         * simple.el (compilation-current-error):
11642         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11643         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11644         * tooltip.el (comint-prompt-regexp):
11645         * w32-fns.el (explicit-shell-file-name):
11646         * term/mac-win.el (mac-charset-info-alist)
11647         (mac-services-selection, mac-system-script-code):
11648         * term/tty-colors.el (msdos-color-values):
11649         * term/w32-win.el (xlfd-regexp-registry-subnum):
11650         * term/x-win.el (x-keysym-table, x-selection-timeout)
11651         (x-session-id, x-session-previous-id):
11652         * textmodes/ispell.el (mail-yank-prefix):
11653         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11654         * textmodes/org.el (calc-embedded-close-formula)
11655         (calc-embedded-open-formula)
11656         (font-lock-unfontify-region-function):
11657         * textmodes/reftex-global.el (isearch-next-buffer-function)
11658         (TeX-master):
11659         * textmodes/reftex.el (font-lock-keywords):
11660         * textmodes/tex-mode.el (font-lock-comment-face)
11661         (font-lock-doc-face):
11662         * textmodes/texinfo.el (outline-heading-alist):
11663         Add defvars.
11665         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11666         (artist-spray-chars, artist-mode-init, artist-replace-string)
11667         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11668         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11669         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11671         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11672         (conf-align-assignments): "?\ " -> "?\s".
11674         * textmodes/reftex-index.el (TeX-master): Add defvar.
11675         (reftex-index-phrases-marker): Move up defvar.
11677         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11678         (reftex-toc-include-labels-indicator)
11679         (reftex-toc-include-index-indicator)
11680         (reftex-toc-max-level-indicator): Move up declarations.
11682         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11683         of args to `tramp-run-real-handler', even if it's empty in this case.
11685 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11687         * dired.el (dired-move-to-filename-regexp): Add date format for
11688         Mac OS X 10.3 in East Asian locales.
11690 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11692         * files.el (make-auto-save-file-name): Add file name handler call
11693         if applicable.
11695         * net/tramp.el (tramp-file-name-handler-alist)
11696         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11697         (tramp-handle-make-auto-save-file-name): Rename from
11698         `tramp-make-auto-save-file-name'.
11699         (tramp-exists-file-name-handler): New defun.
11700         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11701         `make-auto-save-file-name' is not a magic file name operation.
11703 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11705         * files.el (risky-local-variable-p):
11706         Match `-predicates' and `-commands.
11708         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11709         (custom-save-all): Visit the file if necessary;
11710         kill the buffer if we created it.
11711         (custom-save-delete): Don't visit file or kill buffer here.
11713 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11715         * textmodes/org.el (org-special-keyword): New face.
11716         (org-table-copy-down, org-table-eval-formula)
11717         (org-table-recalculate, org-init-section-numbers):
11718         Use `string-to-number' instead of `string-to-int'.
11719         (org-get-location): Use `insert-buffer-substring' instead of
11720         `insert-buffer'.
11721         (org-modify-diary-entry-string): New function.
11722         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11723         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11724         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11725         active region.
11726         (org-export-as-html): Handle QUOTE keyword.
11727         (org-quote-string): New option.
11728         (org-bookmark-jump-unhide): New function, used for
11729         `bookmark-after-jump-hook'.
11730         (org-diary-default-entry): Apply only when not called through
11731         `org-agenda'.
11733 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11735         * net/eudc.el (mode-popup-menu):
11736         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11737         * progmodes/ada-mode.el (compile-auto-highlight)
11738         (skeleton-further-elements):
11739         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11740         * progmodes/cmacexp.el (msdos-shells):
11741         * progmodes/compile.el (font-lock-extra-managed-props)
11742         (font-lock-keywords, font-lock-maximum-size)
11743         (font-lock-support-mode):
11744         * progmodes/grep.el (font-lock-lines-before):
11745         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11746         * progmodes/mixal-mode.el (compile-command):
11747         * progmodes/perl-mode.el (font-lock-comment-face)
11748         (font-lock-doc-face, font-lock-string-face):
11749         * progmodes/prolog.el (comint-prompt-regexp):
11750         * progmodes/sh-script.el (font-lock-comment-face)
11751         (font-lock-set-defaults, font-lock-string-face):
11752         * progmodes/sql.el (font-lock-keyword-face)
11753         (font-lock-set-defaults, font-lock-string-face):
11754         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11755         (itimer-version, lazy-lock-defer-contextually)
11756         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11757         Add defvars.
11759         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11760         (cperl-electric-keyword, cperl-electric-pod)
11761         (cperl-electric-backspace, cperl-forward-re)
11762         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11763         (vc-rcs-header, vc-sccs-header): Add defvars.
11765         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11766         (font-lock-syntactic-keywords, gud-find-expr-function):
11767         Add defvars.
11769         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11770         (gdb-frame-parameters): Declare before use.
11772         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11773         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11774         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11775         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11777         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11778         (idlwave-help-with-source): Use `insert-buffer-substring', not
11779         `insert-buffer'.
11781 2005-08-29  Juri Linkov  <juri@jurta.org>
11783         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11784         Put outline-back-to-heading function call inside save-excursion.
11786 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11788         * man.el (Man-init-defvars, Man-translate-references)
11789         (Man-support-local-filenames, Man-highlight-references):
11790         * progmodes/sql.el (sql-interactive-mode):
11791         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11793         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11794         (compilation-mode-font-lock-keywords): Add defvars.
11795         (checkdoc-interactive-loop): "?\ " -> "?\s".
11797         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11798         (font-lock-doc-face, font-lock-string-face)
11799         (font-lock-keywords-case-fold-search): Add defvars.
11800         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11802         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11803         Don't pass X and Y (they are ignored anyway).
11804         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11805         (mouse-delete-window): Make arguments optional.
11807         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11808         (caesar-translate-table, minor-modes, news-buffer-save)
11809         (news-group-name, news-minor-modes): Add defvars.
11811         * emacs-lisp/lselect.el (mouse-highlight-priority)
11812         (x-lost-selection-functions, zmacs-regions):
11813         * emacs-lisp/pp.el (font-lock-verbose):
11814         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11815         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11816         (ses-mode-map):
11817         * emacs-lisp/tcover-unsafep.el (safe-functions):
11818         * international/mule-cmds.el (mac-system-coding-system)
11819         (mac-system-locale):
11820         * language/ethio-util.el (rmail-current-message)
11821         (rmail-message-vector):
11822         * language/thai-util.el (thai-auto-composition-mode):
11823         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11824         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11825         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11826         (vm-primary-inbox, vm-spool-files):
11827         * mail/rmail.el (deleted-head, font-lock-fontified)
11828         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11829         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11830         (total-messages):
11831         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11832         (rmail-summary-mode-map):
11833         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11834         (rmail-last-label, rmail-last-multi-labels)
11835         (rmail-summary-vector, rmail-total-messages):
11836         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11837         * mail/rmailsum.el (msgnum):
11838         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11839         (rmail-current-message):
11840         * obsolete/fast-lock.el (font-lock-face-list):
11841         * obsolete/rnewspost.el (mail-reply-buffer):
11842         * obsolete/scribe.el (compile-command):
11843         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11845 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11847         * ibuf-ext.el (ibuffer-auto-update-changed):
11848         Use `frame-or-buffer-changed-p' to check whether we need to update.
11849         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11850         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11851         as a `frame-or-buffer-changed-p' state vector instead.
11853 2005-08-27  Romain Francoise  <romain@orebokech.com>
11855         * textmodes/makeinfo.el (makeinfo-compile):
11856         Use `compilation-start'.  Set `next-error-function' according to
11857         `disable-errors'.
11858         (makeinfo-next-error): New function.
11859         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11860         (makeinfo-buffer): Likewise.
11862         * progmodes/compile.el (compilation-start): Add autoload cookie.
11864         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11865         * textmodes/sgml-mode.el: Likewise.
11866         * progmodes/python.el: Likewise.
11868 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11870         * simple.el (blink-matching-paren-distance): Document the meaning
11871         of nil value, and allow to customize to nil.
11873         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11874         command.com, not command.exe.
11876 2005-08-26  John Wiegley  <johnw@newartisans.com>
11878         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11879         code around a bit so that an extraneous nil argument is not added
11880         to a command when no args are given.
11882         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11883         double-quoted argument resolves to nil, return it as an empty
11884         string rather than as nil.  This made it impossible to pass "" to
11885         a shell script as a null string argument.
11887 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11889         * outline.el (outline-invent-heading): New fun.
11890         (outline-promote, outline-demote): Use it.
11891         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11892         (outline-end-of-subtree): Remove unused var `opoint'.
11894 2005-08-26  David Reitter  <david.reitter@gmail.com>
11896         * menu-bar.el (truncate-lines, write-file, print-buffer)
11897         (ps-print-buffer-faces, ps-print-buffer, split-window):
11898         Disable menu items when the frame they refer to is invisible, or when
11899         they refer to a buffer and the minibuffer is selected.
11901 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11903         * progmodes/flymake.el (flymake-highlight-err-lines):
11904         Use save-excursion around flymake-highlight-line to preserve point.
11906 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11908         * progmodes/octave-mod.el: Change Author and Maintainer address.
11909         (octave-maintainer-address): Change Kurt's email address.
11910         * progmodes/octave-inf.el: Change Author and Maintainer address.
11911         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11913 2005-08-26  Kim F. Storm  <storm@cua.dk>
11915         * subr.el (version-list-<, version-list-<=, version-list-=):
11916         Rename from integer-list-*.
11917         (version-list-not-zero): Likewise.  Fix while loop.
11918         (version=): Use version-list-= instead of string-equal.
11920 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11922         * outline.el (outline-promote): Try shortening the heading.
11923         As last resort, read the heading to use.
11924         (outline-demote): As last resort, read the heading to use.
11926 2005-08-26  Romain Francoise  <romain@orebokech.com>
11928         * progmodes/compile.el (compilation-start): Doc fix.
11930         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11931         (antlr-font-lock-additional-keywords): Fix reference to
11932         `antlr-font-lock-literal-regexp' erroneously changed during the
11933         mass face rename.
11934         (antlr-run-tool): Use `compilation-start'.
11936         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11937         instead of the obsolete `compile-internal'.
11939 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11941         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11942         (number, original-date):
11943         * calendar/cal-china.el (date):
11944         * calendar/cal-coptic.el (date):
11945         * calendar/cal-french.el (date):
11946         * calendar/cal-hebrew.el (date, entry, number, original-date):
11947         * calendar/cal-islam.el (date, number, original-date):
11948         * calendar/cal-iso.el (date):
11949         * calendar/cal-julian.el (date):
11950         * calendar/cal-mayan.el (date):
11951         * calendar/cal-menu.el (date, event):
11952         * calendar/cal-persia.el (date):
11953         * calendar/lunar.el (date):
11954         * calendar/solar.el (date): Add defvars.
11956         * emerge.el:
11957         * ibuffer.el:
11958         * info-xref.el:
11959         * obsolete/bg-mouse.el:
11960         * obsolete/sun-curs.el:
11961         * obsolete/swedish.el: Move the `defvar's to the top level.
11963         * smerge-mode.el (smerge-refined-change): Add :group.
11965 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11968         (smerge-keep-n): Remove props.
11969         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11970         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11971         now that it's done in smerge-keep-n.
11972         (smerge-refined-change): New face.
11973         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11974         (smerge-refine): New funs.
11975         (smerge-basic-map): Bind smerge-refine.
11977 2005-08-25  Juri Linkov  <juri@jurta.org>
11979         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11980         compilation-process-setup-function and compilation-disable-input
11981         in grep-mode instead of let-bindings in grep.
11983         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11984         Delete "Automatic File De/compression" (auto-compression-mode).
11986 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11988         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11989         Silence warning about non-existent variable.
11991 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11993         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11994         Rename "Describe Key" to "Describe Key or Mouse Operation".
11996         * mail/mailalias.el (build-mail-aliases): Delete comments
11997         from the contents before processing them.
11999         * isearch.el (isearch-edit-string): Erase the Search prompt
12000         if user enters an empty string and there is no default.
12002         * comint.el (comint-file-name-prefix): Add autoload.
12004 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
12006         * subr.el (play-sound): Rearrange to avoid warning.
12008 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
12010         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12011         New hook.
12012         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12014 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12016         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12018         * custom.el (custom-theme-set-variables): Sort minor modes last.
12020 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12022         * subr.el (version-separator, version-regexp-alist): New vars used by
12023         version comparison funs.
12024         (integer-list-<, integer-list-=, integer-list-<=)
12025         (integer-list-not-zero): New funs for integer list comparison.
12026         (version-to-list, version=, version<, version<=): New funs for version
12027         comparison.
12029 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
12031         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12032         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12033         time to silence the byte-compiler.
12035         * ibuffer.el (ibuffer-compile-make-eliding-form)
12036         (ibuffer-check-formats): Use `with-no-warnings' to hide references
12037         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12038         so it's silly to get warnings for it).
12039         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12040         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12041         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12042         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12043         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12044         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12045         Defvar at compile time.
12046         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12047         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12048         Declare them before use.
12050         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12051         (info-xref-good, info-xref-bad): Defvar at compile time.
12053         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12054         Use `let*' instead of `let'.
12056         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12057         (*mouse-y*, menu, char): Defvar at compile time.
12058         (sc::menu): Declare it before use.
12059         (sc::pack-one-line): Use `let', not `let*'.
12061         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12062         (mail-send-hook): Defvar at compile time.
12064         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12065         Defvar at compile time.
12067         * term/sun-mouse.el (current-global-mousemap)
12068         (current-local-mousemap): Declare them before use.
12070 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
12072         * bookmark.el (bookmark-after-jump-hook): New hook.
12073         (bookmark-jump): Run `bookmark-after-jump-hook'.
12075 2005-08-23  Juri Linkov  <juri@jurta.org>
12077         * faces.el (minibuffer-prompt): Doc fix.
12079 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
12081         * progmodes/xscheme.el: Trivial changes to silence warnings.
12082         (xscheme-previous-mode, xscheme-previous-process-state):
12083         Add defvars.
12084         (xscheme-last-input-end, xscheme-process-command-line)
12085         (xscheme-process-name, xscheme-buffer-name)
12086         (xscheme-expressions-ring-max, xscheme-expressions-ring)
12087         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12088         (xscheme-control-g-synchronization-p)
12089         (xscheme-control-g-disabled-p, xscheme-string-receiver)
12090         (default-xscheme-runlight, xscheme-runlight)
12091         (xscheme-runlight-string, xscheme-process-filter-state)
12092         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12093         Move to beginning of file.
12094         (scheme-interaction-mode-commands-alist)
12095         (scheme-interaction-mode-map, scheme-debugger-mode-map):
12096         Declare them before use.  Note: the initialization code for the variables
12097         has not been moved because it uses functions that reference the variables.
12098         (xscheme-control-g-message-string, xscheme-process-filter-alist)
12099         (xscheme-prompt-for-expression-map): Declare them before use.
12100         (scheme-debugger-mode-commands): "?\ " -> "?\s".
12102 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
12104         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12106 2005-08-22  Juri Linkov  <juri@jurta.org>
12108         * faces.el (set-face-underline): Delete this duplicate function
12109         and make an obsolete alias to set-face-underline-p.
12110         (set-face-underline-p): Use docstring of set-face-underline.
12111         (describe-face): Create hyperlink to parent face.
12113         * info.el (Info-insert-dir): Use save-excursion around
12114         insert-buffer-substring.
12115         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12116         (Info-escape-percent): Delete function.
12117         (Info-fontify-node): Replace Info-escape-percent by
12118         replace-regexp-in-string with REP arg set to lambda that
12119         duplicates `%' and preserves text properties.
12121         * progmodes/compile.el (compilation-disable-input): Doc fix.
12122         (define-compilation-mode): Doc fix and refill.
12123         (kill-compilation): Use `mode-name' in the error message.
12124         (compilation-find-file): Use `compilation-error' in the
12125         read-file-name's prompt.
12127 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12130         (smerge-auto-leave): Make undo re-enable the mode.
12131         (debug-ignored-errors): Add the user-error of impossible resolution.
12132         (smerge-resolve): Move things around a bit, in preparation for later.
12133         (smerge-diff): Don't fail if the buffer has no associated file.
12134         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12135         (smerge-conflict-overlay): New function.
12136         (smerge-match-conflict): Don't add text properties here.
12137         (smerge-find-conflict): Instead, add an overlay here.
12138         Also check for the case where we're inside a conflict already, so as to
12139         obviate the need for font-lock-multiline, which is unbearably slow with
12140         large conflicts and ciomplex font-lock patterns.
12141         (smerge-remove-props): Remove overlay rather than text-properties.
12142         (smerge-mode): Don't set font-lock-multiline.
12143         Remove overlays when turned off.
12145 2005-08-21  Kim F. Storm  <storm@cua.dk>
12147         * ido.el (ido-ignore-item-p): Use save-match-data.
12148         Bind case-fold-search to ido-case-fold locally.
12150 2005-08-20  Richard M. Stallman  <rms@gnu.org>
12152         * files.el (normal-mode): If font lock is on, turn it off and on.
12154         * subr.el (replace-regexp-in-string): Doc fix.
12156         * startup.el (command-line-1): Don't suppress startup screen
12157         due to existing processes.
12159         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12161         * progmodes/compile.el (compilation-disable-input): Default to nil.
12163 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12165         * progmodes/compile.el (compilation-disable-input): New defcustom.
12166         (compilation-start): If compilation-disable-input is non-nil, send
12167         EOF to the compilation process.
12169 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
12171         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12172         Run the argument of tex-shell-cd-command through
12173         convert-standard-filename, to get the correct style of slashes on
12174         Windows, and enclose the result in quotes, in case the file name
12175         includes whitespace or other special characters.
12177 2005-08-19  Andreas Schwab  <schwab@suse.de>
12179         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12180         process.
12182 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
12184         * cus-start.el (minibuffer-prompt-properties): Correct typo.
12186 2005-08-18  Kim F. Storm  <storm@cua.dk>
12188         * scroll-lock.el: Fix errors due to incorrect line wrapping.
12190 2005-08-18  Richard M. Stallman  <rms@gnu.org>
12192         * scroll-lock.el: New file.
12194 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
12196         * dired.el (dired-move-to-end-of-filename):
12197         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12199 2005-08-18  Kim F. Storm  <storm@cua.dk>
12201         * ido.el (ido-everywhere): Fix defcustom :set function to disable
12202         rather than toggle mode when custom value is nil.
12203         (ido-everywhere): Fix defun doc string.
12205 2005-08-17  Richard M. Stallman  <rms@gnu.org>
12207         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12208         as tag instead of "Inviolable".
12210 2005-08-17  Kim F. Storm  <storm@cua.dk>
12212         * windmove.el (windmove-coordinates-of-position): Remove.
12213         (windmove-coordinates-of-window-position): Remove.
12214         (windmove-reference-loc): Use posn-at-point instead.
12216         * subr.el (insert-for-yank-1): Doc fix.
12218         * ido.el (ido-enter-matching-directory): Rename from
12219         ido-enter-single-matching-directory.  Change `slash' choice to
12220         `only'.  Add `first' choice.
12221         (ido-exhibit): Adapt to above changes.
12223 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
12225         * Makefile.in: Expand comment about building loaddefs.el.
12227 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
12229         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12230         Comment use of defadvice.
12232         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12234 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
12236         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12237         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12238         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12239         * progmodes/idlw-shell.el, progmodes/ld-script.el,
12240         * progmodes/which-func.el, ruler-mode.el, strokes.el,
12241         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12242         for backward compatibility for faces that did not appear in the
12243         previous Emacs release.
12245         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12247 2005-08-15  Kim F. Storm  <storm@cua.dk>
12249         * emulation/cua-base.el (cua-delete-region): Return t if
12250         deleted region was non-empty.
12251         (cua-replace-region): Inhibit overwrite-mode for
12252         self-insert-command if replaced region was non-empty.
12253         (cua--explicit-region-start, cua--status-string): Make them
12254         buffer-local at top-level...
12255         (cua-mode): ...rather than when mode is enabled.
12257 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
12259         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12260         Set t for Emacs 21, 22, and so on.
12262 2005-08-15  David Ponce  <david@dponce.com>
12264         * tree-widget.el: Update Commentary header.
12265         (tree-widget-theme): Doc fix.
12266         (tree-widget-space-width): New option.
12267         (tree-widget-image-properties): Look up in the default theme too.
12268         (tree-widget--cursors): Only for images with arrow pointer shape.
12269         (tree-widget-lookup-image): Pointer shape is hand by default.
12270         (tree-widget-icon): Rename generic icon widget from
12271         `tree-widget-control'.
12272         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12273         derive from `tree-widget-icon'.
12274         (tree-widget-handle): Improve default look and feel of the text
12275         representation.
12276         (tree-widget): Rename :*-control properties to :*-icon properties.
12277         Add :action and :help-echo properties.
12278         (tree-widget-after-toggle-functions): Move.
12279         (tree-widget-close-node, tree-widget-open-node): Remove.
12280         (tree-widget-before-create-icon-functions): New hook.
12281         (tree-widget-value-create): Update to allow customization of icons
12282         and nodes at run-time via that new hook.
12283         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12284         (tree-widget-icon-action, tree-widget-icon-help-echo)
12285         (tree-widget-action, tree-widget-help-echo): New functions.
12287 2005-08-15  Kim F. Storm  <storm@cua.dk>
12289         * ido.el (ido-buffer-internal): Use with-no-warnings.
12290         (ido-make-merged-file-list): Use while-no-input.
12292 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12294         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12295         (flyspell-large-region): Fix doc and custom type.
12297 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12299         * files.el (interpreter-mode-alist): Doc fix.
12301         * mail/rmail.el (rmail-nonignored-headers): New variable.
12302         (rmail-clear-headers): Use it.
12303         (rmail-reply): Better handling of mail-followup-to header.
12305         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12306         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12307         don't try to refer to executable-font-lock-keywords.
12308         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12309         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12310         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12311         (sh-mode): Set comment-start-skip, local-abbrev-table,
12312         imenu-case-fold-search.
12313         (sh-set-shell): Don't set them here.
12314         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12315         Don't cache the results in the original alist; don't ever modify
12316         that alist.
12318         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12320         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12321         empty.
12323 2005-08-15  Andreas Schwab  <schwab@suse.de>
12325         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12327         * dired.el, info.el, mail/rmail.el: Revert last change.
12329 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12331         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12332         modification in `eval-after-load' form.
12333         * info.el: Likewise.
12334         * mail/rmail.el: Likewise.
12336 2005-08-14  Juri Linkov  <juri@jurta.org>
12338         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12339         Remove highlighting of "Compilation started".  Highlight only
12340         the word "finished" in "Compilation finished".  Add highlighting
12341         of "interrupt", "killed", "terminated" and the exit code.
12342         (compilation-start): Add newline after header.  Use exactly the
12343         same time stamp format as the finishing message.
12344         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12346         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12347         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12348         Add highlighting of "interrupt", "killed", "terminated".
12350         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12351         enabled and the current command is self-insert-command, call it
12352         explicitly with overwrite-mode bound to nil, to not allow it
12353         to delete the character after the selected region.
12355 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12357         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12358         move-end-of-line, end-of-line, and beginning-of-line to the list
12359         of commands after which the echo area is updated.
12361 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12363         * cus-edit.el (custom-save-all, custom-save-delete):
12364         Bind recentf-exclude to exclude custom-file.
12366 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12368         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12369         to go to the bottom of the mail message.  Added to
12370         `rmail-summary-mode-map' with key "/".
12371         (rmail-summary-show-message): New (internal) function for use by
12372         both `rmail-summary-beginning/end-of-message'.
12373         (rmail-summary-beginning-of-message): Change to use
12374         rmail-summary-show-message.
12376         * mail/rmail.el (rmail-end-of-message): New command to go to the
12377         end of the current message.  Added to `rmail-mode-map' with key "/".
12378         (rmail-beginning-of-message): Fix to work as documented.
12379         (rmail-mode): Change documentation.
12381         * progmodes/compile.el (compilation-start): Add the line
12382         "Compilation started" with compilation start time.
12383         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12385 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12387         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12388         of menu items.
12390 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12392         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12394         * battery.el (battery-status-function): Don't use ignore-errors.
12396 2005-08-11  Lute Kamstra  <lute@gnu.org>
12398         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12399         define-obsolete-variable-alias.
12401 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12403         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12404         (ange-ftp-send-cmd): Revert last change, and expand
12405         the comment explaining the problem.
12407 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12409         * ldefs-boot.el: Update.
12411         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12412         item to "Time, Load and Mail".  Change help echo text.
12414         * time.el (display-time-use-mail-icon, display-time-format)
12415         (display-time-string-forms): Shorten first line of docstrings.
12417 2005-08-10  Lars Hansen  <larsh@soem.dk>
12419         * desktop.el (desktop-buffer-mode-handlers):
12420         Make non-customizable.  Add autoload cookie.  Change initial value to
12421         nil; add elements in respective modules instead.  Fix doc string.
12422         (desktop-load-file): New function.
12423         (desktop-minor-mode-handlers): New autoloaded variable.
12424         (desktop-create-buffer): Call minor mode handlers.
12425         Use desktop-load-file to load major and minor mode modules prior to
12426         checking for a handler.
12427         (desktop-save): Don't add nil to desktop-minor-modes for minor
12428         modes with nil function in desktop-minor-mode-table.  Don't delete
12429         desktop file before rewriting it.
12430         (desktop-locals-to-save): Add autoload cookie.  Don't make
12431         automatically buffer-local.  Add variables column-number-mode,
12432         size-indication-mode, indent-tabs-mode,
12433         indicate-buffer-boundaries, indicate-empty-lines and
12434         show-trailing-whitespace.
12435         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12436         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12437         (desktop-clear-preserve-buffers-regexp): Delete.
12438         (desktop-clear-preserve-buffers): Update initial value and docstring.
12439         (desktop-save-buffer): Fix doc string.
12441         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12442         (hilit-chg-desktop-restore): New function.
12443         (highlight-changes-mode): Add highlight-changes-mode to
12444         desktop-locals-to-save.
12446         * dired.el: Add handler to desktop-buffer-mode-handlers.
12447         (dired-restore-desktop-buffer): Remove autoload cookie.
12448         (dired-mode): Add autoload cookie.
12450         * info.el: Add handler to desktop-buffer-mode-handlers.
12451         (Info-restore-desktop-buffer): Remove autoload cookie.
12452         (Info-mode): Add autoload cookie.
12454         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12455         (mh-restore-desktop-buffer): Remove autoload cookie.
12456         (mh-folder-mode): Add autoload cookie.
12458         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12459         (rmail-restore-desktop-buffer): Remove autoload cookie.
12461 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12463         * hexl.el (hexl-address-region):
12464         (hexl-ascii-region, hexl-font-lock-keywords):
12465         (hexl-highlight-line-range): Use the term "region"
12466         instead of "area" for consistency with the other symbols
12467         defined in hexl.el.
12469 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12471         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12472         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12473         out by Juri Linkov).  Add `display-battery-mode'.
12475 2005-08-09  Juri Linkov  <juri@jurta.org>
12477         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12478         Remove `-text' from face variable names.
12479         (compilation-error-file-name, compilation-warning-file-name)
12480         (compilation-info-file-name): Delete faces.
12481         (compilation-line-number, compilation-column-number):
12482         Remove face underlining.
12483         (compilation-message-face): Set to `underline' value by default.
12484         (compilation-error-face, compilation-warning-face)
12485         (compilation-info-face): Remove `-file-name' from face names.
12486         (compilation-error-text-face, compilation-warning-text-face)
12487         (compilation-info-text-face): Delete face variables.
12488         (compilation-text-face): Delete function.
12490         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12491         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12492         (grep-error-face): Set to `compilation-error' instead of
12493         `compilation-error-face' (which is redefined to `grep-hit-face' in
12494         grep buffers).
12495         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12496         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12498         * dired-aux.el (dired-do-query-replace-regexp):
12499         Use `query-replace-read-args'.
12501         * replace.el (query-replace-read-from, query-replace-read-to)
12502         (query-replace-read-args): Rename arg `string' to `prompt'.
12504         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12506 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12508         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12509         uploading files.
12510         (ange-ftp-canonize-filename): Handle file names beginning with ~
12511         correctly.
12513 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12515         * textmodes/fill.el (canonically-space-region)
12516         (fill-context-prefix, fill-french-nobreak-p)
12517         (fill-delete-newlines, fill-comment-paragraph)
12518         (justify-current-line): "?\ " -> "?\s".
12520 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12522         * textmodes/fill.el (fill-nonuniform-paragraphs):
12523         Improve argument/docstring consistency.
12525 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12527         * textmodes/ispell.el (ispell-word): More fboundp checks.
12529         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12530         (find-file-noselect-1): Call it here, only if RAWFILE.
12531         (normal-mode): Always set some major mode.
12532         (save-some-buffers-action-alist): Change some explanation strings.
12533         (file-name-non-special): In the `quote' method, use unwind-protect.
12535 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12537         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12538         (ispell-have-aspell-dictionaries): New variable.
12539         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12540         (ispell-get-aspell-config-value): New function.
12541         (ispell-aspell-find-dictionary): New function.
12542         (ispell-aspell-add-aliases): New function.
12543         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12544         appropriate.  Don't look for ispell dictionaries if we use aspell.
12545         (ispell-menu-map): Don't build a submenu of dictionaries.
12547 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12549         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12550         (sql-read-passwd): Use read-passwd.
12552         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12553         (idlwave-toolbar-is-possible): Add defvars.
12555         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12556         Avoid warnings.
12558         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12559         (idlwave-system-class-info, idlwave-executive-commands-alist):
12560         Use defvar.
12562         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12564         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12565         Avoid warnings.
12567         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12568         and content-type: headers.
12570         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12572         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12573         and rename some of them to be more self-explanatory.
12575         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12577         * startup.el (command-line-1): Implement -scriptload.
12579         * replace.el (occur-engine): Initial *Occur* output not undoable.
12581         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12582         and improve help strings.
12584         * isearch.el (isearch-repeat): When changing direction,
12585         mark search successful.
12587         * ediff-init.el: Use (featurep 'xemacs).
12589         * comint.el (send-invisible): Identify buffer, if not selected.
12591         * align.el: Delete autoload for c-guess-basic-syntax.
12593 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12595         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12596         Improve argument/docstring consistency.  Doc fixes.
12597         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12598         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12599         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12600         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12601         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12602         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12603         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12604         Defvar at compile time.
12606 2005-08-09  Juri Linkov  <juri@jurta.org>
12608         * info.el: Replace `info' with upper-case `Info' where appropriate.
12609         (info-title-1, info-title-2, info-title-3, info-title-4)
12610         (info-menu-header): Move up face definitions.
12611         (info-menu-star): Rename from `info-menu-5'.
12612         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12613         (Info-fontify-visited-nodes): Fix docstring.
12614         (Info-hide-note-references): Fix docstring.
12615         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12616         menu items in the same way as on cross-references.
12617         (info-apropos): Fix sorting order and formatting to be like in the
12618         stand-alone Info browser.  Display error messages for 1 sec.
12619         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12620         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12621         from the menu bar.
12622         (Info-insert-dir): Restore point after calling
12623         `insert-buffer-substring'.
12625 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12627         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12628         (recompute-lucid-menubar): Add defvars.
12630         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12632         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12634         * net/net-utils.el (run-dig): Rename from `dig'.
12636         * play/gametree.el (gametree-mode): Use make-local-variable,
12637         not make-variable-buffer-local.
12639         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12641         * ansi-color.el (ansi-color-make-extent)
12642         (ansi-color-set-extent-face): Use fboundp, not functionp.
12644         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12645         not make-variable-buffer-local.
12647         * bookmark.el (Info-current-file): Add defvar.
12648         (bookmark-jump-noselect): Use with-no-warnings.
12650         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12652         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12654         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12656         * find-file.el (ada-procedure-start-regexp)
12657         (ada-package-start-regexp): Add defvars.
12659         * info.el (Info-insert-dir): Use insert-buffer-substring.
12661         * xml.el (xml-att-def-re): Add defvar.
12663         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12664         calling convention.
12666         * subr.el (while-no-input): Return t if there is input.
12668 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12670         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12672 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12674         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12675         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12677 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12679         * cmuscheme.el (scheme-start-file): Replace reference to
12680         `user-emacs-directory' by "~/.emacs.d/".
12682 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12684         * info.el (Info-dir-remove-duplicates): Avoid case folding
12685         in loop; instead, keep downcased strings for comparison.
12686         Suggested by Helmut Eller.
12688 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12690         Sync with Tramp 2.0.50.
12692         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12693         XEmacs case; not necessary anymore.
12694         (tramp-user-regexp): Allow "@" as part of user name.
12695         (tramp-handle-set-visited-file-modtime)
12696         (tramp-handle-insert-file-contents)
12697         (tramp-handle-write-region): No special handling for
12698         `last-coding-system-used, because this is done in
12699         `tramp-accept-process-output' now.
12700         (tramp-accept-process-output): New defun.
12701         (tramp-process-one-action, tramp-process-one-multi-action)
12702         (tramp-wait-for-regexp, tramp-wait-for-output)
12703         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12704         Howells <dhowells@redhat.com>.
12705         (clear-visited-file-modtime): Defadvice removed.  The check for
12706         unset buffer's modtime does not need to be based on
12707         `tramp-buffer-file-attributes'.  Suggested by RMS.
12708         (tramp-message): Insert "\n" if not being at beginning of line.
12709         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12710         sequence with same logic.
12711         (tramp-completion-handle-expand-file-name): Discard call of
12712         `tramp-drop-volume-letter'.  It is not necessary, and there have
12713         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12714         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12715         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12716         should always be visible.
12717         (tramp-handle-insert-directory, tramp-setup-complete)
12718         (tramp-set-process-query-on-exit-flag)
12719         (tramp-append-tramp-buffers): Pacify byte-compiler.
12720         (tramp-bug): Delete non-existing variables from list.
12721         Apply `tramp-load-report-modules' as pre-hook.
12722         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12723         `shell-prompt-pattern' because of non-7bit characters.
12724         Reported by Sebastian Luque <sluque@mun.ca>.
12725         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12726         (tramp-match-string-list): Remove function.
12727         (tramp-wait-for-regexp): Remove call of that function.
12728         Suggested by Kim F. Storm <storm@cua.dk>.
12729         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12730         instead of octal character code ?\600.  The latter resulted in a
12731         syntax error with XEmacs.
12733         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12734         XEmacs case; not necessary anymore.
12735         (tramp-smb-handle-write-region): No special handling for
12736         `last-coding-system-used, because this is done in
12737         `tramp-accept-process-output' now.
12738         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12740 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12742         * wid-edit.el (widget-choice-value-create):
12743         Unconditionally respect user choice.  Set :explicit-choice back to nil
12744         when no longer needed.
12745         (widget-choice-action): Unconditionally respect user choice.
12746         Eliminate :explicit-choice-value.
12748         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12750         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12751         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12752         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12753         running new function `toggle-indicate-empty-lines'.
12754         Rename "Customize" item to "Customize fringe".
12755         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12756         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12757         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12758         Delete "Empty lines only" item.
12759         (menu-bar-showhide-fringe-ind-customize): New function.
12760         (menu-bar-showhide-fringe-ind-mixed)
12761         (menu-bar-showhide-fringe-ind-box)
12762         (menu-bar-showhide-fringe-ind-right)
12763         (menu-bar-showhide-fringe-ind-left)
12764         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12765         instead of `fringe-indicators'.
12767 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12769         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12770         Change the date of last update.
12772 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12774         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12775         (viper-exec-yank, viper-put-back): Don't display modification msg
12776         if in the minibuffer.
12778         * viper-init.el (viper-replace-overlay-cursor-color)
12779         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12780         Make variables frame local.
12782         * viper-util.el (viper-append-filter-alist): Use append instead of
12783         nconc.
12785         * viper.el (viper-vi-state-mode-list)
12786         (viper-emacs-state-mode-list): Move help-mode and
12787         completion-list-mode from the first list to the second.
12788         (viper-mode): Docstring.
12789         (viper-go-away, viper-non-hook-settings): Don't localize
12790         minor-mode-alist in newer Emacsen.  Add advice to
12791         set-cursor-color.  Don't bind "\C-c\\".
12793 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12795         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12796         (scheme-macro-expand-command): New user options.
12797         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12798         (scheme-form-at-point, scheme-start-file)
12799         (scheme-interactively-start-process): New functions.
12800         (scheme-get-process): New function, extracted from `scheme-proc'.
12801         (run-scheme): Call `scheme-start-file' to get start file, and pass
12802         it to `make-comint'.
12803         (switch-to-scheme, scheme-proc):
12804         Call `scheme-interactively-start-process' if no Scheme buffer/process
12805         is available.
12807 2005-08-06  Juri Linkov  <juri@jurta.org>
12809         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12810         Use `compilation-text-face', `compilation-info-text-face' and
12811         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12812         (compilation-error): New face.
12813         (compilation-error-file-name): Inherit from
12814         `compilation-error' instead of `font-lock-warning-face'.
12815         (compilation-warning-file-name): Inherit from
12816         `compilation-warning' instead of `font-lock-warning-face'.
12817         (compilation-info, compilation-error-file-name)
12818         (compilation-warning-file-name, compilation-info-file-name)
12819         (compilation-line-number, compilation-column-number): Doc fix.
12820         (compilation-error-text-face, compilation-warning-text-face)
12821         (compilation-info-text-face): New face variables.
12822         (compilation-line-face, compilation-column-face)
12823         (compilation-enter-directory-face)
12824         (compilation-leave-directory-face): Doc fix.
12825         (compilation-text-face): New function.
12827         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12828         instead of 1 to display binary file names as info file links.
12829         (grep-error-face): Use `compilation-error-face' instead of
12830         `font-lock-keyword-face'.
12831         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12832         and `compilation-warning-text-face' instead of
12833         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12834         instead of `grep-error-face'.
12836 2005-08-05  Kenichi Handa  <handa@m17n.org>
12838         * international/code-pages.el: Add autoload cookies for all coding
12839         systems.
12841 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12843         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12845 2005-08-04  Juri Linkov  <juri@jurta.org>
12847         * progmodes/compile.el (compilation-mode-map):
12848         * progmodes/grep.el (grep-mode-map):
12849         Bind TAB to `compilation-next-error' and [backtab] to
12850         `compilation-previous-error'.
12852         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12853         matching line numbers, column numbers and their ranges with regexp
12854         matching only line numbers.
12855         (grep-context-face): New face variable.
12856         (grep-mode-font-lock-keywords): Use it.
12858         * faces.el (read-face-name): Delete duplicate faces.
12860 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12862         * thumbs.el (thumbs-find-image): Don't make variables
12863         automatically buffer local.
12864         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12865         (thumbs-image-num): Make automatically buffer local.
12866         (thumbs-show-thumbs-list): Use `make-local-variable', not
12867         `make-variable-buffer-local'.
12868         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12870         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12871         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12872         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12873         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12874         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12875         (feelings-about, foullst, found, hello, history, howareyoulst)
12876         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12877         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12878         (neglst, obj, object, owner, please, problems, qlist)
12879         (random-adjective, relation, remlst, repetitive-shortness)
12880         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12881         (shortlst, something, sportslst, stallmanlst, states, subj)
12882         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12883         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12884         Defvar at compile time.
12886         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12887         not `make-variable-buffer-local'.
12889 2005-08-02  Kim F. Storm  <storm@cua.dk>
12891         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12892         rectangle overlay in selected window.
12894 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12896         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12897         instead of display group.  Make `indicate-buffer-boundaries'
12898         customizable through Custom.
12900 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12902         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12903         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12904         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12905         (gdb-put-string): Fix typos in docstrings.
12907 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12909         Update copyright notices of files in progmodes directory for
12910         release of Emacs 22.1.
12912         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12914         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12915         Don't barf if the GUD buffer has been killed.
12917 2005-08-01  Kim F. Storm  <storm@cua.dk>
12919         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12921 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12923         * simple.el (next-error-follow-minor-mode):
12924         make-variable-buffer-local -> make-local-variable.
12926         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12928         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12929         (byte-compile-form-make-variable-buffer-local): New functions to warn
12930         about misuses of make-variable-buffer-local where make-local-variable
12931         was meant.
12933 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12935         * bs.el (bs-attributes-list): Doc fix.
12936         (bs): Update url-link.
12938         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12939         (desktop-load-default): Simplify.
12941         * ibuffer.el (ibuffer-columnize-and-insert-list)
12942         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12943         (ibuffer-unmark-all, ibuffer-toggle-marks)
12944         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12945         (ibuffer-compile-make-format-form, ibuffer-format-column)
12946         (ibuffer-current-buffers-with-marks)
12947         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12948         (ibuffer): Doc fix.
12949         (ibuffer-mode): Fix typo in docstring.
12950         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12951         with `define-obsolete-variable-alias'.
12952         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12954 2005-07-29  Kenichi Handa  <handa@m17n.org>
12956         * international/mule-cmds.el (select-message-coding-system):
12957         Be sure to use LF for end-of-line.  If no coding system is decided,
12958         return iso-8859-1-unix.
12960 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12963         (ange-ftp-pending-error-line): New vars.
12964         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12965         to handle the non-fatal no-route-to-host messages.
12966         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12968 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12970         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12971         (isearch-quote-char, isearch-printing-char)
12972         (isearch-text-char-description): "?\ " -> "?\s".
12973         (isearch-lazy-highlight-cleanup)
12974         (isearch-lazy-highlight-initial-delay)
12975         (isearch-lazy-highlight-interval)
12976         (isearch-lazy-highlight-max-at-a-time)
12977         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12978         Declare with define-obsolete-*-alias macros.
12979         (isearch-forward): Fix typo in docstring.
12980         (search-invisible, search-ring-yank-pointer)
12981         (regexp-search-ring-yank-pointer): Doc fixes.
12983         * recentf.el (recentf-menu-append-commands-p): Declare with
12984         `define-obsolete-variable-alias'.
12985         (recentf-max-saved-items, recentf-menu-filter)
12986         (recentf-arrange-by-rule-subfilter): Doc fixes.
12987         (recentf-menu-append-commands-flag)
12988         (recentf-initialize-file-name-history, recentf-expand-file-name)
12989         (recentf-clear-data): Fix typos in docstrings.
12991 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12993         * progmodes/gdb-ui.el: Smarten comments.
12994         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12996 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12998         * term/apollo.el (terminal-init-apollo): New function containing
12999         all former top level forms in the file.
13000         * term/bobcat.el (terminal-init-bobcat):
13001         * term/cygwin.el (terminal-init-cygwin):
13002         * term/iris-ansi.el (terminal-init-iris-ansi):
13003         * term/linux.el (terminal-init-linux):
13004         * term/news.el (terminal-init-news):
13005         * term/rxvt.el (terminal-init-rxvt):
13006         * term/sun.el (terminal-init-sun):
13007         * term/tvi970.el (terminal-init-tvi970):
13008         * term/vt100.el (terminal-init-vt100):
13009         * term/vt102.el (terminal-init-vt102):
13010         * term/vt125.el (terminal-init-vt125):
13011         * term/vt200.el (terminal-init-vt200):
13012         * term/vt201.el (terminal-init-vt201):
13013         * term/vt220.el (terminal-init-vt220):
13014         * term/vt240.el (terminal-init-vt240):
13015         * term/vt300.el (terminal-init-vt300):
13016         * term/vt320.el (terminal-init-vt320):
13017         * term/vt400.el (terminal-init-vt400):
13018         * term/vt420.el (terminal-init-vt420):
13019         * term/wyse50.el (terminal-init-wyse50):
13020         * term/xterm.el (terminal-init-xterm): Likewise.
13022         * term/README: Describe the terminal-init-* functionality.
13024         * startup.el (command-line): After loading the terminal initialization
13025         file call the corresponding terminal initialization function.
13027 2005-07-27  Kenichi Handa  <handa@m17n.org>
13029         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13030         negative.
13032         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13033         (ps-mule-composition-prologue): Fix for the case that
13034         RelativeCompose is false.
13036 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13038         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13040         * descr-text.el (describe-char): Handle the case where the list of
13041         chars is displayed in a separate frame.
13042         Be a bit more discriminating when looking for the char.
13044 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
13046         * bookmark.el (bookmark-automatically-show-annotations)
13047         (bookmark-read-annotation-text-func): Doc fixes.
13048         (bookmark-save): Improve argument/docstring consistency.
13049         (bookmark-get-bookmark, bookmark-get-bookmark-record)
13050         (bookmark-alist-from-buffer)
13051         (bookmark-upgrade-file-format-from-0)
13052         (bookmark-grok-file-format-version)
13053         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13054         (bookmark-read-annotation-mode)
13055         (bookmark-insert-current-bookmark, bookmark-jump)
13056         (bookmark-exit-hook): Fix typos in docstrings.
13057         (bookmark-exit-hooks): Define as obsolete alias.
13058         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13059         not `bookmark-exit-hooks'.  Fix docstring.
13060         (bookmark-bmenu-select): "?\ " -> "?\s".
13062 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
13064         * startup.el (command-line): Fix typo.
13066 2005-07-24  Richard M. Stallman  <rms@gnu.org>
13068         * tooltip.el (tooltip-mode): Test emacs-basic-display,
13069         not emacs-quick-startup.
13071 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
13073         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13074         (reb-next-match, reb-show-subexp): Use `with-selected-window'
13075         instead of `reb-with-current-window'.
13076         (reb-prev-match): Likewise.  Also, don't move left if the search
13077         was unsuccessful.
13078         (reb-initialize-buffer): New function.
13079         (re-builder, reb-change-syntax): Use it.
13081         * man.el (Man-goto-page): Make second argument NOERROR optional.
13083 2005-07-23  Richard M. Stallman  <rms@gnu.org>
13085         * man.el (Man-bgproc-sentinel): Check here for failure to find
13086         any man page in the output, and report the error here.
13087         (Man-arguments): Make it permanent local.
13088         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
13089         (Man-mode): Pass t for NOERROR.
13091         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13092         (grep-mode-font-lock-keywords):
13093         Don't use compilation-...-face for messages that are not file names.
13095         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13096         Don't use compilation-...-face for messages that are not file names.
13098 2005-07-22  Juri Linkov  <juri@jurta.org>
13100         * startup.el (normal-splash-screen): Update menu name.
13102         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13104 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13106         * term/xterm.el: Load term/rxvt if the terminal is actually an
13107         rxvt terminal.
13108         (xterm-rxvt-set-background-mode): Remove, not used anymore.
13110         * term/rxvt.el (function-key-map): Use substitute-key-definition
13111         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
13113         * term/cygwin.el: New file.
13115 2005-07-22  Kim F. Storm  <storm@cua.dk>
13117         * image-file.el (insert-image-file, image-file-yank-handler):
13118         Fix last change to maintain a (unique) yank-handler on yanked images.
13120 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
13122         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13123         of the file size (as in "177B" for 177 bytes).  This happens with
13124         "ls -lh" on FreeBSD.
13126 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
13128         * hilit-chg.el (highlight-changes-global-initial-state)
13129         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13130         (hilit-chg-fixup, highlight-changes-mode):
13131         Fix typos in docstrings.
13132         (highlight-changes-global-modes, highlight-changes-rotate-faces):
13133         Doc fixes.
13135 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
13137         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13138         mode function using `eval-after-load'.
13140 2005-07-21  Kim F. Storm  <storm@cua.dk>
13142         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13143         included when reporting an emacs crash, and tell about the DEBUG file.
13145         * image-file.el (insert-image-file): Add yank-handler.
13146         (image-file-yank-handler): Yank handler to make unique copies of
13147         images when they are yanked into a buffer next to each other.
13149 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
13151         * comint.el (comint-use-prompt-regexp, comint-send-input)
13152         (comint-source-default, comint-extract-string)
13153         (comint-get-source, comint-word, comint-completion)
13154         (comint-source, comint-prompt-read-only, comint-update-fence):
13155         Fix typos in docstrings.
13156         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13157         Declare with define-obsolete-*-alias macros.
13158         (comint-previous-matching-input-from-input)
13159         (comint-next-matching-input-from-input)
13160         (comint-previous-matching-input, comint-next-matching-input)
13161         (comint-forward-matching-input):
13162         Improve argument/docstring consistency.
13164         * desktop.el (desktop-clear-preserve-buffers-regexp):
13165         Also preserve the *server* buffer.
13167         * simple.el (clone-indirect-buffer): Doc fix.
13168         (fixup-whitespace, just-one-space)
13169         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13170         (next-error, next-error-highlight)
13171         (next-error-highlight-no-select, next-error-last-buffer)
13172         (next-error-buffer-p, next-error-find-buffer, next-error)
13173         (previous-error, next-error-no-select, previous-error-no-select)
13174         (open-line, split-line, minibuffer-prompt-width, kill-new)
13175         (binary-overwrite-mode): Fix typos in docstrings.
13176         (set-fill-column): Fix typo in message.
13178         * skeleton.el (skeleton-proxy-new): Doc fix.
13180         * strokes.el (strokes-load-hook): Doc fix.
13181         (strokes-grid-resolution, strokes-get-grid-position)
13182         (strokes-renormalize-to-grid, strokes-read-stroke)
13183         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13184         (strokes-global-map): Fix typos in docstrings.
13185         (strokes-help): Doc fix.  Fix help message and pass it through
13186         `substitute-command-keys'.
13188         * tempo.el (tempo-insert-prompt, tempo-interactive)
13189         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13190         (tempo-insert-string-functions, tempo-local-tags)
13191         (tempo-define-template, tempo-insert-template)
13192         (tempo-insert-prompt-compat, tempo-is-user-element)
13193         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13194         Fix typos in docstrings.
13196         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13197         (vcursor-key-bindings, vcursor-use-vcursor-map)
13198         (vcursor-find-window, vcursor-scroll-down)
13199         (vcursor-disable, vcursor-beginning-of-buffer)
13200         (vcursor-end-of-buffer): Fix typos in docstrings.
13201         (vcursor-relative-move, vcursor-get-char-count):
13202         Improve argument/docstring consistency.
13204         * version.el: "?\ " -> "?\s".
13206         * wid-edit.el (widget-default-create, widget-after-change)
13207         (widget-default-format-handler, widget-checklist-add-item)
13208         (widget-radio-add-item, widget-choose, widget-specify-secret)
13209         (widget-field-value-create, widget-field-value-get)
13210         (widget-editable-list-format-handler)
13211         (widget-editable-list-entry-create, widget-group-value-create)
13212         (widget-documentation-link-add)
13213         (widget-documentation-string-value-create): "?\ " -> "?\s".
13214         (widget-convert-text): Doc fix.
13215         (widget-narrow-to-field, widget-field-find)
13216         (widget-url-link-action, widget-emacs-library-link-action)
13217         (widget-color-notify): Fix typos in docstrings.
13219         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13220         (x-select-text, set-w32-system-coding-system)
13221         (w32-add-charset-info): Fix typos in docstrings.
13223         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13224         (cua-enable-cua-keys, cua-use-hyper-key)
13225         (cua-virtual-rectangle-edges): Fix typos in docstrings.
13226         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13228         * net/tramp.el (tramp-handle-load): Fix typo in error message.
13230         * emacs-lisp/re-builder.el (regexp-builder): Declare with
13231         `defalias' instead of faking it.
13233         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13234         (eshell-ls-missing, eshell-ls-dired-initial-args)
13235         (eshell-ls-use-in-dired): Fix typos in docstrings.
13237 2005-07-20  Kim F. Storm  <storm@cua.dk>
13239         * emulation/cua-base.el (cua-mode): Improve doc string.
13241 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
13243         * abbrev.el (expand-region-abbrevs): Doc fix.
13244         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13245         Improve argument/docstring consistency.
13247         * arc-mode.el (archive-get-descr, archive-alternate-display):
13248         Doc fixes.
13249         (archive-l-e): Improve argument/docstring consistency.
13250         (archive-tmpdir, archive-unixdate, archive-unixtime)
13251         (archive-chmod-entry): Fix typos in docstrings.
13252         (archive-unflag, archive-unflag-backwards)
13253         (archive-unmark-all-files): "?\ " -> "?\s".
13255         * buff-menu.el (Buffer-menu-unmark): Doc fix.
13256         (Buffer-menu-not-modified, Buffer-menu-execute)
13257         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13258         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13260         * composite.el (compose-string, encode-composition-rule)
13261         (compose-last-chars): Fix typos in docstrings.
13263         * desktop.el (desktop-enable, desktop-basefilename):
13264         Declare with `define-obsolete-variable-alias'.
13265         (desktop-internal-v2s): Don't quote keywords.
13266         (desktop-clear): "?\ " -> "?\s".
13268         * dired.el (dired-align-file, dired-flag-backup-files)
13269         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13270         (dired-listing-switches, dired-ls-F-marks-symlinks)
13271         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13272         (dired-directory, dired-faces, dired, dired-revert)
13273         (dired-mode, dired-summary, dired-view-file)
13274         (dired-copy-filename-as-kill, dired-delete-file)
13275         (dired-no-confirm, dired-unmark-all-marks)
13276         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13277         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13278         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13279         Fix typos in message strings.
13281         * dired-x.el (virtual-dired): Declare with `defalias'.
13282         (dired-mark-unmarked-files, dired-local-variables-file)
13283         (dired-omit-here-always): Doc fix.
13284         (dired-omit-mode, dired-find-subdir)
13285         (dired-enable-local-variables, dired-clean-up-buffers-too)
13286         (dired-extra-startup, dired-mark-extension, dired-jump)
13287         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13288         (dired-smart-shell-command, dired-guess-shell-alist-user)
13289         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13290         (dired-x-bind-find-file, dired-x-submit-report):
13291         Fix typos in docstrings.
13292         (dired-mark-unmarked-files): "?\ " -> "?\s".
13294         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13296         * faces.el (describe-face): "?\ " -> "?\s".
13297         (read-all-face-attributes, read-face-font, modify-face)
13298         (face-attr-construct, italic): Fix typos in docstrings.
13299         (frame-update-face-colors): Declare with
13300         `define-obsolete-function-alias'.
13302         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13303         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13304         (magic-mode-alist, buffer-file-numbers-unique)
13305         (write-file-functions, get-free-disk-space):
13306         Fix typos in docstrings.
13307         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13308         (write-contents-hooks, write-file-hooks):
13309         Declare with `define-obsolete-variable-alias'.
13311         * forms-d2.el (arch-rj): Fix typo in docstrings.
13312         (arch-tocol): Likewise.  "?\ " -> "?\s".
13314         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13315         Fix typo in docstring.
13316         (set-screen-width, set-screen-height): Delete redundant info in
13317         doctrings.
13318         (new-frame, screen-height, screen-width): Declare with
13319         `define-obsolete-function-alias'.
13320         (delete-frame-hook, blink-cursor): Declare with
13321         `define-obsolete-variable-alias'.
13323         * paths.el (prune-directory-list): Fix typos in docstring.
13325         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13326         (cvs-prefix-get): Fix typos in docstrings.
13328         * ps-print.el (ps-extend-face-list, ps-extend-face)
13329         (ps-print-background-image): Fix typos in docstrings.
13330         (ps-default-fg, ps-default-bg): Doc fixes.
13332         * s-region.el (s-region-bind): Doc fix.
13333         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13335         * textmodes/org.el (org-table-formula-substitute-names)
13336         (org-table-get-vertical-vector): Doc fixes.
13337         (org-table-recalculate): Remove unused argument to `message'.
13339 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13341         * textmodes/org.el (org-table-column-names)
13342         (org-table-column-name-regexp)
13343         (org-table-named-field-locations): New variables.
13344         (org-archive-subtree): Protect `this-command' when calling
13345         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13346         the kill buffer.
13347         (org-complete): Remove fixed-formula completion.
13348         (org-edit-formulas-map): New variable.
13349         (org-table-edit-formulas): New command.
13350         (org-finish-edit-formulas, org-abort-edit-formulas)
13351         (org-show-variable, org-table-get-vertical-vector): New functions.
13352         (org-table-maybe-eval-formula): Handle `:=' fields.
13353         (org-table-get-stored-formulas, org-table-store-formulas)
13354         (org-table-get-formula, org-table-modify-formulas)
13355         (org-table-replace-in-formulas): Handle named field formulas.
13356         (org-table-get-specials): Store locations of named fields.
13358 2005-07-19  Juri Linkov  <juri@jurta.org>
13360         * progmodes/grep.el (grep-regexp-alist)
13361         (grep-mode-font-lock-keywords, grep-process-setup):
13362         Use default GNU grep match color "01;31m" instead of "01;41m".
13363         (grep-regexp-alist, grep-mode-font-lock-keywords):
13364         Use `\\[[0-9]*m' instead of `\\[00m'.
13365         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13366         sgr_start where its handling is more important.  Use the real
13367         length of sgr_start instead of constant 8.
13368         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13369         specially.  Delete all remaining escape sequences.
13370         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13371         (grep-regexp-alist): Make hyperlink only for binary file name
13372         instead of the whole line.
13373         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13374         (grep-mode): Add autoload.
13376         * emacs-lisp/find-func.el (find-function-regexp):
13377         Add `define-compilation-mode'.
13379 2005-07-19  Juri Linkov  <juri@jurta.org>
13381         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13382         (compare-windows-sync-string-size, compare-windows-recenter)
13383         (compare-windows-highlight, compare-windows): Add version 22.1.
13384         (compare-windows) <defface>: Inherit from lazy-highlight instead
13385         of duplicating its default value.
13387         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13388         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13390         * descr-text.el (describe-char): Create link buttons for `charset'
13391         and `code point'.  Add the current input method name with a link
13392         button to `to input' field.  Print face names of display table
13393         characters in `The display table entry is displayed by' section
13394         instead of printing face-id in the `display' field.
13395         Guess hardcoded faces and create a link button for them.
13396         Skip empty fields when calculating max-width.
13397         Treat `widget-create' specially while inserting strings from the
13398         collected field list.
13399         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13401         * diff-mode.el (diff-file-header): Change foreground color from
13402         yellow to green on light backgrounds.
13403         (diff-context): Inherit from `shadow' only for color/grayscale
13404         with more than 88 colors.
13405         (diff-indicator-removed, diff-indicator-added)
13406         (diff-indicator-changed): New faces.
13407         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13408         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13409         font-lock-comment-delimiter-face and font-lock-comment-face.
13410         Add `#' to ^[^...] in the rule for `diff-context-face'.
13412         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13413         a button-like box.  Inherit from `highlight' on low colors.
13414         (shadow): Use shades of gray only for color/grayscale with
13415         more than 88 colors.  Use green for light backgrounds with
13416         8 colors, and yellow for dark backgrounds with 8 colors.
13418         * font-lock.el (font-lock-regexp-grouping-backslash):
13419         Don't inherit from escape-glyph (use bold for all cases).
13421         * info.el (info-xref-visited): Use light foreground color `violet'
13422         for dark backgrounds instead of dark color `magenta3'.
13423         (info-title-1): Use `yellow' color for dark backgrounds.
13425         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13426         too-light magenta2.
13428         * replace.el (match): Use slightly more light RoyalBlue3 instead
13429         of dark RoyalBlue4.
13431         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13433 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13435         * novice.el (disabled-command-hook): Declare it with
13436         `define-obsolete-variable-alias'.
13438         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13439         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13440         (desktop-load-default): Add release to obsolescence info.
13441         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13442         (desktop-append-buffer-args, desktop-read):
13443         Fix typos in docstrings.
13444         (desktop-kill): Fix typo in message.
13445         (desktop-save): Doc fix.
13447 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13449         * viper-cmd.el (viper-escape-to-state): Bug fix.
13450         (viper-envelop-ESC-key): Change the definition of fast
13451         keysequence so it'll work with keyboard macros.
13453         * ediff.el (ediff-patch-buffer): Change the docstring.
13455 2005-07-19  Kenichi Handa  <handa@m17n.org>
13457         * international/mule-cmds.el (select-safe-coding-system): Try to
13458         use an auto-coding (if any) before anything else.  If the found
13459         auto-coding is invalid, show a warning message.
13461         * international/mule.el (find-auto-coding): New function created
13462         by modifying the body of set-auto-coding.
13463         (set-auto-coding): Use find-auto-coding to find a coding.
13465 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13467         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13468         not isearch-mode-end-hook-error.
13469         (allout-before-change-protect): Fix error message.
13471 2005-07-18  Juri Linkov  <juri@jurta.org>
13473         * allout.el (allout-mode):
13474         * calculator.el (calculator-copy):
13475         * custom.el (custom-known-themes):
13476         * dired.el (dired-desktop-buffer-misc-data)
13477         (dired-restore-desktop-buffer):
13478         * dired-x.el (dired-omit-marker-char):
13479         * files.el (basic-save-buffer):
13480         * font-core.el (font-lock-mode):
13481         * calendar/calendar.el (calendar-goto-hebrew-date)
13482         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13483         (calendar-goto-persian-date):
13484         * language/ethio-util.el (ethio-sera-to-fidel-region):
13485         * textmodes/picture.el (picture-mode):
13486         Delete duplicate duplicate words.
13488 2005-07-18  Juri Linkov  <juri@jurta.org>
13490         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13491         chars * ? } |.
13492         (isearch-fallback): Don't call `isearch-process-search-char'.
13493         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13494         (isearch-process-search-char): Call `isearch-fallback' for regexp
13495         chars * ? } |.
13496         (isearch-return-char): Make obsolete with `make-obsolete' instead
13497         of simply documenting it as obsolete in the docstring.
13498         (isearch-fallback): Refill docstring.
13500         * international/isearch-x.el
13501         (isearch-process-search-multibyte-characters): Remove unneeded
13502         `concat'.  Add intermediate values to `junk-hist' instead of
13503         `minibuffer-history'.  Test the length of `str'.
13505 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13507         * allout.el (allout-resolve-xref): Fix typos in error strings.
13508         (allout-before-change-protect): Remove unneeded `concat'.
13510         * array.el (array-mode, array-reconfigure-rows)
13511         (untabify-backward): Fix typos in docstrings.
13512         (array-reconfigure-rows): Use `insert-buffer-substring', not
13513         `insert-buffer'.
13515         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13516         * progmodes/ada-mode.el (ada-make-body):
13517         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13519         * dired.el (dired-log):
13520         * tar-mode.el (tar-subfile-save-buffer):
13521         * play/zone.el (zone-pgm-stress-destress):
13522         Use `insert-buffer-substring', not `insert-buffer'.
13524 2005-07-17  Simon Josefsson  <jas@extundo.com>
13526         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13528 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13530         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13531         Add plain auth method.
13532         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13534 2005-07-17  Kim F. Storm  <storm@cua.dk>
13536         * ido.el (dired-other-window): Add ido property.
13538 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13540         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13541         Fix typo in docstring.
13542         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13543         `insert-file-literally'.
13545         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13546         info and delete redundant message.  Doc fix.
13547         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13548         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13550 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13552         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13553         (byte-compile-and): Use byte-compile-and-recursion.
13554         (byte-compile-or-recursion): New function.
13555         (byte-compile-or): Use that.
13556         (byte-compile-if): Guard the else-clause too.
13557         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13559         * isearch.el (isearch-mode-end-hook-quit): New variable.
13560         (isearch-done): Bind it.
13561         (isearch-mode-end-hook): Doc fix.
13563         * allout.el (allout-isearch-did-quit): Variable deleted.
13564         (allout-real-isearch-abort): Function name no longer used.
13565         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13566         (allout-isearch-rectification): isearch-mode always exists.
13567         Don't set allout-isearch-did-quit.
13568         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13569         allout-isearch-did-quit.
13570         (allout-enwrap-isearch): Just add the hook.
13571         (allout-isearch-abort): Function deleted.
13572         (allout-pre-command-business): Avoid warning.
13574         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13575         Correctly avoid warnings.
13576         (pascal-outline): Likewise.
13578         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13580         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13582         * play/tetris.el (tetris-mode): Avoid warning.
13584         * play/snake.el (snake-mode): Avoid warning.
13586         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13587         (gamegrid-set-display-table): Avoid warning.
13588         (gamegrid-set-timer): Likewise.
13589         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13590         (gamegrid-add-score-with-update-game-score-1): Take FILE
13591         as argument.
13592         (gamegrid-add-score-with-update-game-score): Pass that argument.
13593         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13595         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13597         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13598         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13600         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13601         and insert-file.
13603         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13604         (sc-ask): Avoid warnings.
13606         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13607         (eshell-hist-initialize): Use that var the natural way.
13609         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13611         * emacs-lisp/re-builder.el (reb-cook-regexp):
13612         Avoid warning calling lre-compile-string.
13613         (reb-color-display-p): Avoid warning.
13615         * calculator.el (calculator-last-input): Guard uses
13616         of event-key and key-press-event-p.
13617         (event-key, key-press-event-p): Delete definitions.
13619         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13620         (find-gc-source-directory, find-gc-subrs-callers)
13621         (find-gc-noreturn-list, find-gc-source-files)
13622         (find-gc-subrs-called): Vars renamed and defvar'd.
13624         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13625         (checkdoc-overlay-put, checkdoc-delete-overlay)
13626         (checkdoc-overlay-start, checkdoc-overlay-end)
13627         (checkdoc-mode-line-update, checkdoc-char=):
13628         Define such that compiler knows they are defined.
13629         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13630         (checkdoc-read-event): Delete.  Use read-event directly.
13632         * whitespace.el (whitespace-make-overlay)
13633         (whitespace-overlay-put, whitespace-delete-overlay)
13634         (whitespace-overlay-start, whitespace-overlay-end):
13635         Define such that compiler knows they are defined.
13636         (whitespace): Move conditional inside.
13638         * tempo.el (tempo-insert-template): Suppress warning.
13640         * ediff-diff.el (longlines-mode): Add defvar.
13642 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13644         * server.el: Bind "C-x #" in a way that works even if C-x is
13645         redefined to a command key, not a prefix key.
13647 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13649         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13650         cl-make-type-test till execution time.
13652 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13654         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13655         arg ARG and use it.
13657 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13659         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13661 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13663         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13664         a defcustom with two :set or :type keywords.
13666 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13668         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13669         Don't give ^M comment-end syntax.
13671 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13673         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13674         Don't consider gdbmi (gdb-mi.el has its own update functions).
13675         (gdb-var-delete): Make it work for gdbmi as well.
13676         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13678         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13679         (gud-speedbar-menu-items): Correct logic for enabling items.
13681 2005-07-15  Kim F. Storm  <storm@cua.dk>
13683         * ido.el: Fix commentary.
13684         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13685         Use with-no-warnings around ffap-guesser.
13686         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13687         Let bind minibuffer-completing-file-name to t.
13689 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13691         * startup.el (site-run-file, keyboard-type): Doc fixes.
13692         (command-line): Check for "--basic-display" argument; also for
13693         "--quick", not "--bare-bones" (which was renamed).
13694         (fancy-splash-text): Add missing item "Getting New Versions".
13695         (normal-splash-screen): Fix typos and improve consistency with
13696         `fancy-splash-text'.  Update copyright year.
13698         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13699         valid binding for `help-char'.
13701         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13703 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13705         * term.el (term-mode): Disable cua-mode for term buffers.
13707 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13709         * add-log.el (add-log-mailing-address, change-log-merge):
13710         Doc fixes.
13711         (change-log-get-method-definition): Fix typo in docstring.
13713 2005-07-14  Kim F. Storm  <storm@cua.dk>
13715         * emulation/cua-base.el:
13716         (cua--pre-command-handler-1, cua--pre-command-handler)
13717         (cua--post-command-handler-1, cua--post-command-handler):
13718         Split in two.  Check (buffer local) value of cua-mode.
13719         (cua-selection-mode): New command.
13721 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13723         * custom.el (custom-initialize-safe-set)
13724         (custom-initialize-safe-default): Doc fixes.
13726         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13727         and simplify :init-value again.
13729         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13730         and simplify :init-value again.  Delete autoload.
13732         * startup.el (command-line): Use `custom-reevaluate-setting' again
13733         for tooltip-mode.
13735         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13736         a defcustom with two :initialize keywords.
13738 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13740         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13741         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13742         (allout-post-command-business, allout-flag-region)
13743         (isearch-reenable-font-lock, allout-yank)
13744         (allout-insert-latex-header, allout-insert-latex-trailer)
13745         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13746         (allout-latex-verb-quote): Fix typos in docstrings.
13747         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13748         (allout-unprotected, allout-prefix-data):
13749         Improve argument/docstring consistency.
13750         (allout-chart-subtree): Fix argument spec.
13751         (allout-open-topic): Rename `use_sib_bullet' argument to
13752         `use-sib-bullet'.  Doc fix.
13754         * whitespace.el (whitespace-check-buffer-leading)
13755         (whitespace-check-buffer-trailing)
13756         (whitespace-check-buffer-indent)
13757         (whitespace-check-buffer-spacetab)
13758         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13759         (whitespace-check-leading-whitespace)
13760         (whitespace-check-trailing-whitespace)
13761         (whitespace-check-spacetab-whitespace)
13762         (whitespace-check-indent-whitespace)
13763         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13764         (whitespace-modes): Fix typos in docstrings.
13765         (defgroup, defcustom): Doc fixes.
13767         * winner.el (winner-mode, winner-boring-buffers)
13768         (winner-pending-undo-ring): Doc fixes.
13769         (winner-ring): Remove unneeded `progn'.
13770         (winner-equal): `defsubst' it.
13771         (winner-redo): Fix message.
13773 2005-07-13  Kim F. Storm  <storm@cua.dk>
13775         * simple.el (line-move-1): Always use vertical-motion to
13776         do the last (or only) line move to ensure some movement.
13777         Undo 2005-06-23 change--don't check for overlays.
13779 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13781         * term/mac-win.el (ccl-encode-mac-roman-font)
13782         (ccl-encode-mac-centraleurroman-font)
13783         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13784         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13785         Change charset-id boundary of dimension to ?\xef.
13786         (mac-char-fontspec-list): New constant.
13787         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13788         argument.  Nil uses itself as family in font-spec.  Previous
13789         behavior for nil is now provided by non-nil non-string argument.
13790         All callers changed.  Add font-specs for Mac fonts to
13791         "fontset-default" unless iso8859-1 fonts are installed.
13793 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13796         a continuation line if the \ is preceded by SPC or TAB.
13797         (sh-get-indent-info): Simplify.
13798         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13799         Use with-current-buffer.
13801         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13802         when the matched text is empty.
13804 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13806         * startup.el (command-line): Revert to previous handling of
13807         tooltip-mode.  Explain in comment why the complexity is needed.
13809         * tooltip.el (tooltip-mode): Revert to previous implementation of
13810         its defcustom.
13812         * frame.el (blink-cursor-mode): Revert to previous implementation
13813         of its defcustom.  Update comment.
13815 2005-07-12  Lars Hansen  <larsh@soem.dk>
13817         * desktop.el: Update e-mail address.
13819 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13821         * term/mac-win.el (mac-services-mail-selection)
13822         (mac-services-mail-to): New functions.
13823         (mac-application-menu-map): Bind them.
13825 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13827         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13829 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13831         * custom.el (custom-reevaluate-setting): Doc fix.
13833 2005-07-11  Jay Belanger  <belanger@truman.edu>
13835         * calc/calc.el (calc-embedded-announce-formula-alist)
13836         (calc-embedded-open-close-plain-alist)
13837         (calc-embedded-open-close-mode-alist): Add checks for additional
13838         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13840 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13842         * custom.el (custom-enable-theme): Don't add theme to
13843         `custom-enabled-themes' with `push' because there is no
13844         setf-method for `delq'.
13846 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13848         * custom.el (custom-declare-variable): Doc fix.
13850         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13851         from the alists.
13853         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13854         Do nothing if edebug-active.
13856         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13857         (edebug-display): Do it here instead.
13859 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13861         * cus-face.el (custom-theme-set-faces): Make it work.
13862         (custom-reset-faces): Doc fix.
13863         (custom-theme-reset-internal-face, custom-theme-face-value):
13864         Functions deleted.
13866         * custom.el (custom-push-theme): Maintain list of the settings
13867         of a given theme in its theme-settings property.
13868         Maintain position of old settings in the theme-value
13869         or theme-face property.
13870         (custom-enabled-themes): New variable.
13871         (custom-theme-enabled-p): New function.
13872         (provide-theme): Update custom-enabled-themes.
13873         Disable and reenable the `user' theme.
13874         (require-theme): Doc fix.
13875         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13876         (custom-theme-value, custom-theme-variable-value): Likewise.
13877         (custom-theme-reset-internal): Likewise.
13878         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13879         (custom-enable-theme, custom-disable-theme): New functions.
13880         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13881         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13882         (custom-theme-reset-variables): Simplify.
13883         (deftheme, custom-declare-theme, custom-make-theme-feature):
13884         Definitions moved.
13886 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13888         * longlines.el (longlines-show-region)
13889         (longlines-unshow-hard-newlines): Recognize hard newlines by
13890         non-nil hard property, instead of t.
13892 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13894         * viper-cmd.el (viper--key-maps): New variable.
13895         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13896         emulation-mode-map-alists.
13897         (viper-envelop-ESC-key): Use viper-subseq.
13898         (viper-search-forward/backward/next): Disable debug-on-error.
13900         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13901         (viper-ESC-key): New defcustoms.
13903         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13905         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13906         (viper-subseq): Copy of subseq from cl.el.
13908         * viper.el (viper-go-away, viper-set-hooks): Use
13909         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13911         * viper-mous.el (viper-current-frame-saved): Use defvar.
13913         * viper-init.el: Get rid of -face in face names.
13915         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13916         Make it work with longlines mode
13918         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13920         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13922         * ediff-init.el: Get rid of -face in face names.
13924 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13926         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13927         and with-timeout-unsuspend.
13929         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13930         and with-timeout-unsuspend.
13932         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13933         (with-timeout): Bind that variable to record timers.
13934         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13936         * emacs-lisp/debug.el (debug-help-follow): New function.
13937         (debugger-mode-map): Use that instead of help-follow.
13938         (debugger-setup-buffer): Use eval-buffer-list
13939         to handle eval-buffer frames.
13941 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13943         * timezone.el (timezone-parse-date): Change first regexp
13944         so it will not mistakenly match dates with no time zone.
13946 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13948         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13950 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13952         * custom.el (custom-initialize-safe-set)
13953         (custom-initialize-safe-default): New functions.
13955         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13956         and simplify :init-value.
13958         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13959         and simplify :init-value.  Delete obsolete comment.
13961         * startup.el (command-line): Use `custom-reevaluate-setting' to
13962         handle `tooltip-mode'.  Delete obsolete comment.
13964         * files.el (set-visited-file-name): Avoid calling
13965         `file-name-nondirectory' with a nil argument.
13967 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13969         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13970         was called with nil for the buffer, handle the read position right.
13971         Handle read position for eval-region, too.
13973 2005-07-09  Juri Linkov  <juri@jurta.org>
13975         * fringe.el (fringe-mode): Add period in docstring.
13976         (fringe-query-style): Build prompt depending on `all-frames' arg.
13978         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13979         to not create links to unrelated functions in the Help buffer.
13981         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13982         Doc fix.
13984         * simple.el (next-error-hook): New variable.
13985         (next-error): Use it.  Doc fix.
13987         * textmodes/ispell.el (ispell-command-loop): Add current
13988         dictionary name and program name to mode-line-format.
13989         (ispell-region, ispell-process-line): Add current dictionary name
13990         and program name to messages.
13992 2005-07-08  Jay Belanger  <belanger@truman.edu>
13994         * calc/calc.el (calc-embedded-announce-formula-alist)
13995         (calc-embedded-open-close-formula-alist)
13996         (calc-embedded-open-close-word-alist)
13997         (calc-embedded-open-close-plain-alist)
13998         (calc-embedded-open-close-new-formula-alist)
13999         (calc-embedded-open-close-mode-alist)
14000         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14001         (calc-embedded-mode-hook): New variables.
14003         * calc/calc-embed.el (calc-embedded-firsttime)
14004         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14005         New variables.
14006         (calc-do-embedded): Use calc-embedded-firsttime,
14007         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14008         determine whether or not to run hooks.
14009         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14010         calc-embedded-firsttime-formula appropriately.
14011         Set calc-embedded delimiter variables according to mode.
14013 2005-07-08  Richard M. Stallman  <rms@gnu.org>
14015         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14016         Check for "emacs", etc., as entire symbol, not just as word.
14017         (checkdoc-file-comments-engine): Use regexp-quote on FN.
14019         * files.el (set-visited-file-name): Report the error
14020         for "empty filename" earlier.
14021         (kill-some-buffers): Ignore buffers already dead.
14023         * fringe.el (fringe-mode): Doc fix.
14025         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14026         Check for (featurep 'xemacs) and turn off warnings in what it guards.
14027         Use unwind-protect to ensure byte-compile-unresolved-functions
14028         is updated.
14030         * whitespace.el (whitespace-buffer-leading-cleanup):
14031         Simplify w/ skip-chars-forward.
14032         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14034         * mail/rmail.el (rmail-only-expunge): Fix paren error.
14035         Unconditionally try to leave point at the same old place.
14037 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
14039         * comint.el (comint-postoutput-scroll-to-bottom)
14040         (comint-show-maximum-output): Take scroll-margin into consideration.
14042 2005-07-08  Kim F. Storm  <storm@cua.dk>
14044         * ido.el (ido-use-filename-at-point): New choice `guess'.
14045         (ido-file-internal): Try ffap-guesser if selected.
14047         * ido.el (ido-before-fallback-functions): New hook.
14048         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14049         (ido-read-file-name): Run it.
14051 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14054         strings rather than a list of symbols to the completion function.
14056 2005-07-07  Jay Belanger  <belanger@truman.edu>
14058         * calc/calc-units.el (math-apply-units): Change the places in
14059         which units are simplified.
14061 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
14063         * cus-edit.el (customize-option, customize-option-other-window):
14064         Make them handle aliases.
14066         * custom.el (custom-variable-p): Make it recursively follow
14067         aliases.  Mention that in the docstring.
14069 2005-07-07  Richard M. Stallman  <rms@gnu.org>
14071         * cus-start.el (exec-path): Use `directory' instead of `file'.
14072         Fix tag for nil.
14074 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
14076         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14077         when called non-interactively.  Doc fix.
14079 2005-07-07  Lute Kamstra  <lute@gnu.org>
14081         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14082         new address as well.
14084 2005-07-07  Kenichi Handa  <handa@m17n.org>
14086         * international/mule.el (make-coding-system):
14087         Describe `ascii-incompatible' property in the docstring.
14088         (set-file-name-coding-system): Signal an error if coding-system is
14089         ascii-incompatible.
14090         (set-keyboard-coding-system): Likewise.
14092         * international/mule-cmds.el (set-default-coding-systems):
14093         Don't set default-file-name-coding-system and
14094         default-keyboard-coding-system if coding-system is ASCII-incompatible.
14096         * international/utf-16.el: Declare that all UTF-16-based coding
14097         systems are ASCII-incompatible.
14099 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
14101         * progmodes/gud.el: Require font-lock for displaying errors.
14102         Used by gdb-ui.el.
14104 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
14106         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14107         values for the pattern lists which are `read'able but not
14108         `append'able (like symbols).
14110 2005-07-06  Richard M. Stallman  <rms@gnu.org>
14112         * progmodes/flymake.el (flymake-float-time): Instead of
14113         with-no-warnings, test for xemacs.
14114         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14115         to avoid warning.
14117 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
14119         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14121 2005-07-05  Lute Kamstra  <lute@gnu.org>
14123         * battery.el: Add support for Darwin (with much debugging help
14124         from Samuel Lauber <sam124@operamail.com>).
14125         (battery-status-function, battery-echo-area-format)
14126         (battery-mode-line-format): Add support for pmset on Darwin.
14127         (battery-load-low, battery-load-critical): New user options.
14128         (battery-pmset): New function.
14130 2005-07-05  Lute Kamstra  <lute@gnu.org>
14132         Update FSF's address in GPL notices.
14134         * textmodes/page-ext.el: Update FSF's address.
14136 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14138         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14139         filling from using prefix when filling a single-line docstring.
14141         * progmodes/flymake.el: Remove useless eval-when-compile.
14143         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14145 2005-07-04  Richard M. Stallman  <rms@gnu.org>
14147         * textmodes/org.el (org-file-apps-defaults-gnu):
14148         Rename from org-file-apps-defaults-linux.
14149         (org-default-apps): Don't test system-type for `linux'.
14150         (org-file-apps): Doc fix.
14152 2005-07-04  David Ponce  <david@dponce.com>
14154         * tree-widget.el: Improve header Commentary section.
14155         (tree-widget) [defgroup]
14156         (tree-widget-image-enable, tree-widget-themes-directory)
14157         (tree-widget-theme, tree-widget-image-properties-emacs)
14158         (tree-widget-image-properties-xemacs, tree-widget-create-image)
14159         (tree-widget-image-formats, tree-widget-control)
14160         (tree-widget-empty-control, tree-widget-leaf-control
14161         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14162         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14163         (tree-widget-keep, tree-widget-after-toggle-functions)
14164         (tree-widget-open-node, tree-widget-close-node): Doc fix.
14165         (tree-widget-open-control, tree-widget-close-control): Fix doc and
14166         :help-echo message.
14167         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
14168         (tree-widget-image-properties): Doc fix.  Clearer implementation.
14169         (tree-widget--cursors): New constant.
14170         (tree-widget-lookup-image): New function split from
14171         `tree-widget-find-image'.  Clearer implementation.
14172         (tree-widget-find-image): Use it.
14173         (tree-widget-button-keymap): Use `set-keymap-parent'.
14174         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14175         Define the sub-widgets here.
14176         (tree-widget-node): Check that :node is not a tree-widget.
14177         (tree-widget-get-super, tree-widget-open-control)
14178         (tree-widget-close-control, tree-widget-empty-control)
14179         (tree-widget-leaf-control, tree-widget-guide)
14180         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14181         (tree-widget-no-handle, tree-widget-value-delete)
14182         (tree-widget-map): Remove.
14183         (tree-widget-children-value-save): Doc fix.  Simplified.
14184         (tree-widget-value-create): Update according to previous changes.
14186 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
14188         * textmodes/org.el: Leading space replaced by TABS.
14189         (org-recalc-marks, org-table-rotate-recalc-marks)
14190         (org-table-get-specials): Treat "^" and "_" marks.
14191         (org-table-justify-field-maybe): Optional argument NEW.
14192         (org-table-eval-formula): Parsing of the format simplified.
14193         New modes C,I.  Honor the %= parameter in the current table.
14194         Avoid unnecessary re-align by using the NEW argument to
14195         `org-table-justify-field-maybe'.
14196         (org-calc-default-modes): Default for date-format mimicks org-mode.
14197         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14199 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
14201         * cus-face.el (custom-theme-set-faces): Make it handle face
14202         aliases whose alias declarations are pre- or autoloaded.
14204 2005-07-04  Juri Linkov  <juri@jurta.org>
14206         * faces.el (read-face-name): Put the code for getting a face name
14207         from the buffer before adding the faces from the `face' property.
14208         Use `completing-read-multiple' instead of `completing-read'.
14209         Require `crm'.  Add default value and post-process the returned
14210         list of faces.
14212         * emacs-lisp/crm.el (crm-find-current-element)
14213         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14215         * emacs-lisp/lisp-mode.el (eval-defun-1):
14216         * emacs-lisp/edebug.el (edebug-eval-defun):
14217         Remove unnecessary quotes.
14219 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14221         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14222         (prolog-indent-level): Fix typo in docstring.
14224         * info.el (Info-history, Info-history-forward)
14225         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14227         * add-log.el (add-change-log-entry):
14228         * comint.el (comint-dynamic-list-input-ring)
14229         (comint-dynamic-list-completions):
14230         * dabbrev.el (dabbrev-expand):
14231         * delim-col.el (delimit-columns-rectangle-line):
14232         * diff-mode.el (diff-context->unified, diff-reverse-direction)
14233         (diff-unified->context):
14234         * ediff-init.el (ediff-abbrev-jobname):
14235         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14236         (ediff-replace-session-activity-marker-in-meta-buffer):
14237         * info.el (Info-summary):
14238         * lpr.el (printify-region):
14239         * printing.el (pr-create-interface):
14240         * ps-print.el (ps-print-quote):
14241         * ses.el (ses-column-widths, ses-print-cell)
14242         (ses-adjust-print-width, ses-center):
14243         * shell.el (shell-file-name-quote-list):
14244         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14245         (strokes-fill-current-buffer-with-whitespace)
14246         (strokes-xpm-for-stroke, strokes-list-strokes)
14247         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14248         * term.el (term-dynamic-list-input-ring)
14249         (term-dynamic-list-completions):
14250         * calc/calc.el (math-format-stack-value):
14251         * emacs-lisp/edebug.el (edebug-display-freq-count):
14252         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14253         (delphi-new-comment-line):
14254         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14255         * progmodes/executable.el (executable-set-magic):
14256         * progmodes/python.el (inferior-python-mode):
14257         * progmodes/scheme.el (scheme-mode-syntax-table):
14258         * progmodes/sh-script.el (sh-maybe-here-document):
14259         * progmodes/sql.el (sql-copy-column):
14260         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14261         * textmodes/bibtex.el (bibtex-mode):
14262         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14263         (sgml-auto-attributes):
14264         * textmodes/table.el (table-insert, table-shorten-cell)
14265         (table--generate-source-scan-lines, table-delete-row)
14266         (*table--cell-delete-char, table--spacify-frame)
14267         (table--horizontally-shift-above-and-below)
14268         (table--cell-insert-char, table--cell-blank-str)
14269         (table--fill-region-strictly):
14270         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14271         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14273         * add-log.el (change-log):
14274         * apropos.el (apropos):
14275         * comint.el (comint-completion, comint-source):
14276         * dabbrev.el (dabbrev):
14277         * delim-col.el (columns):
14278         * diff-mode.el (diff-mode):
14279         * ediff.el (ediff):
14280         * ediff-diff.el (ediff-diff):
14281         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14282         * ediff-mult.el (ediff-mult):
14283         * ediff-ptch.el (ediff-ptch):
14284         * ediff-wind.el (ediff-window):
14285         * facemenu.el (facemenu):
14286         * indent.el (indent):
14287         * info.el (info):
14288         * jka-cmpr-hook.el (compression, jka-compr):
14289         * lpr.el (lpr):
14290         * outline.el (outlines):
14291         * pcmpl-cvs.el (pcmpl-cvs):
14292         * pcmpl-rpm.el (pcmpl-rpm):
14293         * printing.el (printing):
14294         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14295         (ps-print-vertical, ps-print-headers, ps-print-font)
14296         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14297         (ps-print-background, ps-print-printer, ps-print-page)
14298         (ps-print-miscellany):
14299         * ses.el (ses):
14300         * shell.el (shell, shell-directories, shell-faces):
14301         * startup.el (initialization):
14302         * strokes.el (strokes):
14303         * term.el (term):
14304         * uniquify.el (uniquify):
14305         * w32-vars.el (w32):
14306         * calc/calc.el (calc):
14307         * emacs-lisp/bytecomp.el (bytecomp):
14308         * emacs-lisp/cl-indent.el (lisp-indent):
14309         * emacs-lisp/edebug.el (edebug):
14310         * emacs-lisp/elp.el (elp):
14311         * emacs-lisp/testcover.el (testcover):
14312         * emacs-lisp/trace.el (trace):
14313         * emulation/viper-ex.el (viper-ex):
14314         * emulation/viper-mous.el (viper-mouse):
14315         * mail/mailalias.el (mailalias):
14316         * mail/supercite.el (supercite, supercite-frames)
14317         (supercite-attr, supercite-cite, supercite-hooks):
14318         * net/rcompile.el (remote-compile):
14319         * net/rlogin.el (rlogin):
14320         * obsolete/ooutline.el (outlines):
14321         * progmodes/delphi.el (delphi):
14322         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14323         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14324         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14325         (ebnf-optimization):
14326         * progmodes/etags.el (etags):
14327         * progmodes/executable.el (executable):
14328         * progmodes/idlwave.el (idlwave):
14329         * progmodes/pascal.el (pascal):
14330         * progmodes/prolog.el (prolog):
14331         * progmodes/python.el (python):
14332         * progmodes/scheme.el (scheme):
14333         * progmodes/sh-script.el (sh, sh-script):
14334         * progmodes/sql.el (SQL):
14335         * progmodes/tcl.el (tcl):
14336         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14337         * textmodes/enriched.el (enriched):
14338         * textmodes/makeinfo.el (makeinfo):
14339         * textmodes/sgml-mode.el (sgml):
14340         * textmodes/table.el (table-hooks):
14341         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14342         * textmodes/texinfo.el (texinfo):
14343         * textmodes/two-column.el (two-column):
14344         Finish `defgroup' description with period.
14346         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14347         * eshell/esh-var.el (eshell-var):
14348         * progmodes/vhdl-mode.el (vhdl-testbench):
14349         * textmodes/org.el (org): Fix typos in docstrings.
14351         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14352         consistency.
14354         * progmodes/flymake.el (flymake-find-file): Remove.
14355         (flymake-float-time): Use `with-no-warnings'.
14356         (flymake-check-start-time, flymake-check-was-interrupted)
14357         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14358         (flymake-new-err-info): `defvar' at compile time.
14360 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14362         * replace.el (occur-hook): Doc fix.
14363         (occur-1): Don't call `occur-hook' if there are no matches.
14365 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14367         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14368         global-map, save the same map.
14369         (global-map): Don't alter it at top level.
14370         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14371         Then alter it here instead.
14372         (tpu-edt-off): Set global-map to the saved one.
14374         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14375         All references simplified.
14376         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14377         (zmacs-regions): Add defvar.
14378         (repeat-complex-command-map): Everything about that deleted.
14380         * textmodes/artist.el (artist-key-is-drawing)
14381         (artist-key-endpoint1, artist-key-poly-point-list)
14382         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14383         (artist-key-compl-table, artist-rb-save-data)
14384         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14385         Don't put them in eval-when-compile.
14386         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14388         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14389         Use with-no-warnings.
14391         * net/browse-url.el (dos-windows-version): Add defvar.
14393         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14395         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14396         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14397         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14398         Add defvar.
14399         (rmail-summary-beginning-of-message): Use with-no-warnings.
14400         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14402         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14403         Use with-no-warnings.
14405         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14406         (c-mark-function): Add point-moving-unit property.
14407         (vi-goto-line): Use with-no-warnings.
14409         * emulation/edt.el (edt-last-copied-word): Add defvar.
14410         (zmacs-region-stays): Likewise.
14411         (edt-mark-section-wisely): Use c-mark-function for C.
14412         Use makr-defun for Fortran.
14413         (time-string): defvar deleted.
14414         (edt-display-the-time): Don't set time-string.
14416         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14418         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14419         Don't warn when name is not constant
14420         or for defining the group `emacs'.
14422         * tooltip.el (gud-tooltip-mode): Add defvar.
14424         * startup.el (default-frame-background-mode): Add defvar.
14426         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14428         * info.el (tool-bar-map): Add defvar.
14430         * dired.el (dnd-protocol-alist): Add defvar.
14432         * dired-aux.el (dired-query): Display question with answer, when
14433         the user answers.
14435         * custom.el (custom-add-option): Doc fix.
14437         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14439 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14441         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14442         bogus name from the last change.
14444 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14446         * custom.el (custom-declare-variable): Fix typos in comment.
14447         (custom-known-themes): Doc fix.
14448         (custom-theme-directory): New defcustom.
14449         (require-theme): Make it check `custom-theme-directory'.
14451         * cus-theme.el (custom-new-theme-mode): New function.
14452         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14453         (custom-theme-description): Add compiler defvars.
14454         (customize-create-theme): Add doc to the "*New Custom Theme*"
14455         buffer.  Use `custom-new-theme-mode'.
14456         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14457         and save it to the `custom-theme-directory'.  Make this the
14458         default directory of the buffer.
14460 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14462         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14463         Fix unbalanced parentheses.
14465 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14467         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14468         into flymake-mode and delegate to flymake-mode.
14470         * find-file.el (ff-which-function-are-we-in): Clean up.
14472 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14474         * replace.el (occur-rename-buffer): Fix docstring.
14476         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14477         (edt-last-copied-word, edt-learn-macro-count)
14478         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14479         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14480         (time-string, zmacs-region-stays):
14481         * emulation/edt-mapper.el (edt-save-function-key-map)
14482         (EDT-key-name): `defvar' to silence the byte-compiler.
14484 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14486         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14487         font-lock-regexp-backslash.  Doc fix.
14488         (font-lock-regexp-backslash-grouping-construct): Rename from
14489         font-lock-regexp-backslash-construct.  Doc fix.
14490         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14491         grouping constructs.
14493 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14495         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14496         updating all the prerequisites.
14498 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14500         * textmodes/org.el (org-agenda-start-on-weekday)
14501         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14502         (org-agenda-use-time-grid, org-archive-location)
14503         (org-allow-space-in-links, org-usenet-links-prefer-google)
14504         (org-enable-table-editor, org-export-default-language)
14505         (org-export-html-show-new-buffer, org-fill-paragraph)
14506         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14507         (org-goto-quit, org-occur, org-eval-in-calendar)
14508         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14509         (org-agenda-diary-entry, org-remember-help)
14510         (org-table-convert-region, org-at-table-p)
14511         (org-table-move-row-down, org-table-move-row-up)
14512         (org-table-copy-region, org-table-toggle-vline-visibility)
14513         (org-table-get-stored-formulas, org-table-get-specials)
14514         (org-recalc-commands, org-table-eval-formula)
14515         (org-table-formula-substitute-names, orgtbl-make-binding)
14516         (org-format-org-table-html, org-format-table-table-html)
14517         (org-format-table-table-html-using-table-generate-source)
14518         (org-customize): Fix typos in docstrings.
14519         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14520         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14521         (org-back-to-heading): Doc fixes.
14522         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14523         (org-agenda-change-all-lines, org-get-header):
14524         Improve argument/docstring consistency.
14525         (orgtbl-error): Fix error message.
14527         * progmodes/flymake.el (flymake-find-possible-master-files)
14528         (flymake-master-file-compare, flymake-get-line-err-count)
14529         (flymake-highlight-line, flymake-gui-warnings-enabled):
14530         Fix typos in docstrings.
14531         (flymake-parse-line, flymake-get-project-include-dirs-function)
14532         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14533         Doc fixes.
14534         (flymake-get-project-include-dirs-function)
14535         (flymake-make-err-menu-data):
14536         Improve argument/docstring consistency.
14538 2005-07-01  Lute Kamstra  <lute@gnu.org>
14540         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14541         Catch errors with ignore-errors.  Use temporary buffer.
14542         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14544         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14545         background color faces.
14546         (facemenu-set-foreground, facemenu-set-background):
14547         Use facemenu-set-face-from-menu.
14548         (facemenu-set-face-from-menu): Treat face names that start with
14549         "fg:" or "bg:" as special.
14550         (facemenu-add-new-color): Don't create faces.  Simplify.
14552 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14554         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14555         (crm-find-current-element): Likewise.
14557 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14559         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14561 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14563         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14564         (archive-mouse-extract): Make it an obsolete alias.
14565         (archive-mode-map): Don't use archive-mouse-extract any more.
14566         (archive-mode, archive-extract): write-contents-hooks ->
14567         write-contents-functions.
14568         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14569         first arg.
14570         (archive-rename-entry): Update the call.
14571         (archive-zip-summarize): Remove unused var `method'.
14572         (archive-lzh-summarize): Remove unused var `creator'.
14574         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14575         dedicated frame upon exit.
14577         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14578         (archive-zip-extract, archive-zip-expunge)
14579         (archive-zip-update, archive-zip-update-case): Use executable-find.
14580         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14581         Use restore-buffer-modified-p.
14582         (archive-extract, archive-add-new-member, archive-write-file-member):
14583         Use with-current-buffer.
14584         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14586 2005-06-30  Andreas Schwab  <schwab@suse.de>
14588         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14590 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14592         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14594 2005-06-30  Juri Linkov  <juri@jurta.org>
14596         * faces.el (vertical-border): Inherit from mode-line-inactive
14597         only on tty.
14599 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14601         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14602         example, -NLINES in the `occur' docstring).
14604         * replace.el (occur-1): When no matches are found, do not set the
14605         `buffer-read-only' and modified flags for the occur buffer,
14606         because it is deleted.
14608         * emulation/cua-base.el (cua-check-pending-input)
14609         (cua-repeat-replace-region, cua-mode, cua-debug)
14610         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14611         Fix typos in docstrings.
14613         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14614         (cua-cut-region-to-global-mark)
14615         (cua--cut-rectangle-to-global-mark):
14616         Remove period from end of messages.
14618         * emulation/cua-rect.el (cua-do-rectangle-padding):
14619         Remove period from end of messages.
14620         (cua--rectangle-seq-format): Fix typo in docstring.
14621         (cua-sequence-rectangle, cua-fill-char-rectangle):
14622         Improve argument/docstring consistency.
14624 2005-06-29  Juri Linkov  <juri@jurta.org>
14626         * faces.el (default-frame-background-mode): New internal variable.
14627         (frame-set-background-mode): Use it.
14629         * startup.el (normal-top-level): Set default-frame-background-mode
14630         instead of frame-background-mode.  Before setting it, test for its
14631         nil value.  Remove tests for frame-background-mode and frame
14632         parameter `reverse'.  Add test for "unspecified-fg".
14634         * term/xterm.el (xterm-rxvt-set-background-mode):
14635         * term/rxvt.el (rxvt-set-background-mode):
14636         Set default-frame-background-mode instead of frame-background-mode.
14638 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14640         * simple.el (set-variable): Warn about obsolete user variables.
14642         * imenu.el (imenu--completion-buffer):
14643         * mouse.el (mouse-buffer-menu-alist):
14644         * msb.el (msb-invisible-buffer-p):
14645         * calendar/diary-lib.el (diary-header-line-format):
14646         * emacs-lisp/pp.el (pp-buffer):
14647         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14648         * textmodes/picture.el (picture-replace-match):
14649         Change space constants followed by a sexp to "?\s ".
14651         * play/decipher.el (decipher-loop-with-breaks):
14652         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14653         constants "protected" from end of line by a comment to "?\s".
14655 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14657         * font-lock.el (save-buffer-state): Use `declare'.
14659         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14660         reset the syntax-table to cperl-mode-syntax-table.
14661         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14662         "foo_print_bar" is not matched as a reserved keyword.
14664 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14666         * textmodes/org.el (orgtbl-setup): New function, for delayed
14667         setup for the orgtbl commands.
14668         (org-calc-default-modes): New option.
14669         (orgtbl-make-binding): Use `defun' to get better help display.
14670         (org-diary): Call `org-compile-prefix-format'.
14671         (org-table-formula-substitute-names): New function.
14672         (org-agenda-day-view, org-agenda-week-view): New commands.
14673         (org-agenda-toggle-week-view): Command removed.
14674         (org-tbl-menu): Split off from org-org-menu.
14675         (org-mode): Move removal of outline-mode menus to here.
14676         (org-table-formula-debug): New option.
14677         (org-table-insert-row): Keep first field if just "#" or "*".
14678         (org-mode): Paragraph regexps fixed.
14679         (org-table-recalculate-regexp): New constant.
14680         (org-table-justify-field-maybe): Avoid replace if not necessary.
14681         (org-copy-special, org-cut-special): Use `call-interactively'.
14682         (org-table-copy-region): Take region from `interactive' call.
14683         (org-trim): Return string even if no match.
14684         (org-formula): New face.
14685         (org-set-font-lock-defaults): No longer highlight "FIXME".
14686         But highlight formula-related fields in table.
14687         (org-table-p): Use regexp, not fontification.
14688         (org-table-align): Handle white space at end of line.
14689         (org-table-formula-evaluate-inline): New option.
14690         (org-mode): Auto-wrapping in comment lines turned off.
14691         (org-table-copy-down): Evaluate only in copied field, not in
14692         destination.
14693         (org-table-current-formula): Variable removed.
14694         (org-table-store-formulas, org-table-get-stored-formulas)
14695         (org-table-modify-formulas, org-table-replace-in-formulas)
14696         (org-table-maybe-eval-formula): New functions.
14697         (org-table-get-formula): Modify to use stored formulas.
14698         (org-table-insert-column, org-table-delete-column)
14699         (org-table-move-column): Call `org-table-modify-formulas'.
14700         (org-complete): Add completion for keyword formulas.
14701         (orgtbl-mode): Pull orgtbl-mode-map to start of
14702         minor-mode-map-alist.
14704 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14706         * progmodes/python.el (python-check): Require `compile' before
14707         modifying its variables.
14709         * newcomment.el (comment-indent-default): Don't get fooled by an early
14710         end of buffer.
14712 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14714         * ps-print.el (ps-print-version): Fix version number.
14716 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14718         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14720 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14722         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14723         (flyspell-local-mouse-map): Declaration deleted.
14724         (flyspell-mouse-map): Bind only mouse-2.
14725         (flyspell-mode-map): Don't test flyspell-use-local-map.
14726         (flyspell-overlay-keymap-property-name): Var deleted.
14727         (flyspell-mode-on): Don't make local bindings for
14728         flyspell-mouse-map and flyspell-mode-map.
14729         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14731         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14733         * progmodes/compile.el (compilation-next-error-function):
14734         Don't switch buffers; operate on the current buffer.
14736         * progmodes/compile.el (compilation-error-file-name)
14737         (compilation-warning-file-name, compilation-info-file-name)
14738         (compilation-line-number, compilation-column-number): New faces.
14739         (compilation-error-face, compilation-warning-face)
14740         (compilation-info-face, compilation-line-face)
14741         (compilation-column-face): Use them.
14743         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14745         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14747         * bindings.el (global-map): Bind insertchar and its variants.
14749 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14751         * textmodes/artist.el (artist-text-overwrite)
14752         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14754 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14756         * ps-print.el: It was not working the page selection for printing.
14757         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14758         (ps-print-version): New version 6.6.7.
14759         (ps-end-sheet): New fun.
14760         (ps-header-sheet, ps-end-job): Call it.
14762 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14764         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14766 2005-06-27  Lute Kamstra  <lute@gnu.org>
14768         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14769         background color faces.
14770         (facemenu-get-face): Delete function.
14771         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14772         (facemenu-add-new-color): Make second argument mandatory.
14773         Create the appropriate face and return it.  Simplify.
14774         (facemenu-set-foreground, facemenu-set-background): Don't check if
14775         color is defined.  Use return value of facemenu-add-new-color.
14777 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14779         * progmodes/gud.el (gud-filter): Add missing argument to
14780         with-selected-window.
14782 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14784         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14785         a :require to the defcustom.
14787         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14788         defcustoms corresponding to minor modes.
14790 2005-06-26  David Ponce  <david@dponce.com>
14792         * recentf.el: Require tree-widget instead of wid-edit.
14793         (recentf-filename-handler): Fix widget :type.
14794         (recentf-cancel-dialog, recentf-open-more-files)
14795         (recentf-open-files-action): Doc fix.
14796         (recentf-dialog-goto-first): New function.
14797         (recentf-dialog-mode-map): Set parent keymap first.
14798         (recentf-dialog-mode): Define with define-derived-mode.
14799         Don't display continuation lines in dialogs.
14800         (recentf-edit-list): Rename from recentf-edit-selected-items.
14801         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14802         Simplify.
14803         (recentf-edit-list-validate): New function.
14804         (recentf-edit-list): Update accordingly.
14805         (recentf-open-files-item-shift): Remove.
14806         (recentf-open-files-item): Convert menu elements into tree and
14807         link widgets.  Don't create the widgets.
14808         (recentf-open-files): Update accordingly.
14809         (recentf-save-list): Untabify.
14811 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14813         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14814         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14815         partially contained in the active region.  Do not take active
14816         region into account when called from Lisp, unless INTERACTIVE arg
14817         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14818         avoid trouble with fields.  Make marker point nowhere when no
14819         longer used.  Always return nil.  Doc fix.
14820         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14821         into account when called from Lisp, unless INTERACTIVE arg is
14822         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14823         avoid trouble with fields.  Make marker point nowhere when no
14824         longer used.  Always return nil.  Doc fix.
14825         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14826         interchangeable.  Do not take active region into account when
14827         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14828         message in echo area when called from Lisp, unless INTERACTIVE arg
14829         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14830         Return the number of matches.  Doc fix.
14831         (occur): Doc fix.
14832         (perform-replace): Make comment follow double space convention for
14833         the sake of `outline-minor-mode'.
14835         * faces.el (facep): Doc fix.
14837 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14839         * facemenu.el (facemenu-enable-faces-p): New function.
14840         (facemenu-background-menu, facemenu-foreground-menu)
14841         (facemenu-face-menu): Add menu-enable property.
14843         * jka-compr.el (jka-compr-insert-file-contents):
14844         Special handling if cannot find the uncompression program.
14846         * cus-face.el (custom-face-attributes): Add autoload.
14848         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14849         Bind comment-indent-function locally.
14851         * window.el (save-selected-window): Use save-current-buffer.
14853         * subr.el (with-selected-window): Use save-current-buffer.
14855         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14856         and with-current-buffer.
14858 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14860         * simple.el (line-move-1): Fix previous change.
14862 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14864         * replace.el (occur-1): Set `buffer-read-only' and the
14865         buffer-modified flag before running `occur-hook' to protect
14866         against unintentional buffer switches that can lead to data loss.
14868 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14870         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14871         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14872         initial error.
14874         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14875         after fresh input.
14876         (gdb-var-create-handler): Put name of expression in quotes.
14878 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14880         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14881         elements of RING in order, and without bogus nil elements.
14883 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14885         * simple.el (set-variable): Args renamed; doc fix.
14886         (line-move-1): When there are overlays around, use vertical-motion.
14888         * faces.el (escape-glyph): Use brown against light background.
14889         (nobreak-space): Rename from no-break-space.
14890         Fix previous change.
14892         * dired-aux.el (dired-do-copy): Fix arg prompt.
14894         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14896 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14898         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14899         rather than "Distributor".
14901 2005-06-23  Lute Kamstra  <lute@gnu.org>
14903         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14904         (debug-on-entry): Use it.  New interactive declaration that uses
14905         function-called-at-point.
14907 2005-06-23  Kim F. Storm  <storm@cua.dk>
14909         * subr.el (save-match-data): Add comment about using evaporate arg
14910         to set-match-data.
14912 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14914         * cus-edit.el (customize-face)
14915         (customize-face-other-window): Handle face aliases.
14917         * faces.el (face-documentation, set-face-attribute)
14918         (face-spec-set): Handle face aliases.
14920 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14922         * help-mode.el (help-make-xrefs): If a symbol representing a face
14923         name is not followed by the word "face", it could still be a
14924         function or variable name, so don't bypass other checks.
14926 2005-06-22  Juri Linkov  <juri@jurta.org>
14928         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14929         Replace aliased functions with calls where second arg `inherit' is t.
14931 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14933         * progmodes/gdb-ui.el (gdb-error): New variable.
14934         (gdb-error): New function.
14935         (gdb-annotation-rules): Act on error-begin and error annotations.
14936         (gdb-concat-output): Use font-lock-warning-face for errors.
14938 2005-06-22  Miles Bader  <miles@gnu.org>
14940         * bindings.el (propertized-buffer-identification): Use renamed
14941         `Buffer-menu-buffer' face.
14943         * faces.el (vertical-border): Rename from `vertical-divider'.
14944         (escape-glyph): Change dark-background color back to `cyan'.
14946 2005-06-21  Juri Linkov  <juri@jurta.org>
14948         * faces.el (face-user-default-spec): Try getting `customized-face'
14949         prior to `saved-face'.
14950         (frame-background-mode): Refill docstring.
14952         * emacs-lisp/lisp-mode.el (eval-defun-1):
14953         * emacs-lisp/edebug.el (edebug-eval-defun):
14954         Set `saved-face' temporarily to nil before calling form.
14955         Set `customized-face' to the new spec after that.
14957 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14959         * subr.el (1value, lambda, key-substitution-in-progress):
14960         Doc fixes.
14962         * autoinsert.el (auto-insert-alist):
14963         * ses.el (ses-call-printer):
14964         * subr.el (noreturn):
14965         * emacs-lisp/lisp.el (check-parens):
14966         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14967         * net/browse-url.el (browse-url-mosaic):
14968         * progmodes/cc-defs.el (c-safe-scan-lists):
14969         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14970         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14971         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14972         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14973         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14974         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14976 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14978         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14980 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14982         * calendar/appt.el (appt-make-list): Activate the package, if
14983         not already active (for backwards compatibility).
14985 2005-06-20  Kim F. Storm  <storm@cua.dk>
14987         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14989 2005-06-20  Miles Bader  <miles@gnu.org>
14991         * faces.el (vertical-divider): New face.
14993 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14995         * simple.el (kill-whole-line): Doc fix.
14996         (next-error-buffer-p, next-error-find-buffer)
14997         (clone-indirect-buffer): Fix typos in docstrings.
14998         (comment-line-break-function): Doc fix: don't say variable
14999         is automatically buffer-local (it isn't).
15001 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
15003         * net/tramp-ftp.el (top):
15004         * net/tramp-smb.el (top):
15005         * net/tramp-util.el (top):
15006         * net/tramp-uu.el (top):
15007         * net/tramp-vc.el (top):
15008         * net/tramp.el (top): Revert copyright years back to original
15009         ones.  Tramp has a life outside GNU Emacs.
15011 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
15013         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15015 2005-06-18  Juri Linkov  <juri@jurta.org>
15017         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15018         end of first regexp to limit the match to the position between
15019         line number and source line with same separator character as used
15020         between file name and line number.  In the second regexp limit
15021         mouse-face area to file name and line number by adding new group
15022         for them and referring it in HYPERLINK arg.
15023         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15024         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15025         previous line where grep markers may be already removed.
15027 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
15029         * progmodes/ps-mode.el: Update version and maintainer's email address.
15031 2005-06-18  Steve Youngs  <steve@xemacs.org>
15033         * net/browse-url.el (browse-url-browser-function)
15034         (browse-url-default-browser): Add firefox.
15035         (browse-url-firefox-program, browse-url-firefox-arguments)
15036         (browse-url-firefox-startup-arguments)
15037         (browse-url-firefox-new-window-is-tab): New defcustoms.
15038         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15040 2005-06-17  Richard M. Stallman  <rms@gnu.org>
15042         * startup.el (command-line): Warn if specified user name has
15043         no home directory.
15045         * term.el (term-get-old-input, term-input-filter, term-input-sender)
15046         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15048         * longlines.el (longlines-mode, longlines-show-hard-newlines):
15049         Doc fixes.
15051         * faces.el (underline): Try bold if terminal doesn't support underline.
15053         * mail/sendmail.el (mail-setup-with-from): New variable.
15054         (mail-insert-from-field): New function.
15055         (sendmail-send-it): Call it.
15056         (mail-setup): Optionally call it here.
15058         * term/linux.el: Call tty-no-underline.
15060 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
15062         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15064 2005-06-17  Miles Bader  <miles@gnu.org>
15066         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15067         (ediff-current-diff-C, ediff-current-diff-Ancestor)
15068         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15069         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15070         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15071         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15072         Remove "-face" suffix from face names.
15073         (ediff-current-diff-face-A, ediff-current-diff-face-B)
15074         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15075         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15076         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15077         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15078         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15079         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15080         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15081         New backward-compatibility aliases for renamed faces.
15082         (ediff-current-diff-face-A, ediff-current-diff-face-B)
15083         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15084         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15085         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15086         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15087         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15088         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15089         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15090         Use renamed ediff faces.
15092         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15093         Remove "-face" suffix from face names.
15094         (eshell-test-ok-face, eshell-test-failed-face):
15095         New backward-compatibility aliases for renamed faces.
15096         (eshell-run-test): Use renamed eshell-test faces.
15098         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15099         face name.
15100         (eshell-prompt-face): New backward-compatibility alias for renamed
15101         face.
15102         (eshell-emit-prompt): Use renamed eshell-prompt face.
15104         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15105         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15106         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15107         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15108         Remove "-face" suffix from face names.
15109         (eshell-ls-directory-face, eshell-ls-symlink-face)
15110         (eshell-ls-executable-face, eshell-ls-readonly-face)
15111         (eshell-ls-unreadable-face, eshell-ls-special-face)
15112         (eshell-ls-missing-face, eshell-ls-archive-face)
15113         (eshell-ls-backup-face, eshell-ls-product-face)
15114         (eshell-ls-clutter-face):
15115         New backward-compatibility aliases for renamed faces.
15116         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15118         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15119         Remove "-face" suffix from face name.
15120         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15121         instead of literal face.
15123 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
15125         * emacs-lisp/warnings.el (display-warning, lwarn)
15126         (warning-minimum-log-level): Doc fixes.
15127         (warning-minimum-level, warning-minimum-log-level):
15128         Add :debug to :type choices.
15130         * progmodes/ada-mode.el (ada-format-paramlist)
15131         (ada-get-indent-case, ada-check-matching-start)
15132         (ada-check-defun-name, ada-goto-matching-decl-start)
15133         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15134         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15135         (ada-make-subprogram-body): Follow error conventions.
15136         (ada-case-exception-file, ada-indent-comment-as-code)
15137         (ada-indent-handle-comment-special, ada-indent-renames)
15138         (ada-indent-return, ada-search-directories-internal)
15139         (ada-tab-policy, ada-case-exception-substring)
15140         (ada-other-file-alist, ada-matching-start-re)
15141         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15142         (ada-imenu-generic-expression, ada-compile-goto-error)
15143         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15144         (ada-popup-menu, ada-add-extensions, ada-mode)
15145         (ada-region-selected, ada-create-case-exception)
15146         (ada-create-case-exception-substring, ada-after-keyword-p)
15147         (ada-activate-keys-for-case, ada-adjust-case-region)
15148         (ada-adjust-case-buffer, ada-format-paramlist)
15149         (ada-scan-paramlist, ada-insert-paramlist)
15150         (ada-indent-newline-indent)
15151         (ada-indent-newline-indent-conditional)
15152         (ada-justified-indent-current, ada-goto-previous-word)
15153         (ada-indent-current, ada-get-indent-open-paren)
15154         (ada-get-indent-paramlist, ada-get-indent-end)
15155         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15156         (ada-get-indent-block-start, ada-get-indent-subprog)
15157         (ada-get-indent-noindent, ada-get-indent-label)
15158         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15159         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15160         (ada-goto-stmt-end, ada-goto-next-word)
15161         (ada-check-matching-start, ada-check-defun-name)
15162         (ada-goto-matching-decl-start, ada-goto-matching-start)
15163         (ada-goto-matching-end, ada-search-ignore-string-comment)
15164         (ada-in-decl-p, ada-looking-at-semi-or)
15165         (ada-looking-at-semi-private, ada-in-paramlist-p)
15166         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15167         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15168         (ada-next-procedure, ada-previous-procedure, ada-next-package)
15169         (ada-previous-package, ada-create-menu)
15170         (ada-fill-comment-paragraph-justify)
15171         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15172         (ada-other-file-name, ada-last-which-function-line)
15173         (ada-last-which-function-subprog, ada-which-function)
15174         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15175         (ada-gen-treat-proc, ada-check-emacs-version)
15176         (ada-continuation-indent, ada-align-region-separate):
15177         Fix typos in docstrings.
15178         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15180 2005-06-16  Lute Kamstra  <lute@gnu.org>
15182         * simple.el (fundamental-mode): Run after-change-major-mode-hook
15183         conditionally.
15185 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15187         * comint.el (comint-replace-by-expanded-filename)
15188         (comint-prompt-regexp, comint-delimiter-argument-list)
15189         (comint-preinput-scroll-to-bottom):
15190         * info.el (Info-hide-cookies-node):
15191         * ls-lisp.el (ls-lisp-classify):
15192         * find-file.el (ff-search-directories, ff-special-constructs)
15193         (ff-find-other-file):
15194         * font-lock.el (font-lock-keywords):
15195         * shell.el (shell-prompt-pattern)
15196         (shell-dynamic-complete-functions, shell-mode)
15197         (shell-delimiter-argument-list):
15198         * term.el (term-replace-by-expanded-filename)
15199         (term-prompt-regexp, term-delimiter-argument-list):
15200         * woman.el (woman-ignore, woman0-if):
15201         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15202         * emacs-lisp/elint.el (elint-init-env):
15203         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15204         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15205         * language/ethio-util.el (ethio-tilde-escape)
15206         (ethio-use-three-dot-question):
15207         * net/zone-mode.el (zone-mode-load-time-setup):
15208         * progmodes/cc-align.el (c-lineup-argcont):
15209         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15210         * progmodes/cperl-mode.el (cperl-set-style-back):
15211         * progmodes/inf-lisp.el (inferior-lisp-prompt):
15212         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15213         Fix spellings in docstrings.
15215         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15216         * progmodes/modula2.el (m2-for): Fix spellings.
15218         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15220         * simple.el (undo-more): Don't use `format' on `error' arguments.
15221         Improve argument/docstring consistency.
15222         (pending-undo-list): Doc fix.
15224         * smerge-mode.el (smerge-ensure-match):
15225         * emulation/vip.el (vip-ex):
15226         * net/zone-mode.el (zone-mode-update-serial):
15227         * progmodes/idlwave.el (idlwave-complete):
15228         * progmodes/vhdl-mode.el (vhdl-visit-file)
15229         (vhdl-compose-wire-components):
15230         Don't use `format' on `error' arguments.
15232         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15233         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15234         (tooltip-help-tips): Fix typos in docstrings.
15236 2005-06-16  David Ponce  <david@dponce.com>
15238         * tree-widget.el (tree-widget-value-create): Simplify last change.
15240 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
15242         * ido.el (ido-incomplete-regexp): New variable.
15243         (ido-set-matches-1): Handle invalid-regexp error and set
15244         ido-incomplete-regexp.
15245         (ido-incomplete-regexp): New face.
15246         (ido-completions): Use it.
15247         (ido-complete, ido-exit-minibuffer, ido-completions):
15248         Handle incomplete regexps.
15249         (ido-completions): Add check for complete match when entering a regexp.
15251 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15253         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15255 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15257         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15258         by field delimiters.
15260 2005-06-15  David Ponce  <david@dponce.com>
15262         * tree-widget.el: eval-and-compile inlined functions so they will
15263         be available at run-time too.
15264         (tree-widget-super-format-handler)
15265         (tree-widget-format-handler): Remove.
15266         (tree-widget-value-create): Handle the :indent property.
15268 2005-06-15  Miles Bader  <miles@gnu.org>
15270         * progmodes/which-func.el (which-func): Only inherit
15271         `font-lock-function-name-face' when that makes sense against the
15272         default mode-line face, otherwise set the face color explicitly.
15274         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15275         faces instead of (non-existent) variables.
15277 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15279         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15280         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15282 2005-06-14  Miles Bader  <miles@gnu.org>
15284         * progmodes/ld-script.el (ld-script-location-counter):
15285         Remove "-face" suffix from face name.
15286         (ld-script-location-counter-face):
15287         New backward-compatibility alias for renamed face.
15288         (ld-script-location-counter-face): Use renamed face.
15290         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15291         (cperl-hash): Remove "-face" suffix from face names.
15292         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15293         New backward-compatibility aliases for renamed faces.
15294         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15295         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15297         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15298         name.
15299         (which-func-face): New backward-compatibility alias for renamed face.
15300         (which-func-format): Use renamed which-func face.
15302         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15303         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15304         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15305         names.
15306         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15307         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15308         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15309         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15310         (vhdl-speedbar-architecture-selected)
15311         (vhdl-speedbar-configuration-selected)
15312         (vhdl-speedbar-package-selected)
15313         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15314         names.
15315         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15316         Use renamed faces.
15317         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15318         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15319         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15320         Use renamed faces.
15321         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15322         names.
15323         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15324         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15325         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15326         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15327         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15328         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15330         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15331         face name.
15332         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15333         (sh-heredoc-face): Use renamed sh-heredoc face.
15335         * progmodes/idlw-help.el (idlwave-help-link):
15336         Remove "-face" suffix from face name.
15337         (idlwave-help-link-face):
15338         New backward-compatibility alias for renamed face.
15339         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15341         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15342         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15343         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15344         New backward-compatibility aliases for renamed faces.
15345         (idlwave-shell-disabled-breakpoint-face)
15346         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15348         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15349         Remove "-face" suffix from face names.
15350         (flymake-errline-face, flymake-warnline-face):
15351         New backward-compatibility aliases for renamed faces.
15352         (flymake-highlight-line): Use renamed flymake faces.
15354         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15355         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15356         (ebrowse-member-class, ebrowse-progress):
15357         Remove "-face" suffix from face names.
15358         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15359         (ebrowse-file-name-face, ebrowse-default-face)
15360         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15361         (ebrowse-progress-face):
15362         New backward-compatibility aliases for renamed faces.
15363         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15364         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15365         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15366         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15368         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15369         antlr-syntax)
15370         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15371         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15372         names.
15373         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15374         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15375         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15376         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15377         backward-compatibility aliases for renamed faces.
15378         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15379         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15380         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15381         remove "font-lock-".  Use renamed antlr-mode faces.
15382         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15383         literal face-names with face variable references.
15385         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15386         face name.
15387         (Buffer-menu-buffer-face): New backward-compatibility alias for
15388         renamed face.
15389         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15391 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15393         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15394         Eliminate "-face" suffix.
15395         (makefile-targets): Inherit from font-lock-function-name-face and
15396         eliminate "-face" suffix.
15397         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15398         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15399         actions, instead of prepending, to make it less visible.
15400         (makefile-previous-dependency, makefile-match-dependency):
15401         Don't match a target on a continuation line.
15403         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15405 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15407         * progmodes/gdb-ui.el (menu): Re-order menu items.
15408         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15410         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15411         Define in tooltip.el.
15412         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15413         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15414         gud-tooltip-echo-area.
15416         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15417         backward compatibility and make obsolete.
15418         (tooltip-help-tips): Use tooltip-use-echo-area.
15419         (tooltip-show-help-function): Rename to...
15420         (tooltip-show-help): ...this, because it is a function.
15421         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15423 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15425         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15426         (edebug-print-length, edebug-print-level, edebug-print-circle)
15427         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15428         (edebug-eval-print-last-sexp): Doc fixes.
15430 2005-06-14  Kim F. Storm  <storm@cua.dk>
15432         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15433         as the coverage buffer/file/both may change.
15435 2005-06-14  Lute Kamstra  <lute@gnu.org>
15437         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15438         and run-mode-hooks.  Simplify.
15440         * mail/rmailedit.el (rmail-edit-mode):
15441         * progmodes/octave-inf.el (inferior-octave-mode):
15442         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15444         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15445         and run-mode-hooks.
15446         (recentf-edit-list, recentf-open-files): Don't call
15447         kill-all-local-variables directly.
15449         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15451 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15453         * emacs-lisp/byte-run.el (make-obsolete)
15454         (define-obsolete-function-alias): Rename arguments FUNCTION and
15455         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15456         (make-obsolete-variable, define-obsolete-variable-alias):
15457         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15458         respectively.
15460         * isearchb.el (isearchb-activate):
15461         * pcvs.el (cvs-mode):
15462         * ses.el (ses-load):
15463         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15464         * net/tramp.el (tramp-find-file-exists-command)
15465         (tramp-find-shell):
15466         * progmodes/ada-mode.el (ada-create-case-exception)
15467         (ada-create-case-exception-substring, ada-make-subprogram-body):
15468         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15469         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15470         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15471         * textmodes/org.el (org-promote, org-evaluate-time-range)
15472         (org-agenda-next-date-line, org-agenda-previous-date-line)
15473         (org-agenda-error, org-open-at-point, org-table-move-row)
15474         (org-format-table-table-html-using-table-generate-source)
15475         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15476         * textmodes/reftex.el (reftex-access-scan-info):
15477         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15478         (reftex-toc-promote-prepare): Follow error conventions.
15480         * diff-mode.el (diff-mode): Fix typo in docstring.
15482         * forms.el (forms--intuit-from-file): Fix reference to
15483         `forms-number-of-fields' in error message.
15484         (forms-print): Fix quoting in error message.
15486         * forms.el (forms-mode):
15487         * emulation/vi.el (vi-goto-insert-state):
15488         * progmodes/flymake.el (flymake-new-err-info)
15489         (flymake-start-syntax-check-for-current-buffer)
15490         (flymake-simple-cleanup):
15491         * eshell/esh-var.el (eshell/export):
15492         * progmodes/gud.el (xdb):
15493         * textmodes/flyspell.el (flyspell-incorrect-hook)
15494         (flyspell-maybe-correct-transposition)
15495         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15497 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15499         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15500         minibuffer prompt.
15502 2005-06-13  Kim F. Storm  <storm@cua.dk>
15504         * subr.el (add-to-ordered-list): New defun.
15506         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15507         add cua--keymap-alist to emulation-mode-map-alists.
15509 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15511         * subr.el (complete-in-turn): New macro.
15512         (dynamic-completion-table, lazy-completion-table): Add debug info.
15514         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15515         in preference to face aliases.
15517         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15518         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15519         Remove unused vars `start' and `firstline'.
15520         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15521         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15523 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15525         * cus-start.el (all): Don't complain about missing GTK-related
15526         variables, unless either `gtk' is boundp or this isn't a
15527         `windows-nt' build.
15529 2005-06-13  Lute Kamstra  <lute@gnu.org>
15531         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15532         run-mode-hooks.
15534         * ediff-mult.el (ediff-meta-mode):
15535         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15537         * ledit.el (ledit-mode): Use delay-mode-hooks.
15539         * woman.el (woman-mode-line-format): Delete constant.
15540         (woman-mode-map): Initialize it properly.
15541         (woman-mode): Set mode-class property to special.
15542         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15543         Set major-mode and mode-name.  Don't set mode-line-format directly.
15544         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15546         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15547         string argument obsolete.
15549 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15551         * textmodes/org.el (org-CUA-compatible): New option.
15552         (org-disputed-keys): New variable.
15553         (org-key): New function.
15554         (orgtbl-make-binding): Add docstring to the created function.
15555         (org-mode): Set paragraph start/separate regexps.
15556         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15557         (org-archive-location, org-archive-mark-done)
15558         (org-archive-stamp-time): New options.
15559         (org-archive-subtree): New command.
15560         (org-fill-paragraph): New function.
15561         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15562         (org-fake-empty-table-line): Function removed.
15563         (org-format-org-table-html): Do not create empty table lines at
15564         separator lines.  Improved table header treatment.
15565         (org-link-format): New option.
15566         (org-make-link): New function.
15567         (org-insert-link, org-store-link): Use org-make-link.
15568         (org-open-file): Quote file name for shell command, to allow
15569         spaces in file names.
15570         (org-link-regexp): Fix bug with mailto link.
15571         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15572         New constants.
15573         (org-export-as-html): Deal with the optional angles around a link.
15574         Better treatment of file: links.
15575         (org-open-at-point): Replace @{ and @} with < and >.
15576         (org-run-mode-hooks): Function removed.
15577         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15579 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15581         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15582         MI command -data-list-register-values.
15583         (gdb-post-prompt): Indent properly.
15585 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15587         * hilit-chg.el (highlight-changes-colors): Rename from
15588         `highlight-changes-colours'.
15589         (highlight-changes-colours): Keep as obsolete alias.
15590         (highlight-changes-face-list): Doc fix.
15591         (hilit-chg-make-list): Use `highlight-changes-colors'.
15593 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15595         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15596         defun-prompt-regexp.
15598 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15600         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15601         and cygwin.
15603         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15604         Don't use an old loaddefs.el, as in Makefile.in.
15606 2005-06-12  Lute Kamstra  <lute@gnu.org>
15608         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15610         * man.el (Man-mode-map): Initialize it properly.
15611         (Man-mode): Set mode-class property to special.
15613         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15615 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15617         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15618         A newline is needed in the docstring there.
15620         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15621         Doc fixes.
15623 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15625         * printing.el: Doc fix.  The menubar is no more changed when printing
15626         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15627         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15628         (pr-version): New version number (6.8.4).
15629         (pr-menu-bind): New command.
15630         (pr-update-menus): Docstring and code fix.
15631         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15632         Docstring fix.
15633         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15634         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15636 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15638         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15639         "Returns" to "return", document useful return values, etc.
15641 2005-06-11  Alan Mackenzie  <acm@muc.de>
15643         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15644         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15645         (adaptive-file-function): Minor amendment to doc-string.
15647 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15649         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15650         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15651         Fix :type--it is `integer', not `string'.
15653         * faces.el (modeline-highlight): Rename from (the erroneous)
15654         `modeline-higilight'.
15656 2005-06-11  Lute Kamstra  <lute@gnu.org>
15658         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15659         lisp-interaction-mode-map but make it the parent.
15660         (edebug-eval-mode): Use define-derived-mode.
15662 2005-06-11  Andreas Schwab  <schwab@suse.de>
15664         * bindings.el: Add binding of `ESC functionkey' for every
15665         `M-functionkey'.
15666         * hexl.el (hexl-mode-map): Likewise.
15668 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15670         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15671         [msft]: update regexp for newer msft compilers.
15673 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15675         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15676         ATTLIST portions of included DTDs.
15677         (xml-parse-dtd): Eliminate use of inefficient match-data.
15679 2005-06-10  Miles Bader  <miles@gnu.org>
15681         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15682         (mpuz-text): Remove "-face" suffix from face names.
15683         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15684         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15685         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15687         * play/gomoku.el (gomoku-O, gomoku-X):
15688         Remove "-face" suffix from face names.
15689         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15690         New backward-compatibility aliases for renamed faces.
15691         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15693 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15695         * thumbs.el: Fixes for changes of 2005-06-09.
15696         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15697         as a directory.
15698         (thumbs-thumbname): Remove directory separator from format string;
15699         `thumbs-thumbsdir' now returns a valid directory name.
15700         (thumbs-temp-dir): New defsubst.
15701         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15702         Use it.
15704         * cus-edit.el (minibuffer):
15705         * files.el (make-backup-file-name-function):
15706         * filesets.el (filesets-external-viewers):
15707         * hilit-chg.el (highlight-changes-colours)
15708         (highlight-changes-face-list, highlight-changes-rotate-faces):
15709         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15710         * kmacro.el (kmacro-call-macro):
15711         * log-edit.el (log-edit-changelog-full-paragraphs):
15712         * mouse.el (mouse-1-click-follows-link):
15713         * skeleton.el (skeleton-autowrap):
15714         * subr.el (insert-for-yank-1):
15715         * tempo.el (tempo-insert-region):
15716         * terminal.el (terminal-emulator):
15717         * time.el (display-time-mail-face):
15718         * vc.el (vc-annotate):
15719         * vcursor.el (vcursor-copy-line):
15720         * woman.el (woman-bold-headings, woman-ignore)
15721         (woman-default-faces, woman-monochrome-faces):
15722         * calendar/todo-mode.el (todo-insert-threshold):
15723         * emulation/pc-select.el (pc-select-selection-keys-only)
15724         (pc-selection-mode):
15725         * emulation/vip.el (vip-find-char-forward):
15726         * emulation/viper-cmd.el (viper-find-char-forward):
15727         * international/mule-cmds.el
15728         (select-safe-coding-system-accept-default-p)
15729         (input-method-exit-on-invalid-key):
15730         * international/mule-diag.el (describe-coding-system):
15731         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15732         * net/browse-url.el (browse-url-xterm-program):
15733         * obsolete/lazy-lock.el (lazy-lock-mode):
15734         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15735         (cperl-mode):
15736         * progmodes/cpp.el (cpp-face-light-name-list)
15737         (cpp-face-dark-name-list):
15738         * progmodes/delphi.el (delphi-newline-always-indents):
15739         Fix spellings in docstrings.
15741         * ido.el (ido-mode, ido-file-extensions-order)
15742         (ido-default-file-method, ido-default-buffer-method)
15743         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15744         (ido-decorations, ido-read-file-name-as-directory-commands)
15745         (ido-read-file-name-non-ido, ido-work-directory-list)
15746         (ido-ignore-item-temp-list, ido-current-directory)
15747         (ido-magic-forward-char, ido-enter-find-file)
15748         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15749         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15751 2005-06-10  Lute Kamstra  <lute@gnu.org>
15753         * play/dunnet.el (dun-mode): Use define-derived-mode.
15754         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15755         obsolete alias.
15757         * play/doctor.el (doctor-mode-map): Remove defvar.
15758         (doctor-mode): Use define-derived-mode.
15760         * mail/mspools.el (mspools-mode):
15761         * net/eudc-hotlist.el (eudc-hotlist-mode):
15762         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15764 2005-06-10  Miles Bader  <miles@gnu.org>
15766         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15767         Remove "-face" suffix from face names.
15768         (flyspell-incorrect-face, flyspell-duplicate-face):
15769         New backward-compatibility aliases for renamed faces.
15770         (flyspell-mode-on, make-flyspell-overlay)
15771         (flyspell-highlight-incorrect-region)
15772         (flyspell-highlight-duplicate-region)
15773         (flyspell-display-next-corrections)
15774         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15776         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15777         from face name.
15778         (texinfo-heading-face): New backward-compatibility alias for
15779         renamed face.
15780         (texinfo-heading-face): Use renamed texinfo-heading face.
15782         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15783         suffix from face names.
15784         (tex-math-face, tex-verbatim-face):
15785         New backward-compatibility aliases for renamed faces.
15786         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15787         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15788         literal face name.
15790         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15791         name.
15792         (table-cell-face): New backward-compatibility alias for renamed face.
15793         (table--put-cell-face-property, table--update-cell-face):
15794         Use renamed table-cell face.
15796         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15797         from face name.
15798         (sgml-namespace-face): New backward-compatibility alias for
15799         renamed face.
15800         (sgml-namespace-face): Use renamed sgml-namespace face.
15802         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15803         (org-level-4, org-level-5, org-level-6, org-level-7)
15804         (org-level-8, org-warning, org-headline-done)
15805         (org-deadline-announce, org-scheduled-today)
15806         (org-scheduled-previously, org-link, org-done, org-table)
15807         (org-time-grid): Remove "-face" suffix from face names.
15808         (org-level-1-face, org-level-2-face, org-level-3-face)
15809         (org-level-4-face, org-level-5-face, org-level-6-face)
15810         (org-level-7-face, org-level-8-face, org-warning-face)
15811         (org-headline-done-face, org-deadline-announce-face)
15812         (org-scheduled-today-face, org-scheduled-previously-face)
15813         (org-link-face, org-done-face, org-table-face)
15814         (org-time-grid-face):
15815         New backward-compatibility aliases for renamed faces.
15816         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15817         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15818         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15819         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15821         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15822         (viper-minibuffer-emacs, viper-minibuffer-insert)
15823         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15824         (viper-search-face, viper-replace-overlay-face)
15825         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15826         (viper-minibuffer-vi-face):
15827         New backward-compatibility aliases for renamed faces.
15828         (viper-search-face, viper-replace-overlay-face)
15829         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15830         (viper-minibuffer-vi-face): Use renamed viper faces.
15832         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15833         Remove "-face" suffix from face names.
15834         (testcover-nohits-face, testcover-1value-face):
15835         New backward-compatibility aliases for renamed faces.
15836         (testcover-mark): Use renamed testcover faces.
15838         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15839         face name.
15840         (diary-button-face): New backward-compatibility alias for renamed face.
15841         (diary-entry): Use renamed diary-button face.
15843         * calendar/calendar.el (diary, calendar-today, holiday)
15844         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15845         (diary-face, calendar-today-face, holiday-face):
15846         New backward-compatibility aliases for renamed faces.
15847         (eval-after-load "facemenu", diary-entry-marker)
15848         (calendar-today-marker, calendar-holiday-marker, diary-face):
15849         Use renamed calendar faces.
15851         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15852         (compare-windows-face): New backward-compatibility alias for
15853         renamed face.
15854         (compare-windows-highlight): Use renamed compare-windows face.
15856         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15857         (strokes-char-face): New backward-compatibility alias for renamed face.
15858         (strokes-encode-buffer): Use renamed strokes-char face.
15860         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15861         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15862         Remove "-face" suffix from face names.
15863         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15864         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15865         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15866         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15867         Use renamed pcvs faces.
15868         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15869         * pcvs-defs.el (cvs-mode-map): Likewise.
15870         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15872         * info.el (info-title-1, info-title-2, info-title-3)
15873         (info-title-4): Remove "-face" suffix from and downcase face names.
15874         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15875         (Info-title-4-face):
15876         New backward-compatibility aliases for renamed faces.
15877         (Info-fontify-node): Use renamed info faces.
15879         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15880         Remove "-face" suffix from face names.
15881         (highlight-changes-face, highlight-changes-delete-face):
15882         New backward-compatibility aliases for renamed faces.
15883         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15884         (hilit-chg-make-list): Use renamed highlight-changes faces.
15886         * generic-x.el (show-tabs-tab, show-tabs-space):
15887         Remove "-face" suffix from face names.
15888         (show-tabs-tab-face, show-tabs-space-face):
15889         New backward-compatibility aliases for renamed faces.
15890         (show-tabs-generic-mode-font-lock-defaults-1)
15891         (show-tabs-generic-mode-font-lock-defaults-2):
15892         Use renamed show-tabs faces.
15894         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15895         (smerge-markers): Remove "-face" suffix from face names.
15896         (smerge-mine-face, smerge-other-face, smerge-base-face)
15897         (smerge-markers-face):
15898         New backward-compatibility aliases for renamed faces.
15899         (smerge-mine-face, smerge-other-face, smerge-base-face)
15900         (smerge-markers-face): Use renamed smerge faces.
15902         * log-view.el (log-view-file, log-view-message): Remove "-face"
15903         suffix from face names.
15904         (log-view-file-face, log-view-message-face):
15905         New backward-compatibility aliases for renamed faces.
15906         (log-view-file-face, log-view-message-face): Use renamed log-view
15907         faces.
15909         * paren.el (show-paren-match, show-paren-mismatch):
15910         Remove "-face" suffix from face names.
15911         (show-paren-match-face, show-paren-mismatch-face):
15912         New backward-compatibility aliases for renamed faces.
15913         (show-paren-function): Use renamed show-paren faces.
15915         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15916         (ruler-mode-margins, ruler-mode-fringes)
15917         (ruler-mode-column-number, ruler-mode-fill-column)
15918         (ruler-mode-comment-column, ruler-mode-goal-column)
15919         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15920         suffix from face names.
15921         (ruler-mode-default-face, ruler-mode-pad-face)
15922         (ruler-mode-margins-face, ruler-mode-fringes-face)
15923         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15924         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15925         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15926         New backward-compatibility aliases for renamed faces.
15927         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15928         (ruler-mode-column-number, ruler-mode-fill-column)
15929         (ruler-mode-comment-column, ruler-mode-goal-column)
15930         (ruler-mode-tab-stop, ruler-mode-current-column)
15931         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15932         faces.
15934         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15935         face name.
15936         (whitespace-highlight-the-space): Use renamed face.
15937         (whitespace-highlight-face): New backward-compatibility alias for
15938         renamed face.
15940         * woman.el (woman-italic, woman-bold, woman-unknown)
15941         (woman-addition, woman-symbol-face):
15942         Remove "-face" suffix from face names.
15943         (woman-italic-face, woman-bold-face, woman-unknown-face)
15944         (woman-addition-face):
15945         New backward-compatibility aliases for renamed faces.
15946         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15947         (woman-decode-region, woman-replace-match)
15948         (woman-display-extended-fonts, woman-special-characters)
15949         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15950         Use renamed woman faces.
15952         * longlines.el (longlines-visible-face): Face removed.
15954         * diff-mode.el (diff-header, diff-file-header, diff-index)
15955         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15956         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15957         suffix from face names.
15958         (diff-header-face, diff-file-header-face, diff-index-face)
15959         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15960         (diff-changed-face, diff-function-face, diff-context-face)
15961         (diff-nonexistent-face): New backward-compatibility aliases for
15962         renamed faces.
15963         (diff-header-face, diff-file-header-face)
15964         (diff-index, diff-index-face, diff-hunk-header)
15965         (diff-hunk-header-face, diff-removed, diff-removed-face)
15966         (diff-added, diff-added-face, diff-changed-face, diff-function)
15967         (diff-function-face, diff-context-face, diff-nonexistent)
15968         (diff-nonexistent-face): Use renamed diff-mode faces.
15970         * progmodes/compile.el (compilation-warning-face)
15971         (compilation-info-face): Remove "-face" suffix from face names.
15972         (compilation-warning-face, compilation-info-face):
15973         New backward-compatibility aliases for renamed faces.
15974         (compilation-warning-face, compilation-info-face):
15975         Use renamed compilation faces.
15977         * add-log.el (change-log-date, change-log-name)
15978         (change-log-email, change-log-file, change-log-list)
15979         (change-log-conditionals, change-log-function)
15980         (change-log-acknowledgement): Remove "-face" suffix from face names.
15981         (change-log-date-face, change-log-name-face)
15982         (change-log-email-face, change-log-file-face)
15983         (change-log-list-face, change-log-conditionals-face)
15984         (change-log-function-face, change-log-acknowledgement-face):
15985         New backward-compatibility aliases for renamed faces.
15986         (change-log-font-lock-keywords): Use renamed change-log faces.
15988         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15989         (custom-set, custom-changed, custom-saved, custom-button)
15990         (custom-button-pressed, custom-documentation, custom-state)
15991         (custom-comment, custom-comment-tag, custom-variable-tag)
15992         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15993         (custom-group-tag): Remove "-face" suffix from face names.
15994         (custom-magic-alist, custom-magic-value-create)
15995         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15996         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15997         (custom-set-face, custom-changed-face, custom-saved-face)
15998         (custom-button-face, custom-button-pressed-face)
15999         (custom-documentation-face, custom-state-face)
16000         (custom-comment-face, custom-comment-tag-face)
16001         (custom-variable-tag-face, custom-variable-button-face)
16002         (custom-face-tag-face, custom-group-tag-face-1)
16003         (custom-group-tag-face):
16004         New backward-compatibility aliases for renamed faces.
16006         * wid-edit.el (widget-documentation, widget-button)
16007         (widget-field, widget-single-line-field, widget-inactive)
16008         (widget-button-pressed): "-face" suffix removed from face names.
16009         (widget-documentation-face, widget-button-face)
16010         (widget-field-face, widget-single-line-field-face)
16011         (widget-inactive-face, widget-button-pressed-face):
16012         New backward-compatibility aliases for renamed faces.
16013         (widget-documentation-face, widget-button-face)
16014         (widget-button-pressed-face, widget-specify-field)
16015         (widget-specify-inactive): Use renamed widget faces.
16017 2005-06-10  Kenichi Handa  <handa@m17n.org>
16019         * term/x-win.el (x-clipboard-yank): Remove condition-case
16020         wrapping.
16022 2005-06-11  Kenichi Handa  <handa@m17n.org>
16024         * add-log.el (change-log-font-lock-keywords): Make the regexp for
16025         date lines stricter.
16027 2005-06-10  Zhang Wei  <id.brep@gmail.com>
16029         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16030         of x-get-selection.
16032 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
16034         * comint.el (comint-mode, comint-snapshot-last-prompt):
16035         * frame.el (frame-current-scroll-bars):
16036         * term.el (term-mode, term-check-proc, term-input-sender)
16037         (term-simple-send, term-extract-string, term-word)
16038         (term-match-partial-filename):
16039         * window.el (window-current-scroll-bars):
16040         * emulation/cua-base.el (cua-normal-cursor-color)
16041         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16042         (cua-global-mark-cursor-color):
16043         * mail/undigest.el (rmail-forward-separator-regex):
16044         Fix typos in docstrings.
16046         * comint.el (comint-check-proc, make-comint-in-buffer)
16047         (comint-source-default): Doc fixes.
16049         * term.el (term-send-string): Improve argument/docstring consistency.
16051 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
16053         * comint.el (comint-send-input): Bind `inhibit-read-only' around
16054         call to `delete-region'.
16055         (comint-mode-hook): Do not enable Font Lock by default.
16057 2005-06-09  Lute Kamstra  <lute@gnu.org>
16059         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16060         could be void.
16062 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16064         * emacs-lisp/debug.el (debugger-will-be-back): New var.
16065         (debug): Use it.
16066         (debugger-step-through, debugger-continue, debugger-jump)
16067         (debugger-return-value): Set it when needed.
16068         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16069         Use inhibit-read-only.
16071 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
16073         * window.el (shrink-window-if-larger-than-buffer)
16074         (window-size-fixed): Fix typo in docstring.
16076         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
16077         thumbnails directory on loading.
16078         (thumbs-conversion-program): Use `eq' to check the system type,
16079         not `equal'.
16080         (thumbs-temp-dir): Initialize to `temporary-file-directory',
16081         not "/tmp".  Fix docstring.
16082         (thumbs-thumbsdir): New function to return the thumbnails
16083         directory, creating it if needed.
16084         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16085         (thumbs-temp-file): Delete variable and make it into a function.
16086         (thumbs-resize-image, thumbs-modify-image): Use it.
16087         (thumbs-kill-buffer): Simplify.
16088         (thumbs-gensym): Defalias or duplicate CL `gensym'.
16089         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16090         docstrings.
16092 2005-06-09  Kim F. Storm  <storm@cua.dk>
16094         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16095         set-match-data to free markers in match-data.
16097         * replace.el (replace-match-data): Pass RESEAT arg `t' to
16098         match-data to unchain markers in match-data.
16100 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16102         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16103         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
16104         unnecessary now.
16106 2005-06-08  Richard M. Stallman  <rms@gnu.org>
16108         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16109         give the variable a doc string that doesn't say don't set it directly.
16111         * textmodes/ispell.el (ispell-check-version):
16112         Use match-string-no-properties.
16113         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16114         (ispell-buffer-local-words): Likewise.
16116         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16117         except on terminals with enough colors to really display it.
16118         (makefile-dependency-regex): Delete spurious `bb'.
16120         * faces.el (escape-glyph): Use blue once again in last case.
16121         (no-break-space): Redefine so that it isn't invisible on a tty.
16123 2005-06-08  Kim F. Storm  <storm@cua.dk>
16125         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16126         also when reading directory name.
16128 2005-06-08  Lute Kamstra  <lute@gnu.org>
16130         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16131         (flyspell-mode-line-string): Remove autoload cookie.
16132         (flyspell-mode): Remove defvar.
16134 2005-06-07  Lute Kamstra  <lute@gnu.org>
16136         * textmodes/org.el (org-run-mode-hooks): New function.
16137         (org-agenda-mode): Use it.
16139 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
16141         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16143 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16145         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16147 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
16149         * font-lock.el (font-lock-add-keywords): Doc fix.
16151 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16153         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16154         (tex-compile-default): In the absence of any history, use the order in
16155         tex-compile-alist to choose the preferred command.
16156         (tex-compile-commands): Reorder a bit.
16158         * textmodes/flyspell.el (flyspell-auto-correct-binding)
16159         (flyspell-incorrect-face, flyspell-duplicate-face):
16160         Use (X)Emacs-agnostic code.
16161         (flyspell-mode-map): Don't overwrite at each load.  Remove code
16162         redundant with the subsequent add-minor-mode.  Merge Emacs and
16163         XEmacs code.
16164         (flyspell-word): Minor simplification.
16165         (flyspell-math-tex-command-p): Quieten the byte-compiler.
16166         (flyspell-external-point-words): Remove unused vars `size' and `start'.
16167         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16168         Merge the corresponding Emacs code.
16169         (flyspell-correct-word, flyspell-xemacs-popup):
16170         Use flyspell-do-correct.
16172         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16173         a dedicated window.
16175         * international/latexenc.el (latexenc-find-file-coding-system):
16176         Undo part of last patch, to turn off a compiler warning.
16178 2005-06-06  Juri Linkov  <juri@jurta.org>
16180         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16181         Rename `tmm-inactive-face' to `tmm-inactive'.
16183 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
16185         * iswitchb.el: Rename faces.
16187 2005-06-06  Kim F. Storm  <storm@cua.dk>
16189         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16190         (cua-global-mark): Remove -face suffix from face names.
16192         * emulation/cua-gmrk.el (cua--init-global-mark):
16193         Remove cua-global-mark face setup.
16195 2005-06-06  Richard M. Stallman  <rms@gnu.org>
16197         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16198         just like other allowed characters.
16199         (makefile-match-dependency): Exclude leading and training whitespace
16200         from the range of regexp subexp 1.
16201         (makefile-macroassign-regex): Don't try to match the body,
16202         just the name of the macro being defined.
16204         * info.el (Info-read-node-name-2): New function.
16205         (Info-read-node-name-1): Use that.
16206         Add a completion-base-size-function property.
16208         * simple.el (completion-setup-function): Look for
16209         completion-base-size-function property of minibuffer-completion-table.
16211         * files.el (locate-file-completion): Doc fix.
16213         * printing.el: Don't call pr-update-menus; user must do that.
16215         * emacs-lisp/debug.el (debugger-window): New variable.
16216         (debug): Use debugger-window if it is set and still alive.
16217         Record debugger-window for next entry.
16219         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16221 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
16223         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16224         (hack-one-local-variable, hack-local-variables)
16225         (hack-local-variables-prop-line): Pass that arg.
16227 2005-06-06  Kim F. Storm  <storm@cua.dk>
16229         * ido.el (ido-first-match, ido-only-match, ido-subdir)
16230         (ido-indicator): Remove -face suffix from face names.
16232 2005-06-06  Juri Linkov  <juri@jurta.org>
16234         * font-lock.el (font-lock-regexp-backslash)
16235         (font-lock-regexp-backslash-construct): New faces.
16236         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
16237         after `('.  Add `while-no-input' to control structures.
16239         * faces.el (no-break-space, shadow): New faces.
16240         (escape-glyph): Use less loud colors pink2 and red4.
16242         * diff-mode.el (diff-context-face)
16243         * dired.el (dired-ignored)
16244         * rfn-eshadow.el (file-name-shadow)
16245         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16247         * info.el (Info-title-1-face): Use green instead of yellow because
16248         bold yellow is not readable on light backgrounds.
16250         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16251         before selecting the desired mode to not spend time fontifying
16252         old contents.
16254 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
16256         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16257         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16259         * ps-print.el (ps-default-fg, ps-default-bg):
16260         Fix typos in docstrings.
16262         * isearchb.el (isearchb): Don't pass a spurious second argument to
16263         `iswitchb-completions'.
16265 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16267         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16268         to preserve point.
16269         (gdb-find-file-hook): Add doc string.
16271         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16272         C dereferenced pointer expression.
16273         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16275         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16277         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16278         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16279         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16280         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16281         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16282         Make background transparent.
16284 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16286         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16287         (font-lock-remove-keywords): Doc fix.
16288         (font-lock-mode-major-mode): Compiler defvar.
16289         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16291         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16292         (font-lock-mode): Update `font-lock-mode-major-mode'.
16293         (font-lock-set-defaults): Compiler defvar.
16294         (font-lock-default-function): Take `font-lock-mode-major-mode'
16295         into account.
16297         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16298         keep track of which major mode it enabled the minor mode for.
16299         Use find-file-hook again.  Update docstring.
16301         * simple.el (eval-expression-print-level)
16302         (eval-expression-print-length, eval-expression-debug-on-error):
16303         Doc fixes.
16305 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16307         * iswitchb.el (iswitchb-single-match-face)
16308         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16309         (iswitchb-invalid-regexp-face): New faces.
16310         (iswitchb-completions): Use them.
16311         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16312         now marked as an obsolete alias.
16313         (iswitchb-read-buffer): Remove check for bound font variables.
16314         (iswitchb-invalid-regexp): New free variable.
16315         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16316         set iswitchb-invalid-regexp.
16317         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16318         invalid regexps.
16319         (iswitchb-completions): Add check for complete match when entering
16320         a regexp.
16321         (iswitchb-completions): Remove require-match argument.
16322         (iswitchb-exhibit): Fix caller.
16323         (iswitchb-common-match-inserted): New variable.
16324         (iswitchb-complete, iswitchb-completion-help): Use it.
16326 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16328         * url-http.el (url-http-chunked-encoding-after-change-function):
16329         Use `url-http-debug' instead of `message'.
16331 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16333         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16334         callback argument.
16336 2005-06-04  Kim F. Storm  <storm@cua.dk>
16338         * simple.el (line-move): Only call sit-for when moving backwards.
16340         * ido.el (ido-make-merged-file-list-1): New defun split from
16341         ido-make-merged-file-list.
16342         (ido-make-merged-file-list): Bind throw-on-input around call to
16343         ido-make-merged-file-list-1.  Return input-pending-p if
16344         interrupted by more input available.
16345         (ido-read-internal): Handle input-pending-p return value from
16346         ido-make-merged-file-list.
16348 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16350         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16351         compatibility code.
16353         * international/latexenc.el (latexenc-find-file-coding-system):
16354         Don't inherit the EOL part of the coding-system from the
16355         tex-main buffer.  Fit within 80 columns.
16357 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16359         * tmm.el (tmm-inactive-face): New face.
16360         (tmm-remove-inactive-mouse-face): New function.
16361         (tmm-prompt, tmm-add-one-shortcut)
16362         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16363         but not selectable.
16365 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16367         * faces.el (face-equal): Improve argument/docstring consistency.
16369 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16371         * progmodes/make-mode.el (makefile-targets-face)
16372         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16373         (makefile-bsdmake-dependency-regex)
16374         (makefile-makepp-rule-action-regex)
16375         (makefile-bsdmake-rule-action-regex): New constants.
16376         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16378         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16379         Allow (...) within `...' for makepp messages.
16381 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16383         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16385         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16386         "." files are deleted from all file lists before comparison.
16388         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16389         (viper-ESC-key): Made them customizable.
16391         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16393 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16395         * autorevert.el (auto-revert-buffers): Use save-match-data.
16397 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16399         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16400         menu items with a nil command binding.
16402 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16404         * emacs-lisp/cl-macs.el (defsetf):
16405         Improve argument/docstring consistency.
16407         * faces.el (list-faces-display): Improve the formatting by
16408         computing the maximum length required for any face-name (reworked
16409         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16410         (internal-find-face): Remove redundant info in docstring.
16412 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16414         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16415         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16416         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16417         (gdb-assembler-custom): Improve regexps.
16418         (def-gdb-auto-update-handler): Use window point to preserve point.
16420 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16422         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16424 2005-05-31  Jay Belanger  <belanger@truman.edu>
16426         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16427         to calc-embedded.
16428         (calc-embedded-make-info): Have plain prefix argument select
16429         entire line.
16431 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16433         * faces.el (list-faces-display): Signal error if passed a regexp
16434         that matches no face name.
16436         * simple.el (filter-buffer-substring): Fix typo in docstring.
16438 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16440         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16441         (vhdl-emacs-21): Doc fix.
16442         (vhdl-mode): Unconditionally set comment-padding.
16443         (vhdl-fixup-whitespace-region): Insert spaces only where
16444         there are none.
16445         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16447 2005-05-30  John Wiegley  <johnw@newartisans.com>
16449         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16450         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16451         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16452         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16453         `string-to-number'.
16455 2005-05-30  Jay Belanger  <belanger@truman.edu>
16457         * calc/calc.el (calc-bug-address): Fix docstring.
16458         (calc-window-hook, calc-trail-window-hook): New variables.
16459         (calc-trail-display): Restore use of calc-trail-window-hook.
16460         (calc): Restore use of calc-window-hook.
16462 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16464         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16466         * help-fns.el (help-C-file-name): Add autoload mark for
16467         `find-function-noselect'.
16469 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16471         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16472         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16474 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16476         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16477         included diary buffer if it was not already being visited.
16478         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16480         * calendar/icalendar.el (top-level): Do not require appt.
16482         * mail/supercite.el (sc-select-attribution): Only use a list
16483         element from sc-attrib-selection-list if it returns a string.
16484         Reported by Davide G. M. Salvetti <salve@debian.org>.
16486 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16488         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16489         includes a hash value to improve its uniqueness, and has a ".jpg"
16490         extension.  Also, it is now a valid filename on all systems.
16491         (thumbs-make-thumb): Use `let', not `let*'.
16492         (thumbs-show-thumbs-list): Check for JPEG availability.
16494 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16496         * filesets.el (filesets-menu-ensure-use-cached):
16497         Prevent warning when emacs-version>= is undefined.
16499         * printing.el (pr-interactive-n-up): Use string-to-number.
16501         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16503         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16504         Warn only when name to be defined is quoted.
16506 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16508         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16509         Make regexp more robust.
16510         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16511         Force regeneration of disassembly.
16513 2005-05-29  Jay Belanger  <belanger@truman.edu>
16515         * calc/calc.el (calc-user-invocation): Check if
16516         calc-invocation-macro is non-nil.
16518 2005-05-29  Juri Linkov  <juri@jurta.org>
16520         * add-log.el (change-log-font-lock-keywords):
16521         Add `+' to e-mail regexp to accept mail address with keywords.
16523         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16525 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16527         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16529         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16531 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16533         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16534         Undo the change that moves to end of the current word.
16536 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16538         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16539         Throw error when count <= 0 to ensure input is a number.
16540         (gdb-read-memory-custom): Pick up address from buffer.
16541         (gdb-memory-mode): Allow user to increment and decrement
16542         memory address from header line.
16544 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16546         * flyspell.el (flyspell-version): Function deleted.
16547         (flyspell-auto-correct-previous-hook): Doc fix.
16549         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16550         Do nothing if memory is full.
16552         * font-lock.el (font-lock-fontify-syntactically-region):
16553         Pass t for GREEDY to looking-back.
16555         * saveplace.el (save-place-alist-to-file): Write the file
16556         using write-region.
16558         * subr.el (looking-back): New argument GREEDY.
16560         * progmodes/compile.el (compilation-start): Set the mode
16561         before inserting the initial text.
16563         * progmodes/which-func.el (which-func-update-1): Turn the mode
16564         off in case of error by setting which-func-mode.
16566 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16568         * flyspell.el (flyspell-auto-correct-previous-word):
16569         Narrow down to what's on the screen, and recenter overlays
16570         at the end of the next word.
16572 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16574         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16575         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16576         (flyspell-abbrev-p): Default to nil.
16577         (flyspell-use-global-abbrev-table-p): Doc fix.
16578         (flyspell-large-region): Allow nil as value.
16579         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16581         (mail-mode-flyspell-verify): More robust handling
16582         of `mail-header-separator'.  More efficient signature detection.
16583         Allow for regexp metacharacters in message-header-separator.
16584         Adding `To' not to be checked in mail-mode-flyspell-verify.
16586         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16587         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16588         Bind flyspell-auto-correct-binding.
16589         Bind C-. and C-, .
16590         (flyspell-mode-map): Likewise.
16591         (flyspell-mode): Doc fix.
16592         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16593         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16594         (flyspell-word-cache-result): New var, always local.
16595         (flyspell-check-pre-word-p): Doc fix.
16596         (flyspell-check-changed-word-p): Handle spc like newline.
16597         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16598         (flyspell-word-search-backward, flyspell-word-search-forward):
16599         New functions.
16600         (flyspell-word): Return t if nothing to check.
16601         When parsing TeX code, check for after } or \.
16602         Use flyspell-word-search-backward to find previous word.
16603         Return nil if duplicated word.
16604         For word already checked, return same value as last time.
16605         Set flyspell-word-cache-result after checking.
16606         Don't clobber the return value.
16607         (flyspell-get-word): Major rewrite.
16608         (flyspell-external-point-words): New locals pword, pcount.
16609         Fix size used in progress message.
16610         Find the proper corresponding word in flyspell-large-region-buffer.
16611         (flyspell-region): Check for flyspell-large-region = nil.
16612         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16613         (flyspell-auto-correct-word): Check that WORD is a cons.
16614         (flyspell-correct-word): Likewise.
16616 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16618         * progmodes/make-mode.el (makefile-rule-action-regex)
16619         (makefile-macroassign-regex, makefile-makepp-mode)
16620         (makefile-bsdmake-mode): Continuation lines may be empty.
16621         Reported by Joshua Varner.
16622         (makefile-makepp-font-lock-keywords): Add $(stem).
16624 2005-05-28  Karl Berry  <karl@gnu.org>
16626         * textmodes/tex-mode.el: Now that tex-send-command calls
16627         shell-quote-argument (2005-03-31 change), remove all calls to
16628         shell-quote-argument; they all end up invoking tex-send-command.
16629         The double quoting loses on filenames with non-safe characters,
16630         such as "@".  Reported by Frederik Fouvry.
16632 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16634         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16635         about preserving point.
16637 2005-05-27  Jay Belanger  <belanger@truman.edu>
16639         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16640         Info-goto-node.
16642         * calc/calc-embed.el (calc-embed-arg): New variable.
16643         (calc-do-embedded-activate, calc-embedded-activate-formula)
16644         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16645         variable by new variable.
16646         (calc-embedded-make-info): Replace undeclared variable by new
16647         variable.  When selecting region with positive prefix
16648         argument, use end of previous line instead of beginning of line.
16650         * calc/calc-aent.el (calc-arg-values): Declare it.
16652         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16653         Declare them.
16655         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16657         * calc/calc.el (calc-alg-map): Declare it.
16659         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16661 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16663         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16664         (gdb-registers-buffer, toggle-gdb-all-registers):
16665         Toggle display of floating point registers.
16666         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16668         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16669         (toggle-gud-tooltip-dereference):
16670         Rename from gud-toggle-tooltip-dereference.
16672 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16674         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16676 2005-05-27  Jay Belanger  <belanger@truman.edu>
16678         * calc/calc-prog.el (calc-kbd-report): Remove.
16679         (calc-kbd-query): Rewrite.
16681 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16683         * image.el (image-library-alist): Move to image.c.
16684         (image-type-available-p): Doc fix.
16686 2005-05-27  Lute Kamstra  <lute@gnu.org>
16688         * calc/calc.el (calc):
16689         * outline.el (outline-1, outline-2, outline-3, outline-4)
16690         (outline-5, outline-6, outline-7, outline-8):
16691         * textmodes/dns-mode.el (dns-mode):
16692         * textmodes/sgml-mode.el (sgml-namespace-face):
16693         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16694         (tex-verbatim-face, tex-use-reftex):
16695         * textmodes/texinfo.el (texinfo-heading-face):
16696         Specify customization group.
16698         * longlines.el: Don't require easy-mmode.
16699         (longlines-visible-face): Specify customization group.
16701 2005-05-27  Kenichi Handa  <handa@m17n.org>
16703         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16704         encoding table of windows-1251.
16706         * international/ucs-tables.el (ucs-set-table-for-input):
16707         If translation-table-for-input of a coding system is a symbol, get
16708         its translation-table property.
16710         * international/code-pages.el: Don't register a coding system into
16711         non-iso-charset-alist more than once.
16712         (cp-make-coding-system): Likewise.
16714 2005-05-26  John Wiegley  <johnw@newartisans.com>
16716         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16717         `eshell-resume-eval' is wrapped in a list, it indicates that the
16718         command was run asynchronously.  In that case, unwrap the value
16719         before checking the delimiter value.
16721         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16722         character before a space at the end of a line is \, assume the space
16723         is part of the last argument rather than a final argument separator.
16725         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16726         is in use, and the target is `t' or `nil' (which are the most common
16727         values), don't assume that the symbol target is a buffer.
16729 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16731         * calendar/calendar.el (calendar-mode-line-format):
16732         Use mode-line-highlight as mouse-face.
16734         * time.el (display-time-string-forms, display-time-update):
16735         Use mode-line-highlight as mouse-face.
16737 2005-05-26  Jay Belanger  <belanger@truman.edu>
16739         * calc/calc.el (calc-language-alist): Remove extra defvar.
16741 2005-05-26  Lute Kamstra  <lute@gnu.org>
16743         * arc-mode.el (archive-mode):
16744         * bookmark.el (bookmark-read-annotation-mode)
16745         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16746         * bs.el (bs-mode):
16747         * calc/calc-yank.el (calc-edit-mode):
16748         * calc/calc.el (calc-mode, calc-trail-mode):
16749         * calculator.el (calculator-mode):
16750         * chistory.el (command-history-mode):
16751         * comint.el:
16752         * cus-edit.el (custom-mode):
16753         * descr-text.el (describe-text-mode):
16754         * ebuff-menu.el (Electric-buffer-menu-mode):
16755         * ediff-util.el (ediff-mode):
16756         * emacs-lisp/re-builder.el (reb-mode):
16757         * emulation/vi.el (vi-mode-setup):
16758         * emulation/ws-mode.el (wordstar-mode):
16759         * eshell/esh-mode.el (eshell-mode):
16760         * forms.el (forms-mode):
16761         * help-mode.el (help-mode):
16762         * hexl.el (hexl-mode):
16763         * ibuffer.el (ibuffer-mode):
16764         * ielm.el (inferior-emacs-lisp-mode):
16765         * info.el (Info-mode, Info-edit-mode):
16766         * international/swedish.el:
16767         * ledit.el (ledit-from-lisp-mode):
16768         * locate.el (locate-mode):
16769         * mail/rmail.el (rmail-mode):
16770         * mail/rmailedit.el (rmail-edit-mode):
16771         * mail/rmailsum.el (rmail-summary-mode):
16772         * mail/supercite.el (sc-electric-mode):
16773         * net/eudc.el (eudc-mode):
16774         * net/quickurl.el (quickurl-list-mode):
16775         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16776         * obsolete/ooutline.el (outline-mode):
16777         * obsolete/options.el (Edit-options-mode):
16778         * obsolete/rnews.el (news-mode):
16779         * obsolete/rnewspost.el (news-reply-mode):
16780         * play/5x5.el (5x5-mode):
16781         * play/decipher.el (decipher-mode, decipher-stats-mode):
16782         * play/gomoku.el (gomoku-mode):
16783         * play/snake.el (snake-mode):
16784         * play/solitaire.el (solitaire-mode):
16785         * play/tetris.el (tetris-mode):
16786         * progmodes/ada-mode.el (ada-mode):
16787         * progmodes/antlr-mode.el (antlr-mode):
16788         * progmodes/autoconf.el (autoconf-mode):
16789         * progmodes/dcl-mode.el (dcl-mode):
16790         * progmodes/delphi.el (delphi-mode):
16791         * progmodes/ebrowse.el (ebrowse-tree-mode)
16792         (ebrowse-electric-list-mode, ebrowse-member-mode)
16793         (ebrowse-electric-position-mode):
16794         * progmodes/f90.el (f90-mode):
16795         * progmodes/fortran.el (fortran-mode):
16796         * progmodes/icon.el (icon-mode):
16797         * progmodes/idlw-help.el (idlwave-help-mode):
16798         * progmodes/idlw-shell.el (idlwave-shell-mode):
16799         * progmodes/idlwave.el (idlwave-mode):
16800         * progmodes/inf-lisp.el (inferior-lisp-mode):
16801         * progmodes/m4-mode.el (m4-mode):
16802         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16803         * progmodes/modula2.el (modula-2-mode):
16804         * progmodes/octave-inf.el (inferior-octave-mode):
16805         * progmodes/octave-mod.el (octave-mode):
16806         * progmodes/pascal.el (pascal-mode):
16807         * progmodes/sh-script.el (sh-mode):
16808         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16809         * progmodes/vhdl-mode.el (vhdl-mode):
16810         * progmodes/xscheme.el (scheme-interaction-mode):
16811         * replace.el (occur-mode):
16812         * ses.el (ses-mode):
16813         * simple.el (completion-list-mode):
16814         * skeleton.el:
16815         * speedbar.el (speedbar-mode):
16816         * term.el (term-mode):
16817         * terminal.el (terminal-edit-mode):
16818         * textmodes/reftex-index.el (reftex-index-mode)
16819         (reftex-index-phrases-mode):
16820         * textmodes/reftex-sel.el (reftex-select-label-mode)
16821         (reftex-select-bib-mode):
16822         * textmodes/reftex-toc.el (reftex-toc-mode):
16823         * wdired.el (wdired-change-to-wdired-mode):
16824         * wid-browse.el (widget-browse-mode):
16825         Use run-mode-hooks.
16827         * array.el (array-mode):
16828         * calendar/todo-mode.el (todo-mode):
16829         * man.el (Man-mode):
16830         * play/landmark.el (lm-mode):
16831         * play/mpuz.el (mpuz-mode):
16832         Use kill-all-local-variables and run-mode-hooks.
16834         * subr.el (delay-mode-hooks): Specify indentation.
16836 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16838         * xml.el (xml-substitute-special): Don't die for undefined xml
16839         entities.
16841 2005-05-26  Jay Belanger  <belanger@truman.edu>
16843         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16844         of nil.
16846 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16848         * progmodes/gdb-ui.el (gdb-frame-address):
16849         Rename from gdb-current-address.
16850         (gdb-previous-frame-address): Rename from gdb-previous-address.
16851         (gdb-selected-frame): Rename from gdb-current-frame.
16852         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16853         (gdb-frame-number): Rename from gdb-current-stack-level.
16854         (gdb-ann3): Match new mode-name for disassembly buffer.
16855         Extend initialization of variables.
16856         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16857         (gdb-memory-mode): Use mouse-face in header line.
16858         (gdb-assembler-buffer-name): Call it disassembly and give frame
16859         in mode line.
16860         (gdb-source-spec-regexp, gdb-assembler-custom)
16861         (gdb-invalidate-assembler, gdb-frame-handler):
16862         Make robust to leading zeroes in address format.
16864 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16866         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16867         define `org-mode'.
16868         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16870 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16872         * log-edit.el (log-edit-changelog-entries): Distinguish between
16873         filenames like xfns.c and fns.c.
16875 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16877         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16878         point after reverting.
16879         (Buffer-menu-make-sort-button): Handle the case where
16880         `Buffer-menu-use-header-line' is nil.
16882 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16884         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16885         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16886         and `:' to them.
16888 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16890         * startup.el (normal-top-level): Allow modification of load-path while
16891         we're iterating over it.
16893 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16895         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16896         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16897         (thumbs-resize-interactive, thumbs-insert-image)
16898         (thumbs-insert-thumb, thumbs-dired-show-marked)
16899         (thumbs-find-image-at-point, thumbs-delete-images)
16900         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16901         (thumbs-increment-image-size, thumbs-decrement-image-size):
16902         Fix typos in docstrings.
16904 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16906         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16907         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16908         (cperl-mode): Use them.
16910 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16912         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16913         Doc fixes.
16915 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16917         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16918         Bind C-d to gdb-inferior-io-eof.
16920         * dired.el (dired-dnd-popup-notice): Use message-box.
16922 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16924         * bindings.el (mode-line-major-mode-keymap):
16925         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16927         * faces.el (mode-line-highlight): New face.
16929         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16930         as mouse-face.
16932         * bindings.el (top-level, help-echo, mode-line-modified)
16933         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16934         as mouse-face.
16936 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16938         * progmodes/cc-engine.el (c-guess-basic-syntax):
16939         Remove spurious call to `zerop'.
16941         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16943 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16945         CC Mode update to 5.30.10:
16947         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16948         could go past the limit in decoration level 2, thereby causing
16949         errors during interactive fontification.
16951         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16952         the file is evaluated interactively.
16954         * cc-engine.el (c-guess-basic-syntax): Handle operator
16955         declarations somewhat better in C++.
16957         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16958         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16959         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16960         (awk-mode): Use it.
16961         (make-local-hook): Suppress warning about obsoleteness.
16963         * cc-engine.el, cc-align.el, cc-cmds.el
16964         (c-append-backslashes-forward, c-delete-backslashes-forward)
16965         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16966         Compensate for return value from `forward-line' when it has moved
16967         but not to a different line due to eob.
16969         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16970         `objc-method-intro' and `objc-method-args-cont'.
16972 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16974         CC Mode update to 5.30.10:
16976         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16977         in the copyright statement.  Incidentally, change "along with GNU
16978         Emacs" to "along with this program" where it occurs.
16980         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16981         so that it is interactive, hence can be found by M-x awk-mode
16982         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16983         <gmorris+emacs@ast.cam.ac.uk>.
16985         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16986         Mode's regexps.
16988 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16990         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16991         c-parse-state, to avoid a lisp error (on bad code).
16993 2005-05-23  Lute Kamstra  <lute@gnu.org>
16995         * subr.el (font-lock-defaults): Remove defvar as it's already
16996         defined in font-core.el.
16998         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17000 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
17002         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17003         more general and work when GDB variable "print pretty" is on,
17004         as with Emacs, for example.
17006 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
17008         * font-core.el: Update comment.
17010         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17011         Use `after-change-major-mode-hook' instead of `find-file-hook'.
17013         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17015 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
17017         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17018         and `yank-handler' in the doc strings.
17020 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17022         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
17024 2005-05-22  Richard M. Stallman  <rms@gnu.org>
17026         * help.el (describe-key): Move print-help-return-message call
17027         out of conditional.
17029         * progmodes/etags.el (list-tags): Use with-no-warnings.
17031         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17032         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17033         (starttls-extra-args, starttls-extra-arguments): Add defvars.
17035         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17037         * language/viet-util.el (viet-viscii-nonascii-translation-table):
17038         Add defvar.
17040         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17041         Use defvar, not defconst.
17043         * hexl.el (hexl-follow-line): Use with-no-warnings.
17045         * emulation/tpu-extras.el: Use write-file-functions instead of
17046         write-file-hooks.
17048         * dired.el (dired-font-lock-keywords): Fontify files with junk
17049         extensions even if marked by -F.
17051 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
17053         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17054         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17055         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17056         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17057         (concatenate, list-length, get*, getf, cl-remprop):
17058         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17059         (etypecase, progv, lexical-let, lexical-let*)
17060         (multiple-value-bind, multiple-value-setq, shiftf):
17061         Improve argument/docstring consistency.
17063         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17065 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
17067         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17068         doesn't exist.
17070         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
17071         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17073 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
17075         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17076         already deleted variables: auto-fill-hook, blink-paren-hook,
17077         lisp-indent-hook, inhibit-local-variables, unread-command-event,
17078         suspend-hooks, comment-indent-hook, meta-flag,
17079         before-change-function, after-change-function,
17080         font-lock-doc-string-face.
17082 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
17084         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17086 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
17088         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17089         rmail-dont-reply-to.
17091 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17093         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17094         literal blank when splitting new-header-values.
17096 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
17098         * calendar/cal-menu.el (cal-menu-update): Add separator as a
17099         string so that tmm doesn't create a completion entry for it.
17101         * textmodes/table.el (table-disable-menu): Ditto.
17103 2005-05-21  Richard M. Stallman  <rms@gnu.org>
17105         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17107         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17109         * net/rcompile.el (remote-compile): Use compilation-start.
17111         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17113 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
17115         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17116         Default to makefile-bsdmake-mode on BSD systems.
17118         * imenu.el (imenu-generic-expression, imenu--generic-function'):
17119         REGEXP may also be a search function now.  The part of doc-string
17120         for describing the structure was 95% identical to that of
17121         `imenu--generic-function'.  Unify it there.
17123         * progmodes/make-mode.el (makefile-imenu-generic-expression):
17124         Use function to find dependencies, because regexp alone is so complex,
17125         it easily goes into an endless loop.
17126         (makefile-makepp-mode): Also add submenu for Perl functions
17127         defined in the makefile.
17128         (makefile-bsdmake-mode): Special imenu-generic-expression no
17129         longer needed, due to function call.
17130         (makefile-match-dependency): Take BOUND into account when checking
17131         if we're through.
17133 2005-05-20  Jay Belanger  <belanger@truman.edu>
17135         * calc/calc-units.el (calc-invalidate-units-table):
17136         Use inhibit-read-only.
17137         (math-build-units-table-buffer): Use view-mode.
17139 2005-05-20  David Kastrup  <dak@gnu.org>
17141         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17142         easy-menu-add is not a nop on Emacs; and clarify when to call it.
17144 2005-05-20  Lute Kamstra  <lute@gnu.org>
17146         * diff-mode.el (diff-header-face, diff-file-header-face)
17147         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17148         (diff-added-face, diff-changed-face, diff-function-face)
17149         (diff-context-face, diff-nonexistent-face): Put them in the
17150         diff-mode customization group.
17152 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17154         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17156         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17158         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17159         Minor regexp-optimization.
17161 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
17163         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17164         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17165         (org-agenda-add-time-grid-maybe): New function.
17166         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17167         (org-table-create): `dotimes' instead of `mapcar'.
17168         (org-xor): Simplify implementation.
17169         (org-agenda): `inhibit-redisplay' turned on.
17170         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17171         a consistent line after a state change.
17172         (org-agenda-remove-times-when-in-prefix): New option.
17173         (org-prefix-has-time): New variable.
17174         (org-parse-time-string): Optional argument NODEFAULT.
17175         (org-format-agenda-item): Parse items for time-of-day
17176         specifications and move these into the prefix if possible.
17177         (org-agenda-priority): Get current heading, not previous heading
17178         during agenda remote editing.
17180 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
17182         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17183         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17184         (remove-duplicates, delete-duplicates, substitute)
17185         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17186         (nsubstitute-if-not, find, find-if, find-if-not, position)
17187         (position-if, position-if-not, count, count-if, count-if-not)
17188         (mismatch, search, sort*, stable-sort, merge, member*)
17189         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17190         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17191         (intersection, nintersection, set-difference, nset-difference)
17192         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17193         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17194         (nsublis, tree-equal): Improve argument/docstring consistency.
17196         * subr.el (send-string, send-region): Remove obsolescence declaration.
17197         (window-dot, set-window-dot, read-input, show-buffer)
17198         (eval-current-buffer, string-to-int):
17199         Add release number to obsolescence declarations.
17201 2005-05-19  Kim F. Storm  <storm@cua.dk>
17203         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17204         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17206 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
17208         * faces.el (list-faces-display): Make back button respect optional
17209         regexp arg.
17211 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
17213         * calculator.el (calculator-radix-grouping-mode)
17214         (calculator-radix-grouping-digits, calculator-displayer)
17215         (calculator-radix-grouping-separator, calculator-copy-displayer):
17216         * dabbrev.el (dabbrev-search-these-buffers-only):
17217         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17218         (diff-advance-after-apply-hunk, diff-mode-hook)
17219         (diff-minor-mode-prefix):
17220         * imenu.el (imenu-use-popup-menu):
17221         * jit-lock.el (jit-lock-context-time):
17222         * newcomment.el (comment-fill-column, comment-column)
17223         (comment-style, comment-padding, comment-multi-line)
17224         (comment-empty-lines, comment-auto-fill-only-comments):
17225         * reveal.el (reveal-around-mark):
17226         * uniquify.el (uniquify-buffer-name-style)
17227         (uniquify-after-kill-buffer-p)
17228         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17229         (uniquify-min-dir-content, uniquify-separator)
17230         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17231         * w32-vars.el (w32-fixed-font-alist):
17232         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17233         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17234         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17235         * progmodes/perl-mode.el (perl-indent-level)
17236         (perl-continued-statement-offset, perl-continued-brace-offset)
17237         (perl-brace-offset, perl-brace-imaginary-offset)
17238         (perl-label-offset, perl-indent-continued-arguments)
17239         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17240         * progmodes/tcl.el (tcl-indent-level)
17241         (tcl-continued-indent-level, tcl-auto-newline)
17242         (tcl-tab-always-indent, tcl-electric-hash-style)
17243         (tcl-help-directory-list, tcl-use-smart-word-finder)
17244         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17245         (inferior-tcl-source-command):
17246         * textmodes/fill.el (enable-kinsoku):
17247         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17248         * textmodes/table.el (table-yank-handler):
17249         Specify missing group (and type, if simple) in defcustom.
17251 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
17253         * progmodes/compile.el (compilation-finish-function): Fix defvar.
17255 2005-05-19  Richard M. Stallman  <rms@gnu.org>
17257         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17259         * subr.el (event-basic-type): Don't get an error.
17260         (left-fringe-p): Function deleted.
17262         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17263         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17265         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17266         in recursive copy.
17268         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17270         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17272         * emacs-lisp/bytecomp.el
17273         (byte-compile-file-form-custom-declare-variable):
17274         Call byte-compile-nogroup-warn if appropriate.
17276         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17277         (compilation-set-window): Don't call left-fringe-p; do it directly.
17279 2005-05-19  Jay Belanger  <belanger@truman.edu>
17281         * calc/calc-graph.el (calc-graph-format-data): Make sure
17282         var-PlotRejects is bound before trying to check its value.
17284 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17286         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17287         definition of this variable from reftex-global.el to reftex.el,
17288         because it is needed in the menu.
17290 2005-05-19  Lute Kamstra  <lute@gnu.org>
17292         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17293         years are fixed.  Don't insert a space after a dash.
17295 2005-05-19  Kim F. Storm  <storm@cua.dk>
17297         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17299 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17301         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17302         strings, because (eq ... ?\\) is fairly frequent.
17304         * progmodes/make-mode.el (makefile-add-this-line-targets):
17305         Simplify and integrate into `makefile-pickup-targets'.
17306         (makefile-add-this-line-macro): Simplify and integrate into
17307         `makefile-pickup-macros.
17308         (makefile-pickup-filenames-as-targets): Simplify.
17309         (makefile-previous-dependency, makefile-match-dependency):
17310         Don't stumble over `::'.
17312 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17314         * subr.el (post-command-idle-hook, post-command-idle-delay):
17315         Remove obsoletion of post-command-idle-hook and
17316         post-command-idle-delay.
17318         * faces.el (list-faces-display): Provide button when describe-face
17319         is called to take user back to the list of faces.
17321         * help-fns.el (describe-variable): Remove hyperlinks in a
17322         variable's value as these are quite frequently inappropriate.
17324         * follow.el (follow-submit-feedback, follow-mode):
17325         Remove references to post-command-idle-hook.
17327 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17329         * progmodes/make-mode.el (makefile-previous-dependency)
17330         (makefile-match-dependency): Check for := (and in bsd mode also
17331         !=) to give a better result, even when font-lock is not on.
17333 2005-05-18  Jay Belanger  <belanger@truman.edu>
17335         * calc/calc-help.el (calc-s-prefix-help):
17336         Add `calc-copy-special-constant' to help string.
17338 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17340         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17342 2005-05-18  Jay Belanger  <belanger@truman.edu>
17344         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17345         in linear factors are in proper order.
17347 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17349         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17350         Support for jurabib.
17352         * textmodes/reftex.el (featurep): Define aliases for overlay
17353         commands, for XEmacs compatibility, and use these aliases in
17354         overlay initializations.
17355         (reftex-highlight): Use `reftex-move-overlay'.
17356         (reftex-unhighlight): Use `reftex-delete-overlay'.
17357         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17358         (reftex-access-search-path): Use `reftex-uniquify' instead of
17359         `reftex-uniq'
17361         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17362         `before-string' property modification enables for Emacs as well.
17363         (reftex-select-item): Use `reftex-delete-overlay'.
17364         (reftex-select-mark): Use `reftex-make-overlay' and
17365         `reftex-overlay-put'.
17366         (reftex-select-unmark): Use `reftex-delete-overlay' and
17367         `reftex-overlay-put'.
17369 2005-05-18  Lute Kamstra  <lute@gnu.org>
17371         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17373 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17375         * add-log.el (add-change-log-entry):
17376         * array.el (array-make-template, array-reconfigure-rows)
17377         (array-init-max-row, array-init-max-column)
17378         (array-init-columns-per-line, array-init-field-width):
17379         * replace.el (replace-match-maybe-edit, perform-replace):
17380         * textmodes/spell.el (spell-region):
17381         Replace `read-input' by `read-string'.
17383         * forms.el (forms-mode):
17384         * finder.el (finder-compile-keywords):
17385         * shadowfile.el (shadow-read-files):
17386         Replace `eval-current-buffer' by `eval-buffer'.
17388         * terminal.el (te-pass-through):
17389         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17390         (ange-ftp-raw-send-cmd):
17391         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17392         (send-process-next-char, telnet-initial-filter, telnet):
17393         Replace `send-string' by `process-send-string'.
17395         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17396         (prolog-consult-region): Replace `send-string' by
17397         `process-send-string'; replace `send-region' by `process-send-region'.
17399         * progmodes/delphi.el (delphi-log-msg):
17400         Replace `set-window-dot' by `set-window-point'.
17402         * subr.el (window-dot, set-window-dot, read-input, send-string)
17403         (send-region, show-buffer, eval-current-buffer):
17404         Make really obsolete, as the comment says.
17406 2005-05-17  Kim F. Storm  <storm@cua.dk>
17408         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17409         (cua--init-keymaps): Bind C-return instead of S-return to set
17410         rectangle mark.
17412         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17413         instead of S-return to toggle/clear rectangle mark.
17415 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17417         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17418         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17419         Also fontify plain strings assigned to variables, mostly so that a
17420         colon has a face and is thus not taken as a dependency separator.
17421         (makefile-previous-dependency): Inline the new matcher, because it
17422         is too complex to work in both directions.
17423         (makefile-match-dependency): Eliminate `backward' arg (see above).
17424         Completely reimplemented so as to not sometimes go into an endless
17425         loop.  It should also be more efficient, because first it only
17426         searches for `:', instead of applying the very complex regexp.
17427         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17428         to be fontified in one piece can be too long for JIT.
17429         Makefiles are never *that* big.
17431 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17433         * dired.el (dired-mode): Simplify.
17435 2005-05-17  Lute Kamstra  <lute@gnu.org>
17437         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17438         defcustom for the mode hook variable.
17440         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17441         Emacs Lisp Reference Manual.
17443 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17445         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17446         (evenp, list*):
17447         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17448         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17450         * net/tramp-smb.el (tramp-smb-open-connection):
17451         Pass `tramp-chunksize' as fifth (required) argument.
17453 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17455         * font-lock.el (lisp-font-lock-keywords-1):
17456         Set `font-lock-negation-char-face' for [^...] char group.
17457         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17459         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17460         a var, and refine it to mask one more level of nested vars.
17461         (makefile-rule-action-regex): Turn it into a var, and refine it so
17462         it recognizes backslashed continuation lines as belonging to the
17463         same command.
17464         (makefile-macroassign-regex): Refine it so it recognizes
17465         backslashed continuation lines as belonging to the same command.
17466         (makefile-var-use-regex): Don't look at the next char, because it
17467         might be the same one to be skipped by the initial [^$], leading
17468         to an overlooked variable use.
17469         (makefile-make-font-lock-keywords): Remove two parameters, which
17470         are now variables that some of the modes set locally.
17471         Handle dependency and rule action matching through functions, because
17472         regexps alone match too often.  Dependency matching now comes
17473         last, so it can check, whether a colon already matched something else.
17474         (makefile-mode): Inform that font-lock improves makefile parsing
17475         capabilities.
17476         (makefile-match-dependency, makefile-match-action): New functions.
17478 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17480         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17482         * align.el (align-regexp):
17483         * ansi-color.el (ansi-color-get-face):
17484         * array.el (array-reconfigure-rows, array-init-max-row)
17485         (array-init-max-column, array-init-columns-per-line)
17486         (array-init-field-width):
17487         * dired-aux.el (dired-trample-file-versions):
17488         * dired-x.el (dired-mark-sexp):
17489         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17490         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17491         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17492         * faces.el (face-read-integer):
17493         * files.el (backup-extract-version, insert-directory):
17494         * hexl.el (hexl-insert-decimal-char):
17495         * server.el (server-process-filter):
17496         * shell.el (shell-extract-num):
17497         * startup.el (command-line-1):
17498         * term.el (term-command-hook):
17499         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17500         (time-stamp-do-number):
17501         * time.el (display-time-update):
17502         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17503         (timezone-fix-time):
17504         * vms-patch.el (vms-suspend-resume-hook):
17505         * calendar/appt.el (appt-convert-time):
17506         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17507         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17508         * calendar/cal-islam.el (mark-islamic-diary-entries):
17509         * calendar/calendar.el (calendar-cursor-to-date)
17510         (calendar-star-date):
17511         * calendar/diary-lib.el (diary-attrtype-convert)
17512         (mark-diary-entries, diary-entry-time):
17513         * calendar/solar.el (solar-get-number):
17514         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17515         * emacs-lisp/re-builder.el (reb-display-subexp):
17516         * emulation/edt.el (edt-set-scroll-margins):
17517         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17518         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17519         (vip-get-ex-count):
17520         * emulation/viper-ex.el (viper-get-ex-token)
17521         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17522         * international/fontset.el (fontset-plain-name):
17523         * mail/feedmail.el (feedmail-look-at-queue-directory):
17524         * mail/mailalias.el (mail-get-names):
17525         * mail/rmail.el (rmail-convert-to-babyl-format):
17526         * mail/rmailsum.el (rmail-make-basic-summary-line)
17527         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17528         (rmail-summary-goto-msg):
17529         * mail/smtpmail.el (smtpmail-read-response):
17530         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17531         (ange-ftp-vms-add-file-entry):
17532         * play/gametree.el (gametree-looking-at-ply)
17533         (gametree-current-branch-score):
17534         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17535         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17536         * progmodes/cperl-mode.el (condition-case):
17537         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17538         (ebrowse-set-member-buffer-column-width)
17539         (ebrowse-select-1st-to-9nth):
17540         * progmodes/etags.el (etags-snarf-tag):
17541         * progmodes/flymake.el (flymake-parse-line):
17542         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17543         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17544         (idlwave-shell-menu-def):
17545         * progmodes/ps-mode.el (ps-run-goto-error):
17546         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17547         (vhdl-speedbar-contract-level):
17548         * term/mac-win.el (x-handle-numeric-switch):
17549         * term/sun-mouse.el (sun-get-frame-data):
17550         * term/w32-win.el (x-handle-numeric-switch):
17551         * term/x-win.el (x-handle-numeric-switch):
17552         * textmodes/ispell.el (ispell-parse-output):
17553         * textmodes/nroff-mode.el (nroff-outline-level):
17554         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17555         (reftex-bib-sort-year-reverse, reftex-format-citation):
17556         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17557         (reftex-section-number):
17558         * textmodes/texinfmt.el (texinfo-paragraphindent):
17559         Replace `string-to-int' by `string-to-number'.
17561         * international/latexenc.el: Add page marker to force the "Local
17562         Variables:" string out of the last page.
17564 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17566         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17567         tooltip-change-major-mode.
17568         (gud-tooltip-print-command): Remove case where gud-minor-mode
17569         is gdb ("--fullname").
17570         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17571         explain to user.
17573 2005-05-16  Jay Belanger  <belanger@truman.edu>
17575         * calc/calc-store.el (calc-copy-special-constant): New function.
17577         * calc/calc-ext.el (calc-init-extensions): Add binding for
17578         `calc-copy-special-constant'.
17580         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17581         for the `calc-copy-special-constant' command.
17583 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17585         * subr.el (left-fringe-p): New function.
17587         * progmodes/compile.el (compilation-setup): Set local value of
17588         overlay-arrow-string to "" always.
17589         (compilation-set-window): Left fringe then don't scroll.
17590         No left fringe then no arrow and scroll message to top.
17591         (compilation-context-lines): Adjust doc string accordingly.
17593 2005-05-16  Kim F. Storm  <storm@cua.dk>
17595         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17596         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17597         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17598         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17599         (ido-read-file-name): Handle commands with ido property value
17600         equal to find-file as reading a file name, to allow C-d to enter dired.
17601         (ibuffer-find-file): Add ido property with value find-file.
17603 2005-05-15  Kim F. Storm  <storm@cua.dk>
17605         * subr.el (open-network-stream-nowait): Remove.
17606         (open-network-stream-server): Remove.
17608 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17610         * faces.el (describe-face): Output a definition link button.
17612         * help-mode.el (help-face-def): New button type.
17614         * emacs-lisp/copyright.el (copyright-fix-years):
17615         Match properly if the first year is 2-digit.
17616         Don't mess up the whitespace after the years by filling.
17618         * dired-aux.el (dired-mark-confirm):
17619         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17621         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17622         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17623         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17625         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17626         Set font-lock-comment-start-skip.
17628         * font-lock.el (font-lock-comment-start-skip): New variable.
17629         (font-lock-comment-end-skip): New variable.
17630         (font-lock-fontify-syntactically-region): Use them if non-nil.
17632 2005-05-15  Jay Belanger  <belanger@truman.edu>
17634         * calc/calc-store.el (calc-store-value): Return a string rather
17635         than display it as a message.
17636         Use calc-var-name for variable name.
17637         (calc-store-into): Add the result of calc-store-value to message.
17638         (calc-copy-variable): Add a message.
17639         (calc-store-exchange): Improve error messages.
17640         (calc-store-binary, calc-store-map): Don't reset the values of
17641         special constants.
17643 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17645         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17646         manual to docstring.
17648         * files.el (hack-local-variables-confirm): Add STRING argument.
17649         Make the function handle non file visiting buffers correctly.
17650         (hack-local-variables-prop-line, hack-local-variables)
17651         (hack-one-local-variable): Use STRING arg of
17652         `hack-local-variables-confirm'.
17654 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17656         Sync with Tramp 2.0.49.
17658         * net/tramp.el (tramp-handle-dired-call-process)
17659         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17660         because the contents of the Tramp buffer is changed before
17661         insertion (`expand-file' and alike).
17662         (tramp-handle-insert-directory): If `localname' has an empty
17663         nondirectory name, it must not be quoted.
17664         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17665         variable `tramp-chunksize'.  Change callees.
17666         (tramp-open-connection-setup-interactive-shell): Check remote host
17667         for buggy `send-process-string' implementation.
17668         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17669         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17670         (tramp-handle-shell-command): `insert-buffer' cannot be used
17671         because the contents of the Tramp buffer is changed before
17672         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17673         <frederic.bothamy@free.fr>.
17674         (tramp-set-auto-save): Actions should be done for Tramp file name
17675         handler only.  Ange-FTP has its own auto-save mechanism.
17676         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17677         (tramp-set-auto-save-file-modes): Set file modes of
17678         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17679         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17680         (tramp-bug): Remove obsolete variable.
17681         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17682         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17684 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17686         * ibuf-ext.el (define-ibuffer-filter filename):
17687         If `dired-directory' is a list, use its car.
17689 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17691         * ibuffer.el (define-ibuffer-column filename):
17692         If `dired-directory' is a list, use its car.
17694 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17696         * subr.el (symbol-file): Doc fix.
17698         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17699         (byte-compile-form): Call byte-compile-nogroup-warn.
17700         (byte-compile-warning-types): Doc fix.
17702         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17704         * progmodes/cc-engine.el (c-literal-faces):
17705         Add font-lock-comment-delimiter-face.
17707         * net/net-utils.el (dig): Use with-no-warnings.
17709         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17710         (sc-recite-frame-alist, sc-default-cite-frame)
17711         (sc-default-uncite-frame, sc-default-recite-frame)
17712         (sc-attrib-selection-list, sc-rewrite-header-list):
17713         Mark as risky-local-variable.
17715         * international/ogonek.el (ogonek-jak, ogonek-how):
17716         Don't use beginning-of-buffer.
17718         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17720         * calendar/solar.el (solar-data-list): Move definition up.
17722         * dnd.el (dnd-protocol-alist): Add autoload.
17724         * progmodes/sh-script.el: Many doc usage fixes.
17725         (sh-indent-after-do): Change default to match common styles.
17727 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17729         * files.el (interpreter-mode-alist)
17730         (auto-mode-interpreter-regexp): Doc fixes.
17732 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17734         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17736         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17738 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17740         * dired.el (dired-mode): make-variable-buffer-local =>
17741         make-local-variable.
17743 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17745         * term/mac-win.el (mac-select-convert-to-string): Try coding
17746         systems in mac-script-code-coding-systems if specified one cannot
17747         encode string for `com.apple.traditional-mac-plain-text'.
17749 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17751         * progmodes/make-mode.el (makefile-targets-face)
17752         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17753         (makefile-dependency-regex): Fix it to not make the colon in
17754         $(var:a=b) special.
17755         (makefile-rule-action-regex): New regexp for highlighting embedded
17756         Shell strings.
17757         (makefile-macroassign-regex): Handle != for highlighting as
17758         embedded Shell strings.
17759         (makefile-var-use-regex): New const.
17760         (makefile-statements, makefile-automake-statements)
17761         (makefile-gmake-statements, makefile-makepp-statements)
17762         (makefile-bsdmake-statements): New consts.
17763         (makefile-make-font-lock-keywords): New function.
17764         (makefile-automake-font-lock-keywords)
17765         (makefile-gmake-font-lock-keywords)
17766         (makefile-makepp-font-lock-keywords)
17767         (makefile-bsdmake-font-lock-keywords): New consts.
17768         (makefile-mode-map): Add switchers between the various submodes.
17769         (makefile-mode): Document the availability of the variants.
17770         (makefile-automake-mode, makefile-gmake-mode)
17771         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17773         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17774         new variants of makefile-mode.
17776 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17778         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17779         the inheritance.
17781 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17783         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17784         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17786         * files.el (normal-mode): Extend the scope of the
17787         `enable-local-variables' binding to include the `set-auto-mode' call.
17788         (magic-mode-alist): Doc fix.
17790 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17792         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17793         font-lock-comment-face rather than copying its setting.
17795 2005-05-12  Andreas Schwab  <schwab@suse.de>
17797         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17799 2005-05-12  Lute Kamstra  <lute@gnu.org>
17801         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17802         defcustom for the mode hook variable.  Delete the last argument.
17803         * generic-x.el: Fix callers of define-generic-mode.
17804         (generic-x-modes): Delete group.
17805         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17806         generic-x customization group.
17808 2005-05-12  Kim F. Storm  <storm@cua.dk>
17810         * font-lock.el (font-lock-negation-char-face): Default to "off".
17812         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17813         font-lock-negation-char-face to ! in !=.
17815 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17817         * add-log.el (find-change-log): Fix typos in the docstring
17818         of function.
17820 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17822         * international/latexenc.el (latexenc-find-file-coding-system):
17823         Avoid `re-search-forward' when looking for input encoding because
17824         of speed and safety.  Better regular expressions for recognizing
17825         input encoding.  Limit a search for TeX-master/tex-main-file to
17826         the local variable section.
17828 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17830         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17831         syntax of $ to "'" (quote).
17833 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17835         * dnd.el (dnd-protocol-alist): Improve custom type.
17837         * dired.el (dired-dnd-protocol-alist): New variable.
17838         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17839         `dired-mode-hook' to the end.
17841 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17843         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17844         comment-end if comment-start-skip is not set.
17845         Obey the font-lock-comment-delimiter-face variables.
17847 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * files.el (executable-find): Move from executable.el.  Use
17850         locate-file.
17851         * progmodes/executable.el (executable-find): Move to files.el.
17853         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17854         when trying to ensure forward progress.
17856 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17858         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17859         (mouse-select, mouse-select-internal, mouse-extend-internal):
17860         Use it to implement mouse-1-click-follows-link functionality.
17862 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17864         * font-lock.el (font-lock-fontify-syntactically-region):
17865         Use font-lock-comment-delimiter-face for comment delimiters.
17867 2005-05-10  Jay Belanger  <belanger@truman.edu>
17869         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17870         preserving embedded modes.
17872 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17874         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17876         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17877         Move from ada-stmt.el.
17878         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17880         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17881         Move to ada-mode.el.
17882         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17884         * cus-edit.el (custom-file): Call file-chase-links.
17886         * files.el (read-directory-name): Fix previous change.
17887         (hack-local-variables-confirm): New function.
17888         (hack-local-variables-prop-line, hack-local-variables)
17889         (hack-one-local-variable): Use it.
17891 2005-05-10  Lute Kamstra  <lute@gnu.org>
17893         * font-lock.el (font-lock-keywords-alist)
17894         (font-lock-removed-keywords-alist): Clarify docstrings.
17896 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17898         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17899         (gdb-source-info): Check for preprocessor info.
17900         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17901         a macro for a function.
17902         (gdb-info-breakpoints-custom): Try to find file again if not already
17903         found (user might have used GDB dir command).
17904         (gdb-get-location): Update gdb-location-alist correctly for change
17905         to gdb-info-breakpoints-custom.
17907         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17908         (gud-tooltip-print-command): Add gdbmi case.
17909         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17910         preprocessor info.
17912 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17914         * startup.el (fancy-splash-insert): Fix typo in doc string.
17916 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17918         * obsolete/float.el (string-to-float):
17919         * obsolete/hilit19.el (hilit-add-pattern):
17920         * obsolete/rnews.el (news-parse-range, news-select-message)
17921         (news-get-pruned-list-of-files): Replace `string-to-int' by
17922         `string-to-number'.
17924         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17925         `find-file-not-found-hooks'; use `add-hook'.
17926         (uncompress-while-visiting): Set `write-file-functions', not
17927         `write-file-hooks'; use `add-hook'.
17929 2005-05-09  Kim F. Storm  <storm@cua.dk>
17931         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17932         (cua-paste): Handle clipboard action.
17933         (cua--init-keymaps): Remap clipboard-kill-region and
17934         clipboard-kill-ring-save.
17936 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17938         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17939         Improve commentary.
17941         * simple.el (next-error-overlay-arrow-position): Revert the change
17942         made on 2005-04-30.
17944 2005-05-07  Jay Belanger  <belanger@truman.edu>
17946         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17947         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17948         `calc-sel-reselect'.
17950         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17951         Calc is in embedded mode.
17953 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17955         * progmodes/compile.el (compilation-setup):
17956         Set overlay-arrow-string to an empty string on text terminals.
17958         * textmodes/ispell.el (ispell-program-name): Try looking for
17959         "aspell" along exec-path, and if found, use it as the default
17960         speller program.
17962 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17964         * international/mule.el (sgml-xml-auto-coding-function):
17965         Recognize encoding='FOO' in single quotes as well as in double quotes.
17967 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17969         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17970         as well as `interactive', so that defmacro* would recognize
17971         `declare' forms.
17973 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17975         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17976         Explain more about the LIGHTER arg's usage in the doc string.
17977         Add commentary to clarify what the code does.  Fix the regexp that
17978         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17979         since it could have characters special to regular expressions.
17981 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17983         * replace.el (occur-1): Bind inhibit-read-only so that
17984         erase-buffer doesn't barf on read-only text properties (likewise
17985         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17986         (occur-engine): Don't set buffer-read-only here.
17988 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17990         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17991         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17992         sometimes mistakenly reused as a *cvs* buffer.
17994 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17996         * tooltip.el: Move code for GUD tooltips into gud.el.
17997         (require): CL no longer needed to compile case.
17998         (tooltip-mode): Do not toggle functions for GUD tooltips.
17999         (tooltip-gud-tips-p): Remove.  Replace with minor mode
18000         gud-tooltip-mode in gud.el.
18001         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18002         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18003         tooltip-gud prefix with gud-tooltip and obsolete.
18004         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18005         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18006         (tooltip-mouse-motion): Mouse movement functions/variable.
18007         Rename in gud.el by adding gud prefix.
18008         (tooltip-gud-original-filter, tooltip-gud-dereference)
18009         (tooltip-gud-event, tooltip-toggle-gud-tips)
18010         (tooltip-gud-process-output, tooltip-gud-print-command)
18011         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
18012         gud.el by replacing tooltip-gud prefix with gud-tooltip.
18013         (gdb-tooltip-print): Move to gdb-ui.el.
18015         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18016         (require): CL needed to compile case.
18017         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18018         tooltip-gud-tips-p.  Make it a minor-mode.
18019         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18020         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18021         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18022         (gud-tooltip-change-major-mode)
18023         (gud-tooltip-activate-mouse-motions-if-enabled)
18024         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18025         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18026         (gud-tooltip-original-filter, gud-tooltip-dereference)
18027         (gud-tooltip-event, tooltip-toggle-gud-tips)
18028         (gud-tooltip-process-output, gud-tooltip-print-command)
18029         (gud-tooltip-tips): Move from tooltip.el.
18031         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18032         (gdb-cpp-define-alist-flags): Doc fix.
18033         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18034         gud-tooltip-mode is t.
18036 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18038         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18039         evaporate if their text is deleted.
18040         (goto-address-at-point): Make it work as a mouse binding as well.
18041         (goto-address-at-mouse): Obsolete it.  Update users.
18043 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
18045         * calendar/appt.el (top-level): No longer activate on load.
18047 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
18049         * calendar/cal-bahai.el (mark-bahai-diary-entries):
18050         * net/webjump.el (webjump):
18051         * progmodes/idlw-help.el (idlwave-do-context-help1)
18052         (idlwave-highlight-linked-completions):
18053         * textmodes/po.el (po-find-file-coding-system-guts):
18054         Replace `assoc-ignore-case' by `assoc-string'.
18056 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
18058         * files.el (locate-file): Doc fix.
18060         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18061         Remove the redundant test for ms-dos.
18063         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18064         look for the preprocessor with exec-suffixes.  If not found in
18065         standard places, look in exec-path.  Remove most of the tests that
18066         used system-type.
18068         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18070         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18072         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18073         file-name clash with jka-compr.el on 8+3 filesystems.
18075 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18077         * term/mac-win.el: Don't define or bind scroll bar functions if
18078         x-toolkit-scroll-bars is t.
18079         (x-select-text, x-get-selection-value): Clear
18080         x-last-selected-text-clipboard if x-select-enable-clipboard is
18081         nil.
18082         (PRIMARY): Put mac-scrap-name property.
18083         (mac-select-convert-to-file-url): New function.
18084         (public.file-url): New selection target type.  Add to
18085         selection-converter-alist.
18086         (x-get-selection, x-selection-value): Handle it.
18087         (x-cut-buffer-or-selection-value): New alias.
18089 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18091         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18092         entry to avoid calling bibtex-find-entry with arg global
18093         being t.  Remove arg key.
18094         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18095         (bibtex-copy-summary-as-kill): Change accordingly.
18097 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18099         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18100         (org-agenda-date-later): Use with-current-buffer.
18102 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
18104         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18105         (define-obsolete-variable-alias): Doc Fixes.
18107 2005-05-06  Kim F. Storm  <storm@cua.dk>
18109         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
18110         vertical-motion when selective-display is active.
18112         * ido.el (ido-setup-hook): New hook.
18113         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18114         (ido-input-stack): New var.
18115         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
18116         ido-next-work-file binding to M-O.
18117         Bind M-f to ido-wide-find-file-or-pop-dir.
18118         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18119         (ido-read-internal): Run ido-setup-hook.
18120         Catch quit in read-file-name and read-string to cancel edit.
18121         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18122         Automatically pop-all when completing a directory name (RET).
18123         (ido-file-internal): Add with-no-warnings around ffap and dired code.
18124         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18125         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18126         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18127         New functions for M-b/M-f to move among the directory components.
18128         (ido-make-merged-file-list): Catch quit to cancel merge.
18129         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18130         (ido-completion-help): No warnings for ido-completion-buffer-full.
18132 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
18134         * font-lock.el (font-lock-negation-char-face): New face and variable.
18135         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18136         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18137         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18138         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18140 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
18142         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18143         Fix typo in docstring.
18145         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18146         (ebrowse-print-statistics-line)
18147         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18149         * term/w32-win.el (image-library-alist): Add additional name for
18150         Xpm library.
18152 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
18154         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18155         use gcc instead of cpp.
18157         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18158         (gdb-create-define-alist): Use it.
18159         (gdb-cpp-define-alist-program): Update for MS-DOS.
18161 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
18163         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18165 2005-05-04  Richard M. Stallman  <rms@gnu.org>
18167         * help.el (describe-key): No error when UNTRANSLATED is nil.
18169         * simple.el (line-move-1): Fix previous change to signal errors
18170         appropriately.
18172 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
18174         * calendar/icalendar.el (icalendar-version): Now at 0.12.
18175         (icalendar-duration-correction): Remove.
18176         (icalendar--get-event-properties): Split result at commas.
18177         (icalendar--decode-isoduration): New optional argument
18178         DURATION-CORRECTION.
18179         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18180         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18181         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18182         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18183         (icalendar--convert-anniversary-to-ical): New functions, extracted
18184         from icalendar-export-region, with bug fixes.
18185         (icalendar-export-region): Use the above functions.
18186         (icalendar-import-buffer): Check before saving diary file.
18187         (icalendar--convert-recurring-to-diary)
18188         (icalendar--convert-non-recurring-all-day-to-diary)
18189         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18190         extracted from icalendar--convert-ical-to-diary, with bug fixes.
18191         (icalendar--convert-ical-to-diary): Use the above functions.
18193 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
18195         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18196         Remove these recent additions.
18197         (c-mode): Restore to before 2005-04-28.
18199         * progmodes/cc-vars.el (cc-define-list-program): Remove this
18200         recent addition.
18202         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18203         (gdb-define-alist): New variables.
18204         (gdb-create-define-alist): New function.
18205         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18206         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18207         with string-to-number.
18208         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
18210         * progmodes/gud.el: Replace string-to-int with string-to-number.
18211         (gud-find-file): Handle gdb-define-alist.
18213         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18215 2005-05-02  Jay Belanger  <belanger@truman.edu>
18217         * calc/calc-aent.el (math-read-token):
18218         * calc/calc-bin.el (calc-word-size):
18219         * calc/calc-ext.el (calc-read-number-fancy):
18220         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18221         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18222         * calc/calc-frac.el (calc-over-notation):
18223         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18224         (calc-graph-num-points, calc-graph-init):
18225         * calc/calc-prog.el (calc-read-parse-table-part)
18226         (calc-edit-macro-repeats):
18227         * calc/calc-yank.el (calc-do-grab-rectangle):
18228         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18229         Replace `string-to-int' by `string-to-number'.
18231 2005-05-02  Kim F. Storm  <storm@cua.dk>
18233         * kmacro.el: Use executing-kbd-macro-index variable.
18235 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
18237         * net/rlogin.el (rlogin-parse-words): Delete func.
18238         (rlogin): Use split-string, not rlogin-parse-words.
18239         Also, if there are option-like elements in the parsed args,
18240         take the host to be the first arg immediately following them.
18241         Suggested by Michael Mauger.
18243 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18245         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18247 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18249         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18250         (cc-mode-cpp-program): Rename to cc-define-list-program and
18251         move to cc-vars.el.
18253         * progmodes/cc-vars.el (cc-define-list-program):
18254         Change to "gcc -E -dM -".  Make customizable.
18256 2005-05-02  Kim F. Storm  <storm@cua.dk>
18258         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18260 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18262         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18264         * international/mule-util.el (truncate-string): Remove alias and
18265         obsolete declaration.
18267         * international/mule-cmds.el (update-iso-coding-systems):
18268         Remove alias and obsolete declaration.
18270         * international/mule.el (coding-system-parent): Remove alias and
18271         obsolete declaration.
18273         * subr.el (define-function, sref): Remove aliases and obsolete
18274         declarations.
18275         (chars-in-region): Remove obsolete declaration.
18277 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18279         * info.el (Info-mode): Set widen-automatically to nil, locally.
18281         * simple.el (widen-automatically): New variable.
18282         (pop-global-mark): Obey widen-automatically.
18284 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18286         * term/xterm.el (function-key-map): Call substitute-key-definition
18287         before the keymap size is increased by a lot of define-key calls.
18289 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18291         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18292         Rename ARG to ELEMENT.  Doc fix.
18294 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18296         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18297         Remove references to allout-exposure/change to allout-new-exposure.
18299         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18300         bytecode symbols.
18302         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18303         (compiled-function-p, focus-frame, unfocus-frame):
18304         Remove aliases and obsolete declarations.
18305         Back out inadvertent changes from previous commit.
18307 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18309         * files.el (require-final-newline): Make Custom tags consistent
18310         with mode-require-final-newline.
18311         (mode-require-final-newline): Doc fix.
18313 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18315         * international/latexenc.el (latexenc-find-file-coding-system):
18316         Fix regular expressions.
18318 2005-05-01  David Kastrup  <dak@gnu.org>
18320         * international/latexenc.el (latexenc-find-file-coding-system):
18321         Fix regular expressions.
18323 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18325         * subr.el (string-to-int): Make obsolete.
18327 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18329         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18331         * loadup.el: load jka-comp-hook.
18333         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18334         (jka-compr-handler): Add autoload.  `put' calls moved
18335         to jka-comp-hook.el.
18336         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18337         (jka-compr-inhibit): Autoload.
18339         * jka-comp-hook.el: New file.
18340         Enable the mode by default.
18342         * files.el (backup-buffer-copy): Use copy-file instead
18343         of write-region, and put back the 'excl.
18345 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18347         * progmodes/flymake.el (flymake-split-string)
18348         (flymake-split-string, flymake-log, flymake-pid-to-names)
18349         (flymake-reg-names, flymake-get-source-buffer-name)
18350         (flymake-unreg-names, flymake-add-line-err-info)
18351         (flymake-add-err-info): Clarify docstrings.
18352         (flymake-popup-menu, flymake-make-emacs-menu)
18353         (flymake-make-xemacs-menu): Add docstrings.
18354         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18355         Set variables directly throughout.
18357 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18359         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18360         exists.  Initialize cc-define-alist.
18361         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18362         If there is no file (Macroexpansion) don't create an alist.
18364 2005-04-29  Sam Steingold  <sds@gnu.org>
18366         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18367         (cc-create-define-alist): Use it instead of the hard-coded string.
18369 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18371         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18372         for latexenc.
18374 2005-04-29  Lute Kamstra  <lute@gnu.org>
18376         * emacs-lisp/generic.el: Improve commentary section.
18377         (define-generic-mode): Improve docstring.
18379 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18381         * textmodes/org.el (many places): Change to quiet the byte compiler.
18382         (org-prefix-format-compiled): New variable.
18383         (org-compile-prefix-format): New function.
18384         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18385         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18386         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18387         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18388         consistency with entries from `org-mode' files.
18389         (org-get-time-of-day): Fix bug with partial matches early in a line.
18390         (org-non-link-chars): New constant.
18391         (org-link-regexp): Respect `org-non-link-chars'.
18392         (org-agenda-day-view): Remove command.
18393         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18394         (org-follow-bbdb-link, org-store-link): Search also company field.
18395         (org-highlight-overlay): New variable.
18396         (org-highlight, org-unhighlight): New functions.
18397         (org-agenda-mode): Add pre-command-hook to remove highlight.
18398         (org-evaluate-time-range): Behavior depends upon whether time stamp
18399         contains a time or not.
18400         (org-show-subtree, org-show-entry): New functions.
18401         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18403 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18405         * comint.el (comint-output-filter-functions): Add autoload cookie.
18407 2005-04-28  Kim F. Storm  <storm@cua.dk>
18409         * ido.el (ido-everywhere): Fix last change.
18411 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18413         * international/latexenc.el: New file.
18414         * international/mule-conf.el (file-coding-system-alist): For .tex,
18415         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18417 2005-04-28  Lute Kamstra  <lute@gnu.org>
18419         * font-lock.el (font-lock-add-keywords)
18420         (font-lock-remove-keywords): Clarify docstring.
18421         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18422         Don't start docstrings with a `*'.
18423         (font-lock-update-removed-keyword-alist): Give it a docstring.
18425         * generic-x.el: Update commentary section.
18426         Only require font-lock when compiling.
18427         Define all modes conditionally.
18428         Place all generic modes in the generic-x-modes customization group.
18429         (generic-x-modes): New customization group.
18430         (generic-default-modes, generic-mswindows-modes)
18431         (generic-unix-modes, generic-other-modes): New constants.
18432         (generic-define-mswindows-modes, generic-define-unix-modes):
18433         Update docstrings.  Make them obsolete.
18434         (generic-extras-enable-list): New default value.  Update docstring.
18435         Improve :type.  Change :set function.
18436         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18437         Fix docstring.
18439         * emacs-lisp/generic.el (generic-mode-internal):
18440         Simplify font-lock-defaults.
18441         (define-generic-mode): Fix docstring.
18443 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18445         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18446         font-lock-face property to highlight matches.
18448 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18450         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18451         (cc-define-alist): New variable.
18452         (c-mode): Make it local and initialize it.
18454         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18455         (gdb-exited): New function.
18456         (gdb-annotation-rules): Use it.
18457         (gdb-starting): Set gdb-active-process to t.
18458         (gdb-stopping): Amend doc string.
18459         (gdb-reset): Set gdb-active-process to nil.
18461         * tooltip.el (tooltip-gud-tips): Show the associated #define
18462         directives when a C program under GDB is not executing.
18464 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18466         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18467         font-lock-fontify-syntactic-keywords.
18469         * font-lock.el (font-lock-default-fontify-region): Don't force
18470         parse-sexp-lookup-properties to nil.
18472 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18474         * man.el (man-mode-syntax-table): Set up `:' to have
18475         word-constituent syntax.
18477 2005-04-27  Lute Kamstra  <lute@gnu.org>
18479         * novice.el (disable-command): Don't add spurious newlines to the
18480         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18482 2005-04-26  Jay Belanger  <belanger@truman.edu>
18484         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18485         than one window before deleting window.
18487 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18489         * shell.el (shell-prompt-pattern): Doc fix.
18490         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18492         * comint.el (comint-prompt-regexp, comint-get-old-input)
18493         (comint-use-prompt-regexp)
18494         (comint-use-prompt-regexp-instead-of-fields)
18495         (comint-replace-by-expanded-history, comint-send-input)
18496         (comint-output-filter, comint-get-old-input-default)
18497         (comint-line-beginning-position, comint-bol, comint-show-output)
18498         (comint-backward-matching-input, comint-forward-matching-input)
18499         (comint-next-prompt, comint-previous-prompt):
18500         Rename `comint-use-prompt-regexp-instead-of-fields' to
18501         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18502         obsolete.
18503         (comint-use-prompt-regexp): Shorten first line of doc string.
18505         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18506         Set paragraph-separate buffer locally to "\\'".
18508         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18509         Adapt to above name change.
18511         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18512         (smbclient-prompt-regexp): Ditto.
18514         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18516 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18518         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18519         gdb-location-list.
18520         Break lines that are over 80 characters wide.
18522 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18524         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18525         New fun and var, to preserve compatibility.
18527         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18529 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18531         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18532         name to file-newer-than-file-p.
18534 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18536         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18538         * progmodes/python.el (python-mode):
18539         Use new name eldoc-documentation-function.
18541         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18543         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18544         (eldoc-documentation-function):
18545         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18547 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18549         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18551 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18553         * term/xterm.el (function-key-map): Fix strings for
18554         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18555         {C,S,A,C-S}-{f1-f12}.
18557 2005-04-26  Kenichi Handa  <handa@m17n.org>
18559         * international/mule-cmds.el (select-safe-coding-system):
18560         Fix previous change.
18562 2005-04-26  Lute Kamstra  <lute@gnu.org>
18564         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18566         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18567         (font-lock-comment-delimiter-face): Ditto.
18569         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18571 2005-04-25  Jay Belanger  <belanger@truman.edu>
18573         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18574         to t while inserting information; use help-mode.
18576 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18578         * term.el (ansi-term-color-vector): Use the xterm colors.
18579         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18581 2005-04-25  Lute Kamstra  <lute@gnu.org>
18583         * font-core.el (font-lock-defaults): Fix docstring.
18585         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18587 2005-04-25  Kenichi Handa  <handa@m17n.org>
18589         * international/mule-cmds.el (select-safe-coding-system):
18590         Don't check consistency with coding: spec, etc if raw-text or
18591         no-conversion was found to be safe.
18593 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18595         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18596         citation markers at start of each line.
18598         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18599         citation markers at start of each line.
18601         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18603         * files.el (mode-require-final-newline): Fix previous change.
18604         (require-final-newline): Fix type label.
18606 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18608         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18609         statement in buffer (broken by 2004-11-24 change).
18611 2005-04-24  Kim F. Storm  <storm@cua.dk>
18613         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18614         and read-file-name-function values.  Don't overwrite existing
18615         non-nil values if ido-mode is enabled without ido-everywhere.
18617 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18619         * files.el (mode-require-final-newline): Minor doc fix.
18621 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18623         * subr.el (syntax-after): Doc fix.
18624         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18625         bits, not 8 bits.
18627         * files.el (mode-require-final-newline): Doc fix.
18628         (backup-buffer-copy): Fix last change.
18630 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18632         * term/mac-win.el: Require select.  Set selection-coding-system to
18633         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18634         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18635         (x-select-enable-clipboard): New variables.
18636         (x-select-text, x-get-selection, x-selection-value)
18637         (x-get-selection-value, mac-select-convert-to-string)
18638         (mac-services-open-file, mac-services-open-selection)
18639         (mac-services-insert-text): New functions.
18640         (CLIPBOARD, FIND): Put mac-scrap-name property.
18641         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18642         (public.tiff): Put mac-ostype property.
18643         (selection-converter-alist): Add entries for them.
18644         (mac-application-menu-map): New keymap.
18645         (interprogram-cut-function, interprogram-paste-function): Set to
18646         x-select-text and x-get-selection-value, respectively.
18647         (split-window-keep-point): Set to t.
18649 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18651         * files.el (read-directory-name): Always pass non-nil
18652         DEFAULT-FILENAME arg to read-file-name.
18653         (backup-buffer-copy, basic-save-buffer-2): Take care against
18654         writing thru an unexpected existing symlink.
18655         (revert-buffer): In indirect buffer, revert the base buffer.
18656         (magic-mode-alist): Doc fix.
18657         (buffer-stale-function): Doc fix.
18658         (minibuffer-with-setup-hook): Avoid warning.
18659         (mode-require-final-newline): Doc and custom fix.
18661         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18663         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18664         use the default appearance.
18665         (font-lock-comment-delimiter-face): New face, new variable.
18667         * imenu.el (imenu--generic-function): The official position of a
18668         definition is the start of the line that BEG is in.
18670         * midnight.el (midnight-timer): Move defvar up.
18672         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18674         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18676         * startup.el (command-line): Use with-no-warnings.
18678         * window.el (window-size-fixed): New defvar.
18680         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18682         * mail/rmail.el (rmail-font-lock-keywords):
18683         Use font-lock-comment-delimiter-face.
18685         * mail/sendmail.el (mail-font-lock-keywords):
18686         Use font-lock-comment-delimiter-face.
18688         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18690 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18692         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18693         Specify t for LAXMATCH when matching directories.
18694         Save match data around compilation-compat-error-properties form.
18696 2005-04-23  David Kastrup  <dak@gnu.org>
18698         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18699         Mention that the autoloaded aliases should be kept for AUCTeX.
18701 2005-04-23  Andreas Schwab  <schwab@suse.de>
18703         * isearch.el (isearch-forward): Doc fix.
18705 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18707         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18708         (jit-lock-stealth-nice): Change default value to 0.5.
18710 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18712         * abbrev.el (write-abbrev-file): Write table entries in
18713         alphabetical order by table name.
18715 2005-04-22  Kim F. Storm  <storm@cua.dk>
18717         * ido.el (ido-read-internal): Fix `list' completion.
18719 2005-04-22  Kenichi Handa  <handa@m17n.org>
18721         * recentf.el (recentf-save-file-coding-system): New variable.
18722         (recentf-save-list): Encode the file by
18723         recentf-save-file-coding-system and add coding: tag.
18725 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18727         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18729 2005-04-21  Lute Kamstra  <lute@gnu.org>
18731         * loadhist.el (unload-feature): Don't remove a function from hooks
18732         if it is about to be restored to an autoload .  Remove functions
18733         that will become unbound from auto-mode-alist.  Simplify the code.
18735         * subr.el (assq-delete-all): New implementation that is linear,
18736         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18737         (rassq-delete-all): New function.
18739         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18740         Add size-indication-mode.
18742 2005-04-21  Kenichi Handa  <handa@m17n.org>
18744         * international/mule-cmds.el: Add autoload for widget-value in
18745         eval-when-compile.
18747 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18749         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18750         Add tooltip-mode.
18752         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18754 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18756         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18757         (inferior-lisp-filter-regexp, inferior-lisp-program)
18758         (inferior-lisp-load-command, inferior-lisp-prompt)
18759         (inferior-lisp-mode-hook, lisp-source-modes)
18760         (inferior-lisp-load-hook): defvar->defcustom.
18761         (inferior-lisp-program, inferior-lisp-prompt)
18762         (inferior-lisp-load-hook): Doc fixes.
18763         (inferior-lisp-install-letter-bindings): Small change in
18764         introductory comment.
18766 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18768         * vc.el (vc-annotate-color-map): Change some colors so that text
18769         using them as foreground is readable on both white and black
18770         backgrounds.
18772 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18774         * international/mule-conf.el (translation-table-for-input):
18775         Remove redundant declaration.
18777 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18779         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18781         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18782         (tooltip-toggle-gud-tips): New function.
18784 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18786         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18787         right angle brackets.
18789 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18791         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18793 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18796         Remove.  Update callers to use expand-file-name instead.
18798         * subr.el (syntax-class): New function.
18800         * simple.el (blink-matching-open): Use it.
18802         * paren.el (show-paren-function): Use it to recognize parens that are
18803         also used in 2-char comment markers.
18805 2005-04-19  Lute Kamstra  <lute@gnu.org>
18807         * loadhist.el (unload-feature): Update for new format of
18808         load-history.  Simplify the code.
18810 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18812         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18813         (mac-add-charset-info): New function.  Initialize variable
18814         mac-charset-info-alist using it.
18815         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18816         for translation.
18817         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18818         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18819         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18820         New CCL programs.
18822 2005-04-19  Kim F. Storm  <storm@cua.dk>
18824         * simple.el (next-buffer, prev-buffer, next-error)
18825         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18826         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18828         * bindings.el (next-buffer, prev-buffer, next-error)
18829         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18830         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18831         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18832         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18834 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18836         * isearch.el (isearch-edit-string): Make the search-ring available for
18837         minibuffer history commands.
18838         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18839         the default history commands now work just as well.
18840         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18842 2005-04-18  Kim F. Storm  <storm@cua.dk>
18844         * emulation/cua-base.el (cua--pre-command-handler): Add more
18845         elaborate check for shift modifier on non-window systems.
18847 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18849         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18851 2005-04-18  Kim F. Storm  <storm@cua.dk>
18853         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18854         and make it optional.  Don't test tooltip-gud-echo-area here.
18855         (tooltip-gud-process-output, gdb-tooltip-print):
18856         Pass tooltip-gud-echo-area to tooltip-show.
18857         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18859 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18861         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18862         `display-graphic-p' may not be bound yet.
18864 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18866         * startup.el (command-line): No longer enable Xterm Mouse mode by
18867         default in terminals compatible with xterm.
18869         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18871 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18873         * tooltip.el (tooltip-gud-echo-area): Rename from
18874         tooltip-use-echo-area.
18875         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18876         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18877         area independently of where help tooltips are displayed.
18879 2005-04-17  David Kastrup  <dak@gnu.org>
18881         * cus-theme.el (custom-theme-write-variables): Quote variables
18882         where necessary.
18884 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18886         * simple.el (yank-excluded-properties): Add follow-link to value.
18888         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18890         * startup.el (fancy-splash-max-time): Just 30 seconds.
18891         (fancy-splash-delay): Just 7.
18892         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18894         * loadhist.el (unload-feature): Update for new format of load-history.
18895         Simplify the code.
18897         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18898         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18900         * mail/sendmail.el (mail-font-lock-keywords):
18901         Don't fontify subject text.
18902         Don't fontify the text of a citation.
18904 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18906         * comint.el (comint-output-filter): Run comint-output-filter-functions
18907         with point where the user had it.
18909 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18911         * international/ucs-tables.el (ucs-set-table-for-input):
18912         Disable when using unify-on-decoding.
18914 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18916         * emulation/cua-base.el (cua-global-mark-face): Add special case
18917         for displays supporting a high number of colors.
18919 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18921         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18923 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18925         * filesets.el (filesets-add-buffer): If user supplies a name of a
18926         non-existing fileset, create a new fileset.
18928 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18930         * textmodes/org.el (org-up-heading-all): Fix bug with
18931         `outline-up-heading-all'.
18933 2005-04-16  Andreas Schwab  <schwab@suse.de>
18935         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18936         /etc/permissions.d/* and /etc/aliases.d/*.
18938 2005-04-16  Kenichi Handa  <handa@m17n.org>
18940         * international/code-pages.el (cp-make-coding-system):
18941         Set `translation-table-for-input' property value to the symbol
18942         ucs-mule-to-mule-unicode, not to that value.
18943         (pt154): Escape guillemet by `\'.
18945 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18947         * loadup.el: Load tooltip if x-show-tip is fboundp.
18949         * startup.el (command-line): Add comment.
18951         * tooltip.el (tooltip-mode): Specify correct standard value for
18952         Custom in init-value.
18954 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18956         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18957         possible.
18959 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18961         * textmodes/org.el (org-agenda-date-prompt): Rename from
18962         `org-agenda-date-today'.
18963         (org-evaluate-time-range): Insert at point instead of directly
18964         after time range.
18965         (org-first-headline-recenter, org-subtree-end-visible-p)
18966         (org-optimize-window-after-visibility-change): New functions
18967         (org-agenda-post-command-hook): Don't allow point at end of line,
18968         to make sure it always hits the text properties.
18969         (org-agenda-next-date-line, org-agenda-previous-date-line):
18970         New commands.
18971         (org-set-regexps-and-options): Category may contain white space.
18972         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18973         Improve marker positions.
18974         (org-agenda-new-marker): Argument POS made optional.
18975         (org-agenda-get-timestamps): Deadlines which are done are listed
18976         in org-done-face now.
18977         (org-agenda-get-todos, org-agenda-get-timestamps)
18978         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18979         Set `undone-face' and `done-face' properties.
18980         (org-last-todo-state-is-todo): New variable.
18981         (org-todo): Set `org-last-todo-state-is-todo'.
18982         (org-agenda-todo): Change face according to
18983         `org-last-todo-state-is-todo'.  And change other lines referring to
18984         the same entry.
18985         (org-calendar-goto-agenda): New command.
18986         (org-calendar-to-agenda-key): New option.
18987         (org-startup-folded): New allowed value `content'.
18988         (org-set-regexps-and-options): Accept new value `content' for
18989         `org-startup-folded'.
18990         (org-get-current-options): Handle new value `content' for
18991         `org-startup-folded'.
18992         (org-insert-todo-heading): New command.
18993         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18994         interactively in empty file and option
18995         `org-insert-mode-line-in-empty-file' has been set.
18996         (org-agenda-todo, org-agenda-priority): Modify to use
18997         `org-agenda-change-all-lines'.
18998         (org-warning-face): Change color on dark background
19000 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19002         * international/mule-cmds.el (set-locale-environment): On Mac OS,
19003         use preferences AppleLocale and AppleLanguages, and variable
19004         mac-system-locale for default locale.  On Mac OS Classic, use
19005         mac-system-coding-system for default coding systems.
19007         * term/mac-win.el: Don't set file-name-coding-system.
19008         Decode variables system-name, emacs-build-system, user-login-name, and
19009         user-full-name by mac-system-coding-system on Mac OS Classic.
19010         (mac-system-coding-system): New variable.
19012 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
19014         * startup.el (command-line): Handle `xterm-mouse-mode' before
19015         reading init file.
19017         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19019 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
19021         * progmodes/sh-script.el (sh-here-document-word): Make it a
19022         defcustom.  Doc fix.
19023         (sh-add): Bash uses $(( )) for arithmetic.
19024         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19025         (sh-maybe-here-document): Remove quotes and leading whitespace
19026         from heredoc word when closing.  Indent heredoc with tabs if word
19027         starts with "-".
19029 2005-04-13  Richard M. Stallman  <rms@gnu.org>
19031         * simple.el (undo): Fix previous change.
19033         * custom.el (defface): Doc fix.
19035 2005-04-13  Lute Kamstra  <lute@gnu.org>
19037         * Makefile.in (DONTCOMPILE): Remove list.
19038         (compile, compile-always): Don't use DONTCOMPILE.
19039         (update-authors): Load the library in which batch-update-authors
19040         is defined.
19041         * makefile.w32-in (DONTCOMPILE): Remove list.
19042         (compile, compile-always): Fix comments.
19043         (update-authors): Load the library in which batch-update-authors
19044         is defined.
19046         * generic-x.el (generic-mode-ini-file-find-file-hook):
19047         Rename to ini-generic-mode-find-file-hook.
19048         Keep generic-mode-ini-file-find-file-hook as an alias.
19049         (ini-generic-mode-find-file-hook): Rename from
19050         generic-mode-ini-file-find-file-hook.  Fix docstring.
19051         (ini-generic-mode): Docstring change.
19052         (bat-generic-mode-run-as-comint): Silence the byte compiler.
19054         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19055         called from lisp.
19057         * generic.el: Move to the emacs-lisp subdir.
19059 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
19061         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19062         and C-S- function and cursor motion keys.
19064 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
19066         * startup.el (command-line): Enable Xterm Mouse mode by default.
19067         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19068         for Custom.  No longer show "Mouse" in mode line when enabled.
19069         Doc fix.
19071 2005-04-12  Kim F. Storm  <storm@cua.dk>
19073         * emulation/cua-base.el (cua-rectangle-face)
19074         (cua-rectangle-noselect-face): Define face attributes here.
19076         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19078 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19080         * startup.el (command-line): Turn off blinking cursor if
19081         cursorBlink in resources is off or false.
19083 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19085         * term/mac-win.el (dnd): Require dnd.
19086         (mac-drag-n-drop): Call dnd-handle-one-url.
19087         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19088         (kTextEncodingISOLatin2): Remove constants.
19089         (mac-script-code-coding-systems): New constant.
19090         (mac-handle-language-change): New function.
19091         (special-event-map): Bind it to `language-change' event.
19092         (mac-centraleurroman, mac-cyrillic): New coding systems.
19093         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19094         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19095         and mac-cyrillic-encoder to encode-mac-centraleurroman and
19096         encode-mac-cyrillic, respectively.
19098 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19100         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19101         Don't set overlay-arrow-string to "=>" as this is done
19102         globally in C now.
19104 2005-04-12  Lute Kamstra  <lute@gnu.org>
19106         * generic-x.el (rc-generic-mode, rul-generic-mode):
19107         Fix auto-mode-alist entries.
19108         (etc-fstab-generic-mode): Tweak fontification.
19110         * generic.el (generic-make-keywords-list): Fix docstring.
19111         (generic-mode-internal): Simplify generic-font-lock-keywords.
19113 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19115         * whitespace.el (whitespace-buffer-leading)
19116         (whitespace-buffer-trailing): Revert the incorrect test inversion.
19117         However, fix the highlight area for the leading and
19118         trailing whitespaces to show space.
19120 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19122         * whitespace.el (whitespace-version): Bump to 3.5
19124         (whitespace-buffer-leading, whitespace-buffer-trailing):
19125         Invert sense of the test to highlight the whitespace.
19127 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19129         * progmodes/gud.el (gud-display-line): GUD uses its own
19130         overlay arrow now so don't set overlay-arrow-string.
19131         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19133 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
19135         * term.el (term-ansi-current-bold, term-ansi-current-underline)
19136         (term-ansi-current-reverse, term-ansi-current-invisible)
19137         (term-ansi-face-already-done): Change to boolean.
19138         (term-reset-terminal, term-handle-colors-array): Handle the above
19139         vars accordingly.
19140         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19141         (term-emulate-terminal): Use the new name.
19143         * faces.el (secondary-selection): Use yellow1, not yellow.
19144         (trailing-whitespace): Use red1, not red.
19146 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19148         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19149         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19150         (dired-dnd-handle-file): Call dnd-get-local-file-uri
19152         * cus-edit.el (dnd): New group.
19154         * term/w32-win.el (dnd): Require dnd
19155         (w32-drag-n-drop): Call dnd-handle-one-url.
19157         * x-dnd.el: Require dnd.
19158         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19159         Call dnd-handle-one-url.
19160         (x-dnd-types-alist, x-dnd-insert-utf8-text)
19161         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19162         to dnd-insert-text.
19163         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19164         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19165         (x-dnd-get-local-file-name, x-dnd-open-local-file)
19166         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19168         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19170 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19172         * wdired.el: Doc fixes.
19173         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19174         (wdired-use-dired-vertical-movement): Rename from
19175         wdired-always-move-to-filename-beginning.
19176         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19177         (wdired-change-to-wdired-mode): Change mode name.
19178         (wdired-newline): Delete.
19180 2005-04-11  Richard M. Stallman  <rms@gnu.org>
19182         * whitespace.el (whitespace-highlight-the-space):
19183         Don't call whitespace-unhighlight-the-space here.
19185         * simple.el (undo): Record t in undo-equiv-table
19186         for the redo record made by an undo-in-region.
19188 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19190         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19191         (gdb-frame-inferior-io-buffer): New Functions to control
19192         display of separate IO buffer.
19193         (menu): Add them to menu-bar.
19194         (gdb-display-buffer): Check for buffer another frame.
19195         Protect GUD buffer.
19196         (gdb-setup-windows): Create IO buffer if not already there.
19197         (gdb-memory-mode): Remove purecopy noops.
19199 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19201         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19202         and pass to self-insert-command.
19204 2005-04-11  Lute Kamstra  <lute@gnu.org>
19206         * generic.el: Commentary section cleanup.
19207         (generic): Delete.
19208         (generic-use-find-file-hook, generic-lines-to-scan)
19209         (generic-find-file-regexp, generic-ignore-files-regexp)
19210         (default-generic-mode, generic-mode-find-file-hook)
19211         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19212         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
19213         (generic-use-find-file-hook, generic-lines-to-scan)
19214         (generic-find-file-regexp, generic-ignore-files-regexp)
19215         (default-generic-mode, generic-mode-find-file-hook)
19216         (generic-mode-ini-file-find-file-hook): Move from generic.el.
19218 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
19220         * bookmark.el (bookmark-write-file): Catch errors writing file.
19221         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19223 2005-04-10  Richard M. Stallman  <rms@gnu.org>
19225         * startup.el (fancy-splash-tail): Update copyright year.
19226         (command-line): Split part of -Q into -D.
19227         (emacs-basic-display): New defvar.
19228         (fancy-splash-text): Correct name of menu item.
19230         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19232         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19233         lines in one node.
19235         * comint.el (comint-send-input): New arg ARTIFICIAL.
19236         Callers in this file changed.
19238         * abbrev.el (define-abbrevs): Read system abbrevs properly.
19240         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19242 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
19244         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
19245         `ldap-search-internal'.
19247 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19249         * files.el (set-auto-mode-1): Use line-end-position.
19251         * international/latin-1.el:
19252         * international/latin-2.el:
19253         * international/latin-3.el:
19254         * international/latin-4.el:
19255         * international/latin-5.el:
19256         * international/latin-8.el:
19257         * international/latin-9.el: Give punctuation syntax to NBSP.
19259         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19260         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19261         Use char-classes to accept non-ascii letters, accepted in some recent
19262         bibtex implementations.
19264 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19266         * custom.el (custom-set-minor-mode): Any non-nil value for the
19267         variable should enable the mode when set through Custom.
19269 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19271         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19272         TAB binding so tab-always-indent is obeyed.
19273         (vhdl-minibuffer-local-map): Move initialization into declaration.
19274         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19275         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19276         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19277         (vhdl-current-line): Use line-beginning-position.
19278         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19279         with-output-to-temp-buffer, so the current position can be recorded.
19281 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19283         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19284         Add regexp for gcov.
19286 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19288         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19289         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19290         syntax which Emacs 20 doesn't support.
19292 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19294         * help.el (describe-key-briefly, describe-key):
19295         Replace strings as event types with "(any string)".
19297 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19299         * arc-mode.el (archive-mode-map): Move initialization into
19300         the declaration.  Override *all* bindings of `undo'.
19301         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19303 2005-04-09  Jay Belanger  <belanger@truman.edu>
19305         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19307 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19309         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19310         (xterm-register-default-colors): Update color values computation
19311         to match xterm-200.
19313 2005-04-09  Kenichi Handa  <handa@m17n.org>
19315         * international/code-pages.el (iso-latin-7): Fix the map.
19317 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19319         * emacs-lisp/lisp.el (defun-prompt-regexp)
19320         (parens-require-spaces, buffer-end, end-of-defun)
19321         (insert-parentheses): Doc fixes.
19323 2005-04-08  Kim F. Storm  <storm@cua.dk>
19325         * comint.el (comint-highlight-prompt): Fix face spec.
19326         * hi-lock.el (hi-green): Likewise.
19328 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19330         * cus-edit.el (custom-modified-face):
19331         * comint.el (comint-highlight-input): Fix previous changes.
19332         * term.el (term-handle-ansi-escape): Add a comment.
19334 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19336         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19337         in the buffer and in whitespace-highlighted-space.
19338         (whitespace-unhighlight-the-space): Simplify.
19339         (whitespace-buffer): Simplify.
19341 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19343         * textmodes/table.el (table-cell-face): Add special case for
19344         displays supporting a high number of colors.
19345         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19346         (vhdl-font-lock-reserved-words-face)
19347         (vhdl-speedbar-architecture-face)
19348         (vhdl-speedbar-instantiation-face)
19349         (vhdl-speedbar-architecture-selected-face)
19350         (vhdl-speedbar-instantiation-selected-face): Likewise.
19351         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19352         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19353         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19354         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19355         (ebrowse-progress-face): Likewise.
19356         * progmodes/compile.el (compilation-info-face): Likewise.
19357         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19358         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19359         * calendar/calendar.el (diary-face): Likewise.
19360         * woman.el (woman-italic-face, woman-bold-face)
19361         (woman-unknown-face): Likewise.
19362         * wid-edit.el (widget-button-pressed-face): Likewise.
19363         * whitespace.el (whitespace-highlight-face): Likewise.
19364         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19365         * pcvs-info.el (cvs-marked-face): Likewise.
19366         * info.el (info-xref): Likewise.
19367         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19368         * hilit-chg.el (highlight-changes-face)
19369         (highlight-changes-delete-face): Likewise.
19370         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19371         (hi-red-b): Likewise.
19372         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19373         * font-lock.el (font-lock-keyword-face)
19374         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19375         * cus-edit.el (custom-invalid-face, custom-modified-face)
19376         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19377         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19378         * comint.el (comint-highlight-prompt): Likewise.
19380 2005-04-08  Lute Kamstra  <lute@gnu.org>
19382         * font-lock.el (font-lock-keywords): Docstring fixes.
19384 2005-04-08  Kenichi Handa  <handa@m17n.org>
19386         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19387         chars are more than a limit, print " and more..." at the tail.
19389 2005-04-08  Kim F. Storm  <storm@cua.dk>
19391         * emacs-lisp/authors.el (authors-aliases): Update list.
19392         (authors-ignored-files): New list.
19393         (authors-fixed-entries): Fix typo.
19394         (authors-renamed-files-alist): Update list.
19395         (authors-add): Check authors-ignored-files.
19397 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19399         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19400         optional, to ensure backward compatibility.
19402 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19404         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19406 2005-04-08  Kim F. Storm  <storm@cua.dk>
19408         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19410         * mouse.el (mouse-on-link-p): Doc fix.
19412 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19414         * ielm.el (ielm-prompt-read-only): Doc fix.
19416         * comint.el (comint-prompt-read-only): Doc fix.
19418 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19420         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19421         ensure dired always handles wildcards passed to ffap.
19422         (find-file-at-point): Use it.
19423         (ffap-dired-wildcards): Doc fix.
19425 2005-04-07  Juri Linkov  <juri@jurta.org>
19427         * simple.el (next-error-overlay-arrow-position): New defvar.
19428         Put "=>" on its property `overlay-arrow-string'.  Add it to
19429         `overlay-arrow-variable-list'.
19431         * progmodes/compile.el (compilation-setup):
19432         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19433         nil in the local hook `kill-buffer-hook'.  Make local variable
19434         `overlay-arrow-string' and set it to "=>".
19435         (compilation-goto-locus): Set BOL position to
19436         `next-error-overlay-arrow-position' instead of
19437         `overlay-arrow-position'.
19439         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19440         locally instead of adding it to the global hook.
19441         (Info-kill-buffer): Move up.
19443 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19445         * term/xterm.el (xterm-standard-colors): Update color values from
19446         xterm-200.
19448 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19450         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19452         * fast-lock.el:
19453         * lazy-lock.el: Move them to the obsolete subdir.
19455 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19457         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19458         (wdired-add-replace-advice): Remove.
19459         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19461 2005-04-06  Kim F. Storm  <storm@cua.dk>
19463         * startup.el (command-line): Add --bare-bones alias for -Q.
19465 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19467         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19468         create the startup fontset if a font specification ends with
19469         `mac-roman'.
19471 2005-04-06  Lute Kamstra  <lute@gnu.org>
19473         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19474         change.
19476         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19477         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19479 2005-04-05  Lute Kamstra  <lute@gnu.org>
19481         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19482         (define-generic-mode): Ditto.  Fix debug declaration.
19484         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19485         Put them in the generic-x group.
19487         * calendar/timeclock.el (timeclock): Doc fix.
19489         * generic.el (define-generic-mode): Don't use custom-current-group.
19490         Document default :group value.
19491         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19492         (define-global-minor-mode): Don't use custom-current-group.
19494 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19496         * startup.el (command-line-1): Display startup-echo-area-message
19497         when fancy splash screen is in use.
19499         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19500         (sh-escaped-newline): New face.
19501         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19502         newline, and use sh-escaped-newline face.
19504         * progmodes/tcl.el (tcl-escaped-newline): New face.
19505         (tcl-builtin-list): New variable.
19506         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19507         newlines.  Fix keywords subexpression number.
19509 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19511         * textmodes/org.el (org-diary-default-entry): Fix call to
19512         `add-to-diary-entry'.
19514 2005-04-05  Kim F. Storm  <storm@cua.dk>
19516         * ediff-init.el: Use (featurep 'xemacs).
19518 2005-04-05  David Ponce  <david@dponce.com>
19520         * cus-edit.el (face): Derive from symbol widget.  Display sample
19521         of the current face on the fly.
19522         (widget-face-sample-face-get, widget-face-notify): New functions.
19523         (widget-face-value-create): Remove.
19525         * wid-edit.el (widget-field-end): Temporarily remove field
19526         narrowing before to call `get-char-property'.
19528 2005-04-04  Jay Belanger  <belanger@truman.edu>
19530         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19531         (math-read-subscripts): New variable.
19532         (math-read-preprocess-string): Process subscripts.
19534 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19536         * comint.el (comint-prompt-read-only): Doc fix.
19538         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19539         `-1'.  Doc fix.
19541 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19543         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19544         Change default value to nil.
19546 2005-04-04  Lute Kamstra  <lute@gnu.org>
19548         * autorevert.el (auto-revert-mode): Specify :group.
19549         * battery.el (display-battery-mode): Specify :group.
19550         * diff-mode.el (diff-minor-mode): Specify :group.
19551         * font-core.el (font-lock-mode): Specify :group.
19552         * hl-line.el (hl-line-mode): Specify :group.
19553         * iimage.el (iimage): New customization group.
19554         (iimage-mode): Specify :group.
19555         * longlines.el (longlines-mode): Specify :group.
19556         * master.el: Don't require easy-mmode.
19557         (master): New customization group.
19558         (master-mode): Specify :group.
19559         * msb.el (msb-mode): Specify :group.
19560         * reveal.el (reveal-mode): Specify :group.
19561         * simple.el (next-error-follow-minor-mode): Specify :group.
19562         * smerge-mode.el (smerge-mode): Specify :group.
19563         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19564         * emulation/cua-base.el (cua-mode): Specify :group.
19565         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19566         * language/thai-util.el (thai-auto-composition-mode)
19567         (thai-word-mode): Specify :group.
19568         * mail/supercite.el (sc-minor-mode): Specify :group.
19569         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19570         * progmodes/flymake.el (flymake-mode): Specify :group.
19571         * progmodes/glasses.el (glasses-mode): Specify :group.
19572         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19573         * textmodes/enriched.el (enriched-mode): Specify :group.
19574         * textmodes/refill.el (refill-mode): Specify :group.
19576         * add-log.el (change-log-font-lock-keywords): Names in
19577         parenthesized lists can contain spaces.
19579 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19581         * startup.el (fancy-splash-text): Shorten default text of
19582         "Emacs Tutorial" line.  Also, if the current language env
19583         indicates an available tutorial file other than TUTORIAL,
19584         extract its title and append it to the line in parentheses.
19585         (fancy-splash-insert): If arg is a thunk, funcall it.
19587 2005-04-04  Jay Belanger  <belanger@truman.edu>
19589         * calc.el (calc-language-alist): Add tags to customization type.
19591 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19593         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19594         Doc fix.
19596 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19598         * add-log.el (change-log-font-lock-keywords): The manual
19599         describing a Change Log entry, says: (...) "Aside from these
19600         header lines, every line in the change log starts with a space or
19601         a tab.".  The font-lock was not highlighting lines started with
19602         spaces, added support for it.
19604 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19606         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19607         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19608         complex example in the docstring.
19609         (bibtex-font-lock-url): Use pop.
19611 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19613         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19615         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19617 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19619         * filesets.el (filesets-set-default): Doc fix.
19621 2005-04-03  Lute Kamstra  <lute@gnu.org>
19623         * generic.el (define-generic-mode): Add argument to specify
19624         keywords for defcustom.
19625         (default-generic-mode): Specify :group.
19627         * generic-x.el: Specify :group for all generic modes.
19629         * desktop.el (desktop-no-desktop-file-hook)
19630         (desktop-after-read-hook): Doc fix.
19632 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19634         * simple.el (visible-mode): Use explicit :group keyword.
19635         This changes the group of `visible-mode-hook' from paren-blinking
19636         to editing-basics.
19638 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19640         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19641         mailbox specifications as well as URLs.
19642         (rmail-insert-inbox-text): Remove unused conditional branches.
19644 2005-04-01  Jay Belanger  <belanger@truman.edu>
19646         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19647         (calc-gnuplot-print-command): Move definitions to calc.el.
19649         * calc/calc-embed.el (calc-embedded-announce-formula)
19650         (calc-embedded-open-formula, calc-embedded-close-formula)
19651         (calc-embedded-open-word, calc-embedded-close-word)
19652         (calc-embedded-open-plain, calc-embedded-close-plain)
19653         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19654         (calc-embedded-open-mode, calc-embedded-close-mode):
19655         Move definitions to calc.el.
19657         * calc/calc.el (calc-settings-file, calc-language-alist):
19658         Make customizable.
19659         (calc-embedded-announce-formula, calc-embedded-open-formula)
19660         (calc-embedded-close-formula, calc-embedded-open-word)
19661         (calc-embedded-close-word, calc-embedded-open-plain)
19662         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19663         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19664         (calc-embedded-close-mode, calc-gnuplot-name)
19665         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19666         from other files and make customizable.
19668 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19670         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19671         Use buffer-live-p.
19672         (cvs-mode-run): Don't call cvs-update-header here.
19673         (cvs-run-process): Call cvs-update-header.
19674         Use process properties for cvs-postprocess and cvs-buffer so that
19675         the sentinel can behave better if the temp buffer is killed.
19676         Use a pipe rather than a tty, to better handle unexpected prompts.
19677         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19679 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19681         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19682         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19684 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19686         * generic.el (define-generic-mode): Add indentation rule.
19688 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19690         * files.el (mode-require-final-newline): Make Custom correctly
19691         report a nil value and allow to set it to nil via Custom.
19692         Doc fix.
19694 2005-04-01  Kenichi Handa  <handa@m17n.org>
19696         * international/characters.el: Enable the correct case setting for
19697         dotless-i and dotted-I.
19699 2005-04-01  Kim F. Storm  <storm@cua.dk>
19701         * ido.el (ido-file-internal): Fall back to non-ido command if
19702         initial directory is on slow ftp (or tramp) host.
19704 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19706         * emacs-lisp/autoload.el (make-autoload):
19707         Handle define-global-minor-mode.
19709         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19710         Rename from easy-mmode-define-global-mode.
19711         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19713         * progmodes/scheme.el (scheme-mode-syntax-table):
19714         Update syntax of | and # for two-character comment syntax.
19716 2005-03-31  Lute Kamstra  <lute@gnu.org>
19718         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19719         (define-minor-mode): Call custom-current-group at load-time.
19721         * generic.el (define-generic-mode): Add debug declaration.
19722         Add defcustom for the mode hook.
19723         (generic-mode-internal): Use run-mode-hooks.
19725 2005-03-31  Kim F. Storm  <storm@cua.dk>
19727         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19728         (mouse-fixup-help-message): New defun called by show_help_echo
19729         to fixup mouse-2 prefix in help messages when applicable.
19731         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19733 2005-03-31  Kenichi Handa  <handa@m17n.org>
19735         * language/thai-word.el (thai-find-word-ends): Pay attention to
19736         the case that we reach the end of buffer.
19738         * textmodes/fill.el (fill-text-properties-at): New function.
19739         (fill-newline): Use fill-text-properties-at instead of
19740         text-properties-at.
19742 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19744         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19745         not comint-quote-filename.
19747 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19749         * help-fns.el (help-with-tutorial): Revert last change.
19751 2005-03-31  Kim F. Storm  <storm@cua.dk>
19753         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19755 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19757         * calendar/cal-china.el: Update reference to "Calendrical
19758         Calculations" book; there's a new edition.
19759         * calendar/cal-coptic.el: Likewise.
19760         * calendar/cal-french.el: Likewise.
19761         * calendar/cal-hebrew.el: Likewise.
19762         * calendar/cal-islam.el: Likewise.
19763         * calendar/cal-iso.el: Likewise.
19764         * calendar/cal-julian.el: Likewise.
19765         * calendar/cal-mayan.el: Likewise.
19766         * calendar/cal-persia.el: Likewise.
19767         * calendar/calendar.el: Likewise.
19768         * calendar/holidays.el: Likewise.
19769         * calendar/lunar.el: Likewise.
19770         * calendar/solar.el: Likewise.
19772         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19773         white space from doc string.
19775 2005-03-30  Jay Belanger  <belanger@truman.edu>
19777         * calc/calc-help.el (calc-full-help): Remove email address.
19779 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19781         * help-fns.el (help-with-tutorial): Delete title line.
19783 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19785         * calendar/cal-x.el (calendar-one-frame-setup)
19786         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19787         rather than `symbol' for set-window-dedicated-p.
19789         * calendar/appt.el (appt-buffer-name): Make it a constant.
19790         (appt-add): Doc fix.
19792         * filesets.el (filesets-menu-path, filesets-menu-before)
19793         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19794         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19795         (filesets-add-submenu): Delete and use add-submenu instead.
19797 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19799         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19800         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19801         (org-diary-default-entry): New function.
19802         (org-get-entries-from-diary): Better parsing of diary entries.
19803         (org-agenda-check-no-diary): New function.
19804         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19805         linking to diary entries.
19806         (org-agenda-execute-calendar-command): New function.
19807         (org-agenda): Improve visible section in window.
19808         Use `org-fit-agenda-window'.
19809         (org-fit-agenda-window): New option.
19810         (org-move-subtree-down): Better handling of empty lines
19811         at end of subtree.
19812         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19813         levels up.
19814         (org-fontify-done-headline): New option.
19815         (org-headline-done-face): New face.
19816         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19817         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19818         When current field is non-empty, it is copied to next row.
19819         (org-table-copy-from-above): Fix bug which made it
19820         impossible to copy fields containing only a single non-white character.
19822 2005-03-30  Kim F. Storm  <storm@cua.dk>
19824         * kmacro.el (kmacro-end-macro): Isearch may store this command
19825         into the macro -- so ignore it when executing keyboard macro.
19827 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19829         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19831 2005-03-29  Kenichi Handa  <handa@m17n.org>
19833         * language/thai.el ("Thai"): Set setup-function and exit-function
19834         for Thai language environment.
19836         * language/thai-util.el: Require thai-word.
19837         (thai-word-mode-map): New variable.
19838         (thai-word-mode): New minor mode.
19839         (setup-thai-language-environment-internal): New function.
19840         (exit-thai-language-environment-internal): New function.
19842         * language/thai-word.el (thai-word-table): Declare it by defvar,
19843         use dolist to initialize it.
19844         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19845         (thai-fill-find-break-point): New functions.
19847 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19849         * simple.el (idle-update-delay): Move definition up.
19850         (set-mark): Doc fix.
19852 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19854         * longlines.el: New file.
19856         * simple.el (buffer-substring-filters): New variable.
19857         (filter-buffer-substring): New function.
19858         (kill-region, copy-region-as-kill): Use it.
19860         * register.el (copy-to-register, append-to-register)
19861         (prepend-to-register): Use filter-buffer-substring.
19863 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19865         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19866         (gud-filter-pending-text): Move in front of gdb.
19867         (gud-overlay-arrow-position): New variable.
19868         (gud-sentinel, gud-display-line): Use it in place of
19869         overlay-arrow-position.
19871 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19873         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19874         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19875         (fortran-font-lock-keywords-4): New variable.
19876         (fortran-blocks-re, fortran-end-block-re)
19877         (fortran-start-block-re): New constants, for hideshow.
19878         (hs-special-modes-alist): Add a Fortran entry.
19879         (fortran-mode-map): Bind fortran-end-of-block,
19880         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19881         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19882         (fortran-looking-at-if-then, fortran-end-of-block)
19883         (fortran-beginning-of-block): New functions, for hideshow.
19885         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19886         Doc fix.  Tweak regexp.
19887         (f90-beginning-of-block): Push mark first.
19889 2005-03-29  Jay Belanger  <belanger@truman.edu>
19891         * calc/calc.el: Update copyright date.
19892         (calc-version): Increase to 2.1.
19893         (calc-version-date): Remove.
19895         * calc/calc-help.el: Update copyright date.
19896         (calc-full-help): Remove reference to calc-version-date.
19897         Update copyright date.
19899 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19901         * vc.el (vc-do-command): Use a pipe for async processes, so password
19902         prompts don't show up at places where the user can't reply.
19904 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19906         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19907         on the file name we pass to the inferior shell.
19909 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19911         * progmodes/which-func.el (which-function): Be robust in the face of an
19912         imenu--make-index-alist failure.
19914 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19916         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19918         * progmodes/python.el (python-preoutput-filter): Fix last change.
19920 2005-03-29  Lute Kamstra  <lute@gnu.org>
19922         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19923         functions and compiled macros.
19924         (debug-convert-byte-code): Handle macros too.
19925         (debug-on-entry-1): Don't signal an error when trying to clear a
19926         function that is not set to debug on entry.
19928 2005-03-29  Jay Belanger  <belanger@truman.edu>
19930         * calc/calc-lang.el: Add functions to math-function-table
19931         properties of tex and math.
19933 2005-03-29  Kenichi Handa  <handa@m17n.org>
19935         * ps-mule.el (ps-mule-plot-string): Translate characters by
19936         ps-print-translation-table.
19937         (ps-mule-begin-job): Call find-charset-region/string with
19938         ps-print-translation-table.
19939         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19941         * ps-print.el (ps-print-translation-table): New variable.
19942         (ps-plot-region): Translate characters by ps-print-translation-table.
19944 2005-03-29  Juri Linkov  <juri@jurta.org>
19946         * simple.el (next-error-highlight-timer): New variable.
19948         * progmodes/compile.el (compilation-goto-locus):
19949         Use `next-error-highlight-timer' instead of `sit-for'.
19951 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19953         * mail/supercite.el (sc-mail-field): Use assoc-string.
19954         (sc-get-address): Simplify regexps.
19956         * files.el (minibuffer-with-setup-hook): New macro.
19957         (find-file-read-args): Use it to avoid let-binding
19958         minibuffer-with-setup-hook (which breaks turning on/off
19959         file-name-shadow-mode while in the prompt).
19961         * complete.el (PC-read-include-file-name-internal):
19962         Use test-completion.
19964 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19966         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19968 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19970         * window.el (window-buffer-height): Use count-screen-lines.
19972         * progmodes/python.el (python-preoutput-leftover): New var.
19973         (python-preoutput-filter): Use it.
19974         (python-send-receive): Loop until all the result has been received.
19976 2005-03-28  Juri Linkov  <juri@jurta.org>
19978         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19980         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19981         "Recover Crashed Session".
19982         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19983         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19984         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19985         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19986         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19987         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19988         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19989         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19991         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19992         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19993         Ediff Sessions", "Toggle use of separate control buffer frame",
19994         "Use separate frame for Ediff control buffer".
19996         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19997         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19998         "Rename Bookmark", "Delete Bookmark".
20000         * info.el (Info-mode-menu): Remove ellipsis from "Index".
20001         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20002         Add `:active Info-index-alternatives' to "Next Matching Item".
20004         * wdired.el (wdired-change-to-wdired-mode):
20005         Mention `wdired-abort-changes' key in the initial message.
20007         * international/mule.el (auto-coding-alist): Associate non-ascii
20008         image filename extensions with `no-conversion'.
20010 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20012         * international/iso-acc.el:
20013         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20015 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20017         * textmodes/sgml-mode.el (html-mode): Doc update.
20019         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20021 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
20023         * term.el (term-move-columns): Fix face after extending a line.
20024         (term-insert-spaces): Likewise.
20025         (term-reset-terminal): Fix off by one error.
20027 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
20029         * international/mule.el (auto-coding-alist): Add .xpi files.
20031         * files.el (auto-mode-alist): Add .xpi files.
20033 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
20035         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20037 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
20039         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20041 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
20043         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20044         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
20046         * calendar/cal-move.el (calendar-beginning-of-year): Move the
20047         cursor to Jan 1 when needed.
20048         (calendar-end-of-year): Fix -/+ typo.
20049         Reported by Chong Yidong <cyd@stupidchicken.com>.
20051 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20053         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20055         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20056         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
20058 2005-03-25  Richard M. Stallman  <rms@gnu.org>
20060         * filesets.el (filesets-init): Add autoload.
20062         * mail/mailalias.el (mail-directory): Doc fix.
20064 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20066         * mail/mailalias.el (mail-directory-process): Do nothing if
20067         mail-directory-process is an atom.
20068         (mail-get-names): Ignore mail-directory-names if it is an atom.
20069         (mail-directory-process defvar): Doc fix.
20070         (mail-names): Doc fix.
20072 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
20074         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20076 2005-03-26  Kenichi Handa  <handa@m17n.org>
20078         * international/mule-util.el (detect-coding-with-priority):
20079         Call update-coding-systems-internal before detect-coding-region.
20081 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
20083         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20084         (gdb-frames-mode-map): Add follow-link property.
20086 2005-03-25  Jay Belanger  <belanger@truman.edu>
20088         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20089         for variables.
20091 2005-03-25  Juri Linkov  <juri@jurta.org>
20093         * image-mode.el: Optimize image filename extension regexps in
20094         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
20095         in `auto-mode-alist'.
20096         (image-mode): Add `image-toggle-display-text' to local hook
20097         `change-major-mode-hook'.  Display the image as an image by
20098         default.  Set `cursor-type' and `truncate-lines' if the image
20099         is already displayed.  Take into account the current mode (image
20100         or text) in message.
20101         (image-minor-mode): New minor mode.
20102         (image-mode-maybe, image-toggle-display-text): New functions.
20103         (image-toggle-display): Use called-interactively-p.
20104         Let-bind `inhibit-read-only' to t.
20106         * image-mode.el (image-minor-mode): Set `cursor-type' and
20107         `truncate-lines' if the image is already displayed.  Add turning
20108         image-minor-mode off to `change-major-mode-hook'.  Add message.
20109         Call `image-toggle-display-text' after turning image-minor-mode off.
20111 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20113         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20114         Terminal.app, use utf-8.
20115         (set-display-table-and-terminal-coding-system): Add coding-system arg.
20116         (set-locale-environment): Use it.
20118         * term/xterm.el: Undo last change, better done in mule-cmds.el.
20120         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20122         * progmodes/python.el (python-close-block-statement-p)
20123         (python-outdent-p, python-current-defun): Use symbol-end.
20125 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
20127         * files.el (save-some-buffers): Doc fix.
20129 2005-03-25  Werner Lemberg  <wl@gnu.org>
20131         * complete.el, thumbs.el: Replace `legal' with `valid'.
20132         * calendar/calendar.el: Replace `legal' with `valid'.
20133         * emacs-lisp/advice.el: Replace `legal' with `valid'.
20134         * mail/supercite.el: Replace `legal' with `valid'.
20135         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20136         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20137         Replace `legal' with `valid'.
20138         * textmodes/reftex-vars.el, textmodes/reftex.el:
20139         Replace `legal' with `valid'.
20141 2005-03-25  Werner Lemberg  <wl@gnu.org>
20143         * calc/calc-forms.el, calc/calc-sel.el
20144         * midnight.el, vc-cvs.el
20145         * emacs-lisp/cl-macs.el
20146         * emulation/vip.el
20147         * eshell/esh-io.el, eshell/esh-var.el
20148         * mail/supercite.el
20149         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20150         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20151         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20152         * progmodes/sh-script.el, progmodes/xscheme.el
20153         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20154         * textmodes/reftex-index.el, textmodes/reftex-parse.el
20155         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20156         * textmodes/reftex.el, textmodes/org.el:
20157         Replace `illegal' with `invalid'.
20159 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20161         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20162         (flymake-find-buildfile, flymake-find-possible-master-files)
20163         (flymake-check-include, flymake-parse-line): Replace loops over the
20164         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20166         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20167         Substitute file-name-as-directory in the rest of the file.
20168         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20169         (flymake-replace-region): Remove unused arg `buffer'.
20170         (flymake-check-patch-master-file-buffer): Update calls to it.
20171         (flymake-add-err-info): Remove unused var `count'.
20172         (flymake-mode): Use define-minor-mode.
20174         * progmodes/flymake.el: Use with-current-buffer.
20175         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20176         flymake-replace-regexp-in-string, flymake-line-beginning-position)
20177         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20178         Avoid testing for `xemacs'.
20179         (flymake-nop): Move.
20180         (flymake-region-has-flymake-overlays): Return the computed value.
20181         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20182         Remove unused var `endline'.
20183         (flymake-get-line-count): Remove unused function.
20184         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20186         * emulation/vi.el:
20187         * generic.el:
20188         * hilit-chg.el (global-highlight-changes):
20189         * hi-lock.el (hi-lock-mode):
20190         * follow.el: find-file-hooks -> find-file-hook.
20192         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20194 2005-03-24  Juri Linkov  <juri@jurta.org>
20196         * dired.el (dired-mode-map): Add menu item "Compare directories"
20197         for dired-compare-directories.
20199         * dired-aux.el (dired-compare-directories): Add autoload cookie.
20200         Doc fix.  Replace `read-file-name' with `read-directory-name'.
20202 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20204         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20206 2005-03-24  Jay Belanger  <belanger@truman.edu>
20208         * calc/calc-embed.el (calc-embedded-mode-change): Save all
20209         relevant mode settings in calc-embedded-original-modes when modes
20210         are permanently changed.
20212 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20214         * autoinsert.el: find-file-hooks -> find-file-hook.
20216 2005-03-24  Lute Kamstra  <lute@gnu.org>
20218         * generic.el (generic-font-lock-defaults): Make it obsolete.
20219         (generic-font-lock-keywords): New variable to replace
20220         generic-font-lock-defaults.
20221         (generic-mode-set-font-lock): Delete it.
20222         (generic-mode-internal): Don't call generic-mode-set-font-lock.
20223         (generic-bracket-support): Add docstring.
20225         * generic-x.el: Rename generic-font-lock-defaults to
20226         generic-font-lock-keywords throughout.
20227         (mailagent-rules-setup-function): Delete it.
20228         (mailagent-rules-generic-mode): Use anonymous function instead.
20229         (show-tabs-generic-mode-font-lock-defaults-1)
20230         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20231         Quote faces.
20232         (show-tabs-tab-face, show-tabs-space-face): Specify background,
20233         not foreground.
20235         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20236         Recognize define-generic-mode.
20238 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20240         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20241         if there's no completion table.
20243 2005-03-23  Miles Bader  <miles@gnu.org>
20245         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20246         Remove tty-specific variants, as they're no longer needed.
20248 2005-03-23  Lute Kamstra  <lute@gnu.org>
20250         * generic-x.el: Code cleanup: make args constant whenever possible.
20251         (installshield-statement-keyword-list)
20252         (installshield-system-functions-list)
20253         (installshield-system-variables-list, installshield-types-list)
20254         (installshield-funarg-constants-list): Make them constants.
20256         * generic.el (generic-make-keywords-list): Add autoload cookie.
20258         * calendar/time-date.el: Add comment on time value formats.
20259         Don't require parse-time.
20260         (with-decoded-time-value): New macro.
20261         (encode-time-value): New function.
20262         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20263         (days-to-time): Return a valid time value when arg is huge.
20264         (time-since): Use time-subtract.
20265         (time-to-number-of-days): Use time-to-seconds.
20267 2005-03-23  David Ponce  <david@dponce.com>
20269         * recentf.el (recentf-keep): New option.
20270         (recentf-menu-action): Default to `find-file'.
20271         (recentf-keep-non-readable-files-flag)
20272         (recentf-keep-non-readable-files-p)
20273         (recentf-file-readable-p, recentf-find-file)
20274         (recentf-cleanup-remote): Remove.
20275         (recentf-include-p): More robust.
20276         (recentf-keep-p): New function.
20277         (recentf-remove-if-non-kept): Rename from
20278         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20279         All callers updated.
20280         (recentf-menu-items-for-commands): Fix help string.
20281         (recentf-track-closed-file): Update.  Doc fix.
20282         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20284 2005-03-23  Kim F. Storm  <storm@cua.dk>
20286         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20287         Don't inherit from fringe face (now happens automatically).
20289 2005-03-22  Kim F. Storm  <storm@cua.dk>
20291         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20292         position values.
20294 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20296         * menu-bar.el (showhide-date-time): Remove.
20297         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20298         (menu-bar-make-mm-toggle): Simplify.
20300 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20302         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20303         Accept qualified variable and function names.
20305 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20307         * bindings.el (completion-ignored-extensions):
20308         Remove ".lis" for `vax-vms'.
20310 2005-03-22  Andreas Schwab  <schwab@suse.de>
20312         * generic-x.el: Revert last change.
20313         * ldefs-boot.el: Update.
20315 2005-03-22  Jay Belanger  <belanger@truman.edu>
20317         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20318         (calc-embedded-save-original-modes)
20319         (calc-embedded-restore-original-modes): New functions.
20320         (calc-do-embedded): Save original modes when entering embedded mode
20321         and restore when leaving embedded mode.
20322         (calc-embedded-modes-change): Change the value of
20323         calc-embedded-original-modes to reflect permanent changes.
20325 2005-03-22  Lute Kamstra  <lute@gnu.org>
20327         * generic-x.el: Require generic again.
20329 2005-03-22  Miles Bader  <miles@gnu.org>
20331         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20332         Tweak details to look good on both ttys and bitmap displays, light
20333         or dark background, etc.
20335 2005-03-21  Kim F. Storm  <storm@cua.dk>
20337         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20338         mouse position.
20340 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20342         * icomplete.el: Don't forcibly turn on the mode upon load.
20343         (icomplete-mode): Use define-minor-mode.
20344         (icomplete-eoinput): Default to nil.
20345         (icomplete-minibuffer-setup): Remove autoload.
20346         (icomplete-tidy): Simplify.
20347         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20348         in the initial state or if the user has modified the field.
20349         Fix handling of icomplete-max-delay-chars.
20350         Remove code that handles the oddball case where
20351         minibuffer-completion-table is an integer.
20352         Wrap icomplete-completions in while-no-input in case building
20353         completions takes more time than expected.
20354         (icomplete-completions): Simplify.
20356 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20358         * jka-compr.el (jka-compr-really-do-compress):
20359         Make variable buffer-local.
20361         * image-mode.el: Handle .xpm files too.
20362         (image-toggle-display): Preserve modification flag.
20364         * help.el (where-is): Don't mention aliases with no key bindings.
20366 2005-03-21  Lute Kamstra  <lute@gnu.org>
20368         * generic.el: Fix commentary section.  Don't require cl for
20369         compilation.
20370         (generic-mode-list): Add autoload cookie.
20371         (generic-use-find-file-hook, generic-lines-to-scan)
20372         (generic-find-file-regexp, generic-ignore-files-regexp)
20373         (generic-mode, generic-mode-find-file-hook)
20374         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20375         (define-generic-mode): Make it a defmacro.  Fix docstring.
20376         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20377         (generic-mode-set-comments): Code cleanup.
20378         * generic-x.el: Don't prevent compilation.  Don't require generic.
20379         Follow coding conventions.  Minor code cleanup.
20380         (etc-fstab-generic-mode): Add some keywords.
20381         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20382         define-generic-mode like a function declaration.
20384 2005-03-21  Jay Belanger  <belanger@truman.edu>
20386         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20387         changing modes.
20389 2005-03-21  Sam Steingold  <sds@gnu.org>
20391         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20393 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20395         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20396         Add underscore to "f$ lexicals" regexp.
20398 2005-03-20  Juri Linkov  <juri@jurta.org>
20400         * subr.el (progress-reporter-do-update): When `min-value' is equal
20401         to `max-value', set `percentage' to 0 and prevent division by zero.
20403 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20405         Sync with Tramp 2.0.48.
20407         * net/tramp.el (all): Change all addresses to .gnu.org.
20408         (tramp-append-tramp-buffers): New defun.
20409         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20410         Catch `dont-send' signal.
20411         (tramp-set-auto-save-file-modes): Set always permissions, because
20412         there might be an old auto-saved file belonging to another
20413         original file.  This could be a security threat.  Reported by
20414         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20415         Check for Emacs 21.3.50 removed.
20417         * net/tramp-smb.el (all): Remove debug construct for
20418         `with-parsed-tramp-file-name'.
20419         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20420         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20421         No error message if DIRECTORY or FILENAME doesn't exist.
20422         (tramp-smb-open-connection): Check existence of
20423         `tramp-smb-program'.
20425 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20427         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20428         Properly handle the case where the `m' or `s' command's argument is not
20429         yet terminated.
20430         (perl-indent-new-calculate): New function.
20431         (perl-indent-line): Use it.
20433 2005-03-20  Miles Bader  <miles@gnu.org>
20435         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20436         in text-mode too.  Change to new face names.
20437         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20438         Add `:weight bold' attribute.
20439         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20441 2005-03-19  Juri Linkov  <juri@jurta.org>
20443         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20445         * international/mule.el (auto-coding-alist): Sync with
20446         `auto-mode-alist' by adding upper case archive file extensions
20447         and adding ear/war to jar extension.
20449 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20451         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20452         running, restart it.
20454 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20456         * finder.el (finder-current-item): Throw an error on an empty line.
20458         * man.el (Man-follow-manual-reference): If current-word returns
20459         nil, use "".
20461 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20463         * simple.el (goto-line): Doc fix.
20465 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20467         * files.el (save-buffer): Doc fix.
20469 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20471         * recentf.el (recentf-cleanup-remote): New variable.
20472         (recentf-cleanup): Use it to conditionally check availability of
20473         remote files.
20475 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20477         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20478         function names.
20480 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20482         * language/thai-word.el: New file.
20484 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20486         * files.el (backup-buffer): If the file's directory is not
20487         writable, use copy instead of move to backup the file.
20489 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20491         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20493 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20495         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20496         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20497         <darkman_spam@yahoo.fr>.
20498         (ps-print-version): New version 6.6.6.
20500 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20502         * textmodes/table.el (table--line-column-position): New idiom.
20503         (table--row-column-insertion-point-p): New function to test
20504         validity of row and column insertion operation at a location.
20505         (table-global-menu, table-cell-menu): Use above functions for
20506         deterministic test operation.
20507         (table--editable-cell-p): Behave in deterministic fashion.
20509 2005-03-18  Juri Linkov  <juri@jurta.org>
20511         * isearch.el (isearch-lazy-highlight-new-loop):
20512         Make arguments beg and end optional.
20513         (isearch-update): Remove optional arguments nil from
20514         isearch-lazy-highlight-new-loop.
20515         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20516         isearch-lazy-highlight-case-fold-search instead of
20517         isearch-case-fold-search, and let-bind isearch-regexp to
20518         isearch-lazy-highlight-regexp.
20519         Use isearch-lazy-highlight-last-string instead of isearch-string.
20521         * replace.el (perform-replace): Remove bindings of global
20522         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20523         Add three new arguments to `replace-highlight'.
20524         (replace-highlight): Add arguments string, regexp, case-fold.
20525         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20526         to allow isearch-lazy-highlight-new-loop to use these values
20527         to set corresponding isearch-lazy-highlight-* internal
20528         variables whose values lazy highlighting will use regardless of
20529         changes to global variables isearch-string, isearch-regexp,
20530         isearch-case-fold-search during lazy highlighting loop.
20531         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20532         to `lazy-highlight-cleanup'.
20534         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20535         (ispell-highlight-face): Set default face to `isearch' when
20536         lazy highlighting is enabled.
20537         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20538         priority to 1.  Add lazy highlighting.
20539         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20540         from `isearch-dehighlight'.
20542 2005-03-18  David Ponce  <david@dponce.com>
20544         * files.el (hack-local-variables): Do a case-insensitive search
20545         for End.
20547 2005-03-18  Juri Linkov  <juri@jurta.org>
20549         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20550         `isearch-lazy-highlight-cleanup', add alias to old name and
20551         declare obsolete.  Add release numbers to other obsolete vars.
20552         (isearch-done, isearch-lazy-highlight-new-loop):
20553         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20554         (lazy-highlight-cleanup) <variable>: Doc fix.
20555         (isearch-lazy-highlight-update): Rename obsolete
20556         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20558 2005-03-18  Kenichi Handa  <handa@m17n.org>
20560         * language/thai-util.el: Fix categorization of Thai characters in
20561         thai-category-table.
20562         (thai-composition-pattern): Adjust it for the above change.
20563         (thai-self-insert-command, thai-compose-syllable): New functions.
20564         (thai-compose-region): Use thai-compose-syllable.
20565         (thai-compose-string): Likewise.
20566         (thai-composition-function): Likewise.
20567         (thai-auto-composition): New function.
20568         (thai-auto-composition-mode): New minor mode.
20570         * language/thai.el: Fix patterns to be registered in
20571         composition-function-table.
20573         * international/quail.el (quail-input-method): Locally bind
20574         inhibit-modification-hooks to t.
20576 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20578         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20579         (perl-mode): Use run-mode-hooks.
20581         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20582         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20583         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20585         * mail/sendmail.el (sendmail-send-it): Reenable the code
20586         to compute resend-to-address and use it.
20588         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20590         * image-mode.el: New file.
20592         * image.el (insert-sliced-image): Add autoload cookie.
20594         * font-lock.el (font-lock-lines-before): New user option.
20595         (font-lock-after-change-function): Obey it.
20597         * bindings.el (esc-map): Make M-g a prefix.
20598         Bind M-g g and M-g M-g to goto-line.
20600         * faces.el (face-id): Doc fix.
20602 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20604         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20605         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20606         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20608         * mail/sendmail.el (mail-yank-ignored-headers)
20609         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20610         Add Mail-Followup-To and Mail-Reply-To headers.
20611         (mail-citation-hook): Add autoload cookie.
20612         (mail-mode): Doc fix.
20613         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20614         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20615         (mail-mode-fill-paragraph): Handle those headers.
20616         (mail-mailing-lists): New variable.
20617         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20619 2005-03-17  Juri Linkov  <juri@jurta.org>
20621         * isearch.el (isearch-fallback): Check for `(car previous)'
20622         before calling `isearch-other-end-state'.
20624 2005-03-17  Kim F. Storm  <storm@cua.dk>
20626         * simple.el (move-beginning-of-line): Move to beginning of buffer
20627         line, as well as beginning of screen line.
20629 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20631         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20632         argument REDRAW rather than calendar-redrawing variable.
20633         * calendar/calendar.el (calendar-redrawing): Delete.
20634         (redraw-calendar): Do not bind calendar-redrawing.
20636 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20638         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20639         diary-file buffer.
20641 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20643         * help.el (describe-mode): Allow a :minor-mode-function property to
20644         specify a different minor mode toggle function than the variable.
20645         * simple.el (auto-fill-function):
20646         * subr.el (add-minor-mode): Use it.
20648 2005-03-16  Kenichi Handa  <handa@m17n.org>
20650         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20651         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20652         (ethio-fidel-to-sera-buffer): Likewise.
20654 2005-03-16  Juri Linkov  <juri@jurta.org>
20656         * emacs-lisp/find-func.el (find-function-regexp):
20657         Add defun-emitting macro `menu-bar-make-toggle'.
20659         * isearch.el: Put `isearch-scroll' property to
20660         `split-window-horizontally'.
20662         * info.el: Update error messages for `debug-ignored-errors'.
20663         (Info-isearch-search): Doc fix.
20664         (Info-find-node): Move up code to go into info buffer before
20665         recording the node to the history.
20666         (Info-fontify-node): Fontify titles only if the next line
20667         has two or more `*', `=', `-', `.'.
20668         Display "go to this node" for empty (match-string 3).
20670 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20672         * term/mac-win.el: Add mouse pointer shape constants.
20674 2005-03-15  Kim F. Storm  <storm@cua.dk>
20676         * simple.el (move-beginning-of-line): Use vertical-motion.
20678 2005-03-15  Juri Linkov  <juri@jurta.org>
20680         * isearch.el (isearch-error): New variable.
20681         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20682         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20683         (isearch-within-brackets-state): Remove.
20684         (isearch-case-fold-search-state, isearch-pop-fun-state):
20685         Decrease frame index.
20686         (isearch-mode, isearch-top-state, isearch-push-state)
20687         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20688         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20689         (isearch-search, isearch-lazy-highlight-new-loop):
20690         Replace `isearch-invalid-regexp' with `isearch-error'.
20691         Remove `isearch-within-brackets'.
20692         (isearch-search): Add `search-failed' handler to `condition-case'.
20693         (isearch-lazy-highlight-search): Add `condition-case' to catch
20694         errors and allow `isearch-lazy-highlight-update' to try
20695         highlighting from the beginning of the window.
20696         (isearch-repeat): Move up code to set isearch-wrapped to t
20697         before calling isearch-wrap-function.
20699         * info.el (Info-isearch-initial-node): New internal variable.
20700         (Info-search): Signal an error in isearch mode when search leaves
20701         the initial node.  Signal an error when `bound' is non-nil and
20702         nothing was found in the current subfile.
20703         (Info-isearch-search): Remove `condition-case'.
20704         (Info-isearch-wrap): Don't wrap when search failed during leaving
20705         the initial node.  If `Info-isearch-search' is nil, wrap around
20706         the current node.
20707         (Info-isearch-start): New fun.
20708         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20709         `isearch-mode-hook'.
20711 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20713         * simple.el (normal-erase-is-backspace): Set default to t if
20714         running on Mac.
20716         * term/mac-win.el (function-key-map): Sync with x-win.el.
20718 2005-03-15  Kenichi Handa  <handa@m17n.org>
20720         * international/mule-cmds.el (locale-language-names): Modify the
20721         format of elements and add more entries.
20722         (locale-preferred-coding-systems): Add more entries.
20723         (set-locale-environment): Adjust for the change of
20724         locale-language-names.
20726 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20728         * pcvs.el (smerge-ediff): Remove bogus autoload.
20730 2005-03-14  Lute Kamstra  <lute@gnu.org>
20732         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20733         Ignore a `*' at the beginning of a line.
20735         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20736         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20737         subr.el.
20738         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20739         to specify indentation.
20741         * generic.el (define-generic-mode): Let generic-mode-list be a
20742         list of strings; test membership with equal.
20744 2005-03-14  Kim F. Storm  <storm@cua.dk>
20746         * simple.el (next-line, previous-line): Add optional try-vscroll
20747         arg to recognize interactive use.  Pass it on to line-move.
20748         (line-move): Don't perform auto-window-vscroll when defining or
20749         executing keyboard macro to ensure consistent behavior.
20751 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20753         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20755 2005-03-13  Lute Kamstra  <lute@gnu.org>
20757         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20758         debugger-setup-buffer so that backtrace marks the frames set to
20759         debug-on-exit and we don't have to do it manually.  Set an extra
20760         debug-on-exit for macro's.
20761         (debugger-setup-buffer): Don't mark the top frame manually.
20763 2005-03-12  Lute Kamstra  <lute@gnu.org>
20765         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20766         lisp-indent-function throughout.
20767         (with-no-warnings): Set lisp-indent-function property.
20769 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20771         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20772         Add entry for backslash.
20774 2005-03-12  Juri Linkov  <juri@jurta.org>
20776         * info.el (Info-search): Four fixes for backward search.
20778 2005-03-11  Jay Belanger  <belanger@truman.edu>
20780         * calc/calc.el (calc-language-alist): New variable.
20781         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20782         (calc-embedded-find-modes): Use calc-language-alist instead of
20783         calc-embedded-language-alist.
20785 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20787         * calendar/calendar.el (calendar-redrawing): New internal
20788         variable.
20789         (redraw-calendar): Remove bogus save-excursion from previous
20790         change.  Bind calendar-redrawing to t for mark-diary-entries.
20791         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20792         calendar if that is why we were called.
20794 2005-03-11  Kenichi Handa  <handa@m17n.org>
20796         * international/mule.el (make-coding-system): Set property
20797         coding-system-define-form to nil.
20798         (define-coding-system-alias): Likewise.
20800 2005-03-11  Kenichi Handa  <handa@m17n.org>
20802         These changes are suggested by Dave Love <fx@gnu.org>.
20804         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20805         coding: tag.
20806         (adaptive-fill-regexp): Add more bullets.
20807         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20808         regexps.
20810 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20812         * help.el (describe-mode): Properly handle non-trivial lighters.
20813         Don't ignore minor modes that are not listed in minor-mode-list.
20815         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20816         feature ON when the user requests to turn it OFF.
20818 2005-03-10  Lute Kamstra  <lute@gnu.org>
20820         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20821         (implement-debug-on-entry): New function to replace debug-entry-code.
20822         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20823         second argument as the 2005-03-07 change makes it obsolete.
20824         (debug-on-entry, cancel-debug-on-entry): Update call to
20825         debug-on-entry-1.
20826         (debug, debugger-setup-buffer): Comment update.
20827         (debugger-frame-number): Update to work with implement-debug-on-entry.
20829 2005-03-10  Jay Belanger  <belanger@truman.edu>
20831         * calc/calc-embed.el (math-ms-args): Declare it.
20832         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20833         math-ms-args.
20834         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20835         variables.
20837 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20839         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20840         Use message-box.
20842         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20843         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20844         (tooltip-gud-tips): Simplify.
20845         (tooltip-gud-tips-p): Remove superfluous :set.
20846         (tooltip-gud-modes): Add fortran-mode.
20847         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20849         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20851 2005-03-09  Kim F. Storm  <storm@cua.dk>
20853         * play/animate.el (animate-place-char): Use forward-line instead
20854         of next-line to improve performance.
20856 2005-03-09  Simon Josefsson  <jas@extundo.com>
20858         * net/browse-url.el (browse-url-default-browser): Doc fix.
20860 2005-03-09  Miles Bader  <miles@gnu.org>
20862         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20863         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20865 2005-03-09  Kenichi Handa  <handa@m17n.org>
20867         * international/latin-1.el: Set case and syntax for 255 only if
20868         set-case-syntax-set-multibyte is nil.
20870         * textmodes/ispell.el (ispell-insert-word): New function.
20871         (ispell-word): Use ispell-insert-word to insert a new word.
20872         (ispell-process-line): Likewise.
20873         (ispell-complete-word): Likewise.
20875 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20877         * calendar/calendar.el (redraw-calendar): Preserve point.
20878         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20879         (calendar-week-start-day): Move after definition of
20880         redraw-calendar.  Delete buffer test, since redraw-calendar has
20881         that now.
20883         * calendar/diary-lib.el (mark-diary-entries): Only call
20884         redraw-calendar in the first of any recursive calls.
20885         Reported by Alan Shutko <ats@acm.org>.
20887 2005-03-08  Juri Linkov  <juri@jurta.org>
20889         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20890         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20891         (html-radio-buttons): Add a space before the trailing `/>' where
20892         sgml-xml-mode is non-nil.
20893         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20894         the subsequent tag of the empty XML tag.
20895         (html-href-anchor): Don't set initial input to "http:".
20896         (html-image): Ask for the image URL and set point inside alt="".
20897         (html-name-anchor): Duplicate the name in the `id' attribute when
20898         sgml-xml-mode is non-nil.
20899         (html-paragraph): Remove \n before <p>.
20900         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20901         instead of `checked' when sgml-xml-mode is non-nil.
20903         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20904         Remove 1 space before #RRGGBB to not truncate it on terminal
20905         windows w/o fringes.  Remove 1 space between bg and fg examples
20906         to get more space.
20907         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20908         avoid byte-compile warnings.
20910         * image-file.el (image-file-handler): Put `safe-magic' property to
20911         `image-file-handler'.
20913         * info.el (Info-isearch-search): Emulate word search in
20914         isearching through multiple Info nodes with Info-search.
20915         (Info-isearch-wrap): Allow isearch-word.
20917 2005-03-08  Lute Kamstra  <lute@gnu.org>
20919         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20920         stepping into the debugger's code is not possible.
20921         (debugger-jumping-flag): Docstring update.
20923 2005-03-08  Jay Belanger  <belanger@truman.edu>
20925         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20926         embedded mode begins.
20927         (calc-embedded-language-alist): New variable.
20928         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20929         set default language mode.
20931 2005-03-08  Kenichi Handa  <handa@m17n.org>
20933         * international/ccl.el (define-ccl-program): Fix docstring about
20934         extra 256 bytes assured for the output buffer.
20936         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20937         Fix BUFFER_MAGNIFICATION to 2.
20938         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20940 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20942         * align.el (align-rules-list): Added an alignment rule for CSS
20943         declarations (applies to css-mode and html-mode buffers).
20945 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20947         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20949 2005-03-07  Kim F. Storm  <storm@cua.dk>
20951         * simple.el (move-beginning-of-line): New command.
20953         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20955         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20957         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20958         and move-beginning-of-line.
20960         * apropos.el (apropos-print): Omit command from M-x ... RET.
20962 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20964         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20965         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20967 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20969         * bindings.el (esc-map): Bind M-g to goto-line.
20971         * facemenu.el (global-map): Bind M-o, not M-g.
20973 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20975         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20976         "Open Directory" as for "Open File".
20978 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20980         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20981         (push-mark-command): Run activate-mark-hook.
20983 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20985         * help-mode.el (help-mode-finish): Don't alter the element
20986         in view-return-to-alist if there already is one.
20988         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20989         make sure the current buffer is the expected one.
20991         * novice.el (disabled-command-function): Output in *Disabled Command*.
20992         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20994         * textmodes/flyspell.el (flyspell-large-region):
20995         Pass args differently for aspell.
20997         * files.el (mode-require-final-newline): Doc fix.
20999 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
21001         * progmodes/which-func.el (which-function):
21002         Specify NOERROR when calling imenu--make-index-alist.
21004 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21006         * simple.el (normal-erase-is-backspace): Define default value.
21008         * custom.el (custom-theme-set-variables): Remove unused var
21009         `immediate'.
21010         (custom-reevaluate-setting): Simple function to handle variables
21011         that are defined before their default value can really be
21012         computed.
21014         * startup.el (command-line): Use it for temporary-file-directory,
21015         small-emporary-file-directory, auto-save-file-name-transforms,
21016         blink-cursor-mode, and normal-erase-is-backspace.
21018         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21019         progress, even with buggy anchored keywords.
21021 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
21023         * simple.el (goto-line): Remove unbalanced final parenthesis.
21025 2005-03-05  Richard M. Stallman  <rms@gnu.org>
21027         * simple.el (goto-line): Use a number at point as the default.
21028         With C-u as arg, switch buffers.
21030 2005-03-05  Juri Linkov  <juri@jurta.org>
21032         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21033         with `no-blinking-cursor'.
21035         * startup.el (no-blinking-cursor): New defvar.
21036         (command-line): Add `--no-blinking-cursor' to longopts.
21037         Set `no-blinking-cursor' to t for command line arguments
21038         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
21039         with `no-blinking-cursor' in the condition for calling
21040         `blink-cursor-mode'.
21042 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
21044         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21045         (menu-bar-options-save): Add blink-cursor-mode.
21046         (menu-bar-options-menu): Add blink-cursor-mode.
21048 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
21050         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21051         (icalendar-export-file, icalendar-export-region)
21052         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21053         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21055 2005-03-04  Lute Kamstra  <lute@gnu.org>
21057         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21058         (debug-function-list): Ditto.
21060 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
21062         * textmodes/texinfmt.el (texinfo-append-refill):
21063         Redefine the types of line to which @refill
21064         is not appended by replacing a search for `@refill\\|@bye' with
21065         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
21066         itemize@refill' bug and the unfilled long lines bug.
21067         (texinfmt-version): Update number and date.
21069 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21071         * international/code-pages.el (windows-1250, windows-125[2-8])
21072         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21074 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21076         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21077         bound yet.
21079 2005-03-02  Romain Francoise  <romain@orebokech.com>
21081         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21082         buffer after removing limits.
21083         (ibuffer-pop-filter): Ditto.
21084         Update copyright.
21086 2005-03-02  Miles Bader  <miles@gnu.org>
21088         * button.el (make-text-button): If the user doesn't specify a
21089         type, use the default.  Rewrite to use `add-text-properties' and
21090         plist functions.
21092 2005-03-01  Lute Kamstra  <lute@gnu.org>
21094         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21095         (debugger-jumping-flag): New var.
21096         (debug-entry-code): Use it.
21097         (debugger-jump): Use debugger-jumping-flag and add
21098         debugger-reenable to post-command-hook.
21099         (debugger-reenable): Use debugger-jumping-flag and remove itself
21100         from post-command-hook.
21101         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21102         debugger-reenable.
21104 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
21106         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21107         inclusion of "itemize\\|", which may be unnecessary, is certainly
21108         inelegant, and stops refilling in itemize lists when formatting
21109         Japanese Texinfo files to Info.
21110         Update copyright to 2005.
21112 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
21114         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21115         of an error if GDB can't find the source file.
21117 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21119         * calendar/calendar.el (redraw-calendar): Work from any buffer,
21120         not just the calendar.
21122         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21123         first.
21124         (diary-redraw-calendar): New function.
21125         (make-diary-entry): Add diary-redraw-calendar to local
21126         write-contents-functions.  Turn off selective display before
21127         inserting in diary.
21129 2005-03-01  Kim F. Storm  <storm@cua.dk>
21131         * emacs-lisp/copyright.el (copyright-fix-years): New command.
21133 2005-03-01  Lute Kamstra  <lute@gnu.org>
21135         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21136         that debug-entry-code can be safely removed from a function while
21137         this code is being evaluated.  Revert the 2005-02-27 change as the
21138         new implementation no longer requires it.  Make sure that a
21139         function body containing just a string is not mistaken for a docstring.
21140         (debug): Skip one more frame in case of debug on entry.
21141         (debugger-setup-buffer): Delete one more frame line in case of
21142         debug on entry.
21143         (debugger-frame-number): Update to use the new text introduced by
21144         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
21146 2005-02-28  Kim F. Storm  <storm@cua.dk>
21148         * double.el (double-translate-key): Call force-window-update after
21149         read-event to avoid crash in redisplay.
21151 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21153         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21154         (debug): Use it.  Move the inhibit-trace earlier.
21155         (debug-entry-code): New const.
21156         (debug-on-entry-1): Use it.
21158 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
21160         * international/utf-16.el (ccl-encode-mule-utf-16le):
21161         Fix BUFFER_MAGNIFICATION to 2.
21162         (ccl-encode-mule-utf-16be): Likewise.
21164 2005-02-28  Kenichi Handa  <handa@m17n.org>
21166         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21167         Fix BUFFER_MAGNIFICATION to 4.
21168         (ccl-encode-mule-utf-16be-with-signature): Likewise.
21170 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
21172         * speedbar.el (speedbar-update-flag): Doc fix.
21173         (speedbar-show-info-under-mouse): Give set-mouse-position the right
21174         argument.
21176 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21178         * reveal.el (reveal-post-command): Don't try to reveal overlays which
21179         have a non-nil `invisible' property but are actually visible.
21181         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21182         for perldoc sections.
21183         (perl-outline-regexp, perl-outline-level): New var and function.
21184         (perl-mode): Use them.
21186 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
21188         * calendar/diary-lib.el (diary-remind): Discard any mark portion
21189         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21191 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
21193         * cus-edit.el: Comment change.
21194         (custom-buffer-create-internal): Slightly reword text at top of
21195         Custom buffers.  Mention there that saving an option edits the
21196         init file.  Add link to Emacs manual node on `custom-file'.
21197         (custom-magic-alist): Rewrite individual State messages to use
21198         capitalized keywords.  Doc fix.
21200 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
21202         * calendar/calendar.el (calendar-buffer): Move above
21203         calendar-week-start-day.
21204         (calendar-week-start-day): Doc fix.  Add :set function.
21205         (calendar-minimum-window-height): New variable.
21206         (generate-calendar-window): Only resize window if selected-window
21207         is displaying the calendar buffer.  Use new variable
21208         calendar-minimum-window-height.
21209         (generate-calendar): Reword error message.
21210         (calendar-mode-map): Bind DEL to scroll-other-window-down.
21212 2005-02-27  Andreas Schwab  <schwab@suse.de>
21214         * vc.el (vc-do-command): Don't run command asynchronously when
21215         operating in a remote directory.
21217         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21218         change from sync with Tramp 2.0.47.
21220 2005-02-27  Richard M. Stallman  <rms@gnu.org>
21222         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21224         * textmodes/flyspell.el (flyspell-mode-on):
21225         Call ispell-change-dictionary only if necessary.
21227         * emacs-lisp/re-builder.el (regexp-builder): New function.
21229         * register.el (describe-register-1): Explicitly handle
21230         yank-excluded-properties = t.
21232         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21233         (custom-magic-alist): Change the status descriptions again.
21234         (face widget-type): Total rewrite based on `restricted-sexp'
21235         to eliminate the confusing double hiding levels.
21237         * emacs-lisp/debug.el (debug-on-entry-1):
21238         If function body is empty, add nil as body form.
21240 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21242         * emacs-lisp/trace.el (inhibit-trace): New var.
21243         (trace-make-advice): Use it.
21245         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21247 2005-02-26  Kim F. Storm  <storm@cua.dk>
21249         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21250         (mouse-on-link-p, mouse-drag-region-1): Use it.
21252 2005-02-25  Lute Kamstra  <lute@gnu.org>
21254         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21256 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
21258         * frame.el (blink-cursor-mode): Add :group keyword.
21260 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21262         * calendar/icalendar.el (icalendar--decode-isodatetime):
21263         New optional argument DAY-SHIFT.
21264         (icalendar-export-region): Fix coding-system-for-write.
21265         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21266         events by one.
21268 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21270         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21272 2005-02-24  Kim F. Storm  <storm@cua.dk>
21274         * international/iso-acc.el (iso-accents-compose): Fix crash
21275         during redisplay.  Call force-window-update after read-event
21276         and delete-region to signal that window is not accurate.
21278 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21280         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21281         Remove unused and inexistent var `inhibit-trace'.
21282         (debugger-mode): Use run-mode-hooks.
21283         (debugger-list-functions): Add buttons; setup xref stack.
21285 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21287         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21288         appointment says it was explicitly made.
21289         (appt-add): Set the 3rd element.
21290         (appt-make-list): Preserve explicit appointments.
21292         * subr.el (find-tag-default): Catch errors in forward-sexp.
21294 2005-02-23  Juri Linkov  <juri@jurta.org>
21296         * info.el (Info-isearch-search): New defcustom.
21297         (Info-isearch-search): Call the default isearch function
21298         when Info-isearch-search is nil.
21299         (Info-isearch-wrap): Use variable Info-isearch-search.
21301 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21303         * cus-edit.el: Comment change.
21305 2005-02-22  Kim F. Storm  <storm@cua.dk>
21307         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21308         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21310 2005-02-22  Simon Josefsson  <jas@extundo.com>
21312         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21313         New variable.
21314         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21315         Oskarsson" <myrkraverk@users.sourceforget.net>.
21317 2005-02-22  Kim F. Storm  <storm@cua.dk>
21319         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21320         check that window of that event is the selected window.
21321         (mouse-drag-region-1): Compare mouse event window to selected
21322         window before setting point.
21324         * tooltip.el (tooltip-show-help-function): Pass event to
21325         mouse-on-link-p so it can check selected window.
21327 2005-02-22  Kenichi Handa  <handa@m17n.org>
21329         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21330         (ps-mule-show-warning): New function.
21331         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21332         characters are found.
21334         * ps-print.el (ps-header-footer-string): Return a list of header
21335         and footer strings.
21337 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21339         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21341 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21343         * frame.el (blink-cursor-mode): Use define-minor-mode.
21345         * term/mac-win.el (function-key-map): Use char-names more consistently.
21346         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21347         already handled in mule-cmds.el (where it also works when mac-win.el
21348         is not used).
21350 2005-02-21  Kenichi Handa  <handa@m17n.org>
21352         * international/mule.el (ctext-pre-write-conversion): Always use
21353         " *code-converting-work*" buffer for work.
21355         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21357 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21359         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21361 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21363         * ses.el (undo-more): Restore defadvice, but only the part that
21364         allows changes outside the restricted area of the buffer.
21366 2005-02-20  Kim F. Storm  <storm@cua.dk>
21368         * simple.el (line-move): Add fourth optional arg try-vscroll which
21369         must be set to perform auto-window-vscroll.
21370         When moving backwards and doing auto-window-vscroll, automatically
21371         vscroll to the last part of lines which are taller than the window.
21372         (next-line, previous-line): Set try-vscroll arg on line-move.
21374 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21376         * replace.el (query-replace, query-replace-regexp)
21377         (replace-string, replace-regexp): When operating on region, make
21378         the minibuffer prompt say so.
21380         * isearch.el (isearch-forward): Document isearch-query-replace and
21381         isearch-query-replace-regexp keybindings.
21383 2005-02-19  Jay Belanger  <belanger@truman.edu>
21385         * calc/calc-aent.el (math-read-token): Add local variable.
21387         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21388         (calc-edit-top): Move declaration to earlier in file.
21389         (calc-edit-macro-repeats): Add local variables.
21391         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21392         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21393         calcFunc-tanh.
21394         Adjust integration rule for calcFunc-tan.
21396 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21398         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21399         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21400         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21401         (viper-skip-separators): Bug fix.
21402         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21403         particular major mode.
21404         (viper-del-backward-char-in-replace): Don't put deleted char on the
21405         kill ring.
21407         * viper-ex.el (viper-color-display-p): New function.
21408         (viper-has-face-support-p): Use viper-color-display-p.
21410         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21412         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21414         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21415         (viper-file-remote-p): Make equivalent to file-remote-p.
21417         * viper.el (viper-major-mode-modifier-list):
21418         Use viper-gnus-modifier-map.
21420 2005-02-19  David Kastrup  <dak@gnu.org>
21422         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21423         quoting.
21425 2005-02-19  Jay Belanger  <belanger@truman.edu>
21427         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21428         Remove extra definitions.
21429         (calc-coth): New function.
21430         (calcFunc-cot): Fix `let'.
21432 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21434         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21435         the reasons we use "type pc" in these faces.
21437         * button.el (button): Ditto.
21439 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21441         * replace.el (query-replace-read-from): Set the value of
21442         query-replace-from-history-variable to handle the case of an empty
21443         string entered to accept the suggested default.
21445         * net/tramp.el (tramp-file-name-for-operation):
21446         Use dired-call-process instead of dired-call-process-command.
21448 2005-02-19  Jay Belanger  <belanger@truman.edu>
21450         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21451         (math-div-non-trig): New variables.
21452         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21453         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21454         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21455         trig expressions.
21457 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21459         * progmodes/gdb-ui.el (gdb-var-update-handler)
21460         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21461         for watch expressions,
21462         (gdb-var-create-handler): Don't set speedbar-update-flag.
21463         (gdb-post-prompt): Simplify test for speedbar.
21465 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21467         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21468         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21469         we use the syntax table of the correct buffer.
21470         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21471         Felix Gatzemeier.
21473         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21474         (ediff-file-remote-p): Make synonymous with file-remote-p.
21475         In all deffaces ediff-*-face-*, use min-colors.
21477         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21478         ediff-recurse-to-subdirectories.
21479         (ediff-mark-if-equal): Check that the arguments are strings, use
21480         ediff-same-contents (after to Felix Gatzemeier).
21482         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21483         nil.
21485 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21487         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21489 2005-02-18  David Kastrup  <dak@gnu.org>
21491         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21492         use `mark-active' when defined.
21494 2005-02-18  Kenichi Handa  <handa@m17n.org>
21496         * ps-print.el (ps-font-info-database): New entry
21497         ZapfChancery-MediumItalic with correct font name.  Fix font name
21498         of the entry Zapf-Chancery-MediumItalic.
21500 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21502         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21504 2005-02-16  Kim F. Storm  <storm@cua.dk>
21506         * ido.el (ido-fallback-command): Pass user input to fallback command.
21508 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21510         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21511         (gdb-find-file-hook): Add server prefix.
21513 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21515         * replace.el (perform-replace): Pass new args to replace-highlight.
21516         (replace-highlight): Take region args,
21517         and pass them to isearch-lazy-highlight-new-loop.
21519         * novice.el (disabled-command-hook): Autoload the defalias
21520         and the make-obsolete-variable call.
21522         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21524         * isearch.el (isearch-lazy-highlight-start-limit)
21525         (isearch-lazy-highlight-end-limit): New variables limit
21526         the region for highlighting.
21527         (isearch-lazy-highlight-new-loop): New args BEG and END.
21528         (isearch-lazy-highlight-search): Use the new vars.
21529         (isearch-lazy-highlight-update): Likewise.
21531         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21533         * cus-start.el (all): Use default-boundp.
21535 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21537         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21539 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21541         * autorevert.el (auto-revert-stop-on-user-input)
21542         (auto-revert-verbose): Doc fixes.
21544 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21546         * international/mule-cmds.el (set-locale-environment): Remove call
21547         to set-selection-coding-system on Windows.
21549 2005-02-15  Jay Belanger  <belanger@truman.edu>
21551         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21552         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21553         calcFunc-coth.
21554         (math-simplify-sqrt): Add simplifications.
21556         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21557         to list.
21559         * calc/calc-ext.el: Add functions to autoloads.
21561         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21562         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21563         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21564         (math-csc-raw, math-cot-raw): New functions.
21566         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21568         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21569         the variable name in a message.
21571         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21572         calcFunc-csc, calcFunc-cot.
21574         * calc/calcalg2.el: Add derivative and integration rules for
21575         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21576         calcFunc-csch, calcFunc-coth.
21577         (math-do-integral-methods): Add to checks for when to use
21578         substitutions.
21580         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21582 2005-02-15  Lute Kamstra  <lute@gnu.org>
21584         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21585         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21586         <monnier@iro.umontreal.ca>
21587         (lisp-outline-level): Improve efficiency.  Suggested by David
21588         Kastrup <dak@gnu.org>.
21590 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21592         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21593         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21594         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21595         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21596         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21598 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21600         * cus-start.el (all): Comment change.
21602 2005-02-14  Lute Kamstra  <lute@gnu.org>
21604         * cus-start.el (all): Check if symbol is void.
21606 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21608         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21609         optional argument to \cite.
21611 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21613         * cus-edit.el (custom-buffer-create-internal): Update help message.
21614         (custom-magic-alist): Update help messages.
21616         * cus-start.el (all): Allow a var to specify a standard value.
21618 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21620         * custom.el (custom-theme-set-variables): Handle variable aliases.
21622         * frame.el (blink-cursor-timer): Doc fix.
21623         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21624         declare obsolete.
21625         (blink-cursor-mode): Define with defcustom and use correct
21626         standard expression in that defcustom.
21627         * startup.el (command-line): Adapt to above changes in frame.el.
21629 2005-02-11  Lute Kamstra  <lute@gnu.org>
21631         * apropos.el (apropos-score-doc): Prevent division by zero.
21633 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21635         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21636         (icalendar--get-event-property-attributes)
21637         (icalendar--get-event-properties)
21638         (icalendar--datetime-to-diary-date): New functions.
21639         (icalendar--split-value): Doc fix.
21640         (icalendar--datetime-to-noneuropean-date)
21641         (icalendar--datetime-to-european-date): New optional argument
21642         SEPARATOR.  Return result as a string instead of a list.
21643         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21644         (icalendar--convert-string-for-export): Rename arg S to STRING.
21645         (icalendar-export-region): Doc fix.  Change name of error buffer.
21646         Save output buffer.
21647         (icalendar-import-file): Add blank at end of prompt.
21648         (icalendar-import-buffer): Doc fix.  Do not switch to error
21649         buffer.  Indicate status in return value.
21650         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21651         buffer.  Save output buffer.  Handle exception from recurrence
21652         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21653         events.  Fix problems with weekly all-day events.
21655 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21657         * simple.el (eval-expression-print-format):
21658         Avoid warning about edebug-active.
21660         * help.el (help-for-help-internal): Rename from help-for-help.
21661         (help-for-help): Define with defalias.
21663         * font-core.el (font-lock-default-function): Use with-no-warnings.
21665         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21667         * custom.el (defface): Doc fix.
21669 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21671         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21672         width 0" to prevent word wrapping problems.
21674 2005-02-09  Kim F. Storm  <storm@cua.dk>
21676         * ido.el (ido-file-extensions-order): New defcustom.
21677         (ido-file-extension-lessp, ido-file-extension-aux)
21678         (ido-file-extension-order): New advanced file ordering.
21679         (ido-file-lessp): New simple file ordering.
21680         (ido-sort-list): Remove.
21681         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21682         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21684 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21686         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21687         that some versions of grep produce.
21688         (grep-mode-font-lock-keywords): Likewise.
21690 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21692         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21693         (gdb-cdir): Delete.
21694         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21695         (gdb-source-info): Treat case when source file is in another
21696         directory properly.
21697         (gdb-get-location): New function.
21699 2005-02-07  Jay Belanger  <belanger@truman.edu>
21701         * calc/calc-prog.el (calc-write-parse-table-part)
21702         (calc-fix-token-name): Fix a check for language type.
21704         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21706 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21708         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21709         as directory not writable.
21711 2005-02-07  Kim F. Storm  <storm@cua.dk>
21713         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21714         (cua--standard-movement-commands): Remove list.
21715         Instead, set CUA property value to move for movement commands.
21716         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21717         (cua--pre-command-handler): Check CUA property.
21718         (cua--init-keymaps): Don't remap undo commands.
21719         (cua-mode): Don't call cua--rectangle-on-off.
21721         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21722         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21723         (cua--rect-undo-set-point): New var.
21724         (cua--rectangle-undo-boundary): Setup undo apply entry.
21725         (cua--rect-undo-handler): New function for rectangle undo.
21726         (cua--rect-start-position, cua--rect-end-position): Add.
21727         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21728         for restored rectangle.  Set point if cua--rect-undo-set-point.
21730 2005-02-06  Jay Belanger  <belanger@truman.edu>
21732         * calc/calc-lang.el (calc-tex-language): Display more information
21733         in messages.
21735         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21736         in TeX mode.
21738 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21740         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21742 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21744         * net/ldap.el (ldap-search-internal): Support attributes with
21745         optional descriptions separated by a semi-colon, as in
21746         "userCertificate;binary".
21748 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21750         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21751         isn't a cons (i.e. the version is 0).
21753 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21755         * help.el (help-for-help): Doc fix.
21757 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21759         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21760         GDB-Windows on the menu-bar as this works better.
21762 2005-02-04  Jay Belanger  <belanger@truman.edu>
21764         * calc/calc-embed.el (calc-embedded-update): Don't put in
21765         unnecessary newlines.  Adjust the end of formula marker.
21767         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21768         (math-latex-parse-two-args): New function.
21770 2005-02-03  Lute Kamstra  <lute@gnu.org>
21772         * help-fns.el (help-with-tutorial): Make sure that users cannot
21773         remove the entire text of the tutorial by means of `undo'.
21775 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21778         in recent changes, where the ispell process was repeatedly
21779         killed & restarted.
21781         * international/mule-cmds.el (set-locale-environment): Set file-name
21782         coding system to utf-8 on Darwin systems.
21783         (set-default-coding-systems): Don't set default-file-name-coding-system
21784         on Darwin systems.
21786 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21788         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21790 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21792         * faces.el (list-faces-display): Add optional argument.
21794 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21796         * font-core.el (font-lock-default-function): Handle the rare case where
21797         only font-lock-keywords is set.
21799 2005-02-02  Kenichi Handa  <handa@m17n.org>
21801         * international/characters.el: Cancel previous change for
21802         I-WITH-DOT-ABOVE and DOTLESS-i.
21804         * international/latin-5.el: Cancel previous change.
21806 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21808         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21810 2005-02-02  Kenichi Handa  <handa@m17n.org>
21812         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21813         DOTLESS-i.
21815         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21816         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21818         * case-table.el (get-upcase-table): New function.
21819         (copy-case-table): Copy upcaes table too if non-nil.
21820         (set-case-syntax-delims): Maintain upcase table too.
21821         (set-case-syntax-pair): Likewise.
21822         (set-upcase-syntax, set-downcase-syntax): New functions.
21823         (set-case-syntax): Maintain upcase table too.
21825 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21827         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21829         * progmodes/gud.el (gud-goto-info): New function.
21830         (gud-tool-bar-map): Use correct icon.
21832 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21834         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21835         When delegating, order args in the funcall correctly.
21837 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21839         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21841 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21843         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21844         buffer not visiting a file.
21846 2005-01-31  Jay Belanger  <belanger@truman.edu>
21848         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21849         bound on the line with the formula.
21851 2005-01-31  Kim F. Storm  <storm@cua.dk>
21853         * ses.el (ses-create-cell-variable-range)
21854         (ses-destroy-cell-variable-range, ses-reset-header-string)
21855         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21856         (ses-insert-row): Fix format of apply undo entries.
21858 2005-01-31  Jay Belanger  <belanger@truman.edu>
21860         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21861         parts.
21863         * calc/calc-embed.el (calc-embedded-open-formula)
21864         (calc-embedded-close-formula): Ignore matrix environments.
21866         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21867         TeX mode.
21869         * calc/calc-lang.el (math-function-table, math-oper-table)
21870         (math-variable-table): Adjust the LaTeX portions.
21872         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21873         (math-latex-ignore-words): New constant.
21875 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21877         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21878         (ispell-local-dictionary): Doc fix.
21879         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21880         Don't reinitialize at run time.  Don't defcustom.
21881         All uses changed to append ispell-local-dictionary-alist,
21882         or check it first.
21883         (ispell-current-dictionary): New variable for dictionary in use.
21884         (ispell-dictionary): Now used only for global default.
21885         (ispell-start-process): Set ispell-current-dictionary,
21886         not ispell-dictionary.
21887         (ispell-change-dictionary): Use this only for setting
21888         user preferences.
21889         (ispell-internal-change-dictionary): New function
21890         to change the current dictionary in use.
21891         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21892         Use ispell-current-dictionary.
21893         Handle ispell-local-dictionary-overridden.
21894         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21896 2005-01-31  Jay Belanger  <belanger@truman.edu>
21898         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21900         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21901         (calc-mode-map): Add calc-latex-language.
21903         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21904         (math-latex-print-frac): New functions.
21905         (math-oper-table, math-function-table, math-variable-table)
21906         (math-complex-format, math-input-filter): Add latex properties.
21907         (calc-set-language): Set math-expr-special-function-mapping.
21909         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21910         (calc-write-parse-table-part): Add LaTeX support.
21912         * calc/calc.el (calc-language): Adjust docstring.
21913         (calc-set-mode-line): Add LaTeX support.
21914         (math-expr-special-function-mapping): New variable.
21915         (math-tex-ignore-words): Add to list.
21917         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21918         Add LaTeX support.
21919         (math-compose-expr): Add support for special functions.
21921         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21923 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21925         * progmodes/gdb-ui.el (gdb-memory-address)
21926         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21927         (gdb-memory-mode-map, gdb-memory-format-keymap)
21928         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21929         (gdb-memory-unit-menu): New variables for a buffer
21930         that lets the user examine program memory.
21931         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21932         (gdb-memory-format-binary, gdb-memory-format-octal)
21933         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21934         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21935         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21936         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21937         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21938         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21939         (gdb-memory-mode, gdb-memory-buffer-name)
21940         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21941         New functions for above buffer.
21943 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21945         * cus-edit.el (custom-bury-buffer): Function deleted.
21946         (custom-buffer-done-function): Option deleted.
21947         (custom-buffer-done-kill): New replacement option.
21948         (Custom-buffer-done): Call quit-window.
21949         (custom-buffer-create-internal): Update for above changes.
21951 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21953         * simple.el (undo-ask-before-discard): New var.
21954         (undo-outer-limit-truncate): Implement it.
21955         (undo-extra-outer-limit): Doc update.
21957 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21959         * ses.el (undo-more): Delete defadvice.
21960         (ses-begin-change): Doc fix.
21962         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21963         instead of rebinding C-x u and C-_.
21965         * files.el (normal-backup-enable-predicate): Return nil for files
21966         in /tmp, regardless of temporary-file-directory.
21968         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21970         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21971         (open-rectangle, delete-whitespace-rectangle-line)
21972         (clear-rectangle-line): If FILL, pass t instead of FILL
21973         for move-to-column's 2nd arg.
21975         * simple.el (undo): Fix the test for continuing a series of undos.
21976         (undo-more): Set pending-undo-list to t when we reach end.
21977         (pending-undo-list): Move up defvar.
21979         * wid-edit.el (widget-button-click):
21980         Shorten the range of the track-mouse binding.
21982         * comint.el (comint-insert-input): Undo previous changes;
21983         use last-input-event in interactive spec.
21985 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21987         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21988         to nil before invoking call-process.  Reset buffer's modified flag
21989         after fontifying it in the no-async branch.
21991         * wid-edit.el (widget-specify-button): If mouse pointer shape
21992         cannot be changed, use mouse face instead.
21994 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21996         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21997         (gdb-goto-breakpoint): Make breakpoint handling work on template
21998         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21999         (gdb-assembler-custom): Update to recognize breakpoint information
22000         added on 2005-01-19.
22002 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22004         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22005         (dsssl-mode): Use define-derived-mode.
22006         (scheme-mode-initialize): Remove.
22007         (scheme-mode): Use run-mode-hooks.
22009         * cus-edit.el (customize-group-other-window)
22010         (custom-buffer-create-other-window): Don't override special-display-*.
22011         (custom-mode-map): Make it dense.
22013         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22014         sets the default value.
22016 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
22018         * descr-text.el: Add more keywords.
22020 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22022         * speedbar.el: Avoid unnecessary use of locate-library.
22024         * international/mule-cmds.el (standard-display-european-internal):
22025         Don't fiddle with latin-1 non-break space any more since it's now
22026         special cased in the C code.
22027         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22029 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
22031         * cus-start.el (all): Add `undo-outer-limit'.
22033 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22035         * textmodes/bibtex.el (bibtex-format-entry):
22036         Use `bibtex-empty-field-re' only on the text of fields, not on entire
22037         field lines.
22038         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22039         not on part of a buffer.
22041 2005-01-25  Lute Kamstra  <lute@gnu.org>
22043         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22044         nonempty field text strings like "{letters\\macro{}more letters}".
22045         Clarify docstring.
22046         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22047         (bibtex-entry-offset, bibtex-parse-association)
22048         (bibtex-parse-field-name): Fix typos in docstrings.
22049         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22051 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
22053         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22054         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22055         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22056         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22058         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22059         isearch minor mode.
22061 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
22063         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22065 2005-01-24  Lute Kamstra  <lute@gnu.org>
22067         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22068         CASECHARS and NOT-CASECHARS regular expressions of the
22069         "nederlands" and "nederlands8" dictionaries to prevent a "Range
22070         striding over charsets" error.
22072 2005-01-24  Jay Belanger  <belanger@truman.edu>
22074         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22075         display variable name.
22077 2005-01-24  Kenichi Handa  <handa@m17n.org>
22079         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22080         Fix setting of the element of encoded-kbd-iso2022-invocations.
22082 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
22084         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22085         (gdb-threads-select): Change to also accept mouse events.
22086         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22087         (gdb-threads-mouse-select): Delete.
22089 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
22091         * files.el (insert-directory): Take care of empty directory,
22092         listed without -a switch.
22094 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22096         * textmodes/refill.el (refill-post-command-function):
22097         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22098         to the list of functions that we should be careful not to undo.
22099         (refill-late-fill-paragraph-function): Remove.
22100         (refill-saved-state): New var.
22101         (refill-mode): Use it to save fill-paragraph-function.
22102         Save also the value of auto-fill-function.
22104         * term/w32-win.el: Simplify code.
22106 2005-01-23  Kim F. Storm  <storm@cua.dk>
22108         * simple.el (line-move): Adapt to new return value from
22109         pos-visible-in-window-p.
22111         * simple.el (line-move): Fix last change.  Check partial
22112         visibility at point rather than at window-start.
22114 2005-01-22  Jason Rumney  <jasonr@gnu.org>
22116         * term/w32-win.el (xw-defined-colors): Remove debug-message.
22118 2005-01-22  David Kastrup  <dak@gnu.org>
22120         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22122 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
22124         * type-break.el (type-break-mode): Add a test for
22125         type-break-file-name being non-nil.
22127 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
22129         * net/eudc.el (top level): Call (message "") via progn, so that
22130         eudc-options-file is loaded.
22132 2005-01-22  Kim F. Storm  <storm@cua.dk>
22134         * simple.el (line-move-1): Rename from line-move.
22135         (line-move): New function that adjusts vscroll for partially
22136         visible rows, and calls line-move-1 otherwise.
22138 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
22140         * pcomplete.el: Define pcomplete-read-event instead of read-event,
22141         since it's not a complete read-event implementation
22143 2005-01-20  Jay Belanger  <belanger@truman.edu>
22145         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22146         for called function.
22148 2005-01-20  Steven Tamm  <steventamm@mac.com>
22150         * term/mac-win.el (process-connection-type): Remove.
22151         Controlled now by s/darwin.h:PTY_ITERATION.
22153 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22155         * window.el (handle-select-window): Don't switch window when we're
22156         in the minibuffer.
22158 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
22160         * subr.el (dotimes-with-progress-reporter): New macro.
22162         * ses.el (ses-dotimes-msg): Remove macro.
22163         Use `dotimes-with-progress-reporter' instead.
22165 2005-01-19  Steven Tamm  <steventamm@mac.com>
22167         * term/mac-win.el (process-connection-type): Use new
22168         operating-system-release variable to use ptys on Darwin 7 (OS X
22169         10.3) when using carbon build.
22171 2005-01-19  Jay Belanger  <belanger@truman.edu>
22173         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22174         flags if the last command was a tab or M-tab.
22176         * calc/calc-prog.el (calc-user-define-edit): Put original formula
22177         in formula editing buffer.
22179 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22181         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22182         breakpoint image symbol in margin.
22184 2005-01-19  Jay Belanger  <belanger@truman.edu>
22186         * calc/calc-prog.el (calc-execute-kbd-macro):
22187         Ignore calc-keep-arg-flag.
22189 2005-01-19  Kenichi Handa  <handa@m17n.org>
22191         * textmodes/ispell.el (ispell-looking-at): New function.
22192         (ispell-process-line): Use ispell-looking-at to compare the ispell
22193         output and the buffer contents.
22195 2005-01-18  Jay Belanger  <belanger@truman.edu>
22197         * calc/calc.el (calc-display-raw): Fix docstring.
22199 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22201         * simple.el (blink-matching-open): Strip extra info from syntax.
22203         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22204         funny chars in the end-of-here-doc marker.
22206 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22208         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22209         that enable/disabled state of breakpoints is shown correctly in
22210         fringe and on ttys.
22211         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22212         Add breakpoint information as text properties.
22213         (gdb-mouse-toggle-breakpoint):
22214         Rename to gdb-mouse-set-clear-breakpoint.
22215         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
22216         breakpoints in the margin.
22217         (gdb-remove-strings): Simplify.
22219 2005-01-17  Jay Belanger  <belanger@truman.edu>
22221         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22222         erasing buffer.
22224 2005-01-17  Richard M. Stallman  <rms@gnu.org>
22226         * progmodes/grep.el (grep-find): Copy from `grep' the condition
22227         for calling grep-compute-defaults.
22229         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22230         if buffer is empty.
22232         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22234 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22236         * hilit-chg.el (highlight-changes-mode): Don't autoload.
22238         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22239         non-preloaded variables.
22241 2005-01-17  Steven Tamm  <steventamm@mac.com>
22243         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22244         tex-shell cause to force interactivity when using pipes.
22246 2005-01-17  Kim F. Storm  <storm@cua.dk>
22248         * simple.el (just-one-space): Make arg optional.
22250 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
22252         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22253         posn-at-x-y to t to access left-margin.
22255 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
22257         Sync with Tramp 2.0.47.
22259         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22260         catching keep-date problems in cp/scp operations.
22261         (tramp-handle-copy-file): Don't call `set-file-modes'
22262         unconditionally.  Specialized functions should know better what is
22263         necessary.  This improves performance a little bit, and the
22264         functions could catch errors with `cp -p' and `scp -p'.
22265         (tramp-do-copy-or-rename-file-via-buffer)
22266         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22267         when appropriate.
22268         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22269         Call `set-file-modes' when appropriate.
22270         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22271         Johnsson <isak@hypergene.com>
22272         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22273         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22274         <joakim@verona.se>
22275         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22276         Emacs only.
22278         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22279         `find-file-hooks' and `dired-mode-hook'.
22280         (tramp-minor-mode-map): Respective map.  Add remapping for
22281         `compile' and `recompile'.
22282         (tramp-remap-command, tramp-recompile): New defuns.
22283         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22284         in buffer "*Compilation*".  Call the commands asynchronously.
22286         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22287         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22288         `shell-command', because it isn't magic in XEmacs.  Reported by
22289         Adrian Aichner <adrian@xemacs.org>.
22291         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22292         `substitute-in-file-name.
22293         (tramp-smb-handle-substitute-in-file-name): New defun.
22294         (tramp-smb-advice-PC-do-completion): Delete advice.
22296 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22298         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22299         Fix error in deleting region.
22301 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22303         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22304         In non-temp buffer, switch syntax table temporarily.
22306         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22308         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22310         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22312         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22313         (imenu--generic-function): Use START, not BEG, as pos of definition.
22315         * simple.el (just-one-space): Argument specifies number of spaces.
22317         * simple.el (eval-expression-print-format): Avoid warning
22318         about edebug-active.
22320 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22322         * progmodes/sh-script.el: Code copied from make-mode.el
22323         with small changes,
22324         (sh-mode-map): Bind C-c C-\.
22325         (sh-backslash-column, sh-backslash-align): New variables.
22326         (sh-backslash-region, sh-append-backslash): New functions.
22328 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22330         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22331         (rmail-pop-password, rmail-pop-password-required): Move to
22332         rmail-obsolete group.
22333         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22334         All callers updated.
22335         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22336         Take an argument specifying whether it is POP or IMAP mailbox we
22337         are using.  All callers updated.
22338         (rmail-pop-password-error): Rename to
22339         rmail-remote-password-error.  Added mailutils-specific error message.
22340         (rmail-movemail-search-path)
22341         (rmail-movemail-variant-in-use): New variables.
22342         (rmail-remote-password, rmail-remote-password-required):
22343         New customization variables.
22344         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22345         (rmail-parse-url): New function.
22346         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22347         with GNU mailutils movemail.
22349 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22351         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22352         suffix to space, $ or '$, to correctly position point when going
22353         to @table style constants like DBL_MAX.
22355 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22357         * type-break.el (type-break-mode, type-break-file-time)
22358         (type-break-file-keystroke-count, type-break-choose-file):
22359         Don't store data in or load data from the file if type-break-file-name
22360         is nil.
22361         (type-break-file-name): Doc update as per the above.
22363 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22365         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22366         lookup-key might return nil; handle that.
22368 2005-01-15  Alan Mackenzie  <acm@muc.de>
22370         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22371         rather than the element found, thus enabling the tree to be setcar'd.
22373 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22375         * textmodes/org.el (org-show-following-heading): New option.
22376         (org-show-hierarchy-above): Use `org-show-following-heading'.
22377         (org-cycle): Documentation fix.
22379         * textmodes/org.el (orgtbl-optimized): New option
22380         (orgtbl-mode): New command, a minor mode.
22381         (orgtbl-mode-map): New variable.
22382         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22383         (orgtbl-error, orgtbl-self-insert-command)
22384         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22386         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22387         a local variable in each org-mode buffer.
22389         * textmodes/org.el (org-set-regexps-and-options): Rename from
22390         `org-set-regexps'.  Added checking for STARTUP keyword.
22391         (org-get-current-options): Add STARTUP options.
22392         (org-table-insert-row): Make mode intelligent about when
22393         realignment is needed.
22394         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22395         New commands.
22396         (org-enable-table-editor): New default value `optimized'.
22397         (org-table-blank-field): Support blanking regions if active.
22399 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22401         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22402         if the year is not given.
22404         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22405         Add new escapes %m and %M, fixed bug with %F by adding
22406         save-match-data.
22407         (reftex-reference): Remove ?. from list of spaces.
22408         (reftex-label-info): Add automatic label prefix recognition.
22410         * textmodes/reftex-index.el (reftex-index-next-phrase):
22411         Add slave parameter to call of `reftex-index-this-phrase'.
22412         (reftex-index-this-phrase): New optional argument.
22413         (reftex-index-region-phrases): Add slave parameter to call of
22414         `reftex-index-this-phrase'.
22415         (reftex-display-index): New argument redo.
22416         (reftex-index-rescan): Add `redo' to arguments of
22417         `reftex-display-index'.
22418         (reftex-index-Rescan, reftex-index-revert)
22419         (reftex-index-switch-index-tag): Add `redo' to arguments of
22420         `reftex-display-index'.
22421         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22422         indexing.  Fix bug with matching is there is a quote before or
22423         after the word.
22425         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22426         Fix bug when collecting citation keys in lines with comments.
22427         (reftex-citation): Prefix argument no longer rescans the document,
22428         but forces prompting for optional arguments of cite macros.
22429         (reftex-do-citation): Prompting for optional arguments implemented.
22431         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22432         Add optional arguments to most cite commands.
22433         (reftex-cite-cleanup-optional-args): New option
22434         (reftex-cite-prompt-optional-args): New option.
22435         (reftex-trust-label-prefix): New option.
22437         * textmodes/reftex-toc.el (reftex-toc-find-section):
22438         Add push-mark before changing the position in the buffer.
22440         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22441         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22443 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22445         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22446         more carefully.
22448 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22450         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22451         (sgml-mode): Use it.
22452         (sgml-get-context): Better keep track of implicitly closed tags.
22454 2005-01-13  Kenichi Handa  <handa@m17n.org>
22456         * textmodes/ispell.el: These changes are to fix misalignment error
22457         caused by equivalent characters of different Emacs charsets.
22458         (ispell-unified-chars-table): New variable.
22459         (ispell-get-decoded-string): New function.
22460         (ispell-get-casechars, ispell-get-not-casechars)
22461         (ispell-get-otherchars): Call ispell-get-decoded-string.
22463 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22465         * custom.el (custom-declare-variable): Just put symbol instead
22466         of (defvar . symbol) in `current-load-list'.
22468 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22470         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22472 2005-01-12  Jay Belanger  <belanger@truman.edu>
22474         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22475         to create a Calc summary.
22477 2005-01-12  Kim F. Storm  <storm@cua.dk>
22479         * mouse.el (mouse-on-link-p): Change functionality and doc
22480         string to comply with latest description in lisp ref.
22482 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22484         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22485         Enable mouse clicks on mode-line, header-line and margin.
22486         (event-type): Give mouse event symbols an `event-kind' property
22487         with value `mouse-click'.
22489 2005-01-12  Juri Linkov  <juri@jurta.org>
22491         * facemenu.el (list-colors-display): Add new arg buffer-name.
22492         Use it.  Fix docstring.  Replace code for identifying duplicate
22493         colors by the name with call to `list-colors-duplicates' which
22494         identifies duplicate colors by the value unless the color
22495         is one of special Windows colors.  Set truncate-lines to t.
22496         Print sorted duplicate color names on each line.  Indent to 22
22497         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22498         (list-colors-duplicates): New function.
22499         (facemenu-color-name-equal): Delete function.
22501         * facemenu.el (list-colors-print): New function created from code
22502         in list-colors-display.  Print #RRGGBB at the window right edge.
22503         (list-colors-display): When temp-buffer-show-function is not
22504         defined, call list-colors-print from temp-buffer-show-hook
22505         to get the right value of window-width in list-colors-print
22506         after the buffer is displayed.
22508         * simple.el (pop-mark): Move deactivate-mark out of conditional
22509         part to deactivate the active mark regardless of the state of the
22510         mark ring.
22512         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22513         variables line in desktop files.
22515 2005-01-12  Juri Linkov  <juri@jurta.org>
22517         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22518         Bring together isearch highlight related options.
22519         (lazy-highlight): Replace group `replace' by `matching'.
22520         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22521         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22522         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22523         and declare them obsolete.
22524         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22525         (isearch-faces): Remove defgroup.
22526         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22527         Move isearch highlighting code closer to lazy highlighting code.
22529         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22530         (query-replace-highlight, query-replace-lazy-highlight)
22531         (query-replace): Move definitions to the beginning of the file.
22533 2005-01-11  Juri Linkov  <juri@jurta.org>
22535         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22536         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22537         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22539         * info.el (Info-history-forward): New variable.
22540         (Info-select-node): Reset Info-history-forward to nil.
22541         (Info-last): Turn into defalias.
22542         (Info-history-back): Rename from Info-last.
22543         Add current node to Info-history-forward.
22544         (Info-history-forward): New fun.
22545         (Info-mode-map): Replace Info-last by Info-history-back.
22546         Bind Info-history-forward to "r".
22547         (Info-mode-menu): Replace Info-last by Info-history-back.
22548         Fix menu item text.  Add menu item for Info-history-forward.
22549         (info-tool-bar-map): Replace Info-last by Info-history-back.
22550         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22551         for Info-history-forward.
22552         (Info-mode): Replace Info-last by Info-history-back in docstring.
22553         Add local variable Info-history-forward.
22554         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22556 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22558         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22559         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22560         Ignore select-window events rather than fiddle with
22561         mouse-autoselect-window.
22563 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22565         * type-break.el (type-break-mode): Fix previous change.
22567 2005-01-10  Jay Belanger  <belanger@truman.edu>
22569         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22570         calculator; only reset when point is inside a calculator.
22571         Don't adjust the window height if the window takes up the whole height
22572         of the frame.
22574 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22576         * ebuff-menu.el (Electric-buffer-menu-mode):
22577         Preserve value of buffer-local var header-line-format.
22579 2005-01-09  Jay Belanger  <belanger@truman.edu>
22581         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22582         Make sure settings file exists before accessing it.
22584         * calc/calc-embed.el (calc-embedded-subst):
22585         Replace math-multi-subst-rec, which is only supposed to be called
22586         by math-multi-subst, by math-multi-subst.
22588 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22590         * vc.el (vc-allow-async-revert): New user option.
22591         (vc-disable-async-diff): New internal variable.
22592         (vc-revert-buffer): Use them to disable asynchronous diff.
22594         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22595         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22596         asynchronously if vc-disable-async-diff is t.
22598 2005-01-09  Jay Belanger  <belanger@truman.edu>
22600         * calc/calc.el (defcalcmodevar): New macro.
22601         (calc-mode-var-list-restore-default-values)
22602         (calc-mode-var-list-restore-saved-values): New functions.
22603         (calc-mode-var-list): Use defcalcmodevar to define it.
22604         (calc-always-load-extensions, calc-line-numbering)
22605         (calc-line-breaking, calc-display-just, calc-display-origin)
22606         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22607         (calc-group-char, calc-point-char, calc-frac-format)
22608         (calc-prefer-frac, calc-hms-format, calc-date-format)
22609         (calc-float-format, calc-full-float-format, calc-complex-format)
22610         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22611         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22612         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22613         (calc-matrix-brackets, calc-language, calc-language-option)
22614         (calc-left-label, calc-right-label, calc-word-size)
22615         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22616         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22617         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22618         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22619         (calc-window-height, calc-display-trail, calc-show-selections)
22620         (calc-use-selections, calc-assoc-selections)
22621         (calc-display-working-message, calc-auto-why, calc-timing)
22622         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22623         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22624         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22625         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22626         (calc-gnuplot-geometry, calc-graph-default-resolution)
22627         (calc-graph-default-resolution-3d, calc-invocation-macro)
22628         (calc-show-banner): Use defcalcmodevar to declare them and set
22629         their default values.
22631         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22632         instead of default values (but restore default values if there is
22633         an argument of 0).
22635 2005-01-09  David Kastrup  <dak@gnu.org>
22637         * desktop.el (desktop-restore-eager): Fix typo in type.
22639 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22641         * cus-edit.el (customize): Delete :link.
22643 2005-01-08  Jay Belanger  <belanger@truman.edu>
22645         * calc/calc.el (calc-mode): Remove the extension from the
22646         `calc-settings-file' file name when loading it.
22648 2005-01-08  Kim F. Storm  <storm@cua.dk>
22650         * info.el (Info-mode-map, Info-next-link-keymap)
22651         (Info-prev-link-keymap, Info-up-link-keymap):
22652         Map follow-link to mouse-face.
22653         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22655 2005-01-08  Jay Belanger  <belanger@truman.edu>
22657         * calc/calc.el (calc-settings-file): Change default value.
22658         Suggested by cgw in a comment in calc-mode.el.
22660         * calc/calc-mode.el (calc-settings-file-name):
22661         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22662         Replace ~/.emacs in a prompt by calc-settings-file.
22664 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22666         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22667         (desktop-lazy-idle-delay): New customizable variables.
22668         (desktop-buffer-args-list): New variable.
22669         (desktop-append-buffer-args): New function.
22670         (desktop-save): Call desktop-append-buffer-args for some buffers.
22671         (desktop-lazy-create-buffer): New function.
22672         (desktop-idle-create-buffers): New function.
22673         (desktop-read): Add message about buffers to restore lazily.
22674         (desktop-lazy-abort): New command.
22675         (desktop-clear): Call desktop-lazy-abort.
22676         (desktop-lazy-complete): New command.
22678 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22680         * emacs-lisp/find-func.el (find-face-definition):
22681         Rename from find-face.
22683 2005-01-06  Kim F. Storm  <storm@cua.dk>
22685         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22687         * man.el (Man-xref-man-page, Man-xref-header-file)
22688         (Man-xref-normal-file): Add follow-link property.
22690 2005-01-06  Jay Belanger  <belanger@truman.edu>
22692         * calc/calc-units.el: Make sure the proper macro definitions are
22693         available when compiling.
22695 2005-01-06  Juri Linkov  <juri@jurta.org>
22697         * isearch.el (isearch-lazy-highlight-update):
22698         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22700 2005-01-06  Miles Bader  <miles@gnu.org>
22702         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22703         (isearch-lazy-highlight-face): Use new name.
22705 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22707         * uniquify.el (uniquify-rationalize-file-buffer-names):
22708         Re-add an interactive spec.
22709         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22710         to the same name.
22712         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22713         (isearch-update, isearch-done): Adjust calls accordingly.
22715 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22717         * custom.el (custom-set-variables, custom-theme-set-variables):
22718         Clarify documentation.
22720         * emacs-lisp/find-func.el (find-variable)
22721         (find-variable-other-window, find-variable-other-frame):
22722         Fix the TYPE args to find-function-read and find-function-do-it.
22723         (find-function): Doc fix.
22724         (find-function-at-point): Replace function-at-point alias.
22726 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22728         * cus-face.el (custom-declare-face):
22729         Record defface in current-load-list.
22731         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22733         * emacs-lisp/find-func.el: Doc fixes.
22734         (find-face-regexp): New variable.
22735         (find-function-regexp-alist): New variable.
22736         (find-function-C-source): Third arg is now TYPE.
22737         (find-function-search-for-symbol): Handle general TYPE.
22738         (find-function-read, find-function-do-it): Handle general TYPE.
22739         (find-definition-noselect, find-face): New functions.
22740         (function-at-point): Alias deleted.
22742 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22744         * battery.el (display-battery-mode): Rename from display-battery.
22745         Handle the case where it gets turned off.
22747 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22749         * cus-edit.el (customize): Make :link point to user doc.
22751         * man.el (Man-fontify-manpage): Turn off undo generation.
22753         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22755 2005-01-04  Andreas Schwab  <schwab@suse.de>
22757         * files.el (insert-directory): Only look for error lines in
22758         inserted text.  Don't move too far after processing --dired markers.
22760 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22762         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22763         Don't expand if the character is @, period, dash, etc.
22764         (define-mail-abbrev): Quote names that contain problem characters.
22766 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22768         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22770 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22772         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22773         (query-replace-highlight, query-replace-lazy-highlight)
22774         (query-replace): Definitions moved up.  Doc fix.
22776 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22778         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22779         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22780         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22781         (lazy-highlight-face): Rename from isearch-lazy-...
22782         Change all references to them.
22784 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22786         * cus-edit.el (custom-file): Doc fix for defcustom.
22787         (custom-file): The function no longer sets the variable
22788         `custom-file' to its return value.
22790         * startup.el (command-line): No longer load `custom-file'.
22792 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22794         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22796         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22797         Don't confuse module-prefixed identifiers for labels.
22798         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22800 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22802         * files.el (basic-save-buffer-1): Fix previous change.
22804         * loadhist.el (file-loadhist-lookup): New function.
22805         (file-provides, file-requires): Use it.
22807         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22808         instead of calculating the right size.
22810 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22812         * vc-svn.el (vc-svn-diff): Stay local if possible.
22814 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22816         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22818         * files.el (hack-local-variables): Fix last change.
22820 2005-01-02  Jay Belanger  <belanger@truman.edu>
22822         * calc/calc-yank.el (calc-edit-top): New variable.
22823         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22824         object.  Change header properties.
22825         (calc-edit-finish, calc-edit-finish-stack-object)
22826         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22827         edited object.
22828         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22829         for the beginning of the edited object.
22830         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22831         for the beginning of the edited object.
22832         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22833         (calc-finish-formula-edit, calc-macro-repeats)
22834         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22835         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22836         beginning of the edited object.
22837         (calc-user-define-edit): Change the header for editing macros.
22838         Remove unnecessary variable.
22840 2005-01-01  Jay Belanger  <belanger@truman.edu>
22842         * calc/calc-yank.el (calc-edit-mode): Change default header.
22843         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22844         * calc/calc-store.el (calc-edit-variable): Change title to match new
22845         header.
22846         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22847         mode to match new header.
22848         (calc-user-define-edit): Change titles to include names of commands.
22849         (calc-finish-formula-edit): Adjust to handle new header.
22850         (calc-finish-macro-edit): Remove.
22851         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22852         (calc-edit-macro-command, calc-edit-macro-command-type)
22853         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22854         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22855         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22856         (calc-edit-macro-finish-edit): New functions.
22857         (calc-user-define-edit): Use new functions to edit named calc macros.
22859 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22861         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22863         * ses.el (copy-region-as-kill): Deactivate mark.
22865 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22867         * replace.el (occur-1): If the output buffer is also an input,
22868         don't kill it, rename it.
22870         * faces.el (set-face-background, set-face-foreground): Doc fix.
22872         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22873         for :foreground and :background.
22875         * dired.el (dired-view-command-alist): Variable deleted.
22876         (dired-view-file, dired-mouse-find-file-other-window):
22877         Delete the code to use it.
22879 2005-01-01  Kim F. Storm  <storm@cua.dk>
22881         * image.el (insert-sliced-image): Use t for line-height property.
22883 See ChangeLog.11 for earlier changes.
22885 ;; Local Variables:
22886 ;; coding: iso-2022-7bit
22887 ;; End:
22889     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22890   Copying and distribution of this file, with or without modification,
22891   are permitted provided the copyright notice and this notice are preserved.
22893 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1