Merge from emacs--rel--22
[emacs.git] / lisp / ChangeLog.12
blobfc0ef6e61644d3a43e1ef65bbb6012c2e010b055
1 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
4         Don't re-query for each cleared BP.
5         (idlwave-shell-clear-bp): Optionally skip BP query.
6         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
7         of set-window-buffer, which incorrectly moves displayed region.
9 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
11         * calc/calc.el (calc-bug-address): Update maintainer's address.
12         * calc/*: Update maintainer's address.
14 2007-04-23  Richard Stallman  <rms@gnu.org>
16         * simple.el (set-mark-command-repeat-pop): Doc fix.
17         Put in `editing-basics' group.
19 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
21         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
22         New functions.
23         (Info-mode-line-node-keymap): Bind mouse commands to
24         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
26 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
28         * locate.el (locate-local-prompt): New var.
29         (locate-prompt-for-command): Doc fix.
30         (locate-prompt-for-search-string): New function.
31         (locate): New optional arg.  Make locate-local-prompt
32         buffer-local.  Use locate-prompt-for-search-string.
33         (locate-with-filter): New optional arg.
34         Use locate-prompt-for-search-string.
35         (locate-update): Bind locate-prompt-for-command.
37 2007-04-23  Glenn Morris  <rgm@gnu.org>
39         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
41 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
43         * button.el (button): Inherit from link face on a tty.
45 2007-04-23  Glenn Morris  <rgm@gnu.org>
47         * button.el (button): Use color for this face on a tty.
49         * files.el (magic-mode-alist): Allow for carriage-returns in
50         html-mode and sgml-mode entries.
52 2007-04-22  Richard Stallman  <rms@gnu.org>
54         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
55         Improve doc string of generated command.
57         * subr.el (read-number): Catch errors.
59         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
61 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
63         * image-dired.el: Rename from thumbnails.el.  All instances of
64         "thumbnails" replaced with "image-dired".
66         * dired.el (dired-mode-map): Rename "thumbnails" again, to
67         "image-dired".
69 2007-04-22  Kim F. Storm  <storm@cua.dk>
71         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
72         Don't use kill-line.
74 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
76         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
77         error message.
79 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
81         * dired.el: Rename "tumme" to "thumbnails".
83         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
84         replaced with "thumbnails".
86 2007-04-22  Glenn Morris  <rgm@gnu.org>
88         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
89         and give it the risky-local-variable property.
91         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
92         before defining it.
94 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
96         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
97         Use delete-region instead of kill-line.
99 2007-04-21  Alan Mackenzie  <acm@muc.de>
101         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
102         `kill-region' by `delete-region'.
104 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
106         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
107         instead of kill-region.
109         * progmodes/mantemp.el (mantemp-make-mantemps-region)
110         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
111         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
112         and kill-line.
114         * progmodes/vhdl-mode.el (vhdl-template-type)
115         (vhdl-template-record, vhdl-template-nature)
116         (vhdl-template-configuration-spec, vhdl-template-component-inst)
117         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
118         Use delete-region instead of kill-word and kill-line.
120 2007-04-21  Johan Bockgård  <bojohan@dd.chalmers.se>
122         * dired-x.el (dired-virtual-mode): Doc fix.
124 2007-04-21  Richard Stallman  <rms@gnu.org>
126         * font-lock.el (font-lock-keywords-alist): Mark as risky.
128         * subr.el (read-number): Doc fix.
130         * simple.el (pop-to-mark-command): Display message "mark popped"
131         if point does not move.
132         (set-mark-command): Doc fix.
134 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
136         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
137         (locate-local-filter, locate-local-search): New vars.
138         (locate): Make variables local.
139         (locate-update): Bind locate-buffer-name.  Call locate using
140         locate-local-filter and locate-local-search.
142 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
144         * hi-lock.el (hi-lock-file-patterns-policy): New var.
145         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
146         (hi-lock-mode): Update docstring.
148 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
150         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
151         fill-nobreak-predicate when the break is past fill-column.
153 2007-04-20  Francesco Potortì  <pot@gnu.org>
155         * locate.el (locate): Output from shell-command should go in the
156         current buffer rather than *Shell Command Output*.
158 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
160         * paren.el (show-paren-function): Fix last fix.
162 2007-04-19  Kevin Ryde  <user42@zip.com.au>
164         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
165         (archive-lzh-summarize): Add optional start arg for where to start
166         looking at the archive.
167         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
169         * international/mule.el (auto-coding-alist): no-conversion for .exe
170         and .EXE.
172 2007-04-19  Alan Mackenzie  <acm@muc.de>
174         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
175         function return type contains "struct", "union", etc.
176         c-end-of-defun goes too far forward.
178 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
180         * paren.el (show-paren-function): Reset window-start to avoid
181         recentering.
183 2007-04-19  Glenn Morris  <rgm@gnu.org>
185         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
187 2007-04-18  Glenn Morris  <rgm@gnu.org>
189         * calendar/diary-lib.el (diary-header-line-format): Add a custom
190         :set function.
191         (diary-list-entries): Only switch to diary-mode from
192         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
193         diary-mode set header-line-format, in case of any customization.
195 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
197         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
198         is less than the length of parse-time-syntax.
200 2007-04-17  David Kastrup  <dak@gnu.org>
202         * replace.el (query-replace-regexp-eval): Deprecate.
204 2007-04-17  Alan Mackenzie  <acm@muc.de>
206         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
207         point too close to EOB, leave point at EOB rather than last `}'.
209 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
211         * textmodes/bibtex.el (bibtex-include-OPTkey)
212         (bibtex-user-optional-fields, bibtex-entry-field-alist):
213         Fix defcustom.
215 2007-04-17  Glenn Morris  <rgm@gnu.org>
217         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
218         be encoded, fall back to current year.
220 2007-04-14  Kevin Ryde  <user42@zip.com.au>
222         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
223         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
224         M "MSDOS".
226 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
228         * progmodes/python.el (python-end-of-block): Avoid looping forever
229         if python-next-statement fails.
231 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
233         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
235 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
237         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
238         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
240 2007-04-15  Jay Belanger  <belanger@truman.edu>
242         * calc/calc.el (calc-version): New function.
243         (calc-trail-mode): Shorten the title.
245 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
247         * mail/footnote.el (footnote-style): Clarify docstring to state
248         that customizing this only applies to future footnotes.
250 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
252         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
253         (bibtex-make-field): Check that INIT is a string.  Use functionp.
255 2007-04-14  Glenn Morris  <rgm@gnu.org>
257         * complete.el (PC-goto-end): New buffer-local variable.
258         (PC-do-completion-end): Make buffer-local.
259         (partial-completion-mode) <choose-completion-string-functions>:
260         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
261         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
262         doc string.  Set PC-goto-end for choose-completion.
263         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
264         PC-do-completion.
266         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
267         arg to bibtex-make-field.
268         (bibtex-make-field): Add optional fourth arg NODELIM.
269         Insert delimiters around INIT unless this arg is non-nil.
271 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
273         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
274         global map isn't modified.
276 2007-04-14  Glenn Morris  <rgm@gnu.org>
278         * calendar/appt.el (appt-disp-window): Do not split small windows.
279         Suggested by Jeff Miller <jmiller@cablespeed.com>.
281 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
283         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
285         * files.el: Ditto.
287 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
289         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
291         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
292         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
293         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
294         (term-pager-help): Fix typos in docstrings.
296         * wid-edit.el (widget-documentation): Fix typo in docstring.
298         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
299         Fix typos in error messages.
301 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
303         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
304         window marked as dedicated.
306         * mail/footnote.el (footnote-latin-string): New variable.
307         (footnote-latin-regexp): Redefine as regexp alternative.
308         (Footnote-latin): Use footnote-latin-string instead of
309         footnote-latin-regexp.
311 2007-04-13  Glenn Morris  <rgm@gnu.org>
313         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
314         inherited keymaps.
316 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
318         * outline.el (outline-get-next-sibling): Clarify docstring.
319         (outline-get-last-sibling): Handle case where we are at the first
320         heading.  Clarify docstring.
322 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
324         * progmodes/gud.el (gud-minor-mode-map): Make go button same
325         length as stop button to lessen flicker.
326         (jdb): Add gud-print.
327         (gud-find-expr): Jdb prints the expression with the value, so
328         don't insert it in the output.
330 2007-04-11  Jason Rumney  <jasonr@gnu.org>
332         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
333         case hex.  Do not try to decode non-hex letters.
335 2007-04-11  Markus Triska  <markus.triska@gmx.at>
337         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
338         (byte-optimize-backward-word): Remove (move to bytecomp.el).
339         (byte-optimize-form-code-walker): Evaluate pure function calls if
340         possible.
341         (byte-optimize-all-constp): New function.
343         * emacs-lisp/bytecomp.el (byte-compile-char-before):
344         Improve numeric argument case.
345         (byte-compile-backward-char, byte-compile-backward-word):
346         New functions, performing rewriting previously done in byte-opt.el.
347         Fix their "Fixme" item (restriction to numeric arguments).
349 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
352         with dolist.
353         (after-init-hook): Don't quote lambda.
354         (desktop-first-buffer): Don't wrap it in eval-when-compile.
355         (desktop-internal-v2s): Remove unused var `el'.
356         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
357         desktop-restore-file-buffer.
358         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
359         desktop-create-buffer.
361 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
363         * woman.el (woman-decode-buffer): Postpone macro-set check...
364         (woman-decode-region): ...to here.
366 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
368         * startup.el (tty-handle-args): Use %S to log ARGS.
370 2007-04-10  Glenn Morris  <rgm@gnu.org>
372         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
373         it is obsolete and has no effect.
375         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
376         byte-compiler.
378         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
379         obsolete function make-local-hook.
381         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
382         start to quieten byte-compiler.
384 2007-04-10  Markus Triska  <markus.triska@gmx.at>
386         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
387         to bytecomp.el as byte-compile-char-before).
388         * emacs-lisp/bytecomp.el (byte-compile-char-before):
389         New function (modified replacement for byte-optimize-char-before in
390         byte-opt.el).
392 2007-04-09  Alan Mackenzie  <acm@muc.de>
394         * startup.el (inhibit-splash-screen): Emphatically state that it
395         can't be set in site-start.el.
397 2007-04-09  Masatake YAMATO  <jet@gyve.org>
399         * progmodes/cc-subword.el (c-capitalize-subword): More closely
400         mimic the behavior of `capitalize-word'.  Do not move point with a
401         negative argument.  Based on tiny change by Paul Curry.
403 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
405         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
406         Don't move point if ARG is negative.
408 2007-04-09  Alan Mackenzie  <acm@muc.de>
410         Changes to make `narrow-to-defun' and `mark-defun' work properly
411         in CC Mode:
413         * progmodes/cc-defs.el (c-beginning-of-defun-1):
414         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
415         Bind beginning/end-of-defun-function to nil around calls to
416         beginning/end-of-defun.
418         * progmodes/cc-langs.el (beginning-of-defun-function)
419         (end-of-defun-function): New c-lang-setvar's.
421         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
422         (setq arg 1))" to enable non-interactive call.
424 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
426         * simple.el (set-mark-command): Doc fix.
428 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
430         * progmodes/gud.el (gdb): Restore existing session if user
431         tries to start a second one in graphical mode.
433 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
435         * cus-start.el <scroll-preserve-screen-position>: Add choices.
437 2007-04-08  Johan Bockgård  <bojohan@dd.chalmers.se>
439         * term/xterm.el (terminal-init-xterm): Fix key definitions.
440         Add binding for C-M-SPC.
442 2007-04-08  Richard Stallman  <rms@gnu.org>
444         * pcomplete.el (pcomplete-read-event): One single definition,
445         and not a defsubst.
447 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
449         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
450         byte-compiler warning "value unused".
452 2007-04-08  Andreas Schwab  <schwab@suse.de>
454         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
456 2007-04-07  Glenn Morris  <rgm@gnu.org>
458         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
459         Autoload these functions.
460         (diary-date-forms): Add a custom :set form.
462         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
463         before first use.
464         (diary-font-lock-keywords): New function with old code for
465         initialization of variable of same name.
467 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
469         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
470         clean-up: only insert space when on identifier, etc.
472 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
474         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
476         * net/tls.el (open-tls-stream): Properly handle case where there
477         is no associated buffer.
479 2007-04-07  Glenn Morris  <rgm@gnu.org>
481         * ffap.el (ffap-file-at-point): Lower the priority of the
482         ffap-ftp-sans-slash-regexp check.
484 2007-04-06  Alan Mackenzie  <acm@muc.de>
486         Fix fontification of labels, and other things with ":".
488         * progmodes/cc-engine.el (c-forward-label): The function now
489         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
490         the former t.
492         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
493         new return code from c-forward-label, fontifying tokens properly.
494         Add some general comments throughout the file.
496 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
498         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
499         Revert 2006-01-27 change.
501         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
503         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
505         * desktop.el (desktop-create-buffer, desktop-save):
506         Revert 2004-11-12 change for lack of copyright papers.
508         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
509         (dired-guess-default): Respect case.
511         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
513         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
514         was originally checked in as byte-optimize-concat on 1997-11-02.
516         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
517         1995-05-19 doc changes.
519 2007-04-06  Kim F. Storm  <storm@cua.dk>
521         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
522         (unload-feature): Update interactive spec accordingly.
524         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
526 2007-04-06  John Paul Wallington  <jpw@pobox.com>
528         * subr.el (with-case-table): Use `make-symbol' to avoid variable
529         capture.  Restore the table in the same buffer.
531         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
533 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
535         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
536         Print entire form.
538 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
540         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
541         for low-color displays.
543 2007-04-05  Glenn Morris  <rgm@gnu.org>
545         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
546         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
547         Seed random number generator on loading.
549         * emacs-lisp/authors.el (top-level): Provide self.
551         * play/animate.el (top-level): Provide self.
553 2007-04-04  Alan Mackenzie  <acm@muc.de>
555         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
556         to mention c-syntactic-indentation.
558 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
560         * subr.el (with-case-table): New macro.
562         * international/mule.el (ascii-case-table): New var.
564         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
565         downcasing.
567 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
569         * progmodes/gud.el (gud-minor-mode-map): Simplify.
571         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
572         of the window if we're outside it e.g menu-bar.
574         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
575         window if we're outside it e.g menu-bar.
577 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
579         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
580         decode base-64 encoded body if its content-type is something other
581         than text/* or message/*.
583 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
585         * simple.el (activate-mark-hook): Fix typo in docstring.
587 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
589         * tmm.el (tmm-c-prompt): Initialize.
590         (tmm-menubar): Deal with extended menu-items at top level.
591         (tmm-get-keybind): Handle bindings redefined/undefined locally.
592         (tmm-prompt): Handle visibility of top level menu-items.
594         * progmodes/gud.el (gud-menu-map): Simplify.
595         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
596         menubar.
598 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
600         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
602         * comint.el (comint-send-input): Widen the buffer first.
604         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
606 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
609         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
611         * newcomment.el (comment-search-forward): Discard comment starters
612         before point.
614 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
616         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
618 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
620         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
621         when downcasing.
623         * button.el (previous-button): Rewrite to account for adjacent buttons.
625 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
627         * progmodes/idlwave.el (idlwave-auto-fill):
628         Revert paragraph-separate change.
630         * progmodes/idlw-shell.el (idlwave-shell-break-in):
631         Simplify module calc.
632         (idlwave-shell-set-bp-in-module): Compute module.
634 2007-03-31  Glenn Morris  <rgm@gnu.org>
636         * emacs-lisp/timer.el (run-at-time): Doc fix.
638         * emacs-lisp/warnings.el (display-warning): If we create the
639         buffer displaying the warning, disable undo there.
641 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
643         * net/tramp.el (tramp-register-file-name-handler)
644         (tramp-register-completion-file-name-handler): New defsubst,
645         derived from `tramp-register-file-name-handlers'.  The split is
646         necessary because Tramp's file name handlers must be registered at
647         different startup places.
649 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
651         * progmodes/hideshow.el (turn-off-hideshow): New function.
652         (hs-minor-mode): Use it instead of a lambda expression in
653         change-major-mode-hook.
655 2007-03-31  David Kastrup  <dak@gnu.org>
657         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
658         corresponding to MANPATH_MAP entries.
659         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
660         (woman-parse-man.conf): Use more discriminating man.conf name.
661         (woman-parse-man.conf): Parse MANPATH_MAP entries.
662         (woman-manpath): Doc fix and type fix.
663         (woman-cached-data): Check for MANPATH_MAP entries.
664         (woman-expand-directory-path): Treat MANPATH_MAP entries.
666 2007-03-31  Stuart Herring  <herring@lanl.gov>
668         * emacs-lisp/sregex.el (sregexq): Doc fix.
670 2007-03-31  Markus Triska  <markus.triska@gmx.at>
672         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
674 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
676         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
677         Move to the right.
679 2007-03-30  Alan Mackenzie  <acm@muc.de>
681         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
683 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
685         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
686         Use it, passed in explicitly, instead of from the dynamic binding.
687         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
689 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
691         * simple.el (blink-matching-open): When in minibuffer, don't
692         search for a match inside the prompt.
694 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
696         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
697         (tmm-prompt): Don't make the mouse user select the first menu
698         item twice.
700 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
702         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
703         SIGUSR1 and SIGUSR2.
705 2007-03-29  Kim F. Storm  <storm@cua.dk>
707         * ido.el (ido-read-internal): When reading file or dir, only override
708         minibuffer-local-filename-completion-map, otherwise only override
709         minibuffer-local-completion-map.
711 2007-03-29  Glenn Morris  <rgm@gnu.org>
713         * complete.el (partial-completion-mode): Set PC-do-completion-end
714         to nil after use.
715         (PC-lisp-complete-symbol): Create and use a marker at `end',
716         rather than using point-marker.
718 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
720         * simple.el (next-error-highlight): Doc fix.
721         (compose-mail): Revert 2007-03-19 change.
723 2007-03-28  Richard Stallman  <rms@gnu.org>
725         * emacs-lisp/edebug.el (edebug-display): Don't go to
726         edebug-outside-buffer if it is dead.
728 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
730         * view.el (view-mode): Fix typos in docstring.
732 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
734         * recentf.el (recentf-save-file): Add a custom :set function.
736 2007-03-28  Glenn Morris  <rgm@gnu.org>
738         * complete.el (PC-do-completion-end): New variable.
739         (partial-completion-mode) <choose-completion-string-functions>:
740         Use PC-do-completion-end in the non-minibuffer case to replace the
741         correct amount of text.
742         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
743         (PC-lisp-complete-symbol): Give marker the after-insertion type,
744         to deal with improvements inserted after point.
746 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * button.el (make-text-button): Add explicit `button' property.
749         (default-button): Don't put a `button' property on it.
751         * progmodes/python.el (python-mode): Skip comments when parsing.
753         * vc-arch.el (vc-with-current-file-buffer): New macro.
754         (vc-arch-file-source-p): Use it to avoid infloop.
756 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
758         * emacs-lisp/lisp.el (lisp-complete-symbol):
759         Fix call to get-buffer-window to find windows in other frames.
761 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * comint.el (comint-proc-query, comint-dynamic-list-completions):
764         Fix calls to get-buffer-window to find windows in other frames.
765         Reported by David Hansen <david.hansen@gmx.net>.
767 2007-03-27   Kevin Ryde  <user42@zip.com.au>
769         * info.el (Info-display-images-node): On a text-only terminal,
770         show the "text" or "alt" parts of the image blobs.
772 2007-03-27  Glenn Morris  <rgm@gnu.org>
774         * complete.el (PC-do-completion): Compute completion-base-size in
775         the non-filename case, rather than setting to nil.
776         (PC-lisp-complete-end): New variable.
777         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
778         original end in a series of consecutive invocations.
780         * calendar/calendar.el (calendar-mode-hook): Declare it.
782         * calendar/diary-lib.el (diary-live-p): Do not check for
783         diary-selective-display.
785 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * replace.el (occur-next-error): *Occur* might not be displayed in the
788         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
790 2007-03-26  Richard Stallman  <rms@gnu.org>
792         * textmodes/flyspell.el (flyspell-large-region):
793         Use ispell-call-process-region.
795 2007-03-26  Johan Bockgård  <bojohan@dd.chalmers.se>
797         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
798         Use prin1 instead of princ.
800 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
802         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
803         Merge in X resources before global face.
805         * progmodes/compile.el (compilation-start): Save compilation-directory
806         rather than default-directory as local var.
807         (compilation-directory): Mark as safe local var.
809         * files.el: Don't mark default-directory as a safe local var.
811 2007-03-25  Alan Mackenzie  <acm@muc.de>
813         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
814         * progmodes/cc-engine.el: Fix typo.
816 2007-03-25  Juri Linkov  <juri@jurta.org>
818         * compare-w.el (compare-windows): Rename customization group
819         `compare-w' to `compare-windows'.
820         (compare-windows-whitespace, compare-ignore-whitespace)
821         (compare-ignore-case, compare-windows-sync)
822         (compare-windows-sync-string-size, compare-windows-recenter)
823         (compare-windows-highlight, compare-windows): Change group name in
824         the `group' tag from `compare-w' to `compare-windows'.
825         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
827 2007-03-24  Markus Triska  <markus.triska@gmx.at>
829         * expand.el: Change example to always enable abbrev-mode,
830         and remove redundant `function'.
831         (expand-abbrev-hook): Add autoload cookie.
833 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
835         * emacs-lisp/testcover.el (testcover-start, testcover-end)
836         (testcover-mark-all, testcover-unmark-all): Add prompts to
837         interactive specs.
839 2007-03-24  Jason Rumney  <jasonr@gnu.org>
841         * autorevert.el (find-file-hook, auto-revert-tail-mode):
842         Use file size in bytes for auto-revert-tail-pos not characters.
844 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
846         * vc-rcs.el (vc-rcs-annotate-command):
847         Set text property :vc-annotate-prefix on the annotation text.
848         (vc-rcs-annotate-time): Instead of searching for ": ",
849         search for end of text propertized with :vc-annotate-prefix.
851 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
853         * whitespace.el (top level): Remove calls putting
854         permanent-local nil property since these are no-ops.
856         * man.el (Man-support-local-filenames): Assure that
857         default-directory exists when doing call-process.
859 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
861         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
862         Fix omission bug: Use m4-program-options to construct shell command.
864 2007-03-23  David Kastrup  <dak@gnu.org>
866         * progmodes/cc-mode.el (c-make-emacs-variables-local):
867         Use `mapcar' rather than `mapcan' to silence compiler warning.
869 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
871         * textmodes/reftex.el, textmodes/reftex-vars.el,
872         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
873         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
874         * textmodes/reftex-index.el, textmodes/reftex-global.el,
875         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
876         * textmodes/reftex-auc.el: Add maintainer address.
878 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
880         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
881         Make sure that `global-font-lock-mode' does not turn on font-lock
882         in these buffers.
884 2007-03-21  Kim F. Storm  <storm@cua.dk>
886         * xt-mouse.el (xt-mouse-epoch): New variable.
887         (xterm-mouse-event): Use float-time.
889 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
891         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
892         current-time.
894 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * complete.el (read-file-name-internal): Don't add the final > if the
897         completion is not finished (re-application of this patch, which was
898         accidentally undone by Eli).
900 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
902         * emulation/viper.el (viper-non-hook-settings): Handle mouse
903         clicks in describe-key and describe-key-briefly advice a little better.
905 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
907         * server.el (server-process-filter): Cancel any pending isearch.
909 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
911         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
912         (icalendar--get-unfolded-buffer): Define actual arguments rather
913         than just using &rest.  Check replace-in-string is fbound.
914         (icalendar-import-buffer): Doc fix.
915         (icalendar--convert-ical-to-diary): Set diary-file.
916         Check diary-file before inserting final newline.
917         (icalendar--add-diary-entry): Return diary-file.
919 2007-03-21  Glenn Morris  <rgm@gnu.org>
921         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
922         (diary-display-hook): Add custom :set function.
924         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
925         Add custom :set function.
926         (diary-header-line-format): Doc fix.
927         (diary-set-maybe-redraw): New function.
928         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
929         (diary-list-entries): Always run diary-mode.
931 2007-03-20  Kenichi Handa  <handa@m17n.org>
933         * international/quail.el (quail-setup-completion-buf): Make the
934         completion buffer read-only.
935         (quail-completion): Adjusted for the above change.  Leave the
936         modified flag nil.
938 2007-03-20  David Kastrup  <dak@gnu.org>
940         * files.el (magic-mode-alist): Require literal "%!PS" string for
941         magic postscript file detection.
943 2007-03-20  Richard Stallman  <rms@gnu.org>
945         * textmodes/ispell.el (ispell-call-process): New function.
946         Defends against bad `default-directory.'
947         (ispell-check-version, ispell-find-aspell-dictionaries)
948         (ispell-get-aspell-config-value, lookup-words): Call it.
949         (ispell-call-process-region): New function.
950         (ispell-send-string): Call it.
952 2007-03-20  Andreas Schwab  <schwab@suse.de>
954         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
955         (finder-data): Likewise.
956         (autoloads): Likewise.
958 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
960         * files.el (basic-save-buffer): Do not set visited filename when
961         the corresponding directory does not exist or the specified
962         filename is that of an existing directory.
964 2007-03-20  Glenn Morris  <rgm@gnu.org>
966         * calendar/diary-lib.el (diary-live-p): New function.
967         (number-of-diary-entries): Add a :set function to redisplay diary
968         when necessary.
970 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
972         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
973         from client program, mev, to compute mouse event.
975 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
977         * faces.el (momentary): Face removed; unused due to reversion of
978         2007-01-04 changes by Kevin Rodgers.
980         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
981         Suggested by Johan Bockgård.
983 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
985         * font-lock.el (lisp-font-lock-keywords-1):
986         Highlight define-globalized-minor-mode as a keyword.
988 2007-03-19  Kim F. Storm  <storm@cua.dk>
990         * calc/calc-forms.el (math-std-daylight-savings)
991         (math-std-daylight-savings-old): Doc fix.
993 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
995         * progmodes/python.el (python-default-template): Doc fix.
996         (python-buffer): Fix typo in docstring.
998         * isearchb.el (isearchb-follow-char):
999         * subr.el (def-edebug-spec): Fix typo in docstring.
1001 2007-03-19  Richard Stallman  <rms@gnu.org>
1003         * files.el (default-directory): Mark safe.
1004         (basic-save-buffer-2): Put proper dir name in error message.
1006         * simple.el (compose-mail): Run switch-function after
1007         setting up the mail buffer.
1009         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1011 2007-03-18  Jay Belanger  <belanger@truman.edu>
1013         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1014         (math-std-daylight-savings-new): Rename from
1015         `math-std-daylight-savings'.
1016         (math-std-daylight-savings-old): Rename from old value of
1017         `math-std-daylight-savings'.
1018         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1019         `math-std-daylight-savings-old' depending on the year.
1021 2007-03-18  Detlev Zundel  <dzu@gnu.org>
1023         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1024         zero-width regexps as invalid but rather at least count them correctly.
1026 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1028         * net/tls.el (open-tls-stream): In handshake-waiting loop,
1029         don't wait more if there is output available to process.
1031 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1033         * progmodes/compile.el (compilation-find-file): Revert change
1034         from 2006-07-18 to allow completion of directory names.
1035         Reported by John Carter <john.carter@tait.co.nz>.
1037 2007-03-18  Kim F. Storm  <storm@cua.dk>
1039         * subr.el (when, unless): Doc fix.
1041 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1043         * net/tls.el (tls-program): Doc fix.
1045 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1047         * autorevert.el (auto-revert-tail-handler):
1048         Call after-revert-hook.
1050 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1052         * simple.el (switch-to-completions): No error if search for \n\n fails.
1054 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1056         * simple.el (line-move-1):
1057         Respect `inhibit-line-move-field-capture' property.
1059 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1061         * comint.el (comint-arguments): Mark backslash-escaped chars.
1062         (comint-delim-arg): Don't treat them as delimiters.
1064 2007-03-12  Kim F. Storm  <storm@cua.dk>
1065         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1067 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1069         * tempo.el (tempo-insert): Deal with 'r> if it appears
1070         specified with a prompt argument.
1072 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1074         * textmodes/org.el (org-set-font-lock-defaults):
1075         Handle narrow table columns correctly.
1077 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1079         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1080         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1081         Return to use of the -no-properties variants.  There was
1082         consensus on emacs-devel that the speed of these variants was
1083         prefered since we are usually parsing files (from the internet
1084         or on disk) instead of XML created in Emacs.
1086         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1087         Add customize option.
1089 2007-03-12  Glenn Morris  <rgm@gnu.org>
1091         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1092         North American rule.  Replace "daylight savings" with "daylight
1093         saving" in doc.
1095         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
1096         * calendar/lunar.el, solar.el: Replace "daylight savings" with
1097         "daylight saving" in text.
1099         * woman.el (woman-change-fonts): Tweak previous change by using
1100         woman-request-regexp rather than "^\\.".
1102         * startup.el (command-line-1): Make insertion of
1103         initial-scratch-message not depend on scratch being selected.
1105 2007-03-11  Juri Linkov  <juri@jurta.org>
1107         * replace.el (match): Use yellow background on light-bg terminals.
1109 2007-03-11  Richard Stallman  <rms@gnu.org>
1111         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1112         Correctly compute line number.
1114 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1116         * type-break.el (type-break-get-previous-count):
1117         Repeat previous change here.
1119 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1121         * progmodes/grep.el (grep-find-ignored-directories):
1122         Add .git and .bzr to list.
1124 2007-03-11  Andreas Schwab  <schwab@suse.de>
1126         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1128 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1132 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1134         * faces.el (face-set-after-frame-default): Recalculate face
1135         customizations after applying X resources.
1137 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1139         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1140         (rcirc-keepalive-seconds): Remove variable.
1141         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1142         (rcirc-process, rcirc-user-disconnect): New variables.
1143         (rcirc-connect): Initalize new variables.
1144         (rcirc-keepalive): Don't send keepalive pings before connection
1145         is completed.
1146         (rcirc-sentinel): Do mark all channels with activity when
1147         connection is dropped.  Run hook with process buffer local.
1148         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1149         (rcirc-buffer-process): Return value of rcirc-process if
1150         rcirc-server-buffer is nil.
1151         (rcirc-server-name): Return the reported server name.
1152         (rcirc-update-prompt): Simplify computation of the server name.
1153         (rcirc-format-response-string): Likewise.
1154         (rcirc-handler-001): Mark server as connected, record the reported
1155         server name, and schedule a timeout.
1156         (rcirc-track-nick): Add a spec for the tty class.
1157         (rcirc-user-non-nick): Remove function.
1158         (rcirc-nick-prefix-chars): Add variable.
1159         (rcirc-user-nick): Use above variable.
1161 2007-03-10  Johan Bockgård  <bojohan@dd.chalmers.se>
1163         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1164         Bind deactivate-mark to nil.
1166 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1168         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1169         that buffer contents get erased during completion.
1171 2007-03-10  Glenn Morris  <rgm@gnu.org>
1173         * woman.el (woman-change-fonts): Add a hack to deal with
1174         font-escape followed by "." at start of a line.
1175         (woman2-IP): Add a hack to deal with consecutive requests.
1176         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1178 2007-03-10  Alan Mackenzie  <acm@muc.de>
1180         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1182 2007-03-09  Richard Stallman  <rms@gnu.org>
1184         * abbrev.el (abbrev): Add `provide'.
1186 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1188         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1190 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1192         * complete.el (PC-try-completion): New function.
1193         (PC-do-completion, read-file-name-internal): Use it instead of
1194         try-completion.
1196 2007-03-08  Alan Mackenzie  <acm@muc.de>
1198         Remove stale tokens from `c-found-types' cache.
1200         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1201         (c-unfind-coalesced-tokens, c-before-change): New functions.
1202         (c-maybe-stale-found-type): New variable.
1204         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1205         (c-trim-found-types): New functions.
1207 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1210         (debug-ignored-errors): Add entry from smerge-match-conflict.
1212 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1214         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1215         special help topics for keywords.
1216         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1217         etc.  Assistant command.
1219 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1221         * replace.el (occur-engine): Move buffer-undo-list binding...
1222         (occur-1): ...to here.
1224         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1226         * simple.el (minibuffer-completing-symbol): New var.
1227         (eval-expression): Use it.
1228         (completion-setup-function): Don't bind completion-base-size when
1229         completing a symbol in the minibuffer.
1231 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1233         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1234         tries to start a second session in graphical mode.
1236 2007-03-07  Miles Bader  <miles@gnu.org>
1238         * international/isearch-x.el
1239         (isearch-process-search-multibyte-characters):
1240         Strip text-properties from PROMPT to avoid an error from read-string.
1242 2007-03-07  Kim F. Storm  <storm@cua.dk>
1244         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1245         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1247 2007-03-07  Michaël Cadilhac  <michael@cadilhac.name>
1249         * complete.el (PC-do-completion): Delete duplicates in the list of
1250         possible completions.
1252 2007-03-07  Glenn Morris  <rgm@gnu.org>
1254         * ses.el (ses-mode): Doc fix.
1256 2007-03-06  Kim F. Storm  <storm@cua.dk>
1258         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1260 2007-03-06  Kenichi Handa  <handa@m17n.org>
1262         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1264 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * simple.el (completion-setup-function): Improve last fix so it doesn't
1267         set it to a relative directory name either.
1269 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1271         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1273 2007-03-05  Richard Stallman  <rms@gnu.org>
1275         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1277         * files.el (find-file-noselect): No error if file no longer exists.
1278         Display a message and avoid other questions.
1280 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1283         as not to use an invisible window and to create a window if none exist.
1285         * progmodes/python.el (python-send-command): Restart proc if necessary.
1286         (python-proc): Simplify.
1288 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1290         * pcomplete.el (pcomplete-show-completions): Search all frames for
1291         completions buffer.
1293 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1295         * cus-edit.el (customize-save-variable): Clear customized-value
1296         property (saved values are now put in theme-value property).
1297         (customize-set-variable): Doc fix.
1299         * complete.el (PC-do-completion): If completion-ignore-case is
1300         non-nil, replace field with completion string before exiting.
1302 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1305         Append its extension to the resulting temporary file name.
1306         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1308         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1309         (tramp-smb-handle-write-region): Apply it.
1311 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1313         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1314         Redo previous change.
1316 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1318         * diff-mode.el (diff-mode): Doc fix.
1320 2007-03-05  Kenichi Handa  <handa@m17n.org>
1322         * international/characters.el: Set category `l' (latin)
1323         for more characters.
1325 2007-03-04  Kim F. Storm  <storm@cua.dk>
1327         * emacs-lisp/authors.el (authors-aliases): Add alias.
1329 2007-03-04  Glenn Morris  <rgm@gnu.org>
1331         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1332         all when switching major mode.
1333         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1334         (hs-block-start-mdata-select, hs-block-end-regexp)
1335         (hs-forward-sexp-func, hs-adjust-block-beginning):
1336         Do not make these variables permanent-local.
1338 2007-03-04  Richard Stallman  <rms@gnu.org>
1340         * progmodes/cperl-mode.el (cperl-mode):
1341         Modify cperl-compilation-error-regexp-alist by appending.
1343         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1344         (edebug-mode): Add the hook.
1345         (edebug-recursive-edit): Remove the hook on exiting.
1347         * type-break.el (type-break-get-previous-time):
1348         Handle end-of-file errors specially
1349         so they don't get reported wrong in .emacs.
1351         * startup.el (fancy-splash-text): Clarify text.
1353         * simple.el (beginning-of-buffer, end-of-buffer):
1354         Avoid treating plain C-u like numeric arg.
1356         * simple.el (completion-setup-function): Don't set
1357         default-directory to nil.
1359         * shell.el (shell-dirstack-query): Doc fix.
1361         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1362         Don't select the window -- pass it to primitives instead.
1364         * faces.el (minibuffer-prompt): Use medium blue by default.
1366 2007-03-04  David Kastrup  <dak@gnu.org>
1368         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1369         Preserve 16 as default value for "seconds" when customizing.
1371 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1373         * textmodes/org.el (org-self-insert-command)
1374         (orgtbl-self-insert-command, org-delete-char)
1375         (org-delete-backward-char): Set the `flyspell-delayed' property.
1377 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1379         * international/mule.el (find-auto-coding): Don't search for
1380         line-ending characters past the end of the tail.
1382 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1384         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1385         Jump to the line where new score has been uploaded.
1387         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1388         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1389         Do nothing when the game is paused.
1391 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1393         * textmodes/org.el (org-set-tags): Prevent slipping of point
1394         during completion.
1396 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1398         * isearch.el (isearch-message-prefix):
1399         Use minibuffer-prompt-properties.
1401 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1403         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1404         (ps-setup): Print which Emacsen is running ps-print package.
1406 2007-03-01  Stuart Herring  <herring@lanl.gov>
1408         * files.el (set-auto-mode-0): Use `indirect-function'.
1409         (hack-one-local-variable): Don't reapply current major mode.
1411 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * progmodes/python.el (python-quote-syntax): Don't bother with
1414         syntax-ppss-context.
1415         (python-fill-paragraph): Make sure that fenced-string delimiters that
1416         stand on their own line stay there.
1418 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1420         * replace.el (perform-replace): Propertize message.
1422 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1424         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1425         invisible heading.
1427 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1429         * net/tramp.el (tramp-file-name-handler): Revert last change.
1431 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1433         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1434         Correct doc strings.
1436 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1438         * replace.el (perform-replace): Undo forward-char immediately if
1439         non-adjacent search fails.
1441 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * version.el (emacs-major-version, emacs-minor-version):
1444         string-to-int -> string-to-number.
1446 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1448         * help.el (where-is): Fail gracefully when not passed a command.
1450 2007-02-28  Stuart Herring  <herring@lanl.gov>
1452         * find-lisp.el (find-lisp-default-directory-predicate):
1453         Fix bug: Do symlink check on expanded filename.
1455 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1457         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1458         changes during replacement.
1459         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1461 2007-02-28  Lars Hansen  <larsh@soem.dk>
1463         * desktop.el: Delete header line listing me as maintainer.
1465 2007-02-28  Glenn Morris  <rgm@gnu.org>
1467         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1468         the menus case.
1470 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1472         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1473         hooks to avoid confusion when combining after-change calls.
1475 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1477         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1478         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1479         (allout-distinctive-bullets-string): Add info about bullet conventions.
1480         (allout-mode): Add info about distinctive vs plain bullets.
1482 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1484         * textmodes/org.el (org-archive-subtree): Quote variable name.
1485         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1487 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1489         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1490         (gud-bashdb-command-name, bashdb): Remove.
1491         (gud, gud-menu-map): Remove references to bash/bashdb.
1493 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1495         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1496         keyword for Python 2.5.
1498 2007-02-26  Romain Francoise  <romain@orebokech.com>
1500         * net/net-utils.el (whois-server-tld): Update server for .org.
1501         (whois-server-list): Add whois.publicinterestregistry.net.
1502         (whois-guess-server): Fix formatting in docstring.
1504 2007-02-26  Kim F. Storm  <storm@cua.dk>
1506         * mouse.el (mouse-show-mark): Run hooks and perform command
1507         remapping for mouse-region-delete-keys.
1509 2007-02-26  Johan Bockgård  <bojohan@dd.chalmers.se>
1511         * font-core.el (font-lock-mode): Doc fix.
1513 2007-02-25  Kim F. Storm  <storm@cua.dk>
1515         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1516         Add selected buffer to buffer-name-history.
1517         (ido-file-internal): Set this-command to fallback command.
1518         Add file names to file-name-history.
1520         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1521         Apply minibuffer-prompt-properties.
1523 2007-02-25  Andreas Schwab  <schwab@suse.de>
1525         * files.el (hack-one-local-variable-eval-safep): Correct handling
1526         of edebug-form-spec property value.  Reported by Johan Bockgård.
1528 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1530         * textmodes/org.el (org-table-overlay-coordinates)
1531         (org-table-toggle-coordinate-overlays): New functions.
1532         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1533         New variables.
1534         (org-startup-with-deadline-check): Remove option.
1535         (org-mode): Remove deadline check on startup.
1536         (org-table-limit-column-width): Remove option.
1537         (org-table-formula-numbers-only): Remove option.
1538         (org-link-style, org-link-format): Remove options.
1539         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1540         (org-export-ascii-show-new-buffer)
1541         (org-export-html-show-new-buffer): Remove options.
1542         (org-activate-links): Remove camel option.
1543         (org-file-link-context-use-camel-case): Remove option.
1544         (org-camel-regexp): Remove variable.
1545         (org-activate-camels): Remove function.
1546         (org-store-link): Remove Camel stuff.
1547         (org-make-org-heading-camel): Remove function.
1548         (org-open-at-point): Remove camel stuff.
1549         (org-link-search): Remove camel stuff.
1550         (org-camel-to-words): Function removed.
1551         (org-get-agenda-file-buffer): Make sure we prepare the base
1552         buffers, not any indirect buffers.
1553         (org-sort-entries): Sort top-level when not on a headline, and no
1554         active region.
1555         (org-in-regexp): New function.
1556         (org-search-not-self): Rename from `org-search-not-link'.
1557         (org-open-link-marker): New variable.
1558         (org-open-at-point): Set `org-open-link-marker'.
1559         (org-print-icalendar-entries): Fixe bug with excluding DONE
1560         entries from the exported list.
1561         (org-edit-formula-lisp-indent): New command.
1562         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1563         (orgtbl-to-latex, orgtbl-insert-radio-table)
1564         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1565         (orgtbl-radio-table-templates): New option.
1566         (org-store-link-props):
1567         (org-remember-templates): More possibilities to insert info
1568         into templates.
1569         (org-remember-apply-template): Make use of the extended
1570         template capabilities.
1571         (org-remember-redo-template): New command.
1572         (org-upgrade-old-links)
1573         (org-table-modify-formulas, org-table-replace-in-formulas)
1574         (org-table-find-dataline)
1575         (org-table-get-vertical-vector): Remove functions.
1576         (org-table-remove-rectangle-highlight)
1577         (org-time-stamp-format, org-toggle-log-option)
1578         (org-table-highlight-rectangle)
1579         (org-table-iterate, org-table-make-reference):
1580         (org-translate-time, org-tree-to-indirect-buffer)
1581         (org-table-field-info, org-table-fix-formulas)
1582         (org-table-force-dataline, org-table-get-descriptor-line)
1583         (org-table-get-range)
1584         (org-skip-comments, org-sort)
1585         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1586         (org-table-current-dline, org-table-current-field-formula)
1587         (org-table-edit-backward-field)
1588         (org-table-edit-formulas-post-command)
1589         (org-table-edit-line-down, org-table-edit-line-up)
1590         (org-agenda-archive)
1591         (org-agenda-clock-cancel)
1592         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1593         (org-agenda-open-link, org-agenda-show-new-time)
1594         (org-agenda-skip-subtree-when-regexp-matches)
1595         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1596         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1597         (org-do-sort, org-file-image-p, org-find-overlays)
1598         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1599         (org-highlight-until-next-command, org-isearch-end)
1600         (org-match-any-p, org-next-link, org-previous-link):
1601         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1602         (org-rewrite-old-row-references)
1603         (org-isearch-post-command)
1604         (org-table-edit-move, org-table-edit-next-field)
1605         (org-table-edit-scroll, org-table-edit-scroll-down)
1606         (org-set-frame-title, org-show-reference)
1607         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1608         (org-show-variable): Remove command.
1609         (org-add-log-maybe): New arguments STATE, FINDPOS
1610         (org-table-sort-lines): Rewrite from scratch.
1611         (org-link-search): New argument AVOID-POS.
1612         (org-print-icalendar-entries): Remove argument CATEGORY.
1613         (org-run-agenda-series): Remove argument WONDOW.
1614         (org-next-link, org-previous-link): New commands.
1615         (org-agenda-date-format): New option.
1616         (org-table-iterate): New command.
1617         (org-table-modify-formulas)
1618         (org-table-replace-in-formulas): Remove functions.
1619         (org-table-fix-formulas): New function.
1620         (org-table-insert-column, org-table-delete-column)
1621         (org-table-move-column): Use `org-table-fix-formulas'.
1622         (org-follow-gnus-link): Patch from Bastien/Leo.
1623         (org-table-current-field-formula): New function.
1624         (org-file-image-p): New function.
1625         (org-agenda-show-new-time): New function.
1626         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1627         (org-with-remote-undo): New macro.
1628         (org-agenda-undo): New command.
1629         (org-verify-change-for-undo): New function.
1630         (org-time-stamp-format): New function.
1631         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1632         by user.
1633         (org-match-any-p): New function.
1634         (org-make-tags-matcher): Handle regular expressions for tag and
1635         todo matches.
1636         (org-read-date): Accept "+N" as input for a date relative to the
1637         current date.
1638         (org-remove-subtree-entries-from-agenda): New function.
1639         (org-agenda-archive, org-agenda-kill):
1640         Use `org-remove-subtree-entries-from-agenda'.
1641         (org-do-sort, org-sort-entries): New functions.
1642         (org-sort): New command.
1643         (org-table-sort-lines): Use `org-do-sort'.
1644         (org-fix-decoded-time): New function.
1645         (org-table-number-regexp): Require 0x... to identify as number
1646         in tables.
1647         (org-startup-options): New keywords for note taking.
1648         (org-upgrade-old-links): Remove function.
1649         (org-get-repeat): New function.
1650         (org-show-context): Also show siblings on current level.
1651         (org-show-siblings): New function.
1652         (org-isearch-end, org-isearch-post-command): New functions.
1653         (org-show-siblings): New option.
1654         (org-show-context): Use `org-show-siblings'.
1655         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1656         to be bound, because user may just use elisp.
1658 2007-02-24  Kim F. Storm  <storm@cua.dk>
1660         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1661         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1663 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1665         * startup.el (command-line): Also check if the abbrev file is readable.
1667 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1669         * net/tls.el (tls-certtool-program): Fix custom type.
1671         * mail/feedmail.el (feedmail-message-id-generator)
1672         (feedmail-date-generator): Fix custom types.
1674         * mail/rmail.el (rmail-message-filter): Fix custom type.
1676 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1678         * startup.el (command-line): If simple.el cannot be found, proceed
1679         with a warning message.
1681 2007-02-24  Kenichi Handa  <handa@m17n.org>
1683         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1684         case that BEG is a string.
1686 2007-02-24  Chris Moore  <dooglus@gmail.com>
1688         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1689         * pgg-pgp.el (pgg-pgp-encrypt-region):
1690         * pgg-gpg.el (pgg-gpg-encrypt-region):
1691         Check pgg-encrypt-for-me if no other recipients.
1693 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1695         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1697         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1698         shell-quote-argument.
1700 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1702         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1703         from the comint buffer instead of the temporary one.
1705 2007-02-23  David Reitter  <david.reitter@gmail.com>
1707         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1708         storing it in recentf-exclude.
1710 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1712         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1713         in splash screen.
1715 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1717         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1718         commands, for restart.
1719         (idlwave-shell-current-module): Fix handling of module name by type.
1720         (idlwave-shell-break-in): Update type handling.
1721         (idlwave-shell-bp-get): Encode type in BP structure.
1722         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1723         (idlwave-shell-module-source-query): Query routine info based on type.
1724         Fix path parsing for non-compiled files.
1725         (idlwave-shell-module-source-filter): Don't signal error in filter
1726         if no source found.
1727         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1728         filter race.
1730 2007-02-22  Kim F. Storm  <storm@cua.dk>
1732         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1733         (editable-field): Document need to put some text before the %v
1734         escape in :format string.
1736 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1738         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1739         (vc-svn-use-edit): Remove unused config var.
1740         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1742         * outline.el (hide-sublevels): Keep empty last line, if available.
1744         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1745         rather than the corresponding unicode char, to make the code
1746         more readable.
1748 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1750         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1751         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1752         (speedbar-item-info-tag-helper): Doc fixes.
1754 2007-02-19  Kenichi Handa  <handa@m17n.org>
1756         * international/mule-cmds.el (locale-language-names):
1757         Map "eo" to "Esperanto".
1759         * language/european.el ("Esperanto"): New language environment.
1761 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1763         * simple.el (kill-line): Doc fix.
1765 2007-02-17  Kim F. Storm  <storm@cua.dk>
1767         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1768         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1769         (bindat--unpack-group, bindat--pack-group):
1770         Handle vectors with optional element type.
1772 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1774         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1775         if PASSPHRASE is given.
1777 2007-02-17  Chris Moore  <dooglus@gmail.com>
1779         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1780         Recognize backups of bz2 compressed files.
1782 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1784         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1785         to nil to speed up lookup of the symbol in index nodes.
1787 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1789         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1790         Add indentation for the constants of Lisp.
1792 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * ps-print.el: Use (defvar <foo>) where applicable.
1795         (ps-print-emacs-type): Remove.
1796         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1797         (ps-frame-parameter): Align its call-convention with frame-parameter.
1798         (ps-begin-job): Adjust calls to it appropriately.
1799         (ps-setup): Don't print ps-print-emacs-type.
1800         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1801         Define in such a way that it's obvious that it's defined.
1802         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1803         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1804         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1806 2007-02-15  Alan Mackenzie  <acm@muc.de>
1808         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1809         an empty one-line C-style comment, post-position point properly.
1811 2007-02-15  Chris Moore  <dooglus@gmail.com>
1813         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1814         (isearch-lazy-highlight-new-loop): Bind it.
1815         (isearch-lazy-highlight-search): Use it.
1817         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1819 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * font-lock.el (font-lock-extend-region-wholelines):
1822         Only return non-nil if the region has really been changed.
1823         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1825 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1827         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1828         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1829         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1831 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1833         * faces.el (color-values): Revert changes to docstring from
1834         2007-01-31 and 2000-09-07.
1836         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1837         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1838         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1839         (ispell-help): Fix typos in docstring and output message.
1841 2007-02-14  Kim F. Storm  <storm@cua.dk>
1843         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1844         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1845         (grep): Fix lgrep reference.
1847         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1848         (standard-display-underline): Use make-glyph-code.
1850         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1852         * international/latin1-disp.el (latin1-display-char):
1853         Use make-glyph-code.
1855 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1857         * ehelp.el (with-electric-help, electric-help-exit)
1858         (electric-help-retain): Doc fixes.
1860         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1861         (byte-compile-file): Doc fixes.
1863 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1865         * term/mac-win.el: Change all uses of
1866         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1867         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1868         (mac-ae-get-url): Call select-frame-set-input-focus.
1869         (mac-dnd-handle-drag-n-drop-event): Don't call
1870         select-frame-set-input-focus.
1872 2007-02-13  Kenichi Handa  <handa@m17n.org>
1874         * international/characters.el: Fix documentation of category `a'.
1876 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1878         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1880 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1882         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1883         (tramp-get-remote-ln): Handle error case.
1884         Reported by Chris Moore <dooglus@gmail.com>.
1886 2007-02-11  Kim F. Storm  <storm@cua.dk>
1888         * bindings.el (ctl-x-map): Remove register compatibility bindings
1889         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1891 2007-02-11  Richard Stallman  <rms@gnu.org>
1893         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1894         in load history.
1896         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1897         condition -- don't fail to stop at endpos.
1899 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1901         * textmodes/org.el (org-agenda-get-todos)
1902         (org-agenda-get-timestamps, org-agenda-get-closed)
1903         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1904         (org-agenda-get-blocks, org-format-agenda-item)
1905         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1906         from `category' to `org-category'.
1908 2007-02-11  Kenichi Handa  <handa@m17n.org>
1910         * international/titdic-cnv.el (titdic-convert): Force files be written
1911         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1912         (miscdic-convert): Force files be written with Unix-like eol format.
1914 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1916         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1918         * calculator.el (calculator-prompt): Doc fix.
1919         (calculator-mode-map): Fix typo in menu entry.
1921 2007-02-10  Jay Belanger  <belanger@truman.edu>
1923         * calculator.el (calculator): Do more extensive checking for when
1924         3 lines should be used for the calculator.
1926 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1928         * info-look.el (info-lookup-make-completions):
1929         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1930         index nodes.
1932         * info.el (Info-fontify-maximum-menu-size): Document the effect
1933         of a nil value.
1934         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1935         non-nil before using it as size.
1937 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1939         * subr.el (insert-for-yank-1): Prevent read-only properties from
1940         interfering with text property operations.
1942         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1944         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1945         (image-type-auto-detected-p): Fail if another match is found in
1946         auto-mode-alist.
1948         * files.el (magic-mode-alist): Call image-mode instead of
1949         image-mode-maybe for autodetected images.
1951 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1953         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1954         Fix typos in docstrings.
1955         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1957 2007-02-09  Kim F. Storm  <storm@cua.dk>
1959         * emacs-lisp/float-sup.el: Remove obsolete comment.
1961 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1965 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1967         * simple.el: Revert previous change, at request of RMS:
1968         (fundamental-mode-hook): Remove.
1969         (fundamental-mode): Run after-change-major-mode-hooks manually,
1970         and don't run the now-nonexistent fundamental-mode-hook.
1972 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1974         * simple.el (fundamental-mode-hook): Declare new hook.
1975         (fundamental-mode): Run the new dedicated hook, and don't run
1976         after-change-major-mode-hooks manually anymore.
1978 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1981         added columns of chars.  Remove support for the "no-meta-info" format.
1982         Prompted by Romain Francoise <romain@orebokech.com>.
1984 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1986         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1987         (gdb-mouse-until, gdb-mouse-jump): Use it.
1989 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1991         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1992         work when there is just an assembler buffer (no source buffer).
1994 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1996         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1997         just because the diff was produced using "-p" (--show-c-function).
1999 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2001         * faces.el (frame-set-background-mode): Use `color-values' and
2002         `display-color-p', not `x-color-values' and `x-display-color-p'.
2003         (face-valid-attribute-values): Use `defined-colors' instead of
2004         `x-defined-colors'.
2006 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2008         * ps-print.el: The ps-print commands without face printing should not
2009         print background color.  Reported by Leo <sdl.web@gmail.com>.
2010         (ps-print-version): New version 6.7.3.
2011         (ps-begin-job): New arg.  Fix ps-default-background and
2012         ps-default-foreground initialization.
2013         (ps-face-attributes): Fix doc string.
2014         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2016         * printing.el: Fix ps-print link.
2018 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2020         * faces.el (face-set-after-frame-default): Compile attributes to
2021         be set by frame parameters before merging in X resources.
2023 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
2025         * simple.el (blink-matching-paren-dont-ignore-comments):
2026         (blink-matching-paren-on-screen): Doc fixes.
2028 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2030         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2032 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2034         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2035         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2036         entries like `defun'.  Return nil.
2038 2007-02-05  Kim F. Storm  <storm@cua.dk>
2040         * ido.el: Doc fixes.
2042 2007-02-04  David Kastrup  <dak@gnu.org>
2044         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2045         `mpuz-allow-double-multiplicator' is non-zero, and correct
2046         calculation of `min'.
2048 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2050         * wid-edit.el (widget-default-create): Insert new text at the
2051         :from marker _after_ the marker, not before it.
2053 2007-02-04  Alan Mackenzie  <acm@muc.de>
2055         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2056         containing it is re-indented.
2058 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2060         * net/newsticker.el (newsticker--insert-image): Update docstring,
2061         and insert the image directly.
2062         (newsticker--buffer-redraw): Update docstring.
2064         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2065         Rename from define-global-minor-mode.
2067         * progmodes/cwarn.el (global-cwarn-mode):
2068         * emacs-lisp/autoload.el (make-autoload):
2069         * hi-lock.el (global-hi-lock-mode):
2070         * font-core.el (global-font-lock-mode): All callers changed.
2072 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2074         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2075         Don't copy @ignore lines into menu descriptions.
2076         (texinfo-multi-file-update): Goto the @node line before attempting
2077         to pluck the node name.
2078         (texinfo-multiple-files-update): Reverse the optional arguments'
2079         order, as per the doc string and the `interactive' form.
2081 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2083         * image-mode.el: Use autoload to avoid overriding disabled setting
2084         applied in .emacs.
2086 2007-02-03  Alan Mackenzie  <acm@muc.de>
2088         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2089         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2090         adjacent paren groups).
2092 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2094         * progmodes/ebnf2ps.el: Doc fixes.
2095         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2097 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2099         * dired-x.el (dired-do-relsymlink): Add reference to
2100         dired-do-symlink.  Add an autoload cookie.
2102         * dired-aux.el (dired-do-symlink): Add reference to
2103         dired-do-relsymlink.
2105 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2107         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2108         <left-fringe mouse-3>: New bindings.
2110 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2112         * net/newsticker.el (newsticker-version): Changed to "1.10".
2113         (newsticker--set-customvar): Doc string.
2114         (newsticker-new-item-face): Doc string.
2115         (newsticker-mode): Initialize `invisibility-spec' with t.
2116         (newsticker-mode-map): Added
2117         `newsticker-mark-all-items-at-point-as-read'.
2118         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2119         (newsticker-w3m-show-inline-images): Do not call
2120         `w3m-remove-image'.
2121         (newsticker--buffer-after-w3m-insert-image): New advice for
2122         w3m-insert-image to cache images.
2123         (newsticker-next-item-same-feed): New.
2124         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2125         (newsticker-mark-all-items-of-feed-as-read): New.
2126         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2127         (newsticker-mark-item-at-point-as-read): Doc string.
2128         (newsticker-mark-item-at-point-as-read): Use new functions.
2129         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2130         `newsticker-mark-item-at-point-as-read'.
2131         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2132         (newsticker--sentinel): Yet another xml-parser workaround.
2133         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2134         days.
2135         (newsticker--buffer-do-insert-text): Fix.
2136         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
2137         (newsticker--buffer-make-item-completely-visible):
2138         `switch-to-buffer' not necessary.
2140 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2142         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2143         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2144         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2145         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2146         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2148 2007-02-02  Kenichi Handa  <handa@m17n.org>
2150         * international/quail.el (quail-show-key): Fix an error message.
2152 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2154         * faces.el (set-face-underline-p, modify-face): Rename arg
2155         UNDERLINE-P to UNDERLINE (it is not a flag).
2157 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2159         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2160         when adding gdb-speedbar-update to gdb-input-queue.
2162 2007-02-01  Kenichi Handa  <handa@m17n.org>
2164         * international/quail.el (quail-show-key): Signal an error if the
2165         current input method is not using Quail.
2167 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2169         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2170         Trim leading whitespace in sysvar names.
2172 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2174         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2176 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2178         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2180 2007-01-31  Romain Francoise  <romain@orebokech.com>
2182         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2183         previous change to this file.
2185 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2187         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2188         image-mode.
2190         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2191         interfering with attempt to set major mode from modified
2192         auto-mode-alist.
2194 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2196         * faces.el (color-values): Doc fix.
2197         (face-differs-from-default-p): Don't check :foreground twice.
2199 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2201         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2203 2007-01-31  Kenichi Handa  <handa@m17n.org>
2205         * international/quail.el (quail-store-decode-map-key): Store a
2206         translated character too.
2207         (quail-char-equal-p): New function.
2208         (quail-find-key1): Check character equality by quail-char-equal-p.
2209         (quail-decode-map-generated): New variable.
2210         (quail-find-key): Check quail-decode-map-generated and re-generate
2211         a decode map if necessary.
2213 2007-01-30  Richard Stallman  <rms@gnu.org>
2215         * tutorial.el (tutorial--detailed-help): Make the list of
2216         changed keys look nicer.
2218 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2220         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2221         (gdb-var-delete): Use it.
2222         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2223         `in_scope'.
2225 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2227         * files.el (get-free-disk-space): Return nil for remote directories.
2229         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2230         instead of "dir".
2232 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2234         * type-break.el (type-break-catch-up-event): New function.
2235         (type-break-demo-hanoi, type-break-demo-life)
2236         (type-break-demo-boring): Use it.
2238         * image-mode.el (image-mode): Don't automatically view as image.
2239         (image-toggle-display): Add `disabled' property.
2241 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2243         * isearchb.el (isearchb-iswitchb):
2244         * ps-print.el (ps-build-face-reference):
2245         * emacs-lisp/shadow.el (list-load-path-shadows):
2246         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2247         * international/mule.el (find-auto-coding):
2248         * mail/supercite.el (sc-attrib-selection-list):
2249         * progmodes/cc-defs.el (c-emacs-features):
2250         * progmodes/cc-vars.el (c-offsets-alist):
2251         * progmodes/flymake.el
2252         (flymake-init-create-temp-source-and-master-buffer-copy):
2253         Fix typos in docstrings (some suggested by Chris Moore).
2255         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2256         (vhdl-get-library-unit, vhdl-corresponding-begin)
2257         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2258         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2259         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2260         (vhdl-font-lock-match-item): Fix typos in docstrings.
2261         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2262         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2263         (vhdl-speedbar-insert-project-hierarchy):
2264         Improve argument/docstring consistency.
2266 2007-01-29  Kenichi Handa  <handa@m17n.org>
2268         * international/titdic-cnv.el (py-converter): Fix previous change.
2270 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2272         * jka-compr.el (jka-compr-partial-uncompress)
2273         (jka-compr-call-process): Rebind default-directory if it is
2274         invalid.  Suggested by Chris Moore.
2276         * comint.el (comint-insert-input): Handle situation where the
2277         selected buffer is not the clicked buffer.
2279 2007-01-29  Kenichi Handa  <handa@m17n.org>
2281         * international/ja-dic-cnv.el (skkdic-convert):
2282         Add byte-compile-disable-print-circle:t at the head.
2284         * international/titdic-cnv.el (tit-process-header):
2285         Add byte-compile-disable-print-circle:t at the head.
2286         (miscdic-convert): Likewise.
2287         (py-converter): Skip the header comments.
2289         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2290         New variable.
2291         (byte-compile-output-file-form): Bing print-circle to nil if
2292         byte-compile-output-file-form is not nil.
2293         (byte-compile-output-docform): Likewise.
2295 2007-01-28  Kim F. Storm  <storm@cua.dk>
2297         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2298         Declare earlier to avoid byte compiler warnings.
2300 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2302         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2304 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2306         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2307         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2308         when calling update-game-score program.  Remove unnecessary
2309         save-excursion.
2311         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2313 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2315         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2316         avoid compiler warning.
2317         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2318         might have values other than "true" or "false".
2320 2007-01-28  Richard Stallman  <rms@gnu.org>
2322         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2323         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2325         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2327         * image.el (image-type-header-regexps): Make GIF regex more specific.
2329         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2330         Don't check `backspace'.
2331         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2332         in Fundamental mode.
2334         * startup.el (fancy-splash-text, normal-splash-screen):
2335         Mention C-g.
2337         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2338         when inserting in buffer.
2340         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2341         inside the if.
2343 2007-01-27  Richard Stallman  <rms@gnu.org>
2345         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2347 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2349         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2350         enum/union/struct/class definition.
2351         Revert change to call `forward-sexp' multiple times.
2353 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2355         * files.el (hack-local-variables-confirm): Don't keep trying to
2356         read an event from an empty kbd macro.
2358 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2360         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2362 2007-01-27  Ben North  <ben@redfrontdoor.org>
2364         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2365         the arg CHILDREN -> WHICH.
2367 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2369         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2370         default-directory to a sane value when calling start-process.
2372 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2374         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2375         (ls-lisp-format-time-list): Doc fix.  Mention
2376         ls-lisp-use-localized-time-format.
2377         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2378         ls-lisp-use-localized-time-format is non-nil, even if a valid
2379         locale is defined.
2381 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2383         * jka-compr.el (jka-compr-shell): Doc fix.
2385         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2387 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2389         * ps-print.el: Fix background height.
2390         (ps-print-version): New version 6.7.2.
2392 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2394         * makefile.w32-in (finder-data, custom-deps): Depend on
2395         $(lisp)/loaddefs.el.
2397 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2399         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2401 2007-01-24  Miles Bader  <miles@gnu.org>
2403         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2404         (byte-compile-output-docform): Bind `print-circle' to t.
2406 2007-01-24  Kenichi Handa  <handa@m17n.org>
2408         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2409         file name of the original SKK dictionary file.
2411 2007-01-24  Kim F. Storm  <storm@cua.dk>
2413         * ido.el (ido-initial-position): New variable.
2414         (ido-read-internal): Set it if default item is specified.
2415         (ido-minibuffer-setup): Position cursor accordingly if set.
2416         (ido-edit-input): C-e moves to end of input if not already there.
2417         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2418         Don't switch to buffer mode if repeating C-b at start of input.
2419         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2420         input; else it moves to start of input.
2421         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2422         not at end of input, delete rest of input, rather than normal op.
2424 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2426         * emulation/viper-keym.el (viper-insert-basic-map):
2427         Delete binding for S-TAB.
2429         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2430         of message.  Activate mark.
2431         (ediff-activate-mark): Set transient-mark-mode to t.
2433         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2435 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2437         * help-fns.el (describe-variable): Don't suppress display of
2438         buffer local value when the value is "large".
2440 2007-01-22  Kim F. Storm  <storm@cua.dk>
2442         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2443         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2444         (ido-tidy): Use ido-active.
2446 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2448         * hexl.el (hexl-mode-exit): Add missing quote.
2450 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2452         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2453         (mac-ae-keyboard-modifiers): New function.
2454         (mac-handle-toolbar-switch-mode): Use it.
2455         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2456         if keyboard modifiers on drop contain option key.
2457         (mac-dnd-drop-data): Add optional argument `action'.
2458         (special-event-map): Remove binding for M-drag-n-drop.
2460 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2462         * add-log.el (add-log-current-defun): Use CC Mode functions to
2463         find the beginning and end of a defun.
2465 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2467         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2468         (gdb-var-create-handler): Handle value field in GDB output of
2469         -var-create.
2470         (gdb-max-frames): New variable.
2471         (gdb-stack-buffer, gdb-frames-select): Use it.
2472         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2473         if necessary.
2474         (gdb-get-frame-number): Simplify.
2476 2007-01-21  Glenn Morris  <rgm@gnu.org>
2478         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2479         Update copyrights.
2481 2007-01-21  Alan Mackenzie  <acm@muc.de>
2483         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2484         handling of K&R stuff.
2486 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2488         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2490 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2492         * ps-print.el: Handle frame parameters (background and/or foreground
2493         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2494         (ps-print-version): New version 6.7.1.
2495         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2496         (ps-frame-parameter): New fun.
2497         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2498         Fix doc and customization.
2499         (ps-begin-job): Get frame parameters (background and/or foreground
2500         colors).
2501         (ps-do-despool): Ensure ps-printer-name has a valid value.
2503 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2505         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2506         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2507         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2508         mean unlimited.
2510 2007-01-20  Alan Mackenzie  <acm@muc.de>
2512         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2513         much more rigorous analysis of putative K&R regions.
2515 2007-01-20  Alan Mackenzie  <acm@muc.de>
2517         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2518         New functions.
2520 2007-01-20  Alan Mackenzie  <acm@muc.de>
2522         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2523         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2524         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2525         * progmodes/cc-vars.el: Add my name.
2527 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2529         * files.el (find-alternate-file): Revert query message to Emacs 21
2530         version.
2532 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2534         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2535         the doc string how to use personal abbrevs without electric
2536         keywords.
2538 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2540         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2541         Fixed cursor position when toggle abbreviated display.
2543 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2545         * t-mouse.el: Update copyright following assignment by
2546         Alessandro Rubini.
2548 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2550         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2551         (type-break-demo-boring): Call read-event instead of read-char.
2553 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
2555         * progmodes/compile.el: Add handling for makepplog.
2557 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2559         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2560         aspell dictionaries are initialized when called non-interactively.
2562 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2564         * progmodes/compile.el (compilation-loop): New arg limit.
2565         Handle case where the first error is at point-min.
2566         (compilation-next-error): New arg to compilation-loop call.
2568 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2570         * info.el (Info-default-dirs): Change default info dir to
2571         share/info.
2573         * paths.el (Info-default-directory-list): Ditto.
2575 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2577         * hexl.el (hexl-before-revert-hook): New function.
2578         (hexl-mode): Use it.
2579         (hexl-after-revert-hook): Just call hexl-mode.
2580         (hexl-mode-exit): Remove before-revert-hook.
2582 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2586 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2588         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2589         by "-" in francais7 otherchars entry.
2590         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2591         otherchars entry.
2593 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2595         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2596         path.  Rewrite function in `cond' style for readability.
2598         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2599         (The path shortening, that is, not the rearrangement.)
2601 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2603         * term/mac-win.el (mac-ae-quit-application): New function.
2604         (mac-apple-event-map): Bind "quit application" Apple event to it.
2606 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2608         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2609         than the program's output.
2611 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2613         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2614         (kmacro-start-macro-or-insert-counter)
2615         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2616         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2618         * longlines.el (longlines-show-hard-newlines):
2619         * ruler-mode.el (ruler-mode-ruler):
2620         * emulation/keypad.el (keypad-setup):
2621         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2622         Fix typo in docstring.
2624 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2626         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2627         Remove redirect character ">".
2629 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2631         * replace.el (perform-replace): Remove leftover code.
2633 2007-01-12  Richard Stallman  <rms@gnu.org>
2635         * replace.el (perform-replace): Don't clear NODENT when computing
2636         the replacement string.
2638 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2640         * net/tramp.el (tramp-handle-file-local-copy):
2641         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2642         <christopher.ian.moore@gmail.com>.
2644 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * diff-mode.el (diff-sanity-check-context-hunk-half)
2647         (diff-sanity-check-hunk): New functions.
2648         (diff-find-source-location): Use'em to check the hunks are well-formed.
2650         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2651         activate undo when undo is not active.
2652         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2654 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2657         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2658         (ffap-url-at-point): Use char-classes rather than "a-z".
2660 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2662         * ediff-init.el (ediff-autostore-merges):
2663         * textmodes/fill.el (fill-region): Doc fix.
2665 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2667         * server.el (server-ensure-safe-dir): UIDs may be floats.
2669 2007-01-10  Richard Stallman  <rms@gnu.org>
2671         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2672         around calls to directory-files.
2674         * subr.el (momentary-string-display): Use save-excursion.
2676         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2677         argument, but read it as `X' does.
2679 2007-01-09  Juri Linkov  <juri@jurta.org>
2681         * info.el (Info-fontify-node): Don't hide node names of index entries.
2683         * faces.el (momentary): Change :group to basic-faces where all
2684         basic faces belong to.  Add :version.
2686 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2688         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2689         keybinding is found.
2690         (tutorial--find-changed-keys): Never treat null keybinding as a
2691         remapping.
2693 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2695         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2697 2007-01-09  Kenichi Handa  <handa@m17n.org>
2699         * international/mule-cmds.el
2700         (select-safe-coding-system-interactively): Fix message.
2702 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2704         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2705         (tramp-process-actions): Add optional parameter TIMEOUT.
2706         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2707         (tramp-open-connection-su): Add timeout of 60".
2709 2007-01-09  Richard Stallman  <rms@gnu.org>
2711         * progmodes/compile.el (compile): Doc fix.
2713 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2715         * tumme.el (tumme-display-thumb): Doc fix.
2717 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2719         * battery.el (battery-search-for-one-match-in-files):
2720         * bindings.el (mode-line-minor-mode-help):
2721         * x-dnd.el (x-dnd-types-alist):
2722         * calendar/icalendar.el (icalendar-import-buffer):
2723         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2725         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2727 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2729         * replace.el (replace-regexp): Fix typo in docstring.
2731 2007-01-07  Alan Mackenzie  <acm@muc.de>
2733         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2734         Amend doc-string and comments.
2736 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2738         * files.el (abbreviate-file-name): Doc fix.
2740 2007-01-06  Markus Triska  <triska@gmx.at>
2742         * subr.el (split-string): Remove spurious ")" from doc string.
2744 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2746         * textmodes/table.el (table--warn-incompatibility):
2747         Use display-warning instead of momentary-string-display.
2749 2007-01-05  Richard Stallman  <rms@gnu.org>
2751         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2753         * simple.el (backward-kill-word): Doc fix.
2755 2007-01-05  Romain Francoise  <romain@orebokech.com>
2757         * international/mule.el (sgml-html-meta-auto-coding-function):
2758         Ensure that the buffer contains a HTML document.
2760 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2762         * faces.el (momentary): Move here ...
2763         * subr.el (momentary): ... from here.
2765 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2767         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2768         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2769         large structures/arrays.
2771 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2773         * files.el (find-file-noselect-1, set-visited-file-name):
2774         Allow backup-enable-predicate to be nil.
2776 2007-01-04  Andreas Schwab  <schwab@suse.de>
2778         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2779         last change.
2781 2007-01-03  Richard Stallman  <rms@gnu.org>
2783         * woman.el (woman-decode-buffer): Clarify error message.
2785 2007-01-03  Alan Mackenzie  <acm@muc.de>
2787         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2789 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2791         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2793 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2797 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2799         * emulation/viper.el (viper-custom-file-name, viper-mode):
2800         Fix typos in docstrings.
2802         * subr.el (momentary-string-display): After moving point, set POS
2803         variable to it to avoid later errors once the buffer is modified.
2804         Doc fix.
2806 2007-01-02  Alan Mackenzie  <acm@muc.de>
2808         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2809         check that the "*/" is present before trying to manipulate it.
2811 2007-01-02  Richard Stallman  <rms@gnu.org>
2813         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2815         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2816         Fix format of value.
2818         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2819         Change messages accordingly.
2820         (customize-customized): Now alias.
2822 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2824         * files.el (version-control): Doc fix.
2826 2007-01-01  Alan Mackenzie  <acm@muc.de>
2828         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2829         Check the format of c-state-cache is valid for an optimisation before
2830         using it.
2832         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2833         are at a statement within a macro".  Other changes so that only
2834         the first continuation line in a macro gets the symbol
2835         `cpp-define-intro', the others getting `statement', or whatever.
2837         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2838         a string, preserve whitespace.  Add a backslash only when also in
2839         a macro.
2841         * progmodes/cc-defs.el: Correct typos.
2843         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2844         new line after an escaped EOL in a string.
2846         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2847         label when it directly follows "else", "do", ....
2849         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2850         angle brackets (as seen in "explicit specialisations" of C++
2851         templates).
2853         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2854         in the doc-string.
2856         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2857         when the comment ender looks like "=========*/" and is alone on
2858         its line.
2860         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2861         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2862         for the old name.
2864         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2865         c-\(beginning\|end\)-of-defun by default.
2867         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2868         New line-up function, for the DEFUN macro in the Emacs C sources.
2869         Only used in "gnu" style.
2871         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2872         the "gnu" style.
2874         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2875         clean-up comment-close-slash also to work when there's a comment
2876         terminator on the line.
2877         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2878         these for large arg - only take account of top level {..}, except
2879         for initial and final adjustments.  M-- C-M-[ae] now go to the
2880         right defuns when the starting point is between defuns.  They use
2881         the four new functions:
2882         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2883         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2884         support c-\(beginning\|end\)-of-defun.
2886         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2887         expressions more rigorously, to exclude bit-field specifiers from
2888         being classed as labels.
2889         (c-forward-label): When analyzing a ":" within a macro, be careful
2890         about using c-forward-syntactic-ws at the macro beginning.
2891         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2892         stmt boundary, check for "operator=", etc.
2894         * progmodes/cc-mode.el (c-postprocess-file-styles):
2895         Bind inhibit-read-only to t, around the call to
2896         c-remove-any-local-eval-or-mode-variables, so that it works on a
2897         RO file.
2899         * progmodes/cc-defs.el (c-version): Update the version number to
2900         "5.31.4".
2902 2007-01-01  Richard Stallman  <rms@gnu.org>
2904         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2905         only if we restored isearch-window-configuration.
2907 2006-12-31  Romain Francoise  <romain@orebokech.com>
2909         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2911 2006-12-31  Kim F. Storm  <storm@cua.dk>
2913         * files.el (auto-mode-case-fold): New defcustom.
2914         (set-auto-mode): If non-nil, perform second case-sensitive pass
2915         through auto-mode-alist if first pass failed.
2917 2006-12-30  Richard Stallman  <rms@gnu.org>
2919         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2921 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2923         * allout.el (allout-encrypt-string): Handle symmetric-key
2924         passphrase caching but leave keypair caching to pgg.
2926 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2928         Sync with Tramp 2.0.55.
2930         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2931         `integerp'.  `char-equal' could fail else in case of negative
2932         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2933         (top): Check for `font-lock-add-keywords' before calling; it
2934         doesn't exist under XEmacs.
2935         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2936         (tramp-completion-mode): Remove clause (not
2937         tramp-unified-filenames), because the function is called in other
2938         context too, where this check results in wrong results in the
2939         XEmacs case on Windows.
2940         (tramp-touch): UTC handling is not possible for XEmacs.
2942 2006-12-30  Jan Djärv  <jan.h.d@swipnet.se>
2944         * scroll-bar.el (previous-scroll-bar-mode): New variable
2945         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2946         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2948         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2950 2006-12-30  Richard Stallman  <rms@gnu.org>
2952         * files.el (make-backup-file-name-1): Precompute abs name
2953         but don't lose the relative name.
2955         * international/mule-cmds.el (select-safe-coding-system-interactively):
2956         Fix message.
2958 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2960         * files.el (backup-buffer): Show entire backup file name in msg.
2962 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2964         * image.el (image-type-header-regexps, image-type-from-data)
2965         (image-type-from-buffer, image-type-from-file-header):
2966         Revert changes from 2006-12-26.
2967         (image-type-auto-detectable): New variable.
2968         (image-type-auto-detected-p): New function.
2970         * files.el (magic-mode-alist): Detect image files with
2971         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2973 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2975         * dired.el (dired-sort-other): Move test for dired-mode...
2976         (dired-sort-set-modeline): ...to here.
2978 2006-12-29  Michaël Cadilhac  <michael.cadilhac@lrde.org>
2980         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2981         change.  Suggested by Stefan Monnier.
2983 2006-12-29  Kim F. Storm  <storm@cua.dk>
2985         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2986         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2988 2006-12-27  Kim F. Storm  <storm@cua.dk>
2990         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2991         so it doesn't accidentally match an fsf.org mail address.
2992         (authors-renamed-files-alist): Add tcover-*.el.
2994 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * vc-arch.el (vc-arch-find-version): New function.
2998         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2999         composed of arbitrary characters (even /) in some systems.
3001 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3003         * international/mule-cmds.el (select-safe-coding-system-interactively):
3004         Improve the message in the *Warning* buffer.
3006 2006-12-27  Kim F. Storm  <storm@cua.dk>
3008         * ido.el (ido-set-matches-1): Fix last change.  If default item is
3009         current buffer, it is ok to be first.
3011 2006-12-27  Kenichi Handa  <handa@m17n.org>
3013         * international/mule-cmds.el (select-safe-coding-system-interactively):
3014         Use face `link' for problematic chars.
3016 2006-12-27  Kenichi Handa  <handa@m17n.org>
3018         * international/mule-cmds.el (select-safe-coding-system-interactively):
3019         Improve the message in *Warning* buffer.
3021 2006-12-27  Kim F. Storm  <storm@cua.dk>
3023         * ido.el (ido-set-matches-1): Never put current buffer first if
3024         there are other matches.
3026 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
3028         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3029         expressions.
3030         (gdb-var-delete): Handle duplicate names.  Print message for non
3031         root expressions.
3032         (gdb-partial-output-name): Start buffer name with a space.
3033         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3034         buffer name.
3036 2006-12-26  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3038         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3039         last footnote when `footnote-spaced-footnotes' is nil.
3041 2006-12-26  Richard Stallman  <rms@gnu.org>
3043         * cus-edit.el (custom-browse-sort-alphabetically)
3044         (custom-buffer-sort-alphabetically)
3045         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3047         * image.el (image-type-header-regexps): Change element format
3048         to include third item NOT-ALWAYS.
3049         (image-type-from-data): Handle new format.
3050         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3051         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3053 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3055         * add-log.el (add-log-current-defun): Call `forward-sexp'
3056         multiple times to pick a member function name defined as
3057         part of nested classes/namespaces.
3059 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3061         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3062         which keymap should be used to change menu.  It does not affect any
3063         existent code.
3065 2006-12-26  Richard Stallman  <rms@gnu.org>
3067         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3068         rather than for being in a minibuffer window.
3070 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3072         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3073         locale-coding-system.
3074         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3075         LF.
3077 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3079         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3080         (sql-mode-syntax-table): Disable double quoted strings.
3081         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3083 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3085         * startup.el (fancy-splash-last-input-event): New variable.
3086         (fancy-splash-special-event-action): New function.
3087         (fancy-splash-screens): Temporarily bind special events to it.
3088         Execute command for saved special event before exiting from
3089         recursive editing.
3091         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3092         New functions.
3093         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3094         Use mac-unread-string.
3096 2006-12-24  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3098         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3099         an optimized comment regexp if `comment-start-skip' uses a ^.
3100         * bs.el (bs--up): Remove interactive spec.
3102 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3104         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3105         Suggested by James Cloos.
3107 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3109         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3110         in March.
3111         (calendar-dst-ends): Default to first Sunday in November.
3113 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3115         * allout.el (allout-encrypt-string): Inhibit use of agent within
3116         body of let form where encryption happens.  Acknowledge non-use of
3117         gpg-agent in docstring.
3118         (allout-toggle-subtree-encryption): Acknowledge non-use of
3119         gpg-agent in docstring.
3121 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3123         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3125 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3127         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3128         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3130         * emulation/viper-cmd.el (viper-post-command-sentinel):
3131         Protect against errors in hooks.
3132         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3133         actually modify buffer; ignore errors if occur.
3135 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3137         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3138         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3139         formatting.
3141 2006-12-23  Richard Stallman  <rms@gnu.org>
3143         * simple.el (delete-horizontal-space): Doc fix.
3145 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3147         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3148         explicitly in a recursive Make, not implicitly through prerequisites,
3149         since the latter is wrong under parallel builds.
3151 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3153         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3155 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3157         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3158         message string.
3160 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3162         * outline.el (outline-next-visible-heading): Fix the case with a
3163         header at end-of-file with no final newline.
3165 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3167         * indent.el (tab-always-indent): Doc fix.
3169 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3171         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3172         (Info-fontify-node): Do fontify indices.
3174         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3175         to the Emacs Lisp reference manual.
3176         (tutorial--tab-map): Remove.  All callers changed.
3177         (tutorial--find-changed-keys): New elt QUIET, used to...
3178         (tutorial--display-changes): ...ensure that warning messages are
3179         only issued once per changed key.
3180         (tutorial--remove-remarks): Delete unused code-path.
3181         (lang-strings): Remove extraneous formatting.
3182         (tutorial--save-tutorial): Prompt before saving tutorial state.
3184 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3186         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3187         Replace '?\ ' by '?\s' throughout.
3188         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3189         `help' custom group.
3190         (tutorial--key-description): New function.
3191         (tutorial--display-changes): Remove redundant arg.  Scan for all
3192         key sequences to avoid false matches.  Cleanup.
3193         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3194         reduce homedir pollution.
3195         (help-with-tutorial): Call tutorial--display-changes with no arg.
3197 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3199         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3201 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3203         * net/tramp.el (tramp-default-method): We still need to check for
3204         `executable-find', because it is not bound under Emacs 20.
3205         (tramp-handle-file-name-completion)
3206         (tramp-completion-handle-file-name-completion): Handle optional
3207         parameter PREDICATE.
3208         (tramp-find-default-method): Add code for default values.
3210 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3212         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3213         make gud-go send "continue".
3215 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3217         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3218         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3220 2006-12-19  Kim F. Storm  <storm@cua.dk>
3222         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3223         instead of global-map.
3225         * files.el (magic-mode-alist): Allow matching file type by
3226         calling a function at bob.  Check for image types by calling
3227         image-type-from-buffer.  Suggested by Juanma Barranquero.
3228         (set-auto-mode): Do it.
3230 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3232         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3233         Remove "ControlMaster" option from the other `scp*' methods.
3234         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3236 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3238         * textmodes/org.el (org-mode): Show context after isearch.
3239         (org-show-siblings): New function.
3240         (org-show-context): Use `org-show-siblings'.
3242 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3245         Use syntax-ppss-toplevel-pos.
3247 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3249         * textmodes/org.el (org-current-line): Make sure that lines are
3250         counted from beginning of buffer.
3251         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3252         lines are counted from beginning of buffer.
3254 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3256         * info.el (Info-build-node-completions): Signal error if tag-table
3257         marker is not found.
3259         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3261 2006-12-17  Alan Mackenzie  <acm@muc.de>
3263         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3264         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3265         Based on code by Martin Rudalics.
3267         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3268         open-paren-in-column-0-is-defun-start to nil any more.
3270 2006-12-17  Richard Stallman  <rms@gnu.org>
3272         * simple.el (delete-horizontal-space): Use prefix arg.
3274         * help-fns.el (describe-variable): Improve blank separator lines.
3276         * files.el (magic-mode-alist): Mark as risky.
3278         * files.el (make-backup-file-name-1):
3279         Expand backup-directory explicitly.
3281 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3283         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3284         check whether package password.el is loaded, or Pageant is running.
3286 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3288         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3289         (icalendar--rris): First try Emacs, then XEmacs.
3290         (icalendar--convert-ical-to-diary): Doc fix.
3291         Insert newline at end of target file.
3293 2006-12-17  Kim F. Storm  <storm@cua.dk>
3295         * outline.el (outline-isearch-open-invisible-function): New defvar.
3296         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3297         overlay property instead of outline-isearch-open-invisible.
3299 2006-12-16  Kim F. Storm  <storm@cua.dk>
3301         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3302         if ido-directory-too-big is set on entry.
3303         (ido-toggle-ignore, ido-completion-help): Print message while
3304         reading big directory.
3306 2006-12-15  Richard Stallman  <rms@gnu.org>
3308         * shell.el (shell): Doc fix.
3310 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3312         * emulation/edt.el (edt-xserver):
3313         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3314         to fix a problem on Cygwin.
3316         * emulation/edt.el
3317         * emulation/edt-mapper.el
3318         * emulation/edt-lk201.el
3319         * emulation/edt-pc.el
3320         * emulation/edt-vt100.el: Update maintainer's email address.
3322 2006-12-15  Simon Marshall  <simon@gnu.org>
3324         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3326 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3328         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3329         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3330         instead of mac-atsu-font-table.
3331         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3333 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3335         * align.el (align-match-tex-pattern): Fix a rare bug which
3336         hanged Emacs.
3338 2006-12-14  Richard Stallman  <rms@gnu.org>
3340         * startup.el (use-fancy-splash-screens-p): Use frame-height
3341         instead of window-height.  Pass frame to image-size.
3343 2006-12-13  Kenichi Handa  <handa@m17n.org>
3345         * international/mule-cmds.el (set-locale-environment):
3346         Set default-sendmail-coding-system too.
3348 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3350         * progmodes/idlw-help.el: Fix copyright notice.
3352 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3354         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3356 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3358         * subr.el (unread-command-char): Reformat obsolescence info.
3360 2006-12-11  Richard Stallman  <rms@gnu.org>
3362         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3363         about calls to cl-struct-setf-expander.
3365 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3367         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3368         (ediff-combination-pattern): Fix typo in docstring.
3370         * textmodes/refer.el (refer-find-entry): Doc fix.
3371         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3372         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3373         Fix tipos in docstrings.
3375         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3377 2006-12-10  Kim F. Storm  <storm@cua.dk>
3379         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3380         instead of binding M-backspace.
3382 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3384         * replace.el (replace-match-data, replace-match-maybe-edit):
3385         * calc/calc-aent.el (calc-eval-error):
3386         * emulation/vi.el (vi-char-argument):
3387         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3388         (c-vsemi-status-unknown-p-fn): Doc fixes.
3390 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3392         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3393         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3395 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3397         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3399 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3401         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3403         * man.el (Man-xref-button-action): New function.  If the
3404         `Man-target-string' button property is a function, assume it
3405         accepts a position argument.
3406         (Man-abstract-xref-man-page): Use it.
3407         (Man-default-man-entry): New optional arg POS.
3409         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3410         symlink arrows read-only and non-rear-sticky.
3412 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3414         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3415         (wdired-search-and-rename): Simplify code.
3416         (wdired-preprocess-files, wdired-preprocess-perms): Make
3417         read-only property of preceding character rear-nonsticky to
3418         avoid that it can be modified.  Put old-name and old-link
3419         properties on character preceding name and replace
3420         put-text-property by add-text-properties.
3421         (wdired-get-filename, wdired-get-previous-link): Get old-name
3422         and old-link properties from character preceding name and
3423         simplify code.
3424         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3425         (wdired-perms-to-number): Make local-map property
3426         rear-nonsticky to avoid that text following permissions may be
3427         modified.  Use add-text-properties instead of put-text-property
3428         when changing a permission bit.
3429         (wdired-change-to-dired-mode): Remove stickiness properties.
3431 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3433         * international/mule-cmds.el (register-input-method): Doc fix.
3435 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3437         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3439 2006-12-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3441         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3442         Force buffer local defs evaluation on local variables loading.
3443         (flyspell-mode-on, flyspell-mode-off): Use it in
3444         `hack-local-variables-hook'.
3446 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3448         * emacs-lisp/find-func.el (find-variable): Doc fix.
3450         * help-fns.el (variable-at-point): Doc fix.
3452         * w32-fns.el (w32-append-code-lines): New function.
3454 2006-12-09  Romain Francoise  <romain@orebokech.com>
3456         * comint.el (comint-insert-input): Delete obsolete comment.
3458 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3461         current frame, in case we're connected to several displays.
3463 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3465         * frame.el (other-frame): Doc fix.
3466         (set-frame-parameter): Fix typo in docstring.
3468 2006-12-07  Kim F. Storm  <storm@cua.dk>
3470         * info.el (Info-index): Strip leading colon from topic.
3472 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3474         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3475         to pointers.
3477 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3479         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3480         Trim out spurious class inheritance "None" entries.
3482 2006-12-05  Kim F. Storm  <storm@cua.dk>
3484         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3485         (cua-paste-pop): Rework last change for
3486         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3487         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3488         text inserted by the last M-y command.
3490 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3492         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3493         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3495         * shell.el (shell): Search the start file in ~/.emacs.d as
3496         `init_SHELLNAME.sh' instead.
3498 2006-12-05  Glenn Morris  <rgm@gnu.org>
3500         * progmodes/cperl-mode.el (cperl-mode)
3501         * progmodes/f90.el (f90-mode-abbrev-table)
3502         * progmodes/fortran.el (fortran-mode-abbrev-table)
3503         * progmodes/octave-mod.el (octave-abbrev-table)
3504         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3505         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3507         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3508         clear abbrev table, else saved abbrevs will not be restored.
3510 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3512         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3513         the call to `make-obsolete-variable', not in the docstring.
3515 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3517         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3519 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3521         * progmodes/ebnf-abn.el:
3522         * progmodes/ebnf-bnf.el:
3523         * progmodes/ebnf-dtd.el:
3524         * progmodes/ebnf-ebx.el:
3525         * progmodes/ebnf-iso.el:
3526         * progmodes/ebnf-otz.el:
3527         * progmodes/ebnf-yac.el:
3528         * progmodes/ebnf2ps.el:
3529         * delim-col.el:
3530         * printing.el:
3531         * ps-bdf.el:
3532         * ps-mule.el:
3533         * ps-print.el: Remove 'Time-stamp' comment mark.
3535         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3536         'easy-menu-add-item' when called in Emacs 21 or higher.
3538 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3540         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3541         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3543 2006-12-04  Kim F. Storm  <storm@cua.dk>
3545         * bindings.el (global-map): Bind [signal t] to ignore, to have
3546         user signals ignored by default.
3548 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3550         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3551         Unicode data file pointed to by `describe-char-unicodedata-file'.
3553 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3555         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3556         O(n^2) regexp-search by anchoring the search.
3558 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3560         * whitespace.el (whitespace-cleanup-internal): Use current
3561         argument for recursive call.
3563 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3565         * net/tramp.el (tramp-methods): Add "ControlPath" and
3566         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3567         Andreas Schwab <schwab@suse.de>.
3568         (tramp-do-copy-or-rename-file-out-of-band)
3569         (tramp-open-connection-rsh): Compute format spec for ?t.
3570         (tramp-process-actions): Trace command parameters.
3572 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3574         * simple.el (toggle-truncate-lines): Clarify doc string.
3576         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3577         (gdb-speedbar-expand-node): Use it.
3579 2006-12-04  Richard Stallman  <rms@gnu.org>
3581         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3583         * dired.el (dired-revert): Turn off dired-after-readin-hook
3584         around call to dired-readin.
3586         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3587         to echo area messages.
3588         <indicate-empty-lines, case-fold-search>:
3589         Add "globally" to Help string.
3590         <case-fold-search>: MESSAGE arg need not say "globally".
3591         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3593 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3595         * outline.el (outline-end-of-subtree): Don't leave an empty
3596         line hidden as we would a real next heading.
3598 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3600         * allout.el (allout-ascend): Add an optional argument to preserve
3601         original position of point when unsuccessful.  Also, fix a
3602         docstring error.
3603         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3604         work again, using allout-ascend's new option.
3605         (allout-setup-mode-map): Extract from allout-mode to initialize
3606         allout-mode-map.  Call it on file load, so the mode docstring
3607         substitutions work even if allout mode has not yet been invoked.
3608         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3609         customizations since the map was last processed.  Also, refine the
3610         docstring so it's ship-shape for release.
3611         (allout-default-layout, allout-beginning-of-line-cycles)
3612         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3613         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3614         (allout-version, allout-layout, allout-infer-body-reindent)
3615         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3616         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3617         (allout-previous-heading, allout-goto-prefix-doublechecked)
3618         (allout-current-bullet-pos, allout-next-sibling-leap)
3619         (allout-pre-command-business, allout-encrypted-type-prefix)
3620         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3621         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3622         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3623         (allout-old-expose-topic, allout-listify-exposed)
3624         (allout-process-exposed, allout-latex-verb-quote)
3625         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3626         (allout-toggle-current-subtree-encryption)
3627         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3628         Remove extraneous open-paren and close paren string escapes.
3630 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3632         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3633         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3634         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3635         Fix typos in docstrings.
3637 2006-12-03  Glenn Morris  <rgm@gnu.org>
3639         * progmodes/cc-align.el
3640         * progmodes/cc-awk.el
3641         * progmodes/cc-cmds.el
3642         * progmodes/cc-compat.el
3643         * progmodes/cc-defs.el
3644         * progmodes/cc-engine.el
3645         * progmodes/cc-langs.el
3646         * progmodes/cc-menus.el
3647         * progmodes/cc-mode.el
3648         * progmodes/cc-styles.el
3649         * progmodes/cc-vars.el
3650         * progmodes/vhdl-mode.el: Fix Copyright format.
3652 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3654         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3655         initial down event.
3657 2006-12-02  Kim F. Storm  <storm@cua.dk>
3659         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3660         (cua-repeat-replace-region): Make M-v more robust.
3661         (cua-paste-pop-rotate-temporarily): New defcustom.
3662         (cua-paste-pop): Use it.
3663         (cua-auto-mark-last-change): New defcustom.
3664         (cua-pop-to-last-change): New helper function.
3665         (cua-set-mark): Use them.
3667 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3669         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3670         mini-buffer message.
3672 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3674         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3676 2006-12-01  Ben North  <ben@redfrontdoor.org>
3678         * paren.el: Fix the highlight overlay extension when the user types a
3679         sequence of char very fast just before the open parenthesis.
3681 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3683         * ps-mule.el: Eliminate Emacs 20 compatibility.
3685         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3686         (ps-print-version): New version 6.7.
3687         (ps-print-quote): Replace '?\ ' by '?\s'.
3689 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3691         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3692         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3693         (hexl-end-of-1k-page): Doc fixes.
3694         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3695         Fix typos in docstrings.
3697 2006-11-30  Michaël Cadilhac  <michael.cadilhac@lrde.org>
3699         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3700         locally, i.e. without using file name handlers.
3701         (ido-read-internal): Allow mono letter host names, avoiding the
3702         `c:' problem by testing if the file exists locally.
3703         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3705 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3707         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3708         to avoid bytecomp warnings.
3709         (hexl-mode-old-ruler-function): New variable.
3710         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3711         and `hl-line-range-function' after `require' hl-line.
3712         Then bind `hl-line-range-function' and `hl-line-face'.
3713         Don't require frame.  Don't use `with-no-warnings'.
3714         (hexl-activate-ruler): Store the original value of
3715         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3716         (hexl-mode-exit): Restore the original value of
3717         `ruler-mode-ruler-function'.
3719 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3721         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3722         (hexl-mode-old-hl-line-face): New variable.
3723         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3724         line when exit from the hexl-mode.
3726 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3728         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3729         Doc fixes.
3731         * international/fontset.el (create-fontset-from-ascii-font)
3732         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3733         (fontset-name-p): Fix typo in docstring.
3735         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3737 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3739         * ps-bdf.el: Fix maintainer email.
3741         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3742         compatibility.
3744         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3745         21 compatibility.
3746         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3747         Emacs 20 & 21.
3749 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3751         * progmodes/idlwave.el (idlwave-auto-fill):
3752         Remove paragraph-start let to prevent auto-fill giving up.
3754 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3756         * vt100-led.el (led-state): Fix typo in previous change.
3758 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3760         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3761         Fix interactive spec of the functions getting defined to make them
3762         work as documented.
3764 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3766         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3768 2006-11-28  Kim F. Storm  <storm@cua.dk>
3770         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3771         icomplete-mode is enabled.
3773 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3775         * textmodes/org.el (require): Require gnus-sum during compilation
3776         to avoid problem with a macro call.
3778 2006-11-28  Glenn Morris  <rgm@gnu.org>
3780         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3782         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3783         (fortran-window-create-momentarily): Do not need string-to-char.
3785 2006-11-28  Richard Stallman  <rms@gnu.org>
3787         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3788         Replace incorrect use of assoc-default with a loop.
3790         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3792         * simple.el (next-error-find-buffer): Improve messages.
3794         * files.el (revert-buffer): Special error message if file
3795         is now not readable.
3797         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3798         constructed commands.
3800         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3801         in INSIDE_EMACS.
3803 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3807         * server.el: Remove spurious * in docstrings.
3808         (server-process-filter): Exit from recursive editing before processing
3809         a new request.
3811 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3813         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3814         line so hidden blocks will be correctly identified.
3816 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3818         * ledit.el (ledit-save-defun, ledit-mode):
3819         * resume.el (resume-emacs-args-buffer):
3820         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3821         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3822         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3823         (command-send-input, command-kill-line):
3824         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3826         * autoarg.el (autoarg-kp-mode): Doc fix.
3828         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3829         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3830         (check-emacs-lock): Doc fix.  Simplify.
3832         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3833         (iimage-mode-buffer): Fix typos in docstring.
3835         * misc.el (zap-up-to-char): Doc fix.
3837         * time-stamp.el: Fix comment and obsolescence string for old
3838         functions.  Use `dolist' instead of `while'.
3840         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3842         * disp-table.el (standard-display-8bit, standard-display-default):
3843         * ebuff-menu.el (electric-buffer-list):
3844         * ehelp.el (electric-help-command-loop):
3845         * font-core.el (font-lock-mode):
3846         * help-macro.el (make-help-screen):
3847         * help.el (describe-minor-mode-completion-table-for-indicator)
3848         (lookup-minor-mode-from-indicator):
3849         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3850         * info-look.el (info-lookup-guess-custom-symbol):
3851         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3852         * longlines.el (longlines-wrap-line):
3853         * macros.el (insert-kbd-macro):
3854         * menu-bar.el (menu-bar-update-buffers):
3855         * misc.el (copy-from-above-command):
3856         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3857         * newcomment.el (comment-indent):
3858         * novice.el (disabled-command-function):
3859         * sort.el (sort-fields-syntax-table):
3860         * subr.el (momentary-string-display):
3861         * tar-mode.el (tar-header-block-summarize)
3862         (tar-clear-modification-flags):
3863         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3864         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3865         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3866         (te-delete-char, te-down-vertically-or-scroll):
3867         * time-stamp.el (time-stamp-string-preprocess):
3868         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3870 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3872         * speedbar.el (speedbar-timer-fn): Revert to old behavior when not
3873         in GUD mode.
3875         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3876         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3878 2006-11-26  Jan Djärv  <jan.h.d@swipnet.se>
3880         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3882 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3884         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3885         (ada-compile-goto-error): Adapt to new argument profile of
3886         compilation-goto-locus in Emacs 22.  Don't check if the various
3887         compile functions are defined; we already do "(require 'compile)".
3889 2006-11-26  Kim F. Storm  <storm@cua.dk>
3891         * kmacro.el: Fix commentary.
3893 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3895         * progmodes/gud.el (gdb): Explain how to run in text command mode
3896         more clearly.  Say in error message that multiple debugging
3897         requires restarting GDB.
3899 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3901         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3903 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3905         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3906         (flymake-popup-menu): Use it instead of posn-at-point.
3908 2006-11-25  Jan Djärv  <jan.h.d@swipnet.se>
3910         * progmodes/cc-vars.el (c-backslash-column):
3911         Mention c-backslash-max-column in documentation for c-backslash-column.
3913 2006-11-24  Lars Hansen  <larsh@soem.dk>
3915         * net/tramp.el (tramp-default-method): Under Windows, change from
3916         plink to pscp.
3917         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3918         (tramp-actions-copy-out-of-band):
3919         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3920         (tramp-action-out-of-band): Move "Permission denied" handling to
3921         tramp-action-copy-failed.
3922         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3923         process buffer.
3925 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3928         strings to a single string.  Quote `errors-file-name'.
3929         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3930         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3931         Adjust calls.  Use `shell-quote-argument'.
3933         * international/mule.el (load-with-code-conversion)
3934         (with-category-table): Use with-current-buffer.
3935         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3937 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3939         * mail/smtpmail.el (smtpmail-send-it):
3940         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3941         MIME header for the message encoding.
3942         Bind coding-system-for-write around the call to mail-do-fcc.
3943         Use smtpmail-code-conv-from to encode queued mail messages.
3945 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3947         * tabify.el (tabify-regexp): Doc fix.
3949         * net/rcirc.el (rcirc-buffer-maximum-lines):
3950         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3952         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3953         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3954         Fix typos in output messages.
3955         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3957 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3960         the horse's mouth.
3961         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3963 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3965         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3966         Remove condition-case.
3968 2006-11-23  Glenn Morris  <rgm@gnu.org>
3970         * progmodes/f90.el (f90-comment-indent): Do not move point in
3971         default case.
3973 2006-11-21  Romain Francoise  <romain@orebokech.com>
3975         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3976         from library name (reverts change of 2005-10-25).
3978 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3980         * tutorial.el (tutorial--default-keys): Add newline and
3981         delete-backward-char bindings.
3982         (tutorial--detailed-help): Save excursion when finding keys.
3983         Correct warning string for M-x FOO case.
3984         (tutorial--display-changes): Print special keys in tutorial style.
3985         Tweak search regexp for changed keys.
3987 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3989         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3990         redundant scheme.
3992 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3994         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3995         are new to the list at IANA.  Also added irc, mms, mmsh.
3997 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3999         * progmodes/idlw-help.el (idlwave-html-help-location):
4000         Fail gracefully for missing help packages.
4001         (idlwave-help-assistant-open-link): Open full links.
4002         (idlwave-help-assistant-help-with-topic): Direct help link.
4004         * progmodes/idlwave.el (idlwave-mode):
4005         Set add-log-current-defun-function.
4006         (idlwave-current-routine-fullname): Add, to support add-log.
4007         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4008         to reflect improvements to xml-parse-file.
4009         (idlwave-mode-menu-def): New binding for help-with-topic.
4011         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4012         Handle extra newlines and spaces.
4013         (idlwave-shell-mode-map): Add help-with-topic.
4015 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
4017         * tutorial.el (tutorial-warning-face): New face.
4018         (tutorial--detailed-help, tutorial--display-changes): Use it.
4019         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4020         Improve search pattern for occurrences of changed keys.
4022 2006-11-20  Jan Djärv  <jan.h.d@swipnet.se>
4024         * term/x-win.el (x-last-cut-buffer-coding): New variable.
4025         (x-select-text): Set it.
4026         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4027         when checking for newness.
4029 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4031         * subr.el (posn-image):
4032         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4034         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4036 2006-11-19  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4038         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4039         Exceptions to the rule "add a space between an identifier and an
4040         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4041         (glasses-parenthesis-exception-p): New.  Check if the region is an
4042         exception regarding to that.
4043         (glasses-make-readable): Use it.
4044         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4045         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4047 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4049         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4051 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4053         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4055         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4056         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4058 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4060         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4061         conditions for function or variable bindings.
4063         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4065         * progmodes/compile.el (compilation-start): Ditto.
4067 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4069         * net/tramp.el (top): cl and custom are always required.
4071 2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
4073         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4074         cut-buffers with next-selection-coding-system if not nil.
4076 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4078         * textmodes/org.el (org-fix-decoded-time): New function.
4079         (org-display-custom-time): Use `org-fix-decoded-time'.
4081 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4083         * menu-bar.el (menu-bar-games-menu): Remove yow.
4085 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4087         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4088         (org-detach-overlay): Rename from `org-detatch-overlay'.
4089         (org-table-convert-region): Insert space after column separator.
4090         (org-agenda-kill): New command.
4091         (org-metaleft): Call `org-outdent-item' on bullets.
4092         (org-metaright): Call `org-indent-item' on bullets.
4093         (org-timestamp-change): Set `org-last-changed-timestamp'.
4094         (org-current-line): Make sure (bolp) returns correct result.
4095         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4097 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4099         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4101 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4103         * mouse.el (global-map): Change 2006-08-16 fix to call
4104         mouse-yank-at-click explicitly, since mouse events are not carried
4105         over into keyboard macros.
4107 2006-11-16  Kim F. Storm  <storm@cua.dk>
4109         * ido.el (ido-file-internal): Use current buffer's file name as default
4110         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4112 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4114         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4115         (allout-inhibit-aberrance-doublecheck): Rename from
4116         allout-during-yank-processing.  All callers changed.
4117         (allout-ascend): Provide for unusual case where some topic after
4118         the first in file is at lower depth than the first.
4119         (allout-shift-in): Ensure the offspring of the new containing
4120         topic are exposed.
4121         (allout-encrypt-string): Preserve the coding-system of the text,
4122         according to that of the containing buffer.
4123         (allout-toggle-subtree-encryption): When the text being encrypted
4124         requires a different coding system, offer to preserve the coding
4125         system using a file local var.
4127 2006-11-15  Simon Marshall  <simon@gnu.org>
4129         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4130         to recognise "T t()" as a function declaration, rather than a
4131         variable instantiation, iff at the top-level or inside a class
4132         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4134 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4136         * progmodes/ada-xref.el (ada-parse-prj-file):
4137         Don't delete project buffer; user may want to edit it.
4138         (ada-xref-set-project-field, ada-xref-current-project-file)
4139         (ada-xref-current-project, ada-show-current-project)
4140         (ada-set-main-compile-application): New functions.
4141         (ada-xref-get-project-field, ada-require-project-file):
4142         Normalize use of ada-prj-default-project-file.
4143         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4144         Normalize use of ada-require-project-file.
4145         (ada-prj-find-prj-file): Improve doc string, comments.
4147         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4148         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4149         (ada-create-menu): Add ada-set-main-compile-application,
4150         ada-show-current-main, ada-show-current-project.
4152 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4154         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4155         (inferior-python-mode): Use it.
4157 2006-11-14  Andreas Schwab  <schwab@suse.de>
4159         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4161 2006-11-13  Kim F. Storm  <storm@cua.dk>
4163         * ido.el (ido-copy-current-word): C-o copies region if active.
4165 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4167         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4169 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4171         * ediff.el (ediff-revision):
4172         * files.el (set-visited-file-name):
4173         * mail/rmailout.el (rmail-output-body-to-file):
4174         Use `format', not `message', in `y-or-n-p' call.
4176 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4178         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4179         (org-metaright): Call `org-indent-item' on bullets.
4180         (org-timestamp-change): Set `org-last-changed-timestamp'.
4181         (org-current-line): Make sure (bolp) returns correct result.
4182         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4184 2006-11-12  Richard Stallman  <rms@gnu.org>
4186         * language/european.el (turkish-case-conversion-enable)
4187         (turkish-case-conversion-disable): New functions.
4188         ("Turkish" lang env): Use them.
4190         * international/characters.el (case table):
4191         Do nothing special for i and I.
4193         * subr.el (remove-overlays): Fix last change.
4195         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4196         for visiting the custom file.
4198 2006-11-12  Markus Triska  <triska@gmx.at>
4200         * play/handwrite.el (handwrite): Also process lines not ending
4201         with newline.  Replace some position-fiddling with different
4202         logic.  Improve performance.
4204 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4206         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4207         replacing deleted variable `ada-check-switch'.
4208         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4209         (ada-xref-project-files): Improve doc string.
4210         (ada-find-executable): New function.
4211         (ada-initialize-runtime-library): Use `ada-find-executable'.
4212         (ada-xref-set-default-prj-values): In compile commands, don't need
4213         `ada-cd-command'; `compile' does that more portably.
4214         Use ada-prj-default-check-cmd.
4215         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4216         properties if not specified in project file.
4217         (ada-goto-declaration): Display useful message for new error
4218         'error-file-not-found.
4219         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4220         'error-file-not-found.
4221         (ada-get-all-references): Match latest ali syntax.  Signal new
4222         error 'error-file-not-found.
4223         (ada-find-in-ali): Match latest ali syntax.
4224         (ada-make-filename-from-adaname): Handle different semantics of
4225         gnatkr in GNAT 3.15p vs later.
4227         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4228         ada-procedure-start-regexp.
4229         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4231         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4232         with defvar.
4233         (ada-language-version): Rename ada05 -> ada2005.
4234         (ada-align-region-separate): Add `eval-when-compile'.
4235         (ada-name-regexp): Remove unneeded escapes in regexp character
4236         alternative.
4237         (ada-compile-goto-error-file-linenr-re): New constant.
4238         (ada-matching-start-re): Handle additional cases `declare',
4239         `procedure', `function'.
4240         (ada-compile-goto-error): Handle "... at line nn".
4241         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4242         Delete support for old versions of `align'.
4243         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4244         (ada-check-defun-name): Simplify handling of `declare'.
4245         (ada-goto-matching-start): Handle nested `begin ... end'.
4246         Handle `declare', `protected', `procedure', `function'.
4247         (ada-create-menu): Presence of arm95 is not conditional on using
4248         GNAT compiler.
4250 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4252         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4253         nil in the *RE-Builder* buffer (it causes spurious error messages).
4255         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4256         been set to t, respect it.
4258 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4260         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4261         Delete commented out code for old Emacs versions.  Autoloading of
4262         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4263         (ada-mode-version): Bump version number.
4264         (ada-95-string-keywords, ada-2005-string-keywords)
4265         (ada-2005-keywords, ada-name-regexp): New constant.
4266         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4267         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4268         (ada-package-start-regexp): Support private packages, include package
4269         name (for ada-set-point-accordingly).
4270         (ada-next-procedure, ada-previous-procedure)
4271         (ada-which-function-are-we-in): Match changes to
4272         ada-procedure-start-regexp.
4273         (ada-make-body): Make non-interactive; not a user function.
4274         (ada-make-subprogram-body): Improve doc string.
4276 2006-11-11  Romain Francoise  <romain@orebokech.com>
4278         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4279         `compilation-error-regexp-alist' buffer-local, since we changed
4280         `compilation-error-regexp-alist-alist' locally.
4282 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4284         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4285         to the value of `server-raise-frame'.
4287 2006-11-11  Glenn Morris  <rgm@gnu.org>
4289         * ido.el (ido-enable-prefix)
4290         * ses.el (ses-call-printer-return)
4291         * net/tramp.el (tramp-unified-filenames)
4292         * progmodes/cc-align.el (c-lineup-string-cont)
4293         * progmodes/compile.el (compilation-directory-matcher)
4294         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4295         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4296         (vhdl-clock-rising-edge)
4297         * textmodes/org.el (org-export-with-timestamps)
4298         (org-export-remove-timestamps-from-toc)
4299         (org-export-with-tags): Improve previous doc fixes.
4301 2006-11-11  Richard Stallman  <rms@gnu.org>
4303         * textmodes/flyspell.el (flyspell-mode-map):
4304         Bind C-c $ instead of M-RET.
4306 2006-11-10  Simon Marshall  <simon@gnu.org>
4308         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4309         fontification for "case" and "default" keywords.
4311 2006-11-10  Andreas Schwab  <schwab@suse.de>
4313         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4314         Avoid starting sentence with "nil".
4316 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4318         * server.el (server-raise-frame): New option.
4319         (server-switch-buffer): Use it.
4321 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4323         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4324         with a capital.
4326 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4328         * textmodes/org.el (org-show-hierarchy-above)
4329         (org-show-following-heading): Fix typo in default value.
4330         (org-scan-tags): Make the search case-sensitive.
4331         (org-tags-sparse-tree): Don't overrule
4332         `org-show-following-heading' and `org-show-hierarchy-above'.
4333         (org-reveal): New command.
4334         (org-show-context): Rename from `org-show-hierarchy-above'.
4335         (org-fast-tag-selection-single-key): New option.
4336         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4337         (org-tags-overlay): New variable.
4338         (org-agenda-todo-ignore-deadlines): New option.
4339         ("session"): Add circular data structure `org-mark-ring' to
4340         exceptions list in session.el.
4341         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4342         New options.
4343         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4344         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4345         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4346         (org-finalize-agenda): Activate bracket links in agenda.
4347         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4348         INACTIVE-OK.
4349         (org-show-hierarchy-above, org-show-following-heading):
4350         List values allowed for fine-tuned configuration.
4351         (org-show-hierarchy-above): New argument CONTEXT, use the
4352         fine-tuned settings in `org-show-hierarchy-above' and
4353         `org-show-following-heading'.
4354         (org-display-custom-time): New function.
4355         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4356         (org-display-custom-times, org-time-stamp-custom-formats):
4357         (org-maybe-intangible): New macro.
4358         (org-activate-bracket-links, org-hide-wide-columns):
4359         Use `org-maybe-intangible'.
4360         (org-open-file): Use `shell-quote-argument'.
4361         (org-display-internal-link-with-indirect-buffer): New option.
4362         (org-file-remote-p): Get regexp from list.
4363         (org-link-expand-abbrev): New function.
4364         (org-link-abbrev-alist): New option.
4365         (org-open-at-point, org-cleaned-string-for-export):
4366         Call `org-link-expand-abbrev'.
4367         (org-timeline, org-agenda-list, org-todo-list)
4368         (org-tags-view): Remove the KEEP-MODES argument.
4369         (org-finalize-agenda-hook): New hook.
4370         (org-get-alist-option): New function.
4371         (org-follow-timestamp-link): New function.
4372         (org-open-at-point): Call `org-follow-timestamp-link'.
4373         (org-log-note-marker, org-log-note-purpose)
4374         (org-log-note-window-configuration): New variables.
4375         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4376         (org-log-note-headings): New option.
4377         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4378         (org-store-link): Support for dired-mode.
4379         (org-open-file): Substitute environment variables into filename.
4380         (org-last): New defsubst.
4381         (org-agenda-re-align-tags): New function.
4382         (org-agenda-align-tags-to-column): New option.
4383         (org-agenda-timeline): Group removed.
4384         (org-prepare-agenda, org-prepare-agenda-buffers)
4385         (org-run-agenda-series, org-timeline, org-agenda-list)
4386         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4387         the text property inticating the agenda type.
4388         (org-agenda-post-command-hook): Get agenda type from text property
4389         at point.
4390         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4391         and obey `org-agenda-overriding-arguments'.
4392         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4393         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4394         (org-agenda-week-view, org-agenda-day-view):
4395         Use `org-agenda-overriding-arguments' to make updating work with
4396         multi-block agendas.
4397         (org-agenda-prefix-format): Allow different formats for the
4398         different agenda entry types.
4399         (org-timeline-prefix-format): Option removed, use
4400         `org-agenda-prefix-format' instead.
4401         (org-prepare-agenda): New function.
4402         (org-select-timeline-window): Option removed, use
4403         `org-select-agenda-window' instead.
4404         (org-respect-restriction): Variable removed.
4405         (org-cmp-tag): New function.
4406         (org-agenda-sorting-strategy, org-entries-lessp):
4407         Implement sorting by last tag.
4408         (org-complete): Better completion in in-buffer option lines.
4409         (org-in-item-p): New function.
4410         (org-org-menu): Add entries for checkboxes.
4411         (org-cycle): Extra brouping in outline-regexp, because it is used
4412         in a search with "^" prepended.
4413         (org-provide-checkbox-statistics): New option.
4414         (org-set-font-lock-defaults): Highlight checkbox statistics.
4415         (org-update-checkbox-count-maybe)
4416         (org-get-checkbox-statistics-face): New functions.
4417         (org-update-checkbox-count): New command.
4418         (org-insert-item, org-toggle-checkbox):
4419         Call `org-update-checkbox-count-maybe'.
4420         (org-export-as-html): XEmacs compatibility for coding system.
4421         (org-force-cycle-archived): New command.
4422         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4423         overrules cycling.
4424         (org-fix-position-after-promote): If the line contains only a todo
4425         keyword, add a final space.
4426         (org-promote-subtree, org-demote-subtree):
4427         Call `org-fix-position-after-promote'.
4429 2006-11-10  Glenn Morris  <rgm@gnu.org>
4431         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4432         date in every year.
4433         (calendar-dst-check-each-year-flag): New customizable variable.
4434         (calendar-dst-find-data): New function, extracted from
4435         calendar-current-time-zone.
4436         (calendar-current-time-zone): Use calendar-dst-find-data.
4437         (calendar-dst-transition-cache): New variable.
4438         (calendar-dst-find-startend, calendar-dst-starts)
4439         (calendar-dst-ends): New functions.
4440         (calendar-daylight-savings-starts)
4441         (calendar-daylight-savings-ends): Change value to use
4442         calendar-dst-starts, calendar-dst-ends; respectively.
4444         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4446         * ido.el (ido-enable-prefix)
4447         * ses.el (ses-call-printer-return)
4448         * net/tramp.el (tramp-unified-filenames)
4449         * progmodes/cc-align.el (c-lineup-string-cont)
4450         * progmodes/compile.el (compilation-directory-matcher)
4451         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4452         * progmodes/gdb-ui.el (gdb-many-windows)
4453         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4454         (vhdl-clock-rising-edge)
4455         * textmodes/org.el (org-export-with-timestamps)
4456         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4457         (org-read-date): Doc fix (Nil -> nil).
4459 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4461         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4462         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4464 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4466         * bs.el (bs--window-for-buffer): Remove.
4467         (bs--show-with-configuration): Use `get-window-with-predicate'
4468         instead of `bs--window-for-buffer'.
4470 2006-11-10  Kenichi Handa  <handa@m17n.org>
4472         * files.el (revert-buffer): Fix previous change.
4474 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4476         * bs.el (bs--redisplay): Fix typo in docstring.
4477         (bs--window-config-coming-from): Make frame-local.
4478         (bs--restore-window-config): New function.
4479         (bs-kill, bs-select, bs-select-other-window)
4480         (bs-select-other-frame): Use it.
4481         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4482         (bs--show-with-configuration): Save the window configuration as a
4483         frame local var, and only if *buffer-selection* is not already
4484         visible on this frame.
4486 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4488         * vc-svn.el (vc-svn-admin-directory): New var.
4489         (vc-svn-registered, vc-svn-responsible-p)
4490         (vc-svn-repository-hostname): Use it.
4491         Suggested by arit93@yahoo.com.
4493 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4495         * ldefs-boot.el: Regenerate.
4497 2006-11-08  Alan Mackenzie  <acm@muc.de>
4499         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4500         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4501         for least nested open-paren.
4503 2006-11-08  Romain Francoise  <romain@orebokech.com>
4505         * subr.el (remove-overlays): Fix typo in last change.
4507 2006-11-08  Richard Stallman  <rms@gnu.org>
4509         * subr.el (remove-overlays): Call overlay-recenter.
4511 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4513         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4514         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4515         behavior.
4516         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4517         directly.
4519 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4521         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4522         (ido-max-dir-file-cache, ido-decorations)
4523         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4524         (ido-magic-backward-char, ido-enter-dired)
4525         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4526         (ido-list-directory, ido-first-match, ido-only-match)
4527         (ido-subdir, ido-indicator): Fix typos in docstrings.
4528         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4529         (ido-read-internal): Fix typo in error message.
4531 2006-11-08  Kenichi Handa  <handa@m17n.org>
4533         * international/mule-cmds.el (set-default-coding-systems):
4534         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4536 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4538         * makefile.w32-in (setwins): Remove.
4539         (WINS_ALMOST): New macro.
4540         (WINS): Use it.
4541         (autoloads): Don't extract autoloads from files in obsolete/.
4543 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4545         * whitespace.el (whitespace-buffer): Call remove-overlays after
4546         overlay-recenter for performance.  Suggested by Martin Rudalics.
4548 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4550         * net/tramp.el (tramp-default-method): scp is the default method.
4552 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4554         * server.el (server-start): Save also the Emacs pid in the server file.
4556 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4558         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4559         point when displaying a bibtex cross reference in the echo area.
4561 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4563         * international/mule.el (make-char): Fix typo in docstring.
4564         (load-with-code-conversion, charsetp): Doc fixes.
4566         * international/ja-dic-cnv.el (skkdic-convert):
4567         * cus-edit.el (hook): Fix typo in docstring.
4569 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4571         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4572         (custom-mode-link-map): New variable.
4573         (custom-group-link, custom-manual): Use follow-link.
4575 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4577         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4578         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4580 2006-11-06  Richard Stallman  <rms@gnu.org>
4582         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4583         New function broken out of flyspell-correct-word.
4584         (flyspell-mode-map): Bind it to M-RET.
4585         (flyspell-correct-word): Call it.
4587         * textmodes/fill.el (fill-minibuffer-function): New function.
4588         (fill-paragraph): Bind fill-paragraph-function to
4589         fill-minibuffer-function.
4591         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4592         so that they aren't undefined.
4594         * dired.el (dired-readin): Locally bind file-name-coding-system.
4596         * bindings.el: Shorten and clarify usual mode line mouse help string.
4598         * Makefile.in (autoloads): Don't include `obsolete'.
4600 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4602         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4603         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4604         Printing menu if it's not initialized.
4605         (pr-menu-bind): Act on menu-bar-file-menu directly.
4607 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4609         * help.el (view-emacs-news): Fix typo in error message.
4611         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4613         * shadowfile.el (shadow-define-regexp-group)
4614         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4615         (shadow-read-files): Fix typo in message.
4616         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4617         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4618         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4619         (shadow-file-match): Fix typos in docstrings.
4621         * terminal.el (terminal-emulator): Fix typo in message.
4623         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4625         * emacs-lisp/lselect.el (x-kill-primary-selection)
4626         (x-delete-primary-selection, x-copy-primary-selection):
4627         Fix typos in error messages.
4629         * emulation/edt-mapper.el: Fix typo in interactive message.
4631         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4633         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4634         (ispell-help): Fix typos in docstrings.
4635         (ispell-help): Fix typo in output message.
4637         * allout.el (allout-adjust-file-variable)
4638         (allout-passphrase-verifier-string)
4639         (allout-passphrase-hint-string)
4640         (allout-toggle-current-subtree-encryption):
4641         * apropos.el (apropos-synonyms):
4642         * cus-edit.el (hook):
4643         * emacs-lock.el (emacs-lock-from-exiting):
4644         * follow.el (follow-avoid-tail-recenter-p):
4645         * hexl.el (hexl-mode):
4646         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4647         * mouse.el (mouse-set-font):
4648         * resume.el (resume-emacs-args-file):
4649         * rfn-eshadow.el (file-name-shadow-tty-properties):
4650         * t-mouse.el (t-mouse-process, t-mouse-mode):
4651         * emacs-lisp/cust-print.el (custom-print-install)
4652         (custom-print-uninstall, custom-format):
4653         * emacs-lisp/shadow.el (list-load-path-shadows):
4654         * emulation/tpu-edt.el (tpu-help-text)
4655         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4656         (tpu-reset-control-keys):
4657         * emulation/vip.el (vip-emacs-local-map)
4658         (vip-change-mode-to-emacs):
4659         * emulation/viper.el (viper-mode, viper-set-hooks)
4660         (viper-major-mode-modifier-list):
4661         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4662         * emulation/viper-keym.el (viper-emacs-kbd-map)
4663         (viper-toggle-key):
4664         * mail/feedmail.el (feedmail-queue-reminder)
4665         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4666         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4667         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4668         (feedmail-sender-line, feedmail-force-binary-write)
4669         (feedmail-from-line, feedmail-deduce-envelope-from)
4670         (feedmail-x-mailer-line, feedmail-message-id-generator)
4671         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4672         (feedmail-enable-spray, feedmail-spray-this-address)
4673         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4674         (feedmail-queue-runner-confirm-global)
4675         (feedmail-ask-before-queue-prompt)
4676         (feedmail-ask-before-queue-reprompt)
4677         (feedmail-prompt-before-queue-standard-alist)
4678         (feedmail-prompt-before-queue-user-alist)
4679         (feedmail-prompt-before-queue-help-supplement)
4680         (feedmail-queue-use-send-time-for-message-id)
4681         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4682         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4683         (feedmail-mail-send-hook-queued)
4684         (feedmail-confirm-addresses-hook-example)
4685         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4686         (feedmail-queue-runner-mode-setter)
4687         (feedmail-queue-alternative-mail-header-separator)
4688         (feedmail-queue-runner-message-sender)
4689         (feedmail-buffer-eating-function, feedmail-binmail-template)
4690         (feedmail-run-the-queue-no-prompts)
4691         (feedmail-run-the-queue-global-prompt)
4692         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4693         (feedmail-envelope-deducer, feedmail-fiddle-date)
4694         (feedmail-default-message-id-generator)
4695         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4696         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4697         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4698         (vms-pmail-setup):
4699         * play/dunnet.el (dun-help):
4700         * play/handwrite.el (handwrite):
4701         * play/hanoi.el (hanoi-unix-64):
4702         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4703         * textmodes/enriched.el (fixed):
4704         * textmodes/org.el (org-file-apps)
4705         (org-emphasis-regexp-components, org-emphasis-alist):
4706         * textmodes/texinfmt.el (batch-texinfo-format):
4707         Fix typos in docstrings.
4709 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4711         * loadhist.el (read-feature): Don't complete features not loaded
4712         from a file (which make `unload-feature' to fail).
4714 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4716         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4718 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4720         * startup.el (command-line-1): Kill emacs if the last frame is
4721         deleted while evaluating the command-line arguments.
4723 2006-11-05  Richard Stallman  <rms@gnu.org>
4725         * startup.el (init-file-had-error): Add doc string.
4726         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4727         Use fixed-width font for keyboard key descriptions.
4729         * cus-edit.el (custom-save-all): Error if saving in .emacs
4730         and it had an error when loaded.
4732         * dired-aux.el (dired-copy-file-recursive): Catch errors
4733         from recursive copies in the loop, around the recursive call.
4735 2006-11-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4737         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4738         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4739         `/proc/acpi/thermal_zone/*'.
4740         (battery-search-for-one-match-in-files): New.  Search a regexp in
4741         the content of some files.
4743 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4745         * window.el (mouse-autoselect-window-now): Remove variable.
4746         (mouse-autoselect-window-state): New variable.
4747         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4748         (mouse-autoselect-window-select, handle-select-window):
4749         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4750         Suspend delayed autoselection during menu or popup dialog.
4752         * info-look.el (info-lookup-guess-custom-symbol): New function
4753         for retrieving symbol at point in custom buffers.
4754         (top level) <info-lookup-maybe-add-help>: Add backquote and
4755         comma to ignored characters in regexps of help specifications
4756         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4757         looking up symbols in `...' and after a comma.  Add help
4758         specifications for custom-mode and help-mode.
4760 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4762         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4763         Don't encode body if RAW is non-nil, or if the old encoding is
4764         identical to the new encoding, or if the body contains only
4765         eight-bit-* characters.
4767 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4769         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4770         (faces-sample-overlay): Remove variable.
4771         (describe-face): Insert sample text in the face being described.
4773 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4775         * whitespace.el (whitespace-indent-regexp): Make this match any
4776         multiples of eight spaces near the beginning of a line.
4777         (whitespace-buffer): Use `remove-overlays' instead of
4778         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4779         speed up overlay handling.
4780         (whitespace-buffer-leading, whitespace-buffer-trailing):
4781         Make these functions highlight the text removed by
4782         `whitespace-buffer-leading-cleanup' and
4783         `whitespace-buffer-trailing-cleanup' respectively.
4784         (whitespace-buffer-search): Use `with-local-quit'.
4785         Move `format' out of loop to speed up scanning larger buffers.
4786         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4787         that function is never added to a hook.
4788         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4789         (whitespace-buffer-leading-cleanup)
4790         (whitespace-refresh-rescan-list): Fix docstrings.
4792 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4794         * allout.el (allout-during-yank-processing): Cue for inhibiting
4795         aberrance processing during yanks.
4796         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4797         the amount of yanked topics that can be aberrant.
4798         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4799         a function, and supplement with inihibition of doublechecking
4800         during yanks.
4801         (allout-beginning-of-line, allout-next-heading)
4802         (allout-previous-heading, allout-goto-prefix-doublechecked)
4803         (allout-back-to-current-heading, allout-next-visible-heading)
4804         (allout-next-sibling): Use new allout-do-doublecheck function.
4805         (allout-next-sibling): Ensure we made progress when returning
4806         other than nil.
4807         (allout-rebullet-heading): Preserve text property annotations
4808         indicating the text was hidden, if it was.
4809         (allout-kill-line): Remove any added was-hidden annotations.
4810         (allout-kill-topic): Remove any added was-hidden annotations.
4811         (allout-annotate-hidden): Inhibit adding was-hidden text
4812         properties to the undo list.
4813         (allout-deannotate-hidden): New function to remove was-hidden
4814         annotation.
4815         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4816         (allout-remove-exposure-annotation): Replace by
4817         allout-deannotate-hidden.
4818         (allout-yank-processing): Signal that yank processing is happening
4819         with allout-during-yank-processing.  Also, wrap
4820         allout-unprotected's closer to the text changes, for easier
4821         debugging.  We need to inhibit-field-text-motion explicitly, in
4822         lieu of the encompassing allout-unprotected.
4823         (outlineify-sticky): Adjust criteria for triggering new outline
4824         decorations to presence or absence of any topics, not just a topic
4825         at the beginning of the buffer.
4827 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4829         * bs.el (bs--show-all, bs--redisplay):
4830         * cus-edit.el (custom-unlispify-menu-entries)
4831         (custom-unlispify-tag-names, custom-prompt-variable):
4832         * expand.el (expand-pos):
4833         * speedbar.el (speedbar-generic-list-tag-p):
4834         * wid-edit.el (widget-image-enable):
4835         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4836         * emacs-lisp/find-func.el (find-function-noselect)
4837         (find-function, find-variable-noselect, find-variable)
4838         (find-definition-noselect, find-face-definition):
4839         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4840         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4841         * progmodes/ada-xref.el (ada-find-in-ali):
4842         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4843         * textmodes/org.el (org-copy-subtree):
4844         * textmodes/table.el (table--row-column-insertion-point-p):
4845         Use "non-nil" in docstrings.
4847 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4849         * sort.el (sort-columns): Set the field separator to tab; on
4850         NetBSD, sort complains if "\n" is used as field separator.
4852 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4854         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4856 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         * server.el (server-auth-key): Remove.  Replace by a process-property.
4859         (server-start): Don't remove the file of the previous process, but
4860         instead clear out the place for the new file.
4861         (server-start): Set the :auth-key property.
4862         (server-process-filter): Use the :auth-key property.
4864 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4866         * textmodes/org.el (org-mode-map): No longer copy
4867         `outline-mode-map' explicitly - this is already done by
4868         `define-derived-mode'.
4870 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4872         * server.el (server-visit-files): Use `when'.
4873         (server-process-filter): When authentication fails, send error
4874         message to client.  Wrap `process-send-region' in `ignore-errors'
4875         instead of `condition-case', and remove misleading comment.
4877 2006-11-01  Juri Linkov  <juri@jurta.org>
4879         * simple.el (yank): Doc fix.
4881 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * server.el: Try and fit within 80 columns.
4884         (server-start): Make the auth file unreadable by other users.
4886 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4888         * battery.el (battery-linux-proc-acpi): Prevent range error when
4889         `full-capacity' is 0.
4891 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4893         * faces.el (faces-sample-overlay): New defvar.
4894         (faces-sample-overlay): New function to show face sample text.
4895         (describe-face): Use it.
4897 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4899         * progmodes/ada-stmt.el: Change maintainer, apply
4900         whitespace-cleanup, checkdoc.
4901         (ada-func-or-proc-name): Add doc string.
4903         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4904         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4905         strings and comments.
4906         (ada-prj-display-page): Change buffer name to more accurately
4907         reflect function.
4909         * progmodes/ada-xref.el: Change maintainer, apply
4910         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4911         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4912         (ada-compile-current): Don't add newlines to commands.
4914 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4916         * server.el: Add support for TCP sockets.
4917         (server-use-tcp, server-host, server-auth-dir): New options.
4918         (server-auth-key): New variable.
4919         (server-ensure-safe-dir): Create nonexistent parent dirs.
4920         Ignore Unix-style file modes on Windows.
4921         (server-start): Crete a TCP or Unix socket according to the value
4922         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4923         `server-auth-dir' directory.
4924         (server-process-filter): Delete process if authentication
4925         fails (which never happens for Unix sockets).
4927 2006-10-30  David Kastrup  <dak@gnu.org>
4929         * subr.el (add-to-list): Don't continue checking if a match has
4930         been found.
4932 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4934         * tutorial.el: Move defvars to avoid bytecomp warnings.
4935         (tutorial--find-changed-keys): Check if viper-current-state is
4936         bound before using it.
4937         (help-with-tutorial): Check if viper-tutorial is defined before
4938         using it.
4940 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4942         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4944         * tutorial.el: New file.
4945         (help-with-tutorial): Move here from help-fns.el.  Add help for
4946         rebound keys.  Fix resume of tutorial.
4947         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4948         (tutorial--find-changed-keys, tutorial--display-changes)
4949         (tutorial--saved-dir, tutorial--saved-file)
4950         (tutorial--save-tutorial): New functions to support the changes in
4951         help-with-tutorial.
4953 2006-10-30  Kenichi Handa  <handa@m17n.org>
4955         * files.el (revert-buffer): If a unibyte buffer is being reverted
4956         with a coding system for multibyte, set buffer multibyte before
4957         calling insert-file-contents.
4959 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * server.el (server-select-display): Use a dummy buffer to detect when
4962         the frame is later used.
4963         (server-select-display): New function.
4964         (server-process-filter): Use it to detect unused temp frames.
4966 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4968         * progmodes/ada-mode.el: Change maintainer, apply
4969         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4970         (ada-mode-version): New function.
4971         (ada-create-menu): Menu operations are available for all supported
4972         compilers.
4974 2006-10-29  Lars Hansen  <larsh@soem.dk>
4976         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4977         Highlight as keyword.
4978         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4979         Don't call tramp-method-out-of-band-p for local files.
4980         (tramp-touch): Quote file name.
4982 2006-10-28  Glenn Morris  <rgm@gnu.org>
4984         * calendar/calendar.el (cal-html-cursor-month)
4985         (cal-html-cursor-year): Add autoloads for this new package.
4986         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4988 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4990         * calendar/cal-html.el: New file.
4992 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4994         * emacs-lisp/authors.el (authors-aliases): Update.
4996 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4998         * version.el (emacs-version): Bump version number to 22.0.90.
5000 2006-10-26  John W. Eaton  <jwe@octave.org>
5002         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5003         New defvar.
5004         (inferior-octave-resync-dirs): Check to see whether Octave has
5005         built-in variables and set inferior-octave-has-built-in-variables.
5006         Check inferior-octave-has-built-in-variables to decide whether to
5007         send commands that set built-in variables or call functions to
5008         change Octave's behavior.
5009         Send "disp (pwd ())" to Octave instead of just "pwd".
5010         (inferior-octave-startup): Send "more off" to Octave instead of
5011         "page_screen_output = 0".
5013 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
5015         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5016         pattern normally.
5018 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
5020         * bindings.el (mode-line-mode-menu): Remove bindings for global
5021         minor modes (line/column number) as they are on the menubar.
5023 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
5025         * term/w32-win.el (x-handle-name-switch): Doc fix.
5026         (w32-standard-fontset-spec): Fix typo in docstring.
5028         * midnight.el (midnight-buffer-display-time): Doc fix.
5029         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5031 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5033         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5035         * emulation/viper-ex.el (ex-read): Quote file argument.
5037         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5039         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5041 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5043         * textmodes/flyspell.el (flyspell-check-region-doublons):
5044         Fix last fix.
5046 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5048         * bindings.el (mode-line-mode-menu): List global minor modes
5049         before local ones.
5051 2006-10-23  Kim F. Storm  <storm@cua.dk>
5053         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5054         (sit-for): If last command was a prefix arg, add the read-ahead
5055         event to unread-command-events as (t . EVENT) so it will be added
5056         to this-command-keys by read-key-sequence.
5058 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5060         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5061         whitespace when checking doublons.
5062         (flyspell-check-region-doublons): Fix doublon regexp.
5063         (flyspell-highlight-incorrect-region): Highlight doublons using
5064         flyspell-duplicate face.
5066         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5068 2006-10-22  John Wiegley  <johnw@newartisans.com>
5070         * progmodes/python.el (python-use-skeletons): python-mode was
5071         auto-inserting templates (for those with abbrev-mode on), not only
5072         by default -- *but without a configuration variable to disable
5073         it*.  This rendered python-mode completely useless for me, so I
5074         have added `python-use-skeletons', which is now off by default.
5076 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5078         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5079         font-lock-multiline is auto-local (it's not).
5080         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5081         initialized before calling cperl-init-faces.
5083 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5085         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5086         gdb-stack-position a value when there is no fringe.
5088         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5089         indicator if not visiting a file.
5091 2006-10-20  David Kastrup  <dak@gnu.org>
5093         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5094         operation would still cause some window to collapse later.
5096 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5099         side-effect due to mixing various backends's file properties.
5101         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5102         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5103         Return `filename's status if applicable.  Update callers.
5105 2006-10-19  Kenichi Handa  <handa@m17n.org>
5107         * international/kkc.el (kkc-region): When a key sequence is not
5108         defined, append (this-single-command-raw-keys) to
5109         unread-input-method-events.
5111 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5113         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5115 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5117         * version.el (emacs-version): Use mac-carbon-version-string.
5119         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5121 2006-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5123         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5124         Kenichi Handa).
5125         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5126         the selection is not UTF-8.
5128 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5130         * progmodes/ada-mode.el (ada-83-string-keywords)
5131         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5132         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5133         (ada-looking-at-semi-private, ada-get-body-name):
5134         Fix typos in docstrings.
5135         (ada-create-case-exception, ada-create-case-exception-substring):
5136         Fix typos in error messages.
5137         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5139 2006-10-18  Jan Djärv  <jan.h.d@swipnet.se>
5141         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5142         to default-frame-alist if default-frame-alist already contains
5143         width/height.
5145 2006-10-18  Richard Stallman  <rms@gnu.org>
5147         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5148         Non-interactive arg is the value, not the expression.
5150         * simple.el (read-expression-map): Just set it, no defvar.
5152         * subr.el (insert-for-yank-1): If last inserted char has
5153         properties, mark them as rear-nonsticky.
5155         * recentf.el (recentf-mode): Doc fix.
5157         * facemenu.el (facemenu-add-new-face): Defend against symbol
5158         that isn't a face name.
5160         * dired-aux.el (dired-do-copy): Doc fix.
5162 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5164         * simple.el (line-move-1): Ignore fields when moving to the
5165         beginning of line to avoid getting point stuck.
5167 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5169         * textmodes/flyspell.el (flyspell-word-search-backward):
5170         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5171         text.
5173 2006-10-16  Richard Stallman  <rms@gnu.org>
5175         * help-fns.el (describe-function-1): Special case optimization
5176         for self-insert-command.
5178 2006-10-16  Kim F. Storm  <storm@cua.dk>
5180         * ido.el (ido-reread-directory): Work in `dir' mode too.
5182 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5184         * textmodes/table.el: Require 'regexp-opt.
5186 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5188         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5189         Use shell-quote-argument.
5191         * shell.el (explicit-bash-args): Likewise.
5193         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5194         Use grep -E rather than egrep.
5196 2006-10-15  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5198         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5200 2006-10-15  Kim F. Storm  <storm@cua.dk>
5202         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5204 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5206         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5207         to protect whitespace and metacharacters from the shell.
5209 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5211         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5213 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5215         * subr.el (start-process-shell-command): Doc fix.
5217 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5219         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5220         the regexp for Maxima symbols.
5222 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5225         (vc-find-root): Don't walk higher up than ~.
5227 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5229         * international/utf-8.el (utf-translate-cjk-load-tables):
5230         Avoid clobbering last-coding-system-used during load.
5232 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5234         * textmodes/reftex-global.el (reftex-create-tags-file):
5235         Quote file arguments.
5237 2006-10-12  Richard Stallman  <rms@gnu.org>
5239         * files.el (file-name-history): Add defvar.
5240         (save-some-buffers-action-alist): Improve description strings.
5242 2006-10-12  Andreas Schwab  <schwab@suse.de>
5244         * files.el (auto-mode-alist): Match change log file name also with
5245         a dash before a numeric extension.
5247 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5249         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5250         After 5.0:
5251         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5253         After 5.1: Major edit.  Summary of most visible changes:
5255         - Multiple <<HERE per line allowed.
5256         - Handles multiline subroutine declaration headers (with comments).
5257           (The exception is `cperl-etags' - but it is not used in the rest
5258           of the mode.)
5259         - Fontifies multiline my/our declarations (even with comments,
5260           and with legacy `font-lock').
5261         - Major speedup of syntaxification, both immediate and postponed
5262           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5263           huge real-life document I tested).
5264         - New bindings, edits to imenu.
5265         - "_" is made into word-char during fontification/syntaxification;
5266           some attempts to recognize non-word "_" during other operations too.
5267         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5268         - autoload some more perldoc-related stuff
5269         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5270         - Attempt to incorporate XEmacs edits which reached me.
5272         Fine-grained changelog:
5273         (cperl-hook-after-change): New configuration variable.
5274         (cperl-vc-sccs-header): Likewise.
5275         (cperl-vc-sccs-header): Likewise.
5276         (cperl-vc-header-alist): Default via two preceding variables.
5277         (cperl-invalid-face): Remove double quoting under XEmacs
5278                 (still needed under 21.2).
5279         (cperl-tips): Update URLs for resources.
5280         (cperl-problems): Likewise.
5281         (cperl-praise): Mention new features.
5282         New C-c key bindings: for `cperl-find-bad-style',
5283         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5284         `cperl-perdoc', and `cperl-perldoc-at-point'.
5285         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5286         moved, new submenu of Tools with Ispell entries and narrowing.
5287         (cperl-after-sub-regexp): New defsubst.
5288         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5289                 Allows heads up to head4.
5290                 Allow "package;".
5291         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5292         (paren-backwards-message): ??? Something for XEmacs???
5293         (cperl-mode): Never auto-switch abbrev-mode off.
5294                 Try to allow '_' be non-word char.
5295                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5296                 Reset syntax cache on mode start.
5297                 Support multiline facification (even on legacy `font-lock').
5298         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5299         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5300                 refuse to inform us whether the fontification is due to lazy
5301                 calling or due to edit to a buffer, install our own hook
5302                 (controlled by `cperl-hook-after-change').
5303         (cperl-electric-pod): =cut may have been recognized as start.
5304         (cperl-block-p): Move, updated for attributes.
5305         (cperl-calculate-indent): Try to allow '_' be non-word char
5306                 Support subs with attributes.
5307         (cperl-where-am-i): Quiet (?) a warning.
5308         (cperl-cached-syntax-table): New function.
5309         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5310         (cperl-unwind-to-safe): Recognize `syntax-type' property
5311                 changing in a middle of line.
5312         (cperl-find-sub-attrs): New function.
5313         (cperl-find-pods-heres): Allow many <<EOP per line.
5314                 Allow subs with attributes.
5315                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5316                 Recognize "extproc " (OS/2) case-folded and only at start.
5317                 /x on s///x with empty replacement was not recognized.
5318                 Better comments.
5319         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5320                 Allow subs with attributes, labels.
5321                 Do not confuse "else::foo" with "else".
5322                 Minor optimizations...
5323         (cperl-after-expr-p): Try to allow '_' be non-word char.
5324         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5325                 with `looking-at' inside `narrow' and bulk out if found.
5326         (cperl-imenu--create-perl-index): Updates for new
5327                 `cperl-imenu--function-name-regexp-perl'.
5328         (cperl-outline-level): Likewise.
5329         (cperl-init-faces): Allow multiline subroutine headers
5330                 and my/our declarations, and ones with comments.
5331                 Allow subroutine attributes.
5332         (cperl-imenu-on-info): Better docstring.
5333         (cperl-etags): Rudimentary support for attributes.
5334                 Support for packages and "package;".
5335         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5336         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5337         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5338         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5339         (cperl-perldoc): Add autoload.
5340         (cperl-perldoc-at-point): Likewise.
5341         (cperl-here-doc-spell): New function.
5342         (cperl-pod-spell): Likewise.
5343         (cperl-map-pods-heres): Likewise.
5344         (cperl-get-here-doc-region): Likewise.
5345         (cperl-font-lock-fontify-region-function): Likewise (backward
5346                 compatibility for legacy `font-lock').
5347         (cperl-font-lock-unfontify-region-function): Fix style.
5348         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5349                 calls with no-change.  Governed by `cperl-hook-after-change'.
5350         (cperl-fontify-update): Recognize that syntaxification region
5351                 can be larger than fontification one.
5352                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5353         (cperl-fontify-update-bad): Temporary placeholder until
5354                 it is clear how to implement `cperl-fontify-update'.
5355         (cperl-time-fontification): New function.
5356         (attrib-group): New text attribute.
5357         (multiline): New value: `syntax-type' text attribute.
5359         After 5.2:
5360         (cperl-emulate-lazy-lock): New function.
5361         (cperl-fontify-syntaxically): Would skip large regions.
5362         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5363         Some globals were declared, but uninitialized.
5365         After 5.3, 5.4:
5366         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5367         Copyright message updated.
5368         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
5369                         facification down a bit.
5370                 Misprint for my|our|local for old `font-lock'
5371                         "our" was not fontified same as "my|local".
5372                 Highlight variables after "my" etc even in
5373                         a middle of an expression.
5374                 Do not facify multiple variables after my etc
5375                         unless parentheses are present.
5377         After 5.5, 5.6
5378         (cperl-fontify-syntaxically): after-change hook could reset.
5379         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5381         After 5.7:
5382         (cperl-init-faces): Allow highlighting of local ($/).
5383         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5384         (cperl-problems): Remove fixed problems.
5385         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5386                 Recognize charclasses (unless delimiter is \).
5387         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5388         (cperl-regexp-scan): Update docs.
5389         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5391         After 5.8:
5392         Major user visible changes:
5393         Recognition and fontification of character classes in RExen.
5394         Variable indentation of RExen according to groups.
5396         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5397                 Fontify REx charclasses in variable-name face.
5398                 Fontify POSIX charclasses in "type" face.
5399                 Fontify unmatched "]" in function-name face.
5400                 Mark first-char of HERE-doc as `front-sticky'.
5401                 Reset `front-sticky' property when needed.
5402         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5403         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5404         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5405                 constructs.  Support `narrow'ed buffers.
5406         (cperl-praise): Remove a reservation.
5407         (cperl-make-indent): New function.
5408         (cperl-indent-for-comment): Use `cperl-make-indent'.
5409         (cperl-indent-line): Likewise.
5410         (cperl-lineup): Likewise.
5411         (cperl-beautify-regexp-piece): Likewise.
5412         (cperl-contract-level): Likewise.
5413         (cperl-toggle-set-debug-unwind): New function.
5414                 New menu entry for this.
5415         (fill-paragraph-function): Use when `boundp'.
5416         (cperl-calculate-indent): Take into account groups when indenting RExen.
5417         (cperl-to-comment-or-eol): Recognize # which end a string.
5418         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5419         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5420         (cperl-fontify-syntaxically): More clear debugging message.
5421         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5422         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5423         Merge cosmetic changes from XEmacs.
5425         After 5.9:
5426         (cperl-1+): Move to before the first use.
5427         (cperl-1-): Likewise.
5429         After 5.10:
5431         This code may lock Emacs hard!!!  Use at your own risk!
5433         (cperl-font-locking): New internal variable.
5434         (cperl-beginning-of-property): New function.
5435         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5436         instead of `previous-single-property-change'.
5437         (cperl-unwind-to-safe): Likewise.
5438         (cperl-after-expr-p): Likewise.
5439         (cperl-get-here-doc-region): Likewise.
5440         (cperl-font-lock-fontify-region-function): Likewise.
5441         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5442                         recursively.
5443                 Bound `next-single-property-change' via `point-max'.
5444         (cperl-unwind-to-safe): Bound likewise
5445         (cperl-font-lock-fontify-region-function): Likewise.
5446         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5447                 Initialization of `cperl-font-lock-multiline-start' could be
5448                 missed if the "main" fontification did not run due to the
5449                 keyword being already fontified.
5450         (cperl-pod-spell): Return t from do-one-chunk function.
5451         (cperl-map-pods-heres): Stop when the worker returns nil.
5452                 Call `cperl-update-syntaxification'.
5453         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5454         (cperl-get-here-doc-delim): Remove unused function.
5456         After 5.11:
5458         The possible lockup of Emacs (introduced in 5.10) fixed.
5460         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5461         (cperl-syntaxify-for-menu): New customization variable.
5462         (cperl-select-this-pod-or-here-doc): New function.
5463         (cperl-get-here-doc-region): Extra argument.
5464                 Do not adjust pos by 1.
5466         New menu entries
5467                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5468                 (Debugging CPerl:) backtrace on fontification.
5470         After 5.12:
5471         (cperl-cached-syntax-table): Use `car-safe'.
5472         (cperl-forward-re): Remove spurious argument SET-ST.
5473                 Add documentation.
5474         (cperl-forward-group-in-re): New function.
5475         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5476         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5478         After 5.13:
5479         (cperl-string-syntax-table): Make { and } not-grouping
5480           (Sometimes they ARE grouping in RExen, but matching them would only
5481            confuse in many situations when they are not)
5482         (beginning-of-buffer): Replace two occurrences with goto-char...
5483         (cperl-calculate-indent): `char-after' could be nil...
5484         (cperl-find-pods-heres): REx can start after "[" too.
5485                 Hightlight (??{}) in RExen too.
5486         (cperl-maybe-white-and-comment-rex): New constant
5487         (cperl-white-and-comment-rex): Likewise.
5488                 XXXX Not very efficient, but hard to make
5489                 better while keeping 1 group.
5491         After 5.13:
5492         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5493                 Likewise for 1 << identifier.
5495         After 5.14:
5496         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5497                 Error-less condition-case could fail.
5498         (cperl-font-lock-fontify-region-function): Likewise.
5499         (cperl-init-faces): Likewise.
5501         After 5.15:
5502         (cperl-find-pods-heres): Support property REx-part2.
5503         (cperl-calculate-indent): Likewise.
5504                 Don't special-case REx with non-empty 1st line.
5505         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5506                 Invert highlighting of charclasses:
5507                         now the envelop is highlighted.
5508                 Highlight many others 0-length builtins.
5509         (cperl-praise): Mention indenting and highlight in RExen.
5511         After 5.15:
5512         (cperl-find-pods-heres): Highlight capturing parens in REx.
5514         After 5.16:
5515         (cperl-find-pods-heres): Highlight '|' for alternation
5516         Initialize `font-lock-warning-face' if not present.
5517         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5518                          `font-lock-function-name-face'.
5519         (cperl-look-at-leading-count): Likewise.
5520         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5521                         `font-lock-keyword-face' (needed for
5522                         batch processing), etc...
5523                 Use `font-lock-builtin-face' for builtin in REx
5524                         Now `font-lock-variable-name-face'
5525                         is used for interpolated variables
5526                 Use "talking aliases" for faces inside REx
5527                 Highlight parts of REx (except in charclasses)
5528                         according to the syntax and/or semantic
5529                 Syntax-mark a {}-part of (?{}) as "comment"
5530                         (it was the ()-part)
5531                 Better logic to distinguish what is what in REx
5532         (cperl-tips-faces): Document REx highlighting
5533         (cperl-praise): Mention REx syntax highlight etc.
5535         After 5.17:
5536         (cperl-find-sub-attrs): Would not always manage to print error message.
5537         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5539         After 5.18:
5540         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5541                 Very minor optimization.
5542                 `my-cperl-REx-modifiers-face' got quoted.
5543                 Recognize "print $foo <<END" as HERE-doc.
5544                 Put `REx-interpolated' text attribute if needed.
5545         (cperl-invert-if-unless-modifiers): New function.
5546         (cperl-backward-to-start-of-expr): Likewise.
5547         (cperl-forward-to-end-of-expr): Likewise.
5548         (cperl-invert-if-unless): Works in "the opposite way" too.
5549                 Cursor position on return is on the switch-word.
5550                 Indents comments better.
5551         (REx-interpolated): New text attribute.
5552         (cperl-next-interpolated-REx): New function.
5553         (cperl-next-interpolated-REx-0): Likewise.
5554         (cperl-next-interpolated-REx-1): Likewise.
5555         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5556         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5557         (cperl-praise): Mention finded interpolated RExen.
5559         After 5.19:
5560         (cperl-init-faces): Highlight %$foo, @$foo too.
5561         (cperl-short-docs): Better docs for system, exec.
5562         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5563                 Would not find HERE-doc ended by EOF without NL.
5564         (cperl-short-docs): Correct not-doubled \-escapes.
5565         start block: Put some `defvar' for stuff gone from XEmacs.
5567         After 5.20:
5568         initial comment: Extend copyright, fix email address.
5569         (cperl-indent-comment-at-column-0): New customization variable.
5570         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5571         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5572         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5573         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5574         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5575                         highlight $ in $foo too (UNTESTED).
5576         (cperl-set-style): Docstring missed some available styles.
5577         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5578                 Change "Current" to "Memorize Current".
5579         (cperl-indent-wrt-brace): New customization variable; the default is
5580                 as for pre-5.2 version.
5581         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5582         (cperl-style-alist): Likewise.
5583         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5584                 and `cperl-extra-newline-before-brace' etc
5585                 being t
5586         (cperl-indent-exp): Plans B and C to find continuation blocks even
5587                 if `cperl-extra-newline-before-brace' is t.
5589         After 5.21:
5590         Improve some docstrings concerning indentation.
5591         (cperl-indent-rules-alist): New variable.
5592         (cperl-sniff-for-indent): New function name
5593                 (separated from `cperl-calculate-indent').
5594         (cperl-calculate-indent): Separate the sniffer and the indenter;
5595                 uses `cperl-sniff-for-indent' now.
5596         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5597                 was inverted;
5598                 Support `comment-column' = 0.
5600 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5602         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5603         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5604         * longlines.el (longlines-window-change-function): Likewise.
5605         * simple.el (undo-ask-before-discard): Likewise.
5606         * wid-edit.el (widget-field-prompt-internal)
5607         (widget-documentation-link-p): Likewise.
5609 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5612         for a keyword.
5614 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5616         * newcomment.el (comment-valid-prefix-p): Make the check
5617         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5618         (comment-indent-new-line): Adjust call.
5620 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5622         * allout.el (allout-back-to-current-heading): Base on lower-level
5623         routines to get proper disqualification of aberrant topics.
5625 2006-10-09  Richard Stallman  <rms@gnu.org>
5627         * textmodes/two-column.el (2C-two-columns): Doc fix.
5629 2006-10-09  Kim F. Storm  <storm@cua.dk>
5631         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5632         about implicit use.
5634 2006-10-08  Richard Stallman  <rms@gnu.org>
5636         * textmodes/two-column.el (2C-two-columns): Doc fix.
5638 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5640         * files.el: Mark `buffer-read-only' as safe-local-variable.
5642 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5644         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5645         Burp if GUD buffer has been killed.
5647 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5649         * completion.el (add-completions-from-c-buffer):
5650         Don't presume an error's second element is a string.
5651         Use looking-at rather than buffer-substring + member.
5653 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5655         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5656         `undecided', call find-coding-systems-region to find a proper
5657         non-trivial encoding.
5658         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5659         and "text/plain".
5661 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5663         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5664         url-link.
5666         * strokes.el (defgroup strokes): Remove invalid url-link.
5668 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5670         * autoinsert.el (auto-insert-alist): Doc fix.
5672 2006-10-07  Johan Bockgård  <bojohan@dd.chalmers.se>
5674         * mouse-sel.el (mouse-insert-selection-internal):
5675         Use insert-for-yank, so that yank handlers are run.
5677 2006-10-07  Kim F. Storm  <storm@cua.dk>
5679         * ido.el (ido-file-extension-aux): Fix comparison.
5681 2006-10-06  Kim F. Storm  <storm@cua.dk>
5683         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5685 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5687         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5688         (ad-make-mapped-call): Use `let', not `let*'.
5690 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5692         * international/mule-cmds.el (coding-system-change-eol-conversion):
5693         Ensure the coding system is initialized before calling
5694         coding-system-eol-type.
5696 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5698         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5699         (org-activate-angle-links, org-activate-dates)
5700         (org-activate-target-links, org-activate-camels)
5701         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5702         textproperty keymaps from being active beyond the end of a line.
5703         (org-unfontify-region): Also remove `rear-nonsticky' property.
5705 2006-10-04  Kenichi Handa  <handa@m17n.org>
5707         * international/code-pages.el (next): Table fixed.
5709 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5711         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5712         that it's been made unnecessary by removing narrowing.
5714 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5716         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5717         control flow a bit, simplify another bit, and add comments.
5719 2006-10-03  David Kastrup  <dak@gnu.org>
5721         * help.el (describe-mode): For clicks on mode-line, use "@"
5722         interactive argument to get the major mode of the click instead of
5723         the current buffer.
5725         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5726         in order to better redirect mouse-2 clicks.  Also allow default
5727         bindings to apply.
5729 2006-10-03  Kim F. Storm  <storm@cua.dk>
5731         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5732         (pushnew): Fix last change.
5734 2006-10-03  Denis Stünkel  <dstuenkel@googlemail.com>  (tiny change)
5736         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5737         Use the interactive spec of `eval-expression'.
5739 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5741         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5743 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5745         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5746         2006-09-28 commit.
5748 2006-10-02  Kenichi Handa  <handa@m17n.org>
5750         * international/code-pages.el (iso-8859-6): Table fixed.
5752 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5754         * dired.el (dired-build-subdir-alist): Fix previous change.
5756 2006-10-01  Johan Bockgård  <bojohan@dd.chalmers.se>
5758         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5760 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5763         "define-button-type".
5765         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5766         they don't keep accumulating.
5768 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5770         * ffap.el (ffap-rfc-path): Change the address of the RFC
5771         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5773 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5775         * allout.el (allout-expose-topic): Rectify implementation of "+"
5776         spec, so that bodies are not exposed with headlines.
5778 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5780         * allout.el (allout-current-depth): Do aberrent check only at or
5781         below doublecheck depth.
5782         (allout-chart-subtree): Make it explicit that LEVELS being nil
5783         means unlimited depth.  Drop undocumented support for LEVELS value
5784         t meaning unlimited depth.  (This is consistent with
5785         allout-chart-to-reveal, but contrary to allout-show-children,
5786         which needs to use nil to default to depth of 1.)
5787         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5788         (allout-chart-to-reveal): Be explicit in docstring about meaning
5789         of nil LEVELS, and drop support for LEVELS value t.
5790         (allout-show-children): Translate the level spec used by this
5791         routine to that used by allout-chart-subtree and
5792         allout-chart-to-reveal.
5793         (allout-show-to-offshoot): Retry once when stuck, after opening
5794         subtree - improvements in discontinuity handling likely will
5795         enable progress.
5797 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5799         * wid-edit.el (widget-button-click-moves-point): New variable.
5800         (widget-button-click): If widget-button-click-moves-point is
5801         non-nil, set point after performing the button action.
5803         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5805 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5807         * files.el (find-file-existing): Modify to not allow wildcards.
5809 2006-09-30  Johan Bockgård  <bojohan@dd.chalmers.se>
5811         * simple.el (undo-more): When undo information for the region is
5812         exhausted, say "No further undo information FOR REGION".
5814 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5816         * progmodes/sh-script.el (sh-prev-thing):
5817         Take `sh-leading-keywords' into account.
5819 2006-09-29  Glenn Morris  <rgm@gnu.org>
5821         * custom.el (defcustom): Doc fix.
5823         * calendar/calendar.el (european-calendar-style):
5824         Call european-calendar or american-calendar as needed when set.
5825         (diary-view-entries, list-calendar-holidays): Move autoloads
5826         before use.
5828 2006-09-29  Juri Linkov  <juri@jurta.org>
5830         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5831         to nil if there is no previous property change.
5833 2006-09-29  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5835         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5836         saving anything to be sure that `forward-sexp' behaves correctly.
5838 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5840         * simple.el (line-move-finish): Ignore field boundaries if the
5841         initial and final points have the same `field' property.
5843 2006-09-29  Kim F. Storm  <storm@cua.dk>
5845         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5846         to t while calling ido-read-internal.
5848 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5850         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5851         (org-archive-subtree): Remove erraneous `]' from character list.
5853 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5855         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5856         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5857         markers for data-area and parameters-area.
5859 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5861         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5863         * font-lock.el (font-lock-after-change-function): Refontify next line
5864         as well if end is at BOL.
5865         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5866         only extend the region as much as needed.
5868 2006-09-28  Richard Stallman  <rms@gnu.org>
5870         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5872         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5874         * international/mule.el (after-insert-file-set-coding):
5875         If VISIT, don't let set-buffer-multibyte make undo info.
5877 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5879         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5880         lines in base64-encoded authentication response.
5882 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5884         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
5885         (ebnf-version): New version 4.3.
5886         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5887         (ebnf-prologue): Adjust PostScript programming.
5888         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5889         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5891 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5893         * jit-lock.el (jit-lock-force-redisplay): Rename from
5894         jit-lock-fontify-again, and undo the mistaken change I've just done.
5896         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5897         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5899 2006-09-26  Kenichi Handa  <handa@m17n.org>
5901         * startup.el (display-splash-screen): Allow a prefix argument.
5903 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5905         * subr.el (shell-quote-argument): Use DOS logic for Windows
5906         shells with DOS semantics.
5908 2006-09-24  Richard Stallman  <rms@gnu.org>
5910         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5911         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5912         to delete the overlay.  Put it on pre-command-hook.
5914         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5916         * startup.el (fancy-splash-screens, normal-splash-screen):
5917         Call the splash buffer *About GNU Emacs*.
5919         * simple.el (next-error-highlight, next-error-highlight-no-select):
5920         Default to 0.5.
5921         (yank-excluded-properties): Add `fontified'.
5923         * font-lock.el (font-lock-compile-keywords): Allow value of
5924         syntax-begin-function to enable paren-column-0 highlighting.
5926 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5928         * dired.el (dired-build-subdir-alist): When file ends in colon,
5929         don't exit the loop, just disregard that file.
5931 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5933         * simple.el (line-move-finish): Handle corner case for fields in
5934         continued lines.
5935         (line-move-1): Remove flawed test for that case.
5937 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5939         * icomplete.el (icomplete-simple-completing-p): Use the correct
5940         name for the new variable, `icomplete-with-completion-tables'.
5941         (file local variables): Remove superfluous setting.
5943 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5945         * calendar/appt.el (appt-check): Fix typo for appointments just
5946         after midnight.
5948 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5950         * help.el (describe-key-briefly, describe-key): Don't expect an
5951         extra up event if a down-event is generated by a popup menu.
5953 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5955         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5956         local dictionary when changing the global dictionary.
5958 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5960         * icomplete.el (icomplete-with-completion-tables): List of
5961         specialized completion tables with which icomplete should
5962         operate.  Include the new `internal-complete-buffer', so icomplete
5963         works with interactive buffer-selection.
5964         (icomplete-simple-completing-p): Add acceptance of specialized
5965         completion tables listed in icomplete-with-completion-tables.
5967 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5969         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5971         * startup.el (command-line): Use `custom-reevaluate-setting' for
5972         `focus-follows-mouse'.
5974 2006-09-22  Richard Stallman  <rms@gnu.org>
5976         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5977         explain why Save is not available.
5979 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5981         * woman.el (woman0-so): Use `let*', not `let'.
5982         (woman-horizontal-line): Remove unbalanced parenthesis.
5984 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * woman.el: Make sure all the end-of-region markers we use have
5987         a non-nil insertion-type.
5988         (woman0-so): Move things around so we can use copy-marker.
5989         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5990         Adjust marker type.
5991         (woman2-process-escapes): Check marker type.
5992         (woman-horizontal-line): Dispense with the use of a marker.
5994 2006-09-22  Jay Belanger  <belanger@truman.edu>
5996         * calc/calc-lang.el: Add Greek letters to math-variable-table
5997         property of tex.
5999 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
6001         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6003 2006-09-22  Masatake YAMATO  <jet@gyve.org>
6005         * add-log.el (add-log-current-defun): Use `forward-sexp'
6006         instead of `forward-word' to pick c++::symbol.
6007         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6009 2006-09-22  Kenichi Handa  <handa@m17n.org>
6011         * bindings.el: Fix setting self-insert-command for multibyte
6012         characters in global-map.
6014 2006-09-21  David Kastrup  <dak@gnu.org>
6016         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6017         doc string.
6019 2006-09-21  Kenichi Handa  <handa@m17n.org>
6021         * language/european.el ("Latin-1"): Add windows-1252 to
6022         coding-priority.
6023         ("German"): Likewise.
6025 2006-09-21  Kim F. Storm  <storm@cua.dk>
6027         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6028         Suggested by Miles Bader.
6030         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6031         instead of add-to-list in the simple case.
6033 2006-09-20  Kenichi Handa  <handa@m17n.org>
6035         * isearch.el (isearch-process-search-char): Cancel the previous change.
6036         (isearch-search-string): New function.
6037         (isearch-search): Use isearch-search-string.
6038         (isearch-lazy-highlight-search): Likewise.
6040 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6042         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6043         string to become an option.
6045 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6049 2006-09-20  Kim F. Storm  <storm@cua.dk>
6051         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6052         position t instead of trying both window-end and window-end - 1.
6054 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6056         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6057         hidden trees.
6059 2006-09-20  David Kastrup  <dak@gnu.org>
6061         * mouse.el (mouse-posn-property): Improve doc string.
6062         (mouse-on-link-p): Change buffers for function calls on links.
6064         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6065         buffer is read-only.
6067 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6069         * allout.el (allout-unprotected): Let inhibit-read-only only when
6070         buffer-read-only isn't set.
6071         (allout-annotate-hidden): Enable topic annotation during copies even
6072         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6073         advances, even when the span extends beyond the deletion region.
6074         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6075         rather than allout-exposure-changed-hook, as a stronger assertion.
6076         (allout-keybindings-list): Add bindings for
6077         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6078         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6079         Copy wrappers for allout-kill-line and allout-kill-topic.
6080         (allout-listify-exposed): Position correctly to accumulate lines.
6082 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6084         * simple.el (line-move-1): Escape field boundaries occurring
6085         exactly at point.  Update goal column if constrained to a field.
6086         (line-move-finish): Escape field boundaries occurring exactly at point.
6088 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6090         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6091         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6093 2006-09-19  Kim F. Storm  <storm@cua.dk>
6095         * help.el (describe-key-briefly, describe-key): Simplify printing
6096         of descriptions by using format and %S.  Fix "is undefined"
6097         messages to say "at that spot" for mouse events.
6099         * simple.el (line-move-partial): Optimize.  Try window-line-height
6100         before posn-at-point to get vpos of current line.
6102 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6104         * emulation/viper.el: Bump up version/date of update to reflect the
6105         substantial changes done in August 2006.
6107         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
6108         push-button are defined.
6110         * ediff-util.el (ediff-add-to-history): New function.
6112         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6114 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6116         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6117         Delete duplicate make-local-variable form.
6118         (conf-space-keywords): Add autoload cookie.
6119         Fix typo (`keywords', not `keyword').
6121 2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
6123         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6124         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6125         to x-gtk-use-old-file-dialog.
6127 2006-09-18  Richard Stallman  <rms@gnu.org>
6129         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6130         that might come in during mouse tracking.
6132 2006-09-18  Kim F. Storm  <storm@cua.dk>
6134         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6135         new window-line-height function.  Further optimize by not calling
6136         pos-visible-in-window-p for window-end when window-line-height
6137         returns useful information.
6139 2006-09-16  Richard Stallman  <rms@gnu.org>
6141         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6142         (conf-space-mode): Don't handle prefix arg.
6143         Delete conf-space-keywords-override code.
6144         Use add-hook.
6145         (conf-space-keywords): New command.
6146         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6147         Delete conf-space-keywords-override code.
6148         (conf-space-keywords-alist): Doc fix.
6149         (conf-space-font-lock-keywords): Doc fix.
6150         (conf-space-keywords-override): Var deleted.
6152 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6154         * startup.el (fancy-splash-screens): Don't switch to the scratch
6155         buffer; it may not be the next buffer.
6157 2006-09-16  Romain Francoise  <romain@orebokech.com>
6159         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6160         in both messages.
6162 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6164         * progmodes/python.el (python-preoutput-filter):
6165         Fix arg order to string-match.
6167 2006-09-16  Richard Stallman  <rms@gnu.org>
6169         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6170         font-lock-compile-keywords.
6172         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6173         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6175 2006-09-16  Jan Djärv  <jan.h.d@swipnet.se>
6177         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6179         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6180         and the data doesn't look like UTF8, send STRING instead.
6182 2006-09-16  Agustín Martín  <agustin.martin@hispalinux.es>
6184         * textmodes/flyspell.el (flyspell-check-region-doublons):
6185         New function to detect duplicated words.
6186         (flyspell-large-region): Use it.
6188 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6190         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6192 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6194         * help.el (describe-prefix-bindings): Use let, not let*.
6196 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6198         * allout.el (allout-regexp, allout-line-boundary-regexp)
6199         (allout-bob-regexp): Correct grouping and boundaries to fix
6200         backwards traversal.
6201         (allout-depth-specific-regexp, allout-depth-one-regexp):
6202         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6203         worse time in allout-ascend.
6204         (allout-doublecheck-at-and-shallower): Identify depth threshold
6205         below which topics are checked for and disqualified by containment
6206         discontinuities.
6207         (allout-hotspot-key-handler): Correctly handle multiple-key
6208         strokes.  Remove some unused variables.
6209         (allout-mode-leaders): Clarify that mode-specific comment-start
6210         will be used.
6211         (set-allout-regexp): Correctly regexp-quote allout regexps to
6212         properly accept alternative header-leads and primary bullets with
6213         regexp-specific characters (eg, C "/*", mathematica "(*").
6214         Include new regular expressions among those configured.
6215         (allout-infer-header-lead-and-primary-bullet):
6216         Rename allout-infer-header-lead.
6217         (allout-recent-depth): Manifest as a variable as well as a function.
6218         (allout-prefix-data): Simplify into an inline instead of a macro,
6219         assuming current match data rather than being explicitly passed
6220         it.  Establish allout-recent-depth value as well as
6221         allout-recent-prefix-beginning and allout-recent-prefix-end.
6222         (allout-aberrant-container-p): True when an item's immediate
6223         offspring discontinuously contained.  Useful for disqualifying
6224         unintended topic prefixes, likely at low depths.
6225         (allout-goto-prefix-doublechecked): Elaborate version of
6226         allout-goto-prefix which disqualifies aberrant pseudo-items.
6227         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6228         get disqualification of aberrant containers.
6229         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6230         containers.
6231         (allout-beginning-of-current-entry): Position at start of buffer
6232         when in container (depth 0) entry.
6233         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6234         (allout-current-bullet): Strip text properties.
6235         (allout-get-prefix-bullet): Use right match groups.
6236         (allout-beginning-of-line, allout-next-heading):
6237         Disqualify aberrant containers.
6238         (allout-previous-heading): Disqualify aberrant containers, and
6239         change to regular (rather than inline) function, to allow
6240         self-recursion.
6241         (allout-get-invisibility-overlay): Increment so progress is made
6242         when the first overlay is not the sought one.
6243         (allout-end-of-prefix): Disqualify aberrant containers.
6244         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6245         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6246         outline.el outlines) functional again.  Change the primary bullet
6247         along with the header-lead - level 1 new-style bullets now work.
6248         Engage allout-before-change-handler in mainline Emacs, not just
6249         XEmacs, to do undo handling.
6250         (allout-before-change-handler): Expose undo changes occurring in
6251         hidden regions.  Use allout-get-invisibility-overlay instead of
6252         reimplementing it inline.
6253         (allout-chart-subtree): Use start rather than end of prefix in
6254         charts.  Use allout-recent-depth variable.
6255         (allout-chart-siblings): Disqualify aberrant topics.
6256         (allout-beginning-of-current-entry): Position correctly.
6257         (allout-ascend): Use new allout-depth-specific-regexp and
6258         allout-depth-one-regexp for linear instead of O(N^2) or worse
6259         behavior.
6260         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6261         reimplementing an algorithm.
6262         (allout-up-current-level): Depend on allout-ascend, rather than
6263         reimplementing an algorithm.  Return to start-point if we fail.
6264         (allout-descend-to-depth): Use allout-recent-depth variable
6265         instead of function.
6266         (allout-next-sibling): On traversal of numerous intervening
6267         topics, resort to economical allout-next-sibling-leap.
6268         (allout-next-sibling-leap): Specialized version of
6269         allout-next-sibling that uses allout-ascend cleverly, to depend on
6270         a regexp search to leap large numbers of contained topics, rather
6271         than arbitrarily many one-by-one traversals.
6272         (allout-next-visible-heading): Disqualify aberrant topics.
6273         (allout-previous-visible-heading): Position consistently when
6274         interactive.
6275         (allout-forward-current-level): Base on allout-previous-sibling
6276         rather than (differently) reimplmenting the algorithm.  Remove some
6277         unused variables.
6278         (allout-solicit-alternate-bullet): Present default choice stripped
6279         of text properties.
6280         (allout-rebullet-heading): Use bullet stripped of text properties.
6281         Register changes using allout-exposure-change-hook.
6282         Disregard aberrant topics.
6283         (allout-shift-in): With universal-argument, make topic a peer of
6284         it's former offspring.  Simplify the code by separating out
6285         allout-shift-out functionality.
6286         (allout-shift-out): With universal-argument, make offspring peers
6287         of their former container, and its siblings.  Implement the
6288         functionality here, rather than inappropriately muddling the
6289         implementation of allout-shift-in.
6290         (allout-rebullet-topic): Respect additional argument for new
6291         parent-child separation function.
6292         (allout-yank-processing): Use allout-ascend directly.
6293         (allout-show-entry): Disqualify aberrant topics.
6294         (allout-show-children): Handle discontinuous children gracefully,
6295         extending the depth being revealed to expose them and posting a
6296         message indicating the situation.
6297         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6298         Leave cursor in correct position.
6299         (allout-hide-current-subtree): Use allout-ascend directly.
6300         Disqualify aberrant topics.
6301         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6302         a way that the yanks can restore it, as used to happen.
6303         (allout-yank-processing): Restore exposure layout as recorded by
6304         allout-kill-*, as used to happen.
6305         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6306         for preseving and restoring exposure layout across kills.
6307         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6308         (allout-encrypt-string): Strip text properties.
6309         Rearranged order and outline-headings for some of the
6310         miscellaneous functions.
6311         (allout-resolve-xref): No need to quote the error name in the
6312         condition-case handler section.
6313         (allout-flatten): Classic recursive (and recursively intensive,
6314         without tail-recursion) list-flattener, needed by allout-shift-out
6315         when confronted with discontinuous children.
6317 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6319         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6320         on ms-windows.
6321         (dnd-open-unc-file): Remove.
6322         (dnd-open-local-file): Mention in doc string that it also handles
6323         remote files if the system natively supports unc file-names.
6325 2006-09-15  Kim F. Storm  <storm@cua.dk>
6327         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6328         all necessary information about the event before erasing *Help*.
6330         * simple.el (line-move-partial): Use window-line-visiblity to
6331         quickly check whether last line is partially visible, and only do
6332         the hard (and slow) part in that case.
6334 2006-09-15  Jay Belanger  <belanger@truman.edu>
6336         * COPYING: Replace "Library Public License" by "Lesser Public
6337         License" throughout.
6339 2006-09-15  Jan Djärv  <jan.h.d@swipnet.se>
6341         * term/x-win.el (x-menu-bar-open): New function for F10.
6343 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6345         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6346         Disallow filenames containing " -" to avoid confusion with libtool
6347         compilation messages.  Suggested by Stefan Monnier.
6349 2006-09-15  David Kastrup  <dak@gnu.org>
6351         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6352         instead of buffer position for `mouse-on-link-p'.
6354         * mouse.el (mouse-posn-property): New function looking up the
6355         properties at a click position in overlays and text properties in
6356         either buffer or strings.
6357         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6358         of both `follow-link' as well as `mouse-face' properties.
6359         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6360         buffer position.
6362         * help.el (describe-key-briefly): When reading a down-event on
6363         mode lines or scroll bar, swallow the following up event, too.
6364         Use the new mouse sensitivity of `key-binding' for lookup.
6365         (describe-key): The same here.
6367 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6369         * play/life.el (life-patterns): Add a few more interesting patterns.
6370         (life-setup): Force `show-trailing-whitespace' to nil.
6372 2006-09-14  Richard Stallman  <rms@gnu.org>
6374         * startup.el (fancy-splash-text): Change text to improve alignment.
6375         (fancy-splash-screens): Don't set non-standard tab width.
6376         Bind cursor-type temporarily, and make it easy to patch to
6377         preserve the splash buffer.
6378         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6379         (fancy-splash-screens): Display echo-area message explicitly.
6380         Don't set fancy-splash-help-echo.
6382         * simple.el (line-number-mode): Group mode-line instead of
6383         editing-basics.
6384         (column-number-mode, size-indication-mode): Likewise.
6386         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6388         * time.el (display-time): Group mode-line instead of modeline.
6390         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6392 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6394         * startup.el (fancy-splash-text): Move editing instructions to
6395         fancy-splash-head.
6396         (fancy-splash-head): Issue editing instructions.
6397         (fancy-splash-screens): Fixup whitespace.
6399 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6401         * bindings.el (mode-line-buffer-identification-keymap):
6402         Remove duplicate line.
6404 2006-09-14  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6406         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6407         ignore lists.
6409 2006-09-14  Kim F. Storm  <storm@cua.dk>
6411         * jit-lock.el (jit-lock-fontify-again): New function.
6412         (jit-lock-fontify-now): Use it instead of lambda form.
6414 2006-09-13  Agustín Martín  <agustin.martin@hispalinux.es>
6416         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6417         (flyspell-auto-correct-word): Make ispell-filter local to these
6418         functions.  Check that ispell-filter has new stuff before calling
6419         ispell-parse-output.
6421 2006-09-13  Kim F. Storm  <storm@cua.dk>
6423         * simple.el (line-move-partial): Optimize.
6425 2006-09-13  Richard Stallman  <rms@gnu.org>
6427         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6428         Delete spurious backquote.
6430 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6432         * net/rcirc.el (rcirc-print): Fix last change.
6434 2006-09-12  Jay Belanger  <belanger@truman.edu>
6436         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6438 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6440         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6441         rcirc-show-maximum-output.
6442         (rcirc-mode): Remove window-scroll-function hook.
6443         (rcirc-scroll-to-bottom): Remove function.
6444         (rcirc-print): Recenter so point stays at the bottom of the window
6445         if point was already there.
6447 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6449         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6450         not to "t".
6451         * progmodes/compile.el (compilation-start): Likewise.
6452         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6453         Don't use expand-file-name on invocation-directory, since this
6454         might mishandle special characters in invocation-directory.
6456 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * pcvs-defs.el: Remove * in defcustom's docstrings.
6460 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6462         * progmodes/compile.el (compilation-directory-properties):
6463         Doc fix for help-echo.
6465 2006-09-12  Lars Hansen  <larsh@soem.dk>
6467         * desktop.el (desktop-read): Add comment.
6469 2006-09-12  Kim F. Storm  <storm@cua.dk>
6471         * simple.el (next-error-highlight, next-error-highlight-no-select):
6472         Fix spelling error.
6474         * subr.el (sit-for): Rework to use input-pending-p and cond.
6475         Return nil input is pending on entry also for SECONDS <= 0.
6476         (while-no-input): Use input-pending-p instead of sit-for.
6478 2006-09-11  Richard Stallman  <rms@gnu.org>
6480         * simple.el (next-error-highlight, next-error-highlight-no-select):
6481         Fix custom type and doc strings.
6483 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6486         (diff-apply-hunk): Use it to ask for confirmation.
6488 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6490         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6492 2006-09-11  David Kastrup  <dak@gnu.org>
6494         * help.el (string-key-binding, describe-key-briefly)
6495         (describe-key): Remove `string-key-binding' and its callers since
6496         `key-binding' already caters for the proper lookup now.
6498 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6500         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6501         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6503         * bindings.el (mode-line-buffer-identification-keymap):
6504         Move initialization into declaration.
6506 2006-09-10  Kim F. Storm  <storm@cua.dk>
6508         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6509         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6510         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6511         in case of merged directories.  Reported by Michaël Cadilhac.
6513 2006-09-10  Richard Stallman  <rms@gnu.org>
6515         * dired-aux.el: Handle errors in recursive copy usefully.
6516         (dired-create-files-failures): New variable.
6517         (dired-copy-file): Remove condition-case.
6518         (dired-copy-file-recursive): Check for errors on all file
6519         operations, and add them to dired-create-files-failures.
6520         Check file file-date-erorr here too.
6521         (dired-create-files): Check dired-create-files-failures
6522         and report those errors too.
6524         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6526         * subr.el (add-to-list): New argument COMPARE-FN.
6528 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6530         * filecache.el (file-cache-add-directory)
6531         (file-cache-add-directory-list, file-cache-add-file)
6532         (file-cache-add-directory-using-find)
6533         (file-cache-add-directory-using-locate)
6534         (file-cache-add-directory-recursively): Add autoloads.
6536 2006-09-09  Richard Stallman  <rms@gnu.org>
6538         * textmodes/conf-mode.el (conf-space-mode):
6539         Use hack-local-variables-hook instead of calling hack-local-variables.
6540         (conf-space-keywords-override): New variable.
6541         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6542         (conf-space-mode): Always make conf-space-keywords and
6543         conf-space-keywords-override local.
6544         Call conf-space-mode-internal directly as well as via hook.
6546 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6548         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6549         quasi-keywords.
6551 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6554         (python-send-string): Be slightly more careful about adding \n.
6556         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6557         kill it right away anyway.
6559 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6561         * international/codepage.el (cp850-decode-table): Fix a few codes.
6562         (cp858-decode-table): New variable.
6564 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6566         * net/ldap.el (ldap-search-internal): Doc fix.
6568 2006-09-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6570         * play/life.el (life-display-generation): Test for input manually if
6571         `sleeptime' is negative or null.
6573         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6574         (print-region-1): Substitute `%s' with the page title.
6576 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6578         * locate.el (locate-current-search): New variable.
6579         (locate): Set buffer local value.  Use current buffer if it is
6580         in Locate mode.
6581         (locate-mode): Disable undo here.
6582         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6583         (locate-update): Use locate-current-search and locate-current-filter.
6585 2006-09-08  David Kastrup  <dak@gnu.org>
6587         * desktop.el (desktop-read): When loading a desktop, disable
6588         saving it while the load progresses, and switch off a pending lazy
6589         load by calling `desktop-lazy-abort'.
6591 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6593         * window.el (mouse-autoselect-window-timer)
6594         (mouse-autoselect-window-position)
6595         (mouse-autoselect-window-window)
6596         (mouse-autoselect-window-now): New vars.
6597         (mouse-autoselect-window-cancel)
6598         (mouse-autoselect-window-select)
6599         (mouse-autoselect-window-start): New functions.
6600         (handle-select-window): Call `mouse-autoselect-window-start' when
6601         delayed window autoselection is enabled.
6603         * cus-start.el (mouse-autoselect-window): Handle delayed window
6604         autoselection.
6606         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6607         commands after which it is allowed to print in the echo area.
6609 2006-09-08  Richard Stallman  <rms@gnu.org>
6611         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6613         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6614         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6616         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6617         (cancel-timer-internal): Add doc string.
6618         (cancel-function-timers): Doc fix.
6619         (with-timeout-handler, timer-event-last*): Add doc strings.
6621         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6623         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6625         * dired.el (dired-log-summary): Add doc string.
6627         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6628         (custom-group-menu-create): Not here.
6630 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6632         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6634 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6636         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6637         (mac-apple-event-map): Define its handler.
6639 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6641         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6643 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6645         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6646         clause.
6648 2006-09-07  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6650         * info.el (Info-index): Bind completion-ignore-case.
6652 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6654         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6655         previous commit.
6656         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6657         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6658         burp in dedicated windows.
6659         (inferior-prolog-self-insert-command): New command.
6660         (inferior-prolog-mode-map): Use it.
6662 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6664         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6666         * international/code-pages.el: Add cp858.
6668 2006-09-07  Jan Djärv  <jan.h.d@swipnet.se>
6670         * dnd.el: Fix bootstrapping.
6672 2006-09-07  Jan Djärv  <jan.h.d@swipnet.se>
6674         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6675         (dnd-open-remote-url): New function.
6676         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6677         not windows-nt.
6679 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6681         * dnd.el (dnd-open-remote-file-function): New variable.
6682         (dnd-open-unc-file): New function.
6683         (dnd-open-file): Call dnd-open-remote-file-function if set.
6685 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6687         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6688         pgg-passphrase-coding-system rather than locale-coding-system.
6689         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6691 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6693         * progmodes/prolog.el: Remove * in docstrings.
6694         (prolog-program-name): Add SWI prolog.
6695         (prolog-mode-menu): New menu.
6696         (prolog-mode): Set comment-add.
6697         (prolog-indent-line): Simplify.  Use indent-line-to.
6698         (inferior-prolog-buffer): New var.
6699         (inferior-prolog-run, inferior-prolog-process): New funs.
6700         (run-prolog, switch-to-prolog): Rewrite, using them.
6701         (prolog-consult-region): Use inferior-prolog-buffer.
6702         (inferior-prolog-load-file): New function.
6703         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6705         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6706         last word, if it's not the end of the paragraph.
6708         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6709         file name.
6711 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6713         * frame.el (display-mm-dimensions-alist): New defcustom.
6714         (display-mm-height, display-mm-width): Use it.
6716 2006-09-06  Simon Josefsson  <jas@extundo.com>
6718         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6720 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6722         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6723         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6724         string values.
6726 2006-09-06  Kim F. Storm  <storm@cua.dk>
6728         * simple.el (line-move-partial): New function to do vscrolling for
6729         partially visible images / tall lines.  Rewrite based on code
6730         previously in line-move.  Simplify backwards vscrolling.
6731         (line-move): Use it.  Simplify.
6733 2006-09-05  Kim F. Storm  <storm@cua.dk>
6735         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6737 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6739         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6740         Process the `gcc-include' after the `gnu' rule.
6742 2006-09-05  Kim F. Storm  <storm@cua.dk>
6744         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6746 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6748         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6749         compatibility.
6751         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6752         inhibit-redisplay; encode passphrase with locale-coding-system.
6754 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6756         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6758 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6760         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6761         (gdb-var-list-children-regexp): Make type field optional.
6763         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6764         e.g public, protected in C++.
6766 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6768         * simple.el (completion-show-help): New defcustom.
6769         (completion-setup-function): Heed it.
6771 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6773         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6775 2006-09-04  Richard Stallman  <rms@gnu.org>
6777         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6778         (rsf-min-region-to-spam-list): Doc fix.
6779         (rsf-add-content-type-field): Doc fix.
6781         * simple.el (kill-region): Explicitly test there is a region.
6783 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6785         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6786         sendmail in several common directories.
6788         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6790         * paths.el (sendmail-program): Removed.
6792 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6794         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6795         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6796         http://article.gmane.org/gmane.emacs.gnus.general/50457
6798 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6800         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6801         mark after running the menu filter.
6803 2006-09-03  Juri Linkov  <juri@jurta.org>
6805         * international/quail.el (quail-defrule-internal): Add a check
6806         if a key is a vector.
6808 2006-09-02  Juri Linkov  <juri@jurta.org>
6810         * man.el (Man-topic-history): New variable.
6811         (man): Use it.
6813         * woman.el (woman-topic-history): Change defvar to defvaralias
6814         for symbol `Man-topic-history'.
6816         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6817         `comint-last-output-start' is a marker by using `markerp' and
6818         check if it has a position by using `marker-position', and use
6819         this position for `goto-char'.
6821         * international/quail.el (quail-defrule-internal): Add missing
6822         `error' call for null key.
6824 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6826         * net/rcirc.el (rcirc-keywords): New variable.
6827         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6828         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6829         variables.
6830         (rcirc-responses-no-activity): New function.
6831         (rcirc-handler-generic): Check for responses in above.
6832         (rcirc-process-command): Add ?: character to arguments of raw
6833         server commands.
6834         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6835         `rcirc-dim-nicks'.
6836         (rcirc-gray-toggle): Remove unused variable.
6837         (rcirc-print): Remove some tracking logic, which is moved into
6838         markup functions.
6839         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6840         types.
6841         (rcirc-activity-string): Look for 'keyword in activity-types.
6842         (rcirc-window-configuration-change): Don't erase overlay-arrow
6843         unnecessarily.
6844         (rcirc-add-or-remove): New function.
6845         (rcirc-cmd-ignore): Use it.
6846         (rcirc-message-leader): Remove unused function.
6847         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6848         (rcirc-add-face): New function.
6849         (rcirc-facify): Use rcirc-add-face.
6850         (rcirc-url-regexp): Add parens.
6851         (rcirc-map-regexp): Remove function.
6852         (rcirc-mangle-regexp): Remove function.
6853         (rcirc-markup-text-functions): New variable.
6854         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6855         (rcirc-markup-body-text, rcirc-markup-attributes)
6856         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6857         (rcirc-markup-bright-nicks): New markup handler functions.
6858         (rcirc-nick-in-message-full-line): New face.
6859         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6860         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6862 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6864         * cus-start.el (hscroll-margin, hscroll-step)
6865         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6866         (x-use-underline-position-properties): Change version to "22.1"
6867         since they will appear there for the first time.
6869 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6871         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6873 2006-08-31  Richard Stallman  <rms@gnu.org>
6875         * cus-edit.el (custom-save-variables): Slight cleanup.
6876         (Custom-no-edit): Renamed from custom-no-edit.
6877         (Custom-newline): Renamed from custom-newline.
6878         (custom-mode-map): Use new names.
6880         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6881         about customization, rather than M-x customize, in the doc string
6882         made for the defcustom.
6884         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6886 2006-08-31  Romain Francoise  <romain@orebokech.com>
6888         * dired-x.el (dired-guess-shell-alist-default): Update.
6890 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6892         * custom.el (custom-theme-set-variables): Autoload packages before
6893         sorting the variables.
6895 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6897         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
6898         Convert events to chars if XEmacs.
6899         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6901 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6904         waiting for process.
6906 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6908         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6909         results in ASCII-only string, encode original one directly.
6911 2006-08-29  Romain Francoise  <romain@orebokech.com>
6913         * startup.el (normal-splash-screen, fancy-splash-screens):
6914         Make buffer read-only and arrange to enter view mode if necessary.
6916 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6918         * hl-line.el (hl-line): New face.
6919         (hl-line-face): Use it.
6921         * image-mode.el (image-mode): Fix last fix.
6922         Suggested by Kim F. Storm.
6924 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6926         Sync with Tramp 2.0.54.
6928         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6929         of `=', because `tramp-get-remote-gid' might not always return an
6930         integer when expected.
6931         (tramp-register-file-name-handlers): `partial-completion-mode' is
6932         unknown to XEmacs.
6933         (tramp-time-diff): Don't use `floor', it might fail for large
6934         differences.
6935         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6936         `tramp-auto-save-directory' if unset in order to guarantee unique
6937         auto-save file names.
6939 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6941         * image-mode.el (image-mode): Display image as text on a terminal.
6943 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * progmodes/python.el (python-send-command): Simplify.
6946         (run-python): Don't generate a new buffer unless `new' was specified.
6947         Make sure we send `import emacs' to the proper process.
6949         * progmodes/python.el (python-send-command): Don't wait for the command
6950         to terminate.  Don't fiddle with compilation-parsing-end.
6952 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6954         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6955         Insert commentary after first line summary.
6957         * woman.el (woman-follow): New function, based on `man-follow'.
6958         (woman-mode-map): Use it.
6960         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6961         since ibuffer-do-sort-by-recency does not define a sorter.
6963 2006-08-28  Kim F. Storm  <storm@cua.dk>
6965         * find-dired.el (find-dired): Use shell-quote-argument to properly
6966         escape ( and ) args.  Also use it on {} and ; args in default
6967         value of find-ls-option string.
6968         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6970 2006-08-27  Michael Olson  <mwolson@gnu.org>
6972         * emacs-lisp/tq.el: Small grammar fix in comments.
6973         (tq-enqueue): Check for existence of queue rather than the
6974         head queue item's question, which was a no-op.
6975         (tq-filter, tq-process-buffer): Make sure the process buffer
6976         exists before making it the current buffer.
6978 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6980         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6981         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6982         (special-event-map): Apply 2006-08-16 change for x-win.el.
6984 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * progmodes/python.el (python-send-receive): Wait in the
6987         process's buffer so as to check the right buffer-local variables.
6989 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6992         (defgroup checkdoc): Move to beginning.
6994         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6995         (python-preoutput-continuation): Remove.
6996         (python-preoutput-filter): Simplify correspondingly.
6997         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6998         Loop around to catch embedded _emacs_out output.
6999         (run-python): Send the import&print command on a single line.
7000         (python-send-command): Send command&print on a single line.
7001         (python-send-string): Only add double \n if needed.
7002         (python-send-receive): Loop until the result comes.
7003         (python-mode-running): Defvar it.
7004         (python-setup-brm): Remove unused var `menu'.
7005         Only bind py-mode-map and `features' around brm-init.
7006         (python-calculate-indentation): Remove unused var `point'.
7007         (python-beginning-of-defun): Remove unused var `def-line'.
7009 2006-08-25  Richard Stallman  <rms@gnu.org>
7011         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7013 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7015         * emulation/viper.el (viper-set-hooks): Use frame bindings for
7016         viper-vi-state-cursor-color.
7017         (viper-non-hook-settings): Don't set default
7018         mode-line-buffer-identification.
7020         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7021         New fun.
7022         (viper-set-cursor-color-according-to-state)
7023         (viper-get-saved-cursor-color-in-replace-mode)
7024         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7025         viper-emacs-state-cursor-color.
7027         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7028         (viper-undo): Use point if undo-beg-posn is nil.
7029         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7030         (viper-after-change-undo-hook): Don't use
7031         viper-emacs-state-cursor-color by default.
7032         (viper-undo): More sensible positioning after undo.
7034         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7035         (viper-emacs-state-cursor-color): Default to nil, since this feature
7036         doesn't work well yet.
7038         * ediff-mult.el (ediff-intersect-directories)
7039         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7040         always expand filenames.
7042 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * tumme.el: Remove * in defcustoms's docstrings.
7046 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7048         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7049         Accept internal time format for SECS arg.
7050         (timer-relative-time): Doc fix.
7052         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7053         adapted from Martin Rudalics.
7054         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7055         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7056         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7057         using sit-for.
7059 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7061         * cus-start.el (all): Add `overline-margin' and
7062         `x-underline-at-descent-line'.
7064 2006-08-24  Kim F. Storm  <storm@cua.dk>
7066         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7067         to mean "use find -exec"; nil now unambiguously means auto-detect.
7068         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7069         Use shell-quote-argument to build grep-find-command and
7070         grep-find-template.
7071         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7072         Reported by Tom Seddon.
7074 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7076         * startup.el (fancy-splash-head): Give instructions for dismissing
7077         the splash screen for default startup too.
7078         (display-startup-echo-area-message, fancy-splash-screens)
7079         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7080         all splash text at once and keep the splash buffer around.
7081         (command-line-1): Give display-startup-echo-area-message a t arg.
7083 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7085         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7086         gnus frame is selected.
7088 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7090         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7092 2006-08-22  Kim F. Storm  <storm@cua.dk>
7094         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7095         Add suffix matching for subdirs.
7097 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7099         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7100         mouse-yank-at-point is non-nil.
7102 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7104         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7105         a bit wider and remove fringes to fit initial output on line.
7107 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * frame.el (blink-cursor-end): Only ignore the error we care about.
7110         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7112 2006-08-21  Richard Stallman  <rms@gnu.org>
7114         * whitespace.el (whitespace-cleanup): Doc fix.
7116 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7118         * net/rcirc.el (rcirc-show-maximum-output): New var.
7119         (rcirc-buffer-process): If no buffer argument is supplied, use
7120         current-buffer.
7121         (rcirc-complete-nick): Complete to the last completed nick first.
7122         (rcirc-mode): Preserve the value of `rcirc-urls' across
7123         connections.  Setup scroll function.
7124         (rcirc-scroll-to-bottom): New function.
7125         (rcirc-print): Use nick syntax around regexp work.
7126         Notice dim-nicks speaking only if they say our nick.
7127         (rcirc-update-activity-string): Do not show the modeline indicator
7128         if there are no live rcirc processes.
7129         (rcirc-cmd-ignore): Ignore case.
7130         (rcirc-browse-url-at-point): Fix off-by-one error.
7132 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7134         * progmodes/python.el: Remove * in defcustom docstrings.
7135         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7136         (python-mode): Set tab-width and indent-tabs-mode.
7138 2006-08-20  Dave Love  <fx@gnu.org>
7140         * progmodes/python.el: Update to Dave Love's latest version.
7141         (python-font-lock-keywords, python-mode): Don't use
7142         font-lock-syntax-table, but match symbol elements explicitly instead.
7143         (python-mode-map): Add help, and a few more key bindings.
7144         (python-skip-comments/blanks): Move out of comments as well.
7145         (python-continuation-line-p): Behave better with unbalanced parens.
7146         (python-blank-line-p): New fun.
7147         (python-open-block-statement-p): Don't use a heuristic.
7148         (python-outdent-p): Better handle blocks-in-the-same-line.
7149         (python-calculate-indentation): Misc improvements.
7150         (python-comment-indent): Remove.
7151         (python-block-pairs): New var.
7152         (python-first-word): New fun.
7153         (python-indentation-levels): Handle more common cases.
7154         (python-indent-line-1): Add `leave' argument.
7155         (python-indent-region): New fun.
7156         (python-skip-out): New fun.
7157         (python-beginning-of-statement, python-end-of-statement): Use it.
7158         (python-next-statement): Return correct count even at eob.
7159         (python-end-of-block): Fix paren-typo.
7160         (python-imenu-create-index): Add module variables.
7161         (run-python): Add `new' arg.
7162         Check we're at a prompt before returning.
7163         (python-send-command): Move to end of buffer.
7164         Wait for prompt to return.
7165         (python-set-proc): New fun.
7166         (python-imports): New var.
7167         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7168         (python-eldoc-function): Try to move out of arg list.
7169         (python-outline-level): Offset by 1.
7170         (python-find-imports): New fun.
7171         (python-symbol-completions): Use python-imports.
7172         (python-module-path, ffap-alist): Add support for ffap.
7173         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7174         (python-insert-*, python-default-template, python-expand-template):
7175         Add templates/skeletons.
7176         (python-setup-brm): Support for Bicycle Repair Man.
7177         (python-abbrev-syntax-table): New var.
7178         (python-abbrev-pc-hook, python-pea-hook): New funs.
7180 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7182         * frame.el (blink-cursor-start): Set timer first.
7183         (blink-cursor-end): Ignore timer cancelling errors.
7184         Suggested by Ken Manheimer.
7186 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7188         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7189         Add autoload cookie.
7191 2006-08-20  Richard Stallman  <rms@gnu.org>
7193         * simple.el (line-number-at-pos): Doc fix.
7195         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7196         timer-activate-when-idle, so timer can run before Emacs becomes
7197         non-idle again.
7199 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7201         * whitespace.el (whitespace-cleanup-internal): New optional arg
7202         REGION-ONLY.  If it's non-nil, modify the message to the user
7203         accordingly.
7204         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7205         a non-nil argument.
7207 2006-08-18  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
7209         * rect.el (spaces-string): Simplify and add doc string.
7211 2006-08-17  Romain Francoise  <romain@orebokech.com>
7213         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7215 2006-08-17  Richard Stallman  <rms@gnu.org>
7217         * compare-w.el (compare-windows): lambda's take an arg and pass
7218         it to compare-windows-skip-whitespace.
7220 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7222         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7223         the right buffer.
7225 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7228         removed files.
7230 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7232         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7233         (gdb-locals-watch-map-1): Suppress keymap first.
7234         (gdb-edit-locals-map-1): New variable.
7235         (gdb-edit-locals-value): New function.
7236         (gdb-stack-list-locals-handler): Use them.
7238 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7241         cursor would normally be drawn in the fringe.
7243         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7244         Reported by Martin Rudalics <rudalics@gmx.at>.
7246 2006-08-16  Richard Stallman  <rms@gnu.org>
7248         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7249         (special-event-map): Process drag-n-drop events this way.
7251         * simple.el (move-beginning-of-line): Test whether fields
7252         would prevent motion back to line's first visible character.
7253         If so, stop where the fields would stop the motion.
7255         * newcomment.el (comment-indent): Fully update INDENT
7256         before checking to see if it will change the text.
7258         * cus-edit.el (custom-newline): New function.
7259         (custom-mode-map): Bind newline to custom-newline.
7261         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7262         into ignore-whitespace.
7263         Check each buffer for its skip-function.
7264         Handle compare-windows-skip-whitespace special-case test
7265         by returning t from default skip function.
7267 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7269         * textmodes/org.el (org-clock-special-range)
7270         (org-clock-update-time-maybe): New functions.
7271         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7272         not only a-z.
7273         (org-agenda-get-blocks): Allow multiple blocks per headline.
7274         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7275         (org-export-html-title-format)
7276         (org-export-html-toplevel-hlevel): New options.
7277         (org-export-language-setup): Add support for Czech.
7278         (org-mode, org-insert-todo-heading, org-find-visible)
7279         (org-find-invisible, org-invisible-p, org-invisible-p2)
7280         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7281         (org-show-subtree, org-show-entry, org-make-options-regexp):
7282         Remove compatibility support for old outline-mode.
7283         (org-check-occur-regexp): Funtion removed.
7284         (org-on-heading-p, org-back-to-heading): Made defalias.
7285         (org-set-local): New defsubst.
7286         (org-set-regexps-and-options, org-mode)
7287         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7288         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7289         (org-remember-apply-template, org-table-edit-field)
7290         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7291         (org-set-autofill-regexps): Use `org-set-local'.
7292         (org-table-eval-formula): Fix bug with parsing of display flags.
7294 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7296         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7297         frame with fringe arrow.  Suggested by Simon Marshall
7298         <simon.marshall@misys.com>.
7299         (gdb-stack-position): New variable.
7300         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7301         (gdb-frames-mode): Set gdb-stack-position to nil.
7302         Add to overlay-arrow-variable-list
7303         (gdb-reset): Delete gdb-stack-position from above list.
7305 2006-08-14  Jan Djärv  <jan.h.d@swipnet.se>
7307         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7308         read only.
7310 2006-08-13  Romain Francoise  <romain@orebokech.com>
7312         * cus-theme.el (customize-create-theme)
7313         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7315         * filesets.el (filesets-add-buffer): Ditto.
7317         * pcvs.el (cvs-change-cvsroot): Ditto.
7319 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7321         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7322         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7323         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7324         expressions.
7325         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7326         Only search till end of line.
7327         Add face to function names in case of no filename.
7328         Add face to variable names of watchpoints.
7330 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7332         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7333         customization group.
7335 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7337         * allout.el (allout-prior-bindings, allout-added-bindings):
7338         Remove, after long deprecation.
7339         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7340         Add customization vars controlling allout-beginning-of-line and
7341         allout-end-of-line conveniences.
7342         (allout-header-prefix, allout-use-mode-specific-leader)
7343         (allout-use-mode-specific-leader, allout-mode-leaders):
7344         Revise docstrings.
7345         (allout-infer-header-lead): Change to be an alias for
7346         allout-infer-header-lead-and-primary-bullet.
7347         (allout-infer-header-lead-and-primary-bullet): New version of
7348         allout-infer-header-lead which assigns the primary bullet to the
7349         same as the header lead, when its being changed.
7350         (allout-infer-body-reindent): Apply regexp-quote instead of
7351         unconditionally prepending "\\", so that all literal
7352         allout-header-prefix and allout-primary-bullet strings are
7353         properly handled.
7354         (allout-add-resumptions): Add optional qualifier for extending or
7355         appending to existing values, rather than replacing them.
7356         (allout-view-change-hook): Clarify docstring.
7357         (allout-exposure-change-hook): Take explicit arguments, via
7358         run-hook-with-args.
7359         (allout-structure-added-hook)
7360         (allout-structure-deleted-hook)
7361         (allout-structure-shifted-hook): New hooks analogous to
7362         allout-exposure-change-hook for other kinds of structural outline
7363         edits.
7364         (allout-encryption-plaintext-sanitization-regexps): New encryption
7365         customization variable, by which cooperating modes can provde
7366         massage of the plaintext without actually being passed it.
7367         (allout-encryption-ciphertext-rejection-regexps)
7368         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7369         customization variables, by which cooperating modes can prohibit
7370         rare but possible ciphertext patterns from fouling their
7371         operation, with actually being passed the ciphertext.
7372         (allout-mode): Run activation and deactivation hooks after the
7373         minor-mode variable has been toggled, to clarify the mode
7374         disposition.  The new encryption ciphertext rejection variable is
7375         used to ensure that the ciphertext does not contain text that
7376         would be recognized as outline structural elements by allout.
7377         Substite allout-beginning-of-line and allout-end-of-line for
7378         conventionall beginning-of-line and end-of-line bindings.
7379         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7380         activation!
7381         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7382         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7383         (allout-chart-subtree): Implement new mode, charting only the
7384         visible items in the subtree, when new 'visible' parameter is non-nil.
7385         (allout-end-of-subtree): Properly handle the last item in the buffer.
7386         (allout-pre-command-business, allout-command-counter):
7387         Increment an advertised counter so that cooperating enhancements can
7388         track revisions of items.
7389         (allout-open-topic): Run allout-structure-added-hook with suitable
7390         arguments.
7391         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7392         arguments.
7393         (allout-shift-out): Fix doubling for negative args and ensure call
7394         of allout-structure-shifted-hook by solely using allout-shift-in.
7395         (allout-kill-line, allout-kill-topic):
7396         Run allout-structure-deleted-hook with suitable arguments.
7397         (allout-yank-processing): Run allout-structure-added-hook with
7398         proper arguments.
7399         (allout-yank): Enclose activity in allout-unprotected.
7400         (allout-flag-region): Run allout-exposure-change-hook with
7401         suitable arguments, instead of making the callee infer the arguments.
7402         (allout-encrypt-string):
7403         Support allout-encryption-plaintext-sanitization-regexps,
7404         allout-encryption-ciphertext-rejection-regexps, and
7405         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7406         en/de cryption mode in symmetric encryption failure message.
7407         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7408         copy of the passphrase, and don't zero it or we'll corrupt the
7409         stashed copy.
7410         (allout-create-encryption-passphrase-verifier)
7411         (allout-verify-passphrase): Respect the new signature for
7412         allout-encrypt-string.
7413         (allout-get-configvar-values): Convenience for getting a
7414         configuration variable value and handling its absence gracefully.
7416 2006-08-11  Romain Francoise  <romain@orebokech.com>
7418         * obsolete/zone-mode.el: Delete.
7420 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7424 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7426         * emacs-lisp/bindat.el (bindat-ip-to-string):
7427         Use `format-network-address' if possible.
7429 2006-08-11  Jan Djärv  <jan.h.d@swipnet.se>
7431         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7433 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7435         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7436         restore unread-command-events here.
7437         (edebug-display): Do it here, to detect sit-for interruptions.
7439 2006-08-10  Romain Francoise  <romain@orebokech.com>
7441         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7442         (dns-mode-soa-auto-increment-serial): New user option.
7443         (dns-mode-soa-maybe-increment-serial): New function.
7444         (dns-mode): Add the latter to `write-contents-functions'.
7446         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7447         Delete autoload cookies.
7449 2006-08-10  John Wiegley  <johnw@newartisans.com>
7451         * eshell/em-glob.el (eshell-glob-chars-list)
7452         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7454 2006-08-10  Richard Stallman  <rms@gnu.org>
7456         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7457         (facemenu-set-face): Doc fix.
7458         (facemenu-listed-faces): Doc fix.
7460 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7462         * avoid.el (mouse-avoidance-animating-pointer): New var.
7463         (mouse-avoidance-nudge-mouse): Use it.
7464         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7465         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7466         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7467         Don't activate if currently animating.  All callers changed.
7469 2006-08-09  John Wiegley  <johnw@newartisans.com>
7471         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7472         variable, which causes timeclock to report elapsed time worked,
7473         instead of just work remaining.
7475 2006-08-09  Kenichi Handa  <handa@m17n.org>
7477         * international/latexenc.el (latexenc-find-file-coding-system):
7478         Fix for the case that the 2nd element of arg-list is a cons.
7480 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7482         * info.el (Info-fontify-node): Handle preceding `in' for note
7483         reference hiding rules.
7485 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7487         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7488         mistake a closing " for an opening one.
7490 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7492         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7494 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * complete.el (PC-do-completion): Filter out completions matching
7497         completion-ignored-extensions before checking whether there are
7498         multiple completions.
7499         Don't use `list' unnecessarily when building completion tables.
7501 2006-08-06  Richard Stallman  <rms@gnu.org>
7503         * help.el (describe-mode): Make minor mode list more concise.
7505 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7507         * bindings.el: Give mode-line-format, mode-line-modes, and
7508         mode-line-position `standard-value' properties.
7510 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7512         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7513         "(file)node" instead of the file name.
7515 2006-08-05  Richard Stallman  <rms@gnu.org>
7517         * faces.el (escape-glyph): Doc fix.
7519 2006-08-04  Kenichi Handa  <handa@m17n.org>
7521         * international/mule-diag.el (describe-font): Improve docstring
7522         and error message.  Use frame-parameter (not frame-parameters).
7524 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7527         Correctly mark the end-of-docstring char.
7529 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7531         * simple.el (line-move-to-column): Constrain move-to-column to
7532         current field.
7534 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * font-lock.el (font-lock-beg, font-lock-end)
7537         (font-lock-extend-region-functions): New vars.
7538         (font-lock-extend-region-multiline)
7539         (font-lock-extend-region-wholelines): New functions.
7540         (font-lock-default-fontify-region): Use them.
7541         (font-lock-extend-jit-lock-region-after-change): Only round up
7542         if font-lock-default-fontify-region will do it as well.
7544         * font-lock.el (font-lock-extend-after-change-region-function):
7545         Rename from font-lock-extend-region-function.
7546         (font-lock-extend-region): Remove by inlining at call sites.
7547         (font-lock-after-change-function): Don't needlessly round up to a whole
7548         number of lines.
7549         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7550         the boundary conditions and the interactions between the various ways
7551         to extend the region.
7553 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7555         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7556         modification status when forcing the second redisplay.
7558 2006-08-03  Kim F. Storm  <storm@cua.dk>
7560         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7562 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7565         doesn't look like a file name.
7567         * complete.el (PC-expand-many-files): Avoid signalling an error when
7568         the current directory doesn't exist.  Reported by Michaël Cadilhac.
7570 2006-08-02  Andreas Schwab  <schwab@suse.de>
7572         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7574 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7576         * bindings.el (map): Make mode-line-buffer-identification-keymap
7577         before defining propertized-buffer-identification.
7579 2006-08-01  Richard Stallman  <rms@gnu.org>
7581         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7583 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7585         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7586         default value.
7587         (gdb-find-source-frame): New function.
7588         (menu): Add to menu bar.
7590 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * font-core.el (font-lock-extend-region-function)
7593         (font-lock-extend-region): Move to font-lock.el.
7595         * font-lock.el (font-lock-extend-region-function)
7596         (font-lock-extend-region): Move from font-core.el.  Simplify.
7598         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7599         if needed.
7600         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7601         (jit-lock-after-change-extend-region-functions): New hook.
7602         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7604         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7605         (font-lock-turn-on-thing-lock): Use it.
7607         * longlines.el (longlines-show-region): Make it work on read-only
7608         buffers as well.
7610 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7612         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7614 2006-07-31  Richard Stallman  <rms@gnu.org>
7616         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7617         (vhdl-speedbar-display-projects): Update old obsolete
7618         speedbar variable names.
7620 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7622         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7623         (gdb-stopped): Use it.
7625         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7627 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7629         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7630         for load-history elements.
7632 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7634         * files.el (convert-standard-filename): For Cygwin, replace
7635         characters not allowed in Windows file names.
7636         (make-auto-save-file-name): Add Cygwin to the list of systems
7637         where the auto-save file name needs to be run through
7638         convert-standard-filename.
7640 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7642         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7644 2006-07-28  Richard Stallman  <rms@gnu.org>
7646         * bindings.el (mode-line-frame-identification)
7647         (propertized-buffer-identification): Centralize the code
7648         to initialize the variable.
7650         * progmodes/grep.el (grep-default-command): Catch errors from
7651         wildcard-to-regexp.
7653 2006-07-29  Kim F. Storm  <storm@cua.dk>
7655         * progmodes/grep.el (grep-tag-default): New function.
7656         (grep-default-command, grep-read-regexp): Use it.
7657         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7658         as default if nothing else applies.
7660 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7662         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7663         Throw error if buffer is not in Dired and Wdired mode, respectively.
7665 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7667         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7668         self-insert-command keys don't activate buttons.
7669         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7671 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7673         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7674         faces for enable character.
7676 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7678         * Makefile.in (recompile): Update comment to reflect change
7679         on 2004-04-21.
7681 2006-07-27  Richard Stallman  <rms@gnu.org>
7683         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7684         (customize-package-emacs-version): Change msg when pkg has no entry.
7685         (custom-no-edit): On a button, do like widget-button-press.
7687 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7689         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7690         S-tab and C-S-tab.
7692 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7694         * progmodes/which-func.el (which-function): Fix documentation/
7695         comment typo.
7697 2006-07-26  Richard Stallman  <rms@gnu.org>
7699         * textmodes/ispell.el (ispell-word): If we replace the word,
7700         move point to the end.  Insert before deleting.
7702 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7704         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7705         a timer.
7707 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7709         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7710         when at first image.
7711         (tumme-forward-image): Add prefix argument.  Add error when at last
7712         image.
7714 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7716         * tabify.el (tabify-regexp): Use more specific regexps.
7717         (tabify): Avoid modifying the buffer unnecessarily.
7719 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7721         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7722         (tumme-format-properties-string): Handle empty `buf'.
7723         (tumme-get-comment): Change variable names inside `let'.
7724         Add missing `let' variable that cause font-lock problems.
7725         (tumme-write-comments): Change variable names inside `let'.
7726         Add missing `let' variable that cause font-lock problems.
7727         (tumme-forward-image): Rename from `tumme-forward-char'.
7728         (tumme-backward-image): Rename from `tumme-backward-char'.
7730 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7732         * progmodes/ld-script.el (ld-script-keywords)
7733         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7734         and add comments.
7736 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7738         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7739         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7740         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7741         for status indicator.
7743 2006-07-24  Richard Stallman  <rms@gnu.org>
7745         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7747         * subr.el (dolist, dotimes): Use interned symbols for locals.
7748         (--dotimes-limit--, --dolist-tail--): New defvars.
7749         (looking-back): Doc fix.
7751         * replace.el (replace-match-string-symbols): Handle dotted lists.
7753 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7755         * tumme.el (tumme-write-tags): Add.
7756         (tumme-write-comments): Add.
7757         (tumme-tag-files): Change to use `tumme-write-tags'.
7758         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7759         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7760         (tumme-save-information-from-widgets): Change to use
7761         `tumme-write-comments' and `tumme-write-tags'.
7762         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7763         (tumme-write-tag): Remove.
7764         (tumme-write-comment): Remove.
7765         (tumme-display-previous-thumbnail-original): Remove empty line.
7766         (tumme-widget-list): Add punctuation.
7768 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7770         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7772 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7774         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7775         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7776         and andreas@altroot.de (Andreas Vögele).
7778 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7780         * mouse.el (mouse-on-link-p): Doc fix.
7782 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7784         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7785         Handle "C-h f `".
7787 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7789         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7790         column.
7792 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7794         * textmodes/table.el: Add move-beginning-of-line and
7795         move-end-of-line to Point Motion Only Group.
7797 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7799         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7801 2006-07-22  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7803         * startup.el (user-mail-address): Initialize from the `EMAIL'
7804         environment variable first.  Document this.
7805         (command-line): Ditto.
7807 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7809         * help-mode.el (help-function-def, help-variable-def)
7810         (help-face-def): Print a message in the minibuffer.
7812 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7814         * term/xterm.el (terminal-init-xterm): Fix key bindings
7815         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7817 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7819         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7820         where `(nth 1 command)' is a cons cell.  Doc fix.
7822         * textmodes/po.el (po-find-charset): Doc fix.
7824 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7826         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7827         (allout-beginning-of-current-line, allout-end-of-current-line)
7828         (allout-next-visible-heading, allout-open-topic)
7829         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7830         (allout-flag-current-subtree, allout-show-to-offshoot)
7831         (allout-hide-current-entry, allout-show-current-branches)
7832         (allout-hide-region-body, allout-old-expose-topic)
7833         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7834         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7835         containing `beginning-of-line' and `end-of-line' with
7836         `inhibit-field-text-motion' t.
7838 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7840         * frame.el (focus-follows-mouse): Document that it doesn't have
7841         any effect on MS-Windows.
7843 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7847 2006-07-20  Jay Belanger  <belanger@truman.edu>
7849         * calc/calc.el (calc-previous-alg-entry): Remove variable.
7851         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7852         New variables.
7853         (calc-alg-entry): Use `calc-alg-entry-history'.
7854         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7855         Remove reference to `calc-previous-alg-entry'.
7856         (calcAlg-edit, calcAlg-enter): Remove reference to
7857         `calc-previous-alg-entry'.
7858         (calcAlg-previous): Use `previous-history-element' instead of
7859         `calc-previous-alg-entry'.
7860         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7861         Change keybinding for `calcAlg-plus-minus', add keybindings for
7862         `previous-history-element' and `next-history-element'.
7864         * calc/calc-rewr.el (calc-match): Remove reference to
7865         `calc-previous-alg-entry'.
7867         * calc/calc-sel.el (calc-selection-history): New variable.
7868         (calc-enter-selection, calc-sel-mult-both-sides)
7869         (calc-sel-add-both-sides): Use `calc-selection-history'.
7871         * calc/calc-map.el (calc-get-operator-history): New variable.
7872         (calc-get-operator): Use `calc-get-operator-history'.
7874         * calc/calcalg3.el (calc-curve-fit-history): New variable.
7875         (calc-curve-fit): Use `calc-curve-fit-history'.
7877 2006-07-20  Kenichi Handa  <handa@m17n.org>
7879         * international/mule-cmds.el (select-safe-coding-system): Fix the
7880         way of deciding eol-type of the coding system.
7882 2006-07-20  Alan Mackenzie  <acm@muc.de>
7884         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7885         (c-lang-setvar): New macro.
7886         (c-make-init-lang-vars-fun): Use the initialization forms in
7887         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7888         (comment-start, comment-end, comment-start-skip): Change these from
7889         c-lang-defvar's to c-lang-setvar's.
7891         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7892         which calls make-local-variable on the elements of
7893         c-emacs-variable-inits.
7894         (c-init-language-vars-for): Call this new macro.
7896 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7898         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7899         Try to rule out false positives due to time stamps.
7900         (compilation-mode-font-lock-keywords): Remove rules made redundant
7901         because of the above change.  Add `segmentation fault' to the known and
7902         highlighted compilation termination messages.
7904 2006-07-19  Kim F. Storm  <storm@cua.dk>
7906         * progmodes/grep.el (grep-find-ignored-directories):
7907         Add .svn and _darcs to list.
7909 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7911         * dired.el (dired-mode-map): Add key binding `C-te' for
7912         `tumme-dired-edit-comment-and-tags'.
7914         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7915         image display buffer is displayed before call to
7916         `tumme-display-image'.
7917         (tumme-dired-display-image): Make sure image display buffer is
7918         displayed before call to `tumme-display-image'.
7919         (tumme-mouse-display-image): Make sure image display buffer is
7920         displayed before call to `tumme-display-image'.
7921         (tumme-widget-list): Add.
7922         (tumme-dired-edit-comment-and-tags): Add.
7923         (tumme-save-information-from-widgets): Add.
7925 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7927         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7929 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7931         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7932         Revert inadvertently installed patch hunk.
7934         * progmodes/compile.el (compilation-find-file): Handle the
7935         cases where the user selects a non-existent file.
7937 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7941 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7943         * subr.el (sit-for): Just sleep-for if noninteractive.
7945 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7947         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7949         * custom.el (custom-autoload): Add `noset' argument.
7950         (custom-push-theme): Don't autoload the variable, let callers do it.
7951         (custom-theme-set-variables): Autoload the variable if necessary.
7953         * cus-edit.el (custom-variable-state-set): If the variable was
7954         originally set outside custom, but to the same value as the default,
7955         consider it to be standard.
7957         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7958         file *before* telling Emacs to add the autoloads, in case it fails.
7960         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7961         Use `cond', push', and `dolist'.
7963 2006-07-17  Richard Stallman  <rms@gnu.org>
7965         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7966         Add defvars to silence warnings.
7968 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7970         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7971         Don't highlight "Compiling file" messages as error.
7973         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7974         file already exists.
7976 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7978         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7979         entry, don't assign to free var; simply return the extracted filename.
7980         (ff-treat-as-special): Incorporate common preamble from callers.
7981         (ff-other-file-name, ff-find-the-other-file):
7982         Update call to ff-treat-as-special.
7984         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7986 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7988         * tumme.el (tumme-get-comment): Fix bug.
7990 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7992         * files.el: Remove spurious * in docstrings.
7994 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7996         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7997         grammar.
7998         (allout-beginning-of-current-line): Beware beginning of buffer.
7999         Also, a comment is simplified.
8000         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8001         when appropriate.  (This fix enables use for other than
8002         bullet-hotspot operation.)
8003         (allout-hide-current-subtree): While escalating to sibling-close,
8004         make sure to situate on a topic.
8006 2006-07-14  Kim F. Storm  <storm@cua.dk>
8008         * emulation/cua-base.el (cua-delete-selection)
8009         (cua-toggle-set-mark): New defcustoms.
8010         (cua-rectangle-modifier-key): Add `alt' modifier.
8011         (cua-replace-region): Don't delete if cua-delete-selection is nil.
8012         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8013         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8015         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8017 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8019         * allout.el: Require 'cl during byte-compilation/interactive load,
8020         for the `assert' macro.
8021         (allout-mode-deactivate-hook): New hook, run when allout mode
8022         deactivates.
8023         (allout-developer): New allout customization subgroup.
8024         (allout-run-unit-tests-on-load): New allout-developer
8025         customization variable, when true allout unit tests are run towards
8026         end of file load/eval.
8027         (allout-inhibit-auto-fill): Disable auto-fill activity even during
8028         auto-fill-mode.
8029         (allout-resumptions): Remove, to be replaced by...
8030         (allout-add-resumptions): Register variable settings to be
8031         reinstated by `allout-do-resumptions'.  The settings are made
8032         buffer-local, but the locality/globality of the suspended setting
8033         is restored on resumption.
8034         (allout-do-resumptions): Reinstate all settings suspended using
8035         `allout-add-resumptions'.
8036         (allout-test-resumptions): Unit tests (and intermediate variables)
8037         for resumptions.
8038         (allout-tests-globally-unbound, allout-tests-globally-true)
8039         (allout-tests-locally-true): Intermediate variables for
8040         resumptions unit tests.
8041         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8042         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8043         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8044         instead of retired `allout-resumptions'.  For hook functions, use
8045         `local' parameter so hook settings are created and removed as
8046         buffer-local settings.  Revise (resumptions) setting
8047         auto-fill-function so it is set only if already active.  The
8048         related fill-function settings are all made in either case, so
8049         that activating auto-fill-mode activity will have the custom
8050         allout-mode behaviors (hanging indent on topics, if configured for it).
8051         Remove all allout-exposure-category overlays on mode deactivation.
8052         (allout-hotspot-key-handler): New function extracted from
8053         `allout-pre-command-business', so the functionality can be used
8054         for other purposes, eg as a binding in an overlay.
8055         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8056         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8057         customization variable.
8058         (allout-run-unit-tests): Run the (currently quite small)
8059         repertoire of unit tests.  Called just before the provide iff user
8060         has customized `allout-run-unit-tests-on-load' non-nil.
8062 2006-07-14  Károly Lőrentey  <lorentey@elte.hu>
8064         * emacs-lisp/authors.el (authors-aliases): Update.
8066 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8068         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8069         gdb-source-window.  Add dedicated argument.
8070         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8071         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8072         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8073         (gdb-display-locals-buffer): Use it.
8075         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8076         Set gdb-source-window.
8078 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8081         minor modes, redundant with the custom-autoload line above.
8083 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8085         * longlines.el (longlines-post-command-function): Handle open-line too.
8087 2006-07-12  Richard Stallman  <rms@gnu.org>
8089         * progmodes/grep.el (grep-last-buffer): Doc fix.
8091         * info.el (Info-try-follow-nearest-node): Doc fix.
8093         * emacs-lisp/edebug.el (edebug-instrument-function):
8094         Err if find-function-noselect gives no position.
8096         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8097         If can't find definition, return nil for position.
8098         (find-function-do-it): Handle new return value
8099         of find-definition-noselect.
8100         (find-definition-noselect, find-variable-noselect): Doc fix.
8101         (find-function-noselect): Doc fix.
8103         * help-mode.el (help-variable-def): Handle find-variable-noselect
8104         returning no position.
8105         (help-function-def): Likewise for find-function-search-for-symbol.
8106         (help-face-def): Likewise.
8108         * help-fns.el (describe-variable): Handle find-variable-noselect
8109         returning no position.
8111         * files.el (locate-file-completion): Avoid duplicates in result.
8113         * cus-edit.el (custom-no-edit): New command.
8114         (custom-mode-map): Remap to custom-no-edit instead of
8115         using suppress-keymap.
8117 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8119         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8120         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8121         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8123         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8125 2006-07-11  Kim F. Storm  <storm@cua.dk>
8127         * ido.el (ido-copy-current-file-name): Use buffer-name if
8128         buffer-file-name is nil.
8130 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8132         * simple.el (undo-ask-before-discard): Set to nil.
8134         * vc.el (vc-exec-after): Don't delete process manually.
8135         (vc-print-log): Run log-view-mode in process sentinel inside
8136         inhibit-read-only.  Don't shrink window due to timing issues.
8138         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8139         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8141 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8144         Fix ambiguity introduced by last change.
8145         (compilation-find-file): Move save-excursion to where it may
8146         make sense.  Fix a left over `find-file'.
8148 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8150         * textmodes/texinfmt.el (texinfo-format-separate-node):
8151         Insert a string before point, which fits documentation, not after.
8152         (texinfo-multitable-item): In a multitable row, insert any
8153         additional needed @tabs and spaces.
8155 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8157         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8158         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8159         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8160         instead of shell-command.
8161         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8162         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8163         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8164         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8165         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8166         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8168 2006-07-11  Kim F. Storm  <storm@cua.dk>
8170         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8171         Remove special case for seconds < 0.  Use (redisplay t) instead.
8173 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8175         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8176         avoid compilation error.
8178         * subr.el (sit-for): New function.
8180         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8182 2006-07-10  Richard Stallman  <rms@gnu.org>
8184         * ldefs-boot.el (edebug): Update page.
8186 2006-07-10  Kim F. Storm  <storm@cua.dk>
8188         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8189         to FOR-RELEASE and TODO.
8191 2006-07-10  Romain Francoise  <romain@orebokech.com>
8193         * emacs-lisp/authors.el (authors-aliases): Update.
8195 2006-07-10  Alan Mackenzie  <acm@muc.de>
8197         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8198         * cc-mode.el: Changes to eradicate eval-after-load.
8200 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8202         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8203         on non-char events.
8205 2006-07-09  Romain Francoise  <romain@orebokech.com>
8207         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8208         Don't highlight start/end markers as compilation messages.
8210         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8211         to t.
8213 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8215         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8217 2006-07-08  Richard Stallman  <rms@gnu.org>
8219         * term/x-win.el (x-handle-display): Add doc string.
8221         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8223         * subr.el (def-edebug-spec): Move here.
8224         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8226         * imenu.el (imenu-choose-buffer-index): Doc fix.
8228 2006-07-08  Romain Francoise  <romain@orebokech.com>
8230         * term/x-win.el (x-display-name): Fix typo.
8232 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8234         * hexl.el (hexl-find-file): Doc fix.
8236         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8238 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8240         * term/x-win.el (x-display-name): Doc fix.
8242 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8245         long prefixes.
8246         (fill-region-as-paragraph): Don't round up to a whole line.
8247         (fill-comment-paragraph): Don't include the code-before-the-comment
8248         when calling fill-region-as-paragraph.
8250         * international/mule.el (make-char): Remove redundancy.
8252         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8253         property may contain an anonymous function rather than a symbol.
8255         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8257         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8258         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8260         * dirtrack.el (dirtrack-default-directory-function): Remove.
8261         (dirtrack-directory-function): Use file-name-as-directory.
8262         (dirtrack-windows-directory-function): Simplify.
8263         (dirtrack-forward-slash, dirtrack-backward-slash)
8264         (dirtrack-replace-slash): Remove.
8265         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8266         (dirtrack): Fix wrong parenthesizing; use match-string.
8268         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8269         (inferior-octave-mode): Only change the buffer-local value of
8270         comint-dynamic-complete-functions.
8271         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8272         Move the initialization to the declaration.
8273         (inferior-octave-complete): Remove unused var `filter'.
8275         * shell.el (shell-mode): Only change the buffer-local value of
8276         comint-dynamic-complete-functions.
8278 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8280         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8281         entry is skipped because it has been scheduled.
8282         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8283         changing `:org-archived' and `:org-comment' properties.
8285 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8287         * server.el (server-select-display): Don't make the temp frame
8288         minibuffer-only, in case it's not a temp frame.
8289         (server-process-filter): Don't delete the temp frame if it's the
8290         only one we have on that display.
8292         * files.el (find-alternate-file): Doc fix.
8294 2006-07-05  Richard Stallman  <rms@gnu.org>
8296         * files.el (abbreviate-file-name): Add save-match-data.
8298 2006-07-03  Richard Stallman  <rms@gnu.org>
8300         * faces.el (read-face-name): Doc fix.
8302 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8304         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8306 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8308         * vc.el (vc-diff-internal): Fix prev change.
8310 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8312         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8313         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8315 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8318         fails if the symbol contains chars like ( or '.
8319         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8320         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8321         `short'.
8323 2006-07-04  Kenichi Handa  <handa@m17n.org>
8325         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8326         the current one, don't call set-language-environment, but call one
8327         of set-language-environment-XXX to make INFO effective now.
8328         (set-language-environment): Call set-language-environment-XXX
8329         functions instead of doing the various setups directly.
8330         (set-language-environment-coding-systems): Delete argument eol-type.
8331         (set-language-environment-input-method)
8332         (set-language-environment-nonascii-translation)
8333         (set-language-environment-charset)
8334         (set-language-environment-fontset)
8335         (set-language-environment-unibyte): New functions.
8337 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8339         * locate.el (locate-update-when-revert): New option.
8340         (locate-update-path): New option (suggested by Michael Albinus).
8341         (locate-prompt-for-command): Whitespace change.
8342         (locate-update): No longer offer to update the locate database by
8343         default.  Implement the two new options.
8345 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8347         * tooltip.el: Move comment about track-mouse...
8349         * progmodes/gud.el: ...to here.
8351 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8353         * facemenu.el (facemenu-listed-faces): New var.
8354         (facemenu-unlisted-faces): Variable deleted.
8355         (facemenu-add-new-face): Use facemenu-listed-faces.
8357         * emulation/viper-init.el, calendar/calendar.el:
8358         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8360 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8362         * textmodes/org.el (org-mode): Remove no invalid settings for
8363         calc embedded mode.
8364         (org-mode-p): New defsubst.
8365         (org-save-all-org-buffers): New function.
8366         (org-first-headline-recenter): Enclose outline-regexp in group
8367         delimiters.
8368         (org-set-tags): Keep single space after stars.
8370 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * window.el (set-window-text-height): Only set window-min-height to
8373         1 if that's the requested size.
8375         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8376         (diff-unified->context, diff-context->unified)
8377         (diff-reverse-direction): Make sure the end marker stays at the end.
8378         (diff-mode): Add the keymap table at the end of docstring.
8379         Use lexical-let rather than constructing a closure manually.
8381         * files.el (find-file-noselect-1): Remove unused var assignment.
8382         (hack-local-variables-confirm): Print lists of strings as lists of
8383         strings rather than lists of symbols.
8384         (abbreviate-file-name, hack-local-variables-prop-line):
8385         Use match-string.
8386         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8387         (recover-session-finish): Use line-end-position.
8389 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8391         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8393 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8395         * progmodes/make-mode.el (makefile-macroassign-regex):
8396         Accept preceding keyword.
8397         (makefile-gmake-statements): Reorganize, now that makepp has
8398         "override" and also handle forgotten "override define".
8399         (makefile-makepp-statements): Add new "global", "override export"
8400         and "override global".
8402 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8404         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8405         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8406         (ada-no-auto-case): Fix typos in docstrings.
8408 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8410         * info.el (Info-find-node-2): Search for makeinfo version more
8411         carefully.
8413 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8415         * textmodes/org.el (org-prepare-agenda-buffers):
8416         Use `invisible-OK' argument for `org-end-of-subtree'.
8417         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8418         (org-beginning-of-item): Fix bug in regular expression for white line.
8419         (org-export-as-html): Enforce space after bullet in plain list items.
8420         (org-set-autofill-regexps): Require space after plain list bullet
8421         for paragraph-start.
8422         (org-ts-regexp3): New constant.
8423         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8424         (org-timestamp-up-day, org-timestamp-down-day)
8425         (org-timestamp-change): Work with inactive timestamps.
8426         (org-ts-regexp1): Don't allow brackets in time stamps.
8428 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8430         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8431         for ignoring links.
8433         * faces.el (read-face-name): Use it.
8435 2006-06-28  Juri Linkov  <juri@jurta.org>
8437         * buff-menu.el (list-buffers-noselect): Compare Info file
8438         with the string "dir" to detect Info directory.
8440         * complete.el (partial-completion-mode): In lambda for
8441         `choose-completion-string-functions' use full function signature
8442         with 4 args, and move point to the end of the minibuffer only if arg
8443         `mini-p' is non-nil.
8445 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8447         * ibuffer.el (ibuffer-mode): Doc fix.
8449 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8451         * textmodes/org.el (org-context): New contexts :item-bullet,
8452         :latex-fragment, :latex-preview.
8453         (org-overlays-at, org-overlay-start, org-overlay-end):
8454         New compatibility functions.
8455         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8456         exact regexp that will be used during export.
8457         (org-latex-regexps): New variable.
8458         (org-cdlatex-mode): Improve advice for `texmathp'.
8459         (turn-on-org-cdlatex): New function.
8461 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8463         * term/mac-win.el (mac-handle-font-selection): Change keys of
8464         mac-atsu-font-table from strings to numbers.
8465         (mac-ts-caret-position): Use also when cursor-type is nil.
8466         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8467         Relax condition for using overlay strings.
8468         Use mac-ts-caret-position face when cursor-type is nil.
8470 2006-06-26  Kim F. Storm  <storm@cua.dk>
8472         * help.el (view-emacs-news): Declare `res' in the right let* form.
8474 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8476         * net/rcompile.el (remote-compile): Replace ange-ftp based
8477         implementation by Tramp functions.
8478         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8480         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8482 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8484         * international/fontset.el (setup-default-fontset): Fix a typo in
8485         the "Oriya-Akruti" registry name.
8487 2006-06-23  Lars Hansen  <larsh@soem.dk>
8489         * desktop.el (desktop-full-file-name): New function.
8490         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8491         (desktop-revert): Use it.
8492         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8493         (desktop-after-read-hook): Add option list-buffers.
8494         (desktop-locals-to-save): Add tab-width.
8495         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8496         Fix docstring.
8498 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8500         * textmodes/org.el (org-cdlatex-mode-map)
8501         (org-cdlatex-texmathp-advice-is-done): New variables.
8502         (org-cdlatex-mode): New minor mode.
8503         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8504         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8505         (org-export-with-archived-trees): New option.
8506         (org-open-file): Remove the call to `convert-standard-filename'.
8507         (org-archive-tag, org-agenda-skip-archived-trees)
8508         (org-cycle-open-archived-trees)
8509         (org-sparse-tree-open-archived-trees): New options.
8510         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8511         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8512         New functions.
8513         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8514         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8515         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8516         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8517         Call `org-prepare-agenda-buffers'.
8518         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8519         (org-file-apps, org-file-apps-defaults-gnu)
8520         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8521         Handle remote files by forcing them to be opened in Emacs.
8523 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8525         * vc.el (vc-diff-knows-L): New variable.
8526         (vc-diff-internal): Use it to handle "diff" programs that don't
8527         understand -L.  This works automatically, no user action is necessary.
8529 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8531         * net/rcirc.el (rcirc-default-user-full-name): Default to
8532         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8533         longer exists).
8534         (rcirc-process-list): Check `buffer-live-p' before attempting to
8535         switch to a buffer.
8537 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8539         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8540         based on rcirc-coding-system-alist.
8542 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8544         * cus-edit.el (customize-apropos): A better error message.
8545         (top level) <debug-ignored-errors>: Extend and update the list of
8546         ignored error messages.
8548 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8550         * complete.el (PC-do-completion): Retain capitalization of user
8551         input, when possible, even if completion-ignore-case is set.
8553 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8555         * generic-x.el (bat-generic-mode): Support .cmd files.
8557         * dos-w32.el (top level): Use find-file-not-found-functions
8558         instead of the obsolete find-file-not-found-hooks.
8560 2006-06-22  Kim F. Storm  <storm@cua.dk>
8562         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8563         to recognize mode name containing submodes, such as Grep/lw.
8565 2006-06-21  Kim F. Storm  <storm@cua.dk>
8567         * simple.el (line-move-1): Check for move-end-of-line instead of
8568         end-of-line when setting temporary-goal-column.
8570 2006-06-21  Miles Bader  <miles@gnu.org>
8572         * play/cookie1.el (cookie): Work properly when there's only one entry.
8574 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8576         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8577         (gdb-frame-handler): Generalize frame regexp for templates.
8579 2006-06-20  Glenn Morris  <rgm@gnu.org>
8581         * calendar/appt.el (appt-display-format): Default value must be
8582         one of the customize options.
8584 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8586         * term/xterm.el (terminal-init-xterm): Update key availability info.
8587         Bind C-return.
8589         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8591 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8593         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8594         whether or not a local variables list is defined.
8596         * msb.el (msb): Move `sit-for' hack here to handle both
8597         "mouse-down and drag" and "mouse-up and select" situations.
8598         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8600 2006-06-20  Kenichi Handa  <handa@m17n.org>
8602         * international/characters.el (word-combining-categories):
8603         Add entries for 2-byte Han characters.
8605 2006-06-19  Richard Stallman  <rms@gnu.org>
8607         * bindings.el (mode-line-format): Save some mode line space.
8609         * files.el (find-file-noselect): Improve the question wording.
8610         (basic-save-buffer-2): Mask UMASK against 666.
8612         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8613         (mouse-drag-vertical-line): Call it.
8615         * cus-edit.el (customize-option, customize-option-other-window):
8616         Error if SYMBOL is nil.
8618 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8620         * textmodes/org.el: Require noutline, also on XEmacs.
8621         (org-end-of-subtree): Return point.
8622         (org-dblock-start-re, org-dblock-end-re): New constants.
8623         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8624         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8625         (org-update-all-dblocks, org-find-dblock): New functions.
8626         (org-collect-clock-time-entries): New function.
8627         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8628         (org-fixup-indentation): Modify to deal correctly with lines
8629         starting with TAB.  Only one argument DIFF now.
8630         (org-demote, org-promote): Call `org-fixup-indentation' with just
8631         one argument, DIFF.
8632         (org-mode): Don't mark buffer as modified when aligning tables.
8633         (org-clock-sum): Don't mark buffer modified when adding time sum
8634         properties.
8635         (org-export-as-html): Add support for a link validation function.
8636         (org-archive-all-done): New function.
8637         (org-archive-subtree): New prefix argument.  When set, archive all
8638         done subtrees in this buffer.
8639         (org-remove-clock-overlays)
8640         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8641         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8642         (org-put-clock-overlay): Don't swallow last headline character
8643         when displaying overlay.
8644         (org-store-link): Link to `image-mode' with just the file name.
8646 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8648         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
8649         Use read-key-sequence.
8650         (viper-after-change-undo-hook): Misc enhancements.
8651         (viper-after-change-undo-hook): New hook.
8652         (viper-undo): Use viper-after-change-undo-hook.
8653         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8654         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8655         clicking on that widget/button.
8657         * emulation/viper.el (viper-mode): Allow a separate cursor color
8658         in Emacs state.
8660         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
8661         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8662         (ediff-set-actual-diff-options): New function.
8663         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8664         Use ediff-set-actual-diff-options.
8665         (ediff-extract-diffs): Catch errors.
8666         (ediff-whitespace): Add non-breakable space.
8667         (ediff-same-file-contents): Catch errors.
8669         * ediff-mult.el (ediff-collect-custom-diffs):
8670         Save coding-system-for-read.
8672         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8673         (ediff-vc-internal, ediff-vc-merge-internal):
8674         Use ediff-delete-version-file.
8675         (ediff-delete-version-file): New function.
8677         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8679         * ediff.el (ediff-directories, ediff-directory-revisions)
8680         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8681         (ediff-directories-internal, ediff-merge-directory-revisions)
8682         (ediff-merge-directory-revisions-with-ancestor)
8683         (ediff-directories3): Use read-directory-name.
8685 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8687         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8688         Remove superfluous part of regexp for brace matching which is handled
8689         by `scan-lists' call.
8691 2006-06-16  Richard Stallman  <rms@gnu.org>
8693         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8695         * files.el (basic-save-buffer-2): For a new precious file,
8696         use the default modes in the return value.
8698         * facemenu.el (facemenu-color-alist): Doc fix.
8700         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8702 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8704         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8706         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8707         (mac-utxt-to-string): Use it.
8708         (mac-ts-update-active-input-area): Use mac-ae-number.
8710 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8712         * term.el (term-handle-scroll, term-delete-lines)
8713         (term-insert-lines): Fix off by one errors.
8715 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8717         * net/tramp.el (tramp-touch): Use UTC to express time.
8719 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8721         * mail/sendmail.el (mail-send): Search explicitly for
8722         mail-header-separator when checking for corrupted header lines.
8724 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8726         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8727         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8728         (gdb-init-1): Initialise them.
8729         (gdb-starting): Reset gdb-printing
8730         (gdb-starting): Save value of gud-overlay-arrow-position.
8731         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8732         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8733         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8734         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8736 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8738         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8740 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8742         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8743         (ldap-search-internal): Keep error messages, and a regexp fix.
8745 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8747         * files.el (hack-local-variables-confirm):
8748         Display string value using its printed representation.
8750 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8752         * server.el (server-edit): No-op if no server buffers exist.
8754 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8756         * textmodes/page-ext.el (pages-directory-for-addresses):
8757         Including `pages-directory-address-mode' in the function results
8758         in the message "Buffer in which pages were found is deleted".
8760 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8762         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8763         clocking functions.
8765         (org-agenda-clock-in, org-check-running-clock)
8766         (org-clock-out-if-current, org-remove-clock-overlays)
8767         (org-put-clock-overlay): New functions.
8768         (org-clock-marker, org-clock-file-total-minutes)
8769         (org-clock-overlays): New variables.
8770         (org-clock-display, org-clock-sum, org-clock-cancel)
8771         (org-clock-out, org-clock-in): New commands.
8772         (org-export): New function.
8773         (org-emph-re): New constant.
8774         (org-set-emph-re, org-do-emphasis-faces): New functions.
8775         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8776         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8777         (org-export-html-convert-emphasize): Use the configurable emphasis.
8778         (org-cleaned-string-for-export): Make multiline emphasis visible
8779         to the exporter.  New optional argument PARAMETERS.
8780         (org-export-as-html): Specify :emph-multiline parameter to
8781         `org-cleaned-string-for-export'.
8783 2006-06-10  Richard Stallman  <rms@gnu.org>
8785         * help.el (help-for-help-internal): Clean up help text.
8787 2006-06-10  Andreas Schwab  <schwab@suse.de>
8789         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8790         in doc string.
8792         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8794 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8796         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8797         spaces after the comment start.
8799 2006-06-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8801         * play/pong.el (pong-init-buffer):
8802         Fill buffer with spaces instead of ^A.
8804         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8805         launched asynchronously, delete its process instead of being cool.
8806         (ispell-async-processp): Check for `delete-process' existence
8807         instead of `kill-process' one for consistency.
8809 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8811         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8812         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8813         in mode line at startup.
8815 2006-06-08  Kim F. Storm  <storm@cua.dk>
8817         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8818         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8819         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8820         (ido-file-internal): Pass full file name to write-file.
8821         (ido-read-internal): Only pop stack elements automatically if they
8822         actually match an existing directory or file name.
8824 2006-06-07  Kenichi Handa  <handa@m17n.org>
8826         * international/mule.el (find-auto-coding): Don't handle the short
8827         name `char-trans'.
8829         * files.el (hack-local-variables-prop-line)
8830         (hack-local-variables): Cancel the previous change.
8832 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8834         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8836 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8838         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8839         diff-default-read-only is non-nil.
8840         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8841         (diff-refine-hunk): Set inhibit-read-only to t.
8843         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8844         modifying the *Diff* buffer.
8845         (diff-process-filter): New filter function for diff process that
8846         sets inhibit-read-only to t when modifying the *Diff* buffer.
8848 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8850         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8851         insertion point and control the number of empty lines.
8852         (org-paste-subtree): Limit the number of empty lines at the end of
8853         the inserted tree.
8854         (org-agenda): Use buffer name of current file for narrowing.
8855         (org-export-as-xml): Command removed.
8856         (org-export-xml-type): Option removed.
8857         (org-mode-map): Call `org-export-as-xoxo' directly.
8858         (org-get-indentation): New optional argument LINE.
8859         (org-fix-indentation, org-remove-tabs): New functions.
8860         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8861         correct indentation for headlines that are converted it items.
8862         (org-skip-comments): Remove table lines that contain narrowing
8863         cookies but no other non-empty fields.
8864         (org-set-tags): Allow groups of mutually exclusive tags.
8865         (org-cmp-time): Sort 24:21 before items without time.
8866         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8867         (org-open-at-point): Require double colon also for numbers.
8869 2006-06-06  Kim F. Storm  <storm@cua.dk>
8871         * ido.el (ido-default-file-method, ido-default-buffer-method):
8872         Make choice values consistent with corresponding command names.
8873         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8875 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8877         * progmodes/gud.el (gud-running): Fix doc string.
8878         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8879         (gud-tooltip-modes): Add python-mode.
8880         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8882 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8884         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8885         Quote $(EMACS).
8887 2006-06-05  Richard Stallman  <rms@gnu.org>
8889         * faces.el (defined-colors): Doc fix.
8891 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8893         * vc.el (vc-process-filter): Inhibit undo info collection around
8894         call to insert.
8895         (vc-setup-buffer): Likewise for call to erase-buffer.
8896         (vc-do-command): Likewise for call to process-file.
8898 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8900         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8901         for gud-go.
8902         (gud-common-init): Other debuggers may trigger error.
8904 2006-06-05  Kenichi Handa  <handa@m17n.org>
8906         * international/mule.el (find-auto-coding):
8907         Handle enable-character-translation in file header.
8909 2006-06-04  Kim F. Storm  <storm@cua.dk>
8911         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8912         (authors-fixed-entries): Fix spelling.
8913         (authors-canonical-file-name): Don't report error for wildcards.
8915         * help.el (view-emacs-news): Rewrite to support new NEWS,
8916         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8917         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8918         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8920 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8922         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8923         exec constructs like `foo bar`.
8924         (sh-quoted-subshell): New helper function to search for a possibly
8925         nested subshell (like `` or $()) within a "" quoted string.
8926         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8927         (sh-apply-quoted-subshell): Flag quote characters inside a
8928         subshell, which is itself already in a quoted region, as
8929         punctuation, since this is the closest to what they actually are.
8930         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8931         sh-apply-quoted-subshell.
8932         (sh-font-lock-syntactic-face-function): Apply the new face for
8933         text inside `` instead of the old font-lock-string-face.
8935 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8937         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8938         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8939         (mac-bytes-to-text-range, mac-ae-text-range-array)
8940         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8941         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8942         (mac-ts-unicode-for-key-event): New functions.
8943         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8944         (mac-handle-font-selection): Use mac-ae-number.
8945         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8946         New variables.
8947         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8948         (mac-ts-converted-text, mac-ts-selected-converted-text)
8949         (mac-ts-block-fill-text, mac-ts-outline-text)
8950         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8951         (mac-ts-hilite-style-faces): New constant.
8952         (mac-apple-event-map): Bind text input events.
8953         (mac-dispatch-apple-event): Use command-execute instead of
8954         call-interactively.
8955         (global-map): Don't bind mac-apple-event.
8956         (special-event-map): Bind mac-apple-event.
8958 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8960         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8961         file name.
8962         (emacs): Enclose the value of $(EMACS) in quotes.
8964 2006-06-02  Juri Linkov  <juri@jurta.org>
8966         * international/mule.el (sgml-html-meta-auto-coding-function):
8967         Remove the condition `(search-forward "<html" size t)'.
8968         Replace `\"' with `[\"']?' in `re-search-forward'.
8970 2006-06-02  Kenichi Handa  <handa@m17n.org>
8972         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8973         as well as `coding'.
8974         (hack-local-variables): Likewise.
8976         * international/mule.el (enable-character-translation):
8977         Put permanent-local and safe-local-variable properties.
8978         (find-auto-coding): Handle char-trans: tag.
8980 2006-06-02  Juri Linkov  <juri@jurta.org>
8982         * international/mule.el (sgml-html-meta-auto-coding-function):
8983         Limit the search by the end of the HTML header (if any).
8985 2006-06-01  Richard Stallman  <rms@gnu.org>
8987         * subr.el (with-current-buffer): Doc fix.
8989 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8991         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8992         Almost rewrite.  Underlines over all lines of gcov output are too
8993         uncomfortable to read.  Suggested by Dan Nicolaescu.
8995 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8997         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8999         * shell.el (shell-mode): Use shell-mode-map in docstring.
9001         * comint.el (comint-send-input): Do not add help-echo and
9002         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9004 2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
9006         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9008 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
9010         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9011         (gdb-stopped, gdb-info-stack-custom): If there is no source info
9012         look up the stack and pop up GUD buffer if necessary.
9013         (gdb-frames-select): Remove redundant call to gud-display-frame.
9014         (gdb-info-threads-custom): Keep point at start of buffer.
9015         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9017 2006-05-31  Juri Linkov  <juri@jurta.org>
9019         * replace.el (query-replace-read-from, query-replace-read-to):
9020         Bind `history-add-new-input' to nil.  Call `add-to-history'.
9022 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9024         * textmodes/table.el: Convert all HTML tags to lower case for
9025         XHTML compatibility.
9027 2006-05-31  Masatake YAMATO  <jet@gyve.org>
9029         * progmodes/compile.el:
9030         (compilation-error-regexp-alist-alist::gcov-called-line):
9031         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9033 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9035         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9036         Revert inadvertent changes made with last commit.
9038 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9040         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9041         New functions.
9043         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9045 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9047         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9048         only matches in the right place.
9049         (org-upcoming-deadline): New face.
9050         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9051         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9052         and make it an option.
9053         (org-export-ascii-bullets): New option.
9054         (org-export-as-html): Many changes to emit valid XHTML.
9055         (org-par-open): New variable.
9056         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9057         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9058         (org-timeline): Pass `org-timeline-show-empty-dates' to
9059         `org-get-all-dates'.  Interpret empty dates returned by
9060         `org-get-all-dates'.
9061         (org-get-all-dates): New argument EMPTY.  Add dates without
9062         entries to the list, mark large ranges of empty dates.
9063         (org-point-in-group, org-context): New functions.
9065 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9067         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9069         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9070         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9071         to C-mouse-3 (for 2 button mice).
9072         (gdb-send): Do the right thing for C-d.
9074         * speedbar.el (speedbar-detach): Delete.
9075         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9076         it breaks things.
9077         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9079 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9081         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9082         Makeppfile.
9084         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9085         Add makepp diagnostic.
9087 2006-05-29  Richard Stallman  <rms@gnu.org>
9089         * window.el (fit-window-to-buffer): Doc fix.
9091         * help.el (temp-buffer-max-height): Doc fix.
9093         * subr.el (with-current-buffer): Doc fix.
9095 2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
9097         * term/x-win.el: Bind F10 to menu-bar-start if available.
9099 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9101         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9102         uses with a simple test.
9103         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9104         (term-send-raw-string, term-send-raw, term-mouse-paste)
9105         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9106         (term-handle-exit, term-read-input-ring)
9107         (term-previous-matching-input-string)
9108         (term-previous-matching-input-string-position)
9109         (term-previous-matching-input-from-input)
9110         (term-replace-by-expanded-history, term-send-input)
9111         (term-skip-prompt, term-bol, term-send-invisible)
9112         (term-kill-input, term-delchar-or-maybe-eof)
9113         (term-backward-matching-input, term-check-source)
9114         (term-proc-query, term-emulate-terminal)
9115         (term-handle-colors-array, term-process-pager, term-pager-line)
9116         (term-pager-bob, term-unwrap-line, term-word)
9117         (term-dynamic-complete-filename)
9118         (term-dynamic-complete-as-filename)
9119         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9120         unlesses.
9122 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9124         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9125         during bootstrapping.
9127         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9128         Basically undo the change of 2006-05-26: use extra arguments instead of
9129         dynamic scoping.
9130         (ewoc-locate): Remove unused var `footer'.
9132 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9134         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9136         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9137         (generate-file-autoloads): Obey it.  Return whether autoloads were
9138         added at point or not.
9139         (update-file-autoloads): Use this new return value.
9140         Remove redundant test for the presence of an autoload cookie.
9142         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9143         This one calls hack-local-variables.
9144         (generate-file-autoloads, update-file-autoloads): Use it.
9146         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9147         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9148         (bibtex-sort-entry-class-alist): Don't set the global value.
9149         (bibtex-init-sort-entry-class-alist): New fun.
9150         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9151         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9152         of bibtex-init-sort-entry-class.
9154 2006-05-28  Richard Stallman  <rms@gnu.org>
9156         * subr.el (load-history-regexp): If FILE is relative, insist
9157         entire last name component must match it.
9158         (load-history-filename-element, load-history-regexp): Doc fixes.
9160 2006-05-29  Kim F. Storm  <storm@cua.dk>
9162         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9163         `pos' and `raw-data' for clarity, as eval forms may access these.
9165 2006-05-28  Kim F. Storm  <storm@cua.dk>
9167         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9169 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9171         * progmodes/make-mode.el (makefile-browser-map)
9172         (makefile-mode-syntax-table): Move initialization inside declaration.
9173         (makefile-fill-paragraph): Use the default comment-filling code.
9175 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9177         * replace.el (query-replace-defaults): New variable.
9178         (query-replace-read-from): Use `query-replace-defaults' for
9179         default value, instead of history list.
9180         (query-replace-read-to): Update `query-replace-defaults'.
9182 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9184         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9185         with no X toolkit.
9187 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9189         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9190         (tumme-show-all-from-dir): Add autoload.
9192 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9194         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9195         (tumme-remove-tag): Fix bug.
9197 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9199         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9200         FOOTER args.  Update unique caller.
9201         (ewoc-delete): Compute last node once before looping.
9202         (ewoc--node-branch): Merge into unique caller.
9203         (ewoc--node): Don't define constructor make-ewoc--node for this
9204         structure.
9205         (ewoc): Add member `hf-pp' to this structure.
9206         (ewoc--wrap): New func.
9207         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9208         header/footer pretty-printers.  Save header/footer pretty-printer.
9209         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
9211         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9213 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9215         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9216         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9217         Tag'.  Change "Compare directories..." to "Change Directories...".
9218         Move tumme commands to Operate, Regexp and Immediate menus.
9219         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9220         Tag" to "Add Image Tags".
9222         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9223         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9224         `tumme-delete-tag'.
9226 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9228         * shell.el (shell-mode): Call shell-dirtrack-mode after
9229         list-buffers-directory is made a local variable, to avoid setting
9230         the default value.
9232 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9234         * info.el (Info-index-next): Use where-is-internal to report
9235         actual binding of Info-index-next, rather than hard-coded `,'.
9237 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9239         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9240         and "Find Command in Manual" to here.
9242         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9243         Info-current-file as the file name.
9245 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9247         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9248         overrides will now be done a different way.
9249         (ses-set-parameter): Reapply this function for undo.
9250         (ses-set-header-row): Reconstruct header row during undo.
9251         (ses-widen): New function.
9252         (ses-goto-data, ses-reconstruct-all): Use new function.
9253         (ses-command-hook): Widen buffer during undo, before unupdating
9254         the cells.
9255         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9256         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9257         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9258         formula hasn't been executed yet.
9260 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9262         * comint.el (comint-kill-whole-line): Rename arg to count.
9263         Fix doc string.
9265 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9267         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9268         to copy-file.
9270 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9272         * simple.el (toggle-truncate-lines): Make arg optional for
9273         backward compatibility.
9275 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9277         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9278         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9279         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9280         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9281         (ewoc--adjust): Use ewoc--current-dll.
9282         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9284 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9286         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9287         compact error message.
9288         (org-tags-view): Refresh category table in each file.
9289         (org-table-justify-field-maybe): Remove superfluous arguments to
9290         `format'.
9291         (org-export-as-html): Insert "<p>" before postamble.
9292         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9294 2006-05-26  Kenichi Handa  <handa@m17n.org>
9296         * textmodes/po.el (po-find-charset): Pay attention to the case
9297         FILENAME is a cons (NAME . BUFFER).
9298         (po-find-file-coding-system-guts): Likewise.
9300         * arc-mode.el (archive-set-buffer-as-visiting-file):
9301         Call find-operation-coding-system with (FILENAME . BUFFER).
9303         * tar-mode.el (tar-extract): Call find-operation-coding-system
9304         with (FILENAME . BUFFER).
9306         * international/mule.el (decode-coding-inserted-region):
9307         Call find-operation-coding-system with (FILENAME . BUFFER).
9309 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9311         * image-mode.el (image-toggle-display): Use buffer contents to
9312         generate image for a remote file.
9314 2006-05-25  Juri Linkov  <juri@jurta.org>
9316         * replace.el (query-replace-read-from, query-replace-read-to):
9317         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9319 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9321         * whitespace.el (whitespace-cleanup): Change to cleanup
9322         region if one is active.
9323         * whitespace.el (whitespace-cleanup-internal): New internal method.
9325 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9327         * dired.el (dired-mode-map): Add help-echo strings to tumme
9328         commands.  Bind `tumme-dired-display-image' to C-t i.
9330         * tumme.el (tumme-display-image): Change documentation string slightly.
9331         (tumme-dired-display-image): Add call to `display-buffer'.
9333 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9335         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9336         Signal error if RAW-DATA is a multibyte string.
9338 2006-05-24  Richard Stallman  <rms@gnu.org>
9340         * subr.el (with-local-quit): When handling `quit' signal,
9341         make a chance for quit-flag to cause a quit.
9343         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9344         (ad-disable-advice): Add autoloads.
9346         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9348 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9350         * dired.el (dired-mode-map): Change menu items for tumme as per
9351         suggestions in emacs-devel.
9353 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9355         * dired.el (dired-mode-map): Fix breakage.
9357 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9359         * tumme.el (tumme-display-dired-image): Rename to...
9360         (tumme-dired-display-image): ...this.
9361         (tumme-track-movement): Change default value to t.
9362         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9363         used from `tumme-next-line-and-display' and similar commands.
9365         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9366         Immediate menu.  Add some tumme commands there.
9368 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9370         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9372 2006-05-24  Chong Yidong  <cyd@mit.edu>
9374         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9375         menu entries that open submenus.
9377 2006-05-24  Alan Mackenzie  <acm@muc.de>
9379         * startup.el (command-line): For names of preloaded files, don't
9380         append ".elc" (now done in Fload), and call file-truename on the
9381         lisp directory.
9383         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9384         match ANY loaded file with the right name, not just those in
9385         load-path.  Put a regexp matching the file name into
9386         after-load-alist, rather than the name itself.
9388         * subr.el (load-history-regexp, load-history-filename-element)
9389         (do-after-load-evaluation): New functions.
9391         * international/mule.el (load-with-code-conversion): Do the
9392         eval-after-load stuff by calling do-after-load-evaluation.
9394 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9396         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9397         has not been killed.
9399 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9401         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9402         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9403         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9404         Optionally set error message in reply.
9406 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9408         * textmodes/org.el (org-open-at-point): Use renamed variable
9409         `org-confirm-shell-link-function'.
9410         (org-confirm-shell-link-function): Rename from
9411         `org-confirm-shell-links'.
9412         (org-export-directory): New function.
9413         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9414         (org-export-icalendar): Use `org-export-directory'.
9415         (org-indent-item): Keep cursor position.
9416         (org-link-file-path-type): New option.
9417         (org-export-as-html): Fix bug with plain lists starting in
9418         column 0.
9419         (org-export-as-html): Remove deadline formatting, this happens
9420         now already in `org-html-handle-time-stamps'.
9421         (org-export-html-style): Deadline class removed.
9422         (org-insert-labeled-timestamps-at-point): New option.
9423         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9424         of `hide-sublevels 1', in case the first headline is not level 1.
9425         (org-overview, org-content): New fuction.
9426         (org-cycle-global-status, org-cycle-subtree-status): Make these
9427         variables buffer-local.
9428         (org-global-cycle): New command.
9429         (org-shifttab): Use `org-global-cycle'.
9430         (org-insert-heading, org-insert-item): Go to end of new
9431         headline/item after creating it.
9432         (org-export-visible): Rename from `org-export-copy-visible'.
9433         Now creates a temporary org-file and applies an exporting command
9434         to it.
9435         (org-table-eval-formula): Support for lisp forms.
9436         (org-agenda-todo-ignore-scheduled): New option.
9437         (org-agenda-get-todos): Use new option
9438         `org-agenda-todo-ignore-scheduled'.
9439         (org-export-html-inline-images): New value `maybe'.
9440         (org-export-as-html): Inlining of images dependent on link description.
9441         (org-archive-subtree): Check for end-of-buffer before trying
9442         `kill-line'.
9443         (org-agenda-follow-mode): New option.
9444         (org-export-with-tags, org-export-with-timestamps): New options.
9445         (org-html-handle-time-stamps): New function.
9446         (org-keyword-time-regexp): New variable.
9447         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9448         (org-agenda-todo-list-sublevels): New option.
9449         (org-html-level-start): When TITLE is nil, just close all levels.
9450         (org-parse-key-lines, org-parse-export-options): Remove functions,
9451         replaced by `org-infile-export-plist'.
9452         (org-combine-plists, org-infile-export-plist)
9453         (org-default-export-plist): New functions.
9454         (org-export-html-preamble, org-export-html-postamble)
9455         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9456         New variables.
9457         (org-export-publishing-directory): New option.
9458         (org-export-as-html, org-export-as-ascii): Use the new property
9459         lists for settings.
9460         (org-export-copy-visible, org-export-as-xoxo):
9461         Respect `org-export-publishing-directory'.
9462         (org-link-search, org-store-link, org-file-apps): Support for
9463         links to BibTeX database entries..
9464         (org-get-current-options, org-set-regexps-and-options):
9465         Implement logging as a startup option.
9466         (org-store-link): Make sure context string is never empty
9467         (org-insert-link): Use relative path when possible.
9468         (org-at-item-checklet-p): New function.
9469         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9470         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9471         (org-metaright, org-metaup, org-metadown, org-shiftup)
9472         (org-shiftdown, org-shiftright, org-shiftleft)
9473         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9474         Dispatch using `call-interactively'.
9475         (org-call-with-arg): New defsubst.
9476         (org-tag-alist, org-use-fast-tag-selection): New options.
9477         (org-complete): Use `org-tag-alist'.
9478         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9479         (org-next-item, org-previous-item): New commands.
9480         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9481         make command.
9482         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9484 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9486         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9487         (ewoc-filter): Use `ewoc-delete'.
9489         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9491 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9494         Signal more user-friendly error messages.
9496         * complete.el (PC-do-completion): Undo the addition of implicit
9497         wildcards if they did not lead to finding any match.
9498         (read-file-name-internal): Don't add the final > if the completion is
9499         not finished.
9501 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9503         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9504         Quote safe-local-variable predicate.
9506 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9508         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9510 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9512         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9514         * progmodes/make-mode.el (makefile-special-targets-list)
9515         (makefile-macro-table, makefile-target-table): Mark as risky.
9516         (makefile-query-one-target-method): Make this the alias for the
9517         following variable.
9518         (makefile-query-one-target-method-function): Make this the real name.
9520         * textmodes/artist.el (artist-text-renderer): Make this the alias
9521         for the following variable.
9522         (artist-text-renderer-function): Make this the real name.
9524         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9525         the alias for the following variable.
9526         (flyspell-generic-check-word-predicate): Make this the real name.
9528         * textmodes/ispell.el (ispell-format-word): Make this the alias
9529         for the following variable.
9530         (ispell-format-word-function): Make this the real name.
9531         (ispell-message-text-end): Mark as risky.
9533         * skeleton.el (skeleton-transformation, skeleton-filter)
9534         (skeleton-pair-filter): Make these the aliases for the following
9535         variables.
9536         (skeleton-transformation-function, skeleton-filter-function)
9537         (skeleton-pair-filter-function): Make these the real names.
9539         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9540         and skeleton-pair-filter-function.
9542         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9543         alias for the following variable.
9544         (sgml-transformation-function): Make this the real name.
9545         (sgml-tag-alist): Mark as risky.
9547 2006-05-21  Richard Stallman  <rms@gnu.org>
9549         * simple.el (kill-region): Interactively, pass point, then mark.
9551 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9553         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9555 2006-05-21  Romain Francoise  <romain@orebokech.com>
9557         * dired-x.el (dired-mode-map): Don't bind M-g.
9559 2006-05-20  Richard Stallman  <rms@gnu.org>
9561         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9562         (dired-goto-file): Doc fix.
9564 2006-05-21  Kim F. Storm  <storm@cua.dk>
9566         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9567         way to enable built-in cua-mode if user loads older CUA-mode package.
9569         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9570         if default-filename is specified.
9572 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9574         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9576         * info.el (info-apropos): Make sure current-file and current-node
9577         have non-nil values.  Speed up by using add-to-list instead of
9578         manual consing.
9580 2006-05-20  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9582         * progmodes/make-mode.el (makefile-mode): Doc fix.
9584 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9586         * dired-aux.el (dired-do-shell-command): Doc fix.
9588 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9590         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9591         ``(custom-manual :tag "Foo" "(foo)Node")''.
9593 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9595         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9596         value is an integer.
9598 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9600         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9601         "format".
9602         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9604 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9606         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9607         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9609 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9612         regexp for keywords.
9614 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9616         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9617         replace-regexp-in-string.
9619         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9620         encode, and escape file name on conversion to URL.
9622 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9624         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9625         Don't unescape URL.
9626         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9628         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9629         on conversion to URLs.
9631         * net/browse-url.el (browse-url-file-url): Encode file name on
9632         conversion to URL.
9634         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9635         conversion to URL.
9637 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9639         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9641 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9643         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9644         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9646 2006-05-19  Glenn Morris  <rgm@gnu.org>
9648         * calendar/diary-lib.el (diary-bahai-date)
9649         (list-bahai-diary-entries, mark-bahai-diary-entries)
9650         (mark-bahai-calendar-date-pattern): Not interactive.
9651         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9652         (diary-entries-list): Change format of 4th element in each entry.
9653         (diary-list-entries): Use add-to-diary-list.
9654         (diary-goto-entry): Handle the case where the buffer visiting the
9655         diary has been killed.
9656         (fancy-diary-display): Add 'locator to button rather than 'marker.
9657         Only generate temp-face when there are marks to apply.
9658         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9659         (diary-fancy-date-pattern): New variable.
9660         (diary-time-regexp): Doc fix.
9661         (diary-anniversary, diary-time): New faces.
9662         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9663         diary-time-regexp.  Add font-lock-multiline property where needed.
9664         Use new faces diary-anniversary and diary-time.
9665         (diary-fancy-font-lock-fontify-region-function): New function, to
9666         handle multiline font-lock pattern in fancy diary.
9667         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9668         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9669         diary-time.
9671 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9673         * international/code-pages.el (mik): Table corrected.
9675 2006-05-18  Kim F. Storm  <storm@cua.dk>
9677         * progmodes/grep.el (grep-find): Don't check grep-find-command
9678         before running command (breaks non-interactive usage).
9680 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9682         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9683         (ewoc--insert-new-node): Don't insert trailing newline.
9684         Instead, adjust successor nodes's start markers.
9685         (ewoc--refresh-node): Delete all text from current node's start
9686         marker to the next one's; adjust successor nodes's start markers.
9687         (ewoc--create): Doc fixes.
9688         (ewoc--refresh): Don't insert newline.
9689         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9690         * pcvs.el (cvs-make-cvs-buffer):
9691         Specify extra newline for ewoc's header and footer.
9692         (cvs-update-header): Update initial header recognition.
9693         Append newline to final header and footer values.
9694         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9696 2006-05-17  Richard Stallman  <rms@gnu.org>
9698         * files.el (file-name-extension): Doc fix.
9700 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9703         we can explicitly enable/disable rather than toggle.
9704         (shell-mode): Use it.
9705         (shell-cd): Don't try to reproduce what `cd' does.
9707 2006-05-17  Kim F. Storm  <storm@cua.dk>
9709         * ido.el (ido-read-internal): Use only nondirectory part of
9710         default item.
9712 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9714         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9715         (ewoc-nth): Doc fix.
9717         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9719 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9721         * international/mule.el (auto-coding-alist): Add .lha to files
9722         read with no-conversion.
9724         * files.el (auto-mode-alist): Add .lha files to archive file
9725         extensions.
9727         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9728         Convert csize to integer when computing offsets within the
9729         compressed archive file.
9731 2006-05-16  Kim F. Storm  <storm@cua.dk>
9733         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9734         with read-from-minibuffer.
9736 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9738         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9739         (byte-compile-warnings): Fix safe-local-variable property.
9741 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9743         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9744         (allout-stylish-prefixes, allout-numbered-bullet)
9745         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9746         predicates to qualify `safe-local-variable' property, when
9747         available, else use equivalent lambda.
9748         (allout-current-topic-collapsed-p): Do the right thing regarding
9749         trailing blank lines.
9751 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * server.el (server-start): Only create a directory if needed.
9754         (server-edit, server-unload-hook): server-start => server-mode.
9755         (kill-emacs-hook): Cleanup upon exit.
9757 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9759         * hexl.el (hexlify-buffer): Encode process arguments manually.
9761 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9763         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9764         call to gdb-tooltip-print.
9766 2006-05-15  Romain Francoise  <romain@orebokech.com>
9768         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9769         systems, default to "tar" since those systems probably have GNU tar.
9771 2006-05-14  Lars Hansen  <larsh@soem.dk>
9773         * desktop.el (desktop-missing-file-warning): Fix docstring.
9774         (desktop-restore-file-buffer): Correct question asked on missing file.
9776 2006-05-14  Kim F. Storm  <storm@cua.dk>
9778         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9779         Add CUA move property.
9781 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9783         * custom.el (custom-push-theme): Load the variable before checking
9784         its `standard-value'.
9786 2006-05-13  Lars Hansen  <larsh@soem.dk>
9788         * desktop.el (desktop-save): Use with-temp-buffer.
9790 2006-05-12  Glenn Morris  <rgm@gnu.org>
9792         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9793         * calendar/calendar.el (calendar-mode-map):
9794         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
9795         * calendar/appt.el (appt-check, appt-make-list): Refer to
9796         diary-view-entries, diary-list-entries, diary-show-all-entries
9797         rather than obsolete aliases.
9799 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9801         * simple.el (line-move-finish): Avoid calling point motion hooks
9802         while processing intangibility.
9804 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9806         * term/xterm.el (terminal-init-xterm): Fix typo.
9808 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9810         * allout.el (allout-view-change-hook): Mark as being deprecated,
9811         to be replaced by `allout-exposure-change-hook'.
9812         (allout-exposure-change-hook): New, replacing
9813         `allout-view-change-hook'.
9814         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9815         in addition to `allout-view-change-hook'.
9816         (allout-show-bodies, allout-old-style-prefixes)
9817         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9818         lambda forms to prevent their showing up in variable help
9819         presentations as inscrutable byte-compiled code.
9820         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9821         Use string-or-null-p to qualify safe-local-variable values.
9822         (allout-reindent-bodies): Use memq to qualify matches against
9823         valid safe-local-variable values.  Also, quote the lambda as above.
9824         (allout-use-mode-specific-leader): Add missing candidate-value
9825         symbols, use memq, and quote the lambda.
9826         (allout-overlay-interior-modification-handler): Remove unused
9827         variables `msg' and 'opened'.
9828         (allout-hidden-p): Constrain invisibility consideration to allout's
9829         invisibility spec, disregarding invisibility for other reasons.
9831 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9833         * files.el (version-control): Correct safe values.
9835 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9837         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9839         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9840         (ewoc--insert-new-node): New func.
9841         Update callers of deleted funcs to use it, instead.
9843 2006-05-11  Glenn Morris  <rgm@gnu.org>
9845         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9846         obsolete alias `show-all-diary-entries'.
9847         (make-diary-entry): Not interactive.
9848         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9849         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9850         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9851         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9852         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9853         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9855 2006-05-11  Johan Bockgård  <bojohan@dd.chalmers.se>
9857         * calendar/calendar.el (calendar-french-date-string)
9858         (calendar-mayan-date-string, calendar-chinese-date-string)
9859         (calendar-astro-date-string, calendar-iso-date-string)
9860         (calendar-islamic-date-string, calendar-bahai-date-string)
9861         (calendar-hebrew-date-string, calendar-coptic-date-string)
9862         (calendar-ethiopic-date-string, calendar-persian-date-string):
9863         These functions are not interactive.
9865 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9867         * files.el: Balance parentheses.
9869 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9871         * files.el, newcomment.el, outline.el, simple.el,
9872         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9873         * progmodes/cc-vars.el, progmodes/compile.el:
9874         Move `safe-local-variable' declarations to the respective files.
9876         * help-fns.el (describe-variable): Don't print safe-var if it is
9877         byte-code.  Improve wording as suggested by Luc Teirlinck.
9879 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9881         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9882         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9883         Use a token for pending-triggers to ensure gdb-var-update
9884         gets called once per user input again for pre-GDB 6.4.
9885         (gdb-var-delete): Match on more complex expressions.
9886         (gdb-var-list-children-handler, gdb-var-create-handler):
9887         Use a token for consistency.
9889 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9891         * textmodes/org.el (org-read-date, org-goto-calendar)
9892         (org-agenda-goto-calendar):
9893         Bind `view-calendar-holidays-initially' to nil.
9895 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9897         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9898         Update all callers to do it there, instead.
9900 2006-05-10  Glenn Morris  <rgm@gnu.org>
9902         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9903         prefix arg case, to avoid view-diary-entries-initially error.
9904         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9905         (calendar-date-is-legal-p): Handle dates with no day part.
9907 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9909         * comint.el (comint-insert-input): Just make it when
9910         comint-use-prompt regexp is nil (default) and with the mouse.
9911         (comint-copy-old-input): Reinstate from 2004-06-23.
9912         (comint-mode-map): Bind C-c C-m to it.
9914 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9916         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9917         Remove spurious move to point-max (new comint behavior fixes).
9919         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9920         compatibility function (Emacs 18/19).
9921         (idlwave-is-continuation-line): Always return point at start of
9922         previous non-blank continuation line.
9923         (keyword-parameters): Fix continued comment font-lock matcher.
9924         (idlwave-font-lock-fontify-region): Written, use as
9925         font-lock-fontify-region-function, to fix continued keyword
9926         fontification issues.
9928 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9930         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9931         (mac-service-selection, mac-service-open-file)
9932         (mac-service-open-selection, mac-service-mail-selection)
9933         (mac-service-mail-to, mac-service-insert-text): Rename from
9934         mac-services-*.  All uses changed.
9935         (mac-apple-event-map): Rename event symbol `services' to `service'.
9937 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9939         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9940         (ewoc--node-enter-first, ewoc--node-enter-last)
9941         (ewoc--delete-node-internal): Merge funcs into unique callers.
9943 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9945         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9946         return value of read-from-minibuffer for empty input.
9948 2006-05-09  Miles Bader  <miles@gnu.org>
9950         * comint.el (comint-insert-input): Remove redundant calls to setq
9951         and goto-char.
9953 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9955         * comint.el (comint-insert-input): Make it work when
9956         comint-use-prompt-regexp is t.
9958 2006-05-10  Miles Bader  <miles@gnu.org>
9960         * subr.el (field-at-pos): New function.
9962         * comint.el (comint-insert-input): Use it.
9964 2006-05-09  Juri Linkov  <juri@jurta.org>
9966         * battery.el (battery-linux-proc-acpi): Also try
9967         `/proc/acpi/thermal_zone/THR2/temperature'.
9969         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9970         for now unused lambda `string-or-null'.
9972         * add-log.el (change-log-default-name): Put `string-or-null-p'
9973         instead of lambda on `safe-local-variable' property.
9975         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9976         `region-end' instead of `mark' and `point'.
9977         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9978         Operate on region in Transient Mark mode when the mark is active.
9979         Use `region-beginning' and `region-end' instead of `mark' and
9980         `point'.
9981         (diff-hunk-text, diff-goto-source): Doc fix.
9983         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9984         face `mode-line-buffer-id' for mode-line buffer face instead of
9985         hard-coded `(:weight bold)'.
9987         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9988         buffer-undo-list to t (undo-ask is reproducible by visiting
9989         nested archives).
9991 2006-05-09  Kim F. Storm  <storm@cua.dk>
9993         * progmodes/grep.el (rgrep): Set default directory of *grep*
9994         buffer if we start M-x rgrep in the *grep* buffer and choose
9995         a different base directory.
9997 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9999         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10000         completion also when ido is loaded.
10002 2006-05-09  Masatake YAMATO  <jet@gyve.org>
10004         * font-lock.el (cpp-font-lock-keywords-source-directives): Added
10005         "warning" and "import".
10006         (cpp-font-lock-keywords): Added "warning".
10008 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10012 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10014         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10015         pages at a time, if we signal the end, we should indeed reach that end.
10017 2006-05-08  David Reitter  <david.reitter@gmail.com>
10019         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10020         output during execution of the body.
10022 2006-05-08  Kim F. Storm  <storm@cua.dk>
10024         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10026 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
10028         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10029         Use with-current-buffer.
10031 2006-05-07  Kim F. Storm  <storm@cua.dk>
10033         * subr.el (add-to-history): Remove keep-dups arg.
10035         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10036         to nil around call to add-to-history.
10038 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10040         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10041         than after a buffer modification.
10043 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10045         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10046         call to...
10047         (gud-watch): ...here so speedbar is raised for already watched
10048         expressions.
10049         (gdb-speedbar-refresh): Delete function.
10050         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10051         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10052         earlier change).
10053         (gdb-var-evaluate-expression-handler)
10054         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10056         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10057         Update localized contents for all buffers except ignored modes.
10059 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10061         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10062         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10063         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10064         (mac-handle-font-panel-closed, mac-handle-font-selection):
10065         New functions.
10066         (mac-font-panel-mode): New minor mode.
10067         (mac-apple-event-map): Add bindings for toolbar toggle button and
10068         font panel.
10069         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10071 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10073         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10074         Avoid `regexp-opt'; simplify regexp for readability.
10076 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10078         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10079         * files.el (buffer-stale-function):
10080         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10081         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10082         links to the main manual, not to emacs-xtra.
10084 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10086         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10087         MacJapanese if text is ASCII-only.
10089 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10091         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10092         unless so nil isn't returned.
10093         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10095 2006-05-06  Kim F. Storm  <storm@cua.dk>
10097         * subr.el (add-to-history): New function.
10099         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10100         (ediff-merge-files-with-ancestor):
10101         * env.el (setenv):
10102         * isearch.el (isearch-update-ring):
10103         * server.el (server-visit-files):
10104         * progmodes/grep.el (lgrep, rgrep):
10105         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10106         * progmodes/xscheme.el (xscheme-insert-expression):
10107         Use add-to-history.
10109         * kmacro.el (kmacro-push-ring): Use add-to-history.
10110         (kmacro-ring-length): Remove unused defun.
10111         (kmacro-start-macro): Use kmacro-push-ring.
10113 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10115         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10116         directly instead of a lambda expression that calls it.
10118 2006-05-06  Kim F. Storm  <storm@cua.dk>
10120         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10121         instead of compute-motion.
10123 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10125         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10126         change.
10128 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10130         * startup.el (command-line-1): Refer to "Pure Storage" on
10131         pure-space-overflow.
10133 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10135         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10136         provided faces once they all have been used up.
10138 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10140         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10141         reference to the Lisp manual to the warning about pure space
10142         overflow.
10144 2006-05-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10146         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10147         argument to avoid the call to `ispell-internal-change-dictionary'
10148         when not needed.
10149         (ispell-change-dictionary): Use this argument and call
10150         `ispell-internal-change-dictionary' after the possible change
10151         to `ispell-local-dictionary'.
10152         (ispell-internal-change-dictionary): Check for a change in
10153         personal dictionary use too.
10155 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10157         * startup.el (command-line): On MS-Windows, probe "~", not
10158         "~USER", for warning about non-existent home directory.
10160         * arc-mode.el (archive-l-e): New optional argument `float' means
10161         generate a float value.
10162         (archive-arc-summarize, archive-lzh-summarize)
10163         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10164         with 3rd argument non-nil when file's size is being computed.
10165         Format the file sizes with %8.0f instead of %8d.
10167 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10169         * cus-start.el (all): Add mac-dnd-known-types.
10171         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10172         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10173         (mac-TIFF-to-string): New functions.
10174         (x-get-selection, x-selection-value)
10175         (mac-select-convert-to-string): Use them.
10176         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10177         (mac-dnd-types-alist): New customization variable.
10178         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10179         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10180         (mac-dnd-handle-drag-n-drop-event): New functions.
10181         (mac-drag-n-drop): Remove function.
10182         (global-map): Bind drag-n-drop and M-drag-n-drop to
10183         mac-dnd-handle-drag-n-drop-event.
10185 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10187         * progmodes/perl-mode.el (perl-beginning-of-function):
10188         Skip anonymous subs.
10190 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10192         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10193         regexp-opt at run time.
10195         * term.el (term-handle-ansi-escape): Fix off by one error.
10197 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10199         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10200         (gdb-init-1, gdb-post-prompt): ...and references to it.
10201         (gdb-frame-handler): Strip directory name from filename if present.
10203         * progmodes/gud.el (gdb-force-update): Delete defvar
10204         (gud-speedbar-buttons): ...and references to it.  Use window-start
10205         to try to keep positon in watch expression.
10207 2006-05-03  Richard Stallman  <rms@gnu.org>
10209         * simple.el (next-history-element, previous-history-element): Doc fix.
10211         * isearch.el (isearch-update-ring): Doc fix.
10213 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10215         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10216         into consideration.  Replace one arm ifs with whens.
10218 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10220         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10221         (menu): Fix typo.
10223 2006-05-02  Miles Bader  <miles@gnu.org>
10225         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10227 2006-05-02  Jay Belanger  <belanger@truman.edu>
10229         * calc/calc-embed.el (calc-override-minor-modes-map)
10230         (calc-override-minor-modes): New variables.
10231         (calc-do-embedded): Make sure that Calc keystrokes aren't
10232         overwritten by minor modes.
10234 2006-05-02  Chong Yidong  <cyd@mit.edu>
10236         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10238 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10240         * startup.el (command-line-1): Refer to Lisp manual when
10241         pure-space-overflow occurs.
10243         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10244         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10245         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10246         (version-control): Don't use `t' for safe-local-variable declarations.
10248 2006-05-01  Richard Stallman  <rms@gnu.org>
10250         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10251         M-r, M-R, M-A, M-SPC or M-DEL.
10252         (diff-mode-map): diff-refine-hunk now on C-c C-w
10253         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10255         * help-mode.el (help-mode): view-exit-action calls delete-window
10256         only when it is safe and possible.
10258         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10259         in messages.
10261         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10263         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10264         in the default tool-bar-map.
10266 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10268         * net/tramp.el (tramp-completion-file-name-handler-alist)
10269         (tramp-run-real-handler, tramp-completion-run-real-handler)
10270         (tramp-completion-handle-file-name-all-completions)
10271         (tramp-completion-handle-file-name-completion): Autoload them.
10272         (tramp-completion-handle-file-exists-p)
10273         (tramp-completion-handle-file-name-directory)
10274         (tramp-completion-handle-file-name-nondirectory)
10275         (tramp-completion-handle-expand-file-name): Remove them.
10276         (tramp-handle-file-name-directory): Return the real directory name.
10277         Returning "/" only doesn't need to be necessary any longer.
10278         (tramp-file-name-handler): Make special attention when in hostname
10279         completion mode.
10280         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10281         (tramp-register-file-name-handlers):
10282         Register `tramp-completion-file-name-handler' only when
10283         `partial-completion-mode' is enabled.
10284         (tramp-completion-handle-file-name-all-completions):
10285         Delete directory part from results.
10286         (tramp-get-completion-methods, tramp-get-completion-user-host):
10287         Discard deleting "/", it doesn't work after the change of
10288         `tramp-handle-file-name-directory' above.
10290 2006-05-01  Kim F. Storm  <storm@cua.dk>
10292         * progmodes/grep.el (grep-expand-template): Use save-match-data
10293         and symbol-value.
10295 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10297         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10298         Use select-frame-set-input-focus instead of raise-frame.
10299         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10301 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10303         * progmodes/gud.el (gud-def): Add %c case.
10304         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10305         (gud-format-command): Make match case sensitive.  Match on %F.
10307 2006-04-30  Glenn Morris  <rgm@gnu.org>
10309         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10310         (cal-tex-preamble): Use cal-tex-preamble-extra.
10311         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10312         than alias `list-diary-entries'.
10314 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10316         * help-fns.el (describe-variable): Add info about safe local variables.
10318 2006-04-29  Richard Stallman  <rms@gnu.org>
10320         * bindings.el (mode-line-format): help-echo doc fixes.
10322         * net/tramp.el (tramp-file-name-handler-alist): Delete
10323         expand-file-name and other operations that can cause spurious loading.
10325 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * files.el (safe-local-variable-p): Remove support for the special
10328         value t.
10330         * textmodes/paragraphs.el (sentence-end-without-space):
10331         Fix safety predicate.
10332         (sentence-end-double-space, sentence-end-without-period)
10333         (paragraph-ignore-fill-prefix):
10334         * textmodes/fill.el (colon-double-space):
10335         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10337         * subr.el (booleanp): New fun.
10339         * textmodes/reftex-vars.el (reftex-guess-label-type):
10340         Tighten the safety predicate.
10342 2006-04-28  Kim F. Storm  <storm@cua.dk>
10344         * progmodes/grep.el (defgroup grep): Doc fix.
10345         (grep-auto-highlight): Remove.
10346         (grep-template): New defcustom.
10347         (grep-find-template): Rename from grep-tree-template.
10348         (grep-files-aliases): Rename from grep-tree-files-aliases.
10349         Remove "all" alias, add "l" alias.
10350         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10351         (grep-find-ignored-directories): New defcustom to replace
10352         grep-tree-ignore-CVS-directories, to facilitate ignoring
10353         subdirectories for multiple version control systems.
10354         (grep-mode-map): Add Recursive grep item to GREP menu.
10355         (grep-regexp-history, grep-files-history): New defvars.
10356         (grep-probe): New helper function.
10357         (grep-compute-defaults): Use it to simplify code.
10358         Adapt to name changes.
10359         Use `.' as base in grep-find-template rather than <D>.
10360         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10361         Call grep-compute-defaults unconditionally.
10362         (grep-expand-keywords): New defconst.
10363         (grep-expand-template): Rename from grep-expand-command-macros.
10364         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10365         of grep-tree-ignore-case to add -i option.
10366         Bind case-fold-search to nil while matching keywords.
10367         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10368         (grep-read-regexp, grep-read-files): New helper functions.
10369         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10370         Adapt to changes in defcustoms and functions above.
10371         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10373 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10375         * net/tramp.el (tramp-completion-file-name-handler):
10376         Disable Tramp's functionality while loading Tramp itself.
10377         (tramp-register-file-name-handlers): That's a defsubst now.
10378         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10379         `after-init-hook'.
10380         (tramp-repair-jka-compr): Remove.
10382 2006-04-27  Jay Belanger  <belanger@truman.edu>
10384         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10385         read expression when `math-read-big-expr' doesn't work.
10387 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10389         * startup.el (command-line-1): Display warning when
10390         pure-space-overflow is non-nil.
10392 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10394         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10395         risky.
10397 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10399         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10400         Return the URL or nil if none can be generated.
10402 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10404         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10405         byte compiler warnings.
10406         (gud-basic-call, gud-find-expr): Let user select an expression
10407         for printing.  Print expression as well as value in GUD buffer.
10409 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10411         * allout.el: Remove local autoload declaration for
10412         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10413         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10414         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10415         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10416         (allout-stylish-prefixes, allout-numbered-bullet)
10417         (allout-file-xref-bullet, allout-presentation-padding)
10418         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10419         safe-local-variable with suitable value spec, and add autoload
10420         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10421         (move-beginning-of-line, move-end-of-line): Repair so these compat
10422         functions now actually resituate the point, when appropriate.
10424 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10426         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10428         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10429         (add-log-iso8601-time-string): Fix call to format-time-string.
10431 2006-04-26  Kim F. Storm  <storm@cua.dk>
10433         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10435 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10437         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10438         Add support for "//" style comments.  Remove `b' flag
10439         from ?* in `asm-mode-syntax-table'.
10441 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10443         * follow.el: Use (featurep 'xemacs) everywhere.
10444         (follow-mode): Use define-minor-mode.
10445         (follow-mode-map): Move initialization into the declaration.
10446         Use command remapping.
10447         (follow-emacs-version-xemacs-p): Remove.
10448         (follow-submit-feedback): Remove.
10450         * allout.el (allout-layout, allout-passphrase-verifier-string)
10451         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10453         * textmodes/reftex-vars.el (reftex-vref-is-default)
10454         (reftex-fref-is-default, reftex-guess-label-type):
10455         Tighten up a bit the safety predicate.
10457         * textmodes/paragraphs.el (sentence-end-double-space)
10458         (sentence-end-without-period, sentence-end-without-space)
10459         (page-delimiter, paragraph-ignore-fill-prefix):
10460         Tighten up a bit the safety predicate.
10462         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10464         * progmodes/python.el (python-continuation-line-p)
10465         (python-beginning-of-statement): syntax-ppss may return
10466         a negative depth.
10467         (python-mode): Don't forcefully enable font-lock.
10469         * time-stamp.el (time-stamp-start, time-stamp-end)
10470         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10472         * add-log.el: Remove spurious * in docstrings.
10473         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10474         (add-change-log-entry): Use it here, since it's not specific
10475         to iso8601.
10476         (add-log-iso8601-time-string): Don't use it here any more.
10477         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10479         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10481 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10483         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10484         (rcirc-toggle-low-priority): Doc fix.
10485         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10486         ChanServ regexp.
10487         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10488         #emacs.
10489         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10490         (rcirc-decode-coding-system): Use utf-8 as the default.
10491         (rcirc-multiline-minor-mode): Set the fill-column.
10492         (rcirc-format-response-string): Display bright and dim nicks.
10493         (rcirc-browse-url): Update interactive spec to fill ARG.
10494         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10495         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10497 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10499         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10500         case for @Article, etc.
10502 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10504         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10505         Added with autoload cookie.
10506         (tramp-unload-file-name-handlers): Rename from
10507         `tramp-unload-file-name-handler-alist'.
10509 2006-04-23  Romain Francoise  <romain@orebokech.com>
10511         * comint.el (comint-match-partial-filename): Doc fix.
10513 2006-04-21  Glenn Morris  <rgm@gnu.org>
10515         * calendar/cal-menu.el (calendar-mode-map): Refer to
10516         `diary-view-entries' rather than alias `view-diary-entries'.
10517         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10519 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10521         * progmodes/antlr-mode.el (antlr-default):
10522         * cus-edit.el (custom-documentation):
10523         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10524         in defface.
10526 2006-04-21  Kim F. Storm  <storm@cua.dk>
10528         * image.el (image-type): New defun split out of create-image.
10529         (create-image): Use it.
10531 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10533         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10534         (org-open-at-point): Remove the "...done" message to keep output
10535         in the echo area visible.
10536         (org-export-as-xoxo): Fix call to `indent-region'.
10538 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10540         * international/mule.el (keyboard-coding-system): defcustom
10541         info-link fixes: "Specify Coding" has been split, keyboard now in
10542         "Terminal Coding", and "Single-Byte Character Support" is now
10543         "Unibyte Mode".
10545 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10547         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10548         Use font-lock-warning-face for any errors e.g. no stack.
10549         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10551 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10553         * progmodes/sh-script.el (sh-shell): Mark as safe.
10555         * newcomment.el (comment-start, comment-start-skip)
10556         (comment-end-skip, comment-end): Mark as safe.
10558 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10560         * textmodes/org.el (org-deadline-announce): Face removed.
10561         (org-level-faces, org-n-levels): Convert to constant.
10562         (org-compatible-face): New function.
10563         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10564         (org-level-5, org-level-6, org-level-7, org-level-8)
10565         (org-special-keyword, org-warning, org-headline-done, org-link)
10566         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10567         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10568         Face definition revised for better color tty support.
10569         (org-bold-re, org-italic-re, org-underline-re): New constants.
10570         (org-set-font-lock-defaults): Use the new constants.
10571         (org-agenda-highlight-todo): New function.
10572         (org-agenda-todo): Fix bug with point at end of line.
10573         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10574         Fontify TODO keywords.
10575         (org-insert-link): Preserve relative path in ../ links.
10576         (org-export-as-html): Convert links pointing to .org files into
10577         links that will work beteen the exported HTML files.
10578         (org-todo-list): Fix bug when arg=0.
10579         (org-insert-heading): More fine-tuning.
10581 2006-04-19  Romain Francoise  <romain@orebokech.com>
10583         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10584         from `rmail-mime-charset-pattern'.
10586 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10588         * progmodes/python.el (python-mode): Fix typo.
10590 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10592         * comint.el (comint-previous-input): Don't clobber input line
10593         when moving off either end of the input history ring.
10594         (comint-delete-input): New function, used by
10595         `comint-previous-input' and others.
10596         (comint-previous-matching-input):
10597         Use `coming-delete-input'.  Save the partial input if leaving the
10598         edit line.  Goto point-max before deleting input to avoid
10599         partial input fragments hanging around.
10600         (comint-restore-input): New function, used by `comint-previous-input'.
10602 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10604         * imenu.el (imenu--index-alist): Balance parentheses.
10606 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10608         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10610 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10612         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10613         file is nil.
10615 2006-04-18  Richard Stallman  <rms@gnu.org>
10617         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10619         * imenu.el (imenu-create-index-function, imenu--index-alist)
10620         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10621         (imenu-default-create-index-function, imenu--generic-function):
10622         Doc fixes.
10624         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10626         * help-mode.el (help-mode): Set view-exit-action to delete window.
10628         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10629         now works by passing nil as arg.
10631         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10633         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10634         (read-abbrev-file): Provide default when reading filename.
10636         * files.el (enable-local-variables): Allow :all as value.
10637         (hack-local-variables): Implement that value.
10638         (safe-local-variable-values, safe-local-eval-forms)
10639         (enable-local-variables): Mark as risky.
10640         (find-file-visit-truename, kept-old-versions): Mark safe.
10642         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10643         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10644         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10646 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10649         Use forward-line so as to get to BOL even in the presence of fields.
10650         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10651         in return.
10652         (inferior-tcl): Tell tclsh to work in interactive mode.
10654         * complete.el (partial-completion-mode):
10655         Use 'choose-completion-string-functions to make sure that
10656         choose-completion fills the minibuffer properly.
10658         * complete.el (PC-old-read-file-name-internal): Remove.
10659         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10660         of read-file-name-internal.
10661         (partial-completion-mode): Enable/disable this advice.
10663 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10665         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10666         of 2006-04-17.
10668 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10670         * textmodes/org.el (org-insert-heading): Insert heading before
10671         current if at beginning of line.
10672         (org-todo, org-date): New faces.
10673         (org-table-align): Make sure tooltip window contains full text.
10674         (org-no-properties): New defsubst.
10675         (org-set-font-lock-defaults): Use new faces.
10677 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10679         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10680         for root variables.
10682         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10683         (gdb-frame-address): Re-use to identify frame for watch expression.
10684         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10685         variables.
10686         (gdb-init-1, gdb-source, gdb-post-prompt)
10687         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10688         (gdb-frame-handler): Get gdb-frame-address.
10690 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10692         Sync with Tramp 2.0.53.
10694         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10695         'control.  Reported by Matthias Förste <slashdevslashnull@gmx.net>.
10696         (tramp-completion-file-name-handler): Add autoload cookie for
10697         adding to `file-name-handler-alist'.
10699         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10700         the prompt.  If it returns earlier (when detecting an error
10701         message), the rest of the output will merge accidently with the
10702         output of the next command.  Reported by M Jared Finder
10703         <jared@hpalace.com>.
10705         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10706         for `process-file', in order to let it work for older Emacsen too.
10708 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10710         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10711         (tex-font-lock-keywords-3): Use it.
10713 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10715         * newcomment.el (comment-add): New function.
10716         (comment-region-default, comment-dwim): Use it.
10718 2006-04-15  Michael Olson  <mwolson@gnu.org>
10720         * emacs-lisp/tq.el: Improve comments.
10721         (tq-queue-head-question): New accessor function.
10722         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10723         Update for modified queue structure.
10724         (tq-queue-add): Accept `question' argument.
10725         (tq-queue-pop): If a question is pending, send it.
10726         (tq-enqueue): Accept new optional argument `delay-question'.
10727         If this is non-nil, and at least one other question is pending a
10728         response, queue the question rather than sending it immediately.
10730 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10732         * calendar/appt.el (appt-add): Check whether an appointment is
10733         already present in appt-time-msg-list.  Simplify code.
10735 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * progmodes/cc-langs.el (c-mode-menu):
10738         Don't presume c-subword-mode is bound.
10740 2006-04-13  Bill Wohler  <wohler@newt.com>
10742         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10743         (customize-package-emacs-version): Use cdr instead of cadr now
10744         that alists use dotted pairs.
10746         * custom.el (defcustom): Fix docstring for :package-version.
10748 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10750         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10751         (tramp-handle-shell-command): Display output buffer only when
10752         `tramp-display-shell-command-buffer' is true.
10753         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10755 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10757         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10758         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10760 2006-04-13  Romain Francoise  <romain@orebokech.com>
10762         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10763         leaving temporary .cvsignore buffers behind.
10765 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10767         * textmodes/org.el (org-set-regexps-and-options)
10768         (org-get-current-options): Better names for the startup folding
10769         options.
10771 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10773         * vc.el (vc-annotate): Arrange for point to end up at the same
10774         line number as in the original, but only when using a new buffer.
10776 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10778         * files.el (hack-one-local-variable-eval-safep):
10779         Recognize `edebug-form-spec' for `put', but only if it passes
10780         `edebug-basic-spec'.  Generalize `put' handling.
10782         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10783         vetting file-local form specs.
10785         * allout.el (allout-layout): Autoload its `safe-local-variable'
10786         property.
10788 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10790         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10791         (org-agenda-mouse-1-follows-link)
10792         (org-mouse-1-follows-link): New options.
10793         (org-format-agenda-item): Fix bug if TAGS is nil.
10794         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10796 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10798         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10799         GDB 6.1+ gives full filename for "info sources" so use
10800         file-name-nondirectory.
10802 2006-04-12  Romain Francoise  <romain@orebokech.com>
10804         * subr.el (read-passwd): Bind `message-log-max' to nil.
10806 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * progmodes/perl-mode.el (perl-indent-new-calculate):
10809         Recompute parse-start after jumping backward by a whole sexp.
10811 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10813         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10814         window configuration.
10815         (vc-annotate-display-select): Select the buffer so that current-buffer
10816         (and selected-window) is the output buffer at the end of vc-annotate.
10818 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10820         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10821         8-color terminals, to use all of the colors in a sensible order.
10822         256-color terminals work well with the standard map.
10823         (vc-annotate-lines): Only strip the first color character if it
10824         is "#", to allow for terminal-style named colors.
10825         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10826         the correct buffer is scrolled.
10828 2006-04-11  Richard Stallman  <rms@gnu.org>
10830         * emacs-lisp/bytecomp.el (byte-compile-file):
10831         Bind enable-local-variables to :safe, and make normal-mode obey it.
10833         * files.el (enable-local-variables): Allow value :safe.
10834         (normal-mode): Doc fix.
10835         (hack-local-variables): Implement enable-local-variables = :safe.
10836         (hack-local-variables-confirm): Don't prevent quitting.
10838 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * loadhist.el (unload-feature): A bit of sanity check of
10841         load-history entries.  Cancel timer-vars before unbinding them.
10843         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10844         quote special chars, and make the trick work on the hex part of the
10845         buffer as well.
10846         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10847         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10849         * startup.el (normal-splash-screen): Fix last change so we don't wait
10850         2 minutes if we don't show the splash screen.
10852 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10854         * textmodes/org.el (org-export-plain-list-max-depth)
10855         (org-table-spaces-around-separators)
10856         (org-radio-targets, org-activate-camels)
10857         (org-table-spaces-around-invisible-separators): Options removed.
10858         (org-time-stamp-rounding-minutes, org-remember-templates)
10859         (org-ellipsis, org-activate-links, org-descriptive-links):
10860         New options.
10861         (org-remember-apply-template, org-current-time)
10862         (org-finish-edit-table-field)
10863         (org-link-unescape, org-link-escape)
10864         (org-string-width, org-table-clean-line, org-html-do-expand)
10865         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10866         (org-read-agenda-file-list): New functions.
10867         (org-table-edit-field)
10868         (org-table-create-or-convert-from-region): New commands
10869         (org-table-toggle-vline-visibility): Command removed.
10870         (org-table-convert-region): Made a command.
10871         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
10872         Replace with the normal org- functions.
10873         (org-self-insert-command): Don't trigger realign unnecessarily
10874         when blanking a field that is not full.
10875         (org-mode): `Set buffer-invisibility-spec' for links.
10876         (org-activate-links2): Hide link part and only show descriptive
10877         part of the link.
10878         (org-insert-link): Modify for new linking system.
10879         (org-store-link): Store description separately, for use by
10880         `org-insert-link'.
10881         (org-table-align): Use `org-string-width'.
10882         (defgroup): Completely new group structure for custom variables.
10883         (org-agenda-files): Option: Single file name allowed.  Function:
10884         Optional argument unrestrited means ignore any restricitons.
10885         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10886         trying to modify the menu.  Use generalized access to
10887         `org-agenda-files.'
10888         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10889         (org-agenda-file-to-front, org-remove-file, org-diary)
10890         (org-tags-view, org-export-icalendar-all-agenda-files)
10891         (org-export-icalendar-combine-agenda-files): Use generalized
10892         access to `org-agenda-files'.
10893         (org-remember-handler): Correctly preserve heading if present.
10894         (org-table-insert-row, org-table-insert-hline): Deal with
10895         invisible characters.
10897 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10899         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10900         (vc-annotate-color-map): New 18 element constant
10901         value/saturation, rotating hue colormap, from red->blue.
10902         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10903         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10904         (vc-annotate): To avoid killing the required local variables,
10905         set them before the end of `with-output-to-temp-buffer', and
10906         after first switching to annotate-mode.
10907         (vc-annotate-warp-version): Add buffer argument in goto-line to
10908         ensure annotation, not source, is scrolled.
10910 2006-04-10  Bill Wohler  <wohler@newt.com>
10912         * custom.el (defcustom, custom-handle-keyword):
10913         Add :package-version keyword.
10914         (custom-add-package-version): New function.  Sets value of new
10915         property 'custom-package-version from :package-version keyword.
10916         (defcustom): Create Common Keywords section in docstring.
10917         (defface, defgroup): Replace definitions of a select few keywords
10918         with a reference to the Common Keywords in defcustom.
10919         (defcustom, defface, defgroup): Replace reference to Customization
10920         chapter in manual with hyperlink.
10922         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10923         (customize-changed-options): Add check for custom-package-version.
10924         (customize-package-emacs-version): New function to look up Emacs
10925         version corresponding to the given package version.
10927         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10928         defun name, in similar fashion to find-variable-regexp.
10930 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10932         * international/mule-cmds.el (set-locale-environment): Fix last
10933         change for when the locale's preferences don't specify any encoding.
10935 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10938         so the defined var/fun doesn't need to be quoted.
10940 2006-04-10  Richard Stallman  <rms@gnu.org>
10942         * finder.el (finder-mode-map): Add n and p bindings.
10944 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10946         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10947         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10948         (gdb-setup-windows): Put something in source window if we can't find
10949         the source file.
10950         (gdb-frame-handler): Make it work again with just assembly.
10951         (gdb-data-list-register-values-handler): Make it work when there is
10952         no stack.
10954 2006-04-09  Richard Stallman  <rms@gnu.org>
10956         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10957         specs while looking for charset.
10959         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10961         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10962         Make them faces.
10963         (lm-font-lock-keywords): Update appropriately.
10965 2006-04-10  Kim F. Storm  <storm@cua.dk>
10967         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10968         it can also replace buffer-substring-no-properties.
10970         * emulation/cua-base.el (cua-delete-region, cua-paste)
10971         (cua-repeat-replace-region): Use filter-buffer-substring.
10973         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10974         (cua-cut-region-to-global-mark): Likewise.
10976         * emulation/cua-rect.el (cua--extract-rectangle)
10977         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10979 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10981         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10982         entry-type.  Add field delimiters to numerical fields if they are
10983         not present.
10985 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10987         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10988         string-const to return value.
10989         (bibtex-remove-delimiters): Use it.
10991 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10993         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10994         cl-byte-compile-compiler-macro unless it exists.
10996 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10998         * files.el (hack-local-variables-confirm) <offer-save>:
10999         Clarify message text.  Suggested by Ralf Angeli.
11001 2006-04-08  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11003         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11004         (delete-extract-rectangle-line): Use `filter-buffer-substring'
11005         instead of `buffer-substring' and `delete-region'.  (Most of the
11006         code actually copied from `kill-region'.)
11008 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
11010         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
11011         (rcirc-default-port): Rename from rcirc-port.
11012         (rcirc-default-nick): Rename from rcirc-nick.
11013         (rcirc-default-user-name): Rename from rcirc-user-name.
11014         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11015         (rcirc-low-priority-flag): New variable.
11016         (rcirc-decode-coding-system): New defcustom.
11017         (rcirc-encode-coding-system): New defcustom.
11018         (rcirc-coding-system-alist): New defcustom.
11019         (rcirc-multiline-major-mode): New defcustom.
11020         (rcirc-nick): New internal variable.
11021         (rcirc-process): Remove variable.
11022         (rcirc-server-buffer): New variable.
11023         (rcirc): Update to use rcirc-default-* variables above.
11024         (rcirc-connect): Do not add window-configuration-hook-here.
11025         (rcirc-server): New internal variable.
11026         (rcirc-connect): Do not send keepalive pings if
11027         rcirc-keepalive-seconds is nil.
11028         (with-rcirc-server-buffer): New macro.
11029         (rcirc-send-string): Encode with rcirc-encode-coding-system.
11030         (rcirc-server-name): Rename from rcirc-server.
11031         (rcirc-buffer-process): New function.
11032         (rcirc-buffer-nick): New function.
11033         (rcirc-buffer-target): Remove function.
11034         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11035         New commands.
11036         (rcirc-mode-map): Change binding of C-c C-l to
11037         rcirc-toggle-low-priority.
11038         (rcirc-mode): Initialize coding system based on
11039         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11040         channel on a mode change.  Make kill-buffer-hook buffer-local.
11041         (rcirc-change-major-mode-hook): New function.
11042         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11043         (rcirc-last-post-time): New variable.
11044         (rcirc-process-message): Store the last time user posted a message
11045         to this target.
11046         (rcirc-multiline-minor-mode): New mode.
11047         (rcirc-multiline-minor-mode-map): New mode map.
11048         (rcirc-edit-multiline): Put multiline-edit buffer in
11049         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11050         (rcirc-print): Ignore any line starting with an ignored nick.
11051         (rcirc-print): Decode using rcirc-decode-coding-system.
11052         (rcirc-track-minor-mode): Update global-mode-string when disabling
11053         this mode.
11054         (minor-mode-alist): Add LowPri indicator.
11055         (rcirc-toggle-low-priority): New function.
11056         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11057         next lowpriority buffer with activity.
11058         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11059         last time the user posted a message in to the target.
11060         (rcirc-update-activity-string): New formatting for low priority
11061         buffers.
11062         (rcirc-split-activity): New function.
11063         (rcirc-handler-PART, rcirc-handler-KICK)
11064         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11065         (rcirc-nick-away-alist): New variable.
11066         (rcirc-handler-301): New handler.  Away messages are printed once
11067         per change.
11069 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11071         * info.el (Info-follow-nearest-node): Doc fix.
11073         * international/mule-cmds.el (set-locale-environment): Make sure
11074         the coding-system preferred by the locale's language has the same
11075         EOL conversion type as the original buffer-file-coding-system.
11076         (locale-language-names): Add a few MS Windows language codes.
11078 2006-04-07  Richard Stallman  <rms@gnu.org>
11080         * simple.el (eval-expression): Doc fix.
11082         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11083         (eval-defun): Doc fixes.
11085 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11087         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11089 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11091         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11092         GDB list command without argument for greater generality.
11094 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11096         * subr.el (string-or-null-p): New function.
11098         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11100         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11102         * files.el: Update comment about safe-local-variable declarations.
11104 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11106         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11107         See idlwave.org.
11109         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11110         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11112         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11113         See idlwave.org.
11115         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11116         version 6.0 (minimal changes).  See idlwave.org.
11118         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11119         6.0 (minimal changes).  See idlwave.org.
11121         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11123 2006-04-06  Romain Francoise  <romain@orebokech.com>
11125         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11126         symmetric encryption features and a new asynchronous interface to
11127         GnuPG.  This new version is version 1.4, plus whitespace changes.
11129 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11131         * files.el: Move some `safe-local-variable' declarations to the
11132         respective files.
11134         * textmodes/ispell.el (ispell-check-comments)
11135         (ispell-local-dictionary): Mark as safe.
11137         * abbrev.el (abbrev-mode): Mark as safe.
11139         * add-log.el (change-log-default-name): Mark as safe.
11141         * textmodes/reftex-vars.el (reftex-vref-is-default)
11142         (reftex-fref-is-default, reftex-level-indent)
11143         (reftex-guess-label-type): Mark as safe.
11145         * textmodes/fill.el (colon-double-space): Mark as safe.
11147         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11148         (sentence-end-double-space, sentence-end-without-period)
11149         (sentence-end-without-space, sentence-end, sentence-end-base)
11150         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11152 2006-04-06  Kim F. Storm  <storm@cua.dk>
11154         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11155         the :set-after list.
11156         (ido-downcase-unc-hosts): New user option.  Default on.
11157         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11158         when it is set, as regexps are now applied on the fly.
11159         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11160         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11161         on the fly, but only when ido-process-ignore-lists is set.
11162         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11163         Only downcase names if ido-downcase-unc-hosts is set.
11165 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11167         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11169         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11171 2006-04-05  Kim F. Storm  <storm@cua.dk>
11173         * ido.el (ido-mode): Set after ido-unc-hosts and
11174         ido-ignore-unc-host-regexps.
11175         (ido-save-history): Save ido-unc-hosts-cache.
11176         (ido-load-history): Load ido-unc-hosts-cache.
11177         (ido-reread-directory): Refresh unc hosts cache in // dir.
11179         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11180         to nil while displaying slash screen.
11182 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11184         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11185         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11187 2006-04-05  Kenichi Handa  <handa@m17n.org>
11189         * international/characters.el: Setup cases of Latin, Greek, and
11190         Cyrillic characters in CJK charsets.
11192 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11194         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11195         default-enable-multibyte-characters.  This reverts the change from
11196         revision 6.17 which is no longer necessary because the passphrase
11197         is sent separately now.  GnuPG messages are unreadable under
11198         multibyte locales with default-enable-multibyte-characters set to nil.
11200 2006-04-04  Andreas Schwab  <schwab@suse.de>
11202         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11203         and `byte-compile-warnings' as `safe-local-variable'.
11205 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11207         * man.el (Man-mode-map): Restore the \r binding.
11208         (Man-abstract-xref-man-page): If Man-target-string is a function,
11209         call it.
11210         (Man-highlight-references): Use Man-default-man-entry to get the
11211         target.  Deal with xrefs too.
11212         (Man-highlight-references0): Don't call the target function.
11214         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11215         cannot deal with it.
11217 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11219         * pgg-gpg.el: Clean up process buffers every time gpg processes
11220         complete.
11222 2006-04-04  Kenichi Handa  <handa@m17n.org>
11224         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11225         here.
11226         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11227         Temporarily bind inhibit-field-text-motion to t.
11229 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11231         * startup.el (normal-splash-screen): Only set mode-line-format in the
11232         splash buffer, so as not to interfere when debugging the code.
11233         Ignore errors when switching buffer.
11235 2006-04-03  Romain Francoise  <romain@orebokech.com>
11237         * dired.el (dired-dnd-protocol-alist): Fix typo.
11239 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11241         * savehist.el (savehist): Add :version.
11242         (savehist-ignored-variables): New variable.
11243         (savehist-minibuffer-hook): Don't save variables listed in
11244         `savehist-ignored-variables'.
11246         * dired.el (dired-dnd-protocol-alist): Mention that change does
11247         only apply to new buffers in doc string.
11249 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11251         * recentf.el (recentf-open-files-item): Include newline in button
11252         field, so opening a file will work, when the point is at the end
11253         of the file name.  Allow, for example, to [i]search a file by
11254         extension and just push RET to open it.
11256 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11258         * pgg-gpg.el (pgg-gpg-process-filter)
11259         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11261         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11262         lines, temporary fix.
11264 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11266         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11268 2006-04-02  Richard Stallman  <rms@gnu.org>
11270         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11272 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11274         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11275         header-mouse-map.
11277         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11278         (ibuffer-mode-header-map): New keymaps.
11279         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11280         and keybindings for column headers.
11281         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
11282         property.
11284 2006-04-02  Drew Adams  <drew.adams@oracle.com>
11286         * speedbar.el (speedbar-after-create-hook): Doc fix.
11288 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11290         * shell.el (shell-directory-tracker)
11291         (shell-dynamic-complete-command): Doc fixes.
11293 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11295         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11296         terminals.
11298 2006-04-01  Kim F. Storm  <storm@cua.dk>
11300         * ido.el (ido-unc-hosts-cache): New defvar.
11301         (ido-unc-hosts): If value of defcustom is a function, call it to
11302         get list of UNC hosts.  Add function-item choices to specify
11303         ido-unc-hosts-net-view or user function.
11304         (ido-ignore-unc-host-regexps): New defcustom.
11305         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11306         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11307         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11309 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11312         wwidth.
11314 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11316         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11317         (ido-max-work-file-list, ido-switch-buffer)
11318         (ido-read-file-name-as-directory-commands):
11319         Fix typos in docstrings.
11321 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11323         * term/mac-win.el (mac-system-coding-system): Define and use after
11324         Mac-specific coding systems are ready.
11326 2006-03-27  Romain Francoise  <romain@orebokech.com>
11328         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11330         * ldefs-boot.el: Update.
11332 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11334         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11335         passphrases when it is not needed.
11336         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11337         passphrase stuff from gpg, should only be necessary when you use
11338         gpg with a smartcard.
11340 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11342         * comint.el (comint-dynamic-list-completions): Allow user to
11343         select *Completions* buffer.
11345 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11347         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11349 2006-03-26  Andreas Schwab  <schwab@suse.de>
11351         * progmodes/gud.el (gdb): Only complain about multiple debugging
11352         when the gdb process is still running.
11354 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11356         * mail/rmail.el (tool-bar-map): Defvar it.
11357         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11358         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11360 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11362         * help.el (print-help-return-message): Suggest to use
11363         display-buffer instead of switch-to-buffer-other-window to restore
11364         the previous window without selecting it.
11366 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11368         * frame.el (select-frame-by-name): Call x-focus-frame also when
11369         window-system is mac.
11371         * term/mac-win.el: Adjust Courier font specifications in
11372         x-fixed-font-alist.
11373         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11374         when directly encoding to UTF-16 in native byte order, no BOM.
11376 2006-03-25  Kim F. Storm  <storm@cua.dk>
11378         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11379         (cua--init-keymaps): Use it instead of fixed C-return.
11380         (cua-mode): Set after it.
11382         * emulation/cua-rect.el (cua--init-rectangles):
11383         Use cua-rectangle-mark-key instead of fixed C-return.
11385 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11387         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11388         "run" in .gdbinit.
11389         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11391 2006-03-24  Romain Francoise  <romain@orebokech.com>
11393         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11394         `display-buffer-other-frame'.
11396 2006-03-24  Kim F. Storm  <storm@cua.dk>
11398         * apropos.el (apropos-synonyms): Add selection => region.
11400 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11402         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11403         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11404         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11405         (gdb-data-list-register-values-regexp)
11406         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11407         Future proof against new fields being added to MI output.
11408         (gdb-send): Don't treat backslashes for program input as
11409         continuations.
11410         (gdb-assembler-handler): Don't use window-start for this handler.
11411         (gdb-frame-handler): Don't change to hollow arrow if overlay
11412         arrow doesn't move to new frame.
11414 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11416         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11417         prevent compiler warnings.
11418         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11419         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11420         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11421         buffer too.
11423 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11425         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11426         make-network-process, so we can use the same code in Gnus v5-10
11427         too and have this file fully synchronized with that release.
11429 2006-03-23  Romain Francoise  <romain@orebokech.com>
11431         * ibuf-ext.el (ibuffer-read-filter-group-name):
11432         Use `ibuffer-generate-filter-groups' to make completion list match
11433         the filter groups that are really displayed in the Ibuffer buffer.
11434         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11436 2006-03-23  Kenichi Handa  <handa@m17n.org>
11438         * international/mule-cmds.el (sort-coding-systems): Describe that
11439         the argument is modified in docstring.
11441 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11443         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11444         (pgg-gpg-update-agent): New function.
11445         (pgg-gpg-use-agent-p): New function.
11446         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11447         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11448         (pgg-gpg-sign-region): Use it.
11450 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11452         * cus-edit.el (custom-face-set): Call custom-push-theme before
11453         face-spec set so that `changed' theme is correctly saved.
11454         (custom-face-reset-standard): Reset to recalculated face rather
11455         than defface spec.
11457         * custom.el (custom-push-theme): Only save `changed' theme if the
11458         current face does not match the defface specs.
11460 2006-03-21  Simon Josefsson  <jas@extundo.com>
11462         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11463         <wilde@sha-bang.de>.
11464         (pgg-gpg-use-agent): New variable.
11465         (pgg-gpg-process-region): Use it.
11466         (pgg-gpg-encrypt-region): Likewise.
11467         (pgg-gpg-encrypt-symmetric-region): Likewise.
11468         (pgg-gpg-decrypt-region): Likewise.
11469         (pgg-gpg-sign-region): Likewise.
11470         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11472 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11474         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11475         bracket links.
11477 2006-03-21  Kim F. Storm  <storm@cua.dk>
11479         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11480         fringe-indicator-alist instead of modifying global value.
11481         (gdb-frame-handler): Likewise.
11483 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11485         * diff-mode.el (diff-function): Make it inherit from diff-header
11486         instead of diff-context.
11488         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11489         bitmap.
11490         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11491         change names in macro above for consistency.
11492         (gdb-frame-handler): Use hollow-right-triangle for all selected
11493         frames which except the innermost (where execution has stopped).
11494         (gdb-reset): Reset buffer-local values of overlay-arrow.
11496 2006-03-20  Richard Stallman  <rms@gnu.org>
11498         * simple.el (set-mark-command): Doc fix.
11500         * files.el (display-buffer-other-frame): New command.
11501         (ctl-x-4-map): Bind C-x 5 C-o to it.
11503 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11506         rather than just defer-time, in case defer-time has been changed but
11507         the timer isn't running yet.
11508         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11510 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11512         * help-mode.el (help-follow-symbol): New function.
11513         Essentially identical to the old `help-follow', but do not let
11514         `push-button' do the work when on an xref.
11515         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11517 2006-03-19  Richard Stallman  <rms@gnu.org>
11519         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11520         preceded by the word `program'.
11521         (help-follow-mouse, help-follow): Throw error if not on xref.
11522         Delete no longer used args.
11524 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11526         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11527         annotation ensure gud-overlay-arrow-position is redisplayed.
11529 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11531         * textmodes/bibtex.el (bibtex-include-OPTkey)
11532         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11533         (bibtex-autokey-name-case-convert)
11534         (bibtex-autokey-titleword-case-convert): Make these the aliases
11535         for the following two variables.
11536         (bibtex-autokey-name-case-convert-function)
11537         (bibtex-autokey-titleword-case-convert-function): Make these the
11538         real names.
11539         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11540         bibtex-font-lock-crossref sublists.
11541         (bibtex-mode): Revert 2005-12-30 change (which made
11542         completion-ignore-case buffer-local).
11543         (bibtex-url): Simplify.
11545 2006-03-19  Kim F. Storm  <storm@cua.dk>
11547         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11548         cursor property value to 2 (to align with C level change).
11550 2006-03-19  Bill Wohler  <wohler@newt.com>
11552         * image.el (image-load-path-for-library): Shorten first line in
11553         docstring.
11555 2006-03-18  Richard Stallman  <rms@gnu.org>
11557         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11559 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11561         * isearch.el (isearch-other-meta-char): Handle user bindings for
11562         shifted control characters.
11564 2006-03-18  Agustín Martín  <agustin.martin@hispalinux.es>
11566         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11567         part that matches email addresses, file names, etc.
11569 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11571         * term/w32-win.el (mouse-set-font):
11572         Mention w32-list-proportional-fonts in the doc string.
11574 2006-03-18  Kim F. Storm  <storm@cua.dk>
11576         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11577         (ido-unc-hosts): New user option to explicitly define list of know
11578         UNC-style hosts for completion.
11579         (ido-cache-unc-host-shares-time): New user option.
11580         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11581         New helper functions for UNC file-name support.
11582         (ido-may-cache-directory): Check for UNC host.  Simplify.
11583         (ido-wash-history): Clean out old UNC hosts.
11584         (ido-nonreadable-directory-p): UNC hosts are always readable.
11585         (ido-directory-too-big-p): UNC hosts are never too big.
11586         (ido-set-current-directory): Handle UNC root path.
11587         (ido-file-name-all-completions): Complete UNC host names from
11588         ido-unc-hosts list.  Cache UNC host shares.
11589         (ido-make-file-list-1): Don't filter UNC root.
11590         (ido-exhibit): Check for // in root directory, and switch to UNC
11591         mode by setting ido-current-directory to //.
11593 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11595         * cus-edit.el (customize-changed-options): Mention explicit
11596         version number as default in prompt.
11598 2006-03-17  Bill Wohler  <wohler@newt.com>
11600         * image.el (image-load-path-for-library): Minor docstring fix.
11602 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11604         * textmodes/org.el (org-read-date): Include subgroup 5 into
11605         replacement text.
11606         (org-popup-calendar-for-date-prompt): Fix customization type.
11608 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11610         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11611         (gdb-continuation): New variable.
11612         (gdb-send): Deal with continuation lines.
11614         * progmodes/gud.el (gud-gdb-complete-command)
11615         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11616         expressions.
11617         (gud-tooltip-mode): Use buffer-local value.
11619 2006-03-16  Kim F. Storm  <storm@cua.dk>
11621         * ido.el (ido-edit-input): Use selected match, if any.
11623 2006-03-16  Bill Wohler  <wohler@newt.com>
11625         * image.el (image-load-path-for-library): Prefer user's images in
11626         image-load-path.
11628 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11630         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11631         when checking for attempt to drag leftmost or rightmost scrollbar.
11633 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11635         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11636         (gdb-force-mode-line-update): New function.
11637         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11638         (gdb-exited): Use them.
11639         (gdb-signal): New function.
11640         (gdb-annotation-rules): Provide a rule for it.
11642 2006-03-16  Kenichi Handa  <handa@m17n.org>
11644         * international/mule.el (auto-coding-regexp-alist): Add entries
11645         for Unicode BOM.
11647         * sort.el (sort-build-lists): Temporarily bind
11648         inhibit-field-text-motion to t.
11650 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11652         * locate.el (locate-command, locate-make-command-line)
11653         (locate-fcodes-file, locate-update-command)
11654         (locate-prompt-for-command, locate, locate-with-filter)
11655         (locate-get-file-positions): Doc fixes.
11656         (locate-buffer-name, locate-header-face): Remove leading `*' in
11657         defcustom.
11658         (locate-filter-output): Use `keep-lines' instead of its alias
11659         `delete-non-matching-lines'.
11660         (locate-get-filename, locate-get-dirname): Add introductory comment.
11661         (locate-find-directory-other-window): Give appropriate error
11662         message if used outside main listing.
11664 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11666         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11667         the new extend-region feature.
11668         (font-lock-after-change-function): Update correspondingly.
11669         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11670         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11672 2006-03-15  Bill Wohler  <wohler@newt.com>
11674         * image.el (image-load-path-for-library): Fix example by not
11675         recommending that one binds image-load-path.  Just defvar it to
11676         placate compiler and only use it if previously defined.
11678 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11680         * textmodes/org.el (org-insert-centered): Use `string-width' to
11681         make underlining work for wide characters.
11682         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11683         TAB to `org-cycle', to make sure that no binding in
11684         `outline-mode-map' can supercede it.
11686 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11688         * allout.el: Increment version to 2.2.1 in file commentary.
11690         (allout-version): Increment to 2.2.1.
11692         (allout-default-layout): New customization variable, used when the
11693         file lacks a specific allout-layout.  Uses allout-layout-type for
11694         recursively nested definition.
11696         (allout-layout-type): Widget defining allout layouts, necessary for
11697         self-recursive definition.
11699         (allout-mode): Incorporate allout-default-layout as fallback for
11700         allout-layout.
11702         (allout-layout): Mark as 'safe-local-variable', and refer mention
11703         fallback to `allout-default-layout' in absence of a specified value.
11704         (allout-passphrase-verifier-string)
11705         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11707         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11709         (allout-get-encryption-passphrase-verifier): Use correct name of
11710         passphrase verifier in docstring.
11712 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11714         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11715         elements.
11716         (gdb-find-watch-expression): Make it work for arrays too.
11717         Follow change to gdb-var-list.
11718         (gud-watch): Allow the user to enter variable name with a prexix
11719         arg.  Create keybindings.
11720         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11721         (gdb-var-list-children-handler, gdb-var-update-handler)
11722         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11723         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11724         Follow change to gdb-var-list.
11725         (gdb-starting): Don't show the overlay arrows when program is running.
11727         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11728         gdb-var-list.
11730 2006-03-14  Bill Wohler  <wohler@newt.com>
11732         * image.el (image-load-path-for-library): Pass value of path
11733         rather than symbol.  Always return list of directories.
11734         Guarantee that image directory comes first.
11736 2006-03-14  Alan Mackenzie  <acm@muc.de>
11738         * font-core.el (font-lock-extend-region\(-function\)?.):
11739         New function/variable.
11741         * font-lock.el (font-lock-after-change-function):
11742         Call font-lock-extend-region.  Obey font-lock-lines-before.
11743         (font-lock-default-fontify-region): Remove reference to
11744         font-lock-lines-before.
11746         * jit-lock.el (jit-lock-after-change):
11747         Call font-lock-extend-region.  Obey font-lock-lines-before.
11749 2006-03-14  David Ponce  <david@dponce.com>
11751         * tree-widget.el (tree-widget-themes-load-path)
11752         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11754 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11756         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11757         (rcirc-print): Mark the start of text at the end of the prompt.
11758         (rcirc-track-minor-mode): Add autoload cookie.
11759         (rcirc-update-activity-string): Add space to front of mode-line
11760         indicator.
11762 2006-03-13  Miles Bader  <miles@gnu.org>
11764         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11765         (rcirc-abbrev-nick): Remove function.
11766         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11768 2006-03-13  David Ponce  <david@dponce.com>
11770         * tree-widget.el: Handle themes across all occurrences of the main
11771         themes sub-directory found in tree-widget-themes-load-path.
11772         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11773         (tree-widget--locate-sub-directory): Return all occurrences.
11774         (tree-widget-themes-path): New function.
11775         Replace tree-widget-themes-directory, and return a list of directories.
11776         (tree-widget-set-parent-theme)
11777         (tree-widget-lookup-image): Use it.
11779 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11781         * textmodes/org.el (org-link-search): Avoid self-matching of
11782         links, allow target text to be distributed over several lines.
11783         (org-search-not-link): New function.
11784         (org-set-regexps-and-options, org-get-current-options):
11785         New startup options.
11786         (org-export-as-html): Take odd-level setting from local variable.
11787         (org-fontify-emphasized-text): New option.
11788         (org-set-font-lock-defaults): Include emphasized text.
11789         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11790         (org-font-lock): Customize group renamed from `org-faces'.
11792 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11794         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11795         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11797 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11799         * cus-start.el (all): Delete :version keyword for members of the
11800         fringe group, since the entire group is new in 22.1.
11802 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11804         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11805         map if value is hexadecimal (an address).
11806         (gud-watch): Only search roots for existing watch expressions.
11807         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11808         prevent caching problems with speedbar-update-directory-contents.
11810 2006-03-12  Juri Linkov  <juri@jurta.org>
11812         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11813         before comparing with `low' and `warn'.
11815         * info.el (Info-dir-remove-duplicates): Move point to the
11816         beginning of the current line after deleting the entries from
11817         redundant heading.  Use marker for `limit' and compare it with
11818         point before calling `re-search-forward'.
11820 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11822         * simple.el (yank): Fix typo in docstring.
11824 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11826         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11827         messages, where "D" is the 6th character.
11829 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11831         * simple.el (yank): Fix last change.
11833 2006-03-11  David Ponce  <david@dponce.com>
11835         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
11836         before merging elements from the standard ispell-dictionary-alist.
11837         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11838         alist, and return the new alist.
11840 2006-03-11  Richard Stallman  <rms@gnu.org>
11842         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11844         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11845         the way it is implemented is too unclean.
11847         * simple.el (kill-region, yank): Doc fix.
11849         * battery.el (battery-echo-area-format): Doc fix.
11850         (battery-mode-line-format): Likewise.
11851         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11852         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11854 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11856         * progmodes/octave-mod.el (octave-indent-for-comment):
11857         Behave according to do string.
11859 2006-03-11  Agustín Martín  <agustin.martin@hispalinux.es>
11861         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11862         Be visible only if major mode is Mail Mode.
11864         * textmodes/flyspell.el (flyspell-external-point-words)
11865         (flyspell-process-localwords): Fix last changes.
11867 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11869         * calendar/holidays.el (list-holidays): Doc fix.
11871         * international/mule.el (auto-coding-alist): Add .odt
11872         (OpenOffice's open document) files.
11874         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11875         document) files.  Mention in the doc string the need to sync with
11876         auto-coding-alist.
11878 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11880         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11881         enable-local-variables is set to always query, or there is no
11882         savable variable.
11884 2006-03-10  Bill Wohler  <wohler@newt.com>
11886         * image.el (image-load-path-for-library): Merge at least three
11887         functions from Gnus and MH-E into this one function that can now
11888         be shared.
11890 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11892         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11893         gdb-remove-mouse-face and remove help-echo too.
11894         (gdb-enqueue-input): Correct conditional clause.
11896 2006-03-10  Glenn Morris  <rgm@gnu.org>
11898         * calendar/calendar.el (calendar-holidays): Doc fix.
11899         * calendar/holidays.el (list-holidays): Doc fix.
11901 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11903         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11904         it gets called in gdb-prompt anyway.
11905         (gdb-use-separate-io-buffer): Only restore window arrangement for
11906         gdb-many-windows.
11907         (gdb-enqueue-input): Make it harder to send GDB input when program
11908         is running.
11909         (gdb-buffer-list): New variable.
11910         (gdb-remove-mouse-face): New function.
11911         (gdb-starting): Use it when GDB input won't get sent.
11913 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11915         * help.el (view-lossage): Remove trailing whitespace before
11916         inserting "\n".
11918 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11920         * files.el (hack-local-variables-confirm):
11921         Set coding-system-for-read to nil before writing to .emacs.
11923         * arc-mode.el (archive-extract): Check if an existing buffer name
11924         comes from a different archive.
11926         * help.el (describe-key-briefly): If KEY is a down event, read and
11927         discard the up event.
11929 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11931         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11932         be edited and use font-lock-warning-face for any changes.
11934         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11935         (gdb-edit-value): Use it to report any errors.
11937 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11939         * help.el (describe-key): Remove leftover test code.
11941 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11943         * textmodes/org.el: Move defvars out of eval-when-compile.
11944         Use buffer-file-name variable.
11945         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11946         arg `file'.
11947         (org-level-faces): Remove startup dependency.
11948         (org-cycle, org-map-tree, org-scan-tags)
11949         (org-remember-handler): Don't call `outline-level' directly.
11950         (org-mhe-search-all-folders): New option.
11951         (org-mhe-get-message-folder-from-index)
11952         (org-mhe-get-message-folder): Fix indexing search.
11953         (org-format-agenda-item): Handle nil TAGS argument.
11954         (org-cleaned-string-for-export, org-activate-target-links)
11955         (org-make-target-link-regexp): Deal with empty radio target list.
11956         (org-tag): New face.
11957         (org-get-level-face): New function.
11958         (org-set-font-lock-defaults): Simplify setup for headlines.
11959         (org-complete): Pass common substring to `display-completion-list'.
11961 2006-03-06  David Ponce  <david@dponce.com>
11963         * tree-widget.el: Update Commentary header.
11964         (tree-widget-theme-name): Ignore parent themes.
11965         (tree-widget-set-parent-theme): New function.
11966         (tree-widget-set-theme): Use it.
11967         (tree-widget-set-image-properties): Move definition.  Does nothing
11968         if image properties have already been set.
11969         (tree-widget-image-properties): Move definition.  Receive an image
11970         name.  Set the :pointer property.
11971         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11972         Don't set the :pointer image property.
11973         (tree-widget-convert-widget): New function.  Handle :dynargs
11974         compatibility here.
11975         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11976         predicate to control when the :expander function is entered.
11977         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11978         (tree-widget-value-create): Handle :expander-p.  widget-apply
11979         :expander.
11980         (tree-widget-expander-p): New function.  Default value of the
11981         :expander-p property.
11983 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11985         * help.el (describe-key): Properly handle the return value of
11986         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11987         remaps.  Handle string and vector `follow-link' values.
11989 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11991         * complete.el (PC-expand-many-files): Try be more careful when parsing
11992         the shell's output.
11994 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11996         * outline.el (hide-sublevels): Provide better interactive default.
11998 2006-03-06  Kenichi Handa  <handa@m17n.org>
12000         * international/fontset.el (create-fontset-from-fontset-spec):
12001         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12003 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12005         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12006         backslashes instead of one in regexp.
12007         (gud-tooltip-dereference): Add missing optional argument.
12009 2006-03-04  John Paul Wallington  <jpw@pobox.com>
12011         * wdired.el (toplevel): Require `cl' at compile-time.
12013 2006-03-04  Andreas Schwab  <schwab@suse.de>
12015         * server.el (server-process-filter): Handle errors during
12016         evaluation of the argument.
12018 2006-03-03  John Paul Wallington  <jpw@pobox.com>
12020         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12021         escape parentheses at beginning of line.
12022         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12023         (t-mouse-mode): Remove period from end of error message.
12025 2006-03-03  Agustín Martín  <agustin.martin@hispalinux.es>
12027         * textmodes/flyspell.el (flyspell-process-localwords):
12028         Be case-sensitive.
12030 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
12032         * cus-edit.el (custom-quote): Remove function, since it has been
12033         moved to custom.el.
12035         * font-lock.el (lisp-font-lock-keywords-2)
12036         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12037         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12038         they have no special meaning.
12040         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12041         indirect buffer gets killed before indirect buffer.  Use dolist.
12043 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12045         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12046         value instead of a literal constant (1) on more pauses.
12048 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12050         * textmodes/flyspell.el (flyspell-external-point-words):
12051         Be case-sensitive.
12053 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12055         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12056         with "www".
12058 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12060         * allout.el: Restablish intermediate missing comment header to
12061         preserve outline structure.
12062         (allout-beginning-of-current-entry): Skip invisible text.
12063         (allout-open-topic): Fix opening a topic at end-of-buffer.
12064         (allout-minor-mode): Move nearer to allout-mode function.
12066 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12068         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12070 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12072         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12073         is nil.
12075         * progmodes/gud.el (gud-speedbar-menu-items):
12076         Use buffer-local-value and add missing :visible keyword.
12078         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12080 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12082         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12083         must be `follow-link'.
12085         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12087         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12088         formatting: No nested anchors.
12089         (org-all-targets): Fix bug with XEmacs compatibility.
12090         (org-read-date): Add (require 'parse-time).
12091         (org-set-tags): Fix bug with extra inserted space.
12092         (org-export-html-style): Define a style class for targets.
12093         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12094         (org-hide-leading-stars): New option.
12095         (org-hide): New face.
12096         (org-set-font-lock-defaults): Allow to hide leading stars.
12097         (org-get-legal-level, org-tr-level): New functions.
12098         (org-odd-levels-only): New option.
12099         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12100         (org-demote, org-promote): Deal with double-star levels.
12101         (org-convert-to-odd-levels): New command.
12103 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12105         * speedbar.el (speedbar-update-localized-contents): Try to
12106         preserve window-start.
12107         (speedbar-update-directory-contents): Try to preserve window-start
12108         and window-point.
12109         (speedbar-update-special-contents): Don't move back to start of window.
12111         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12112         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12113         speedbar-timer-fn.
12114         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12115         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12116         instead of gdb-speedbar-timer-fn.
12118 2006-02-28  Jay Belanger  <belanger@truman.edu>
12120         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12121         (math-compose-expr): Use latex option when calling
12122         `math-compose-tex-matrix' for latex mode.
12124 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12126         * speedbar.el: Re-instate comments about developing for speedbar
12127         [this is what info and gdb-ui use even if better methods exist now].
12129         * t-mouse.el: New file.
12130         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12131         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12132         (t-mouse-make-event-element): Use posn-at-x-y instead.
12133         (t-mouse-make-event): Deal with Fedora Core 3.
12134         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12135         (t-mouse-mouse-position-function): New function.  Use it instead
12136         of advising mouse-position.
12137         (t-mouse-mode): New minor mode.
12138         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12140 2006-02-27  Glenn Morris  <rgm@gnu.org>
12142         * calendar/calendar.el (calendar-holidays): Doc fix.
12144 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12146         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12147         Re-introduce the concept of a source window.
12148         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12149         consistency with get-buffer-create.
12150         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12151         (gdb-data-list-register-values-handler)
12152         (gdb-stack-list-locals-handler): Try to preserve window-start as
12153         well as window-point.
12154         (gdb-display-source-buffer): New function (old concept).
12155         (gdb-goto-breakpoint): Use it.
12157         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12158         for gdb-ui/gdb-mi (old concept).
12160 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12162         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12163         binding.
12165         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12167         * textmodes/reftex-sel.el (reftex-select-label-map)
12168         (reftex-select-bib-map): Add `follow-mouse' binding.
12170 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12172         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12173         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12174         Give :set functions to provide automatic updating.
12175         Update docstring.  Give compiler defvars early in the file
12176         and move the defcustoms to a later spot where all called functions
12177         are defined.
12178         (jka-compr-file-name-handler-entry): Doc fix.
12179         (jka-compr-compression-info-list--internal)
12180         (jka-compr-mode-alist-additions--internal)
12181         (jka-compr-load-suffixes--internal): New variables.
12182         (jka-compr-install): Set the three above variables.
12183         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12184         (jka-compr-update, jka-compr-set): New functions.
12185         (auto-compression-mode): Doc fix.
12187         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12188         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12189         Use jka-compr-compression-info-list--internal,
12190         jka-compr-mode-alist-additions--internal and
12191         jka-compr-load-suffixes--internal.
12193         * files.el (load-library):
12194         * loadhist.el (file-loadhist-lookup):
12195         * startup.el (command-line):
12196         * subr.el (locate-library):
12197         * emacs-lisp/autoload.el (update-directory-autoloads):
12198         * emacs-lisp/find-func.el (find-library-suffixes):
12199         Use `get-load-suffixes' instead of `load-suffixes'.
12201         * subr.el (locate-library):
12202         * emacs-lisp/find-func.el (find-library-name):
12203         Use `load-file-rep-suffixes' instead of '("").
12205 2006-02-26  Kim F. Storm  <storm@cua.dk>
12207         * ido.el (ido-save-history, ido-load-history): Simplify.
12208         Don't use find-file-noselect to avoid interference from other modes.
12210 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12212         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12213         to use the default shell if filename is not available.
12214         Reported by Giorgos Keramidas.
12216 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12218         * progmodes/etags.el (tags-completion-table): Do completion from
12219         all the tables in the current list, as documented in the manual.
12221 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12223         * CC Mode Update to 5.31.3.
12225 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12227         * progmodes/cc-mode.el (c-postprocess-file-styles):
12228         Bind inhibit-read-only to t, around the call to
12229         c-remove-any-local-eval-or-mode-variables, so that it works on a
12230         RO file.
12232 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12234         * progmodes/cc-awk.el: Correct a typo.
12236 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12238         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12239         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12240         name as an alias.
12242 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12244         * progmodes/cc-mode.el: Correct a typo.
12246 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12248         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12250 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12252         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12253         brace-else-brace (error due to mbeg, mend being undefined).
12255 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12257         * progmodes/cc-mode.el: File Local variables: Solve the problem
12258         where both `mode' and c-file-offsets are specified: `mode' will
12259         overwrite c-f-o's settings:
12260         (c-remove-any-local-eval-or-mode-variables): New function.
12261         (c-postprocess-file-styles): Call the above new function, within
12262         c-tentative-buffer-change, to splat `mode' and `eval' before the
12263         second hack-local-variables.
12265 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12267         * progmodes/cc-mode.el:
12268         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12269         (c-after-change): Protect the match data with save-match-data.
12270         It was getting corrupted by c-after-change-check-<>-operators.
12272         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
12273         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12274         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12276         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12277         with save-match-data.  It was being corrupted when Font Lock was
12278         not enabled.
12280 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12282         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12283         Mode and Subword Mode.
12285         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12286         real labels ("case 1:" or "foo:") from non-labels ("public:").
12287         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12288         coding; c-f-t-2 doesn't move over a token at EOB.
12290         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12292         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12293         (c-update-modeline): Concatenate the minor mode indicators
12294         directly onto mode-name, removing c-submode-indicators.
12295         Sometimes, c-s-i got separated from the mode name on the mode line.
12297         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12298         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12300 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12302         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12303         error message when there's an evaluation error to show whether
12304         it's loaded from source or not.
12305         (c-filter-ops): Make it available at runtime too to work when
12306         `c-make-init-lang-vars-fun' needs to evaluate from source.
12308 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12310         * help.el (help): Revert last part of 2006-02-23 change (deletion
12311         of the `provide' call).
12313 2006-02-23  Juri Linkov  <juri@jurta.org>
12315         * compare-w.el (compare-windows-highlight): Add new value
12316         `persistent' and change :type from `boolean' to `choice'.
12317         (compare-windows-overlays1, compare-windows-overlays2):
12318         New internal variables.
12319         (compare-windows-highlight): If compare-windows-highlight is
12320         `persistent', add current overlays to compare-windows-overlays[12]
12321         instead of adding compare-windows-dehighlight to pre-command-hook.
12322         (compare-windows-dehighlight): Delete all overlays from
12323         compare-windows-overlays[12].
12325         * info.el (Info-search): Don't bind search-spaces-regexp to
12326         Info-search-whitespace-regexp in non-regexp isearch mode.
12328 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12330         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12332 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12334         * textmodes/org.el (org-xemacs-p)
12335         (org-export-html-show-new-buffer, org-table-may-need-update)
12336         (org-insert-item, org-mhe-get-message-real-folder)
12337         (org-mhe-get-message-folder-from-index)
12338         (org-mhe-get-message-folder, org-mhe-get-message-num)
12339         (org-mhe-get-header, org-make-org-heading-search-string)
12340         (org-make-org-heading-camel, org-table-sort-lines)
12341         (org-format-org-table-html, org-format-table-table-html):
12342         Fix typos in docstrings.
12344 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12346         * textmodes/org.el (org-cleaned-string-for-export)
12347         (org-solidify-link-text): New function.
12348         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12349         XEmacs, just to silence the compiler.
12350         (org-export-as-ascii, org-export-as-html-and-open):
12351         Use `org-cleaned-string-for-export' and create internal links.
12352         (org-follow-mhe-link): Require mh-e, use folder.
12354 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12356         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12358         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12359         gdb-debug-log-length.
12360         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12361         it a real ring but...
12362         (gud-gdba-marker-filter): ...make it work like mark-ring.
12363         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12364         (gdb-mouse-jump): New function.  Add bindings.
12366 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12368         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12369         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12370         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12371         (gdb-debug-log-length): Customize it's length.
12372         (gud-watch, gdb-var-create-handler): Display function::var format
12373         but don't use to create variable object.
12374         (gdb-var-create-handler): Use message-box in place of message.
12375         (gdb-stopped): Call gdb-exited if signaled.
12377 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12379         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12381         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12383         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12384         if `reftex-try-all-extensions' is set.
12386         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12387         fail silently when there is no valid argument at point.
12388         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12389         `fail-silently' argument.  From a patch by David Reiter.
12391         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12392         New commands.
12393         (org-mark-ring): New variable.
12394         (org-mark-ring-length): New option.
12395         (org-open-at-point, org-goto, org-open-file): Push old position
12396         onto the mark ring.
12397         (org-add-hook): New function.
12398         (org-export-table-remove-special-lines): New option.
12399         (org-skip-comments, org-format-org-table-html): Respect new
12400         option `org-export-table-remove-special-lines'.
12401         (org-open-file): Allow special command configuration for
12402         directory link.
12403         (org-file-apps): Fix bugs in customize type, added setting
12404         for directories.
12405         (org-activate-tags, org-format-agenda-item, org-complete)
12406         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12407         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12408         (org-link-search, org-make-org-heading-search-string)
12409         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12410         (org-radio-targets, org-file-link-context-use-camel-case)
12411         (org-activate-camels): New options.
12412         (org-update-radio-target-regexp, org-all-targets)
12413         (org-make-target-link-regexp, org-activate-target-links):
12414         New functions.
12415         (org-make-org-heading-search-string): New function.
12416         (org-store-link, org-insert-link): Use new option
12417         `org-file-link-context-use-camel-case'.
12418         (org-activate-camels): Use new option `org-activate-camels'.
12419         (org-link-regexp): Add mhe prefix.
12420         (org-open-at-point, org-store-link): Support for mhe links.
12421         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12422         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12423         (org-mhe-get-header, org-follow-mhe-link): New functions.
12424         (org-remove-angle-brackets, org-add-angle-brackets):
12425         New functions.
12426         (org-bracket-link-regexp): New constant.
12427         (org-read-date): Fix bug that was rejecting all typed dates.
12428         (org-link-search): Make hierarchy above visible after a match.
12429         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12430         (org-store-link): Fix bug with link creation when cursor is in
12431         an empty line.
12432         (org-open-at-point): Fix bug with matching a link.
12433         Fixed buggy argument sequence in call to `org-view-tags'.
12434         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12435         (org-prefix-has-tag): New variable.
12436         (org-format-agenda-item): Remove tags from headline
12437         if appropriate.
12438         (org-agenda-remove-tags-when-in-prefix): New option.
12440 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12442         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12443         Fix the regular expressions.
12445 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12447         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12448         if there's no other specific basis.
12450         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12451         as variables at all.
12452         (unsafep-variable): Rename arg; doc fix.
12454         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12456         * calendar/appt.el (diary-selective-display): Add defvar.
12458         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12460         * isearch.el (search-whitespace-regexp): Fix custom type.
12462         * help.el (describe-key-briefly): Compute interactive args
12463         in same was as before previous change.
12465         * files.el (enable-local-variables): Doc fix.
12467 2006-02-21  Kim F. Storm  <storm@cua.dk>
12469         * fringe.el: Cleanup as file is now pre-loaded.
12470         (fringe-bitmaps): Initialize unconditionally.
12471         (fringe-mode, set-fringe-style): Remove autoload cookies.
12473 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12475         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12476         `horizontal-bar'.
12477         (fringe-cursor-alist): Use `horizontal-bar'.
12479 2006-02-20  Kim F. Storm  <storm@cua.dk>
12481         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12482         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12484         * loadup.el: Load "fringe" on window systems.
12486 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12488         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12489         out of scope components.
12491         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12492         default.
12494 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12496         * custom.el (customize-mark-to-save, customize-mark-as-set):
12497         Load the symbol first.
12499 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12501         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12502         strech spec so it doesn't display as "^J" on the header line
12503         when `Buffer-menu-use-header-line' is t.
12505 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12507         * speedbar.el (speedbar-make-button): Keep text properties
12508         of string arguments if desired.
12510         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12511         expessions.
12513         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12514         of speedbar.
12516 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12518         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12519         to value of `read-file-name-completion-ignore-case'.
12521 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12523         * custom.el (customize-mark-as-set): Push to `user' theme.
12525         * cus-edit.el (custom-save-variables): Allow unthemed values.
12526         (customize-set-variable): Push setting to `user' theme.
12528 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12530         * progmodes/gud.el: Don't require font-lock as it's now
12531         automatically loaded.
12532         (gud-speedbar-buttons): Replace gdb-var-changed with
12533         gdb-force-update.
12535         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12536         gdb-var-changed.
12537         (gdb-post-prompt): Use it.
12538         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12539         (gdb-var-update-handler, gdb-var-delete)
12540         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12541         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12542         gdb-force-update in gdb-post-prompt.
12543         (gdb-reset): Clear watch expressions from speedbar when quitting.
12545 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12547         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
12548         (viper-change-state-to-vi, viper-change-state-to-emacs):
12549         Make aware of cursor coloring in the Emacs state.
12550         (viper-special-read-and-insert-char): Use read-char-exclusive.
12551         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12553         * emulation/viper-init.el (viper-emacs-state-cursor-color):
12554         New variable.
12556         * emulation/viper-util.el (viper-save-cursor-color)
12557         (viper-get-saved-cursor-color-in-replace-mode)
12558         (viper-get-saved-cursor-color-in-insert-mode)
12559         (viper-restore-cursor-color): Make aware of the cursor color
12560         in Emacs state.
12561         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12563         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12564         (ediff-ignore-case-option3, ediff-actual-diff-options)
12565         (ediff-actual-diff3-options): New variables to control case sensitivity.
12566         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12567         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12568         (ediff-toggle-ignore-case): New function.
12569         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12571         * ediff-help.el (ediff-long-help-message-narrow2)
12572         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12573         (ediff-long-help-message-word-mode): Add ignore-case command.
12574         (ediff-help-for-quick-help): Add ignore-case command.
12576         * ediff-merg.el: Move provide to the end.
12578         * ediff-ptch.el: Move provide to the end.
12580         * ediff-wind.el: Move provide to the end.
12582         * ediff-mult.el: Move provide to the end.
12583         (ediff-set-meta-overlay): Enable follow-link.
12585         * ediff.el: Move provide to the end.
12586         Break recursive load cycle in eval-when-compile.
12587         (ediff-patch-buffer): Better heuristics.
12589         * ediff-util.el: Move provide to the end.
12590         Break recursive load cycle in eval-when-compile.
12591         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12592         defuns.
12593         (ediff-submit-report): Pass the values of ediff-diff3-program,
12594         ediff-diff3-options.
12596 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12598         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12599         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12600         `' (for example, in the docstring of `windmove-default-keybindings').
12602 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12604         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12605         shadow face.  Don't provide binding to edit variable when it is
12606         out of scope.
12608         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12609         (gdb-var-update-handler): Detect out of scope variables with pre
12610         GDB 6.4 too.
12611         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12612         Reset status of variable objects to nil in update handlers.
12613         (gdb-var-update-handler-1): Detect when a variable object comes
12614         in scope.  setcar on var changes gdb-var-list directly.
12616 2006-02-17  Juri Linkov  <juri@jurta.org>
12618         * ffap.el (ffap) <defface>: Add explicit face declaration.
12619         (ffap-highlight): Use face `ffap' directly instead of checking
12620         for its existence.
12622         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12623         `visible-ok' of `other-buffer' to find the right original buffer.
12625         * info.el (Info-search): Skip `Local Variables' node.
12627 2006-02-17  Juri Linkov  <juri@jurta.org>
12629         * info.el (Info-find-file): Check for symbols `apropos', `history',
12630         `toc' in the input filename, and return these symbols as is.
12631         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12632         `history', `toc' instead of strings.
12633         (Info-set-mode-line): For non-string Info-current-file use the
12634         symbol's name inside **.
12635         (Info-isearch-push-state): Add quote before Info-current-file and
12636         Info-current-node.
12637         (Info-isearch-pop-state): Use `equal' instead of `string='.
12638         (Info-extract-pointer, Info-following-node-name): Use
12639         `match-string-no-properties' instead of `match-string'.
12640         (Info-up): Check `old-file' for `stringp'.
12641         (Info-history): Use `equal' instead of `string-equal'.
12642         Check `file' for `stringp'.
12643         (Info-history): Use symbol `history' instead of string as first arg
12644         of `Info-find-node'.
12645         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12646         `toc' instead of string.
12647         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12648         instead of `buffer-substring', and `match-string-no-properties'
12649         instead of `match-string'.
12650         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12651         instead of strings.
12652         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12653         Use symbol `apropos' instead of string.
12654         (Info-copy-current-node-name): Check `Info-current-file' for
12655         `stringp' and construct a command with `Info-find-node' from it.
12656         (Info-fontify-node): Use `match-string-no-properties' instead of
12657         `match-string' and check file names for `stringp'.
12658         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12659         `history', `toc' instead of strings.
12661 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12663         * files.el: Rearrange functions and variables in the file local
12664         variables section.
12666 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12668         * files.el: Add truncate-lines, ispell-check-comments and
12669         ispell-local-dictionary as safe local variables.
12671 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12673         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12674         out of scope variables.
12675         (gud-speedbar-buttons): Use unless.
12677         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12678         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12679         (gdb-show-changed-values): Also use for out of scope variables.
12680         (gdb-var-update-handler-1): Note if variable goes out of scope.
12682 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12684         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12685         default to global variable values for unsupplied args.
12686         (rcirc-get-buffer-create): Fix bug with setting the target.
12687         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12688         test for rcirc-always-use-server-buffer-flag here.
12689         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12690         uses the default face.  Change the ACTION format string.  If the
12691         "nick" is the server, don't print anything for that field.
12692         Comment fixes.
12693         (rcirc-target-buffer): Don't test
12694         rcirc-always-use-server-buffer-flag here.
12695         (rcirc-print): Squeeze extra spaces out of the text before message.
12696         (rcirc-put-nick-channel): Strip potential "@" char from nick
12697         before adding them to nick table.
12698         (rcirc-url-regexp): Improve to match address like "foo.com".
12700 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12702         * allout.el (allout-hidden-p): Move this defsubst before
12703         allout-overlay-interior-modification-handler, where it is first
12704         used.
12706 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12708         * allout.el: Use allout invisible-text overlays instead of
12709         selective display for concealed text.  Also, lots of general
12710         cleanup, and improved compatibility code.
12712         (allout-version): Incremented, corrected, revised, and refined
12713         module commentary.
12715         (provide 'allout): Moved to the bottom, added a require of overlay.
12717         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12718         `except-current'.
12719         (allout-write-file-hook-handler): Minimize delay.
12720         (count-trailing-whitespace-region): New function so
12721         auto-encryption of current topic can resituate cursor exactly.
12722         PGP/GPG encryption trims trailing whitespace from lines, which
12723         must be accounted for across encryption then decryption.
12725         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12726         just plain "\C-c", to avoid intruding on user's keybinding space.
12728         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12729         parameter, so user request to provide a new password is done.
12731         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12732         Refined mechanism for auto-filling behavior while in allout mode.
12734         (allout-mode): Explicitly specify the mode map in the docstring.
12735         Clarify provision for various write-file hook var names.
12736         Adjusted for invisible-text overlays instead of selective-display.
12738         (allout-depth): Really return 0 if not within any topic.  This
12739         rectifies `allout-beginning-of-level' and sequence numbering
12740         errors that occur when cutting and pasting numbered topics.
12741         Changed from a in-line subst to a regular function, as well.
12743         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12745         (allout-end-of-subtree, allout-end-of-subtree)
12746         (allout-end-of-entry, allout-end-of-current-heading)
12747         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12748         (allout-show-children, allout-show-to-offshoot)
12749         (allout-hide-current-entry, allout-show-current-entry): Rectified
12750         handling of trailing blank lines between items.
12752         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12753         (allout-current-depth, allout-unprotected, allout-hidden-p)
12754         (allout-on-current-heading-p, allout-listify-exposed)
12755         (allout-chart-subtree, allout-goto-prefix)
12756         (allout-back-to-current-heading, allout-get-body-text)
12757         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12758         (allout-hide-region-body, allout-toggle-subtree-encryption)
12759         (allout-encrypt-string, allout-encrypted-key-info)
12760         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12761         (allout-file-vars-section-data): Adjusted for use with
12762         invisible-text overlays instead of selective-display.
12764         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12765         Reworked for use with invisible text overlays.
12767         (allout-current-topic-collapsed-p): New function.
12769         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12770         to know when to close the containing topic.
12772         (allout-pre-command-business, allout-post-command-business):
12773         Simplify undo-batching and dynamic isearch exposure.
12775         (allout-set-overlay-category): New for invisible-text overlays.
12776         Sets properties of allout-overlay-category, used by
12777         allout-flag-region to set invisible-text overlay properties.
12778         (allout-get-invisibility-overlay): Get the first qualifying
12779         invisibility overlay, so we can find the extent of it.
12780         (allout-back-to-visible-text): Get to just before the beginnining
12781         of the current invisibility overlay, if any.
12783         (allout-overlay-insert-in-front-handler)
12784         (allout-overlay-interior-modification-handler)
12785         (allout-before-change-handler, allout-isearch-end-handler): New
12786         functions to handle extraordinary actions affecting concealed
12787         text.
12789         (allout-flag-region): Use overlays instead of selective-display
12790         for invisible text - by inheritence from the properties of
12791         allout-overlay-category in mainline Emacs, and applied
12792         property-by-property in XEmacs, some recent versions of which
12793         don't inherit the properties from the category.  Provisions to
12794         respond to concealed-text edits simplified drastically.
12796         (allout-isearch-rectification, allout-isearch-was-font-lock)
12797         (allout-isearch-expose, allout-enwrap-isearch)
12798         (allout-isearch-abort, allout-pre-was-isearching)
12799         (allout-isearch-prior-pos, allout-isearch-did-quit)
12800         (allout-isearch-dynamic-expose)
12801         (allout-hide-current-entry-completely): Functions deleted.
12803         (allout-undo-aggregation): Explicit undo aggregation no longer
12804         necessary due to transition away from selective-display.
12806         (set-allout-regexp, allout-up-current-level)
12807         (allout-next-visible-heading, allout-forward-current-level)
12808         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12809         (allout-kill-line, allout-yank-processing, allout-show-children)
12810         (allout-expose-topic, allout-old-expose-topic)
12811         (allout-listify-exposed, allout-insert-latex-header)
12812         (allout-toggle-subtree-encryption, allout-encrypt-string)
12813         (remove-from-invisibility-spec, allout-hide-current-subtree):
12814         Ditched unused variables.
12816 2006-02-17  Agustín Martín  <agustin.martin@hispalinux.es>
12818         * textmodes/ispell.el (ispell-change-dictionary): Call
12819         ispell-buffer-local-dict instead of
12820         ispell-accept-buffer-local-defs.
12821         (ispell-local-dictionary-alist): Accept as valid any coding-system
12822         supported by Emacs.
12823         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12824         changed to iso-8859-3.
12826 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12828         * speedbar.el (speedbar-frame-width): Make an inline function
12829         instead of a macro.  Use frame-width.
12830         (speedbar-try-completion, speedbar-update-contents)
12831         (speedbar-timer-fn): Use consp.
12832         (speedbar-update-localized-contents): Try to preserve point.
12834         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12835         (menu): Re-order menu items.
12836         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12837         field.
12838         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12839         (gdb-post-prompt): Speed things by not forcing update.
12841 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12843         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12844         press and perform default action if we get a mouse movement event.
12846 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12848         * calendar/icalendar.el (icalendar--get-event-property)
12849         (icalendar--get-event-property-attributes): Fix typos in
12850         docstrings.
12852         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12853         docstring.
12855 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12857         * bs.el (bs-mode): Use `buffer-disable-undo'.
12858         (bs--get-file-name): Simplify.
12859         (bs-show-in-buffer): Mark the buffer as not modified.
12861 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12863         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12864         widget-button-click.
12866         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12867         (custom-mode): Update docstring.
12869         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12870         binding.
12872         * files.el (hack-local-variables-confirm): Allow scrolling if the
12873         file variable list is too long.  Kill temp buffer after use.
12875 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12877         * progmodes/gud.el (gdb): Improve doc string.
12878         (gdb-script-font-lock-keywords): Expand allowed character set.
12880         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12881         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12882         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12883         (gdb-separate-io-stop, gdb-separate-io-eof):
12884         Rename from gdb-inferior-* to gdb-separate-*.
12885         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12887 2006-02-14  Jay Belanger  <belanger@truman.edu>
12889         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12890         expression is a symbol before checking that it is bound.
12892         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12893         test to see if equation can be solved.
12895 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12897         * wid-edit.el (widget-button-click): Use :pressed-face property
12898         for overlay face, if it exists.
12900         * cus-edit.el (custom-manual, custom-add-see-also)
12901         (custom-add-parent-links, custom-group-link): Add :pressed-face
12902         property to links.
12904         * files.el (hack-local-variables): Remove ignored variables before
12905         checking if any variables need setting.
12907 2006-02-14  Jan Djärv  <jan.h.d@swipnet.se>
12909         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12911 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12913         * help.el (where-is): Fix message for remapped commands.
12915         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12916         Fix typos in docstrings.
12918 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12920         * files.el (safe-local-variable-values): New option.
12921         (hack-local-variables-prop-line): Return a list of variable-value
12922         pairs if MODE-ONLY is non-nil.
12923         (hack-local-variables): Construct list of variable-value pairs,
12924         and apply or reject them in one go.  Ask for confirmation if
12925         variables are not known safe.
12926         (hack-local-variables-confirm): Complete rewrite.  Support
12927         `safe-local-variable-values'.
12928         (enable-local-variables): Update docstring to reflect new
12929         behavior.
12930         (ignored-local-variables): Ignore ignored-local-variables and
12931         safe-local-variable-values.
12932         (safe-local-variable-p): New function.
12933         (risky-local-variable-p): `safe-local-variable' property check
12934         moved to safe-local-variable-p.
12935         (hack-one-local-variable): Checks moved to hack-local-variables.
12937         (byte-compile-dynamic, c-basic-offset, c-file-style)
12938         (c-indent-level, comment-column, fill-column, fill-prefix)
12939         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12940         (no-update-autoloads, outline-regexp, page-delimiter)
12941         (paragraph-start, paragraph-separate, sentence-end)
12942         (sentence-end-double-space tab-width, version-control):
12943         Add `safe-local-variable' property.
12945         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12947         * icomplete.el, play/landmark.el: Change nonexistent
12948         `outline-layout' file variable to `allout-layout'.
12950 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12952         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12953         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12954         to gud-comint-buffer.
12955         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12956         gdb-ui.el for gdb-mi.el.
12957         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12958         registers buffer to gdb-get-changed-registers.
12959         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12960         deletion of catchpoints (throw and catch).
12961         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12962         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12963         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12964         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12965         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12967 2006-02-13  Jay Belanger  <belanger@truman.edu>
12969         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12970         expression is a symbol before checking that it is bound.
12972 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12974         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12975         for the minibuffer too, but not if resize-mini-windows will interfere.
12977         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12978         inside `interactive' spec.
12979         (describe-key-briefly-internal, describe-key-internal):
12980         Functions merged back into their callers.
12982 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12984         * info.el (info-xref-visited): Inherit from info-xref too.
12985         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12986         when propertizing Info-current-file and Info-current-node.
12988 2006-02-13  Juri Linkov  <juri@jurta.org>
12990         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12991         (tumme-thumb-name): Fix per-directory format.
12993 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12995         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12997 2006-02-12  Miles Bader  <miles@gnu.org>
12999         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13001 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
13003         * tumme.el: Remove history section.  If someone needs the it, it
13004         can always be found in CVS.
13006 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13008         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
13009         about the Thumbnail Managing Standard option.
13011 2006-02-12  Richard M. Stallman  <rms@gnu.org>
13013         * subr.el (substitute-key-definition): Doc fix.
13015         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13017         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13019         * info.el (Info-mode): Doc fix.
13021         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13023 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
13025         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13026         because on Solaris a POSIX compatible "id" is needed.  Reported by
13027         Magnus Henoch <mange@freemail.hu>.
13029 2006-02-12  Juri Linkov  <juri@jurta.org>
13031         * tumme.el: Remove todo item about Thumbnail Managing Standard.
13032         (tumme) <defgroup>: Change :group to `multimedia'.
13033         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13034         Managing Standard.
13035         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13036         Fix dostring.
13037         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13038         and %y.  Fix docstring.
13039         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13040         (tumme-cmd-create-standard-thumbnail-command): New user options.
13041         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13042         is `standard'.  Fix docstring.
13043         (tumme-thumb-width, tumme-thumb-height): New user options.
13044         (tumme-external-viewer): Try to find various viewers.
13045         (tumme-get-thumbnail-image): Use `create-image' instead of
13046         constructing the `image' structure.
13047         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13048         `standard'.
13049         (tumme-thumb-name): Add file name generation for standard storage.
13050         Simplify code for other storages.
13051         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13052         Add modification time %m and thumbnail-nq8 %q.
13053         Use `tumme-cmd-create-standard-thumbnail-command' if
13054         tumme-thumbnail-storage is `standard'.
13055         (tumme-dired-insert-marked-thumbs): New autoload command.
13056         (tumme-dired-after-readin-hook): New function.
13057         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13058         `tumme-thumb-size'.
13059         (tumme-display-image): Replace size-x %x and size-y %y with
13060         width %w and height %h.
13062         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13063         `tumme-dired-insert-marked-thumbs'.
13065 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13067         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13068         include path).
13069         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13070         matching tag.
13072 2006-02-12  Miles Bader  <miles@gnu.org>
13074         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13075         New variables.
13076         (rcirc-abbrev-nick): New function.
13077         (rcirc-format-response-string): Rewrite to use the formats in
13078         `rcirc-response-formats' and expand escape sequences therein.
13079         A text-property `rcirc-text' is added over the actual response
13080         text to make easy to find inside the returned string.
13081         (rcirc-print): When filling, just look for the `rcirc-text'
13082         text-property to find the appropriate fill prefix, instead of
13083         using hardwired patterns.
13085 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13087         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13088         Managing Standard.
13090 2006-02-11  Kim F. Storm  <storm@cua.dk>
13092         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13093         Don't use insert-buffer; do insert-buffer-substring directly.
13094         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13096 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13098         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13099         with inhibit-read-only.  Suggested by Stefan Monnier.
13100         (revert-buffer): Let insert-file-contents discard
13101         buffer-undo-list.  Simplify code.
13102         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13104 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13106         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13108         * help.el (describe-key-briefly): Now a wrapper for
13109         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13110         to t.  Populate yank-menu if empty.
13111         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13112         (describe-key): Now a wrapper for describe-key-internal.  Bind
13113         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13114         (describe-key-internal): Renamed from describe-key.
13116 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13118         * progmodes/glasses.el (glasses-separator): Doc fix.
13119         (glasses-original-separator): New defcustom.
13120         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13122 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13124         * mwheel.el (mouse-wheel-up-event): Doc fix.
13126 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13128         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13129         (tumme-dir): New function.  Copied from thumbs.el.
13131 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13133         * desktop.el (desktop-outvar): Fix typo.
13134         (desktop-save-buffer-p): Doc fix.
13136         * subr.el (substitute-key-definition): Fix typo.
13138 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13140         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13141         when window-system is mac.
13143         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13145 2006-02-10  Kim F. Storm  <storm@cua.dk>
13147         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13148         indirect-function instead of using condition-case.
13150 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13152         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13153         less `colloquial'...
13155 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13157         * tumme.el: Add a couple of todo items.
13159 2006-02-09  Lars Hansen  <larsh@soem.dk>
13161         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13162         (highlight-changes-mode): Don't change desktop-locals-to-save.
13164 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13166         * image-mode.el (image-toggle-display): Clear image cache if using
13167         filename.
13169 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13171         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13172         a `dired-man' target.
13174         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13175         boundary of symbols.
13177 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13179         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13181 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13183         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13184         `mapcar'; return nil.
13186 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13188         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13189         some other event.
13191 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13193         * net/rcirc.el (rcirc-startup-channels-alist):
13194         Add irc.freenode.net and #emacs as defaults.
13195         (rcirc-ignore-all-activity-flag): Remove variable.
13196         (rcirc-authinfo): New variable.
13197         (rcirc-authinfo-filename): Remove variable.
13198         (rcirc-always-use-server-buffer-flag): New flag.
13199         (rcirc): M-x rcirc will automatically connect without prompting.
13200         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13201         connection in lisp.
13202         (rcirc-process-server-response-1): Remove everything but the nick
13203         portion of the sender so it doesn't need to be done everywhere
13204         else.  Update related code.
13205         (global-map): Remove global keybindings.
13206         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13207         (rcirc-send-input): Split into several functions.
13208         (rcirc-process-input-line, rcirc-process-message)
13209         (rcirc-process-command): New functions.
13210         (rcirc-target-buffer): New function to determine where to route
13211         messages.
13212         (rcirc-user-nick): Save match data.
13213         (rcirc-toggle-ignore-buffer-activity)
13214         (rcirc-update-activity-string): Remove global ignore functionality,
13215         which can be done now by toggling rcirc-track-minor-mode.
13216         (rcirc-track-minor-mode-map): New keymap.
13217         (rcirc-track-minor-mode): New minor-mode.
13218         (ignore): Make the ignore output nicer.  Always print it when
13219         adding or removing nicks.
13220         (rcirc-url-regexp): Improve.
13221         (rcirc-mangle-text): Remove properties before using text in the
13222         modeline.
13223         (rcirc-authenticate): Authentication data comes from
13224         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13225         (rcirc-server-prefix): Inherit from rcirc-server.
13227 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13229         * Makefile.in (compile): Append "|| true" to the end of the `find'
13230         command, like compile-always does.
13232 2006-02-08  Sam Steingold  <sds@gnu.org>
13234         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13235         output from a dead connection.
13237 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13239         * dired.el (dired-mode-map): Add more bindings for tumme.
13241 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13243         * wdired.el (wdired-mode-map): Use remap.
13244         (wdired-get-filename): Massage.
13245         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13246         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13247         `keymap' property rather than `local-map'.
13249 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13251         * tumme.el (tumme-get-thumbnail-image): New utility function.
13252         Suggested by from Chong Yidong.
13253         (tumme-dired-with-window-configuration): Rename from
13254         `tumme-dired'.  Add code to save window configuration.
13255         (tumme-restore-window-configuration): New command to restore the
13256         window configuration that `tumme-dired-with-window-configuration'
13257         saves before it changes the window configuration.
13258         (tumme-show-all-from-dir): New command to display thumbnails for
13259         all files in a directory entered by the user, like M-x thumbs.
13260         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13261         have been created.
13262         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13263         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13264         Remove obsolete test function.
13266 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13268         * vc.el (small-temporary-file-directory): Remove defvar; there's
13269         a defcustom for it in files.el.
13271         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13272         Fix typo in message.
13273         (tumme-gallery-generate): Fix typo in `error' message.
13274         (tumme-display-window-height-correction)
13275         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13276         (tumme-line-up-interactive): Dox fixes.
13277         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13278         (tumme-restore-window-configuration, tumme-format-properties-string)
13279         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13280         Fix typos in docstrings.
13282 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13284         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13286 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13288         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13289         User should use hook if desired.
13291         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13292         buffer if necessary.
13293         (gdb-delete-frame-or-window): New function.
13294         (gdb-breakpoints-mode-map): Bind "q" to it.
13296 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * textmodes/nroff-mode.el: Clean up name space.
13299         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13300         (nroff-mode): Obey the global setting of nroff-electric-mode.
13301         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13303         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13305 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13307         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13309 2006-02-06  Lars Hansen  <larsh@soem.dk>
13311         * generic-x.el (etc-fstab-generic-mode): Add file system types
13312         cifs and usbdevfs.  Allow special chars in file names.
13314 2006-02-05  Jay Belanger  <belanger@truman.edu>
13316         Update copyright notices of the files in lisp/calc.
13318 2006-02-05  Romain Francoise  <romain@orebokech.com>
13320         Update copyright notices of all files in the lisp/play directory.
13322 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13324         * ldefs-boot.el: Regenerate.
13326         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13328 2006-02-05  Kim F. Storm  <storm@cua.dk>
13330         * files.el (magic-mode-regexp-match-limit): New defvar.
13331         (set-auto-mode): Use it to limit magic-mode-alist matching.
13333 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13335         * info.el (Info-index, Info-mode): Improve the description of the
13336         `i' command.
13338         * ldefs-boot.el: Regenerate.
13340 2006-02-03  Werner Lemberg  <wl@gnu.org>
13342         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13343         greedy to find the closing bracket in \*[...] and similar
13344         expressions.  This is a first rough fix -- many additional
13345         refinements are necessary to make nroff mode really usable with groff.
13347 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13349         * international/mule-cmds.el (set-locale-environment):
13350         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13351         libX11.
13353 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13355         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13356         archive are created in archive-tmpdir.
13358 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13360         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13361         (ibuffer-fontification-alist): Use it.
13362         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13363         to "* z" and the Ibuffer Mark menu.
13365         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13367 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13369         * textmodes/table.el (*table--cell-describe-mode)
13370         (*table--cell-describe-bindings): Undo last change since
13371         print-help-return-message is not obsoleted by anything at all.
13373 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13375         * emulation/cua-base.el (cua-mode): Doc fix.
13377 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13379         * dframe.el (dframe-handle-make-frame-visible)
13380         (dframe-handle-iconify-frame, dframe-get-focus)
13381         (dframe-select-attached-frame, dframe-power-click)
13382         (dframe-frame-mode): Fix typos in docstrings.
13384         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13385         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13386         Fix typos in docstrings.
13388         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13389         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13390         (hi-lock-archaic-interface-message-used)
13391         (hi-lock-file-patterns-range): Fix typos in docstrings.
13393         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13394         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13396         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13397         Fix typo in docstring.
13399         * net/newsticker.el (newsticker--decode-iso8601-date)
13400         (newsticker--set-customvar, newsticker--buffer-insert-item)
13401         (newsticker--do-run-auto-mark-filter)
13402         (newsticker--parse-generic-feed): Doc fixes.
13403         (newsticker--retrieval-timer-list, newsticker-url-list)
13404         (newsticker-hide-immortal-items-in-echo-area)
13405         (newsticker-hide-obsolete-items-in-echo-area)
13406         (newsticker-new-item-face, newsticker--enclosure)
13407         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13408         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13409         (newsticker--parse-generic-feed, newsticker--cache-contains)
13410         (newsticker--stat-num-items, newsticker-download-enclosures):
13411         Fix typos in docstrings.
13413         * net/rcirc.el (rcirc-debug): Doc fix.
13414         (rcirc-fill-column, rcirc-receive-message-hooks)
13415         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13416         (rcirc-mode, rcirc-generate-new-buffer-name)
13417         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13418         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13419         Fix typos in docstrings.
13420         (rcirc-print): "?\ " -> "?\s".
13421         (rcirc-cmd-join): Improve argument/docstring consistency.
13423 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13425         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13426         before narrow-to-region.
13428 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13430         * simple.el (move-beginning-of-line): Scan properly for invis change.
13432         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13434 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13436         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13437         change bit only when id-format is 'integer.  Reported by Matt
13438         Hodges <M.P.Hodges@rl.ac.uk>.
13440 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13442         * hilit-chg.el (highlight-changes-initial-state)
13443         (highlight-changes-global-initial-state): Doc fixes.
13444         (highlight-changes-global-modes, global-highlight-changes):
13445         Fix typos in docstrings.
13447 2006-02-01  Kim F. Storm  <storm@cua.dk>
13449         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13450         transient-mark-mode in doc string.
13452 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13454         * replace.el (multi-occur): Doc fix.
13455         (multi-occur-in-matching-buffers): Rename from
13456         multi-occur-by-filename-regexp.  Prefix arg says match
13457         buffer names instead of file names.
13459 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13461         * bs.el: Allow non-default values of `bs-header-lines-length'.
13462         (bs--running-in-xemacs): Remove (not needed anymore).
13463         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13464         instead of `shrink-window', thus avoiding having to compute the
13465         height of the window.
13466         (bs--up): Wrap around even when there's no header.
13467         (bs--down): Use `forward-line' instead of `next-line'.
13469 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13471         * image-mode.el (image-toggle-display): Use file name if possible,
13472         instead of unnecessarily allocating a (possibly huge) lisp string.
13474 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13476         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13477         because the `assert' macro signals it at runtime.
13479         * emacs-lisp/cl.el (toplevel): Remove definition of
13480         `cl-assertion-failed' condition.
13482 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13484         * thumbs.el (thumbs-marked-list): Make buffer-local and
13485         permanent-local.
13486         (thumbs-insert-thumb): Make help-echo non-sticky.
13487         (thumbs-file-alist): Use eolp as check for (non)-image.
13489 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13491         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13492         (ediff-before-session-group-setup-hooks)
13493         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13494         Fix typos in docstrings.
13496         * window.el (bw-dir, bw-eqdir, balance-windows)
13497         (split-window-keep-point): Fix typos in docstrings.
13499         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13500         (org-quote-string, org-calendar-to-agenda-key)
13501         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13502         (org-show-following-heading, org-tags-column)
13503         (org-use-tag-inheritance, org, org-allow-space-in-links)
13504         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13505         (org-enable-table-editor, org-calc-default-modes)
13506         (org-table-allow-automatic-line-recalculation)
13507         (org-export-html-style, org-export-with-fixed-width)
13508         (org-export-with-sub-superscripts, org-special-keyword)
13509         (org-formula, org-time-grid, org-table-may-need-update)
13510         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13511         (org-goto-quit, org-get-indentation, org-end-of-item)
13512         (org-move-item-down, org-move-item-up)
13513         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13514         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13515         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13516         (org-agenda-log-mode, org-agenda-toggle-diary)
13517         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13518         (org-agenda-file-to-end, org-agenda-no-heading-message)
13519         (org-agenda-get-closed, org-format-agenda-item)
13520         (org-cmp-priority, org-cmp-category, org-cmp-time)
13521         (org-agenda-change-all-lines, org-agenda-diary-entry)
13522         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13523         (org-link-search, org-camel-to-words, org-open-file)
13524         (org-remember-handler, org-table-convert-region)
13525         (org-table-move-row-down, org-table-move-row-up)
13526         (org-table-copy-region, org-table-wrap-region)
13527         (org-table-toggle-vline-visibility)
13528         (org-table-get-vertical-vector, org-table-modify-formulas)
13529         (org-table-get-specials, org-recalc-commands)
13530         (org-table-rotate-recalc-marks, org-table-eval-formula)
13531         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13532         (org-level-color-stars-only, org-insert-heading):
13533         Fix typos in docstrings.
13534         (last-arg): Add defvar.
13536         * makefile.w32-in (WINS): Add erc.
13537         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13539 2006-01-29  Bill Wohler  <wohler@newt.com>
13541         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13542         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13543         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13544         (mh-autoloads): Don't use comments on otherwise empty lines.
13546 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13548         * emulation/viper.el (viper-major-mode-modifier-list):
13549         Add insert-state and vi-state entries for erc-mode.
13550         (viper-go-away, viper-set-hooks): Add and remove
13551         viper-comint-mode-hook from erc-mode-hook as appropriate.
13553         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13555 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13557         * bs.el (bs--format-aux): Implement `middle' alignment as
13558         described in the docstring for `bs-attributes-list'.
13559         (bs--get-name): Simplify.  Don't pad the buffer name.
13561 2006-01-27  Agustín Martín  <agustin.martin@hispalinux.es>
13563         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13564         English aspell dictionary is installed, use the first entry of
13565         ispell-dictionary-alist-1.
13567 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13569         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13570         Doc fix.
13572 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13574         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13575         for `process-file', in order to let it work for older Emacsen too.
13577 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13579         * international/latexenc.el: Add a suitable `coding:' tag.
13580         (latexenc-find-file-coding-system): Undo last change.
13582 2006-01-27  Arne Jørgensen  <arne@arnested.dk>
13584         * international/latexenc.el (latexenc-find-file-coding-system):
13585         Make sure latexenc-main-file is a regular file and is readable.
13587 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13589         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13590         Pass FILE to vc-user-login-name.
13592         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13594 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13596         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13597         there are no more images to display.
13598         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13599         the next image.
13601 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13603         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13605         * wid-edit.el (advertised-widget-backward): New alias.
13606         (widget-keymap): Use advertised-widget-backward for S-TAB.
13608         * tumme.el: Correct the keywords.
13609         (tumme-dir-max-size): Use defvar.
13610         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13612         * simple.el (move-beginning-of-line): Take account of fields.
13613         (clone-indirect-buffer-other-window): Take args like
13614         clone-indirect-buffer, and work like it.
13616         * help-fns.el (describe-function): Don't pass `nil' as default.
13618         * files.el (risky-local-variable-p): Follow var aliases.
13620         * subr.el (lazy-completion-table): Doc fix.
13622         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13623         global binding of `line'.
13625 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13627         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13628         Tramp.
13630         * vc.el (vc-default-dired-state-info): Pass FILE to
13631         vc-user-login-name.
13632         (vc-default-update-changelog): Don't use vc-user-login-name, we
13633         don't need it here.
13635         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13636         no longer necessary.
13638 2006-01-25  Kenichi Handa  <handa@m17n.org>
13640         * international/mule.el (decode-char): Avoid the overhead of
13641         calling utf-lookup-subst-table-for-decode if
13642         utf-translate-cjk-mode is nil.
13643         (encode-char): Avoid the overhead of calling
13644         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13645         nil.
13647 2006-01-22  Kenichi Handa  <handa@m17n.org>
13649         * international/mule.el (make-subsidiary-coding-system): Reset
13650         `coding-system-define-form' property of subsidiaries to nil.
13651         Avoid duplicated entry in coding-system-alist.
13652         (make-coding-system): Avoid duplicated entry in
13653         coding-system-alist.
13654         (define-coding-system-alias): Likewise.
13656 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13658         * completion.el: Minor fixes in introductory comment.
13659         (completion-def-wrapper): Fix alist.
13661 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13663         * thumbs.el (thumbs-new-image-size): New function.
13664         (thumbs-increment-image-size-element)
13665         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13666         (thumbs-decrement-image-size): Delete.
13667         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13668         temp files and use to resize.
13669         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13670         Use increment argument to enlarge/shrink.  Preserve point.
13671         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13672         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13673         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13674         (thumbs-mark, thumbs-unmark): Preserve point.
13675         (thumbs-modify-image): Keep old temp files and use to modify.
13676         Cleanup old temp files at load time.  Preserve point.
13677         (thumbs-view-image-mode-map): Use new command names.
13679 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13683         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13684         the nastiest part of the cyclic dependency.
13685         (cal-menu-update): Use dotimes and calendar-increment-month.
13687         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13688         (calendar-week-start-day): Add an :initializer.
13689         (calendar-mode-map): Use suppress-keymap, and command remapping.
13690         (describe-calendar-mode): Setup xref-stack info for the back button.
13691         (calendar-star-date): Insert before delete.
13692         (calendar-set-mode-line): Add file-modified info if applicable.
13693         (calendar-increment-month): New function.
13695 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13697         * font-lock.el (lisp-font-lock-keywords-2):
13698         Recognize "& keywords" only at word boundaries.
13700 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13702         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13703         and permanent-local.
13704         (thumbs-max-image-number): New variable.
13705         (thumbs-do-thumbs-insertion): Use them.
13706         (thumbs-per-line): Change default to 4.
13707         (thumbs-marked-list): Rename from thumbs-markedL.
13708         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13709         (thumbs-rename-images): Use -list instead of L for internal variables.
13710         (thumbs-call-convert): Use call-process instead of shell-command.
13711         (thumbs-insert-thumb): Add filename as help-echo to each image.
13712         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13713         Give dir to thumbs-show-thumbs-list.
13714         (thumbs-show-thumbs-list): Set default-directory to that of images.
13715         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13716         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13717         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13718         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13720 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13722         * ses.el (ses-read-cell): Provide a default value.
13724 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13726         * term/w32-win.el (image-library-alist): Add additional names for
13727         GIF library.
13729 2006-01-23  Arne Jørgensen  <arne@arnested.dk>
13731         * international/latexenc.el (latexenc-find-file-coding-system):
13732         Add file-regular-p check.
13734 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13736         * simple.el (clone-buffer): Don't show the new buffer in the same
13737         window.
13739 2006-01-23  Juri Linkov  <juri@jurta.org>
13741         * faces.el (link, link-visited): New faces based on default values
13742         of `info-xref' and `info-xref-visited'.
13744         * info.el (info-xref): Inherit from `link'.
13745         (info-xref-visited): Inherit from `link-visited'.
13747         * cus-edit.el (custom-buffer-create-internal): Use widget type
13748         `custom-manual' instead of `info-link' and don't set properties
13749         `button-face' and `mouse-face' explicitly.
13750         (custom-browse-group-tag, custom-browse-variable-tag)
13751         (custom-browse-face-tag): Inherit from widget class
13752         `custom-group-link' instead of `push-button'.
13753         (custom-button-unraised): Inherit from `underline' face.
13754         (custom-link): Inherit from `link' face.  Fix doc and group.
13755         (custom-add-parent-links, custom-group-value-create): Don't set
13756         properties `button-face' and `mouse-face' explicitly for
13757         `custom-group-link' widget.
13758         (custom-group-link): Add properties `button-face' and `mouse-face'
13759         to widget definition.
13760         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13761         editable-field's :keymap property.
13762         (custom-mode): Fix docstring: substitute keybindings for
13763         `widget-forward' and `widget-backward' from `widget-keymap',
13764         `widget-complete' from `custom-field-keymap', replace old
13765         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13767         * desktop.el (desktop-load-file): Check for `fboundp' before
13768         calling `symbol-function'.
13770         * simple.el (clone-buffer, clone-indirect-buffer)
13771         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13772         `read-string'.  Fix prompts.
13774         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13776 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13778         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13780 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13782         * startup.el (inhibit-splash-screen, initial-scratch-message):
13783         Doc fixes.
13785 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13787         Sync with Tramp 2.0.52.
13789         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13790         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13791         `tramp-unload-tramp' for checklist.
13793         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13794         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13795         (tramp-unload-file-name-handler-alist)
13796         (tramp-unload-tramp): New defuns.
13797         (tramp-advice-PC-expand-many-files): New defadvice.
13798         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
13799         removed.
13800         (tramp-handle-expand-file-name): Remove double slash.
13801         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13802         It doesn't matter, because it will be converted later on.
13803         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13804         implementation was just heuristic.
13805         (tramp-post-connection): Set uid and gid properties.
13806         (tramp-convert-file-attributes): Set file's gid change bit.
13807         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13808         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13809         in case of su(do)? methods.  The home directory of the local user
13810         will be taken else.
13811         (tramp-open-connection-telnet)
13812         (tramp-open-connection-rsh, tramp-open-connection-su)
13813         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13814         local shell prompt could hurt.  Reported by Romain Francoise
13815         <romain@orebokech.com>.
13816         (tramp-let-maybe): Add `edebug-form-spec' property.
13817         (tramp-handle-expand-file-name): Bind `default-directory' locally
13818         to "/" in order to avoid problems with UNC shares or Cygwin
13819         mounts.
13820         (tramp-md5-function): Fix typo in error message.
13822         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13824         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13825         for byte-compiler pacification.
13827 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13829         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13830         ID-FORMAT `string'.  This allows us to get rid of
13831         `vc-user-login-name UID'.
13833         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13835 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13837         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13839 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13841         * emacs-lisp/find-func.el (find-definition-noselect)
13842         (find-variable-noselect): Search variables in C source code too.
13843         (find-function-C-source, find-function-noselect, find-function)
13844         (find-function-other-frame, find-variable-noselect, find-variable)
13845         (find-variable-other-frame, find-variable-at-point):
13846         Fix docstrings.
13848 2006-01-21  Francesco Potortì  <pot@gnu.org>
13850         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13852 2006-01-21  Agustín Martín  <agustin.martin@hispalinux.es>
13854         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13855         Default to disabling the "Save affix" question.
13857 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13859         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13860         the first arg to run-python.
13862 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13864         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13865         is not loaded.
13867 2006-01-20  Jay Belanger  <belanger@truman.edu>
13869         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13870         limit is 0.
13872         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13873         the correct variable.
13875 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13877         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13878         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13879         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13880         (org-prefix-has-tag): New variable.
13881         (org-format-agenda-item): Remove tags from headline if
13882         appropriate.
13883         (org-agenda-remove-tags-when-in-prefix): New option.
13884         (org-get-tags-at): New function.
13886 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13888         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13889         (thumbs-find-image): Move image name and number from buffer name
13890         to mode name.  Set thumbs-buffer.  Preserve point so that large
13891         images remain visible.
13892         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13893         order.
13894         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13895         mode name.
13896         (thumbs-next-image, thumbs-previous-image): Make them work.
13898 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13900         * cus-edit.el (custom-buffer-create-internal): State in the text above
13901         the whole buffer buttons that they do not operate on hidden items.
13902         (custom-face-menu): Use `custom-face-save' instead of
13903         `custom-face-save-command'.
13904         (custom-face-save-command): Make it an alias for `custom-face-save'
13905         and declare it obsolete.
13906         (custom-face-save): Doc fix.
13908         * dired.el (dired-no-confirm): Add quote.
13909         (dired-subdir-alist-pre-R): Add quote in
13910         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13912 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * textmodes/table.el (table-mode-indicator): Typo in last change.
13916 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13918         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13919         Fixes bug reported in Nov 2005.
13921         * isearch.el (isearch-forward): Doc fix.
13923         * dired.el (dired-move-to-filename-regexp): Define as alias.
13924         (dired-no-confirm): Use defcustom.
13925         (dired-subdir-alist-pre-R): Put defvar at top level.
13927         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13929         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13930         Mark as risky.
13932         * simple.el (set-mark-command): Doc fix.
13933         (clone-indirect-buffer-other-window):
13934         Read arg like clone-indirect-buffer.
13935         (move-beginning-of-line): Skip invisible newlines.
13937 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13939         * progmodes/cpp.el (cpp-edit-load): Make the order of
13940         listed conditions in a base C code buffer and its associate
13941         CPP Edit buffer the same.
13943 2006-01-19  Kenichi Handa  <handa@m17n.org>
13945         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13946         (rmail-mime-feature): Likewise.
13947         (rmail-require-mime-maybe): Use display-warning to show a warning
13948         message.
13950         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13951         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13953 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13955         * array.el: Move defvars out of eval-when-compile.
13956         (array-make-template): Replace undeclared global var with a local one.
13957         (array-mode): Inline initialization functions.
13958         (array-init-local-variables, array-init-max-row)
13959         (array-init-max-column, array-init-columns-per-line)
13960         (array-init-field-width, array-init-rows-numbered)
13961         (array-init-line-length, array-init-lines-per-row): Remove.
13963         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13964         (doc-mode-map): Define explicitly.
13965         (doctor-txtype): Use mapc.
13967         * textmodes/table.el: Move defvars out of eval-when-compile.
13968         Remove harmful code meant to avoid byte-compiler warnings.
13969         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13970         specification that checks table-fixed-width-mode directly.
13971         (table-recognize-region, table-recognize-cell):
13972         Use restore-buffer-modified-p.
13973         (table-fixed-width-mode): Remove code that refreshes
13974         table-fixed-mode-indicator.
13975         (*table--cell-describe-bindings, *table--cell-describe-mode):
13976         Avoid obsolete name print-help-return-message.
13977         (table--test-cell-list): Don't use replace-regexp from elisp.
13978         (table--point-entered-cell-function, table--point-left-cell-function):
13979         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13981         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13982         that was after the end of file.  Use buffer-file-name variable.
13983         (org-timestamp-change): Use with-current-buffer.
13984         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13985         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13986         `file'.
13988         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13989         (fortran-break-line): Remove unused var `opoint'.
13990         (fortran-abbrev-start): Obey help-event-list.
13992 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13994         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13996 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13998         * progmodes/make-mode.el (makefile-imake-mode): New mode
13999         derived from makefile-mode.
14000         (makefile-imake-mode-syntax-table): New syntax table
14001         derived from makefile-mode-syntax-table.
14002         (makefile-mode): Write about makefile-imake-mode in doc string.
14003         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14004         (makefile-imake-font-lock-keywords): New font lock keywords.
14006         * files.el (auto-mode-alist): Add Imakefile.
14008 2006-01-17  Agustín Martín  <agustin.martin@hispalinux.es>
14010         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14011         loading the file rather than when turning on flyspell-mode.
14013 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14015         * cus-edit.el (customize-rogue): Minor doc fix.
14017 2006-01-17  Juri Linkov  <juri@jurta.org>
14019         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14020         instead of the file at the mark as default if the file at the mark
14021         is the same as the file at point or if dired-dwim-target-directory
14022         is not the same as the current directory and the mark is not active.
14024         * log-view.el (log-view-minor-wrap): Use the same logic to get
14025         revisions as `log-view-diff'.
14027         * info.el (Info-revert-find-node): Check for Info-current-file
14028         before preserving new-history.
14030         * man.el (Man-heading-regexp): Add `/'.
14032         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14033         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14035 2006-01-16  Juri Linkov  <juri@jurta.org>
14037         * faces.el (mode-line-faces): New defgroup.
14038         (mode-line-highlight): Move definition after new defgroup.
14039         (mode-line, mode-line-inactive, mode-line-highlight):
14040         Replace :group `modeline' with `mode-line-faces'.
14041         (mode-line-buffer-id): New face.
14042         (modeline-buffer-id): New face alias.
14043         (vertical-border): Remove :group `modeline'.
14045         * bindings.el (propertized-buffer-identification): Use face
14046         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14047         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14048         (mode-line-buffer-identification-keymap): For mouse-1 replace
14049         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14050         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14051         mouse-3.
14053         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14054         Buffer-menu-buffer.  Doc fix.
14055         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14056         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14057         `Buffer-menu-buffer'.
14059         * info.el (Info-mode-line-node-keymap): New defvar.
14060         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14061         Propertize Info-current-node with `mode-line-buffer-id' and
14062         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14064         * time.el (display-time-mail-face): Replace :group `faces' with
14065         `mode-line-faces'.
14067 2006-01-16  Kenichi Handa  <handa@m17n.org>
14069         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14071         * language/european.el (cp1252): New alias for windows-1252.
14073         * international/mule.el (autoload-coding-system): Prepare for EOL
14074         variants.
14076 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14078         * term.el (term-raw-map): Add mapping for insert.
14079         (term-send-insert): New.
14080         (term-mode): Make variables local here instead of doing it in
14081         `term-emulate-terminal'.
14082         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14083         Scroll reverse needs to take into account the scroll region.
14084         Saving and restoring the cursor should save the color attributes too.
14085         (term-reset-terminal): Reset the scroll region.
14086         (term-handle-ansi-escape): Cursor up and down should take into
14087         account the scroll region.
14088         (term-set-scroll-region): Rename from `term-scroll-region'.
14089         Move to 0,0 after setting the region.
14090         (term-handle-scroll): Handle scroll up.
14091         (term-down): Fix off by one error.
14092         (term-delete-lines): Do not delete outside the scroll region.
14093         (term-insert-lines): Take into account the scroll region.
14095 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14097         * textmodes/ispell.el (ispell-internal-change-dictionary)
14098         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14099         (start, end): Move declaration outside of eval-when-compile.
14101         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14102         (flyspell-mode-on): Use it.
14104         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14105         ispell-kill-ispell-hook.
14107 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14109         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14110         (Custom-reset-saved): Do not ask for confirmation in single option
14111         buffers.
14113 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14115         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14117 2006-01-13  Romain Francoise  <romain@orebokech.com>
14119         * add-log.el (add-change-log-entry, change-log-merge):
14120         Conditionally use `hard-newline'.
14122 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14124         * wid-edit.el (widget-field-end): If the overlay is no longer
14125         associated with a buffer, behave as if the overlay didn't exist.
14127         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14128         Make sure the links use the `custom-link' face.
14130 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14132         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14133         (ld-script-mode): Don't set indent-line-function since we don't
14134         have one.
14136 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14138         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14139         application.
14140         (org-file-apps-defaults-gnu): Use mailcap as the default for
14141         selecting an application on a UNIX system.
14142         (org-agenda-show-tags): New command.
14143         (org-table-insert-hline): Keep cursor in current table line.
14144         (org-table-convert): Offset effect of modifying
14145         `org-table-insert-hline'.
14146         (org-format-agenda-item): New optional argument TAG.
14147         (org-compile-prefix-format): Handle %T format for the tag.
14148         (org-expand-wide-chars): New function.
14149         (org-table-insert-row, org-table-insert-hline):
14150         Use `org-expand-wide-chars'.
14151         (org-open-file): Fix bug in program launch.
14152         (org-get-time-of-day): Fix bug with times before 1am.
14153         (org-agenda-menu): Add tags commands.
14155 2006-01-13  Agustín Martín  <agustin.martin@hispalinux.es>
14157         * textmodes/ispell.el (ispell-init-process): Include the used
14158         dictionary in ispell process start message.
14159         (ispell-internal-change-dictionary): When flyspell-mode is active
14160         and dictionary is changed, make sure ispell process is restarted
14161         and flyspell word cache cleared out for the current buffer.
14162         (ispell-change-dictionary): Make sure flyspell word cache is
14163         cleared out in all buffers with active flyspell mode when
14164         dictionary is globally changed.
14165         Call ispell-internal-change-dictionary after dictionary change.
14167 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14169         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14171         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14172         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14173         years.  Fix small differences wrt Makefile.in.
14174         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14175         Makefile.in does.
14177 2006-01-12  Bill Wohler  <wohler@newt.com>
14179         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14180         mh-search.el.
14182 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14184         * progmodes/ld-script.el: Update copyright year.
14186 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14188         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14189         Don't add widget if setting undefined.
14191 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14193         * help-fns.el (describe-variable): Remove newlines from void
14194         variable output.
14196 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14198         * wdired.el (wdired-mode-map): Add help echo for
14199         wdired-abort-changes.
14201         * man.el (Man-file-name-regexp): Adjust for a list of files.
14203 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14205         * progmodes/ld-script.el (auto-mode-alist): Support
14206         suffix conventions used in netbsd and eCos.
14208 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14210         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14211         (custom-variable-menu, custom-face-menu, custom-group-menu)
14212         (Custom-mode-menu): Change names of menu items.  (As discussed on
14213         emacs-devel.)
14214         (custom-face-menu): Add "Undo Edits" item.
14216         * startup.el (init-file-user): defcustom -> defvar.
14218         * tooltip.el (tooltip-mode): Doc fix.
14220 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14222         * reveal.el (reveal-post-command): window-buffer signals an error on
14223         dead windows rather than returning nil.
14224         (reveal-open-new-overlays): An overlay might die while we open others.
14226 2006-01-11  Bill Wohler  <wohler@newt.com>
14228         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14229         phrasing in docstring.
14231         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14232         can give some systems gas.  Add new file mh-buffers.el.
14234 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14236         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14237         C preprocessor forward ported from GNU Emacs 21.2.
14239         * progmodes/asm-mode.el (asm-font-lock-keywords):
14240         Use `cpp-font-lock-keywords'.
14242         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14244         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14245         of $ for "\\.ld[s]?".
14247 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14249         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14250         (tcl-indent-line): Return `noindent' if inside a string.
14252         * progmodes/flymake.el (flymake-split-string): Remove more than one
14253         empty string at beg/end of the result.
14254         (flymake-find-buildfile, flymake-find-possible-master-files):
14255         Use expand-file-name.
14256         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14257         since expand-file-name does it for us.  Use directory-file-name.
14258         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14259         (flymake-ler-get-type, flymake-ler-get-text)
14260         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14261         (flymake-current-line-no): Remove spurious interactive spec.
14262         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14263         (flymake-check-include): Remove arg inc-path merged into inc-name.
14264         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14265         Arg regexp-list replaced by a simple regexp.
14266         (flymake-master-make-header-init, flymake-master-tex-init):
14267         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14269 2006-01-10  Simon Josefsson  <jas@extundo.com>
14271         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14272         describing AUTH PLAIN fix.
14274 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14276         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14277         (report-emacs-bug): Don't record initial prompt text.
14278         Instead, add text properties to prompting text.
14279         (report-emacs-bug-hook): Delete prompting text.
14281 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14283         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14284         `dirs'.  Adjust callers.
14286 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14288         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14290 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * reveal.el (reveal-open-new-overlays): New extracted fun.
14293         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14294         using them.  Simplify the code.
14295         (reveal-post-command): Use them.  Fix up obsolete windows in
14296         reveal-open-spots.
14298         * progmodes/flymake.el: Use `require' rather than autoload for
14299         XEmacs's overlays.
14300         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14301         Delete.  Use file-relative-name instead.
14302         (flymake-get-syntax-check-program-args, flymake-perl-init):
14303         Simplify the resulting code.
14305         * log-view.el (log-view-file-re, log-view-message-re): Add support
14306         for DaRCS output.
14308 2006-01-09  Alex Schroeder  <alex@gnu.org>
14310         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14311         identifiers sometimes added in square brackets at the beginning of
14312         subject lines.
14314 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14316         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14317         (Custom-reset-current, Custom-reset-saved): Change question text.
14318         (Custom-reset-standard): Likewise.
14319         (custom-variable-reset-saved): Doc fix.
14321 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14323         * startup.el (init-file-user): Doc fix.
14325 2006-01-07  Alex Schroeder  <alex@gnu.org>
14327         * mail/rmail.el (rmail-current-subject): New function.
14328         (rmail-current-subject-regexp): New function.
14329         (rmail-next-same-subject): Use it.
14331         * mail/rmailsum.el (rmail-summary-by-topic):
14332         Use rmail-current-subject and rmail-current-subject-regexp.
14333         (rmail-summary-next-same-subject): Ditto.
14335         * net/rcirc.el (rcirc-send-input): No longer check whether the
14336         process is open, since not all commands need an open process.
14337         (rcirc-send-string): Check whether the process is open before
14338         sending anything.
14339         (rcirc-ignore-list): New option.
14340         (rcirc-ignore-list-automatic): New variable.
14341         (rcirc-print): Take rcirc-ignore-list into account.
14342         (rcirc-cmd-ignore): New command.
14343         (rcirc-ignore-update-automatic): New function.
14344         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14345         list if ignored nicks.
14346         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14348 2006-01-06  David Reitter  <david.reitter@gmail.com>
14350         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14351         reflect the address to which the report will be sent.
14353 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14355         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14356         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14358 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14360         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14362         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14363         the doc string: "functoin" => "function".
14364         * ldefs-boot.el: Likewise.
14366         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14367         message text: "Duplicat" => "Duplicate".
14369 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14371         * files.el (basic-save-buffer-2): If backing-up failed, reset
14372         buffer-backed-up to nil.
14374 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14376         * progmodes/gud.el (gdb-script-skip-to-head)
14377         (gdb-script-calculate-indentation): Indent for breakpoint command
14378         lists also.
14380 2006-01-05  Bill Wohler  <wohler@newt.com>
14382         * Makefile.in (compile-always): Add mh-autoloads dependency.
14383         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14384         provides it.
14385         (updates): Remove mh-autoloads dependency, since it probably has
14386         already run recently (via recompile).
14388 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14390         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14391         argument `force' to disable the flyspell-last-buffer optimization.
14392         (flyspell-mode-on): Use it.
14394         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14395         flymake-simple-cleanup.
14396         (flymake-allowed-file-name-masks): Use this new default.
14397         All the functions are now called in the right buffer rather than
14398         passing the buffer as argument.
14399         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14400         (flymake-parse-err-lines): Remove redundant buffer arg.
14401         (flymake-get-program-dir): Comment out unused function.
14402         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14403         Remove redundant buffer argument.
14404         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14405         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14407 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14409         * info.el (Info-find-node): Don't record previous node if have none.
14410         (info): Go to directory only if history is empty.
14412         * simple.el (mark): Doc fix.
14414 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14416         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14417         already of desired type.
14418         (mac-ae-list): Coerce parameter to "list" type.
14419         (mac-dispatch-apple-event): Replace cadr part of event with a
14420         dummy position so that event-start returns it.
14422 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14424         * textmodes/org.el (org-end-of-subtree): New function.
14425         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14426         Use `org-end-of-subtree'.
14427         (org-agenda, org-agenda-convert-date): Protect calls to
14428         `fit-window-to-buffer'.
14429         (org-tags-view): Force matching of sublevels when doing a
14430         todo-only search.  Define the correct redo command, including the
14431         arguments.
14432         (org-agenda-redo): Display message.
14433         (org-check-for-org-mode): New function.
14434         (org-agenda-type): New variable.
14435         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14436         Set `org-agenda-type'.
14437         (org-agenda-check-type): New function.
14438         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14439         (org-agenda-week-view, org-agenda-day-view)
14440         (org-agenda-next-date-line, org-agenda-previous-date-line)
14441         (org-agenda-log-mode, org-agenda-toggle-diary)
14442         (org-agenda-toggle-time-grid, org-agenda-date-later)
14443         (org-agenda-date-prompt, org-agenda-diary-entry)
14444         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14445         (org-agenda-convert-date, org-agenda-menu):
14446         Use `org-agenda-check-type'.
14447         (org-make-overlay, org-delete-overlay)
14448         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14449         New compatibility functions.
14450         (org-calendar-select-mouse): New command.
14452 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14454         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14455         (Custom-reset-standard): Fix y-or-n-p messages.
14456         (custom-link): New face for links.
14457         (custom-buffer-create-internal, custom-manual): Use it.
14458         (custom-face-save): Push to theme-face before setting face spec.
14460         * wid-edit.el (widget-default-mouse-face-get): New function.
14461         (widget-specify-button): Handle mouse-face like button-face.
14463         * custom.el (load-theme): Clear old theme settings if reloading.
14465 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14467         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14468         "Erase Customization" button back to same position it occupies in
14469         the individual State menus.
14471 2006-01-04  Kim F. Storm  <storm@cua.dk>
14473         * wid-edit.el (key-sequence): Rework widget to read key binding
14474         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14475         (widget-key-sequence-default-value): Default value for empty sequence.
14476         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14477         (widget-key-sequence-read-event): New command for C-q.
14478         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14479         (widget-key-sequence-value-to-external): New functions.
14481 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14483         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14484         Use expand-file-name.
14485         (flymake-delete-temp-directory): Use expand-file-name,
14486         file-name-directory, and directory-file-name.
14487         (flymake-strrchr): Delete.
14488         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14489         to the init-f function.
14490         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14491         (flymake-init-find-buildfile-dir)
14492         (flymake-init-create-temp-source-and-master-buffer-copy)
14493         (flymake-simple-make-init-impl, flymake-simple-make-init)
14494         (flymake-master-make-init, flymake-master-make-header-init)
14495         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14496         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14497         (flymake-xml-init): Remove corresponding redundant buffer argument.
14498         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14499         the default anyway.  Clean up regexps.
14501         * progmodes/flymake.el (flymake-temp-source-file-name)
14502         (flymake-master-file-name, flymake-temp-master-file-name)
14503         (flymake-base-dir): New buffer-local vars.
14504         (flymake-buffer-data, flymake-get-buffer-value)
14505         (flymake-set-buffer-value): Replace those hash-tables by the new
14506         buffer-local vars.  Update callers.
14508         * progmodes/flymake.el (flymake-check-start-time)
14509         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14510         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14511         Move definition, so we can remove redundant earlier declaration.
14512         (flymake-replace-regexp-in-string, flymake-split-string)
14513         (flymake-get-temp-dir): Use defalias.
14514         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14515         (flymake-xemacs-window-edges): Remove unused function.
14516         (flymake-get-point-pixel-pos): Move.
14517         (flymake-pid-to-names, flymake-reg-names)
14518         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14519         Replace by a simple list flymake-processes and by process-buffer.
14520         Update callers.  Other than simplify the code, it uses buffers rather
14521         than buffer-names so it doesn't get confused by uniquify.
14522         (flymake-buffer-data): The global value should just be nil.
14524         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14525         Optimize the body of a defalias like any other code.
14527         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14528         Make sure we've setup font-lock's vars.  It may influence which
14529         function we then call.
14530         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14531         here since it's too late anyway.
14533 2006-01-03  Romain Francoise  <romain@orebokech.com>
14535         * startup.el (fancy-splash-tail, normal-splash-screen):
14536         Update copyright year.
14538 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14540         * mouse.el (mouse-drag-track): Rename, from
14541         `mouse-drag-region-1'.  Includes optional argument required to
14542         enable post-drag event processing (e.g. delete region keys).
14543         Can be used without this argument to track a mouse region and operate
14544         on it as soon as the drag completes.
14545         (mouse-drag-region): Use `mouse-drag-track'.
14547 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14549         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14550         Move to `custom-buffer' group.
14552         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14553         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14554         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14555         (custom-theme-face-menu): New variables.
14556         (custom-theme-add-variable, custom-theme-variable-action)
14557         (custom-variable-reset-theme, custom-theme-delete-variable)
14558         (custom-face-reset-theme, custom-theme-face-action)
14559         (custom-theme-delete-face, custom-theme-merge-theme)
14560         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14562 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14564         * custom.el: Move Custom Themes commentary to start of theme code.
14565         (custom-known-themes): Rename `standard' theme to `changed'.
14566         (custom-push-theme): Caller no longer specifies what theme to use
14567         when doing `reset'---the setting is simply removed from the theme.
14568         Delete MODE from `theme-value' and `theme-settings' properties.
14569         (custom-declare-theme): Ignore &rest args since we don't use them.
14571         (custom-loaded-themes): Delete variable.
14572         (custom-theme-load-themes, custom-theme-loaded-p)
14573         (custom-theme-value): Delete functions.
14575         (custom-declare-theme): Signal error on invalid theme names.
14576         (provide-theme): custom-loaded-themes was deleted.
14577         (load-theme): Load the file unconditionally.
14578         (enable-theme): Call `load-theme' if theme is undefined.
14579         (custom-enabled-themes): Only update value for successful loads.
14580         (disable-theme): Complete from enabled themes when interactive.
14581         (custom-variable-theme-value): Calculate theme value directly.
14583         (custom-theme-reset-variables, custom-reset-variables): Mark as
14584         XEmacs compatibility functions.  We don't actually use these.
14586         * cus-edit.el (custom-variable-state-set):
14587         Use custom-variable-theme-value instead of custom-theme-value.
14588         (custom-face-state-set): Rename `standard' theme to `changed'.
14589         (custom-save-variables, custom-save-faces): Delete unneeded
14590         references to custom-reset-variables.
14591         (custom-save-resets): Delete function.
14592         (custom-save-variables, custom-save-faces): MODE argument deleted.
14593         (custom-save-variables, custom-save-faces): Ignore theme values.
14595         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14596         compatibility function.
14598 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14600         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14601         (Custom-reset-current, Custom-reset-saved): Likewise.
14602         (Custom-reset-standard): Show message if aborted.
14603         (custom-mode): Doc fix, describing those commands.
14605         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14606         put on event-kind property.
14608 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14610         * custom.el (provide-theme): Ban `user' theme name.
14611         (custom-enabling-themes): New variable.
14612         (enable-theme): Don't enable user if custom-enabling-themes is t.
14613         (custom-enabled-themes): Make it a defcustom.
14614         (custom-theme-recalc-face): No-op if face is undefined.
14616         * cus-edit.el (custom-button-mouse): New variable.
14617         (custom-button-mouse): New face.
14618         (custom-raised-buttons, custom-mode): Use it.
14620         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14622 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14624         * progmodes/gud.el (gud-display-line): Support hl-line in the
14625         source buffer.
14627 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14629         * mouse.el (mouse-drag-window-above): Verify that the found window
14630         overlaps with the given window in the horizontal dimension.
14632 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14634         * Makefile.in (cvs-update): New target.
14636         * makefile.w32-in (cvs-update): Ditto.
14638 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14640         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14641         (custom-new-theme-mode-map): New variable.
14643 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14645         * custom.el (custom-load-themes): Function deleted.
14647         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14648         (custom-save-variables): Don't delete or add custom-load-themes call.
14650 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * cus-start.el: Add `visible-cursor'.
14654         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14655         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14656         (flymake-process-filter): Switch to buffer before calling it instead.
14657         (flymake-post-syntax-check, flymake-highlight-err-lines)
14658         (flymake-delete-own-overlays, flymake-parse-err-lines)
14659         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14660         (flymake-count-lines, flymake-parse-residual):
14661         Remove constant buffer argument.
14662         (flymake-start-syntax-check-for-current-buffer): Remove.
14663         Update callers to use flymake-start-syntax-check instead.
14664         (flymake-display-err-menu-for-current-line):
14665         Remove unused var `mouse-pos'.
14666         (flymake-restore-formatting): Comment out unused function.
14667         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14668         argument, use current-buffer instead.  Update callers.
14670 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14672         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14673         buffer-local because choose-completion-delete-max-match requires
14674         that we set completion-ignore-case (i.e., binding via let is not
14675         sufficient).
14676         (bibtex-complete): Always set completion-ignore-case and
14677         choose-completion-string-functions.  The latter is needed because
14678         choose-completion-string-functions keeps its value if we quit the
14679         *Completions* buffer without requesting a completion.
14681 2005-12-30  Andreas Schwab  <schwab@suse.de>
14683         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14685 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14687         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14689 2005-12-30  Juri Linkov  <juri@jurta.org>
14691         * locate.el (locate-fcodes-file, locate-header-face)
14692         * progmodes/delphi.el (delphi-other-face)
14693         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14695         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14696         group `paren-showing-faces'.
14698         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14699         (goto-address): Fix docstring.
14701         * net/webjump.el (webjump-sample-sites): Update URLs.
14703         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14705         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14707 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14709         * font-lock.el (font-lock-compile-keywords): Signal an error when
14710         font-lock-set-defaults hasn't been called.
14712 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14714         * subr.el (noreturn, 1value): Doc fixes.
14716 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14718         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14719         that assoc-string returns nil.
14721 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14723         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14724         (bibtex-entry-type-str, bibtex-empty-field-re)
14725         (bibtex-search-backward-string, bibtex-preamble-prefix)
14726         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14727         (bibtex-any-valid-entry-type): New variable.
14728         (bibtex-parse-field-name): Simplify.
14729         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14730         (bibtex-preamble-prefix): Include left delimiter.
14731         (bibtex-search-forward-field, bibtex-search-backward-field):
14732         Allow unbounded search past entry boundaries (required by bibtex-pop).
14733         (bibtex-text-in-field-bounds): Use push.
14734         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14735         (bibtex-parse-preamble, bibtex-valid-entry)
14736         (bibtex-beginning-first-field): New functions.
14737         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14738         (bibtex-map-entries): Fix docstring.
14739         (bibtex-flash-head): New arg prompt.  Simplify.
14740         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14741         (bibtex-insert-kill): Simplify.  Always insert text past the
14742         current field or entry.
14743         (bibtex-format-entry): Use bibtex-parse-field.
14744         (bibtex-pop): Use bibtex-beginning-of-entry and
14745         bibtex-end-of-entry to initiate the search.  Insert empty field if
14746         we found ourselves.
14747         (bibtex-print-help-message): New args field and comma.
14748         Handle entry keys.
14749         (bibtex-make-field): Use bibtex-beginning-of-entry.
14750         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14751         invalid entry.
14752         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14753         Handle preambles.  Simplify code for thorough test.
14754         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14755         New arg comma.  Handle entry heads.
14756         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14757         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14758         New arg comma.
14759         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14760         (bibtex-fill-field): Simplify.
14761         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14762         bibtex-parse-field.
14763         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14764         (bibtex-complete): Use bibtex-parse-preamble.
14766 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14768         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14769         Display name of expression instead of convenience variable.
14770         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14772         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14773         toggle-gud-tooltip-dereference.
14774         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14775         (gud-tooltip-tips): ...here when dereferencing.
14777 2005-12-28  Bill Wohler  <wohler@newt.com>
14779         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14781 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14783         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14784         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14785         (vc-annotate-display-autoscale): Adjust call.
14786         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14787         Fix interactive spec.
14788         (vc-annotate-time-span): Remove.
14789         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14790         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14791         (vc-annotate-display-select): Use new name.
14793         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14794         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14795         Correct the construction of span entries.  Simplify.
14796         (vc-annotate-display-select): Fix the nil case.
14797         (vc-annotate): Remove obsolete (and now broken) code.
14798         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14799         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14801 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14803         * subr.el (lazy-completion-table): Correct typo in docstring.
14805         * startup.el (command-line): Use `custom-reevaluate-setting' for
14806         `send-mail-function'.
14808         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14810 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14812         * mail/smtpmail.el (smtpmail-try-auth-methods):
14813         Send credentials together with "AUTH PLAIN" command.
14815 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14817         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14818         mouse-2, go back to previously selected window, so it's selected
14819         when mouse-2 command runs.
14821 2005-12-27  Juri Linkov  <juri@jurta.org>
14823         * descr-text.el (describe-text-sexp): Use square brackets for
14824         button [Show] to distinguish it from the property value `show'.
14825         (describe-property-list): Use `insert-text-button' with
14826         `help-face' type instead of putting face in quotes, because button
14827         is not created automatically for a list of faces.
14828         (describe-text-properties-1): Put button-type value in quotes to
14829         distinguish from plain text "button".
14830         (describe-char): Display code point values in hex.  Don't use
14831         `symbol-name' for `current-input-method' because it is a string.
14832         Use `insert-text-button' with `help-face' type instead of putting
14833         hardcoded face in quotes, because button is not created automatically.
14835 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14837         * progmodes/glasses.el (glasses-face): More specific custom type.
14839         * files.el (set-visited-file-name): Doc fix.
14841         * textmodes/flyspell.el (flyspell-external-point-words):
14842         Use local var buffer-scan-pos to advance scan for next misspelling.
14843         Advance it only after we find the misspelling.
14845 2005-12-27  Agustín Martín  <agustin.martin@hispalinux.es>
14847         * textmodes/flyspell.el (flyspell-external-point-words):
14848         New criteria for finding the misspelling in the buffer.
14850 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14852         * help-mode.el (help-insert-string): Set help-xref-stack-item
14853         rather than call help-setup-xref.
14855         * descr-text.el (describe-char): Revert previous changes for
14856         optional buffer argument.
14858 2005-12-27  Juri Linkov  <juri@jurta.org>
14860         * help-mode.el (help-insert-string): New function.  Save buffer
14861         contents in cases where it is impossible to recompute the old contents.
14863         * descr-text.el (describe-char): Set help-xref-stack-item
14864         explicitly after buffer has been generated.
14866 2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
14868         * cus-start.el (all): Add x-gtk-show-hidden-files.
14870 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14872         * replace.el (perform-replace): Calculate match-again
14873         before skipping read-only matches.
14875         * paren.el (paren-showing-faces): New group.
14876         (show-paren-match, show-paren-mismatch): Move to that group.
14878         * button.el (button): Put into group `basic-faces'.
14880         * progmodes/make-mode.el: Remove faces from group `faces'.
14882         * apropos.el (apropos, apropos-value): Doc fix.
14883         (apropos-documentation): Doc fix.
14885 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14887         * subr.el (lazy-completion-table): Remove argument `args'.
14889         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14890         Don't use the `args' argument of lazy-completion-table.
14892 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14894         * descr-text.el (describe-char): Add optional argument for buffer.
14895         Set buffer appropriately.  Call help-setup-xref.
14896         Suggested by Stefan Monnier.
14898 2005-12-26  Juri Linkov  <juri@jurta.org>
14900         * descr-text.el: Require `help-fns' at runtime.  Don't require
14901         `button' for byte compilation.
14902         (describe-text-widget): Add `help-echo' for first button.
14903         Use `help-info' for second.
14904         (describe-property-list): Use `help-argument-name' instead of `italic'.
14905         (describe-text-category): Add prompt to interactive spec.
14906         Call `help-setup-xref'.
14907         (describe-char): Use `help-character-set'.  Add `help-echo' for
14908         code point.  Use `help-input-method'.  Remove superfluous insert.
14910 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14912         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14913         at point, in case of narrowing.
14915         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14917         * locate.el (locate-header-face): Allow nil in type.
14919         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14921 2005-12-25  Romain Francoise  <romain@orebokech.com>
14923         * battery.el (battery-linux-proc-acpi): Also try
14924         `/proc/acpi/thermal_zone/THM0/temperature'.
14926 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14928         * custom.el (custom-push-theme): Fix docstring.
14930         * cus-edit.el (custom-variable-set, custom-variable-save)
14931         (custom-variable-save): Custom-quote widget values.
14932         (customize-save-variable): Fix custom-push-theme call.
14934 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14936         * w32-fns.el (w32-batch-update-autoloads): New function.
14938         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14939         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14940         from the command line.
14942 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14944         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14945         reset means to remove setting from theme entirely.  Don't keep
14946         expanding theme-settings list; delete old entries if necessary.
14948         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14949         customization" button one line up.
14950         (custom-themed): New face.
14951         (custom-magic-alist): New value, THEMED, for theme settings.
14952         (custom-variable-state-set, custom-face-state-set):
14953         Check theme-value instead of saved-value.
14954         (custom-variable-reset-standard, custom-face-reset-standard):
14955         Remove theme setting entirely.  Recalculate new values.
14956         (custom-variable-set, custom-variable-set)
14957         (custom-variable-reset-saved, custom-variable-reset-backup)
14958         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14959         (custom-variable-save): Fix typos.
14961 2005-12-23  Juri Linkov  <juri@jurta.org>
14963         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14964         Add autoload cookies.
14965         (edebug-outside-d-c-i-n-s-w): New variable.
14966         (edebug-display, edebug-outside-excursion): Use it to save the
14967         original value of default-cursor-in-non-selected-windows.
14968         Set default-cursor-in-non-selected-windows to t while Edebug
14969         is active.
14970         (edebug-mode, edebug-eval-mode): Doc fix.
14972         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14973         with `buffer-substring-no-properties' to remove common substring
14974         highlighting.
14976         * info.el (info-other-window, info): Rename function argument
14977         `file' to `file-or-node'.
14978         (Info-complete-menu-item): Use local variable `complete-nodes' to
14979         keep the global value of `Info-complete-nodes' unchanged for
14980         subsequent completions.
14981         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14983         * simple.el (get-next-valid-buffer, last-buffer)
14984         (next-error-buffer-p, next-error-find-buffer)
14985         (minibuffer-history-sexp-flag): Doc fix.
14987         * savehist.el (savehist-mode-hook): Add `:group'.
14989         * log-view.el: Call autoload for vc-find-version.
14990         (log-view-current-file): Adjust subgroup numbers.
14991         (log-view-current-tag): Add `length'.
14993 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14995         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14997 2005-12-23  Juri Linkov  <juri@jurta.org>
14999         * hi-lock.el (hi-lock-archaic-interface-message-used)
15000         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15001         (hi-lock-mode): Display "Hi" in the mode line only when
15002         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15003         (hi-lock-write-interactive-patterns):
15004         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15005         (hi-lock-set-pattern, hi-lock-set-file-patterns)
15006         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15007         font-lock-add-keywords to t.
15009 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
15011         * hi-lock.el (hi-lock-highlight-range): New variable.
15012         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15013         only if font-lock-fontified is non-nil.  Remove overlays.
15014         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15015         font-lock-fontified is non-nil, otherwise use overlays (instead of
15016         text properties).
15017         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15018         New variables.
15019         (hi-lock-string-serialize): New function.
15021 2005-12-23  Jan Djärv  <jan.h.d@swipnet.se>
15023         * menu-bar.el (menu-find-file-existing): New function.
15024         (menu-bar-file-menu): Use menu-find-file-existing for Open.
15026         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15028 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15030         * vc.el: Remove unnecessary leading * in docstrings.
15031         (vc-annotate-mode-map): Move initialization into declaration.
15032         (vc-static-header-alist): Nitpick on the regexp.
15033         (vc-default-init-version): New fun.
15034         (vc-register): Use it.
15035         (vc-insert-headers): Use dolist.
15036         (vc-annotate-get-backend): Remove unused function.
15037         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15038         (vc-annotate-mode): Remove corresponding call.
15039         (vc-annotate-car-last-cons): Simplify.
15040         (vc-annotate-buffers): Remove var.
15041         (vc-annotate-backend): Make it buffer-local.
15042         (vc-annotate): Move the interaction to the interactive spec.
15043         Add a `buf' argument.
15044         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15045         killing&creating a vc-annotate buffer, which is very disruptive when
15046         the buffers are shown in dedicated frames.
15048 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15050         * descr-text.el: Add FSF as maintainer.
15051         (describe-text-mode, describe-text-mode-map)
15052         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15053         help-mode.
15054         (describe-text-widget, describe-text-sexp)
15055         (describe-property-list, describe-text-category)
15056         (describe-text-properties, describe-text-properties-1)
15057         (describe-char): Use help buttons instead of widgets.
15058         (describe-char-unicodedata-file): Make URL link in doc string.
15060 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15062         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15063         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15064         Don't include buttons that write a file when there's no file.
15065         (custom-variable-menu, custom-face-menu, custom-group-menu):
15066         Don't include commands that write a file when there's no file.
15067         (customize-browse): Reword the top-of-buffer help intro.
15068         (custom-buffer-create-internal): Fix previous change.
15069         (customize-changed-options-previous-release): Prev release is 21.1.
15070         (customize-changed-options): Doc fix.
15071         (customize-changed): New alias.
15072         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15073         Say "standard values".
15074         (Custom-reset-standard): Doc fix.
15075         (custom-face-reset-standard): Doc fix.
15077 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15080         even if font-lock-mode is non-nil since it may be t without having
15081         turned on font-lock-mode-internal.
15082         (font-lock-choose-keywords): Minor optimization.
15083         (font-lock-add-keywords, font-lock-remove-keywords)
15084         (font-lock-set-defaults): Don't call make-local-variable on a variable
15085         that we know to already be local.
15087 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15089         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15090         messages if in the minibuffer.
15092 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15094         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15095         (tex-mode-flyspell-verify, flyspell-get-word)
15096         (flyspell-external-point-words): Don't use point-min/max uselessly.
15098         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15099         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15100         don't need to show it.
15102 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15104         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15106 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15108         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15109         delete-windows-on with an inexistent buffer.
15111 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15113         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15114         Delete defcustom variable :tag names.
15116 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15118         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15119         (log-view-font-lock-keywords): Ajust subgroup numbers.
15120         (log-view-current-tag): Don't hard code the number of subgroups.
15122 2005-12-20  Juri Linkov  <juri@jurta.org>
15124         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15125         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15127         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15128         (menu-bar-non-minibuffer-window-p): Instead of checking
15129         display-multi-frame-p, use selected-frame when menu-updating-frame
15130         is nil.
15132 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15134         * align.el (align-rules-list): Use [ \t] instead of \s-
15135         for column separators in text mode.
15137 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15139         * help-mode.el (help-customize-variable, help-customize-face):
15140         Don't pop help-xref-stack as help-follow no longer pushes
15141         anything on to it.
15143 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15145         * textmodes/org.el (org-agenda-custom-commands): New option.
15146         (org-agenda): Offer custom commands on splash screen.
15147         (org-make-tags-matcher): Parser for Boolean logic added.
15148         (org-agenda-set-tags): New command.
15149         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15150         (org-set-tags): Efficiency improvements.
15151         (org-auto-align-tags): New option.
15152         (org-todo, org-demote, org-promote): Realign tags.
15153         (org-tags-completion-function): Use also "&" and "|" as separators.
15154         (org-org-menu): Agenda commands simplified.
15156 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15158         * cus-edit.el (customize-apropos, customize-apropos-options):
15159         Docstring changes.
15161         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15163 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15165         * longlines.el (longlines-mode): Wrap while widened.
15166         (longlines-decode-region, longlines-encode-region): Compute max
15167         just once.
15169 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15171         * cus-edit.el (mac): New group.
15173         * cus-start.el (all): Add user options in macterm.c.  Add test for
15174         Mac-related built-ins.  Fix test for GTK-related built-ins.
15176         * term/mac-win.el (mac-handle-language-change)
15177         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15178         (mac-services-open-selection, mac-services-mail-selection)
15179         (mac-services-mail-to, mac-services-insert-text)
15180         (mac-dispatch-apple-event): Add docstrings.
15181         (x-get-selection, mac-select-convert-to-string): Select coding
15182         system from `utf-16be' and `utf-16le' using `byteorder'.
15184 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15186         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15187         a "list" (lambda ...) rather than a real completion list.
15189         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15190         lexical-let when encountering ((lambda (...) ...) ...).
15192 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15194         * progmodes/sh-script.el (sh-mode):
15195         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15196         * textmodes/picture.el (picture-mode): Update docstrings.
15198 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15200         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15201         commands enclosed in $(ARGQUOTE)s should not be split between two
15202         lines, as that will break with GNU Make >3.80, when sh.exe is used
15203         and arg quoting is with '..'.
15204         (autoloads): Don't break the quoted --eval expression between
15205         several lines.
15207 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15209         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15210         Capture error from printing circular structures.
15212 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15214         * wid-edit.el (widget-checkbox-action): Clear undo info.
15216 2005-12-16  Bill Wohler  <wohler@newt.com>
15218         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15219         bar, not menubar in comment.
15221 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15223         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15224         After-change-functions should not clobber the match data.
15226 2005-12-16  Juri Linkov  <juri@jurta.org>
15228         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15229         instead of `buffer-substring'.
15230         (completion-common-substring): Doc fix.
15231         (completion-setup-function): Use minibuffer-completion-contents
15232         instead of minibuffer-contents.  Don't set common-string-length
15233         initially.  Remove special handling of partial-completion-mode.
15234         Move computation of completion-base-size into one cond.
15235         Call completion-base-size-function in mainbuf.  In computation of
15236         completion-base-size for file name completion don't move point to
15237         the end of the minibuffer.  Move computation of common-string-length
15238         into one cond.  Start putting faces only when common-string-length>=0.
15239         Add condition to put completions-common-part when
15240         common-string-length>0.
15242         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15243         place point at the first different character in the minibuffer
15244         even if this position is at the beginning of the minibuffer.
15246         * info.el (Info-read-node-name-1): In completion-base-size-function's
15247         lambda return 1 if common-substring or minibuffer-completion-contents
15248         starts with (, and 0 otherwise.
15250         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15251         Use `crm-current-element' for second arg of `display-completion-list'.
15253 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15255         * files.el (set-auto-mode): Look for an interpreter specified on
15256         the first line also if search for mode specification succeeded,
15257         but the mode is not known.
15259 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15261         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15262         (org-open-at-point): Implement tag searches as links.
15263         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15264         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15265         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15266         (org-agenda-dispatch): New commands.
15267         (org-use-tag-inheritance, org-tags-column): New options.
15268         (org-tab-follows-link, org-return-follows-link): New options.
15269         (org-tags): New customize group.
15270         (org-start-icalendar-file): Get local time zone.
15271         (org-tags-completion-function): New function.
15272         (org-set-font-lock-defaults): Make sure links will also be
15273         highlighted inside headlines.
15275 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15277         * term.el (term-emulate-terminal):
15278         Let term-handle-ansi-terminal-messages override what Bash says about
15279         its current directory.
15281 2005-12-16  Károly Lőrentey  <lorentey@elte.hu>
15283         * bindings.el (last-buffer): Move to simple.el.
15284         * simple.el (last-buffer): Move here.
15285         (get-next-valid-buffer): New function.
15286         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15287         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15289         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15290         * bindings.el (global-map): Ditto.
15292 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15294         * cus-edit.el: Introductory comment change.
15295         (custom-magic-alist): Change message string for the `rogue' state.
15297 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15299         * tooltip.el: Delete defcustom variable :tag names.
15301         * complete.el (partial-completion-mode): Doc fix.
15303         * textmodes/flyspell.el (flyspell-external-point-words):
15304         Use save-excursion to ensure we don't move backward in the
15305         search loop, not even one character.
15306         (flyspell-delete-all-overlays): Use remove-overlays directly.
15308         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15309         (ispell-start-process): Set that variable.
15310         Clear ispell-buffer-local-name.
15311         (ispell-internal-change-dictionary):
15312         Set ispell-current-dictionary after killing process.
15313         (ispell-buffer-local-dict):
15314         Don't set spell-personal-dictionary after killing process.
15315         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15316         (ispell-tex-skip-alists, ispell-html-skip-alists)
15317         (ispell-skip-region-alist): Mark as risky.
15319         * net/newsticker.el (newsticker--retrieval-timer-list)
15320         (newsticker--display-timer, newsticker-running-p)
15321         (newsticker-ticker-running-p): Definitions moved up.
15323 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15325         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15327 2005-12-15  David Ponce  <david@dponce.com>
15329         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15330         (recentf-edit-list, recentf-open-files): Signal an error when
15331         there is no recent file.
15333 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15335         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15336         read-only except for texinfo-format-region evaluation.
15338 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15340         * vc.el (vc-default-previous-version, vc-default-next-version)
15341         (vc-do-command): Doc fixes.
15343 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15345         * textmodes/bibtex.el (bibtex-expand-strings)
15346         (bibtex-autokey-expand-string, bibtex-name-part)
15347         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15348         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15349         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15350         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15351         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15352         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15353         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15354         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15355         (bibtex-beginning-of-last-entry): Remove.
15356         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15357         message if comma is missing but buffer is read-only.
15358         (bibtex-parse-field-text): Handle whitespaces at the end of field
15359         text.  Return 3-element list with beginning and end of field text
15360         and end of field.
15361         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15362         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15363         (bibtex-search-forward-field, bibtex-search-backward-field):
15364         Search always delimited by limits of entry.  Use more efficient
15365         search algorithms.
15366         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15367         bibtex-end-of-name-in-field.
15368         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15369         extracting the content of a field.
15370         (bibtex-text-in-field): Use search limits.
15371         (bibtex-parse-string-prefix): Handle empty string keys based on
15372         bibtex-string-empty-key.
15373         (bibtex-parse-string): Fix docstring.
15374         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15375         (bibtex-preamble-prefix, bibtex-strings): New functions.
15376         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15377         BibTeX entries (consistent with other BibTeX functions).
15378         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15379         (bibtex-search-entry): Fix docstring.  Simplify.
15380         (bibtex-flash-head, bibtex-complete-string-cleanup)
15381         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15382         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15383         (bibtex-parse-entry): New optional arg content.
15384         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15385         Use bibtex-text-in-field-bounds.
15386         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15387         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15388         bibtex-parse-string-postfix.
15389         (bibtex-find-text-internal): New function.
15390         (bibtex-remove-delimiters): Use it.
15391         (bibtex-find-text): Use it.  New optional arg help.
15392         (bibtex-complete): Handle BibTeX string and preamble entries.
15393         (bibtex-Preamble): Fix order of closing delimiters.
15395 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15397         * vc.el (vc-default-revert): New fun.
15399         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15401 2005-12-14  Romain Francoise  <romain@orebokech.com>
15403         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15404         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15405         (font-lock-remove-keywords): Likewise.
15407 2005-12-14  Juri Linkov  <juri@jurta.org>
15409         * log-view.el (log-view-diff): Doc fix.
15411         * isearch.el (isearch-query-replace): Use (mark) instead of
15412         isearch-opoint if mark is active in transient-mark-mode.
15414 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15416         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15418 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15420         * progmodes/cpp.el (cpp-face): New widget.
15421         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15423 2005-12-14  Juri Linkov  <juri@jurta.org>
15425         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15426         around `erase-buffer' and `insert'.
15428         * descr-text.el (describe-text-properties): Replace buffer name
15429         "*Help-2*" with "*Help*<2>".
15430         (describe-char): Add functions print-help-return-message,
15431         toggle-read-only.  Use help-setup-xref with nil to not store
15432         describe-char in help-xref-stack.  Use help-make-xrefs to
15433         make [back] button.
15435         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15437         * wdired.el (wdired-old-point): New internal variable.
15438         (wdired-change-to-wdired-mode): Set it buffer-locally.
15439         (wdired-abort-changes): Restore point after aborting changes.
15441 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * vc.el (vc-do-command): Add a new value t for okstatus.
15445         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15446         frame in case of errors.
15448 2005-12-13  Jan Djärv  <jan.h.d@swipnet.se>
15450         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15451         so it comes after "On the Left" in the menu.
15453 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15455         * cus-edit.el (customize-apropos, customize-apropos-options)
15456         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15458 2005-12-12  Bill Wohler  <wohler@newt.com>
15460         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15461         non-writable Subversion-controlled files by saving window
15462         configuration before calling vc-do-command.  vc-do-command calls
15463         pop-to-buffer on error which is unexpected during registration.
15465 2005-12-12  Jay Belanger  <belanger@truman.edu>
15467         * calc/README: Update the summary of changes.
15469 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15471         * descr-text.el (describe-char): Rework last fix to solve the problem
15472         is the same way it's solved for everything else in that function
15473         (i.e. by extracting the info before setting up the *Help* buffer).
15475 2005-12-12  Kim F. Storm  <storm@cua.dk>
15477         * subr.el (version-regexp-alist): Allow space as separator before
15478         non-numeric part, e.g. "1.0 alpha".
15479         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15481 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15483         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15484         Implement Logging and the keep-modes setting.
15485         (org-get-category): Make sure a string is returned.
15486         (org-log-done): New function.
15487         (org-log-done, org-closed-string): New options.
15489 2005-12-12  Jan Djärv  <jan.h.d@swipnet.se>
15491         * tooltip.el (tooltip-y-offset): Change default to 20.
15493 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15495         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15497         * frame.el (display-hourglass): Doc fix.
15499         * help.el (help-for-help-internal): Simplify entry for `a'.
15501         * info.el (Info-on-current-buffer): Doc fix.
15502         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15504         * startup.el (inhibit-splash-screen): Make this the real name.
15505         (inhibit-startup-message): Make this the alias.
15506         (command-line): Find only simple.el, and use its directory
15507         to fill in other preloaded files' names.
15508         (command-line): Deactivate the mark if deactivate-mark is set.
15510         * international/mule.el (load-with-code-conversion):
15511         Bind deactivate-mark.
15513         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15515 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15517         * cus-edit.el (customize-apropos): Avoid listing an option more
15518         than once under different aliases.  No longer list user options
15519         that are not defined with defcustom (unless a prefix arg is given).
15520         Doc fix.
15521         (customize-apropos-options): Doc fix.
15523 2005-12-11  Juri Linkov  <juri@jurta.org>
15525         * frame.el (set-background-color, set-foreground-color)
15526         (set-cursor-color, set-mouse-color, set-border-color):
15527         Add explicit prompts to read colors by `facemenu-read-color'.
15528         (show-trailing-whitespace, blink-cursor-delay)
15529         (blink-cursor-interval, display-hourglass, hourglass-delay):
15530         Remove tags.
15531         (display-hourglass, hourglass-delay): Doc fix.
15532         (cursor-in-non-selected-windows): Capitalize words in tag.
15534         * faces.el (frame-background-mode): Replace `choice-item' keywords
15535         with `const' to not make [default] button.  Change default value tag
15536         from `default' to `automatic'.  Doc fix.
15537         (trailing-whitespace) <defface>: Change group `whitespace' to
15538         `whitespace-faces'.
15540 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15542         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15544 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15546         * term/mac-win.el: Create keymap for mac-apple-event-map.
15548 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15550         * tooltip.el (tooltip-mode): Move to start of file so that it
15551         appears at top of customize buffer.
15553         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15554         Add the gud groupname.
15555         (gud-tooltip-mode): Add the tooltip groupname.
15556         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15557         avoid conflict with tooltip-use-echo-area.
15559 2005-12-10  Romain Francoise  <romain@orebokech.com>
15561         * help.el (help-for-help-internal): Add `r' in doc string.
15563 2005-12-10  Johan Bockgård  <bojohan@dd.chalmers.se>
15565         * align.el (align-regexp, align-highlight-rule):
15566         Use region-beginning and region-end instead of point and mark, so that
15567         repetition (with `repeat-complex-command') recomputes the region
15568         bounds.
15570 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15572         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15573         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15574         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15575         (balance-windows): Rewrite using the above new functions.
15577 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15579         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15580         react if global-hi-lock-mode seems intended.
15581         (global-hi-lock-mode): Renamed from hi-lock-mode.
15582         (hi-lock-archaic-interface-message-used)
15583         (hi-lock-archaic-interface-deduce): New variables.
15584         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15585         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15586         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15587         Replace hi-lock-buffer-mode with hi-lock-mode.
15589 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15591         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15592         completion list, even after a partial completion has been
15593         inserted in the current buffer.  If there are more than 1
15594         completion, redisplay the *Completions* buffer; if the
15595         completion is unique, delete the *Completions* window.
15597 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15599         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15600         strings and long subject lines that were broken into multiple
15601         lines at arbitrary places.  Handle subjects that have "Re: " in
15602         the middle.
15604 2005-12-10  John W. Eaton  <jwe@octave.org>
15606         * progmodes/octave-mod.el (octave-electric-space): Don't indent
15607         comments or strings if octave-auto-indent is nil.
15609 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15611         * term/mac-win.el: Require url when compiling.
15612         Call mac-process-deferred-apple-events after loading init files.
15613         (mac-apple-event-map): New defvar.  Define event handlers in it.
15614         (core-event, internet-event): New Apple event class symbols.
15615         (open-application, reopen-application, open-documents)
15616         (print-documents, open-contents, quit-application)
15617         (application-died, show-preferences, autosave-now, get-url):
15618         New Apple event ID symbols.
15619         (about): New HICommand ID symbol.
15620         (mac-event-spec, mac-event-ae): New macros.
15621         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15622         (mac-ae-selection-range, mac-ae-text-for-search)
15623         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15624         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15625         and Services menu events are now defined in mac-apple-event-map.
15626         (mac-drag-n-drop): Remove selection range handling.
15628 2005-12-10  Kenichi Handa  <handa@m17n.org>
15630         * simple.el (zap-to-char):
15631         * isearch.el (isearch-process-search-char): Translate CHAR by
15632         translation-table-for-input.
15634 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15636         * foldout.el (foldout-exit-fold): Properly hide subtree.
15638 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15640         * files.el (save-buffer):
15641         * international/ucs-tables.el (ucs-set-table-for-input):
15642         * mail/mail-extr.el (mail-extract-address-components):
15643         * mail/sendmail.el (mail-mode): Reformat doc string.
15645 2005-12-09  Juri Linkov  <juri@jurta.org>
15647         * isearch.el (isearch-highlight): Change main overlay priority
15648         from 1 to 1001.  Simplify.
15649         (isearch-lazy-highlight-update): Change lazy overlay priority
15650         from 0 to 1000.
15652         * replace.el (replace-highlight): Change overlay priority from
15653         1 to 1001.
15655         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15656         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15658         * compare-w.el (compare-windows-highlight): Change overlay
15659         priority from 1 to 1000.
15661         * menu-bar.el (menu-bar-edit-menu): Add listp around
15662         pending-undo-list to disable menu item "undo" when pending
15663         undo list is empty.
15665         * locate.el (locate): Disable undo in *Locate* buffer.
15667 2005-12-09  Kim F. Storm  <storm@cua.dk>
15669         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15671 2005-12-09  David Ponce  <david@dponce.com>
15673         * recentf.el: Improvement of the menu code.
15674         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15675         instead of menu hook.
15676         (recentf-show-menu, recentf-hide-menu): New functions.
15677         (recentf-menu-customization-changed, recentf-mode): Use them.
15678         (recentf-menu-action, recentf-max-menu-items)
15679         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15680         (recentf-arrange-by-rule-others)
15681         (recentf-arrange-by-rules-min-items)
15682         (recentf-arrange-by-rule-subfilter): Don't use
15683         `recentf-menu-customization-changed'.
15684         (recentf-arrange-rules): Likewise.  Accept functions to compute
15685         sub-menu titles.
15686         (recentf-menu-filter): Likewise.  Doc fix.
15687         (recentf-menu-value-shortcut): Doc fix.
15688         (recentf-dump-variable): Quote atom value.
15689         (recentf-make-menu-items): Update to use it as a menu filter.
15690         (recentf-match-rule): New function.
15691         (recentf-arrange-by-rule): Use it.
15692         (recentf-indirect-mode-rule): New function.
15693         (recentf-build-mode-rules): Use it.
15694         (recentf-dir-rule): New function.
15695         (recentf-arrange-by-dir): Use it.
15696         (recentf-filter-changer-current): Rename from
15697         `recentf-filter-changer-state'.  All references updated.
15698         (recentf-filter-changer-alist): Update filter names.
15699         (recentf-filter-changer-select): New function.
15700         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15701         available in `recentf-filter-changer-alist'.
15702         (recentf-data-cache, recentf-clear-data)
15703         (recentf-update-menu): Remove.  All references updated.
15704         (recentf-match-rule-p, recentf-build-dir-rules)
15705         (recentf-filter-changer-goto-next)
15706         (recentf-filter-changer-get-current)
15707         (recentf-filter-changer-get-next): Remove.
15709 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15711         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15712         buffer "Reset" button to "Reset to Current" for consistency with
15713         the State buttons.
15715 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15717         * ibuf-ext.el (define-ibuffer-filter filename):
15718         If `dired-directory' is a list then really use its car.
15720 2005-12-08  Kim F. Storm  <storm@cua.dk>
15722         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15723         Fix indention of text on right side of replaced rectangle.
15725 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15727         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15728         No need to check gud-comint-buffer is bound.
15729         (gdb): Prevent multiple debugging when first session uses gdba.
15731 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15733         CC Mode update to 5.31.
15735         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15736         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15737         We might do this function properly in the future).
15739         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15740         New macros c-sentence-end and c-default-value-sentence end, to cope
15741         with Emacs 22's new function `sentence-end'.
15743 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15745         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15746         compat issue using `c-put-overlay' and `c-delete-overlay'.
15748         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15749         New compat macros to handle overlays/extents.
15751 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15753         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15754         (for GNU Emacs 20.4).
15756         * progmodes/cc-defs.el
15757         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
15759         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15760         highlighting mechanism so it will work in XEmacs too.
15762         * progmodes/cc-defs.el: Insert c-int-to-char.
15764         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15765         call to the new macro c-int-to-char.  This solves XEmacs's
15766         regarding characters as different from integers.
15768 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15770         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15771         New internal helper.
15773         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15774         construct to make the indirect face lookup work in XEmacs.
15776         (c-cpp-matchers): Append the negation char face to the existing
15777         fontification, so that the cpp face doesn't disappear.
15778         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15779         and strings.
15781         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15782         to map to `font-lock-negation-char-face' in emacsen where it exists.
15784 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15786         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15788         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15789         Rename "c-subword-move-mode" as "c-subword-mode".
15791         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15792         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15794 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15796         * progmodes/cc-mode.el: Added autoload directive for
15797         `c-subword-move-mode' for use in older emacsen.
15799 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15801         * progmodes/cc-mode.el:
15802         (i): Insert a binding for C-c C-backspace into
15803         c-bind-special-erase-keys which works in TTYs.
15804         (ii): Make sure that when file styles are used, any explicitly
15805         given style variables take priority over those in the style.
15806         Do this by calling `hack-local-variables' a second time.
15808         * progmodes/cc-vars.el: Add language specific customization
15809         widgets for AWK to c-doc-comment-style, c-require-final-newline
15810         and c-default-style.  Add a defcustom for awk-mode-hook.
15811         Give c-syntactic-element and c-syntactic-context doc-strings by
15812         directly setting their `variable-documentation' propery.
15813         This allows Emacs 22.1 to read these with C-h v.
15815         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15817 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15819         * progmodes/cc-fonts.el, cc-vars.el
15820         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15821         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15822         Masatake YAMATO.
15824         (c-doc-comment-style): Made GtkDoc default in C mode.
15826         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15827         and C-c C-<delete>.
15829         (c-bind-special-erase-keys): New function for use on
15830         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15832         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15833         <delete> key behavior in XEmacs according to `delete-forward-p'.
15834         C.f. `c-electric-delete'.
15836 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15838         * progmodes/cc-mode.el: Give c-hungry-backspace and
15839         c-hungry-delete-forward permanent key bindings.
15841         * progmodes/cc-cmds.el (c-electric-semi&comma):
15842         Bind c-syntactic-context for calls to "criteria functions", for
15843         consistency with other calls to user functions.
15845         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15846         `current-prefix-arg', since this might be the prefix arg to a
15847         command which calls c-indent-command as a function.  Change the
15848         interactive spec from "p" to "P".
15850         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15851         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15852         was difficult to understand.
15854 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15856         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15857         first char of an identifier.
15859         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15860         +" syntax in C++.
15862 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15864         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15865         auto-fill doesn't split a c-comment's last word from a hanging
15866         "*/" when a space is typed between them after fill-column.
15868         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15870         * progmodes/cc-styles.el (c-set-style)
15871         (c-setup-paragraph-variables): Abort the command if we're not in a
15872         CC Mode buffer.
15874         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15875         with blank comment-prefix, and a blank line as the comment's
15876         second line.
15878 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15880         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15881         Incorporate the patterns added in the Emacs development branch
15882         for the new Emacs 22 face `font-lock-negation-char-face'.
15884         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15885         of "red" since it stands out better in xterms and DOS terminals.
15887         * progmodes/cc-engine.el (c-literal-faces):
15888         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15890 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15892         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15893         forcibly enable c-electric-flag.
15895         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15896         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15897         after the comment-prefix of a C-style comment will close that comment.
15899 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15901         * progmodes/cc-fonts.el (c-basic-matchers-before)
15902         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15903         in Pike.
15905         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15906         digraphs.
15908         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15909         (c-cpp-message-directives, c-cpp-include-directives)
15910         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15911         (c-cpp-expr-directives): Introduce new language constants to
15912         control cpp syntax in a cleaner way.
15914         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15916         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15918         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15919         (c-multiline-string-start-char): New language constants and
15920         variables to specify how newlines in string literals work.
15922         (c-font-lock-invalid-string): Use them.
15924         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15925         unbalanced close brace is entered.  Optimization by avoiding going
15926         back over arbitrarily large blocks.  Removed hints that this
15927         function only would be relevant/useful in AWK.
15929         (c-electric-brace): Indent syntactically after the cleanups since
15930         lineup functions might do it differently then.
15932         * progmodes/cc-engine.el, cc-langs.el
15933         (c-opt-op-identifier-prefix): New language constant and variable.
15935         (c-just-after-func-arglist-p, c-after-special-operator-id)
15936         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15938         * progmodes/cc-align.el, cc-engine.el
15939         (c-after-special-operator-id): New helper to handle C++ operator
15940         identifiers.
15942         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15943         (c-guess-basic-syntax): Handle C++ operator identifiers in
15944         declarations.
15946         * progmodes/cc-langs.el (c-assignment-operators): Add the
15947         trigraph version of ^= too.
15949         * progmodes/cc-langs.el (c-assignment-operators): Add the
15950         trigraph version of |= in C++.
15952         * progmodes/cc-fonts.el (c-font-lock-declarators):
15953         Handle `c-decl-hangon-kwds' after the identifier name.
15955         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15956         whether an arglist is "nonempty", ignore a comment after the open
15957         paren if it isn't followed by a non-comment token on the same line.
15959         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15960         Enable heuristics below the point to cope with classes inside special
15961         brace lists in Pike.
15963 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15965         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15967 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15969         * progmodes/cc-guess.el (cc-guess-install): New function to
15970         install an already guessed style in another buffer.
15972         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15973         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15974         anyway if the change always is undone.
15976 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15978         Implement togglable electricity:
15980         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15981         saying when it should be used.
15983         * progmodes/cc-engine.el: Add the new buffer-local variable,
15984         c-electric-flag.
15986         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15987         c-toggle-auto-newline.
15989         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15990         c-toggle-auto-newline.  Remove the binding for
15991         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15992         c-toggle-electric-state.
15994         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15996         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15997         c-\(forward\|backward\)-subword.
15998         (c-update-modeline): Add the new modeline flag `l' for
15999         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
16000         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16001         Make the old name an alias of the new name.
16002         (c-toggle-electric-state): New function.
16003         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16004         Adapt these functions to do electric things only when
16005         c-electric-flag is non-nil.
16006         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16007         new functions from c-electric-brace.
16008         (c-point-syntax): Add a check for "virtual semicolons" in AWK
16009         mode, so that the tentative extra newline doesn't change the
16010         syntax of the following brace.
16011         (c-electric-brace): Restructure by extracting the above functions.
16012         Tidy up the coding somewhat.
16013         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16014         restructure a bit.
16016 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16018         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16019         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
16021         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16022         (c-submode-indicators): Change name from `c-auto-hungry-string'
16023         since it's now used to track another submode.
16025         (c-update-modeline): Convert to function and extended to check
16026         `c-subword-move-mode'.
16028         (c-forward-into-nomenclature, c-backward-into-nomenclature):
16029         Convert to compat aliases for `c-forward-subword' and
16030         `c-backward-subword'.
16032         * progmodes/cc-subword.el: New functions and minor mode to handle
16033         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16035         (c-forward-subword, c-backward-subword, c-mark-subword)
16036         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16037         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16038         Functions corresponding to the standard word handling functions.
16040         (c-subword-move-mode): Minor mode that replaces all the standard
16041         word handling functions with their subword equivalences.
16043 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16045         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16046         entry for one-liner-defun.
16048         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16049         name in its def-edebug-spec.
16051         * progmodes/cc-cmds.el (c-electric-brace): Make the
16052         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16053         compacts space before a comment, if this will make things fit on
16054         one line.
16056         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16058         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
16060         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16061         clean-up one-liner-defun.
16063         * progmodes/cc-styles.el: Add the new "awk" style.
16065         * progmodes/cc-vars.el: Add description of one-liner-defun to
16066         c-cleanup-list's doc-string.  New user options,
16067         c-max-one-liner-length.  In c-default-style, set the default style
16068         for AWK to "awk".
16070 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16072         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16073         macros inside labels.
16075         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16076         `c-at-statement-start-p' and `c-at-expression-start-p'.
16078         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16079         error if the mark isn't set.
16081         * progmodes/cc-engine.el (c-guess-continued-construct)
16082         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16083         accurately detect functions inside functions.
16085         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16086         like `c-at-statement-start-p' that additionally recognizes commas
16087         and expression parentheses as delimiters.
16089         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16090         to avoid heuristics that doesn't work for unclosed blocks.
16091         (c-at-statement-start-p): New function.
16093         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16094         Objective-C directives, e.g. directives spanning lines should work
16095         reasonably well now.
16097         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16099         (c-forward-objc-directive): New function to move over any ObjC
16100         directive.
16102         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16103         (c-basic-matchers-before): Use it.
16105         (c-font-lock-objc-iip-decl): Remove.
16107         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16108         in the template arglist recognition.
16110         * progmodes/cc-styles.el (c-style-alist): Fix several
16111         inconsistencies in the Whitesmith style.
16113         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16114         New lineup function to get lines after Whitesmith style blocks
16115         correctly indented.
16117         (c-lineup-whitesmith-in-block): Back out the compensation for
16118         opening parens since it's done using `add' lists in the style
16119         definition instead.  Don't use the anchor position since it varies
16120         too much between the syntactic symbols. :P
16122         * progmodes/cc-vars.el (c-valid-offset): Update.
16124         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16125         lists where the offsets are combined according to several
16126         different methods: `first', `min', `max', and `add'.
16127         Report offset evaluation errors with `c-benign-error' so that some kind
16128         of reindentation still is done.
16130         * progmodes/cc-engine.el (c-guess-basic-syntax):
16131         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16132         `arglist-close'.
16134         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16135         situations for `arglist-cont-nonempty' and `arglist-close'.
16137         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16139         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16140         cc-bytecomp-boundp' in a number of places.
16142         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16143         macro related issue.
16145 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16147         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16148         list is now [asdf], a char class [:alpha:].
16149         Include code for char classes.
16150         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16151         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16153         Remove (nearly all of) the cruft associated with AWK Mode's former
16154         concept of "virtual semicolons":
16156         Adapt c-beginning-of-statement, c-end-of-statement (together with
16157         subfunctions) to use the new notion of "virtual semicolon" in
16158         place of the old awkward special handling for AWK.  There remains
16159         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16160         * progmodes/cc-cmds.el:
16161         (c-ascertain-adjacent-literal): In the backwards direction, now
16162         recognises AWK regexp delimiters as string delimiters.
16163         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16164         check more rigorously for "end of macro".
16165         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16166         virtual semicolons;
16167         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16168         out the code for forward movement into ...
16169         (c-end-of-statement): Now contains the code for forward movement,
16170         adapted for virtual semicolons.
16172         * progmodes/cc-engine.el:
16173         (c-ws*-string-limit-regexp): New regexp.
16174         (c-forward-single-comment, c-backward-single-comment): Comment out
16175         the (now redundant) "special" AWK stuff.
16177         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16178         c-string-par-start, c-string-par-separate to be more like Text
16179         Mode than Fundamental Mode.
16181 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16183         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16184         to the fontified region so that fontification doesn't occur
16185         outside it (could happen e.g. when fontifying a line with an
16186         unfinished declaration).
16188 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16190         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16191         start of the file.  ^L now separate sections of the file.
16192         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16193         (c-awk-one-line-possibly-open-string-re)
16194         (c-awk-regexp-one-line-possibly-open-char-class-re)
16195         (c-awk-one-line-possibly-open-regexp-re)
16196         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16197         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16199         Amend the concept of "virtual semicolons" (in the indentation
16200         engine) for languages like AWK, such that they are now
16201         conceptually attached to end of the last token of a statement, not
16202         the end of the line.  (In AWK Mode, however, the pertinent text
16203         property is still physically set on the EOL.)  Remove the specific
16204         tests for awk-mode, thus facilitating the introduction of other
16205         language modes where EOLs can end statements.
16206         (Note: The funtionality in cc-cmds.el, specifically
16207         c-beginning/end-of-statement has yet to be amended.)
16209         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16210         New macros.
16212         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16213         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16214         c-vsemi-status-unknown-p-fn (in a new page).
16216         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16217         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16218         numerous awkward forms like
16219         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16220         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16221         variable before-ws-ip, the place just after char-before-ip appears.
16223         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16224         a comment.
16226 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16228         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16229         `c-tentative-buffer-changes'.
16231         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16232         convert to macro to choose between Emacs and XEmacs at compile time.
16234         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16236         (c-tentative-buffer-changes): New macro to handle temporary buffer
16237         changes in a convenient way.
16239         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16240         for `c-tentative-buffer-changes'.
16242         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16243         the checks for paren sexps between the point and the keyword, to
16244         avoid some false alarms.
16246         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16247         Fixed a situation where an error could be thrown for unbalanced
16248         parens.  Changed to make use of c-keyword-member' to avoid some
16249         repeated regexp matches.
16251         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16252         These language variable are no longer necessary.
16254         (c-block-stmt-kwds): New language constant used by
16255         c-looking-at-inexpr-block'.
16257         (c-guess-basic-syntax): Remove an optional check that looked at
16258         the existence of the now removed language variables.
16260         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16261         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16262         object instantiation expressions as declarations in some contexts.
16263         This bug only affected languages where the declarator can't be
16264         enclosed in parentheses.
16266         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16267         insert newlines before and after substatement braces.
16269         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16270         function declaration headers and the handling of C++ style member
16271         init lists.
16273         (c-just-after-func-arglist-p): Rewritten to use
16274         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16276         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16278         (c-guess-basic-syntax): Adapt case 5B for the new
16279         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16280         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16281         covers all cases now).
16283         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16285 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16287         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16288         c-string-par-start/separate c-sentence-end-with-esc-eol,
16289         initialised in c-setup-paragraph-variables, used in string
16290         scanning subroutines of c-beginning-of-statement.
16292         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16293         which precedes the newly inserted `{'.
16295 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16297         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16298         function for declaration level blocks.  It should now cope with
16299         templates better and also be a lot more comprehensible.
16301         (c-looking-at-decl-block): The new function.
16303         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16304         for compatibility.
16306         (c-add-class-syntax, c-guess-continued-construct)
16307         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16309         (c-decl-block-key): Change to tell apart ambiguous and
16310         unambiguous keywords.  Pike specials are now handled directly in
16311         the code instead.
16313         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16314         New language constants and variables to make the backward skip in
16315         `c-looking-at-decl-block' as tight as possible.
16317         (c-nonsymbol-token-char-list): New language constant.
16319         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16320         find balanced template arglists backwards.
16322         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16323         making char classes for `c-syntactic-skip-backward'.
16325         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16326         16D - can't be a class-close at that point.
16328         * progmodes/cc-engine.el (c-guess-basic-syntax)
16329         (c-add-class-syntax): Don't narrow out the enclosing declaration
16330         level.  This makes everything a lot easier, and it was actually
16331         only four small places that needed it to work.  Some places that
16332         previously did `widen' are removed now, which has the effect that
16333         `c-guess-basic-syntax' never will look at things outside the
16334         current narrowment now.  The anchor position for `topmost-intro'
16335         is affected by this, but it was so bogus it was basically useless
16336         before, and now it's equally bogus but in a slightly different way.
16338         (c-narrow-out-enclosing-class): Gone.
16340         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16341         the narrowed region.
16343         (c-least-enclosing-brace): Remove silly optional argument.
16345         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16346         the point could be left directly after an open paren when finding
16347         the beginning of the first decl in the block.
16349         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16350         Specify which submatch to use.
16352         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16354         (c-decl-start-re): No longer any need for special treatment of
16355         ObjC due to the above.
16357         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16358         presumably follows C in that regard.
16360         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16361         New language constants to specify operator tokens inside
16362         identifiers in a more high level way.
16364         (c-opt-identifier-prefix-key): New internal language constant.
16366         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16367         (c-identifier-start, c-identifier-key): Now completely calculated
16368         from other constants.
16370         (c-identifier-last-sym-match): Decommission since it's no longer used.
16372         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16374         * progmodes/cc-engine.el (c-forward-name): Remove the
16375         optimization when c-identifier-key is equal to c-symbol-key since
16376         it doesn't work in byte compiled files.  Don't record empty
16377         regions as identifiers.
16379         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16380         simplify access to `c-operators' and its likes.
16382         (c-operator-list, c-all-op-syntax-tokens)
16383         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16384         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16385         (c-primary-expr-regexp, c-cast-parens): Use it.
16387         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16388         an explicit language in functions.
16390         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16391         variant of adornment.
16393         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16394         variable.
16396         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16397         the Pike value.
16399         * progmodes/cc-engine.el (c-on-identifier)
16400         (c-simple-skip-symbol-backward): Small fix for handling "-"
16401         correctly in `skip-chars-backward'.  Affected the operator lfun
16402         syntax in Pike.
16404         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16405         diagnostic message about precompiled language vars not being used.
16407         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16408         "__attribute__" is followed by a parenthesis.
16410         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16411         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16412         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16414         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16415         Internal cleanups to properly detect the declared identifiers in
16416         various declarations.
16418         (c-decl-start-kwds): New language constant to recognize
16419         declarations that can start anywhere.  Used for class declarations
16420         in Pike.
16422         (c-specifier-key, c-not-decl-init-keywords)
16423         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16424         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16426         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16427         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16428         handling of the compiler specific extension keywords into a new
16429         language constant `c-decl-hangon-kwds' that defines keyword
16430         clauses to be ignored in declarations.
16432         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16433         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16434         Necessary to stop at the declared identifier in e.g. IDL valuetype
16435         declarations.
16437         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16438         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16439         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16440         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16441         class and enum declarations as such and not as part of the type.
16443         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16444         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16446         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16447         declarations when there's some syntax error later on.
16449         (c-complex-decl-matchers): Did away with a reference to
16450         `c-specifier-key'.
16452         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16453         value - this variable is always dynamically bound.
16455         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16456         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16457         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16458         functions that might do hidden buffer changes: All such internal
16459         functions are now marked instead of those that don't.
16461         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16462         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16463         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16464         (c-literal-type): Allow these functions to make hidden buffer changes,
16465         so that they are free to use text property caching later on.
16467         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16468         (c-electric-brace, c-electric-slash, c-electric-star)
16469         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16470         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16471         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16472         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16473         with the changed semantics of the functions above.
16475         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16476         when macros occur in obscure places.  Optimized the sexp movement
16477         a bit.
16479 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16481         Enhancements for c-beginning-of-statement to work in AWK Mode:
16483         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16484         (completed statement) with `}' (statement completed by closing
16485         brace or semicolon) and `$' (statement completed by EOL).
16487         (c-awk-virtual-semicolon-ends-prev-line-p)
16488         (c-awk-virtual-semicolon-ends-line-p)
16489         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16490         (c-awk-at-statement-end-p): New functions.
16492         * progmodes/cc-cmds.el: Simplify the structure of functions
16493         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16494         two functions and c-beginning-of-statement to handle AWK Mode.
16496         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16497         c-backward-single-comment for AWK mode.  Attempt to clarify their
16498         doc-strings.
16500         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16502 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16504         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16505         label handling.  Labels are now recognized in a uniform and more
16506         robust way, regardless of context.  Text properties are put on all
16507         labels to recognize the following declarations better.
16508         Multiword labels are handled both in indentation and fontification for
16509         the benefit of language extensions like Qt.  For consistency, keywords
16510         in labels are now fontified with the label face instead.
16511         That also applies to "case" and "default".
16513         (c-beginning-of-statement-1): Fix some bugs in the label
16514         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16515         with `c-label-kwds'.
16517         (c-find-decl-spots): Support that the callback adds more
16518         `c-decl-end' spots to find.
16520         (c-forward-decl-or-cast-1): Don't treat a list of plain
16521         identifiers followed by a colon as a declaration.
16523         (c-forward-label): New function to recognize labels.
16525         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16526         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16527         earlier since they aren't so context sensitive now.  Handle labels
16528         on the top level gracefully.  Moved access label recognition to
16529         the generic label case (CASE 15) - removed CASE 5E.
16531         (c-font-lock-declarations): Add recognition of labels in the
16532         same round since we need to handle labels in parallell with other
16533         declarations to recognize both accurately.  It should also improve
16534         speed.
16536         (c-simple-decl-matchers, c-basic-matchers-after):
16537         Move `c-font-lock-labels' so that it only is used on decoration level 2
16538         since `c-font-lock-declarations' handles it otherwise.
16540         (c-complex-decl-matchers): Remove the simplistic recognition of
16541         access labels.
16543         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16544         with labels earlier.
16546         (c-decl-start-re): New language variable to make
16547         `c-font-lock-declarations' stop for the special protection labels
16548         in Objective-C that start with `@'.
16550         (c-label-key): Remove since it's no longer used.
16552         (c-recognize-colon-labels, c-label-prefix-re): New language
16553         constants to support recognition of generic colon-terminated labels.
16555         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16556         are colon terminated labels.
16558         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16559         first argument starts with a special brace list.
16561         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16562         (c-font-lock-declarations): Break out the declaration and cast
16563         recognition from `c-font-lock-declarations' to a new function, so
16564         that it can be used in the indentation engine.
16566         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16567         up to the start of the literal.  Fixed bug with the point on the
16568         wrong side of the search limit that could happen when the start
16569         position is inside a literal.
16571         * progmodes/cc-engine.el (c-parse-state)
16572         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16573         so that it's kept a little bit back to increase the hit rate.
16575         (c-parse-state): Change the macro handling and fixed some
16576         glitches.  Macro context is checked more often than necessary now,
16577         but otoh less garbage conses are generated.
16579         * progmodes/cc-engine.el (c-parse-state)
16580         (c-invalidate-state-cache): Cache the last position where
16581         `c-state-cache' applies.  This can speed up refontification quite
16582         a bit in blocks where there are many non-brace parens before the point.
16584         (c-state-cache-end): New variable for this.
16586         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16587         cache variable.
16589         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16590         get close initial continue positions when the start position is
16591         inside a literal or macro.  Do not call the callback for spots
16592         before the start position (which can happen e.g. for `c-decl-end'
16593         spots inside comments).  Optimize better in special cases when the
16594         region is a single line inside a literal or macro (typically when
16595         the current line is refontified).
16597         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16598         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16599         entries from the paren state.
16601         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16602         special case for "else if" clauses.
16604         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16605         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16607         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16608         New language variable to recognize the gcc extension with statement
16609         blocks inside expressions.
16611         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16612         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16613         no longer used and hence removed.
16615         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16616         to `c-add-stmt-syntax'.
16618         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16619         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16620         This fixes bogus label recognition.
16622         * progmodes/cc-engine.el (c-add-type, c-check-type)
16623         (c-forward-name, c-forward-type): Improve storage of template
16624         types in `c-found-types' so that they can be recognized better.
16626         (c-syntactic-content): Add option to skip past nested parens.
16628         * progmodes/cc-engine.el (c-forward-name):
16629         Set `c-last-identifier-range' all the time.  It's less work that way.
16630         Handle that there might not be an identifier to store in
16631         `c-last-identifier-range'.
16633         (c-forward-type): Handle that `c-last-identifier-range' might be
16634         nil from `c-forward-name'.
16636         * progmodes/cc-defs.el (c-safe-scan-lists)
16637         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16639         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16640         to work even if the form fails.
16642         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16643         down in a large file in one go.
16645         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16647         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16648         function which is like `c-lineup-math' but returns nil instead of
16649         `c-basic-offset' when it doesn't match.
16651         (c-lineup-math): Change to use `c-lineup-assignments'.
16653 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16655         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16656         c-beginning-of-statement.  New subfunctions
16657         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16659 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16661         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16662         hardcoded char classes whereever possible.  Changed a couple of
16663         places to use skip by syntax instead of skip by char class.
16665         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16666         Fix a bug in the regexp that caused extreme backtracking.
16668         * progmodes/cc-langs.el (c-block-comment-starter)
16669         (c-block-comment-ender): New language constants to specify in a
16670         single place how block comments look.
16672         (c-comment-start-regexp, c-block-comment-start-regexp)
16673         (comment-start, comment-end, comment-start-skip)
16674         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16675         (c-syntactic-ws, c-nonempty-syntactic-ws)
16676         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16677         `c-line-comment-starter', `c-block-comment-starter' and
16678         `c-block-comment-ender'.
16680         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16681         New language constants to break up things a bit.
16683         (c-simple-ws): New language constant for simple whitespace.
16685         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16687         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16688         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16689         newlines.  Allow and ignore nil elements in the list.
16691 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16693         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16694         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16696         * progmodes/cc-cmds.el: Tidy up the comments in
16697         c-beginning-of-statement and subfunctions.
16699         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16700         more flexible c-put-char-property and c-clear-char-properties.
16701         Add the author's email address.
16703         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16705         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16706         closing "*/" of a block comment.
16708         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16709         subfunctions) so that it works at BOB and EOB.
16711         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16712         c-beginning-of-statement, including new variable
16713         c-block-comment-start-regexp.
16715 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16717         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16718         symbols from `*-font-lock-extra-types' so that there's no need to
16719         use `regexp-opt' on those lists.
16721         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16722         `c-type-modifier-kwds' is empty.
16724         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16725         there are several strings on the same line.
16727         * progmodes/cc-engine.el (c-literal-limits): Remove the
16728         compatibility function for older emacsen.  `c-literal-limits-fast'
16729         has now taken the place of this function.
16731         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16732         with older emacsen: We now require `pps-extended-state'.
16734 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16736         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16737         which obviates the need to hack sentence-end.  This now handles
16738         escaped newlines in strings correctly.  Correct minor bugs in
16739         c-move-over-sentence and in c-beginning-of-statement.
16741         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16742         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16743         that movement over macros and code are rigorously separated from
16744         eachother.  Correct a few incidental bugs.
16746         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16747         Improve its doc-string.  Improve the handling of certain specific cases.
16749 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16751         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16752         (c-guess-basic-syntax): Change the way class-level labels are
16753         recognized; they can now contain essentially any symbols.
16755         (c-opt-extra-label-key): New language variable to cope with the
16756         special protection label syntax in Objective-C.
16758         (c-opt-access-key): Remove; this is now handled better by
16759         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16761         (c-complex-decl-matchers): Update to handle that
16762         `c-opt-access-key' no longer exists.
16764         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16765         improved label recognition in `c-beginning-of-statement-1'.
16767         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16768         Recognize bitfields better.
16770         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16771         Remove some cruft and fixed a bug that could cause it to go to a
16772         position further down.
16774         * progmodes/cc-langs.el, cc-engine.el
16775         (c-beginning-of-statement-1): Improve detection of labels in
16776         declaration contexts.
16778         (c-beginning-of-decl-1): Use it.
16780         (c-nonlabel-token-key): New language constant and variable needed
16781         by `c-beginning-of-statement-1'.
16783         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16784         manifested itself due to the correction in `c-forward-sexp'.
16786         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16787         Make these behave as documented when used at the buffer limits.
16789         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16790         (c-type-decl-end-used): Made this a language variable.
16792         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16793         correctly when `combine-after-change-calls' is used together with
16794         temporary narrowings.
16796         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16797         Report labels correctly when the start point is immediately after the
16798         colon.
16800         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16801         Remove since it isn't used anymore.
16803         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16804         bracket arglists such as template parens in C++.
16806         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16807         in the last check-in.  Some optimization.
16809         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16810         where it could stop at the same level in a preceding sexp when
16811         PAREN-LEVEL is set.
16813         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16814         text property lookup only when it's needed.
16816         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16817         Change the policy for paren marked angle brackets to be more
16818         persistent; once marked they remain marked even when they're found
16819         to be unbalanced in the searched region.  This should keep the
16820         paren syntax around even when individual lines are refontified in
16821         multiline template arglists.
16823         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16824         to control markup so that incorrect angle bracket arglists aren't
16825         marked in contexts where the correct value for
16826         `c-disallow-comma-in-<>-arglists' isn't known.
16828         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16829         argument has become `c-parse-and-markup-<>-arglists'.
16831         (c-remove-<>-arglist-properties): Remove - no longer used.
16833         (c-after-change-check-<>-operators): New function used on
16834         `after-change-functions' to avoid that "<" and ">" characters that
16835         are part of longer operators have paren syntax.
16837         (c-<>-multichar-token-regexp): New language variable used by
16838         `c-after-change-check-<>-operators'.
16840         (c-after-change): Call `c-after-change-check-<>-operators'.
16842         (c-font-lock-<>-arglists): Use the context properties set by
16843         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16844         correctly to avoid doing invalid markup.
16846         (c-font-lock-declarations): Remove code that undoes the invalid
16847         markup done by `c-font-lock-<>-arglists'.
16849         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16850         after `c-font-lock-declarations'.
16852         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16853         Add paren-level feature.
16855         (c-guess-basic-syntax): Improve the anchor position for
16856         `template-args-cont' in nested template arglists.  There's still
16857         much to be desired in this area, though.
16859 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16861         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16862         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16864 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16866         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16867         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16869         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16870         it doesn't work no longer are supported.
16872         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16873         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16874         requires support for the syntax-table' text property, which rules
16875         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16876         cruft associated with those versions.
16878         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16879         for the `syntax-table' text property, which rules out Emacs 19 and
16880         XEmacs < 21.4.  Removed various compatibility cruft associated
16881         with those versions.
16883         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16884         support for the `syntax-table' text property.
16886         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16887         variable and use an extra quoted face name instead.  All the
16888         emacsen flavors handle that correctly.
16890         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16891         (c-font-lock-declarators, c-font-lock-declarations)
16892         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16893         property to mark the items in in declarator lists to handle
16894         refontification inside multiline declarations better.
16896         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16897         construct like "a * b = c;" as a declaration.
16899 2005-12-08  Kim F. Storm  <storm@cua.dk>
16901         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16902         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16903         select either meta, hyper, or super modifier for rectangle commands.
16904         (cua--rectangle-modifier-key): New defvar.
16905         (cua--M/H-key): Use it.  Remove special case for `space'.
16906         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16907         on X, to meta otherwise.  Always bind C-return to toggle
16908         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16910         * emulation/cua-rect.el (cua-help-for-rectangle):
16911         Use cua--rectangle-modifier-key.  Handle super modifier too.
16912         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16913         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16915         * ido.el: Move Acknowledgements and History after Commentary.
16916         Minor changes to Commentary.
16918         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16919         keymap if cua--prefix-override-timer is `shift'.
16920         (cua--shift-control-prefix): New function; emulate "type prefix
16921         key twice" functionality to handle shifted prefix key override.
16922         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16923         New commands.
16924         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16926 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16928         * textmodes/org.el (org-insert-heading): Try to do items before
16929         headings.
16930         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16931         (org-insert-item): New function.
16932         (org-renumber-ordered-list): Don't skip to higher level lists.
16934 2005-12-08  Juri Linkov  <juri@jurta.org>
16936         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16938         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16940         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16942         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16943         the constructed function name fun-1.
16945         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16946         because such links don't lead to parent documentation.
16948 2005-12-08  Kenichi Handa  <handa@m17n.org>
16950         * descr-text.el (describe-char): Use *Help-2* buffer if the
16951         current buffer is *Help*.  Call describe-text-properties while
16952         setting the original buffer.
16954 2005-12-07  Bill Wohler  <wohler@newt.com>
16956         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16957         and causes problems with non-MH users (such as Gnus users).
16959 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16961         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16962         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16963         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16964         command "info sources".  Move calls to GDB command "list".
16965         (gdb-find-file-hook): Just use gdb-source-file-list.
16966         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16967         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16968         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16969         (gdb-data-list-register-values-handler): Use correct trigger name.
16971 2005-12-07  Kim F. Storm  <storm@cua.dk>
16973         * ido.el (ido-completion-map): Rename from ido-mode-map.
16974         (ido-common-completion-map, ido-file-completion-map)
16975         (ido-file-dir-completion-map, ido-buffer-completion-map):
16976         Rename from ido-mode-....-map.
16977         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16978         (ido-setup-completion-map): Rename from ido-define-mode-map.
16979         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16980         to ido-completion-map.
16982 2005-12-07  Kenichi Handa  <handa@m17n.org>
16984         * international/mule-cmds.el
16985         (set-display-table-and-terminal-coding-system): If the coding
16986         system specified in `unibyte-display' property is different from
16987         the arg coding-system, don't setup standard-display-table.
16989 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16991         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16992         that comments end at \n, regardless of selective-display.
16994 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16996         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16997         (gdb-version): New variables.
16998         (gdb-source-file-list, gdb-register-names)
16999         (gdb-changed-registers): New variables for use with GDB 6.4+.
17000         (gdb-ann3): Replace with...
17001         (gdb-init-1, gdb-init-2): ...two new functions.
17002         (gdba, gdb-prompt): Call gdb-init-1.
17003         (gdb-get-version): New function.  Call gdb-init-2 from here.
17004         (gud-watch): Make it work with mouse events too.
17005         (gdb-post-prompt): Don't add to queue until GDB version is known.
17006         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17007         (gdb-locals-mode): Use gdb-version.
17008         (gdb-memory-format-map, gdb-memory-unit-map)
17009         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17010         (gdb-locals-font-lock-keywords-1)
17011         (gdb-locals-font-lock-keywords-2): New variables.
17012         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17013         (gdb-set-gud-minor-mode-existing-buffers-1)
17014         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17015         (gdb-var-update-1, gdb-var-update-handler-1)
17016         (gdb-data-list-register-values-handler)
17017         (gdb-data-list-register-values-custom)
17018         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17019         (gdb-stack-list-locals-handler, gdb-get-register-names):
17020         New functions for use with GDB 6.4+.
17021         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17022         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17023         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17024         (gdb-stack-list-locals-regexp)
17025         (gdb-data-list-register-names-regexp): New regexps for use with
17026         GDB 6.4+.
17028 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17030         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17032 2005-12-06  Nozomu Ando  <nand@mac.com>
17034         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17035         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17036         <seallan@verizon.net>.
17038 2005-12-06  Károly Lőrentey  <lorentey@elte.hu>
17040         * frame.el (set-frame-parameter): Add doc string.
17042 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17044         * textmodes/org.el (org-occur-highlights): New variable.
17045         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17046         (org-highlight-sparse-tree-matches): New option.
17047         (org-do-occur): New function.
17048         (org-get-heading): Make it work also at beginning of line.
17049         (org-category-table): New variable.
17050         (org-get-category-table, org-get-category)
17051         (org-camel-to-words, org-link-search): New functions.
17052         (org-select-this-todo-keyword): New variable.
17053         (org-todo-list): New command.
17054         (org-shiftright, org-shiftleft): New commands.
17055         (org-agenda-todo): Add prefix argument.
17056         (org-show-hierarchy-above): New option.
17057         (org-show-todo-tree): Numerical prefix creates tree for specific
17058         TODO keyword.
17059         (org-outline-level): New function, to assign a level to plain
17060         lists items.
17061         (org-cycle-include-plain-lists): New option.
17062         (org-mode): Use `org-outline-level' as value of `outline-level'.
17063         (org-cycle): Temporarily switch `outline-regexp' if
17064         `org-cycle-include-plain-lists' is non-nil.
17065         (org-start-icalendar-file): Fix format bug.
17066         (org-agenda-get-day-entries): Create category table.
17067         (org-agenda-get-todos, org-agenda-get-timestamps)
17068         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17069         (org-agenda-get-blocks): Use `org-get-category'.
17070         (org-context-in-file-links): Rename from
17071         `org-line-numbers-in-file-links'.
17073 2005-12-06  Romain Francoise  <romain@orebokech.com>
17075         * window.el (balance-windows): Delete extraneous third arg in call
17076         to `enlarge-window'.
17078 2005-12-06  Kenichi Handa  <handa@m17n.org>
17080         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17082 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17084         * progmodes/gdb-ui.el (gdb-var-create-handler)
17085         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17086         (gdb-var-list-children-handler, gdb-var-update-handler):
17087         Current buffer is already gdb-partial-output-buffer, don't
17088         make it current again.
17090 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17092         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17093         (list-buffers-noselect): Use it.
17095 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17097         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17098         (mail-yank-ignored-headers): Use regexp-opt.
17099         (mail-mode-map): Move initialization into declaration.
17100         (mail-sent-via): Remove unused shadowed var `to-line'.
17101         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17102         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17103         (mail-do-fcc): Use dolist and push.
17104         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17105         (mail-yank-ignored-headers): Don't autoload.
17107 2005-12-05  Kenichi Handa  <handa@m17n.org>
17109         * international/mule-cmds.el (set-language-info-internal): New fun.
17110         (set-language-info): Call set-language-info-internal to update
17111         language-info-alist.  If LANG-ENV is the current one, call
17112         set-language-environment to make INFO effective now.
17113         (set-language-info-alist): Likewise.
17114         (locale-language-names): With locale "en", use English
17115         lang. env. but set the default codings to iso-8859-1.
17117 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17119         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17120         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17121         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17122         for plain strings.
17123         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17124         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17125         Create registers buffer if necessary.  Echo new state in minibuffer.
17126         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17128 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17130         * info.el (Info-fontify-node): Match external links using
17131         non-directory part of filename.
17133 2005-12-04  Juri Linkov  <juri@jurta.org>
17135         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17136         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17137         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17138         because there is no customization option for it.
17140         * font-lock.el (lisp-font-lock-keywords-1):
17141         Add define-global-minor-mode.
17143         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17145         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17146         properties on the constructed variable names.
17148         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17149         Put `definition-name' properties on the constructed function names
17150         next-sym and prev-sym.
17152         * emacs-lisp/find-func.el (find-function-regexp):
17153         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17154         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17155         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17156         and easy-menu-define.
17158         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17159         easy-mmode-define-global-mode and define-global-minor-mode.
17160         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17162         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17163         instead of easy-mmode-define-global-mode.
17165         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17166         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17168         * cus-edit.el (customize-group, customize-group-other-window):
17169         Filter out autoloaded options from the group completion list by
17170         using heuristics that autoloaded groups don't have `custom-autoload'
17171         property on their symbols (they have only `custom-loads').
17173         * simple.el (completion-setup-function): Put completions-common-part
17174         face on complete completion string too (i.e. completion string
17175         without completions-first-difference face).
17177         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17179 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17181         * view.el (view-mode): Doc fix.
17183         * disp-table.el (standard-display-european): Add to the warning
17184         message a reference to the doc string.
17186         * play/yow.el (apropos-zippy): Call print-help-return-message,
17187         similar to other Help and Apropos commands.
17189         * help.el (print-help-return-message): If pop-up-frames is
17190         non-nil, set up help-return-method to delete the help window and,
17191         possibly, its frame as well, and don't display message about
17192         scrolling the help window.  Doc fix.
17193         (help-return-method): Doc fix.
17195 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17197         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17198         whereby names of length one or names starting with a
17199         symbol-constituent character would not be returned.
17201 2005-12-03  Johan Bockgård  <bojohan@dd.chalmers.se>
17203         * subr.el (atomic-change-group): Add edebug and indentation spec.
17205 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * completion.el (save-completions-file-name): Fix typo in last change.
17209 2005-12-02  Jan Djärv  <jan.h.d@swipnet.se>
17211         * info.el: Move back/forward history to the beginning of the tool bar.
17213 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17215         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17216         Add fset of allout-real-isearch-abort during compile to fix
17217         byte-compilation warnings.
17218         (allout-mode-p): Move definition of this macro above all uses, or
17219         byte compilation in barren Emacs (eg, during Emacs build) will
17220         lack the definition.
17221         (allout-mode): Move this variable above any uses, or byte
17222         compilation will fail.
17223         (allout-resolve-xref): Remove use of personal file-reference function.
17224         (allout-toggle-current-subtree-encryption): Do the current (ie,
17225         visible containing) topic, rather than nearest around point.  Doc fix.
17226         (allout-toggle-subtree-encryption): New function, workhorse that
17227         works on nearest topic containing point.
17228         (allout-encrypt-string): Signal requirement for newer version of pgg.
17229         (allout-resumptions): Doc fix.
17231 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17233         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17235 2005-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
17237         * textmodes/flyspell.el (flyspell-external-point-words):
17238         Consider a misspelling as found in the string search if: (a) misspelling
17239         and found string lengths match, or (b) misspelling is found as
17240         element in a boundary-chars separated longer string, or (c)
17241         ispell-program-name is really ispell and misspelling is found as
17242         part of a TeX string.  After successful match move beginning of
17243         search region to end of match.  Warn about not found misspellings
17244         once the process is done.
17245         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17247 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17249         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17250         tool bar (removed inadvertently).
17252 2005-12-02  Juri Linkov  <juri@jurta.org>
17254         * log-view.el (log-view-diff): Clarify doc string.
17256 2005-12-01  Bill Wohler  <wohler@newt.com>
17258         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17259         triggers lm-verify errors.
17261 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17263         * simple.el (transient-mark-mode, line-number-mode)
17264         (column-number-mode, size-indication-mode): Remove `:require nil'.
17266 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17268         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17269         in the margin also.
17270         (gdb-breakpoints-mode-map): Use D instead of d for
17271         gdb-delete-breakpoint.
17272         (gdb-get-frame-number): Require a number to match on.
17273         (gdb-threads-mode-map): Add follow-link binding.
17275 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17277         * isearch.el (isearch-mode-map): Avoid exiting search on
17278         language-change event.
17280 2005-11-30  Romain Francoise  <romain@orebokech.com>
17282         * speedbar.el (speedbar-default-position): New defcustom.
17283         (speedbar-frame-reposition-smartly): Use it.
17285         * dframe.el (dframe-reposition-frame-emacs): Fix position
17286         computation for `left' location.
17287         Update copyright year.
17289 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17291         * help.el (help-map): Move initialization into declaration.
17293         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17295         * help-fns.el (help-argument-name): Don't autoload.
17296         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17297         to be re-loaded when customizing the `help' group.
17299 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17301         * help-fns.el (describe-function-1): Fill arglist output.
17303 2005-11-30  Kim F. Storm  <storm@cua.dk>
17305         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17306         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17307         after revert-buffer (or anything else which kills all local variables).
17309         * apropos.el (apropos-parse-pattern): Doc fix.
17310         Set apropos-regexp directly, rather than expecting callers to do so.
17311         (apropos-command, apropos, apropos-value, apropos-documentation):
17312         Simplify calls to apropos-parse-pattern.
17314 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17316         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17317         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17318         (hi-lock-write-interactive-patterns): Use comment-region.
17320         * longlines.el (longlines-mode): Add mail-setup-hook.
17322         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17324         * simple.el (sendmail-user-agent-compose, next-line):
17325         Conditionally use hard-newline.
17327 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17329         * international/latexenc.el (latex-inputenc-coding-alist):
17330         Reword doc string.
17332 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17334         * help.el (describe-key-briefly, describe-key): Recognize default
17335         bindings.
17337 2005-11-29  Romain Francoise  <romain@orebokech.com>
17339         * view.el (view-inhibit-help-message): New defcustom.
17340         (view-mode-enter): Use it.
17342 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17344         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17345         Preserve user position.
17347 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17349         * font-lock.el: Throw error if facemenu is not loaded to prevent
17350         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17352         * loadup.el: Add comment explaining why facemenu must be loaded
17353         before font-lock.
17355 2005-11-28  Jay Belanger  <belanger@truman.edu>
17357         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17358         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17360         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17362         * calc/calc-embed.el (calc-do-embedded): Update help message.
17364         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17366 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17368         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17370         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17371         called-interactively-p.
17372         (elp-profilable-p): Rename from elp-not-profilable-p.
17373         Invert result and take into account macros and autoloaded functions.
17374         (elp-instrument-function): Update call.
17375         (elp-instrument-package): Update call.  Add completion.
17376         (elp-pack-number): Use match-string.
17377         (elp-results-jump-to-definition-by-mouse): Merge into
17378         elp-results-jump-to-definition and then remove.
17379         (elp-output-insert-symname): Make help echo text single-line.
17381         * replace.el (query-replace-map): Move initialization into declaration.
17382         (occur-engine): Use with-current-buffer.
17383         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17384         (occur-mode-mouse-goto): Replace with an alias.
17386 2005-11-28  Juri Linkov  <juri@jurta.org>
17388         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17390         * term/w32-win.el: Bind [S-tab] to [backtab].
17392         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17393         `Info-find-file' to t.
17395         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17396         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17397         and same-window-regexps.
17398         (occur-next-error): Don't move point for arg 0.
17400 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17402         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17404 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17406         * log-edit.el (log-edit-changelog-use-first): New var.
17407         (log-edit-changelog-ours-p): Use it.
17408         (log-edit-insert-changelog): Set it with new arg `use-first'.
17409         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17410         (log-edit-hook): Add them to the list of suggested options.
17412         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17413         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17414         redundant work.
17415         (flyspell-mode-on): Use add-hook for after-change-functions.
17416         (flyspell-mode-off): Use remove-hook for after-change-functions.
17417         (flyspell-changes): Make it buffer-local.
17418         (flyspell-after-change-function): Make it non-interactive.  Use push.
17419         (flyspell-post-command-hook): Check input-pending-p while processing
17420         the potentially long list of buffer changes.
17422 2005-11-28  Károly Lőrentey  <lorentey@elte.hu>
17424         * buff-menu.el (list-buffers-noselect): Display the selected
17425         frame's buffer list, not the global one.
17427 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17429         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17430         that (list last-input-event) works as in interactive spec.
17432 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17434         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17435         `facemenu-keymap' needs to be defined when font-lock is loaded.
17436         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17438 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17440         * completion.el: Remove useless leading * in defcustom docstrings.
17441         (save-completions-file-name): Use ~/.emacs.d if available.
17442         (completion-standard-syntax-table): Rename from
17443         cmpl-standard-syntax-table and fold initialization into declaration,
17444         thus removing cmpl-make-standard-completion-syntax-table.
17445         (completion-lisp-syntax-table, completion-c-syntax-table)
17446         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17447         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17448         (symbol-under-point, symbol-before-point)
17449         (symbol-under-or-before-point, symbol-before-point-for-complete)
17450         (add-completions-from-c-buffer): Use with-syntax-table.
17451         (make-completion): Don't return a list of completion entries.
17452         Update callers.
17453         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17454         (completion-initialize): Rename from initialize-completions.
17455         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17456         (kill-emacs-save-completions): Collect stats here.
17457         (save-completions-to-file, load-completions-from-file):
17458         Use with-current-buffer.
17459         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17460         into a function.  Move all calls to toplevel.
17461         (completion-lisp-mode-hook): New fun.
17462         (completion-c-mode-hook, completion-setup-fortran-mode):
17463         Set the syntax-table here.  Use local-set-key.
17464         (completion-saved-bindings): New var.
17465         (dynamic-completion-mode): Make it into a proper minor mode.
17466         (load-completions-from-file): Remove unused var `num-uses'.
17468         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17469         constructor if it is explicitly overridden.
17471         * complete.el (PC-completion-as-file-name-predicate):
17472         Use minibuffer-completing-file-name.
17473         (partial-completion-mode): Use find-file-not-found-functions.
17474         (PC-lisp-complete-symbol): Use with-syntax-table.
17475         (PC-look-for-include-file): Remove dead setq.
17476         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17477         (PC-complete): Use with-current-buffer.
17479         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17480         escape single quotes.
17482 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17484         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17485         of `if' whose condition always returned nil.  Doc fix.
17487         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17488         window's buffer the current buffer around the call to
17489         `list-buffers-noselect'.  This is necessary to mark that buffer
17490         with a `.' in the Buffer Menu when called from Lisp, for instance
17491         by Auto Revert Mode.
17493 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17495         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17496         attaching to it.
17497         (gdb-pre-prompt): Make sure gdb-error is reset.
17499         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17500         with a child process, detect it.
17501         (gud-speedbar-buttons): Match regexp more carefully.
17503 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17505         * mouse.el (mouse-drag-move-window-bottom):
17506         Use adjust-window-trailing-edge.
17508 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17510         * simple.el (blink-matching-open): Ignore
17511         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17512         (blink-matching-paren-on-screen): Update docstring.
17514         * paren.el (show-paren-mode): No longer change
17515         `blink-matching-paren-on-screen'.
17517 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17519         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17520         (gdb-threads-select, gdb-edit-register-value):
17521         Use `posn-set-point' instead of `mouse-set-point' because the
17522         latter is not fbound when configured without X.
17524 2005-11-27  Kim F. Storm  <storm@cua.dk>
17526         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17527         existing face when partially highlighting a TAB in a rectangle.
17529 2005-11-26  Kim F. Storm  <storm@cua.dk>
17531         * ido.el (ido-mode-map): Doc fix.
17532         (ido-mode-common-map, ido-mode-file-map)
17533         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17534         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17535         parent for ido-mode-map instead of building from scratch.
17536         (ido-init-mode-maps): New defun to initialize new maps.
17537         (ido-mode): Call it.
17538         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17539         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17541 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17543         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17544         `mouse-set-point' because the latter is not fbound when configured
17545         without X.
17547 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17549         * files.el (file-relative-name): Doc fix.
17551 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17553         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17554         non-empty string for secondary prompt PS2.
17556 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17558         * progmodes/compile.el (compilation-setup): Fix last change.
17560 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17562         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17563         (gdb-mouse-toggle-breakpoint-margin)
17564         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17565         Add gdb-server-prefix to keep out of command history.
17566         (gdb-edit-register-value): New function.
17567         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17568         (gdb-info-registers-custom): Use above map.
17570 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17572         * custom.el (enable-theme): Signal error if argument is not a
17573         theme.  Don't recalculate a face if it's not loaded yet.
17575         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17576         the `user' theme is in effect.
17578         * info.el (Info-on-current-buffer): Record actual filename in
17579         Info-current-file, instead of t, or a fake filename if a non-file
17580         buffer.  Make autoload.
17581         (Info-find-node, Info-revert-find-node): No need to check for
17582         Info-current-file nil.
17583         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17584         Info-current-file is now never `t'.
17585         (Info-fontify-node): Many simplifications due to Info-current-file
17586         always being valid.  Use Info-find-file to find node filename.
17588 2005-11-25  David Kastrup  <dak@gnu.org>
17590         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17591         new character, then delete" in order to preserve markers.
17593 2005-11-25  David Ponce  <david@dponce.com>
17595         * recentf.el (recentf-arrange-by-rule): Handle a special
17596         `auto-mode-alist'-like "strip suffix" rule.
17597         (recentf-build-mode-rules): Handle second level auto-mode entries.
17599 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17601         * emulation/viper-keym.el (viper-ESC-key): Use different values
17602         in terminal and window modes.
17604         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
17605         add jde-javadoc-checker-report-mode.
17607         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
17609         * ediff.el (ediff-date): Change the date of last update.
17611 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17613         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17614         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17615         (hi-lock-mode): New global minor mode.
17616         (turn-on-hi-lock-if-enabled): New function.
17617         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17618         Change arguments to regexp and face instead of a font-lock pattern.
17619         Directly set face property, instead of refontifying.
17620         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17621         (hi-lock-find-patterns): Use line-number-at-pos.
17623         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17624         arguments for hi-lock-set-pattern.
17625         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17626         Call font-lock-fontify-buffer.
17627         (hi-lock-find-file-hook, hi-lock-current-line)
17628         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17630         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17631         turned off.
17633         * progmodes/compile.el (compilation-setup): Don't fiddle with
17634         font-lock-defaults.
17636 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17638         * progmodes/gdb-ui.el (gdb-var-create-handler)
17639         (gdb-var-list-children-handler): Find values for all variable
17640         objects.  gud-speedbar-buttons decides whether to display them.
17642 2005-11-24  Romain Francoise  <romain@orebokech.com>
17644         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17645         buffer name with a space.
17647 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17649         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17650         `org-export-local-list-max-depth'.  Change default value to 3.
17651         (org-auto-renumber-ordered-lists)
17652         (org-plain-list-ordered-item-terminator): New options.
17653         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17654         (org-get-indentation, org-get-string-indentation)
17655         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17656         New functions.
17657         (org-move-item-down, org-move-item-up): New commands.
17658         (org-export-as-html): New classes for CSS support.  Bug fix in
17659         regular expression detecting fixed-width regions.  Respect
17660         `org-local-list-ordered-item-terminator'.
17661         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17662         also a list item.
17663         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17664         New item moving functions.
17666 2005-11-24  Juri Linkov  <juri@jurta.org>
17668         * isearch.el (isearch-repeat): With empty search ring set
17669         `isearch-error' to the error string instead of signaling error
17670         with the function `error'.
17672 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17674         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17676 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17678         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17679         and variable.
17680         (gdb-var-create-handler, gdb-var-list-children-handler):
17681         Don't match on "char **...".
17682         (gdb-var-update-handler): Find values for all variable objects.
17683         (gdb-info-frames-custom): Identify frames by leading "#".
17685         * progmodes/gud.el (gud-speedbar-menu-items): Add
17686         gdb-speedbar-auto-raise as radio button.
17687         (gud-speedbar-buttons): Raise speedbar if requested.
17688         Don't match on "char **...".
17689         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17690         Make it editable.
17692 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17694         * info.el (Info-fontify-node): Handle the case where
17695         Info-current-file is t.
17697 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17699         * simple.el (blink-matching-open): Fix off-by-one in last change.
17701 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17703         * term/mac-win.el: Don't change default directory.
17705 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17707         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17708         buffers correctly.  (It used to throw an error in such buffers.)
17709         Make it ask for confirmation in group buffers and other Custom
17710         buffers containing more than one customization item.
17712 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17714         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17715         property on mail and url overlays.
17716         (goto-address-at-point): Use `posn-set-point' instead of
17717         `mouse-set-point' because the latter is not fbound when configured
17718         without X.
17720 2005-11-22  Lars Hansen  <larsh@soem.dk>
17722         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17723         (ls-lisp-classify, ls-lisp-format): Delete call to
17724         ls-lisp-parse-symlink.
17725         (ls-lisp-handle-switches): Handle symlinks to directories as
17726         directories when ls-lisp-dirs-first in non-nil.
17728 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17730         * startup.el (command-line): Make sure that loaddefs.el is handled
17731         correctly in load-history.
17733 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17735         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17736         (gdb-struct-string, gdb-array-string): New constants.
17737         (gdb-info-locals-handler): Use them.
17738         (gdb-reset): Reset gdb-var-list to nil.
17740 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17742         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17743         in patterns.
17745 2005-11-21  Juri Linkov  <juri@jurta.org>
17747         * custom.el (defcustom): Update link types in docstring.
17749 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17751         * custom.el (defgroup): Add doc-string-elt info.
17753         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17755 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17757         * newcomment.el (comment-enter-backward): Fix last fix.
17759         * simple.el (blink-matching-open):
17760         * paren.el (show-paren-function): Allow new paren-class info.
17762 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17764         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17765         handled automagically.
17767 2005-11-20  Andreas Schwab  <schwab@suse.de>
17769         * descr-text.el (describe-char): When copying overlays put them
17770         over the full char description instead of just the first character
17771         of it.
17773 2005-11-20  Juri Linkov  <juri@jurta.org>
17775         * simple.el (what-cursor-position):
17776         * descr-text.el (describe-char): Use Lisp-readable syntax
17777         for octal and hex.  Reorder decimal, octal and hex values.
17778         Remove excess whitespace in the output.  Use `=' in `column='
17779         like in `point=' and `Hscroll='.
17781         * international/mule-cmds.el (encoded-string-description):
17782         Use Lisp-readable syntax for hex.
17784 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17786         * newcomment.el (comment-enter-backward): Handle the case where the
17787         comment is closed by EOB.
17789 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17791         * longlines.el (longlines-before-revert-hook)
17792         (longlines-after-revert-hook): New functions.
17793         (longlines-mode): Turn off longlines temporarily when reverting.
17794         Add a message-setup-hook.
17795         (longlines-decode-buffer): New function.
17796         (longlines-wrap-line): Preserve marker positions.
17798 2005-11-19  Andreas Schwab  <schwab@suse.de>
17800         * emacs-lisp/shadow.el: Handle compressed files.
17802 2005-11-19  Romain Francoise  <romain@orebokech.com>
17804         * net/browse-url.el (browse-url-default-browser): Signal an error
17805         if no usable browser can be found, rather than try to load w3.
17807 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17809         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17810         replacing existing properties.
17811         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17812         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17813         tty specs.
17814         (rcirc-server-prefix, rcirc-server): New faces.
17815         (rcirc-url-regexp): Generate with rx macro.
17816         (rcirc-last-server-message-time): New variable.
17817         (rcirc-filter): Record time of last message.
17818         (rcirc-keepalive): Kill processes that did not send a message
17819         since the last ping.
17820         (rcirc-mode): Give rcirc-topic a local binding here.
17822 2005-11-19  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17824         * subr.el (read-passwd): Fontify the prompt as we do with other
17825         prompts.
17827 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17829         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17830         binding buffer-read-only to nil.
17832 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17834         * complete.el (partial-completion-mode):
17835         Mention completion-auto-help in the doc string.
17837         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17838         more Lisp-ish way.
17840 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17842         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17843         digits, not 8, to avoid misalignment for files larger than 100MB.
17845 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17847         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17848         Mention "keyboard shortcuts" in the help text.
17850 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17852         * startup.el (fancy-splash-default-action): Discard only
17853         mouse-down and succeeding mouse-up events in the splash screen
17854         window so that drag-n-drop event can be processed.
17856 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17858         * longlines.el (longlines-mode): Add hacks for mail-mode and
17859         message-mode.
17861 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17863         * textmodes/org.el (org-table-sort-lines): New command.
17864         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17865         (org-add-file): Command removed, use `org-agenda-file-to-front'
17866         instead.
17867         (org-export-icalendar): Use `org-icalendar-combined-name'.
17868         (org-cycle-agenda-files, org-agenda-file-to-end)
17869         (org-agenda-file-to-front): New commands.
17870         (org-table-tab-jumps-over-hlines, org-export-html-style):
17871         New options.
17872         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17873         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17874         New functions.
17875         (org-fill-paragraph): Call `org-table-align' in tables.
17876         (org-mode): Call `org-set-autofill-regexps'.
17877         (org-export-as-html): Support for local handformatted lists.
17878         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17879         (org-export-local-list-max-depth): New option.
17880         (org-html-expand): Use `org-html-protect'.
17882 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17884         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17885         to "p".
17886         (gdb): Move definition of gud-pp to...
17888         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17889         speedbar.
17890         (gdb-find-watch-expression): New function.
17892 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17894         * faces.el (face-attribute, set-face-attribute): Mention existence
17895         of `:ignore-defface' setting in docstring.
17897 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17899         * simple.el (completion-setup-function): Fix last change.
17901 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17903         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17904         Use `posn-set-point' instead of `mouse-set-point' because the
17905         latter is not fbound when configured without X.
17907         * comint.el (comint-insert-input): Likewise.
17909 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17911         * simple.el (hard-newline): New variable.
17912         (sendmail-user-agent-compose, next-line): Use it.
17914         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17915         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17916         (mail-mail-reply-to, mail-mail-followup-to)
17917         (mail-position-on-field, mail-signature, mail-yank-original)
17918         (mail-attach-file): Likewise.
17920         * mail/mailheader.el (mail-header-format)
17921         (mail-header-format-function): Likewise.
17923         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17925 2005-11-17  Juri Linkov  <juri@jurta.org>
17927         * font-lock.el (font-lock-faces): Rename this defgroup from
17928         `font-lock-highlighting-faces'.
17929         (font-lock-comment-face, font-lock-comment-delimiter-face)
17930         (font-lock-string-face, font-lock-doc-face)
17931         (font-lock-keyword-face, font-lock-builtin-face)
17932         (font-lock-function-name-face, font-lock-variable-name-face)
17933         (font-lock-type-face, font-lock-constant-face)
17934         (font-lock-warning-face, font-lock-negation-char-face)
17935         (font-lock-preprocessor-face)
17936         (font-lock-regexp-grouping-backslash)
17937         (font-lock-regexp-grouping-construct): Rename :group from
17938         `font-lock-highlighting-faces' to `font-lock-faces'.
17940         * cus-edit.el (lisp, c, tex):
17941         * progmodes/ada-mode.el (ada):
17942         * progmodes/asm-mode.el (asm):
17943         * progmodes/cperl-mode.el (cperl-faces):
17944         * progmodes/cpp.el (cpp):
17945         * progmodes/dcl-mode.el (dcl):
17946         * progmodes/f90.el (f90):
17947         * progmodes/fortran.el (fortran):
17948         * progmodes/icon.el (icon):
17949         * progmodes/idlwave.el (idlwave-misc):
17950         * progmodes/m4-mode.el (m4):
17951         * progmodes/make-mode.el (makefile):
17952         * progmodes/meta-mode.el (meta-font):
17953         * progmodes/modula2.el (modula2):
17954         * progmodes/octave-mod.el (octave):
17955         * progmodes/pascal.el (pascal):
17956         * progmodes/perl-mode.el (perl):
17957         * progmodes/prolog.el (prolog):
17958         * progmodes/ps-mode.el (PostScript-edit):
17959         * progmodes/scheme.el (scheme):
17960         * progmodes/sh-script.el (sh-script):
17961         * progmodes/simula.el (simula):
17962         * progmodes/tcl.el (tcl):
17963         * textmodes/nroff-mode.el (nroff):
17964         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17965         * textmodes/sgml-mode.el (sgml):
17966         * textmodes/texinfo.el (texinfo):
17967         Add :link (custom-group-link font-lock-faces) to defgroup.
17969         * hi-lock.el (hi-lock): Rename this defgroup from
17970         `hi-lock-interactive-text-highlighting'.  Change parent group from
17971         `faces' to `font-lock'.  Add link to the manual.
17972         (hi-lock-mode, hi-lock-file-patterns-range)
17973         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17974         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17975         (hi-lock-faces): Add :group `faces'.
17977         * cus-edit.el (custom-variable-prompt): Clarify the code.
17979         * faces.el (face-read-string): Set the default value arg of
17980         completing-read.
17982 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17984         * rfn-eshadow.el (file-name-shadow-properties)
17985         (file-name-shadow-tty-properties, file-name-shadow-mode):
17986         Remove autoloads, because the file is now preloaded.
17988 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17990         * printing.el (easy-menu-intern): Don't define.
17991         (pr-get-symbol): Use easy-menu-intern only if defined.
17993         * simple.el (blink-matching-open): Simplify a bit.
17994         (completion-setup-function): Fix the case of partial-completion-mode
17995         when the minibuffer's contents start with "-".
17996         Obey completion-base-size-function even when
17997         minibuffer-completing-file-name is non-nil.
17999 2005-11-16  Richard M. Stallman  <rms@gnu.org>
18001         * net/eudcb-ph.el (eudc-ph-open-session):
18002         Use set-process-query-on-exit-flag.
18004         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18006         * international/ucs-tables.el (ucs-set-table-for-input):
18007         Use make-local-variable, not make-variable-buffer-local.
18009         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18010         Improve warning message text.
18012         * savehist.el (savehist-save-hook): Add :group.
18014         * menu-bar.el (menu-bar-help-menu):
18015         Rename Find Extra Packages to External Packages.
18017         * cus-edit.el (Custom-reset-standard): Verify that
18018         :custom-standard-value prop exists before calling it.
18020         * apropos.el (apropos-calc-scores): Use apropos-pattern.
18022 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
18024         * wid-edit.el (color): Enclose %t in %{...%}.
18026         * cus-edit.el (face): Enclose %t in %{...%}.
18028 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
18030         * savehist.el (savehist-mode-hook): Re-add the var.
18031         (savehist-mode): Use it.
18033 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18035         * textmodes/flyspell.el: Fix commenting convention.
18036         Remove unnecessary leading * in custom docstrings.
18037         (flyspell-emacs): Remove unused var.
18038         (flyspell-delete-region-overlays): Use remove-overlays.
18039         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18040         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18041         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18042         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18043         (make-flyspell-overlay): Don't locally reuse a global name.
18044         (flyspell-highlight-incorrect-region)
18045         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18046         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18047         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18048         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18049         Wrap calls to accept-process-output inside with-local-quit since it's
18050         often called from a post-command-hook.
18051         (flyspell-correct-word, flyspell-auto-correct-word):
18052         Use ispell-send-string.
18053         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18055         * calendar/diary-lib.el (diary-list-entries): Also hide the
18056         terminating newline.
18058 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18060         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18061         window-system, to allow fonts on tty.
18063 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18065         * progmodes/gud.el (gud-speedbar-item-info): New function.
18066         (gud-install-speedbar-variables): Use it to display data type
18067         of watch expression as a tooltip in speedbar.
18069 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18071         * font-core.el (global-font-lock-mode): Add :version keyword,
18072         because default was changed.
18074         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18076         * startup.el (command-line): Use `custom-reevaluate-setting' for
18077         `file-name-shadow-mode'.
18079         * loadup.el: Preload rfn-eshadow.
18081         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18082         Add :version keyword.
18083         (file-name-shadow-properties, file-name-shadow-tty-properties)
18084         (file-name-shadow): Add :version keyword.
18086         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18087         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18088         in the custom-group property of the symbol frames and the fringe
18089         group got no link to its parent group frames.
18090         Doc fix.
18092 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18094         * progmodes/gud.el (gud-stop-subjob): New function.
18095         (gud-menu-map, gud-tool-bar-map): Use it.
18097 2005-11-16  Kim F. Storm  <storm@cua.dk>
18099         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18100         than kill it.
18101         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18102         to a more useful/logical place.
18104 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18106         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18107         go buttons complementary.
18109 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18111         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18112         (rfn-eshadow-sifn-equal): New function.
18113         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18115 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18117         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
18118         Quote `-' in string.
18120         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
18121         rcirc-mode buffers come up in Emacs state.
18123         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18124         operation.
18126 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18128         * term.el (term-termcap-format): Fix typos.
18129         (term-down): Fix the negative argument case.
18131 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18133         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18134         2005-08-15.
18135         (gdb-ann3): New command gud-go.
18136         (menu): Accommodate gdb-mi.el.
18137         (gdb-assembler-custom): Make buffer of selected window current
18138         so that set-window-point works.
18140         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18141         buttons and include new ones.
18143 2005-11-16  Kim F. Storm  <storm@cua.dk>
18145         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18146         (gud-menu-map): Use it.
18148 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18150         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18151         that works correctly for Custom and that does not override a user
18152         who disables it.
18154         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18155         (help-xref-interned, help-follow): Make hyperlinks for variables
18156         that are unbound, but have a non-nil variable-documentation property.
18158         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18159         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18160         Use the `variable-documentation' property to give the mode hook a
18161         docstring and expand that docstring.
18163 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18165         * savehist.el (savehist-mode): Don't bother with
18166         `custom-set-minor-mode'.
18167         (savehist-coding-system): Check XEmacs version.
18168         (history-length): Declare also at run time.
18169         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18170         Don't set the customize state.
18171         (savehist-minibuffer-hook): Special case for when
18172         minibuffer-history-variable is equal to t.
18174 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18176         * files.el (write-file): Refresh VC status.
18178         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18179         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18180         than fundamental-mode to see if the mode was set.
18182 2005-11-14  Romain Francoise  <romain@orebokech.com>
18184         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18185         dummy function in `eval-when-compile' to avoid compiler warning.
18186         Require `man' at compile time.
18188 2005-11-14  Jay Belanger  <belanger@truman.edu>
18190         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
18191         calcFunc-powerexpand.
18192         (math-write-out-power): Rename it to math-powerexpand; have it
18193         handle negative exponents.
18194         (calc-writeoutpower): Rename it to calc-powerexpand.
18196         * calc/calc-ext.el: Change calcFunc-writeoutpower and
18197         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18198         autoloads.
18199         Add calcFunc-ldiv to autoloads.
18201         * calc/calc-arith.el (calcFunc-ldiv): New function.
18203         * calc/calc.el (calc-left-divide): New function.
18205 2005-11-14  Juri Linkov  <juri@jurta.org>
18207         * cus-edit.el (custom-variable-prompt): Set the default value arg
18208         of completing-read.
18210         * cus-dep.el (custom-make-dependencies): Reverse the list of
18211         found dependencies.
18213 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18215         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18216         Highlighting" entry, it is on by default now.
18217         (menu-bar-options-save): Do not save global-font-lock-mode.
18219 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18221         * textmodes/flyspell.el (flyspell-large-region):
18222         Call flyspell-accept-buffer-local-defs.
18224 2005-11-13  Agustín Martín  <agustin.martin@hispalinux.es>
18226         * textmodes/flyspell.el (flyspell-notify-misspell):
18227         Fix misspelling of "Misspelling".
18228         (flyspell-process-localwords): New function.
18229         (flyspell-large-region): Call flyspell-process-localwords and
18230         flyspell-delete-region-overlays.
18231         (flyspell-delete-region-overlays): New function.
18232         (flyspell-delete-all-overlays): Call that.
18234 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18236         * help.el (help-for-help-internal): Improve doc of C-h a.
18237         (describe-key): Improve prompt; doc fix.
18239 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18241         * vc-svn.el (vc-svn-registered): Catch all errors.
18243         * cus-dep.el (custom-make-dependencies): Typo.
18245 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18247         * net/tramp-util.el (top): Fix compilation warning.
18249 2005-11-13  Kim F. Storm  <storm@cua.dk>
18251         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18253 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18255         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18256         (gud-speedbar-buttons): Match on "const char *" too.
18258         * progmodes/gdb-ui.el (gdb-var-create-handler)
18259         (gdb-var-list-children-handler): Match on "const char *" too.
18260         (gdb-var-evaluate-expression-handler): Match on empty string.
18261         (gdb-var-update-handler): Only call
18262         gdb-var-evaluate-expression-handler when required.
18264 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18266         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18267         selected window.  This still doesn't work for speedbar.
18268         (gud-speedbar-buttons): Handle string expressions properly.
18270         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18271         (gdb-var-create-handler): Handle string expressions properly.
18272         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18273         Handle string expressions properly.  Move "type" field into regexp.
18275 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18277         * bookmark.el (bookmark-maybe-message): New function to reduce
18278         code duplication: invokes `message' iff baud-rate is high enough.
18279         (bookmark-write-file): Use above instead of an inline conditional.
18280         (bookmark-load): Same.
18282 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18284         * bookmark.el (bookmark-write-file): Don't visit the destination
18285         file, just write the data to it using write-region.  This is
18286         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18287         change to avoid visiting the file in the first place.
18289 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18291         * hi-lock.el (hi-lock-mode): Set the default value of
18292         font-lock-defaults.
18294 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18296         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18297         arg to `file-attributes'.
18298         (find-lisp-format): The UID and GID can now be strings.
18300 2005-11-12  Kim F. Storm  <storm@cua.dk>
18302         * help.el (help-map): Bind C-h d to apropos-documentation.
18304         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18305         when point is at end-of-buffer.
18307         * apropos.el (apropos-match-face): Doc fix.
18308         (apropos-sort-by-scores): Add new choice `verbose'.
18309         (apropos-documentation-sort-by-scores): New defcustom.
18310         (apropos-pattern): Now contains the pattern entered by the user.
18311         (apropos-pattern-quoted): New defvar.
18312         (apropos-regexp): New defvar, containing the regexp corresponding
18313         to apropos-pattern.
18314         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18315         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18316         interactive calls; returns list of words for a word list, and
18317         string for a regexp.
18318         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18319         parses a list of words or regexp as returned by apropos-read-pattern.
18320         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18321         (apropos-score-doc): Return a very high score if the string
18322         entered by the user matches literally.
18323         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18324         (apropos-command): Doc fix.  Use apropos-read-pattern and
18325         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18326         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18327         apropos-parse-pattern.
18328         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18329         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18330         apropos-documentation-sort-by-scores.  Call apropos-print with
18331         nosubst=t.
18332         (apropos-documentation-internal): Pass doc string through
18333         substitute-key-definition before adding text properties.
18334         Highlight substring matching literal user input if possible.
18335         (apropos-documentation-check-doc-file): Remove locals beg and end.
18336         Fix calculation of score (as added twice).  Pass doc string through
18337         substitute-key-definition before adding text properties.
18338         (apropos-documentation-check-elc-file): Pass doc string through
18339         substitute-key-definition before adding text properties.
18340         Highlight substring matching literal user input if possible.
18341         (apropos-print): Add new arg NOSUBST; if set, command and variable
18342         doc strings have already been passed through substitute-key-definition.
18343         Add code to handle apropos-accumulator items without score element
18344         for backwards compatibility (e.g. with woman package).
18345         Only show scores if apropos-sort-by-scores is `verbose'.
18347 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18349         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18350         Add jka-compr-load-suffixes to load-suffixes.
18352         * jka-compr.el: Require jka-cmpr-hook.
18353         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18354         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18355         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18356         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18357         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18358         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18359         (jka-compr-uninstall): Remove entries from
18360         jka-compr-added-to-file-coding-system-alist after they are used.
18361         (jka-compr-error): Remove unused var `curbuf'.
18362         (jka-compr-file-local-copy): Remove unused var `notfound'.
18364 2005-11-10  Romain Francoise  <romain@orebokech.com>
18366         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18368 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18370         * progmodes/gud.el (gud-menu-map): Move parentheses.
18371         (gdb): New command gud-pv.
18373 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18375         * tar-mode.el: Remove spurious or unnecessary leading stars
18376         in docstrings.
18377         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18378         (tar-parse-octal-integer-safe): Use mapc.
18379         (tar-header-block-summarize): Remove unused var `ck'.
18380         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18381         cleared before.  Obey default-enable-multibyte-characters.
18382         Use mapconcat.  Simplify setting of tar-header-offset.
18383         (tar-mode-map): Move initialization inside delcaration.
18384         (tar-flag-deleted): Use `abs'.
18385         (tar-expunge-internal): Remove unused var `line'.
18386         (tar-expunge-internal): Don't hardcode point-min==1.
18387         (tar-expunge): Widen while doing set-buffer-multibyte.
18388         (tar-rename-entry): Use file-name-coding-system.
18389         (tar-alter-one-field): Don't hardcode point-min==1.
18390         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18391         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18393 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18395         * add-log.el (add-log-current-defun): Handle class::method
18396         notation of c++.  Fix incorrect comment.
18398 2005-11-10  Alan Mackenzie  <acm@muc.de>
18400         * help-fns.el (describe-variable): Make C-h v work when a variable
18401         has variable documentation yet is unbound.
18403 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18405         * man.el (Man-highlight-references): Set an empty
18406         string to `Man-arguments' if it is nil.
18407         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18409 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18411         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18412         commenting conventions.
18414         * cus-dep.el (custom-make-dependencies): Simplify.
18415         Better follow the commenting conventions.
18417 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18419         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18420         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18421         All uses changed.
18422         (apropos-rewrite-regexp): Doc fix.
18423         (apropos-variable, apropos-command, apropos, apropos-value):
18424         Change prompt; carry through the argument renaming.
18426 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18428         * find-lisp.el: Require dired.
18429         (find-lisp-find-dired-internal): Do not call
18430         `abbreviate-file-name' on DIR.
18432 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18434         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18436 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18438         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18439         when using the speedbar.
18440         (gdb): New command gud-pp.
18441         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18443 2005-11-09  Juri Linkov  <juri@jurta.org>
18445         * replace.el (occur-excluded-properties): New defcustom.
18446         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18448 2005-11-08  Jay Belanger  <belanger@truman.edu>
18450         * calc/calc-units.el (math-convert-units): Replace any composite
18451         unit by its definition.
18453 2005-11-08  Lars Hansen  <larsh@soem.dk>
18455         * emacs-lisp/autoload.el (update-directory-autoloads):
18456         Add obsolete function alias.
18458 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18460         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18461         comment-indent-function.
18462         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18464         * reveal.el (reveal-post-command): Rework the handling of
18465         reveal-open-spots, so as to be more reliable.  There were several
18466         tricky corner cases where an open spot might be lost, or where
18467         a closed spot might end up on the list of open spots.
18468         Only reveal text that's ellipsised.
18470 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18472         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18474 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18476         * ibuffer.el (ibuffer): Search iconified frames too when
18477         getting Ibuffer buffer's window.
18479 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18481         * progmodes/compile.el (compilation-internal-error-properties):
18482         save-excursion around the computation of MARKER.
18484 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18486         * textmodes/flyspell.el (flyspell-external-point-words):
18487         flyspell-get-word returns a list, not just a string.
18489 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18491         * ibuffer.el (ibuffer): Search all visible frames when getting
18492         Ibuffer buffer's window.
18494 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18496         * man.el (Man-reference-regexp): Accept spaces between
18497         `Man-name-regexp' and `Man-section-regexp'.
18498         (Man-apropos-regexp): New variable.
18499         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18500         if available.
18501         (Man-highlight-references, Man-highlight-references0):
18502         Handle the case when `Man-arguments' includes "-k".
18503         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18504         `TARGET'. `TARGET' can be a number, function or nil.
18506 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18508         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18509         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18510         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18511         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18512         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18513         (gdb-send-item): Use buffer-local-value and simplify.
18515 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18517         * startup.el (command-line): Use `custom-reevaluate-setting' for
18518         `global-font-lock-mode'.
18520         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18521         by default, except in batch mode or when the -D option is given.
18523         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18524         specified keyword args on to `define-minor-mode'.  Update docstring.
18526 2005-11-05  Romain Francoise  <romain@orebokech.com>
18528         * replace.el (occur-engine): Add marker at end of line, too.
18530 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18532         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18533         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18534         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18535         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18536         argument to all these routines, so the passphrase can be managed
18537         externally and passed in to the system.
18538         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18539         pgg-add-passphrase-to-cache function.
18541         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18542         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18543         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18544         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18545         argument to all these routines, so the passphrase can be managed
18546         externally and passed in to the system.
18547         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18548         function.
18550 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18552         * font-lock.el: Don't deal with font-lock-face-attributes here,
18553         move the code ...
18555         * startup.el (command-line): ... here.  Use face-spec-set instead
18556         of custom-declare-face.
18558         * faces.el (face-spec-set): Reset the face if spec is not nil.
18560 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18562         * newcomment.el (comment-region-internal): Box more tightly in the
18563         common case where there's no TAB in the boxed text.
18565 2005-11-04  Jan Djärv  <jan.h.d@swipnet.se>
18567         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18568         up-node.
18570 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18572         * net/newsticker.el: Commentary updated.  Code formatting changed.
18573         (newsticker-version): Change to "1.9".
18574         (newsticker, newsticker-feed): Doc fix.
18575         (newsticker-url-list): Doc fix.  Add option "Weekly".
18576         (newsticker-retrieval-interval): Add option "Weekly".
18577         (newsticker-headline-processing): Doc fix.
18578         (newsticker-auto-mark-filter): Remove.
18579         (newsticker-auto-mark-filter-list): New.
18580         (newsticker-layout, newsticker-sort-method): Doc fix.
18581         (newsticker-hide-old-items-in-newsticker-buffer)
18582         (newsticker-heading-format, newsticker-item-format)
18583         (newsticker-desc-format): Doc fix.
18584         (newsticker-show-all-rss-elements): Remove.
18585         (newsticker-show-all-news-elements): New.
18586         (newsticker-faces, newsticker-ticker): Doc fix.
18587         (remove-from-invisibility-spec): Code formatting.
18588         (newsticker--process-ids): New.
18589         (newsticker-mode): Doc fix.
18590         (newsticker-mode): Change mode-line-format.
18591         (newsticker-start): Remove debug output.
18592         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18593         (newsticker-w3m-show-inline-images): Code formatting.
18594         (newsticker-next-item): Call `force-mode-line-update'.
18595         (newsticker-previous-item): Call `force-mode-line-update'.
18596         (newsticker-next-feed): Call `force-mode-line-update'.
18597         (newsticker-previous-feed): Call `force-mode-line-update'.
18598         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18599         (newsticker-show-old-items): Do not show descs.
18600         (newsticker-hide-entry): Hide too much.
18601         (newsticker-hide-entry, newsticker-show-entry)
18602         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18603         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18604         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18605         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18606         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18607         (newsticker-get-news): Call `force-mode-line-update'.
18608         Collect process ids.
18609         (newsticker--sentinel): Change coding system handling.
18610         Move image retrieval to new functions newsticker--get-logo-url-*.
18611         Move feed parsing to new functions newsticker--parse-*.
18612         Update list of process ids.
18613         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18614         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18615         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18616         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18617         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18618         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18619         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18620         (newsticker--decode-coding-string): Remove.
18621         (newsticker--decode-numeric-entities): Check input.  Format code.
18622         (newsticker--remove-whitespace): Check input.
18623         (newsticker--do-forget-preformatted): Doc fix.
18624         (newsticker--decode-rfc822-date): Allow for missing time.
18625         (newsticker--update-process-ids): New.
18626         (newsticker--image-sentinel): Change comment.
18627         (newsticker--image-read): Change error message.
18628         (newsticker--imenu-goto): Doc fix.  Show headline title.
18629         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18630         (newsticker--buffer-do-insert-text): Clean whitespace in
18631         html-rendered headline title.  Code formatting.
18632         Call `newsticker--buffer-print-extra-elements'.
18633         (newsticker--buffer-print-extra-element): Remove.
18634         (newsticker--buffer-print-extra-elements): New.
18635         (newsticker--buffer-do-print-extra-element): New.
18636         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18637         large sizes.
18638         (newsticker--run-auto-mark-filter)
18639         (newsticker--do-run-auto-mark-filter):
18640         Use `newsticker-auto-mark-filter-list'.
18642 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18644         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18645         (rcirc-print): Force redisplay before running hooks.  Do long
18646         buffer truncation after making new text read-only.  Deal with nil
18647         text when decoding strings.  If TARGET is nil, use either the
18648         currently selected buffer, if it is an rcirc buffer and of the
18649         same process or the process buffer.
18650         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18651         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18652         (rcirc-short-buffer-name): Add variable.
18653         (rcirc-kill-buffer-hook): Recompute short buffer names.
18654         Remove nick from private channel.
18655         (rcirc-send-input): Send command text to current-buffer.
18656         Don't clear overlay arrow here.
18657         (rcirc-short-buffer-name): Return a short buffer name.
18658         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18659         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18660         buffer-name abbreviations.
18661         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18662         Do not touch nick-table when killing a parted channel.
18663         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18664         Clear arrow from current buffer if it is now hidden.
18665         (rcirc-current-buffer): Add variable.
18666         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18667         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18668         Remove -face from names.
18669         (rcirc-update-activity-string): Print "DND" when globally ignoring
18670         activity.
18671         (rcirc-ignore-buffer-activity-flag): Rename from
18672         rcirc-ignore-channel-activity.
18673         (rcirc-ignore-all-activity-flag): Doc fix.
18674         (rcirc-channels): Remove variable.
18675         (rcirc-kill-buffer-hook):
18676         (rcirc-get-buffer-create): Add nick to private channel.
18677         (rcirc-multiline-edit-submit): Remove tabs.
18678         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18679         folded.
18680         (rcirc-remove-nick-channel): Bug fix.
18681         (rcirc-toggle-ignore-buffer-activity): Rename from
18682         rcirc-toggle-ignore-channel-activity.
18683         (rcirc-record-activity): Add buffers to the front of the list.
18684         (rcirc-update-activity): Remove killed buffers from list.
18685         (rcirc-process-server-response-1): Remove last argument if it is
18686         null before calling handler.
18687         (rcirc): Add "rcirc" defcustom prefix.
18688         (rcirc-prompt): Simplify default prompt.
18689         Use custom-initialize-default.
18690         (rcirc-private-chats): Remove variable.
18691         (rcirc-prompt): Change initialization.
18692         (rcirc-version): Remove function.
18693         (rcirc-id-string): Add constant.
18694         (rcirc-last-buffer): Remove variable.
18695         (rcirc-buffer-alist): Add variable.
18696         (rcirc-connect): Update variable setup.
18697         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18698         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18699         default.
18700         (rcirc-handler-generic): Trigger activity.
18701         (rcirc-send-message): Create the buffor of the target.
18702         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18703         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18704         (rcirc-multiline-edit-cancel): Remove function.
18705         (rcirc-set-last-buffer): Remove function.
18706         (rcirc-get-any-buffer): Add function.
18707         (rcirc-join-channels): Don't print /join text.
18708         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18709         messages.
18710         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18711         (rcirc-handler-NOTICE): Recognize CTCP responses.
18712         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18713         constructing TOPIC string for buffers we are not JOINed.
18714         (rcirc-handler-CTCP-response): Add handler.
18715         (rcirc-multiline-edit-submit): Restore the window-configuration
18716         before adjusting point.
18717         (rcirc): Add customization group.
18718         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18719         (rcirc-user-full-name, rcirc-startup-channels-alist)
18720         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18721         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18722         (rcirc-input-ring-size, rcirc-read-only-flag)
18723         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18724         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18725         Change defvar to defcustom.
18726         (rcirc-update-prompt): Add optional ALL arg, which will update
18727         prompts in all rcirc buffers.  Regexp quote replacement text.
18728         (rcirc-fill-column): Accept frame-width as a value.
18729         (rcirc-set-changed): Add function.
18730         (rcirc-next-active-buffer): Write more meaningful messages.
18731         (rcirc-faces): Add customization group.
18732         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18733         (rcirc-nick-in-message-face, rcirc-prompt-face)
18734         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18735         (with-rcirc-process-buffer): Move before first usage.
18736         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18737         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18738         (rcirc-debug): Rename from `rcirc-log'.
18739         (rcirc-format-response-string): Do not print `-' chars for a
18740         NOTICE with no sender.  Simplify output of server responses.
18742 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18744         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18745         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18746         Make urls mouse and RET clickable.
18748 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18750         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18752 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18754         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18755         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18756         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18757         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18758         argument to all these routines, so the passphrase can be managed
18759         externally and passed in to the system.
18760         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18761         pgg-add-passphrase-to-cache function.
18763         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18764         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18765         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18766         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18767         argument to all these routines, so the passphrase can be managed
18768         externally and passed in to the system.
18769         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18770         function.
18772 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18774         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18775         from goto-address-url-regexp.
18777 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18779         * textmodes/org.el (org-read-date, org-goto-calendar)
18780         (org-recenter-calendar, org-agenda-goto-calendar):
18781         Temporarily clear `calendar-move-hook'.
18783 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18785         * ediff-merg.el (ediff-merge-region-is-non-clash):
18786         Return t, if not merging.
18788         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18789         have merge clashes.
18791 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18793         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18794         Undo previous change.
18796         * startup.el (command-line): Use `custom-reevaluate-setting' for
18797         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18798         tty-register-default-colors on Mac.
18800 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18802         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18803         (gdb-buffer-type): Make it automatically buffer local...
18804         (gdb-get-create-buffer): ...and set it accordingly.
18805         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18806         actually work.
18808 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18810         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18811         not red.
18813 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18815         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18816         case GUD buffer is not visible.
18817         (gdb-goto-breakpoint): Try to force display in source buffer.
18818         (gdb-frame-gdb-buffer): Copy other similar functions.
18819         (gdb-restore-windows): Don't display source if not asked for.
18820         (gdb-assembler-buffer-name): Don't capitalize.
18822 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18824         * wid-edit.el (key-sequence): New widget type.
18826         * simple.el (set-mark-command-repeat-pop): New variable.
18827         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18828         if set-mark-command-repeat-pop is true.
18830         * info.el (Info-fontify-node): Don't display extra "see" if there
18831         already is one here.
18833         * mouse.el: Fix special handling of DEL after dragging a region:
18834         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18835         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18837         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18839         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18840         not to assume it pertains to an affix.
18842         * textmodes/flyspell.el (flyspell-post-command-hook):
18843         Bind deactivate-mark to prevent deactivation.
18845 2005-11-03  Lars Hansen  <larsh@soem.dk>
18847         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18848         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18849         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18851 2005-11-03  Romain Francoise  <romain@orebokech.com>
18853         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18854         Update copyright years.
18856 2005-11-03  Sam Steingold  <sds@gnu.org>
18858         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18859         Use system-type instead of window-system because window-system is not
18860         correctly defined during loadup.
18862 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18864         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18865         (xml-parse-tag): Join strings separated by a comment properly.
18867 2005-11-02  Andreas Schwab  <schwab@suse.de>
18869         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18871 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18873         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18874         (byte-optimize-pure-func): Quote the eval'd value.
18876         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18877         Rename from perl-font-lock-syntactic-face-function.
18878         Change the calling convention so it can be used as a font-lock MATCHER.
18879         Do the parse-partial-sexp loop outselves.
18880         (perl-font-lock-syntactic-keywords): Use it.
18881         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18883 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18885         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18886         disassembly buffer too.
18887         (gdb-exited): Remove overlay arrows when execution has finished.
18888         (gdb-info-frames-custom, gdb-info-threads-custom)
18889         (gdb-info-registers-custom): Don't add inappropriate text
18890         properties if inferior is not active.
18892 2005-11-02  Glenn Morris  <rgm@gnu.org>
18894         * progmodes/fortran.el (fortran-blink-match):
18895         Use `blink-matching-delay'.
18897 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18899         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18901 2005-11-02  Lars Hansen  <larsh@soem.dk>
18903         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18904         "Permission denied".
18906 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18908         * textmodes/flyspell.el (flyspell-external-point-words):
18909         Pass nil to flyspell-get-word.
18911 2005-11-02  Kim F. Storm  <storm@cua.dk>
18913         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18914         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18916 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18918         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18919         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18920         (calendar-mouse-print-dates): Add optional `event' argument.
18921         Update interactive-spec.
18922         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18923         Use `calendar-event-to-date' instead of `event'.
18925 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18927         * progmodes/ld-script.el (ld-script-builtins):
18928         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18929         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18930         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18932 2005-11-01  Romain Francoise  <romain@orebokech.com>
18934         * vc-sccs.el: Update copyright year.
18935         * ezimage.el: Likewise.
18937 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18939         * info.el (Info-fontify-node): Use `string-width' for fontifying
18940         underlined titles.
18942 2005-11-01  Juri Linkov  <juri@jurta.org>
18944         * info.el (Info-fontify-node): Downcase node header keywords Node,
18945         Prev, Next, Up before comparison.
18946         (Info-history): Insert absolute directory name, and put invisible
18947         property on it.
18949 2005-11-01  Juri Linkov  <juri@jurta.org>
18951         * info.el (Info-file-supports-index-cookies): New variable.
18952         (Info-find-node-2): Check makeinfo version for index cookie support.
18953         (Info-index-nodes): Search for nodes with index cookies only when
18954         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18955         with "Index" in the node name.
18956         (Info-index-node): Search index cookie in the current node only when
18957         Info-file-supports-index-cookies is t.  Otherwise, check the word
18958         "Index" in the node name.
18959         (Info-find-emacs-command-nodes): Remove code that searches nodes
18960         with "Index" node name in the top menu.
18962 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18964         * progmodes/scheme.el (scheme-mode-variables): Use the default
18965         comment-indent-function.
18967         * faces.el (face-attribute): Handle the case where a face inherits from
18968         a non-existent face.
18970         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18971         for octal and hexa output, and merge the char into the paren.
18972         (kill-new): Use push.
18973         (copy-to-buffer): Use with-current-buffer.
18974         (completion-setup-function): Move code in loop to remove redundancy.
18975         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18976         those inherited from minibuffer-local-completion-map.
18978         * savehist.el (savehist-mode) <defcustom>:
18979         Use custom-set-minor-mode if available.
18980         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18981         and emit a message if applicable.
18983 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18985         * savehist.el: Sync up to version 19.
18986         (savehist-mode): New minor mode.
18987         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18988         (savehist-length): Remove (use history-length instead).
18989         (savehist-file-modes): Rename from savehist-modes.
18990         (savehist-save-hook, savehist-loaded): New vars.
18991         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18992         old format to new format.
18993         (savehist-install): Allow savehist-autosave-interval to be nil.
18994         (savehist-save): Run the new hook.  Be more careful to only trim the
18995         history variables.
18996         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18997         (savehist-printable): Print into a buffer rather than char-by-char.
18999 2005-11-01  John Wiegley  <johnw@newartisans.com>
19001         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19002         toggle-ignore keybinding (C-a).  The author said it had been
19003         disabled much earlier due to a possible incompatibility, but after
19004         many months of usage I have encountered no problems (and it is a
19005         rather useful option, especially for switching to " *temp*").
19007         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19008         support for OS/X's AddressBook, by calling out to the open source
19009         program "contacts" (installable through Fink).
19011         * net/eudc.el (eudc-expand-inline): If the
19012         `eudc-multiple-match-handling-method' is set to `all', delete the
19013         query string before inserting the query result.
19015         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19016         flag, to prevent Eshell from using the system ls when
19017         `eshell-ls-insert-directory' is in used.
19018         (eshell-ls-insert-directory): Disable font-lock in directory
19019         buffer so that Eshell's own fontification is seen.  This broke
19020         recently due to changes in font-lock, so this goes back to version
19021         21 behavior.
19023 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
19025         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19026         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19027         (gdb-many-windows): Doc fix.
19029 2005-10-31  Romain Francoise  <romain@orebokech.com>
19031         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19033 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19035         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19036         that global-font-lock-mode can be enabled by default.
19038         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19039         (font-lock-add-keywords, font-lock-remove-keywords)
19040         (font-lock-fontify-buffer): Remove autoload cookies.
19042         * jit-lock.el (jit-lock-register): Likewise.
19044         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19046 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19048         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19049         intact if there is no gud-comint-buffer.
19051 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19053         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19054         old prompt comint-prompt-read-only is t and GDB commands are
19055         issued from tool bar etc.
19057 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19059         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19061 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19063         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19064         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19066 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19068         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19069         starting at beginning of line.  Fontification is messed up when
19070         `open-paren-in-column-0-is-defun-start' set to t.
19071         Reported by John Paul Wallington <jpw@pobox.com>.
19073 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19075         * comint.el (comint-send-input): Call `comint-update-fence' when
19076         `comint-process-echoes' and `comint-prompt-read-only' are both
19077         non-nil, to avoid leftover read-only newline.
19079 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19081         * textmodes/flyspell.el (flyspell-external-point-words):
19082         Detect when WORD can't be checked properly because
19083         flyspell-get-word finds just part of it, and move on.
19085         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19086         boundarychar for Polish.
19087         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19088         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19090 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19092         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19093         (gdb-registers-font-lock-keywords): Delete.
19094         (gdb-registers-mode): Don't fontify.
19095         (gdb-info-registers-custom): Use text properties instead as, in
19096         future, changed register values will use font-lock-warning-face.
19097         (gdb-local-font-lock-keywords): Rename to...
19098         (gdb-locals-font-lock-keywords): ...for consistency.
19100 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19102         * vc.el (vc-switch-backend): Better error message if the buffer is
19103         not visiting a file under version control.
19105         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19107 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19109         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19110         ~/.emacs.d/.emacs.
19112 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19114         * replace.el (occur-mode-mouse-goto): Always go to other window.
19115         (occur-mode-goto-occurrence): Always switch in same window.
19117         * simple.el (undo): Display message at end, not at start.
19119         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19120         New arg REUSE-CELL.
19121         (cancel-timer-internal): New function.
19122         (timer-event-handler): Use cancel-timer-internal,
19123         and pass the cell it returns to timer-activate...
19125         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19126         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19127         (jit-lock-after-change): Test memory-full.
19129 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19131         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19132         part of the decoded armor to find the key-identifier.
19133         (pgg-gpg-lookup-key-owner): New function to return the
19134         human-readable identifier of a key owner.
19135         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19136         key itself.
19137         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19138         the key value) if we have a key and can match it against a secret
19139         key.  Also, added a note pointing out fact that the prompt only
19140         indicates the first matching key.
19142         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19143         pgg-decrypt-region.
19144         (pgg-pending-timers): A new hash for tracking the passphrase cache
19145         timers, so that new ones supercede old ones.
19146         (pgg-add-passphrase-to-cache): Rename from
19147         `pgg-add-passphrase-cache' to reduce confusion (all callers
19148         changed).  Modified to cancel old timers when new ones are added.
19149         (pgg-remove-passphrase-from-cache): Rename from
19150         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19151         changed).  Modified to cancel old timers when their keys are
19152         removed from the cache.
19153         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19154         XEmacs, an indirection to delete-itimer.
19155         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19156         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19157         users can only check cache without risk of prompting.  Correct bug in
19158         notruncate behavior.
19159         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19160         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19161         Add informative docstrings.
19162         (pgg-decrypt): Convey provided passphrase in subordinate call to
19163         pgg-decrypt-region.
19165         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19166         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19167         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19168         `passphrase' argument, so the passphrase can be managed externally
19169         and then passed in to the system.
19171         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19172         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19173         so the passphrase cache can be used reliably with identifiers
19174         besides a pgp packet's key id.
19176         * pgg-gpg.el (pgg-pgp-encrypt-region)
19177         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19178         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19179         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19180         argument to all these routines, so the passphrase can be managed
19181         externally and passed in to the system.
19183         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19184         `notruncate' argument, so the passphrase cache can be used
19185         reliably with identifiers besides a pgp packet's key id.
19187 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19189         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19190         symmetric encryption.
19191         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19192         encrypted session key.
19193         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19194         message ask for the passphrase in a proper way.
19196         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19197         New user commands for symmetric encryption.
19199 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19201         * textmodes/conf-mode.el (conf-assignment-sign)
19202         (conf-assignment-regexp): Fix docstrings.
19203         (conf-mode-initialize): New function.
19204         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19205         recognize recursive calls.
19206         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19207         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19208         (conf-xdefaults-mode): Use define-derived-mode and
19209         conf-mode-initialize.
19211 2005-10-29  Romain Francoise  <romain@orebokech.com>
19213         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19215 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19217         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19218         part of the decoded armor to find the key-identifier.
19219         (pgg-gpg-lookup-key-owner): New function to return the
19220         human-readable identifier of a key owner.
19221         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19222         key itself.
19223         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19224         the key value) if we have a key and can match it against a secret
19225         key.  Also, added a note pointing out fact that the prompt only
19226         indicates the first matching key.
19228         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19229         pgg-decrypt-region.
19230         (pgg-pending-timers): A new hash for tracking the passphrase cache
19231         timers, so that new ones supercede old ones.
19232         (pgg-add-passphrase-to-cache): Rename from
19233         `pgg-add-passphrase-cache' to reduce confusion (all callers
19234         changed).  Modified to cancel old timers when new ones are added.
19235         (pgg-remove-passphrase-from-cache): Rename from
19236         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19237         changed).  Modified to cancel old timers when their keys are
19238         removed from the cache.
19239         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19240         XEmacs, an indirection to delete-itimer.
19241         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19242         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19243         users can only check cache without risk of prompting.  Correct bug in
19244         notruncate behavior.
19245         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19246         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19247         Add informative docstrings.
19248         (pgg-decrypt): Convey provided passphrase in subordinate call to
19249         pgg-decrypt-region.
19251 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19253         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19254         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19255         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19256         `passphrase' argument, so the passphrase can be managed externally
19257         and then passed in to the system.
19259         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19260         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19261         so the passphrase cache can be used reliably with identifiers
19262         besides a pgp packet's key id.
19264         * pgg-gpg.el (pgg-pgp-encrypt-region)
19265         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19266         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19267         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19268         argument to all these routines, so the passphrase can be managed
19269         externally and passed in to the system.
19271         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19272         `notruncate' argument, so the passphrase cache can be used
19273         reliably with identifiers besides a pgp packet's key id.
19275 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19277         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19278         symmetric encryption.
19279         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19280         encrypted session key.
19281         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19282         message ask for the passphrase in a proper way.
19284         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19285         New user commands for symmetric encryption.
19287 2005-10-28  Bill Wohler  <wohler@newt.com>
19289         * help-mode.el (help-url): New button type.  Calls browse-url.
19290         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19291         Similar to Info nodes: URL `url'.
19292         (help-make-xrefs): Create help-url buttons for
19293         help-xref-url-regexp matches.
19295 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19297         * tool-bar.el (tool-bar-add-item-from-menu)
19298         (tool-bar-local-item-from-menu): Fix doc strings.
19300 2005-10-28  Romain Francoise  <romain@orebokech.com>
19302         * ldefs-boot.el: Update.
19304         * subr.el (locate-library): Move from help-fns.el.
19305         * help-fns.el (locate-library): Move to subr.el.
19307 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19309         * net/tramp.el (tramp-completion-mode): defvar moved up.
19311         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19313         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19315         * files.el (find-file-noselect): Use %d to format large file size.
19317         * bindings.el (mode-line-format): Add %e.
19319         * loadup.el ("facemenu"): Load unconditionally.
19320         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19321         ("x-dnd"): Load, when appropriate.
19323         * startup.el (command-line): Call before-init-hook earlier.
19324         Warn about some bad characters in -u user name.
19326         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19327         (flyspell-external-point-words): Error if misspelled word is not found.
19328         Set flyspell-large-region-beg at end of word.
19330 2005-10-28  Andreas Schwab  <schwab@suse.de>
19332         * view.el (View-revert-buffer-scroll-page-forward):
19333         Use view-page-size-default.
19335 2005-10-28  Juri Linkov  <juri@jurta.org>
19337         * international/quail.el (quail-get-current-str): Translate last
19338         raw character for deterministic input methods.
19340 2005-10-27  Jay Belanger  <belanger@truman.edu>
19342         * calc/calc-ext.el: Add functions to autoloads.
19343         (math-identity-matrix-p, math-ident-row-p): New functions.
19345         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19346         multiplication by an identity matrix; don't turn multiplication by
19347         an inverse matrix into division.
19348         (math-div-symbol-fancy): Replace division by matrices with
19349         multiplication by inverse.
19351         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19353         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19354         (calc-writeoutpower): New functions.
19356 2005-10-27  Romain Francoise  <romain@orebokech.com>
19358         * replace.el (occur-engine): Include colon in mouse-face highlight.
19360         * dired-x.el: Change Maintainer field.
19362 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19364         * longlines.el (longlines-mode): Bind after-change-functions to
19365         nil during initial decoding and final encoding.
19367 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19369         * term.el (term-emulate-terminal, term-handle-colors-array)
19370         (term-handle-ansi-escape): Specify the terminfo capabilities
19371         implemented.
19373 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19375         * info.el (Info-fontify-node): Fix detection of sentence-break
19376         before *Note.
19378 2005-10-26  Romain Francoise  <romain@orebokech.com>
19380         * smerge-mode.el: Add `tools' to file keywords.
19382 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19384         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19385         when the fringe is not available.
19387         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19388         (def-gdb-auto-update-trigger): Simplify construction.
19389         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19390         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19391         defined explicitly.
19392         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19393         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19394         defined explicitly.
19395         (gdb-info-locals-custom): Remove as it's a no-op.
19397 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19399         * longlines.el (longlines-mode): Remove narrowing before
19400         performing the initial decoding or final encoding.
19402 2005-10-25  Romain Francoise  <romain@orebokech.com>
19404         * emacs-lisp/find-func.el (find-library-name): Also strip
19405         extension if library name ends in .el, to take advantage of
19406         `find-library-suffixes'.
19408 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19410         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19412 2005-10-25  Juri Linkov  <juri@jurta.org>
19414         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19415         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19417 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19419         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19420         (blackbox-redefine-key): Add argument `map'.
19422         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19423         regions when moving the jit-lock-context-unfontify-pos boundary.
19425 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19427         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19429 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19431         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19433 2005-10-25  Michaël Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19435         * play/blackbox.el (blackbox-redefine-key): New function.
19436         (blackbox-mode-map): Use it to remap existing bindings for cursor
19437         motion instead of binding literal keys.
19439 2005-10-25  Glenn Morris  <rgm@gnu.org>
19441         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19442         diary does not end in a newline.  Do not assume a blank line at
19443         the start of the diary file.
19445 2005-10-25  Kenichi Handa  <handa@m17n.org>
19447         * international/quail.el (quail-translate-key): If the input
19448         method is deterministic and failed to handle the last key, restart
19449         the key handling loop from an appropriate key.
19451 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19453         * vc.el (vc-dired-mode): Extend comment for binding of
19454         `directory-listing-before-filename-regexp'.
19456 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19458         * textmodes/texinfo.el (texinfo-mode):
19459         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19460         not to unnecessarily expose emacs-mule's internal char codes.
19462 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19464         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19465         Display hand pointer and help-echo on disabled icon too.
19466         (gdb-mouse-until): New function.
19467         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19469 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19471         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19472         with 2005-10-23 change to doctor.el.
19474         * finder.el (finder-mode-map): Add follow-link binding.
19476 2005-10-25  Kim F. Storm  <storm@cua.dk>
19478         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19479         to gdb-mouse-toggle-breakpoint-fringe.
19480         (gdb-mouse-toggle-breakpoint-margin): Rename from
19481         gdb-mouse-toggle-breakpoint.  Fix doc.
19482         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19483         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19484         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19485         string properties also for fringe breakpoint bitmaps.
19487 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19489         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19491 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19493         * simple.el (completion-common-substring):
19494         Use `completion-common-substring' prior to `completion-base-size'.
19496 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19498         * savehist.el: Require CL while compiling.
19499         (savehist-history-variables): Remove.
19500         (savehist-save-minibuffer-history, savehist-additional-variables)
19501         (savehist-minibuffer-history-variables): New vars.
19502         (savehist-save): Use them.
19503         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19504         (savehist-install): New fun, extracted from savehist-load.
19505         (savehist-load): Use them.
19507 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19509         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19510         a dummy doc-string-elt property.
19511         (defalias, defvaralias, define-category): Add a docstring property.
19513         * image.el (defimage):
19514         * widget.el (define-widget):
19515         * custom.el (defface, defcustom): Add `doc-string' declaration.
19517         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19518         (defadvice): Add `doc-string' declaration.
19520         * emacs-lisp/byte-run.el (macro-declaration-function):
19521         Handle `doc-string' declarations.
19522         (define-obsolete-function-alias, define-obsolete-variable-alias):
19523         Add `doc-string' declaration.
19525 2005-10-24  Kenichi Handa  <handa@m17n.org>
19527         * international/utf-7.el (utf-7): Add autoload cookie.
19529         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19531 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19533         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19534         list of directories passed to batch-update-autoloads.  Add "." to
19535         the list of the echoed directories.
19537         * pgg-def.el:
19538         * pgg-gpg.el:
19539         * pgg-parse.el:
19540         * pgg-pgp.el:
19541         * pgg-pgp5.el:
19542         * pgg.el: Moved here from the gnus subdirectory.
19544 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19546         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19547         in case comint-prompt-read-only is set to t.
19549         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19550         in case comint-prompt-read-only is set to t.
19552 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19554         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19555         Now a string.
19556         (icalendar-import-format): Handle CLASS, STATUS, URL.
19557         Rename `subject' to `summary'.
19558         (icalendar-import-format-summary): Rename from
19559         `icalendar-import-format-subject'.
19560         (icalendar-import-format-url, icalendar-import-format-status)
19561         (icalendar-import-format-class): New variables.
19562         (icalendar--rris): Take variable argument list.
19563         (icalendar--datestring-to-isodate): Remove unnecessary
19564         calendar-style check when converting dates with explicit month names.
19565         (icalendar-export-region): Change return type of conversion
19566         subroutines.  Bury current buffer unless error occurred.
19567         (icalendar--convert-to-ical)
19568         (icalendar--parse-summary-and-rest): New functions.
19569         (icalendar--convert-ordinary-to-ical)
19570         (icalendar--convert-weekly-to-ical)
19571         (icalendar--convert-yearly-to-ical)
19572         (icalendar--convert-block-to-ical)
19573         (icalendar--convert-cyclic-to-ical)
19574         (icalendar--convert-anniversary-to-ical): Change return type.
19575         Strip trailing blanks from subject.
19576         (icalendar--convert-sexp-to-ical): Change return type.
19577         Strip trailing blanks from subject.  Handle simple sexp
19578         entries as generated by icalendar.el.
19579         (icalendar--convert-float-to-ical)
19580         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19581         (icalendar-import-file): Doc fix.
19582         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19583         Correct call to icalendar--rris.
19584         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19585         `summary'.
19586         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19588 2005-10-24  Romain Francoise  <romain@orebokech.com>
19590         * server.el (server-sentinel): Set query-on-exit flag to nil on
19591         new client processes (it isn't inherited from the server process).
19593         * replace.el (occur-engine): Rearrange text properties.
19595 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19598         case-fold-search is nil.
19599         (debug-help-follow): Use help-xref-interned directly.
19601 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19603         * thumbs.el (thumbs-image-type): Add .pbm.
19605 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19607         * faces.el (inhibit-face-set-after-frame-default): New variable.
19608         (set-face-attribute): Bind it.
19609         (face-set-after-frame-default): Test it.
19611         * help-fns.el (describe-simplify-lib-file-name): New function.
19612         (describe-function-1, describe-variable): Use it.
19614         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19616         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19617         Eliminate nil as possible value.
19618         (tooltip-hide-delay): Reduce internal-border-width.
19620         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19621         (menu-bar-file-menu) <new-file>: Likewise.
19623         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19625         * international/mule.el (load-with-code-conversion):
19626         Pass full file name to `eval-buffer' unless preloading.
19628         * textmodes/flyspell.el (flyspell-large-region):
19629         Call ispell-check-version.
19631         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19632         Fix the make-variable-buffer-local call that was supposed
19633         to be for this variable.
19634         (ispell-aspell-supports-utf8): Doc fix.
19635         (ispell-find-aspell-dictionaries): Preserve elements of
19636         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19637         (ispell-aspell-find-dictionary): Return nil on error.
19639         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19640         (doctor-symptoms): Likewise.
19642         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19644 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19646         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19647         (custom-raised-buttons): Add :set spec.
19648         (custom-button-unraised, custom-button-pressed-unraised):
19649         New faces, so that custom-raised-buttons actually does something.
19650         (custom-mode): Use custom-button and custom-button-pressed.
19652         * wid-edit.el (widget-specify-button): Don't ignore
19653         widget-mouse-face on graphic terminals.
19654         (widget-move-and-invoke): Cleanup.
19656 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19658         * whitespace.el (whitespace-cleanup): Doc fix.
19660 2005-10-23  Romain Francoise  <romain@orebokech.com>
19662         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19663         `eval-after-load' to avoid evaluating their result.
19665 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19667         * files.el (directory-listing-before-filename-regexp):
19668         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19670         * dired.el (dired-move-to-filename-regexp): Remove.
19671         All occurrences replaced by `directory-listing-before-filename-regexp'.
19673         * dired-x.el, locate.el, vc.el:
19674         Replace `dired-move-to-filename-regexp' by
19675         `directory-listing-before-filename-regexp'.  In vc.el it is
19676         overwritten locally; maybe this can be handled in files.el too.
19678         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
19679         replaced by `directory-listing-before-filename-regexp'.
19681 2005-10-23  Andreas Schwab  <schwab@suse.de>
19683         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19684         and eval-next-after-load.
19686 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19688         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19689         exist, create it.
19691 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19693         * allout.el: Remove autoloads for mailcrypt and crypt++.
19694         Require pgg, pgg-gpg during compilation.
19695         (allout-version): Increment version number to 2.1, and use a literal
19696         rather than RCS Id.
19697         (allout-default-encryption-scheme): Remove.
19698         (allout-passphrase-verifier-handling)
19699         (allout-passphrase-verifier-string)
19700         (allout-file-passphrase-verifier-string)
19701         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19702         (allout-passphrase-hint-handling): Rename and simplify.
19703         (allout-init): Use `find-file-hook' if available, otherwise
19704         `find-file-hooks'.
19705         (allout-mode): Use `write-file-functions' if available, otherwise
19706         `local-write-file-hooks' and, instead of making auto-save-hook
19707         buffer local, make the write-file-hook activity contingent to
19708         allout-mode.
19709         (allout-mode): Use key-binding substitution in the docstring.
19710         (allout-kill-line): Spell-out kill ring data structure mutation
19711         instead of using byte-compiler-complaint-provoking `pop'.
19712         (allout-insert-listified): Use `insert' rather than `insert-string'
19713         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19714         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19715         (allout-encrypt-string): Totally revamped vis new underlying
19716         encryption facilities.
19717         (allout-mc-activate-passwd): Remove.
19718         (allout-obtain-passphrase): New, more or less replaces
19719         allout-mc-activate-passwd.
19720         (allout-encrypted-key-info): More or less replaces
19721         allout-encrypted-text-type.
19722         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19723         (my-mark-marker): Use `(featurep 'xemacs)'.
19725 2005-10-23  Lars Hansen  <larsh@soem.dk>
19727         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19728         (byte-compile-file-form-defmumble, byte-compile-defun)
19729         (byte-compile-defmacro): Use it.
19730         (byte-compile-form): Don't call byte-compile-set-symbol-position
19731         when a byte-compile handler is called.
19733 2005-10-22  Romain Francoise  <romain@orebokech.com>
19735         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19737         * subr.el (eval-after-load): Convert library name to an absolute
19738         file name using locate-library, since load-history no longer has
19739         library names in it.
19741 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19743         * files.el (make-temp-file): Move from subr.el.
19744         * subr.el (make-temp-file): Move to files.el.
19746         * window.el (get-buffer-window-list): Move from subr.el.
19747         * subr.el (get-buffer-window-list): Move to window.el.
19749         * image.el (image-load-path): Use eval-at-startup to initialize.
19751         * subr.el (eval-at-startup): New macro.
19753         * subr.el: Much rearrangement of functions and division
19754         into pages.  No code changes.
19756 2005-10-22  Kenichi Handa  <handa@m17n.org>
19758         * tar-mode.el (tar-extract): Be sure to call
19759         find-operation-coding-system if set-auto-coding doesn't find a
19760         coding system.
19762 2005-10-22  Kim F. Storm  <storm@cua.dk>
19764         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19765         Change users.
19766         (image-type-file-name-regexps): New defconst.
19767         (image-type-from-data): Simplify loop.
19768         (image-type-from-buffer): New defun.
19769         (image-type-from-file-header): Use it instead of image-type-from-data.
19770         Use image-search-load-path instead of only looking in data-directory.
19771         (image-type-from-file-name): New defun.
19772         (image-search-load-path): Change `pathname' to `filename'.
19773         Make PATH arg optional, default to image-load-path.
19775 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19777         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19779         * textmodes/paragraphs.el (sentence-end-base): New variable.
19780         (sentence-end): Use sentence-end-base.
19782 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19784         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19785         property independently from the font-lock-multiline variable.
19787 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19789         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19791         * startup.el (command-line): Convert library names
19792         in `load-history' to absolute file names.
19794         * subr.el (symbol-file): Doc fix.
19796         * loadhist.el (file-loadhist-lookup): Call locate-library
19797         instead of find-library-name.  Don't try converting
19798         abs file names to library names, since load-history no longer
19799         has library names in it.
19800         (file-dependents, file-provides, file-requires): Doc fixes.
19802 2005-10-21  Juri Linkov  <juri@jurta.org>
19804         * progmodes/etags.el (tags-table-mode): New function.
19805         (tags-verify-table): Replace initialize-new-tags-table with
19806         tags-table-mode.
19808         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19809         default value.
19810         (desktop-modes-not-to-save): Add tags-table-mode to the
19811         default value.
19813         * info.el (Info-index-next): Add total number of index
19814         alternatives to the message.
19816         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19817         backward only space (instead of space and period) before looking
19818         at sentence end.
19820         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19821         Add the old variable value as 4th default-value arg of read-string.
19823 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19825         * cus-face.el (custom-declare-face): Make face from X resources
19826         also on Mac.
19828         * disp-table.el (standard-display-g1, standard-display-graphic):
19829         Refuse to use string glyphs also on Mac.
19830         (standard-display-european): Don't set terminal coding system also
19831         on Mac.
19833         * frame.el (display-screens): Use x-display-screens also on Mac.
19835 2005-10-21  Romain Francoise  <romain@orebokech.com>
19837         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19839 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19841         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19842         and $? into sexps.
19844         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19845         warning face on open-paren-in-column-0.
19847         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19848         boundary case.  Fix typo.
19849         Suggested by Martin Rudalics <rudalics@gmx.at>.
19851 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19853         * textmodes/org.el (org-combined-agenda-icalendar-file)
19854         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19855         (org-export-icalendar-this-file)
19856         (org-export-icalendar-all-agenda-files)
19857         (org-export-icalendar-combine-agenda-files): New commands.
19858         (org-export-icalendar, org-print-icalendar-entries)
19859         (org-start-icalendar-file, org-finish-icalendar-file)
19860         (org-ical-ts-to-string): New functions.
19861         (org-read-date, org-goto-calendar)
19862         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19863         call to `calendar'.
19864         (orgtbl-setup): Remove the :keys arguments from the menu description.
19865         (org-after-save-iCalendar-file-hook): New variable.
19867 2005-10-21  Kenichi Handa  <handa@m17n.org>
19869         * language/vietnamese.el (tcvn-5712): Make it an alias of
19870         vietnamese-tcvn coding-system.
19872 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19874         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19875         group id is given.
19877 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19879         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19880         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19881         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19882         whose line is either continued or ends with a comment.
19884 2005-10-20  Romain Francoise  <romain@orebokech.com>
19886         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19888         * replace.el (occur-engine): Add follow-link property.
19890         * font-core.el (font-lock-mode): Doc fix.
19892 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19894         * net/rcirc.el: New file.
19896 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19898         * term.el (term-term-name): Initialize to "eterm-color".
19900 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19902         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19903         for encryption functionality.
19904         Move allout customization subgroup from `editing' to `outlines' group.
19905         Fix commentary keywords to legitimate ones.
19906         Update author info (using my current email address, obscurified).
19907         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19908         (allout-encrypted-topic-p, allout-encrypted-text-type)
19909         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19910         (allout-situate-encryption-key-verifier)
19911         (allout-get-encryption-key-verifier, allout-verify-key)
19912         (allout-next-topic-pending-encryption)
19913         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19914         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19915         (outline-key-verifier-handling, outline-key-hint-handling)
19916         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19917         (allout-file-key-verifier-string, allout-encryption-scheme)
19918         (allout-key-verifier-string, allout-key-hint-string)
19919         (allout-after-save-decrypt): New variables.
19920         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19921         (allout-after-saves-handler): New hook functions.
19922         (allout-post-command-business): Do allout-after-save-decrypt.
19923         (allout-enable-file-variable-adjustment): Custom var to enable
19924         mechanism for adding and adjusting settings of Emacs file variables.
19925         (allout-adjust-file-variable, allout-file-vars-section-data):
19926         New functions, implement the mechanism.
19927         (outlineify-sticky): Use the file vars mechanism.
19928         (allout-inhibit-protection, allout-during-write-cue)
19929         (allout-override-protect, allout-before-change-protect): Remove.
19930         (allout-flag-region, allout-open-topic): Adjust read-only text.
19931         (allout-open-line-not-read-only): Add to facilitate read-only
19932         text based protection.
19933         (allout-kill-line): Revise to adjust read-only text, clue the
19934         user about the inhibition.
19935         (allout-unprotected): Use unwind-protect.
19936         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19937         topic deeper than the offspring depth of the previous topic -
19938         avoiding confusing "containment discontinuities".
19939         (allout-reindent-bodies): Fix retention of body relative hanging
19940         indent during promotion of collapsed bodies.
19941         (allout-open-topic): Make it easy to open new topic with same
19942         bullet as current topic - topic creation functions provided with
19943         any universal argument provokes now prompt for bullet, defaulting
19944         to the bullet of the previous topic.
19945         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19946         Plain bullet alternates `.' period and `,' comma only.  All other
19947         bullets are relegated to special status (but customizable).
19948         (allout-end-of-entry): Rename from allout-end-of-current-entry
19949         since it actually operates w.r.t. most immediately containing
19950         entry, visible or not.
19951         (allout-hide-current-entry, allout-show-current-entry): Use the
19952         revised version.
19953         (allout-old-expose-topic): Solidify deprecation.
19954         (allout-end-of-subtree): Add so we can span concealed as well
19955         as visible topics.
19956         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19957         (allout-end-of-current-heading): Tweak to just respect the first line.
19958         (allout-get-body-text): Add.
19959         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19960         when invoked interactively.
19961         (allout-up-current-level): Use `interactive-p'.
19962         (allout-mode, allout-init): Miscellaneous docstring and
19963         operational refinements, as well as hookups of new encryption stuff.
19964         (allout-beginning-of-current-entry): Now works as advertised.
19965         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19966         (allout-isearch-rectification): Refine condition for isearching.
19967         (allout-isearch-abort, allout-enwrap-isearch)
19968         (allout-flag-region, my-region-active-p): Relocate some macros.
19969         (allout-title): Fallback title is (buffer-name), not
19970         non-existing (current-buffer-name).
19971         (subst-char-in-string): Define if absent (for some XEmacs versions).
19973 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19975         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19976         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19977         (mail-citation-prefix-regexp, mail-signature-file)
19978         (mail-default-headers, mail-bury-selects-summary)
19979         (mail-send-nonascii): Add autoload cookies.
19981 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19983         * frame.el (blink-cursor-mode): Add `mac' to the list of
19984         window-system's that support blinking cursor.
19986 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19988         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19990 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19992         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19993         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19994         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19996 2005-10-20  Kim F. Storm  <storm@cua.dk>
19998         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19999         (ido-set-current-directory): Don't add / after final @.
20000         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20001         Explicitly handle ange-ftp completion oddities.
20002         (ido-make-file-list): Don't rotate list at tramp root to avoid
20003         triggering tramp file handler for expand-file-name via get-file-buffer.
20005 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20007         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20009 2005-10-19  Jay Belanger  <belanger@truman.edu>
20011         * calc/calc-units.el (math-standard-units): Add units, adjust
20012         symbols and update values.
20013         (math-unit-prefixes): Add more prefixes.
20015 2005-10-19  Romain Francoise  <romain@orebokech.com>
20017         * bookmark.el (bookmark-menu-heading): New face.
20018         (bookmark-bmenu-list): Use it.
20019         Don't fiddle with `baud-rate' at top-level.
20021 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
20023         * image.el (create-image, find-image): Mention max-image-size in
20024         docstring.
20026 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * savehist.el (savehist-load): Revert to checking XEmacs.
20030         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20031         Various docstring and line-width fixups.
20032         (conf-mode): Use cond.
20033         Set font-lock-defaults.  Don't set comment-use-syntax.
20035 2005-10-18  David Ponce  <david@dponce.com>
20037         * tree-widget.el (tree-widget-button-click): New function.
20038         (tree-widget-button-keymap): Use it.
20040 2005-10-18  Romain Francoise  <romain@orebokech.com>
20042         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20043         (bookmark-bmenu-hide-filenames): Add follow-link property.
20044         Improve help-echo text.
20046         * ffap.el (find-file-at-point): Doc fix.
20048 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20050         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20052 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20054         Install to the CVS repository what I forgot to install in my
20055         2005-10-16 changes.
20057         * progmodes/python.el (python-complete-symbol): Pass the common
20058         prefix substring of completion to `display-completion-list'.
20060         * textmodes/org.el (org-complete): Ditto.
20062 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20064         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20066         * woman.el (WoMan-xref-man-page): New button type derived
20067         from `Man-abstract-xref-man-page'.
20068         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20070         * man.el (Man-abstract-xref-man-page): New button type.
20071         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20072         (Man-highlight-references): Add new optional argument `xref-man-type'.
20074 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20076         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20078 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20080         * cus-edit.el (Custom-move-and-invoke): Delete.
20081         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20083         * wid-edit.el (widget-move-and-invoke): New function, from
20084         Custom-move-and-invoke.
20086 2005-10-17  Bill Wohler  <wohler@newt.com>
20088         Move all remaining images from lisp/toolbar to etc/images, move
20089         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20090         the low resolution images in their own directory (low-color).
20092         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20093         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20094         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20095         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20096         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20097         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20098         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20100         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20101         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20102         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20103         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20104         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20105         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20106         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20107         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20108         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20109         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20110         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20111         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20112         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20113         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20114         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20116         To conform with convention, replace the underscore (_) in the
20117         following image names with dash (-) or (/) as appropriate.
20119         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20120         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20121         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20122         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20123         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20124         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20125         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20126         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20127         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20128         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20129         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20130         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20131         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20132         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20133         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20135         * info.el (info-tool-bar-map): Replace underscores in image names
20136         with dashes.
20138         * makefile.w32-in (WINS): Remove toolbar.
20140         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20142         * tool-bar.el: Move to lisp from toolbar.  Now that
20143         toolbar is empty, it should be deleted when folks run "cvs up -P".
20145 2005-10-18  Jay Belanger  <belanger@truman.edu>
20147         * calc/calc-store.el (calc-store-into): Get the proper variable name
20148         to display in message.
20150 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20152         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20153         expressions display in speedbar for all buffers when debugging.
20154         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20156         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20157         (speedbar-insert-button, speedbar-make-button):
20158         Use add-text-properties.
20159         (speedbar-update-localized-contents)
20160         (speedbar-update-directory-contents)
20161         (speedbar-update-special-contents): Use dolist.
20162         (speedbar-buffer-easymenu-definition): Add a menu separator.
20164 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20166         * makefile.w32-in: Use $(lisp) consistently.
20167         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20168         for shell specific generation of mh-autoloads.
20170 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20172         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20174 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20176         * jit-lock.el (jit-lock-fontify-now):
20177         Move jit-lock-context-unfontify-pos to avoid wasted work.
20179 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20181         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20182         `tramp-completion-mode' for checking if we are in completion mode.
20183         (tramp-completion-handle-file-name-all-completions): Reorder code
20184         in order to complete for file names only in case there are no
20185         method/user/host completions.  This is necessary for cooperation
20186         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20188 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20190         * longlines.el (longlines-search-forward)
20191         (longlines-search-backward): Match any number of spaces.
20193 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20195         * diff-mode.el (diff-mode): Doc fix.
20197 2005-10-16  David Reitter  <david.reitter@gmail.com>
20199         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20200         as default on darwin and windows systems.
20202 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20204         * arc-mode.el (archive-zip-extract): Doc fix.
20206 2005-10-16  Romain Francoise  <romain@orebokech.com>
20208         * mouse.el (mouse-1-click-follows-link): Doc fix.
20210 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20212         * savehist.el: Don't require CL at runtime.
20213         (savehist-xemacs): Remove.
20214         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20215         (savehist-no-conversion): Use (featurep 'xemacs).
20216         (savehist-load): Check existence of start-itimer rather than XEmacs.
20217         Use an idle timer.
20218         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20219         `delete-if-not'.
20221 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20223         * savehist.el: Newer version.
20224         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20225         (savehist-last-checksum, savehist-no-conversion): New vars.
20226         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20227         New functions.
20228         (savehist-load, savehist-save): Use them.
20229         (savehist-delimit): Remove.
20231 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20233         * progmodes/compile.el (compilation-goto-locus): Display the
20234         compilation buffer first and the source buffer second, in case they're
20235         in overlapping frames.  Don't raise the compilation frame if it was the
20236         selected window upon entry.  Pass the `other-window' arg to
20237         pop-to-buffer.
20239         * info.el (Info-fontify-node): Use dolist.
20240         Change add-text-properties to put-text-property.
20242 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20244         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20245         bound of search.
20247 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20249         * dabbrev.el (dabbrev-completion): Pass the common
20250         prefix substring of completion to `display-completion-list'.
20252         * filecache.el (file-cache-minibuffer-complete)
20253         (file-cache-complete): Ditto.
20255         * tempo.el (tempo-display-completions): Ditto.
20257         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20259         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20261         * eshell/em-hist.el (eshell-list-history): Ditto.
20263         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20265         * mail/mailalias.el (mail-complete): Ditto.
20267         * progmodes/etags.el (complete-tag): Ditto.
20269         * progmodes/make-mode.el (makefile-complete): Ditto.
20271         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20273         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20275         * progmodes/pascal.el (pascal-complete-word)
20276         (pascal-show-completions): Ditto.
20278         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20280         * simple.el (completion-common-substring): New variable.
20281         (completion-setup-function): Use `completion-common-substring'
20282         to put faces.
20284 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20286         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20287         (x-get-selection, mac-select-convert-to-string): Convert from/to
20288         UTF-16 clipboard data as in native byte order, no BOM.
20290 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20292         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20293         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20294         (gud-sentinel): Use speedbar-frame to check for speedbar.
20296 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20298         * savehist.el: New file.
20300 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20302         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20303         Fix bug in \bf fontification.
20305 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20307         * pcvs.el (cvs-edit-log-files): New var.
20308         (cvs-mode-edit-log): New arg `file'.
20309         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20310         Instead force the use of the original file and nothing else.
20311         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20312         the cvs-minor-wrap-function is set.
20313         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20315 2005-10-14  Bill Wohler  <wohler@newt.com>
20317         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20318         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20319         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20320         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20321         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20322         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20323         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20324         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20325         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20326         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20327         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20328         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20329         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20330         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20331         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20333         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20334         appropriately (for example, gud-break to gud/break).
20336 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20338         * longlines.el (longlinges-search-function)
20339         (longlines-search-forward, longlines-search-backward): New functions.
20340         (longlines-mode): Set isearch-search-fun-function to
20341         longlinges-search-function.
20343         * mouse.el (mouse-drag-region-1): Handle the case where a
20344         double-click event is bound to an arbitrary function.
20346 2005-10-14  David Ponce  <david@dponce.com>
20348         * recentf.el (recentf-track-opened-file)
20349         (recentf-track-closed-file, recentf-update-menu)
20350         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20351         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20352         mouse-1-click-follows-link.
20354 2005-10-13  Jan Djärv  <jan.h.d@swipnet.se>
20356         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20357         Gnome file-manager.png.  Suggested by
20358         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20360         * toolbar/README: Add diropen.xpm.
20362 2005-10-13  Bill Wohler  <wohler@newt.com>
20364         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20365         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20367 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20369         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20370         Don't waste the byte-compiler's time on constant data.
20372 2005-10-13  Kenichi Handa  <handa@m17n.org>
20374         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20375         byte with `escape-glyph' face.
20377         * international/fontset.el (ccl-encode-unicode-font):
20378         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20379         Handle the case that ucs-mule-to-mule-unicode translates a character to
20380         ASCII (usually for IPA characters).
20382 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20384         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20385         Don't hide the underline of titles if font-lock-mode is disabled.
20387 2005-10-12  Bill Wohler  <wohler@newt.com>
20389         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20390         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20391         files in MH-E-SRC have been updated.
20392         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20394 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20396         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20397         (mixal-mode-syntax-table): Add \n as end-comment.
20398         (mixal-operation-codes-alist): Immediately initialize to full value.
20399         (mixal-add-operation-code): Remove.
20400         (mixal-describe-operation-code): Make the arg non-optional.
20401         Use the interactive spec instead.
20402         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20403         (mixal-font-lock-keywords): Don't highlight comments here any more.
20404         (mixal-font-lock-syntactic-keywords): New var.
20405         (mixal-mode): Use it.  Fix comment-start-skip.
20407 2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
20409         * startup.el (command-line-x-option-alist): -nb => -nbi.
20411 2005-10-12  Kim F. Storm  <storm@cua.dk>
20413         * startup.el (fancy-splash-default-action): Discard mouse click in
20414         the splash screen window, as it has no sensible meaning in the
20415         next window to be selected.  Fixes error reported by Jan D.
20417 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20419         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20421 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20423         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20424         Try to fix up minor layout issues like indentation, line break, etc...
20425         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20426         because it doesn't work.
20427         (mixal-operation-codes): Add some more codes.
20428         (mixal-font-lock-keywords): Process comments here.
20429         (mixal-mode): mixasm no longer needs -g option.
20431 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20433         * progmodes/sh-script.el (sh-tmp-file):
20434         Use mktemp -t.  Finish support for es and rc shells.
20436 2005-10-11  Jay Belanger  <belanger@truman.edu>
20438         * calc/calcalg2.el (calc-integral): With an argument, compute the
20439         definite integral.
20441 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20443         * mouse.el (mouse-drag-region-1): Don't try to catch a
20444         double-click when doing follow-link (it's overridden anyway).
20446 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20448         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20449         (autoload-print-form-outbuf): Add docstring.
20451 2005-10-11  Juri Linkov  <juri@jurta.org>
20453         * info.el (Info-mode-menu): Delete menu item "Edit".
20454         (Info-mode): Delete description of Info-edit from docstring,
20455         and rearrange descriptions of Info commands in the order
20456         they are documented in the Info manual.
20458 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20460         * calendar/appt.el (appt-check): Use diary-selective-display var.
20462 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20464         * net/newsticker.el (newsticker-start, newsticker-show-news):
20465         Add autoload cookies.
20467 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20469         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20471 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20473         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20475 2005-10-10  Jay Belanger  <belanger@truman.edu>
20477         * calc/calc-arith.el (math-check-known-scalarp)
20478         (math-check-known-matrixp): Check the values of arguments that are
20479         variables.
20480         (math-check-known-square-matrixp): New function.
20481         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20482         (math-super-types): Add sqmatrix type.
20484         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20485         mode name `square' to `sqmatrix'.
20487         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20488         mode name `square' to `sqmatrix'.
20490 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20492         * progmodes/etags.el (select-tags-table-mode): Don't use
20493         selective-display.
20494         (tags-select-tags-table): Pass `button' to the action function.
20495         (select-tags-table): Place the side-info on button properties rather
20496         than in hidden text.  Abbreviate file names.
20497         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20498         (select-tags-table-select): Add `button' argument.
20499         Get side-info from the button property rather than from hidden text.
20501 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20503         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20504         (gud-speedbar-buttons): Preserve point if possible.
20505         (gud-sentinel): Restore previous speedbar display type.
20507         * progmodes/gdb-ui.el (gdba): Improve diagram.
20508         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20509         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20510         Call get-buffer-window once.
20512 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20514         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20515         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20516         (pascal-indent-command): Remove unused var `ind'.
20517         (pascal-indent-case): Remove unused var `oldpos'.
20518         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20519         since it's now used as a proper minor mode map.
20520         (pascal-outline): Rename to pascal-outline-mode.
20521         (pascal-outline-mode): Use define-minor-mode.
20522         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20523         selective-display.
20525 2005-10-10  Andreas Schwab  <schwab@suse.de>
20527         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20528         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20530         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20531         outside source directory.
20533 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20535         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20536         C-x' as a prefix.
20537         (orgtbl-mode-map): Full keymap instead of sparse, because all
20538         `self-insert-command' keys are redefined in this map.
20539         (org-export-as-html): Specify charset for HTML file, by taking it
20540         from the coding system.
20542 2005-10-10  Kenichi Handa  <handa@m17n.org>
20544         * textmodes/flyspell.el (flyspell-check-word-p):
20545         If unread-command-events is non-empty, don't call sit-for.
20547 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20549         * font-lock.el (font-lock-syntactic-keywords)
20550         (font-lock-keywords): Doc fixes.
20552         * textmodes/flyspell.el (flyspell-external-point-words):
20553         Simplify logic, and don't try to check for consecutive appearances
20554         of one incorrect word.
20556 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20558         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20559         separator.
20561         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20562         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20563         (gud-expansion-speedbar-buttons): New function.
20564         (gud-speedbar-buttons): Check for gud-comint-buffer.
20566 2005-10-09  Bill Wohler  <wohler@newt.com>
20568         * Makefile.in (updates): Add mh-loaddefs dependency.
20570 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20572         * speedbar.el (speedbar-file-key-map): Fix typo.
20574 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20576         * cus-start.el (line-spacing): Add custom spec.
20578 2005-10-09  Romain Francoise  <romain@orebokech.com>
20580         * textmodes/ispell.el (ispell-check-version): Fix last change.
20582 2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
20584         * term/x-win.el: Remove -i, --icon-type from comment.
20586         * startup.el (command-line-x-option-alist): Remove options -i,
20587         -itype, --icon-type, added -nb, --no-bitmap-icon.
20589 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20591         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20592         instead of :active.
20594 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20596         * textmodes/ispell.el (ispell-check-version):
20597         Ignore hyphen, and all that follows, in aspell's version text.
20599 2005-10-08  Jay Belanger  <belanger@truman.edu>
20601         * calc/calc-arith.el (math-known-square-matrixp): New function.
20602         (math-pow-fancy): Check for matrices before distributing exponent
20603         across products.
20605         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20606         fullscreen keypad.  Suggested by Luc Teirlinck.
20607         (calc-keypad-show-input): Add space for formatting.
20609         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20610         Add square matrix option.
20612         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20613         of checking calc-matrix-mode when deciding how to expand.
20615         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20617 2005-10-08  Lars Hansen  <larsh@soem.dk>
20619         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20620         Add error handling.
20621         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20623 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20625         Sync with Tramp 2.0.51.
20627         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20628         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20629         Insert special handling for `last-coding-system-used', again
20630         it still seems to be necessary (unlike stated before).
20631         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20632         (tramp-password-prompt-regexp): There might be other words before
20633         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20634         (tramp-chunksize): Improve docstring.
20635         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20636         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20637         Christian Joergensen <bugs@razor.dk>.
20639 2005-10-07  Glenn Morris  <rgm@gnu.org>
20641         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20642         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20643         precision'.
20645 2005-10-07  Romain Francoise  <romain@orebokech.com>
20647         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20648         (ibuffer-do-shell-command-pipe-replace)
20649         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20650         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20651         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20652         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20653         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20654         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20655         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20656         (ibuffer-filter-by-content, ibuffer-filter-by-predicate)
20657         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20658         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20659         Autoload file sans suffix.
20661         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20663 2005-10-07  David Ponce  <david@dponce.com>
20665         * recentf.el (recentf-menu-open-all-flag): New option.
20666         (recentf-digit-shortcut-command-name): New function.
20667         (recentf--shortcuts-keymap): New variable.
20668         (recentf-menu-shortcuts): New variable.
20669         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20670         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20671         (recentf-menu-value-shortcut): New function.
20672         (recentf-make-menu-item): Use it.  No more in-lined.
20673         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20674         (recentf-open-most-recent-file): Rename from
20675         `recentf-open-file-with-key'.  Don't depend on key binding.
20676         (recentf-mode-map): New variable.
20677         (recentf-mode): Use it.
20679 2005-10-06  Bill Wohler  <wohler@newt.com>
20681         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20683         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20684         (MH-E-SRC): New.  Used by mh-autoloads.
20685         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20686         files in MH-E-SRC have been updated.
20687         (compile, recompile, bootstrap): Depend on mh-autoloads.
20689 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20691         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20692         gud-break and gud-remove icons when the fringe is not available.
20694         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20695         Typo.
20697 2005-10-06  Michaël Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20699         * play/zone.el (zone): Wrap body with save-window-excursion.
20701 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20703         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20704         Use the new `list-only' arg to diary-list-entries.
20706         * calendar/diary-lib.el: Use overlays rather than selective-display.
20707         (diary-selective-display): New var.
20708         (diary-header-line-format): Use it.
20709         (diary-list-entries): Add argument `list-only'.
20710         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20711         Replace \^M by invisible overlays.
20712         (diary-unhide-everything): Replace \^M by invisible overlays.
20713         (print-diary-entries): Look for overlays rather than \^M.
20714         Add a space to the temp buffer name.
20715         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20716         Put the buffer in diary-mode.
20717         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20718         (diary-anniversary): Make the year arg optional.
20719         (diary-time-regexp): New const.
20720         (diary-font-lock-keywords): Use it to accept a few more time formats.
20722         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20724 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20726         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20727         Fix bug introduced 2005-07-03: Use (car (last ...))
20728         to faithfully reproduce replaced artist-last.
20729         (artist-set-arrow-points-for-poly): Likewise.
20730         Suggested by Johan Bockgård.
20732 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20734         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20735         * wid-edit.el (widget):
20736         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20737         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20739 2005-10-06  Kenichi Handa  <handa@m17n.org>
20741         * international/mule-cmds.el (set-language-environment):
20742         Fix setting up of case-table for unibyte mode.
20744         * simple.el (what-cursor-position): If the character is displayed
20745         by some `display' text property, show that.  Don't use
20746         single-key-description for eight-bit characters in multibyte mode.
20748 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20750         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20751         (gdb-ann3): Set it.
20752         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20753         (gdb-info-frames-custom): Use inverse-video for first five
20754         characters of selected frame only.
20755         (gdb-get-frame-number): Select frame even when point is on frame
20756         number.
20758 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20760         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20761         Put `font-lock-function-name-face'.
20762         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20763         and `font-lock-variable-name-face'
20764         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20765         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords'.
20766         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20767         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20768         (gdb-local-font-lock-keywords): New font lock keywords definition.
20769         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20770         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20771         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20773 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20775         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
20776         (ediff-merge-region-is-non-clash-to-skip): Previously called
20777         ediff-merge-region-is-non-clash.
20779         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20780         Use insert-buffer-substring.
20782         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20783         selecting files to patch.  Also bug fixes.
20785         * ediff-util.el (ediff-setup): Bug fix.
20786         (ediff-next-difference): Never skip clashes that differ in white
20787         space only.
20789         * ediff-wind.el (ediff-setup-control-frame)
20790         (ediff-destroy-control-frame): Check the menubar feature.
20792         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
20793         (viper-refresh-mode-line): Use make-local-variable to localize
20794         some vars instead of make-variable-buffer-local.  Suggested by
20795         Stefan Monnier.
20797         * emulation/viper-init.el (viper-make-variable-buffer-local):
20798         Delete alias.
20799         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20800         Use make-local-variable instead of make-variable-buffer-local.
20801         Suggested by Stefan Monnier.
20803         * emulation/viper.el (viper-mode): Don't use
20804         viper-make-variable-buffer-local.
20805         (viper-comint-mode-hook): Use make-local-variable on
20806         require-final-newline.
20807         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20809 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20811         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20812         also the second char of a comment-start sequence.
20813         (scheme-sexp-comment-syntax-table): New var.
20814         (lambda, define): Set their scheme-doc-string-elt property.
20815         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20816         Use lisp-font-lock-syntactic-face-function now that it properly
20817         handles |...| symbols.
20818         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20819         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20821         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20822         bit from # to |.
20823         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20825         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20826         (lisp-doc-string-elt-property): New var.
20827         (lisp-font-lock-syntactic-face-function): Use it.
20828         Rewrite to recognize docstrings even for forms not at toplevel.
20830         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20831         annotation on the | part of #| rather than on the # part.
20832         (scheme-font-lock-syntactic-face-function): New function, to
20833         distinguish strings from |...| symbols.
20834         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20835         syntax-table so that #|...|# is properly highlighted.
20837         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20838         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20840 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20842         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20843         and C-e.
20845         * emacs-lisp/eldoc.el: Move comments into docstrings.
20846         (eldoc-message-commands): Initialize in its declaration.
20847         Add move-beginning-of-line and move-end-of-line.
20848         (eldoc-add-command, eldoc-add-command-completions)
20849         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20851         * outline.el (outline-mark-subtree): Activate the mark.
20853         * calendar/appt.el (appt-time-regexp): New var.
20854         (appt-add, appt-make-list): Use it.
20855         (appt-convert-time): Clean up.
20857         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20858         Don't set any syntax-table property here.
20859         (tex-font-lock-verb): New function.  Do it here.
20860         (tex-font-lock-syntactic-keywords): Use it.
20862 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20864         * wid-edit.el (widget-file-complete): Get the widget start point
20865         the right way.  Default directory to `/' if file has none.
20867         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20869         * textmodes/flyspell.el (flyspell-mode-on):
20870         Call ispell-maybe-find-aspell-dictionaries.
20872         * textmodes/ispell.el (ispell-word, ispell-region):
20873         Call ispell-maybe-find-aspell-dictionaries.
20874         (ispell-accept-buffer-local-defs):
20875         Don't call ispell-maybe-find-aspell-dictionaries.
20877 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20879         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20881 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20883         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20884         instead of `fboundp' in order to allow for anonymous functions.
20886 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20888         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20889         case the user clicks on the link while another window is selected.
20890         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20892         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20893         functionality.
20894         (dframe-help-echo): Save point in case mouse tracking is off.
20896 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20898         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20900 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20902         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20903         not change the global value of those vars.
20905         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20906         make-local-variable which we do not need any more.
20908 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20910         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20911         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20912         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20913         (speedbar-path-line): Define obsolete aliases.
20914         (speedbar-line-directory): Doc fix.
20916         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20917         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20918         instead of speedbar-line-path.
20920 2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
20922         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20923         to nil if dropping on a window.  Handle dropping on a minibuffer window
20924         like dropping on a non-window part of Emacs.
20926 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20928         * net/ange-ftp.el: Use with-current-buffer.
20929         (ange-ftp-insert-directory): Do not follow symlinks any more.
20931         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20932         Remove interactive spec.
20934 2005-10-03  Kim F. Storm  <storm@cua.dk>
20936         * ido.el (ido-mode): Use custom-initialize-set.
20938 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20940         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20941         Use insert-buffer-substring.
20943         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20944         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20946 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20948         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20949         in last change.
20950         (ange-ftp-insert-directory): Fix up the search for the case where
20951         `file' is absolute.
20953 2005-10-02  Romain Francoise  <romain@orebokech.com>
20955         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20957 2005-10-02  Andreas Schwab  <schwab@suse.de>
20959         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20960         directory component in the session info.
20962 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20964         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20966         * simple.el (next-error-internal): New function.
20968         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20969         (compilation-start): Pass new arg to compilation-buffer-name.
20970         (compile-goto-error): Use next-error-internal.
20972 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20974         * speedbar.el: Remove RCS tag.
20975         (speedbar-check-read-only): Handle non-existent files.
20977         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20979         * info.el (Info-speedbar-hierarchy-buttons)
20980         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20982 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20984         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20985         Do not match newline.
20986         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20987         (bibtex-summary): Remove unnecessary save-excursion.
20988         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20990 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20992         * term/mac-win.el: Add charset info for "iso10646-1".
20993         Modify default fontset to use ATSUI-compatible fonts for some charsets
20994         if available.
20996 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20998         * speedbar.el: Re-apply arch tag.
20999         (speedbar-version): Rename to version 1.0.  Suggested by Eric
21000         M. Ludlam.
21001         Reapply two changes from Emacs CVS' version of speedbar lost
21002         during the merge:
21003         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21004         (speedbar-frame-parameters): Improve customize type.
21006 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21008         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21009         (ange-ftp-file-directory-p): Fix the symlink case.
21010         (ange-ftp-insert-directory): When listing a single file, get a list of
21011         the parent buffer and extract the relevant line.  Inspired from a patch
21012         by Katsumi Yamaoka <yamaoka@jpl.org>.
21013         (ange-ftp-file-name-sans-versions): Simplify.
21015 2005-09-30  Bill Wohler  <wohler@newt.com>
21017         Move MH-E image files from toolbar and mail directories into
21018         etc/images.
21020         * mail/reply2.*: Move to etc/images/mail/reply*.
21022         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21023         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21024         etc/images.
21026         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21027         * toolbar/reply*: Move to etc/images/mail.
21029         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21031 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
21033         * speedbar.el: New version 1.0pre3.
21035         Frame management code (including timer, and mouse click specifics)
21036         moved to dframe.el:
21037         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21038         (speedbar-timer): Removed.  Use dframe-timer.
21039         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21040         (speedbar-activity-change-focus-flag): Removed.  Use
21041         dframe-activity-change-focus-flag.
21042         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21043         dframe-update-speed.
21045         (speedbar-current-frame): New macro.  Use this instead of the
21046         variable speedbar-frame.
21048         (speedbar-use-images, speedbar-expand-image-button-alist)
21049         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21051         (speedbar-find-image-on-load-path): Removed.  Replaced by
21052         defezimage in ezimage.el.
21053         (speedbar-expand-image-button-alist): Removed.  Replaced by
21054         ezimage-expand-image-button-alist in ezimage.el.
21056         (speedbar-ignored-directory-regexp)
21057         (speedbar-add-ignored-directory-regexp)
21058         (speedbar-ignored-directory-expressions)
21059         (speedbar-line-directory, speedbar-buffers-line-directory)
21060         (speedbar-directory-line, speedbar-buffers-line-directory):
21061         Renamed, replacing `path' with `directory'.
21063         (speedbar-create-directory, speedbar-expand-line-descendants)
21064         (speedbar-toggle-line-expansion)
21065         (speedbar-contract-line-descendants): New commands.
21067         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21068         (speedbar-use-tool-tips-flag): New options.
21070         (speedbar-check-read-only, speedbar-require-version)
21071         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21072         (speedbar-handle-delete-frame, speedbar-try-completion)
21073         (speedbar-update-localized-contents): New functions.
21075         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21076         (speedbar-object-read-only-indicator): New variables.
21078         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21079         New hooks.
21081         (speedbar-separator-face): New face.
21083         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21084         (speedbar-ignored-modes): Add fundamental-mode.
21085         (speedbar-directory-unshown-regexp): Add . directories.
21087         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21088         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21089         `]' for full expand/close.
21090         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21092         (speedbar-check-vc): Support hidden files.
21093         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21094         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21095         state is nil, it is not checked out.
21097         (speedbar-line-text, speedbar-line-token): Support expand buttons
21098         with no text.
21099         (speedbar-refresh): Universal argument acts as power-click.
21100         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21101         that buffer to get variable values.
21103         And many other bugfixes.
21105         * dframe.el, ezimage.el, sb-image.el: New files.
21107         * sb-*.xpm: Remove files.  New image files installed into
21108         etc/images/ezimage.
21110 2005-09-30  Kenichi Handa  <handa@m17n.org>
21112         * ps-mule.el (ps-mule-show-warning): If a character is in
21113         ps-print-translation-table, don't treat it as non-printable.
21115 2005-09-30  David Ponce  <david@dponce.com>
21117         * tree-widget.el (tree-widget-themes-load-path): New variable.
21118         (tree-widget-themes-directory): Doc fix.
21119         (tree-widget-image-formats) [Emacs]: Doc fix.
21120         (tree-widget--locate-sub-directory): New function.
21121         (tree-widget-themes-directory): Use it.
21123         * recentf.el (recentf-filename-handlers): Rename from
21124         `recentf-filename-handler'.  Allow a list of functions.
21125         (recentf-menu-items-for-commands): Fix :help strings.
21126         (recentf-apply-filename-handlers): New function.
21127         (recentf-expand-file-name): Use it.
21128         (recentf-cleanup): Remove duplicates too.
21130 2005-09-29  Juri Linkov  <juri@jurta.org>
21132         * faces.el: Rearrange face definitions to be in the same order as
21133         their face descriptions in "(emacs)Standard Faces".
21135         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21137         * tooltip.el (tooltip): Add group `basic-faces'.
21139         * buff-menu.el (Buffer-menu-buffer): Remove group
21140         `font-lock-highlighting-faces'.
21142         * progmodes/compile.el (compilation-error, compilation-warning)
21143         (compilation-info, compilation-line-number, compilation-column-number):
21144         Change group from `font-lock-highlighting-faces' to `compilation'.
21146         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21147         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21148         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21149         (vhdl-font-lock-reserved-words-face)
21150         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21151         `font-lock-highlighting-faces'.
21153         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21155 2005-09-28  Kim F. Storm  <storm@cua.dk>
21157         * emulation/cua-base.el: Set CUA move property on additional commands:
21158         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21159         forward-sexp, backward-sexp, forward-list, backward-list.
21161 2005-09-28  Romain Francoise  <romain@orebokech.com>
21163         * comint.el (comint-show-output): Really set point at the
21164         beginning of the output when not using `comint-use-prompt-regexp'.
21166 2005-09-27  Jay Belanger  <belanger@truman.edu>
21168         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21169         in TeX mode.
21171 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21173         * textmodes/org.el (org-table-sum): Fix format string.
21175         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21176         Quote face names.
21178 2005-09-26  Romain Francoise  <romain@orebokech.com>
21180         * isearch.el (isearch-forward-regexp): Close doc string.
21182 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21184         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21186         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21188         * progmodes/compile.el (compilation-error-properties):
21189         When getting the file from the previous error message,
21190         correctly decode the new data format.
21192         * progmodes/cc-cmds.el (c-electric-paren):
21193         Call old-blink-paren only for close-paren.
21195 2005-09-24  Andreas Schwab  <schwab@suse.de>
21197         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21198         condition.
21200 2005-09-25  Romain Francoise  <romain@orebokech.com>
21202         * dired-aux.el (dired-copy-file-recursive):
21203         * dired.el (dired-delete-file):
21204         * ediff-mult.el (ediff-dir-diff-copy-file):
21205         * ediff-util.el (ediff-test-save-region):
21206         * forms.el (forms-mode):
21207         * ido.el (ido-file-internal, ido-delete-file-at-head):
21208         * log-edit.el (log-edit-done):
21209         * ses.el (ses-yank-resize):
21210         * play/gomoku.el (gomoku-human-plays, gomoku)
21211         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21212         (gomoku-offer-a-draw):
21213         * play/landmark.el (lm-human-resigns, lm):
21214         * net/eudcb-ldap.el (eudc-ldap-check-base):
21215         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21216         * progmodes/ebrowse.el (ebrowse-find-pattern):
21217         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21218         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21219         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21221         * vc.el (vc-delete-file):
21222         * play/gomoku.el (gomoku-terminate-game, gomoku)
21223         (gomoku-prompt-for-move, gomoku-human-takes-back):
21224         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21225         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21227 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21229         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21230         color rxvt terminals by using the code xterm.el used to use before
21231         2005-04-09 in order to match the colors used by rxvt.
21233 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21235         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21236         colors rxvt-unicode terminals by using the same code as xterm.el.
21238 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21240         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21241         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21242         new symbol used for the tex-verbatim face.
21244 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21246         * woman.el (woman-file-name):
21247         * wid-edit.el (widget-file-prompt-value)
21248         (widget-coding-system-prompt-value):
21249         * w32-fns.el (set-w32-system-coding-system):
21250         * vc.el (vc-version-diff, vc-annotate):
21251         * textmodes/reftex-auc.el (reftex-arg-cite)
21252         (reftex-arg-index-tag):
21253         * textmodes/refer.el (refer-get-bib-files):
21254         * textmodes/artist.el (artist-figlet-choose-font):
21255         * terminal.el (terminal-emulator):
21256         * replace.el (occur-read-primary-args):
21257         * rect.el (string-rectangle, string-insert-rectangle):
21258         * ps-print.el (ps-print-preprint):
21259         * progmodes/pascal.el (pascal-goto-defun):
21260         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21261         * progmodes/compile.el (compilation-find-file):
21262         * printing.el (pr-interactive-n-up):
21263         * play/animate.el (animate-birthday-present):
21264         * net/rcompile.el (remote-compile):
21265         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21266         * mail/rmailsum.el (rmail-summary-search-backward)
21267         (rmail-summary-search):
21268         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21269         (rmail-output-read-file-name):
21270         * mail/rmail.el (rmail-search, rmail-search-backwards):
21271         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21272         * locate.el (locate):
21273         * international/quail.el (quail-show-keyboard-layout):
21274         * international/mule.el (set-buffer-file-coding-system)
21275         (revert-buffer-with-coding-system, set-file-name-coding-system)
21276         (set-terminal-coding-system, set-keyboard-coding-system)
21277         (set-next-selection-coding-system):
21278         * international/mule-diag.el (describe-coding-system)
21279         (describe-font, describe-fontset):
21280         * international/mule-cmds.el (universal-coding-system-argument)
21281         (search-unencodable-char, describe-input-method)
21282         (set-language-environment, describe-language-environment):
21283         * international/codepage.el (codepage-setup):
21284         * international/code-pages.el (codepage-setup):
21285         * info.el (Info-search, Info-follow-reference)
21286         (Info-search-backward):
21287         * emacs-lisp/advice.el (ad-read-advised-function)
21288         (ad-read-advice-class, ad-clear-cache, ad-activate)
21289         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21290         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21291         (ad-read-regexp):
21292         * ediff-util.el (ediff-toggle-regexp-match):
21293         * ediff-ptch.el (ediff-prompt-for-patch-file):
21294         * dired-aux.el (dired-diff):
21295         * diff.el (diff):
21296         * cus-edit.el (custom-variable-prompt):
21297         * calendar/timeclock.el (timeclock-ask-for-project):
21298         * calc/calcalg3.el (calc-get-fit-variables):
21299         * calc/calc-store.el (calc-edit-variable)
21300         (calc-permanent-variable):
21301         * vc-mcvs.el (vc-mcvs-register):
21302         * shadowfile.el (shadow-define-literal-group):
21303         * woman.el (woman-file-name):
21304         * vc.el (vc-version-diff, vc-merge):
21305         * textmodes/reftex-index.el (reftex-index-complete-tag):
21306         * format.el (format-decode-buffer, format-decode-region):
21307         * emulation/viper-cmd.el (viper-read-string-with-history):
21308         * emacs-lisp/debug.el (cancel-debug-on-entry):
21309         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21310         * ediff.el (ediff-merge-revisions)
21311         (ediff-merge-revisions-with-ancestor, ediff-revision):
21312         * completion.el (interactive-completion-string-reader):
21313         * calc/calc-prog.el (calc-user-define-formula):
21314         Follow convention for reading with the minibuffer.
21316 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21318         * progmodes/python.el (python-describe-symbol): Add globals() and
21319         locals() to the arguments of emacs.ehelp.
21321 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21323         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21324         New function, code extracted from ispell-valid-dictionary-list.
21325         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21326         Call it.
21328 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21330         * subr.el (version-regexp-alist): Extend valid syntax for version
21331         strings: allow any of the characters -,_,+ to separate the
21332         alpha/beta/rc part from the version part.  Doc fix.
21333         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21335 2005-09-23  David Reitter  <david.reitter@gmail.com>
21337         * mail/mailclient.el: New file.
21339 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21341         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21342         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21343         Doc fixes.
21345         * progmodes/cc-mode.el (c-font-lock-init):
21346         Specify font-lock-lines-before.
21348 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21350         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21351         whole conflict.
21353 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21355         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21356         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21357         of `remap' feature when available.  Additional key bindings for
21358         better tty support.
21359         (org-mode-restart, org-force-self-insert): New commands.
21360         (org-time-stamp-inactive): New command.
21361         (org-remap): New function.
21362         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21363         (org-enable-fixed-width-editor): Move to `org-structure'
21364         customization group.
21365         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21366         blank field after field motion commands.
21368 2005-09-23  Kenichi Handa  <handa@m17n.org>
21370         * international/mule-cmds.el (set-language-environment):
21371         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21372         have to call utf-translate-cjk-load-tables.
21374 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21376         * mouse.el (mouse-move-drag-overlay): Fix last change.
21378 2005-09-22  David Ponce  <david@dponce.com>
21380         * tree-widget.el (tree-widget-value-create): Fix previous change.
21382 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21384         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21386 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21388         * mouse.el (mouse-move-drag-overlay): New function.
21389         (mouse-drag-region-1): Use it.
21390         Try to simplify a bit the state handling.  Handle clicks on links
21391         inside intangible areas.
21392         (mouse-save-then-kill): Minor simplification.
21393         (mouse-secondary-overlay): Make it always non-nil instead of
21394         recreating it each time.
21395         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21396         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21397         Simplify accordingly.
21399 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21401         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21403 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21405         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21406         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21407         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21408         to patch.
21410         * ediff-util.el: Use insert-buffer-substring.
21412         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21414         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21415         field boundaries in the minibuffer.
21416         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21417         (viper-minibuffer-post-command-hook): New hook.
21418         (viper-line): Don't move cursor at bolp.
21420         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21422         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21423         avoid compiler warnings.
21425         * emulation/viper-macs.el (ex-map): Better messages.
21427         * emulation/viper-util.el (viper-beginning-of-field): New function.
21429         * emulation/viper.el: Replace make-variable-buffer-local with
21430         viper-make-variable-buffer-local everywhere, to avoid warnings.
21432 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21434         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21435         Delete unused var `old-selected-window'.
21436         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21437         (mouse-drag-secondary): Delete unused var `start-frame'.
21439 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21441         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21443 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21445         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21446         Re-indent within 80 columns.  Use inhibit-read-only.
21448 2005-09-19  Romain Francoise  <romain@orebokech.com>
21450         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21452 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21454         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21455         unconditionally, since the after-change-function already did it.
21457 2005-09-19  Miles Bader  <miles@gnu.org>
21459         * net/newsticker.el: Get rid of CVS keyword.
21461 2005-09-19  Johan Bockgård  <bojohan@dd.chalmers.se>
21463         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21464         The prompt is formatted later.
21466 2005-09-19  David Ponce  <david@dponce.com>
21468         * tree-widget.el (tree-widget-value-create): Save the converted
21469         tree :node widget.
21471 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21473         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21474         variable `message'.
21476 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21478         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21479         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21480         <slawomir.nowaczyk.847@student.lu.se>.
21482 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21484         * image.el (image-load-path): Use symbol `data-directory' instead
21485         of its value, for backward compatibility with packages that bind
21486         it during `find-image'.  Suggested by Katsumi Yamaoka.
21487         (image-search-load-path): Handle symbols whose values are strings.
21489 2005-09-18  Romain Francoise  <romain@orebokech.com>
21491         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21492         with-current-buffer form in save-excursion.
21494 2005-09-18  Deepak Goel  <deego@gnufans.org>
21496         * apropos.el (apropos-command): Fix `message' call: first arg
21497         should be a format spec.  In this and all other cases that appear
21498         below and elsewhere in the source code, I made a change only when
21499         two conditions were satisfied: [1] I can think of a possibility
21500         that the arguments would cause an error, for example, the code in
21501         question relies on external variables such as filenames.  [2] I
21502         was sure that the arg to `message' could not have been nil in the code.
21504         * textmodes/tildify.el (tildify-region): Ditto.
21506         * textmodes/reftex-index.el (reftex-index-change-entry)
21507         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21508         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21509         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21510         (org-priority, org-table-sum):
21511         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21512         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21513         (flyspell-word, flyspell-display-next-corrections):
21514         * textmodes/bibtex.el (bibtex-print-help-message):
21515         * textmodes/artist.el (artist-key-set-point-poly):
21516         * term/mac-win.el (mac-services-insert-text):
21517         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21518         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21519         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21520         (vhdl-compose-configuration):
21521         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21522         (sh-set-indent, sh-learn-line-indent):
21523         * progmodes/ps-mode.el (ps-mode-target-column):
21524         * progmodes/idlwave.el (idlwave-make-tags)
21525         (idlwave-scan-library-catalogs):
21526         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21527         * progmodes/gud.el (gud-jdb-analyze-source):
21528         * progmodes/flymake.el (flymake-log):
21529         * progmodes/ebnf2ps.el (ebnf-generate-region):
21530         * progmodes/cmacexp.el (c-macro-expansion):
21531         * progmodes/ada-xref.el (ada-treat-cmd-string):
21532         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21533         (ada-justified-indent-current, ada-batch-reformat):
21534         * play/zone.el (zone):
21535         * play/landmark.el (lm-move):
21536         * play/decipher.el (decipher-show-alphabet):
21537         * net/newsticker.el (newsticker--display-jump)
21538         (newsticker--display-scroll):
21539         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21540         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21541         * mail/feedmail.el (feedmail-dump-message-to-queue):
21542         * eshell/esh-proc.el (eshell-remove-process-entry):
21543         * emulation/ws-mode.el (ws-last-error):
21544         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21545         (viper-record-kbd-macro):
21546         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21547         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21548         * emacs-lisp/find-func.el (find-function-noselect):
21549         * calendar/timeclock.el (timeclock-status-string)
21550         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21551         (timeclock-when-to-leave-string):
21552         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21553         * calc/calc-units.el (calc-enter-units-table):
21554         * calc/calc-mode.el (calc-mode-record-mode):
21555         * woman.el (woman-mini-help):
21556         * wdired.el (wdired-change-to-wdired-mode):
21557         * vc.el (vc-retrieve-snapshot):
21558         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21559         * startup.el (display-startup-echo-area-message):
21560         * simple.el (set-goal-column):
21561         * ses.el (ses-command-hook, ses-recalculate-cell):
21562         * server.el (server-process-filter):
21563         * printing.el (pr-interface-txt-print, pr-interface-printify)
21564         (pr-interface-ps):
21565         * pcvs.el (cvs-help):
21566         * log-edit.el (log-edit, log-edit-mode-help):
21567         * iswitchb.el (iswitchb-possible-new-buffer):
21568         * isearch.el (isearch-edit-string):
21569         * image-mode.el (image-mode, image-minor-mode):
21570         * ibuf-macs.el (define-ibuffer-filter):
21571         * hi-lock.el (hi-lock-find-patterns):
21572         * files.el (toggle-read-only):
21573         * ediff-util.el (ediff-copy-diff)
21574         (ediff-write-merge-buffer-and-maybe-kill):
21575         * echistory.el (Electric-history-undefined):
21576         * dnd.el (dnd-insert-text):
21577         * dired-aux.el (dired-query):
21578         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21579         * bookmark.el (bookmark-bmenu-locate):
21580         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21581         Fix `message' calls to ensure first arg is a format string.
21582         The change was made only when these two conditions were satisfied:
21583         [1] when there is a possibility that the arguments would cause an error
21584         for example, if the code in question relies on external variables
21585         such as filenames, and
21586         [2] if the arg to `message' could not have been nil in the code.
21588         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21589         Not having a %s would be weird, though not technically wrong.
21591 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21593         * term/mac-win.el (mac-add-charset-info): Doc fix.
21595 2005-09-17  Romain Francoise  <romain@orebokech.com>
21597         * shell.el (shell-resync-dirs): Handle echoing processes more
21598         reliably.  Don't insert resync command if `comint-process-echoes'
21599         is non-nil.
21601 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21603         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21604         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21605         aspell versions >= 0.60.
21606         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21607         only if ispell-aspell-supports-utf8 is non-nil.
21609 2005-09-17  Johan Bockgård  <bojohan@dd.chalmers.se>
21611         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21612         buffer-local value to lisp-indent-function.
21614 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21616         * progmodes/glasses.el (glasses-make-readable): If
21617         glasses-separator differs from underscore, put appropriate
21618         overlays over underscore characters.
21619         (glasses-convert-to-unreadable): If glasses-separator differs from
21620         underscore, try to convert glasses-separator characters to
21621         underscores.
21623 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21625         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21626         Use with-syntax-table and dolist.
21628 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21630         * textmodes/reftex-auc.el:
21631         * textmodes/reftex-cite.el:
21632         * textmodes/reftex-dcr.el:
21633         * textmodes/reftex-global.el:
21634         * textmodes/reftex-parse.el:
21635         * textmodes/reftex-ref.el:
21636         * textmodes/reftex-sel.el:
21637         * textmodes/reftex-toc.el:
21638         * textmodes/reftex-vars.el:
21639         * textmodes/reftex.el: Small changes to remove compiler warnings.
21641         * textmodes/reftex-index.el: Likewise.
21642         (reftex-query-index-phrase): More efficient use of markers.
21644 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21646         * image.el (image-load-path): New variable.
21647         (image-search-load-path): New function.
21648         (find-image): Search for images in `image-load-path'.
21650 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21652         * follow.el: Change Maintainer field.
21654 2005-09-15  David Ponce  <david@dponce.com>
21656         * recentf.el (recentf-save-file-modes): New option.
21657         (recentf-save-list): Use it.
21659 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21661         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21662         (mode-line-mule-info, mode-line-modified): Move bindings from
21663         mouse-3 to mouse-1.
21665 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21667         * simple.el (sendmail-user-agent-compose): Revert last change.
21669 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21671         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21672         Use with-current-buffer.
21673         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21674         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21675         (ange-ftp-insert-directory): Remove unused var `short'.
21676         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21678         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21679         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21681         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21682         (check-calendar-holidays, diary-list-entries): Autoload.
21683         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21684         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21686         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21687         which mistakenly removed a call to display-buffer.
21689 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21691         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21693 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21695         * progmodes/hideshow.el
21696         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21697         (hs-allow-nesting): New user var.
21698         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21699         (hs-hide-block-at-point): When nesting allowed,
21700         if there is already an overlay in place, delete it.
21701         (hs-safety-is-job-n): Delete func; remove call sites.
21702         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21703         (hs-overlay-at): New func.
21704         (hs-already-hidden-p, hs-show-block): Use it.
21705         (hs-hide-all): Don't pre-clean if nesting allowed.
21706         (hs-show-all): Temporarily disallow
21707         nesting around call to `hs-discard-overlays'.
21709 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21711         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21712         Delete unused local var.
21714 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21716         * help-fns.el (describe-categories): "?\ " -> "?\s".
21717         (help-do-arg-highlight): Recognize also ARG-n, as in
21718         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21720         * international/codepage.el (dos-unsupported-char-glyph):
21721         * net/newsticker.el (tool-bar-map, w3-mode-map)
21722         (w3m-minor-mode-map):
21723         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21724         (ent-alist):
21725         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21727 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21729         * custom.el (custom-push-theme): Handle the case where a symbol is
21730         bound but face properties have not yet been assigned.
21732         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21733         Fix behavior if noerase is `t' and there is no mail buffer.
21735         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21736         if `continue' is nil, rather than signal an error.
21738 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21740         * font-lock.el (font-lock-keywords): Add autoload.
21742         * help-fns.el (describe-variable): Rearrange to put source link
21743         in a predictable place.
21745         * net/newsticker.el: New file.
21747 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21749         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21750         (calendar-basic-setup): Use the new nil arg.
21751         (number-of-diary-entries): Move to diary-lib.el.
21753         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21754         (diary-list-entries): Use with-syntax-table and dolist.
21755         Rename from list-diary-entries.
21756         Use number-of-diary-entries if `number' is nil.
21757         (diary, diary-view-entries): Use this new name and new nil arg value.
21758         (number-of-diary-entries): Move from calendar.el.
21759         (diary-unhide-everything): New function.
21760         (include-other-diary-files, fancy-diary-display)
21761         (diary-show-all-entries, make-diary-entry): Use it.
21762         (diary-mail-entries): Use buffer-string.
21763         (mark-diary-entries): Fix long standing paren typo.
21764         (diary-sexp-entry): Use count-lines.
21765         (make-diary-entry): Avoid `previous-line'.
21766         (diary-mode-map): New var.
21767         (diary-mode): Redraw cal after saving.  Setup header-line.
21768         (fancy-diary-display-mode): Use local-set-key.
21770         * startup.el (command-line): Try calling various terminal-init-foo-bar
21771         functions by stripping hyphenated suffixes from $TERM.
21773         * files.el (normal-mode): Check boundness of font-lock-keywords.
21775 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21777         * progmodes/compile.el: Don't decide a file's directory
21778         until the user actually tries to go there.
21779         (compilation-next-error-function):
21780         Pass compilation-find-file the directory from the file-struct.
21781         (compilation-internal-error-properties): Separate local FILE-STRUCT
21782         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21783         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21784         Expand it, and if nil, use default-directory.
21785         (compilation-get-file-structure): Don't mix specified directory
21786         with default directory.  Put specified directory into
21787         file-struct.  Don't make the file name absolute.
21789         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21790         (compile-command): Add autoload.
21791         (compilation-disable-input): Add autoload.
21793 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21795         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21796         strings of the variables it can override.
21797         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21798         %Q and %q, for fully-qualified domain name and unqualified host name.
21800 2005-09-11  Kim F. Storm  <storm@cua.dk>
21802         * emacs-lisp/authors.el (authors-aliases): Update list.
21803         (authors-fixed-entries): Update mldrag.el entry.
21805 2005-09-10  Alan Mackenzie  <acm@muc.de>
21807         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
21808         delimiter from the region narrowed to.
21810 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21812         * textmodes/ispell.el (ispell-check-version): Signal an error if
21813         aspell version is less than 0.60.
21815 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21817         * progmodes/octave-inf.el (inferior-octave-startup):
21818         Resync current dir at the end.
21820 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21822         * woman.el (woman-topic-at-point-default):
21823         Rename to woman-use-topic-at-point-default.
21824         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21825         (woman-file-name): Reflect renames above.  Automatically use the
21826         word at point as topic if woman-use-topic-at-point is non-nil.
21827         Otherwise offer it as default but don't insert it in the
21828         minibuffer.  Also use `test-completion' instead of `assoc' as
21829         suggested by Stefan Monnier.
21831 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21833         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21834         the attempt to do it over Tramp.  This is not yet supported.
21836 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21838         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21839         (menu-bar-non-minibuffer-window-p): New functions.
21840         ("Split Window", "Save As..."): Use them.
21841         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21842         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21843         Use menu-bar-menu-frame-live-and-visible-p.
21844         ("Save Buffer", "Insert File", "Open Directory...")
21845         ("Open File...", "Visit New File..."):
21846         Use menu-bar-non-minibuffer-window-p.
21847         (kill-this-buffer-enabled-p, dired <menu-enable>):
21848         Use menu-bar-non-minibuffer-window-p.
21850 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21852         * cus-start.el (all): Don't complain about fringe-related
21853         built-ins if fringes are not supported.  Ditto about
21854         selection-related built-ins.  Fix the test for GTK-related built-ins.
21856         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21857         ("Postscript Print Buffer", "Print Region", "Save As...")
21858         ("Save", "Insert File...", "Open Directory...")
21859         ("Open File...", "Visit New File..."")
21860         ("Truncate Long Lines in this Buffer"): Don't look at
21861         menu-updating-frame if this display does not support multiple frames.
21863 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21865         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21867 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21869         * woman.el: Format- and whitespace-related changes.
21871 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21873         * woman.el: Fix my email address.
21875 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21877         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21878         (sh-mode): Locally set skeleton-pair-default-alist.
21880         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21882         * progmodes/flymake.el: Require `compile' unconditionally.
21884         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21886         * woman.el (woman-file-name): Provide a default, not initial input.
21888         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21890         * font-lock.el (font-lock-support-mode): Doc fix.
21892         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21894 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21896         * simple.el (blink-matching-open): Get rid of text props from
21897         the string shown in echo area.  Don't permanently set point.
21898         Some rearrangements.
21900 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21902         * recentf.el (recentf-filename-handler): Add custom choice
21903         `abbreviate-file-name'.
21905         * msb.el (msb--very-many-menus): Fix typo.
21907         * disp-table.el (standard-display-european): Don't set
21908         enable-multibyte-characters to nil.
21910 2005-09-08  David Ponce  <david@dponce.com>
21912         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21913         (recentf-expand-file-name): Doc fix.
21914         (recentf-dialog-mode-map): Define digit shortcuts.
21915         (recentf--files-with-key): New variable.
21916         (recentf-show-digit-shortcut-filter): New function.
21917         (recentf-open-files-items): New function.
21918         (recentf-open-files): Use it.
21919         (recentf-open-file-with-key): New command.
21921 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21923         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21924         Suggested by Kim F. Storm.
21925         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21926         (Buffer-menu-make-sort-button): Use global keymap.
21928 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21930         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21931         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21932         necessary any longer with the remapped command.
21933         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21934         formatting time only.
21936         * net/tramp.el (tramp-action-password)
21937         (tramp-multi-action-password): Compile the password prompt from
21938         `method', `user' and `host'.  Sometimes it isn't obvious which
21939         password to enter, for example with remote files offered by
21940         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21941         <robert@chezmarshall.freeserve.co.uk>.
21943 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21945         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21946         Fix regexp for when "s///" is at the beginning of line.
21948 2005-09-07  Jay Belanger  <belanger@truman.edu>
21950         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21951         when in matrix mode.
21953 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21955         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21956         non-anonymous functions.
21958 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21960         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21961         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21963         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21964         can't be moved; don't signal an error.
21966 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21968         * cus-theme.el (custom-theme-write-faces): Save the current face
21969         spec, not the defface spec.
21971         * custom.el (custom-known-themes): Clarify meaning of "standard".
21972         (custom-push-theme): Save old values in the standard theme.
21973         (disable-theme): Correct typo.
21974         (custom-face-theme-value): Deleted unused function.
21975         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21977 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21979         * progmodes/compile.el (compilation-goto-locus): Take into account
21980         iconified frames when determining whether the buffer is
21981         already visible.
21982         Don't reset window height if the window already existed.
21984 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21986         * custom.el (load-theme): Rename from require-theme.
21987         Add interactive spec.
21988         (enable-theme): Rename from custom-enable-theme.
21989         Add interactive spec.
21990         (disable-theme): Rename from custom-disable-theme.
21991         Add interactive spec.
21992         (custom-make-theme-feature): Doc fix.
21993         (custom-theme-directory): Doc fix.
21994         (provide-theme): Call enable-theme.
21996 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21998         * obsolete/lazy-lock.el (lazy-lock-mode):
21999         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22000         font-lock-mode if it's off.  Print a warning instead.
22002         * progmodes/compile.el (compilation-start): Ignore errors if the
22003         process died before we get to send-eof.
22005         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22006         Undo last change.  Enclosing the result in quotes broke things on Unix
22007         since tex-send-command passes it through shell-quote-argument.
22008         (tex-send-command): Pass `file' through convert-standard-filename
22009         when possible.
22010         (tex-uptodate-p): Handle the case where TeX hasn't put additional
22011         info in a transcript.
22013 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
22015         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22016         fix compilation warning.  Reorder the key definitions to group
22017         together keys emitted by the current version of xterm.
22019         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22020         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22021         Reorder predicates to correct min-color usage.
22023 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
22025         * longlines.el (longlines-mode): Inhibit read-only when encoding.
22026         Kill local variables when longlines-mode is turned off.
22028 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22030         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22032         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22034         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22036         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22037         (font-lock-lines-before): Change default to being inactive.
22038         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22039         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22041 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22043         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22044         Deactivate temporarily advice if active (not needed for Emacs 22,
22045         but for backwards compatibility).
22046         (tramp-exists-file-name-handler): Rewrite.  First implementation
22047         was too simple.
22048         (tramp-advice-make-auto-save-file-name):
22049         Call `tramp-handle-make-auto-save-file-name' (again, just for
22050         backwards compatibility).
22052 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22054         * progmodes/vhdl-mode.el
22055         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22056         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22057         (vhdl-set-default-project): New function (easier setting of default).
22058         (vhdl-port-copy): Handle extended identifiers for generics.
22059         (vhdl-compiler-alist): Better description for error message regexp.
22060         (vhdl-make): Query for target, use previous as default.
22061         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22062         (vhdl-font-lock-keywords-2): Fix fontification for record
22063         el. assign.
22064         (vhdl-speedbar-make-subpack-line): Add package body link.
22065         (vhdl-generate-makefile-1): Not include itself as dependency.
22066         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22067         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22068         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22069         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22070         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22071         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22072         (vhdl-import-project): Add string argument for `error'.
22073         (vhdl-compose-configuration)
22074         (vhdl-compose-configuration-architecture): Add configuration
22075         declaration generation.
22076         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22077         (vhdl-trailer-re): Add "record" keyword (better indentation).
22078         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22079         "[^ \t-\"]+".
22080         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22081         (vhdl-testbench-entity-file-name)
22082         (vhdl-testbench-architecture-file-name): Allow separate
22083         customization of testbench file names.
22084         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22085         (vhdl-get-visible-signals): Allow newline within alias declaration.
22086         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22087         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22088         (member-ignore-case): Alias for missing function in XEmacs.
22089         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22090         (vhdl-update-sensitivity-list): Ignore case on read signals.
22091         (vhdl-replace-string): Adjust case only for file names.
22092         (vhdl-update-sensitivity-list): Fix search for read signals.
22093         (vhdl-update-sensitivity-list): Exclude formal parameters.
22094         (vhdl-get-visible-signals): Include aliases of signals.
22095         (vhdl-get-visible-signals): Fix signal name searching.
22096         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22097         (vhdl-fixup-whitespace-region): Fix for character
22098         literals (e.g. `:').
22100 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22102         * ansi-color.el (comint-last-output-start):
22103         * bs.el (font-lock-verbose):
22104         * diff-mode.el (add-log-buffer-file-name-function):
22105         * dired-x.el (vm-folder-directory):
22106         * faces.el (help-xref-stack-item):
22107         * files.el (font-lock-keywords):
22108         * find-lisp.el (dired-buffers, dired-subdir-alist):
22109         * ido.el (cua-inhibit-cua-keys):
22110         * log-view.el (cvs-minor-wrap-function):
22111         * outline.el (font-lock-warning-face):
22112         * simple.el (compilation-current-error):
22113         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22114         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22115         * tooltip.el (comint-prompt-regexp):
22116         * w32-fns.el (explicit-shell-file-name):
22117         * term/mac-win.el (mac-charset-info-alist)
22118         (mac-services-selection, mac-system-script-code):
22119         * term/tty-colors.el (msdos-color-values):
22120         * term/w32-win.el (xlfd-regexp-registry-subnum):
22121         * term/x-win.el (x-keysym-table, x-selection-timeout)
22122         (x-session-id, x-session-previous-id):
22123         * textmodes/ispell.el (mail-yank-prefix):
22124         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22125         * textmodes/org.el (calc-embedded-close-formula)
22126         (calc-embedded-open-formula)
22127         (font-lock-unfontify-region-function):
22128         * textmodes/reftex-global.el (isearch-next-buffer-function)
22129         (TeX-master):
22130         * textmodes/reftex.el (font-lock-keywords):
22131         * textmodes/tex-mode.el (font-lock-comment-face)
22132         (font-lock-doc-face):
22133         * textmodes/texinfo.el (outline-heading-alist):
22134         Add defvars.
22136         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22137         (artist-spray-chars, artist-mode-init, artist-replace-string)
22138         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22139         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22140         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22142         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22143         (conf-align-assignments): "?\ " -> "?\s".
22145         * textmodes/reftex-index.el (TeX-master): Add defvar.
22146         (reftex-index-phrases-marker): Move up defvar.
22148         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22149         (reftex-toc-include-labels-indicator)
22150         (reftex-toc-include-index-indicator)
22151         (reftex-toc-max-level-indicator): Move up declarations.
22153         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22154         of args to `tramp-run-real-handler', even if it's empty in this case.
22156 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22158         * dired.el (dired-move-to-filename-regexp): Add date format for
22159         Mac OS X 10.3 in East Asian locales.
22161 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22163         * files.el (make-auto-save-file-name): Add file name handler call
22164         if applicable.
22166         * net/tramp.el (tramp-file-name-handler-alist)
22167         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22168         (tramp-handle-make-auto-save-file-name): Rename from
22169         `tramp-make-auto-save-file-name'.
22170         (tramp-exists-file-name-handler): New defun.
22171         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22172         `make-auto-save-file-name' is not a magic file name operation.
22174 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22176         * files.el (risky-local-variable-p):
22177         Match `-predicates' and `-commands'.
22179         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22180         (custom-save-all): Visit the file if necessary;
22181         kill the buffer if we created it.
22182         (custom-save-delete): Don't visit file or kill buffer here.
22184 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22186         * textmodes/org.el (org-special-keyword): New face.
22187         (org-table-copy-down, org-table-eval-formula)
22188         (org-table-recalculate, org-init-section-numbers):
22189         Use `string-to-number' instead of `string-to-int'.
22190         (org-get-location): Use `insert-buffer-substring' instead of
22191         `insert-buffer'.
22192         (org-modify-diary-entry-string): New function.
22193         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22194         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22195         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22196         active region.
22197         (org-export-as-html): Handle QUOTE keyword.
22198         (org-quote-string): New option.
22199         (org-bookmark-jump-unhide): New function, used for
22200         `bookmark-after-jump-hook'.
22201         (org-diary-default-entry): Apply only when not called through
22202         `org-agenda'.
22204 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22206         * net/eudc.el (mode-popup-menu):
22207         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22208         * progmodes/ada-mode.el (compile-auto-highlight)
22209         (skeleton-further-elements):
22210         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22211         * progmodes/cmacexp.el (msdos-shells):
22212         * progmodes/compile.el (font-lock-extra-managed-props)
22213         (font-lock-keywords, font-lock-maximum-size)
22214         (font-lock-support-mode):
22215         * progmodes/grep.el (font-lock-lines-before):
22216         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22217         * progmodes/mixal-mode.el (compile-command):
22218         * progmodes/perl-mode.el (font-lock-comment-face)
22219         (font-lock-doc-face, font-lock-string-face):
22220         * progmodes/prolog.el (comint-prompt-regexp):
22221         * progmodes/sh-script.el (font-lock-comment-face)
22222         (font-lock-set-defaults, font-lock-string-face):
22223         * progmodes/sql.el (font-lock-keyword-face)
22224         (font-lock-set-defaults, font-lock-string-face):
22225         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22226         (itimer-version, lazy-lock-defer-contextually)
22227         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22228         Add defvars.
22230         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22231         (cperl-electric-keyword, cperl-electric-pod)
22232         (cperl-electric-backspace, cperl-forward-re)
22233         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22234         (vc-rcs-header, vc-sccs-header): Add defvars.
22236         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22237         (font-lock-syntactic-keywords, gud-find-expr-function):
22238         Add defvars.
22240         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22241         (gdb-frame-parameters): Declare before use.
22243         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22244         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22245         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22246         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22248         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22249         (idlwave-help-with-source): Use `insert-buffer-substring', not
22250         `insert-buffer'.
22252 2005-08-29  Juri Linkov  <juri@jurta.org>
22254         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22255         Put outline-back-to-heading function call inside save-excursion.
22257 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22259         * man.el (Man-init-defvars, Man-translate-references)
22260         (Man-support-local-filenames, Man-highlight-references):
22261         * progmodes/sql.el (sql-interactive-mode):
22262         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22264         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22265         (compilation-mode-font-lock-keywords): Add defvars.
22266         (checkdoc-interactive-loop): "?\ " -> "?\s".
22268         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22269         (font-lock-doc-face, font-lock-string-face)
22270         (font-lock-keywords-case-fold-search): Add defvars.
22271         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22273         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22274         Don't pass X and Y (they are ignored anyway).
22275         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22276         (mouse-delete-window): Make arguments optional.
22278         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22279         (caesar-translate-table, minor-modes, news-buffer-save)
22280         (news-group-name, news-minor-modes): Add defvars.
22282         * emacs-lisp/lselect.el (mouse-highlight-priority)
22283         (x-lost-selection-functions, zmacs-regions):
22284         * emacs-lisp/pp.el (font-lock-verbose):
22285         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22286         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22287         (ses-mode-map):
22288         * emacs-lisp/tcover-unsafep.el (safe-functions):
22289         * international/mule-cmds.el (mac-system-coding-system)
22290         (mac-system-locale):
22291         * language/ethio-util.el (rmail-current-message)
22292         (rmail-message-vector):
22293         * language/thai-util.el (thai-auto-composition-mode):
22294         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22295         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22296         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22297         (vm-primary-inbox, vm-spool-files):
22298         * mail/rmail.el (deleted-head, font-lock-fontified)
22299         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22300         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22301         (total-messages):
22302         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22303         (rmail-summary-mode-map):
22304         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22305         (rmail-last-label, rmail-last-multi-labels)
22306         (rmail-summary-vector, rmail-total-messages):
22307         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22308         * mail/rmailsum.el (msgnum):
22309         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22310         (rmail-current-message):
22311         * obsolete/fast-lock.el (font-lock-face-list):
22312         * obsolete/rnewspost.el (mail-reply-buffer):
22313         * obsolete/scribe.el (compile-command):
22314         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22316 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22318         * ibuf-ext.el (ibuffer-auto-update-changed):
22319         Use `frame-or-buffer-changed-p' to check whether we need to update.
22320         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22321         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22322         as a `frame-or-buffer-changed-p' state vector instead.
22324 2005-08-27  Romain Francoise  <romain@orebokech.com>
22326         * textmodes/makeinfo.el (makeinfo-compile):
22327         Use `compilation-start'.  Set `next-error-function' according to
22328         `disable-errors'.
22329         (makeinfo-next-error): New function.
22330         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22331         (makeinfo-buffer): Likewise.
22333         * progmodes/compile.el (compilation-start): Add autoload cookie.
22335         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22336         * textmodes/sgml-mode.el: Likewise.
22337         * progmodes/python.el: Likewise.
22339 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22341         * simple.el (blink-matching-paren-distance): Document the meaning
22342         of nil value, and allow to customize to nil.
22344         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22345         command.com, not command.exe.
22347 2005-08-26  John Wiegley  <johnw@newartisans.com>
22349         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22350         code around a bit so that an extraneous nil argument is not added
22351         to a command when no args are given.
22353         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22354         double-quoted argument resolves to nil, return it as an empty
22355         string rather than as nil.  This made it impossible to pass "" to
22356         a shell script as a null string argument.
22358 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22360         * outline.el (outline-invent-heading): New fun.
22361         (outline-promote, outline-demote): Use it.
22362         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22363         (outline-end-of-subtree): Remove unused var `opoint'.
22365 2005-08-26  David Reitter  <david.reitter@gmail.com>
22367         * menu-bar.el (truncate-lines, write-file, print-buffer)
22368         (ps-print-buffer-faces, ps-print-buffer, split-window):
22369         Disable menu items when the frame they refer to is invisible, or when
22370         they refer to a buffer and the minibuffer is selected.
22372 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22374         * progmodes/flymake.el (flymake-highlight-err-lines):
22375         Use save-excursion around flymake-highlight-line to preserve point.
22377 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22379         * progmodes/octave-mod.el: Change Author and Maintainer address.
22380         (octave-maintainer-address): Change Kurt's email address.
22381         * progmodes/octave-inf.el: Change Author and Maintainer address.
22382         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22384 2005-08-26  Kim F. Storm  <storm@cua.dk>
22386         * subr.el (version-list-<, version-list-<=, version-list-=):
22387         Rename from integer-list-*.
22388         (version-list-not-zero): Likewise.  Fix while loop.
22389         (version=): Use version-list-= instead of string-equal.
22391 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22393         * outline.el (outline-promote): Try shortening the heading.
22394         As last resort, read the heading to use.
22395         (outline-demote): As last resort, read the heading to use.
22397 2005-08-26  Romain Francoise  <romain@orebokech.com>
22399         * progmodes/compile.el (compilation-start): Doc fix.
22401         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22402         (antlr-font-lock-additional-keywords): Fix reference to
22403         `antlr-font-lock-literal-regexp' erroneously changed during the
22404         mass face rename.
22405         (antlr-run-tool): Use `compilation-start'.
22407         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22408         instead of the obsolete `compile-internal'.
22410 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22412         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22413         (number, original-date):
22414         * calendar/cal-china.el (date):
22415         * calendar/cal-coptic.el (date):
22416         * calendar/cal-french.el (date):
22417         * calendar/cal-hebrew.el (date, entry, number, original-date):
22418         * calendar/cal-islam.el (date, number, original-date):
22419         * calendar/cal-iso.el (date):
22420         * calendar/cal-julian.el (date):
22421         * calendar/cal-mayan.el (date):
22422         * calendar/cal-menu.el (date, event):
22423         * calendar/cal-persia.el (date):
22424         * calendar/lunar.el (date):
22425         * calendar/solar.el (date): Add defvars.
22427         * emerge.el:
22428         * ibuffer.el:
22429         * info-xref.el:
22430         * obsolete/bg-mouse.el:
22431         * obsolete/sun-curs.el:
22432         * obsolete/swedish.el: Move the `defvar's to the top level.
22434         * smerge-mode.el (smerge-refined-change): Add :group.
22436 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22438         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22439         (smerge-keep-n): Remove props.
22440         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22441         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22442         now that it's done in smerge-keep-n.
22443         (smerge-refined-change): New face.
22444         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22445         (smerge-refine): New funs.
22446         (smerge-basic-map): Bind smerge-refine.
22448 2005-08-25  Juri Linkov  <juri@jurta.org>
22450         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22451         compilation-process-setup-function and compilation-disable-input
22452         in grep-mode instead of let-bindings in grep.
22454         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22455         Delete "Automatic File De/compression" (auto-compression-mode).
22457 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22459         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22460         Silence warning about non-existent variable.
22462 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22464         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22465         Rename "Describe Key" to "Describe Key or Mouse Operation".
22467         * mail/mailalias.el (build-mail-aliases): Delete comments
22468         from the contents before processing them.
22470         * isearch.el (isearch-edit-string): Erase the Search prompt
22471         if user enters an empty string and there is no default.
22473         * comint.el (comint-file-name-prefix): Add autoload.
22475 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22477         * subr.el (play-sound): Rearrange to avoid warning.
22479 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22481         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22482         New hook.
22483         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
22485 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22487         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22489         * custom.el (custom-theme-set-variables): Sort minor modes last.
22491 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22493         * subr.el (version-separator, version-regexp-alist): New vars used by
22494         version comparison funs.
22495         (integer-list-<, integer-list-=, integer-list-<=)
22496         (integer-list-not-zero): New funs for integer list comparison.
22497         (version-to-list, version=, version<, version<=): New funs for version
22498         comparison.
22500 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22502         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22503         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22504         time to silence the byte-compiler.
22506         * ibuffer.el (ibuffer-compile-make-eliding-form)
22507         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22508         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22509         so it's silly to get warnings for it).
22510         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22511         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22512         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22513         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22514         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22515         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22516         Defvar at compile time.
22517         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22518         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22519         Declare them before use.
22521         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22522         (info-xref-good, info-xref-bad): Defvar at compile time.
22524         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22525         Use `let*' instead of `let'.
22527         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22528         (*mouse-y*, menu, char): Defvar at compile time.
22529         (sc::menu): Declare it before use.
22530         (sc::pack-one-line): Use `let', not `let*'.
22532         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22533         (mail-send-hook): Defvar at compile time.
22535         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22536         Defvar at compile time.
22538         * term/sun-mouse.el (current-global-mousemap)
22539         (current-local-mousemap): Declare them before use.
22541 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22543         * bookmark.el (bookmark-after-jump-hook): New hook.
22544         (bookmark-jump): Run `bookmark-after-jump-hook'.
22546 2005-08-23  Juri Linkov  <juri@jurta.org>
22548         * faces.el (minibuffer-prompt): Doc fix.
22550 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22552         * progmodes/xscheme.el: Trivial changes to silence warnings.
22553         (xscheme-previous-mode, xscheme-previous-process-state):
22554         Add defvars.
22555         (xscheme-last-input-end, xscheme-process-command-line)
22556         (xscheme-process-name, xscheme-buffer-name)
22557         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22558         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22559         (xscheme-control-g-synchronization-p)
22560         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22561         (default-xscheme-runlight, xscheme-runlight)
22562         (xscheme-runlight-string, xscheme-process-filter-state)
22563         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22564         Move to beginning of file.
22565         (scheme-interaction-mode-commands-alist)
22566         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22567         Declare them before use.  Note: the initialization code for the
22568         variables has not been moved because it uses functions that reference
22569         the variables.
22570         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22571         (xscheme-prompt-for-expression-map): Declare them before use.
22572         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22574 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22576         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22578 2005-08-22  Juri Linkov  <juri@jurta.org>
22580         * faces.el (set-face-underline): Delete this duplicate function
22581         and make an obsolete alias to set-face-underline-p.
22582         (set-face-underline-p): Use docstring of set-face-underline.
22583         (describe-face): Create hyperlink to parent face.
22585         * info.el (Info-insert-dir): Use save-excursion around
22586         insert-buffer-substring.
22587         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22588         (Info-escape-percent): Delete function.
22589         (Info-fontify-node): Replace Info-escape-percent by
22590         replace-regexp-in-string with REP arg set to lambda that
22591         duplicates `%' and preserves text properties.
22593         * progmodes/compile.el (compilation-disable-input): Doc fix.
22594         (define-compilation-mode): Doc fix and refill.
22595         (kill-compilation): Use `mode-name' in the error message.
22596         (compilation-find-file): Use `compilation-error' in the
22597         read-file-name's prompt.
22599 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22601         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22602         (smerge-auto-leave): Make undo re-enable the mode.
22603         (debug-ignored-errors): Add the user-error of impossible resolution.
22604         (smerge-resolve): Move things around a bit, in preparation for later.
22605         (smerge-diff): Don't fail if the buffer has no associated file.
22606         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22607         (smerge-conflict-overlay): New function.
22608         (smerge-match-conflict): Don't add text properties here.
22609         (smerge-find-conflict): Instead, add an overlay here.
22610         Also check for the case where we're inside a conflict already, so as to
22611         obviate the need for font-lock-multiline, which is unbearably slow with
22612         large conflicts and ciomplex font-lock patterns.
22613         (smerge-remove-props): Remove overlay rather than text-properties.
22614         (smerge-mode): Don't set font-lock-multiline.
22615         Remove overlays when turned off.
22617 2005-08-21  Kim F. Storm  <storm@cua.dk>
22619         * ido.el (ido-ignore-item-p): Use save-match-data.
22620         Bind case-fold-search to ido-case-fold locally.
22622 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22624         * files.el (normal-mode): If font lock is on, turn it off and on.
22626         * subr.el (replace-regexp-in-string): Doc fix.
22628         * startup.el (command-line-1): Don't suppress startup screen
22629         due to existing processes.
22631         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22633         * progmodes/compile.el (compilation-disable-input): Default to nil.
22635 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22637         * progmodes/compile.el (compilation-disable-input): New defcustom.
22638         (compilation-start): If compilation-disable-input is non-nil, send
22639         EOF to the compilation process.
22641 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22643         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22644         Run the argument of tex-shell-cd-command through
22645         convert-standard-filename, to get the correct style of slashes on
22646         Windows, and enclose the result in quotes, in case the file name
22647         includes whitespace or other special characters.
22649 2005-08-19  Andreas Schwab  <schwab@suse.de>
22651         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22652         process.
22654 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22656         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22658 2005-08-18  Kim F. Storm  <storm@cua.dk>
22660         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22662 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22664         * scroll-lock.el: New file.
22666 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22668         * dired.el (dired-move-to-end-of-filename):
22669         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22671 2005-08-18  Kim F. Storm  <storm@cua.dk>
22673         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22674         rather than toggle mode when custom value is nil.
22675         (ido-everywhere): Fix defun doc string.
22677 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22679         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22680         as tag instead of "Inviolable".
22682 2005-08-17  Kim F. Storm  <storm@cua.dk>
22684         * windmove.el (windmove-coordinates-of-position): Remove.
22685         (windmove-coordinates-of-window-position): Remove.
22686         (windmove-reference-loc): Use posn-at-point instead.
22688         * subr.el (insert-for-yank-1): Doc fix.
22690         * ido.el (ido-enter-matching-directory): Rename from
22691         ido-enter-single-matching-directory.  Change `slash' choice to
22692         `only'.  Add `first' choice.
22693         (ido-exhibit): Adapt to above changes.
22695 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22697         * Makefile.in: Expand comment about building loaddefs.el.
22699 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22701         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22702         Comment use of defadvice.
22704         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22706 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22708         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22709         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22710         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22711         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22712         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22713         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22714         for backward compatibility for faces that did not appear in the
22715         previous Emacs release.
22717         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22719 2005-08-15  Kim F. Storm  <storm@cua.dk>
22721         * emulation/cua-base.el (cua-delete-region): Return t if
22722         deleted region was non-empty.
22723         (cua-replace-region): Inhibit overwrite-mode for
22724         self-insert-command if replaced region was non-empty.
22725         (cua--explicit-region-start, cua--status-string): Make them
22726         buffer-local at top-level...
22727         (cua-mode): ...rather than when mode is enabled.
22729 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22731         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22732         Set t for Emacs 21, 22, and so on.
22734 2005-08-15  David Ponce  <david@dponce.com>
22736         * tree-widget.el: Update Commentary header.
22737         (tree-widget-theme): Doc fix.
22738         (tree-widget-space-width): New option.
22739         (tree-widget-image-properties): Look up in the default theme too.
22740         (tree-widget--cursors): Only for images with arrow pointer shape.
22741         (tree-widget-lookup-image): Pointer shape is hand by default.
22742         (tree-widget-icon): Rename generic icon widget from
22743         `tree-widget-control'.
22744         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22745         derive from `tree-widget-icon'.
22746         (tree-widget-handle): Improve default look and feel of the text
22747         representation.
22748         (tree-widget): Rename :*-control properties to :*-icon properties.
22749         Add :action and :help-echo properties.
22750         (tree-widget-after-toggle-functions): Move.
22751         (tree-widget-close-node, tree-widget-open-node): Remove.
22752         (tree-widget-before-create-icon-functions): New hook.
22753         (tree-widget-value-create): Update to allow customization of icons
22754         and nodes at run-time via that new hook.
22755         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22756         (tree-widget-icon-action, tree-widget-icon-help-echo)
22757         (tree-widget-action, tree-widget-help-echo): New functions.
22759 2005-08-15  Kim F. Storm  <storm@cua.dk>
22761         * ido.el (ido-buffer-internal): Use with-no-warnings.
22762         (ido-make-merged-file-list): Use while-no-input.
22764 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22766         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22767         (flyspell-large-region): Fix doc and custom type.
22769 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22771         * files.el (interpreter-mode-alist): Doc fix.
22773         * mail/rmail.el (rmail-nonignored-headers): New variable.
22774         (rmail-clear-headers): Use it.
22775         (rmail-reply): Better handling of mail-followup-to header.
22777         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22778         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22779         don't try to refer to executable-font-lock-keywords.
22780         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22781         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22782         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22783         (sh-mode): Set comment-start-skip, local-abbrev-table,
22784         imenu-case-fold-search.
22785         (sh-set-shell): Don't set them here.
22786         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22787         Don't cache the results in the original alist; don't ever modify
22788         that alist.
22790         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22792         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22793         empty.
22795 2005-08-15  Andreas Schwab  <schwab@suse.de>
22797         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22799         * dired.el, info.el, mail/rmail.el: Revert last change.
22801 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22803         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22804         modification in `eval-after-load' form.
22805         * info.el: Likewise.
22806         * mail/rmail.el: Likewise.
22808 2005-08-14  Juri Linkov  <juri@jurta.org>
22810         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22811         Remove highlighting of "Compilation started".  Highlight only
22812         the word "finished" in "Compilation finished".  Add highlighting
22813         of "interrupt", "killed", "terminated" and the exit code.
22814         (compilation-start): Add newline after header.  Use exactly the
22815         same time stamp format as the finishing message.
22816         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22818         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22819         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22820         Add highlighting of "interrupt", "killed", "terminated".
22822         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22823         enabled and the current command is self-insert-command, call it
22824         explicitly with overwrite-mode bound to nil, to not allow it
22825         to delete the character after the selected region.
22827 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22829         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22830         move-end-of-line, end-of-line, and beginning-of-line to the list
22831         of commands after which the echo area is updated.
22833 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22835         * cus-edit.el (custom-save-all, custom-save-delete):
22836         Bind recentf-exclude to exclude custom-file.
22838 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22840         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22841         to go to the bottom of the mail message.  Added to
22842         `rmail-summary-mode-map' with key "/".
22843         (rmail-summary-show-message): New (internal) function for use by
22844         both `rmail-summary-beginning/end-of-message'.
22845         (rmail-summary-beginning-of-message): Change to use
22846         rmail-summary-show-message.
22848         * mail/rmail.el (rmail-end-of-message): New command to go to the
22849         end of the current message.  Added to `rmail-mode-map' with key "/".
22850         (rmail-beginning-of-message): Fix to work as documented.
22851         (rmail-mode): Change documentation.
22853         * progmodes/compile.el (compilation-start): Add the line
22854         "Compilation started" with compilation start time.
22855         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22857 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22859         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22860         of menu items.
22862 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22864         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22866         * battery.el (battery-status-function): Don't use ignore-errors.
22868 2005-08-11  Lute Kamstra  <lute@gnu.org>
22870         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22871         define-obsolete-variable-alias.
22873 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22875         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22876         (ange-ftp-send-cmd): Revert last change, and expand
22877         the comment explaining the problem.
22879 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22881         * ldefs-boot.el: Update.
22883         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22884         item to "Time, Load and Mail".  Change help echo text.
22886         * time.el (display-time-use-mail-icon, display-time-format)
22887         (display-time-string-forms): Shorten first line of docstrings.
22889 2005-08-10  Lars Hansen  <larsh@soem.dk>
22891         * desktop.el (desktop-buffer-mode-handlers):
22892         Make non-customizable.  Add autoload cookie.  Change initial value to
22893         nil; add elements in respective modules instead.  Fix doc string.
22894         (desktop-load-file): New function.
22895         (desktop-minor-mode-handlers): New autoloaded variable.
22896         (desktop-create-buffer): Call minor mode handlers.
22897         Use desktop-load-file to load major and minor mode modules prior to
22898         checking for a handler.
22899         (desktop-save): Don't add nil to desktop-minor-modes for minor
22900         modes with nil function in desktop-minor-mode-table.  Don't delete
22901         desktop file before rewriting it.
22902         (desktop-locals-to-save): Add autoload cookie.  Don't make
22903         automatically buffer-local.  Add variables column-number-mode,
22904         size-indication-mode, indent-tabs-mode,
22905         indicate-buffer-boundaries, indicate-empty-lines and
22906         show-trailing-whitespace.
22907         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22908         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22909         (desktop-clear-preserve-buffers-regexp): Delete.
22910         (desktop-clear-preserve-buffers): Update initial value and docstring.
22911         (desktop-save-buffer): Fix doc string.
22913         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22914         (hilit-chg-desktop-restore): New function.
22915         (highlight-changes-mode): Add highlight-changes-mode to
22916         desktop-locals-to-save.
22918         * dired.el: Add handler to desktop-buffer-mode-handlers.
22919         (dired-restore-desktop-buffer): Remove autoload cookie.
22920         (dired-mode): Add autoload cookie.
22922         * info.el: Add handler to desktop-buffer-mode-handlers.
22923         (Info-restore-desktop-buffer): Remove autoload cookie.
22924         (Info-mode): Add autoload cookie.
22926         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22927         (mh-restore-desktop-buffer): Remove autoload cookie.
22928         (mh-folder-mode): Add autoload cookie.
22930         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22931         (rmail-restore-desktop-buffer): Remove autoload cookie.
22933 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22935         * hexl.el (hexl-address-region):
22936         (hexl-ascii-region, hexl-font-lock-keywords):
22937         (hexl-highlight-line-range): Use the term "region"
22938         instead of "area" for consistency with the other symbols
22939         defined in hexl.el.
22941 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22943         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22944         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22945         out by Juri Linkov).  Add `display-battery-mode'.
22947 2005-08-09  Juri Linkov  <juri@jurta.org>
22949         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22950         Remove `-text' from face variable names.
22951         (compilation-error-file-name, compilation-warning-file-name)
22952         (compilation-info-file-name): Delete faces.
22953         (compilation-line-number, compilation-column-number):
22954         Remove face underlining.
22955         (compilation-message-face): Set to `underline' value by default.
22956         (compilation-error-face, compilation-warning-face)
22957         (compilation-info-face): Remove `-file-name' from face names.
22958         (compilation-error-text-face, compilation-warning-text-face)
22959         (compilation-info-text-face): Delete face variables.
22960         (compilation-text-face): Delete function.
22962         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22963         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22964         (grep-error-face): Set to `compilation-error' instead of
22965         `compilation-error-face' (which is redefined to `grep-hit-face' in
22966         grep buffers).
22967         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22968         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22970         * dired-aux.el (dired-do-query-replace-regexp):
22971         Use `query-replace-read-args'.
22973         * replace.el (query-replace-read-from, query-replace-read-to)
22974         (query-replace-read-args): Rename arg `string' to `prompt'.
22976         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22978 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22980         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22981         uploading files.
22982         (ange-ftp-canonize-filename): Handle file names beginning with ~
22983         correctly.
22985 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22987         * textmodes/fill.el (canonically-space-region)
22988         (fill-context-prefix, fill-french-nobreak-p)
22989         (fill-delete-newlines, fill-comment-paragraph)
22990         (justify-current-line): "?\ " -> "?\s".
22992 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22994         * textmodes/fill.el (fill-nonuniform-paragraphs):
22995         Improve argument/docstring consistency.
22997 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22999         * textmodes/ispell.el (ispell-word): More fboundp checks.
23001         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23002         (find-file-noselect-1): Call it here, only if RAWFILE.
23003         (normal-mode): Always set some major mode.
23004         (save-some-buffers-action-alist): Change some explanation strings.
23005         (file-name-non-special): In the `quote' method, use unwind-protect.
23007 2005-08-09  Magnus Henoch  <mange@freemail.hu>
23009         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23010         (ispell-have-aspell-dictionaries): New variable.
23011         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23012         (ispell-get-aspell-config-value): New function.
23013         (ispell-aspell-find-dictionary): New function.
23014         (ispell-aspell-add-aliases): New function.
23015         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23016         appropriate.  Don't look for ispell dictionaries if we use aspell.
23017         (ispell-menu-map): Don't build a submenu of dictionaries.
23019 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23021         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23022         (sql-read-passwd): Use read-passwd.
23024         * progmodes/idlw-toolbar.el (idlwave-toolbar)
23025         (idlwave-toolbar-is-possible): Add defvars.
23027         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23028         Avoid warnings.
23030         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23031         (idlwave-system-class-info, idlwave-executive-commands-alist):
23032         Use defvar.
23034         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23036         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23037         Avoid warnings.
23039         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23040         and content-type: headers.
23042         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23044         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23045         and rename some of them to be more self-explanatory.
23047         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23049         * startup.el (command-line-1): Implement -scriptload.
23051         * replace.el (occur-engine): Initial *Occur* output not undoable.
23053         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23054         and improve help strings.
23056         * isearch.el (isearch-repeat): When changing direction,
23057         mark search successful.
23059         * ediff-init.el: Use (featurep 'xemacs).
23061         * comint.el (send-invisible): Identify buffer, if not selected.
23063         * align.el: Delete autoload for c-guess-basic-syntax.
23065 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23067         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23068         Improve argument/docstring consistency.  Doc fixes.
23069         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23070         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23071         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23072         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23073         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23074         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23075         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23076         Defvar at compile time.
23078 2005-08-09  Juri Linkov  <juri@jurta.org>
23080         * info.el: Replace `info' with upper-case `Info' where appropriate.
23081         (info-title-1, info-title-2, info-title-3, info-title-4)
23082         (info-menu-header): Move up face definitions.
23083         (info-menu-star): Rename from `info-menu-5'.
23084         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23085         (Info-fontify-visited-nodes): Fix docstring.
23086         (Info-hide-note-references): Fix docstring.
23087         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23088         menu items in the same way as on cross-references.
23089         (info-apropos): Fix sorting order and formatting to be like in the
23090         stand-alone Info browser.  Display error messages for 1 sec.
23091         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23092         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23093         from the menu bar.
23094         (Info-insert-dir): Restore point after calling
23095         `insert-buffer-substring'.
23097 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23099         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23100         (recompute-lucid-menubar): Add defvars.
23102         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23104         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23106         * net/net-utils.el (run-dig): Rename from `dig'.
23108         * play/gametree.el (gametree-mode): Use make-local-variable,
23109         not make-variable-buffer-local.
23111         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23113         * ansi-color.el (ansi-color-make-extent)
23114         (ansi-color-set-extent-face): Use fboundp, not functionp.
23116         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23117         not make-variable-buffer-local.
23119         * bookmark.el (Info-current-file): Add defvar.
23120         (bookmark-jump-noselect): Use with-no-warnings.
23122         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23124         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23126         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23128         * find-file.el (ada-procedure-start-regexp)
23129         (ada-package-start-regexp): Add defvars.
23131         * info.el (Info-insert-dir): Use insert-buffer-substring.
23133         * xml.el (xml-att-def-re): Add defvar.
23135         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23136         calling convention.
23138         * subr.el (while-no-input): Return t if there is input.
23140 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23142         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23144 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23146         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23147         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23149 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23151         * cmuscheme.el (scheme-start-file): Replace reference to
23152         `user-emacs-directory' by "~/.emacs.d/".
23154 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23156         * info.el (Info-dir-remove-duplicates): Avoid case folding
23157         in loop; instead, keep downcased strings for comparison.
23158         Suggested by Helmut Eller.
23160 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23162         Sync with Tramp 2.0.50.
23164         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23165         XEmacs case; not necessary anymore.
23166         (tramp-user-regexp): Allow "@" as part of user name.
23167         (tramp-handle-set-visited-file-modtime)
23168         (tramp-handle-insert-file-contents)
23169         (tramp-handle-write-region): No special handling for
23170         `last-coding-system-used', because this is done in
23171         `tramp-accept-process-output' now.
23172         (tramp-accept-process-output): New defun.
23173         (tramp-process-one-action, tramp-process-one-multi-action)
23174         (tramp-wait-for-regexp, tramp-wait-for-output)
23175         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23176         Howells <dhowells@redhat.com>.
23177         (clear-visited-file-modtime): Defadvice removed.  The check for
23178         unset buffer's modtime does not need to be based on
23179         `tramp-buffer-file-attributes'.  Suggested by RMS.
23180         (tramp-message): Insert "\n" if not being at beginning of line.
23181         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23182         sequence with same logic.
23183         (tramp-completion-handle-expand-file-name): Discard call of
23184         `tramp-drop-volume-letter'.  It is not necessary, and there have
23185         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23186         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23187         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23188         should always be visible.
23189         (tramp-handle-insert-directory, tramp-setup-complete)
23190         (tramp-set-process-query-on-exit-flag)
23191         (tramp-append-tramp-buffers): Pacify byte-compiler.
23192         (tramp-bug): Delete non-existing variables from list.
23193         Apply `tramp-load-report-modules' as pre-hook.
23194         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23195         `shell-prompt-pattern' because of non-7bit characters.
23196         Reported by Sebastian Luque <sluque@mun.ca>.
23197         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23198         (tramp-match-string-list): Remove function.
23199         (tramp-wait-for-regexp): Remove call of that function.
23200         Suggested by Kim F. Storm <storm@cua.dk>.
23201         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23202         instead of octal character code ?\600.  The latter resulted in a
23203         syntax error with XEmacs.
23205         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23206         XEmacs case; not necessary anymore.
23207         (tramp-smb-handle-write-region): No special handling for
23208         `last-coding-system-used', because this is done in
23209         `tramp-accept-process-output' now.
23210         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23212 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23214         * wid-edit.el (widget-choice-value-create):
23215         Unconditionally respect user choice.  Set :explicit-choice back to nil
23216         when no longer needed.
23217         (widget-choice-action): Unconditionally respect user choice.
23218         Eliminate :explicit-choice-value.
23220         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23222         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23223         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23224         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23225         running new function `toggle-indicate-empty-lines'.
23226         Rename "Customize" item to "Customize fringe".
23227         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23228         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23229         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23230         Delete "Empty lines only" item.
23231         (menu-bar-showhide-fringe-ind-customize): New function.
23232         (menu-bar-showhide-fringe-ind-mixed)
23233         (menu-bar-showhide-fringe-ind-box)
23234         (menu-bar-showhide-fringe-ind-right)
23235         (menu-bar-showhide-fringe-ind-left)
23236         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23237         instead of `fringe-indicators'.
23239 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23241         * emulation/viper.el (viper-emacs-state-mode-list):
23242         Add recentf-dialog-mode.  Change the date of last update.
23244 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23246         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23247         (viper-exec-yank, viper-put-back): Don't display modification msg
23248         if in the minibuffer.
23250         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
23251         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23252         Make variables frame local.
23254         * emulation/viper-util.el (viper-append-filter-alist):
23255         Use append instead of nconc.
23257         * emulation/viper.el (viper-vi-state-mode-list)
23258         (viper-emacs-state-mode-list): Move help-mode and
23259         completion-list-mode from the first list to the second.
23260         (viper-mode): Docstring.
23261         (viper-go-away, viper-non-hook-settings): Don't localize
23262         minor-mode-alist in newer Emacsen.  Add advice to
23263         set-cursor-color.  Don't bind "\C-c\\".
23265 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23267         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23268         (scheme-macro-expand-command): New user options.
23269         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23270         (scheme-form-at-point, scheme-start-file)
23271         (scheme-interactively-start-process): New functions.
23272         (scheme-get-process): New function, extracted from `scheme-proc'.
23273         (run-scheme): Call `scheme-start-file' to get start file, and pass
23274         it to `make-comint'.
23275         (switch-to-scheme, scheme-proc):
23276         Call `scheme-interactively-start-process' if no Scheme buffer/process
23277         is available.
23279 2005-08-06  Juri Linkov  <juri@jurta.org>
23281         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23282         Use `compilation-text-face', `compilation-info-text-face' and
23283         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23284         (compilation-error): New face.
23285         (compilation-error-file-name): Inherit from
23286         `compilation-error' instead of `font-lock-warning-face'.
23287         (compilation-warning-file-name): Inherit from
23288         `compilation-warning' instead of `font-lock-warning-face'.
23289         (compilation-info, compilation-error-file-name)
23290         (compilation-warning-file-name, compilation-info-file-name)
23291         (compilation-line-number, compilation-column-number): Doc fix.
23292         (compilation-error-text-face, compilation-warning-text-face)
23293         (compilation-info-text-face): New face variables.
23294         (compilation-line-face, compilation-column-face)
23295         (compilation-enter-directory-face)
23296         (compilation-leave-directory-face): Doc fix.
23297         (compilation-text-face): New function.
23299         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23300         instead of 1 to display binary file names as info file links.
23301         (grep-error-face): Use `compilation-error-face' instead of
23302         `font-lock-keyword-face'.
23303         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23304         and `compilation-warning-text-face' instead of
23305         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23306         instead of `grep-error-face'.
23308 2005-08-05  Kenichi Handa  <handa@m17n.org>
23310         * international/code-pages.el: Add autoload cookies for all coding
23311         systems.
23313 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23315         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23317 2005-08-04  Juri Linkov  <juri@jurta.org>
23319         * progmodes/compile.el (compilation-mode-map):
23320         * progmodes/grep.el (grep-mode-map):
23321         Bind TAB to `compilation-next-error' and [backtab] to
23322         `compilation-previous-error'.
23324         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23325         matching line numbers, column numbers and their ranges with regexp
23326         matching only line numbers.
23327         (grep-context-face): New face variable.
23328         (grep-mode-font-lock-keywords): Use it.
23330         * faces.el (read-face-name): Delete duplicate faces.
23332 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23334         * thumbs.el (thumbs-find-image): Don't make variables
23335         automatically buffer local.
23336         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23337         (thumbs-image-num): Make automatically buffer local.
23338         (thumbs-show-thumbs-list): Use `make-local-variable', not
23339         `make-variable-buffer-local'.
23340         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23342         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23343         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23344         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23345         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23346         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23347         (feelings-about, foullst, found, hello, history, howareyoulst)
23348         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23349         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23350         (neglst, obj, object, owner, please, problems, qlist)
23351         (random-adjective, relation, remlst, repetitive-shortness)
23352         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23353         (shortlst, something, sportslst, stallmanlst, states, subj)
23354         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23355         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23356         Defvar at compile time.
23358         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23359         not `make-variable-buffer-local'.
23361 2005-08-02  Kim F. Storm  <storm@cua.dk>
23363         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23364         rectangle overlay in selected window.
23366 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23368         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23369         instead of display group.  Make `indicate-buffer-boundaries'
23370         customizable through Custom.
23372 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23374         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23375         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23376         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23377         (gdb-put-string): Fix typos in docstrings.
23379 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23381         Update copyright notices of files in progmodes directory for
23382         release of Emacs 22.1.
23384         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23386         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23387         Don't barf if the GUD buffer has been killed.
23389 2005-08-01  Kim F. Storm  <storm@cua.dk>
23391         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23393 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23395         * simple.el (next-error-follow-minor-mode):
23396         make-variable-buffer-local -> make-local-variable.
23398         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23400         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23401         (byte-compile-form-make-variable-buffer-local): New functions to warn
23402         about misuses of make-variable-buffer-local where make-local-variable
23403         was meant.
23405 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23407         * bs.el (bs-attributes-list): Doc fix.
23408         (bs): Update url-link.
23410         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23411         (desktop-load-default): Simplify.
23413         * ibuffer.el (ibuffer-columnize-and-insert-list)
23414         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23415         (ibuffer-unmark-all, ibuffer-toggle-marks)
23416         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23417         (ibuffer-compile-make-format-form, ibuffer-format-column)
23418         (ibuffer-current-buffers-with-marks)
23419         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23420         (ibuffer): Doc fix.
23421         (ibuffer-mode): Fix typo in docstring.
23422         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23423         with `define-obsolete-variable-alias'.
23424         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23426 2005-07-29  Kenichi Handa  <handa@m17n.org>
23428         * international/mule-cmds.el (select-message-coding-system):
23429         Be sure to use LF for end-of-line.  If no coding system is decided,
23430         return iso-8859-1-unix.
23432 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23434         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23435         (ange-ftp-pending-error-line): New vars.
23436         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23437         to handle the non-fatal no-route-to-host messages.
23438         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23440 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23442         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23443         (isearch-quote-char, isearch-printing-char)
23444         (isearch-text-char-description): "?\ " -> "?\s".
23445         (isearch-lazy-highlight-cleanup)
23446         (isearch-lazy-highlight-initial-delay)
23447         (isearch-lazy-highlight-interval)
23448         (isearch-lazy-highlight-max-at-a-time)
23449         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23450         Declare with define-obsolete-*-alias macros.
23451         (isearch-forward): Fix typo in docstring.
23452         (search-invisible, search-ring-yank-pointer)
23453         (regexp-search-ring-yank-pointer): Doc fixes.
23455         * recentf.el (recentf-menu-append-commands-p): Declare with
23456         `define-obsolete-variable-alias'.
23457         (recentf-max-saved-items, recentf-menu-filter)
23458         (recentf-arrange-by-rule-subfilter): Doc fixes.
23459         (recentf-menu-append-commands-flag)
23460         (recentf-initialize-file-name-history, recentf-expand-file-name)
23461         (recentf-clear-data): Fix typos in docstrings.
23463 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23465         * progmodes/gdb-ui.el: Smarten comments.
23466         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23468 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23470         * term/apollo.el (terminal-init-apollo): New function containing
23471         all former top level forms in the file.
23472         * term/bobcat.el (terminal-init-bobcat):
23473         * term/cygwin.el (terminal-init-cygwin):
23474         * term/iris-ansi.el (terminal-init-iris-ansi):
23475         * term/linux.el (terminal-init-linux):
23476         * term/news.el (terminal-init-news):
23477         * term/rxvt.el (terminal-init-rxvt):
23478         * term/sun.el (terminal-init-sun):
23479         * term/tvi970.el (terminal-init-tvi970):
23480         * term/vt100.el (terminal-init-vt100):
23481         * term/vt102.el (terminal-init-vt102):
23482         * term/vt125.el (terminal-init-vt125):
23483         * term/vt200.el (terminal-init-vt200):
23484         * term/vt201.el (terminal-init-vt201):
23485         * term/vt220.el (terminal-init-vt220):
23486         * term/vt240.el (terminal-init-vt240):
23487         * term/vt300.el (terminal-init-vt300):
23488         * term/vt320.el (terminal-init-vt320):
23489         * term/vt400.el (terminal-init-vt400):
23490         * term/vt420.el (terminal-init-vt420):
23491         * term/wyse50.el (terminal-init-wyse50):
23492         * term/xterm.el (terminal-init-xterm): Likewise.
23494         * term/README: Describe the terminal-init-* functionality.
23496         * startup.el (command-line): After loading the terminal initialization
23497         file call the corresponding terminal initialization function.
23499 2005-07-27  Kenichi Handa  <handa@m17n.org>
23501         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23502         negative.
23504         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23505         (ps-mule-composition-prologue): Fix for the case that
23506         RelativeCompose is false.
23508 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23510         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23512         * descr-text.el (describe-char): Handle the case where the list of
23513         chars is displayed in a separate frame.
23514         Be a bit more discriminating when looking for the char.
23516 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23518         * bookmark.el (bookmark-automatically-show-annotations)
23519         (bookmark-read-annotation-text-func): Doc fixes.
23520         (bookmark-save): Improve argument/docstring consistency.
23521         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23522         (bookmark-alist-from-buffer)
23523         (bookmark-upgrade-file-format-from-0)
23524         (bookmark-grok-file-format-version)
23525         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23526         (bookmark-read-annotation-mode)
23527         (bookmark-insert-current-bookmark, bookmark-jump)
23528         (bookmark-exit-hook): Fix typos in docstrings.
23529         (bookmark-exit-hooks): Define as obsolete alias.
23530         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23531         not `bookmark-exit-hooks'.  Fix docstring.
23532         (bookmark-bmenu-select): "?\ " -> "?\s".
23534 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23536         * startup.el (command-line): Fix typo.
23538 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23540         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23541         not emacs-quick-startup.
23543 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23545         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23546         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23547         instead of `reb-with-current-window'.
23548         (reb-prev-match): Likewise.  Also, don't move left if the search
23549         was unsuccessful.
23550         (reb-initialize-buffer): New function.
23551         (re-builder, reb-change-syntax): Use it.
23553         * man.el (Man-goto-page): Make second argument NOERROR optional.
23555 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23557         * man.el (Man-bgproc-sentinel): Check here for failure to find
23558         any man page in the output, and report the error here.
23559         (Man-arguments): Make it permanent local.
23560         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23561         (Man-mode): Pass t for NOERROR.
23563         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23564         (grep-mode-font-lock-keywords):
23565         Don't use compilation-...-face for messages that are not file names.
23567         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23568         Don't use compilation-...-face for messages that are not file names.
23570 2005-07-22  Juri Linkov  <juri@jurta.org>
23572         * startup.el (normal-splash-screen): Update menu name.
23574         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23576 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23578         * term/xterm.el: Load term/rxvt if the terminal is actually an
23579         rxvt terminal.
23580         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23582         * term/rxvt.el (function-key-map): Use substitute-key-definition
23583         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23585         * term/cygwin.el: New file.
23587 2005-07-22  Kim F. Storm  <storm@cua.dk>
23589         * image-file.el (insert-image-file, image-file-yank-handler):
23590         Fix last change to maintain a (unique) yank-handler on yanked images.
23592 2005-07-22  Eduardo Muñoz  <emufer@terra.es>  (tiny change)
23594         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23595         of the file size (as in "177B" for 177 bytes).  This happens with
23596         "ls -lh" on FreeBSD.
23598 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23600         * hilit-chg.el (highlight-changes-global-initial-state)
23601         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23602         (hilit-chg-fixup, highlight-changes-mode):
23603         Fix typos in docstrings.
23604         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23605         Doc fixes.
23607 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23609         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23610         mode function using `eval-after-load'.
23612 2005-07-21  Kim F. Storm  <storm@cua.dk>
23614         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23615         included when reporting an Emacs crash, and tell about the DEBUG file.
23617         * image-file.el (insert-image-file): Add yank-handler.
23618         (image-file-yank-handler): Yank handler to make unique copies of
23619         images when they are yanked into a buffer next to each other.
23621 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23623         * comint.el (comint-use-prompt-regexp, comint-send-input)
23624         (comint-source-default, comint-extract-string)
23625         (comint-get-source, comint-word, comint-completion)
23626         (comint-source, comint-prompt-read-only, comint-update-fence):
23627         Fix typos in docstrings.
23628         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23629         Declare with define-obsolete-*-alias macros.
23630         (comint-previous-matching-input-from-input)
23631         (comint-next-matching-input-from-input)
23632         (comint-previous-matching-input, comint-next-matching-input)
23633         (comint-forward-matching-input):
23634         Improve argument/docstring consistency.
23636         * desktop.el (desktop-clear-preserve-buffers-regexp):
23637         Also preserve the *server* buffer.
23639         * simple.el (clone-indirect-buffer): Doc fix.
23640         (fixup-whitespace, just-one-space)
23641         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23642         (next-error, next-error-highlight)
23643         (next-error-highlight-no-select, next-error-last-buffer)
23644         (next-error-buffer-p, next-error-find-buffer, next-error)
23645         (previous-error, next-error-no-select, previous-error-no-select)
23646         (open-line, split-line, minibuffer-prompt-width, kill-new)
23647         (binary-overwrite-mode): Fix typos in docstrings.
23648         (set-fill-column): Fix typo in message.
23650         * skeleton.el (skeleton-proxy-new): Doc fix.
23652         * strokes.el (strokes-load-hook): Doc fix.
23653         (strokes-grid-resolution, strokes-get-grid-position)
23654         (strokes-renormalize-to-grid, strokes-read-stroke)
23655         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23656         (strokes-global-map): Fix typos in docstrings.
23657         (strokes-help): Doc fix.  Fix help message and pass it through
23658         `substitute-command-keys'.
23660         * tempo.el (tempo-insert-prompt, tempo-interactive)
23661         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23662         (tempo-insert-string-functions, tempo-local-tags)
23663         (tempo-define-template, tempo-insert-template)
23664         (tempo-insert-prompt-compat, tempo-is-user-element)
23665         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23666         Fix typos in docstrings.
23668         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23669         (vcursor-key-bindings, vcursor-use-vcursor-map)
23670         (vcursor-find-window, vcursor-scroll-down)
23671         (vcursor-disable, vcursor-beginning-of-buffer)
23672         (vcursor-end-of-buffer): Fix typos in docstrings.
23673         (vcursor-relative-move, vcursor-get-char-count):
23674         Improve argument/docstring consistency.
23676         * version.el: "?\ " -> "?\s".
23678         * wid-edit.el (widget-default-create, widget-after-change)
23679         (widget-default-format-handler, widget-checklist-add-item)
23680         (widget-radio-add-item, widget-choose, widget-specify-secret)
23681         (widget-field-value-create, widget-field-value-get)
23682         (widget-editable-list-format-handler)
23683         (widget-editable-list-entry-create, widget-group-value-create)
23684         (widget-documentation-link-add)
23685         (widget-documentation-string-value-create): "?\ " -> "?\s".
23686         (widget-convert-text): Doc fix.
23687         (widget-narrow-to-field, widget-field-find)
23688         (widget-url-link-action, widget-emacs-library-link-action)
23689         (widget-color-notify): Fix typos in docstrings.
23691         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23692         (x-select-text, set-w32-system-coding-system)
23693         (w32-add-charset-info): Fix typos in docstrings.
23695         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23696         (cua-enable-cua-keys, cua-use-hyper-key)
23697         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23698         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23700         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23702         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23703         `defalias' instead of faking it.
23705         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23706         (eshell-ls-missing, eshell-ls-dired-initial-args)
23707         (eshell-ls-use-in-dired): Fix typos in docstrings.
23709 2005-07-20  Kim F. Storm  <storm@cua.dk>
23711         * emulation/cua-base.el (cua-mode): Improve doc string.
23713 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23715         * abbrev.el (expand-region-abbrevs): Doc fix.
23716         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23717         Improve argument/docstring consistency.
23719         * arc-mode.el (archive-get-descr, archive-alternate-display):
23720         Doc fixes.
23721         (archive-l-e): Improve argument/docstring consistency.
23722         (archive-tmpdir, archive-unixdate, archive-unixtime)
23723         (archive-chmod-entry): Fix typos in docstrings.
23724         (archive-unflag, archive-unflag-backwards)
23725         (archive-unmark-all-files): "?\ " -> "?\s".
23727         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23728         (Buffer-menu-not-modified, Buffer-menu-execute)
23729         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23730         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23732         * composite.el (compose-string, encode-composition-rule)
23733         (compose-last-chars): Fix typos in docstrings.
23735         * desktop.el (desktop-enable, desktop-basefilename):
23736         Declare with `define-obsolete-variable-alias'.
23737         (desktop-internal-v2s): Don't quote keywords.
23738         (desktop-clear): "?\ " -> "?\s".
23740         * dired.el (dired-align-file, dired-flag-backup-files)
23741         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23742         (dired-listing-switches, dired-ls-F-marks-symlinks)
23743         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23744         (dired-directory, dired-faces, dired, dired-revert)
23745         (dired-mode, dired-summary, dired-view-file)
23746         (dired-copy-filename-as-kill, dired-delete-file)
23747         (dired-no-confirm, dired-unmark-all-marks)
23748         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23749         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23750         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23751         Fix typos in message strings.
23753         * dired-x.el (virtual-dired): Declare with `defalias'.
23754         (dired-mark-unmarked-files, dired-local-variables-file)
23755         (dired-omit-here-always): Doc fix.
23756         (dired-omit-mode, dired-find-subdir)
23757         (dired-enable-local-variables, dired-clean-up-buffers-too)
23758         (dired-extra-startup, dired-mark-extension, dired-jump)
23759         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23760         (dired-smart-shell-command, dired-guess-shell-alist-user)
23761         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23762         (dired-x-bind-find-file, dired-x-submit-report):
23763         Fix typos in docstrings.
23764         (dired-mark-unmarked-files): "?\ " -> "?\s".
23766         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23768         * faces.el (describe-face): "?\ " -> "?\s".
23769         (read-all-face-attributes, read-face-font, modify-face)
23770         (face-attr-construct, italic): Fix typos in docstrings.
23771         (frame-update-face-colors): Declare with
23772         `define-obsolete-function-alias'.
23774         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23775         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23776         (magic-mode-alist, buffer-file-numbers-unique)
23777         (write-file-functions, get-free-disk-space):
23778         Fix typos in docstrings.
23779         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23780         (write-contents-hooks, write-file-hooks):
23781         Declare with `define-obsolete-variable-alias'.
23783         * forms-d2.el (arch-rj): Fix typo in docstrings.
23784         (arch-tocol): Likewise.  "?\ " -> "?\s".
23786         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23787         Fix typo in docstring.
23788         (set-screen-width, set-screen-height): Delete redundant info in
23789         doctrings.
23790         (new-frame, screen-height, screen-width): Declare with
23791         `define-obsolete-function-alias'.
23792         (delete-frame-hook, blink-cursor): Declare with
23793         `define-obsolete-variable-alias'.
23795         * paths.el (prune-directory-list): Fix typos in docstring.
23797         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23798         (cvs-prefix-get): Fix typos in docstrings.
23800         * ps-print.el (ps-extend-face-list, ps-extend-face)
23801         (ps-print-background-image): Fix typos in docstrings.
23802         (ps-default-fg, ps-default-bg): Doc fixes.
23804         * s-region.el (s-region-bind): Doc fix.
23805         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23807         * textmodes/org.el (org-table-formula-substitute-names)
23808         (org-table-get-vertical-vector): Doc fixes.
23809         (org-table-recalculate): Remove unused argument to `message'.
23811 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23813         * textmodes/org.el (org-table-column-names)
23814         (org-table-column-name-regexp)
23815         (org-table-named-field-locations): New variables.
23816         (org-archive-subtree): Protect `this-command' when calling
23817         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23818         the kill buffer.
23819         (org-complete): Remove fixed-formula completion.
23820         (org-edit-formulas-map): New variable.
23821         (org-table-edit-formulas): New command.
23822         (org-finish-edit-formulas, org-abort-edit-formulas)
23823         (org-show-variable, org-table-get-vertical-vector): New functions.
23824         (org-table-maybe-eval-formula): Handle `:=' fields.
23825         (org-table-get-stored-formulas, org-table-store-formulas)
23826         (org-table-get-formula, org-table-modify-formulas)
23827         (org-table-replace-in-formulas): Handle named field formulas.
23828         (org-table-get-specials): Store locations of named fields.
23830 2005-07-19  Juri Linkov  <juri@jurta.org>
23832         * progmodes/grep.el (grep-regexp-alist)
23833         (grep-mode-font-lock-keywords, grep-process-setup):
23834         Use default GNU grep match color "01;31m" instead of "01;41m".
23835         (grep-regexp-alist, grep-mode-font-lock-keywords):
23836         Use `\\[[0-9]*m' instead of `\\[00m'.
23837         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23838         sgr_start where its handling is more important.  Use the real
23839         length of sgr_start instead of constant 8.
23840         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23841         specially.  Delete all remaining escape sequences.
23842         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23843         (grep-regexp-alist): Make hyperlink only for binary file name
23844         instead of the whole line.
23845         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23846         (grep-mode): Add autoload.
23848         * emacs-lisp/find-func.el (find-function-regexp):
23849         Add `define-compilation-mode'.
23851 2005-07-19  Juri Linkov  <juri@jurta.org>
23853         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23854         (compare-windows-sync-string-size, compare-windows-recenter)
23855         (compare-windows-highlight, compare-windows): Add version 22.1.
23856         (compare-windows) <defface>: Inherit from lazy-highlight instead
23857         of duplicating its default value.
23859         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23860         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23862         * descr-text.el (describe-char): Create link buttons for `charset'
23863         and `code point'.  Add the current input method name with a link
23864         button to `to input' field.  Print face names of display table
23865         characters in `The display table entry is displayed by' section
23866         instead of printing face-id in the `display' field.
23867         Guess hardcoded faces and create a link button for them.
23868         Skip empty fields when calculating max-width.
23869         Treat `widget-create' specially while inserting strings from the
23870         collected field list.
23871         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23873         * diff-mode.el (diff-file-header): Change foreground color from
23874         yellow to green on light backgrounds.
23875         (diff-context): Inherit from `shadow' only for color/grayscale
23876         with more than 88 colors.
23877         (diff-indicator-removed, diff-indicator-added)
23878         (diff-indicator-changed): New faces.
23879         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23880         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23881         font-lock-comment-delimiter-face and font-lock-comment-face.
23882         Add `#' to ^[^...] in the rule for `diff-context-face'.
23884         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23885         a button-like box.  Inherit from `highlight' on low colors.
23886         (shadow): Use shades of gray only for color/grayscale with
23887         more than 88 colors.  Use green for light backgrounds with
23888         8 colors, and yellow for dark backgrounds with 8 colors.
23890         * font-lock.el (font-lock-regexp-grouping-backslash):
23891         Don't inherit from escape-glyph (use bold for all cases).
23893         * info.el (info-xref-visited): Use light foreground color `violet'
23894         for dark backgrounds instead of dark color `magenta3'.
23895         (info-title-1): Use `yellow' color for dark backgrounds.
23897         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23898         too-light magenta2.
23900         * replace.el (match): Use slightly more light RoyalBlue3 instead
23901         of dark RoyalBlue4.
23903         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23905 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23907         * novice.el (disabled-command-hook): Declare it with
23908         `define-obsolete-variable-alias'.
23910         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23911         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23912         (desktop-load-default): Add release to obsolescence info.
23913         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23914         (desktop-append-buffer-args, desktop-read):
23915         Fix typos in docstrings.
23916         (desktop-kill): Fix typo in message.
23917         (desktop-save): Doc fix.
23919 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23921         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
23922         (viper-envelop-ESC-key): Change the definition of fast
23923         keysequence so it'll work with keyboard macros.
23925         * ediff.el (ediff-patch-buffer): Change the docstring.
23927 2005-07-19  Kenichi Handa  <handa@m17n.org>
23929         * international/mule-cmds.el (select-safe-coding-system): Try to
23930         use an auto-coding (if any) before anything else.  If the found
23931         auto-coding is invalid, show a warning message.
23933         * international/mule.el (find-auto-coding): New function created
23934         by modifying the body of set-auto-coding.
23935         (set-auto-coding): Use find-auto-coding to find a coding.
23937 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23939         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23940         not isearch-mode-end-hook-error.
23941         (allout-before-change-protect): Fix error message.
23943 2005-07-18  Juri Linkov  <juri@jurta.org>
23945         * allout.el (allout-mode):
23946         * calculator.el (calculator-copy):
23947         * custom.el (custom-known-themes):
23948         * dired.el (dired-desktop-buffer-misc-data)
23949         (dired-restore-desktop-buffer):
23950         * dired-x.el (dired-omit-marker-char):
23951         * files.el (basic-save-buffer):
23952         * font-core.el (font-lock-mode):
23953         * calendar/calendar.el (calendar-goto-hebrew-date)
23954         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23955         (calendar-goto-persian-date):
23956         * language/ethio-util.el (ethio-sera-to-fidel-region):
23957         * textmodes/picture.el (picture-mode):
23958         Delete duplicate duplicate words.
23960 2005-07-18  Juri Linkov  <juri@jurta.org>
23962         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23963         chars * ? } |.
23964         (isearch-fallback): Don't call `isearch-process-search-char'.
23965         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23966         (isearch-process-search-char): Call `isearch-fallback' for regexp
23967         chars * ? } |.
23968         (isearch-return-char): Make obsolete with `make-obsolete' instead
23969         of simply documenting it as obsolete in the docstring.
23970         (isearch-fallback): Refill docstring.
23972         * international/isearch-x.el
23973         (isearch-process-search-multibyte-characters): Remove unneeded
23974         `concat'.  Add intermediate values to `junk-hist' instead of
23975         `minibuffer-history'.  Test the length of `str'.
23977 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23979         * allout.el (allout-resolve-xref): Fix typos in error strings.
23980         (allout-before-change-protect): Remove unneeded `concat'.
23982         * array.el (array-mode, array-reconfigure-rows)
23983         (untabify-backward): Fix typos in docstrings.
23984         (array-reconfigure-rows): Use `insert-buffer-substring', not
23985         `insert-buffer'.
23987         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23988         * progmodes/ada-mode.el (ada-make-body):
23989         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23991         * dired.el (dired-log):
23992         * tar-mode.el (tar-subfile-save-buffer):
23993         * play/zone.el (zone-pgm-stress-destress):
23994         Use `insert-buffer-substring', not `insert-buffer'.
23996 2005-07-17  Simon Josefsson  <jas@extundo.com>
23998         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24000 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
24002         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
24003         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24005 2005-07-17  Kim F. Storm  <storm@cua.dk>
24007         * ido.el (dired-other-window): Add ido property.
24009 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
24011         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24012         Fix typo in docstring.
24013         (byte-compile-interactive-only-functions): Add `insert-buffer' and
24014         `insert-file-literally'.
24016         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24017         info and delete redundant message.  Doc fix.
24018         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24019         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24021 2005-07-16  Richard M. Stallman  <rms@gnu.org>
24023         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24024         (byte-compile-and): Use byte-compile-and-recursion.
24025         (byte-compile-or-recursion): New function.
24026         (byte-compile-or): Use that.
24027         (byte-compile-if): Guard the else-clause too.
24028         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24030         * isearch.el (isearch-mode-end-hook-quit): New variable.
24031         (isearch-done): Bind it.
24032         (isearch-mode-end-hook): Doc fix.
24034         * allout.el (allout-isearch-did-quit): Variable deleted.
24035         (allout-real-isearch-abort): Function name no longer used.
24036         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24037         (allout-isearch-rectification): isearch-mode always exists.
24038         Don't set allout-isearch-did-quit.
24039         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24040         allout-isearch-did-quit.
24041         (allout-enwrap-isearch): Just add the hook.
24042         (allout-isearch-abort): Function deleted.
24043         (allout-pre-command-business): Avoid warning.
24045         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24046         Correctly avoid warnings.
24047         (pascal-outline): Likewise.
24049         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24051         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24053         * play/tetris.el (tetris-mode): Avoid warning.
24055         * play/snake.el (snake-mode): Avoid warning.
24057         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24058         (gamegrid-set-display-table): Avoid warning.
24059         (gamegrid-set-timer): Likewise.
24060         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24061         (gamegrid-add-score-with-update-game-score-1): Take FILE
24062         as argument.
24063         (gamegrid-add-score-with-update-game-score): Pass that argument.
24064         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24066         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24068         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24069         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24071         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24072         and insert-file.
24074         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24075         (sc-ask): Avoid warnings.
24077         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24078         (eshell-hist-initialize): Use that var the natural way.
24080         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24082         * emacs-lisp/re-builder.el (reb-cook-regexp):
24083         Avoid warning calling lre-compile-string.
24084         (reb-color-display-p): Avoid warning.
24086         * calculator.el (calculator-last-input): Guard uses
24087         of event-key and key-press-event-p.
24088         (event-key, key-press-event-p): Delete definitions.
24090         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24091         (find-gc-source-directory, find-gc-subrs-callers)
24092         (find-gc-noreturn-list, find-gc-source-files)
24093         (find-gc-subrs-called): Vars renamed and defvar'd.
24095         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24096         (checkdoc-overlay-put, checkdoc-delete-overlay)
24097         (checkdoc-overlay-start, checkdoc-overlay-end)
24098         (checkdoc-mode-line-update, checkdoc-char=):
24099         Define such that compiler knows they are defined.
24100         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24101         (checkdoc-read-event): Delete.  Use read-event directly.
24103         * whitespace.el (whitespace-make-overlay)
24104         (whitespace-overlay-put, whitespace-delete-overlay)
24105         (whitespace-overlay-start, whitespace-overlay-end):
24106         Define such that compiler knows they are defined.
24107         (whitespace): Move conditional inside.
24109         * tempo.el (tempo-insert-template): Suppress warning.
24111         * ediff-diff.el (longlines-mode): Add defvar.
24113 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24115         * server.el: Bind "C-x #" in a way that works even if C-x is
24116         redefined to a command key, not a prefix key.
24118 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
24120         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24121         cl-make-type-test till execution time.
24123 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24125         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24126         arg ARG and use it.
24128 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
24130         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24132 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24134         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24135         a defcustom with two :set or :type keywords.
24137 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24139         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24140         Don't give ^M comment-end syntax.
24142 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24144         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24145         Don't consider gdbmi (gdb-mi.el has its own update functions).
24146         (gdb-var-delete): Make it work for gdbmi as well.
24147         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24149         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24150         (gud-speedbar-menu-items): Correct logic for enabling items.
24152 2005-07-15  Kim F. Storm  <storm@cua.dk>
24154         * ido.el: Fix commentary.
24155         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24156         Use with-no-warnings around ffap-guesser.
24157         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24158         Let bind minibuffer-completing-file-name to t.
24160 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24162         * startup.el (site-run-file, keyboard-type): Doc fixes.
24163         (command-line): Check for "--basic-display" argument; also for
24164         "--quick", not "--bare-bones" (which was renamed).
24165         (fancy-splash-text): Add missing item "Getting New Versions".
24166         (normal-splash-screen): Fix typos and improve consistency with
24167         `fancy-splash-text'.  Update copyright year.
24169         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24170         valid binding for `help-char'.
24172         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24174 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24176         * term.el (term-mode): Disable cua-mode for term buffers.
24178 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24180         * add-log.el (add-log-mailing-address, change-log-merge):
24181         Doc fixes.
24182         (change-log-get-method-definition): Fix typo in docstring.
24184 2005-07-14  Kim F. Storm  <storm@cua.dk>
24186         * emulation/cua-base.el:
24187         (cua--pre-command-handler-1, cua--pre-command-handler)
24188         (cua--post-command-handler-1, cua--post-command-handler):
24189         Split in two.  Check (buffer local) value of cua-mode.
24190         (cua-selection-mode): New command.
24192 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24194         * custom.el (custom-initialize-safe-set)
24195         (custom-initialize-safe-default): Doc fixes.
24197         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24198         and simplify :init-value again.
24200         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24201         and simplify :init-value again.  Delete autoload.
24203         * startup.el (command-line): Use `custom-reevaluate-setting' again
24204         for tooltip-mode.
24206         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24207         a defcustom with two :initialize keywords.
24209 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24211         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24212         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24213         (allout-post-command-business, allout-flag-region)
24214         (isearch-reenable-font-lock, allout-yank)
24215         (allout-insert-latex-header, allout-insert-latex-trailer)
24216         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24217         (allout-latex-verb-quote): Fix typos in docstrings.
24218         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24219         (allout-unprotected, allout-prefix-data):
24220         Improve argument/docstring consistency.
24221         (allout-chart-subtree): Fix argument spec.
24222         (allout-open-topic): Rename `use_sib_bullet' argument to
24223         `use-sib-bullet'.  Doc fix.
24225         * whitespace.el (whitespace-check-buffer-leading)
24226         (whitespace-check-buffer-trailing)
24227         (whitespace-check-buffer-indent)
24228         (whitespace-check-buffer-spacetab)
24229         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24230         (whitespace-check-leading-whitespace)
24231         (whitespace-check-trailing-whitespace)
24232         (whitespace-check-spacetab-whitespace)
24233         (whitespace-check-indent-whitespace)
24234         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24235         (whitespace-modes): Fix typos in docstrings.
24236         (defgroup, defcustom): Doc fixes.
24238         * winner.el (winner-mode, winner-boring-buffers)
24239         (winner-pending-undo-ring): Doc fixes.
24240         (winner-ring): Remove unneeded `progn'.
24241         (winner-equal): `defsubst' it.
24242         (winner-redo): Fix message.
24244 2005-07-13  Kim F. Storm  <storm@cua.dk>
24246         * simple.el (line-move-1): Always use vertical-motion to
24247         do the last (or only) line move to ensure some movement.
24248         Undo 2005-06-23 change--don't check for overlays.
24250 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24252         * term/mac-win.el (ccl-encode-mac-roman-font)
24253         (ccl-encode-mac-centraleurroman-font)
24254         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24255         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24256         Change charset-id boundary of dimension to ?\xef.
24257         (mac-char-fontspec-list): New constant.
24258         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24259         argument.  Nil uses itself as family in font-spec.  Previous
24260         behavior for nil is now provided by non-nil non-string argument.
24261         All callers changed.  Add font-specs for Mac fonts to
24262         "fontset-default" unless iso8859-1 fonts are installed.
24264 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24266         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24267         a continuation line if the \ is preceded by SPC or TAB.
24268         (sh-get-indent-info): Simplify.
24269         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24270         Use with-current-buffer.
24272         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24273         when the matched text is empty.
24275 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24277         * startup.el (command-line): Revert to previous handling of
24278         tooltip-mode.  Explain in comment why the complexity is needed.
24280         * tooltip.el (tooltip-mode): Revert to previous implementation of
24281         its defcustom.
24283         * frame.el (blink-cursor-mode): Revert to previous implementation
24284         of its defcustom.  Update comment.
24286 2005-07-12  Lars Hansen  <larsh@soem.dk>
24288         * desktop.el: Update e-mail address.
24290 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24292         * term/mac-win.el (mac-services-mail-selection)
24293         (mac-services-mail-to): New functions.
24294         (mac-application-menu-map): Bind them.
24296 2005-07-12  Milton Wulei  <milton@wulei.net>  (tiny change)
24298         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24300 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24302         * custom.el (custom-reevaluate-setting): Doc fix.
24304 2005-07-11  Jay Belanger  <belanger@truman.edu>
24306         * calc/calc.el (calc-embedded-announce-formula-alist)
24307         (calc-embedded-open-close-plain-alist)
24308         (calc-embedded-open-close-mode-alist): Add checks for additional
24309         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24311 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24313         * custom.el (custom-enable-theme): Don't add theme to
24314         `custom-enabled-themes' with `push' because there is no
24315         setf-method for `delq'.
24317 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24319         * custom.el (custom-declare-variable): Doc fix.
24321         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24322         from the alists.
24324         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24325         Do nothing if edebug-active.
24327         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24328         (edebug-display): Do it here instead.
24330 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24332         * cus-face.el (custom-theme-set-faces): Make it work.
24333         (custom-reset-faces): Doc fix.
24334         (custom-theme-reset-internal-face, custom-theme-face-value):
24335         Functions deleted.
24337         * custom.el (custom-push-theme): Maintain list of the settings
24338         of a given theme in its theme-settings property.
24339         Maintain position of old settings in the theme-value
24340         or theme-face property.
24341         (custom-enabled-themes): New variable.
24342         (custom-theme-enabled-p): New function.
24343         (provide-theme): Update custom-enabled-themes.
24344         Disable and reenable the `user' theme.
24345         (require-theme): Doc fix.
24346         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24347         (custom-theme-value, custom-theme-variable-value): Likewise.
24348         (custom-theme-reset-internal): Likewise.
24349         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24350         (custom-enable-theme, custom-disable-theme): New functions.
24351         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24352         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24353         (custom-theme-reset-variables): Simplify.
24354         (deftheme, custom-declare-theme, custom-make-theme-feature):
24355         Definitions moved.
24357 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24359         * longlines.el (longlines-show-region)
24360         (longlines-unshow-hard-newlines): Recognize hard newlines by
24361         non-nil hard property, instead of t.
24363 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24365         * emulation/viper-cmd.el (viper--key-maps): New variable.
24366         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24367         emulation-mode-map-alists.
24368         (viper-envelop-ESC-key): Use viper-subseq.
24369         (viper-search-forward/backward/next): Disable debug-on-error.
24371         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24372         (viper-ESC-key): New defcustoms.
24374         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
24376         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24377         (viper-subseq): Copy of subseq from cl.el.
24379         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
24380         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24382         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
24384         * emulation/viper-init.el: Get rid of -face in face names.
24386         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24387         Make it work with longlines mode.
24389         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24391         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24393         * ediff-init.el: Get rid of -face in face names.
24395 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24397         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24398         and with-timeout-unsuspend.
24400         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24401         and with-timeout-unsuspend.
24403         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24404         (with-timeout): Bind that variable to record timers.
24405         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24407         * emacs-lisp/debug.el (debug-help-follow): New function.
24408         (debugger-mode-map): Use that instead of help-follow.
24409         (debugger-setup-buffer): Use eval-buffer-list
24410         to handle eval-buffer frames.
24412 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24414         * timezone.el (timezone-parse-date): Change first regexp
24415         so it will not mistakenly match dates with no time zone.
24417 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24419         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24421 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24423         * custom.el (custom-initialize-safe-set)
24424         (custom-initialize-safe-default): New functions.
24426         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24427         and simplify :init-value.
24429         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24430         and simplify :init-value.  Delete obsolete comment.
24432         * startup.el (command-line): Use `custom-reevaluate-setting' to
24433         handle `tooltip-mode'.  Delete obsolete comment.
24435         * files.el (set-visited-file-name): Avoid calling
24436         `file-name-nondirectory' with a nil argument.
24438 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24440         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24441         was called with nil for the buffer, handle the read position right.
24442         Handle read position for eval-region, too.
24444 2005-07-09  Juri Linkov  <juri@jurta.org>
24446         * fringe.el (fringe-mode): Add period in docstring.
24447         (fringe-query-style): Build prompt depending on `all-frames' arg.
24449         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24450         to not create links to unrelated functions in the Help buffer.
24452         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24453         Doc fix.
24455         * simple.el (next-error-hook): New variable.
24456         (next-error): Use it.  Doc fix.
24458         * textmodes/ispell.el (ispell-command-loop): Add current
24459         dictionary name and program name to mode-line-format.
24460         (ispell-region, ispell-process-line): Add current dictionary name
24461         and program name to messages.
24463 2005-07-08  Jay Belanger  <belanger@truman.edu>
24465         * calc/calc.el (calc-embedded-announce-formula-alist)
24466         (calc-embedded-open-close-formula-alist)
24467         (calc-embedded-open-close-word-alist)
24468         (calc-embedded-open-close-plain-alist)
24469         (calc-embedded-open-close-new-formula-alist)
24470         (calc-embedded-open-close-mode-alist)
24471         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24472         (calc-embedded-mode-hook): New variables.
24474         * calc/calc-embed.el (calc-embedded-firsttime)
24475         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24476         New variables.
24477         (calc-do-embedded): Use calc-embedded-firsttime,
24478         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24479         determine whether or not to run hooks.
24480         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
24481         calc-embedded-firsttime-formula appropriately.
24482         Set calc-embedded delimiter variables according to mode.
24484 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24486         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24487         Check for "emacs", etc., as entire symbol, not just as word.
24488         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24490         * files.el (set-visited-file-name): Report the error
24491         for "empty filename" earlier.
24492         (kill-some-buffers): Ignore buffers already dead.
24494         * fringe.el (fringe-mode): Doc fix.
24496         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24497         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24498         Use unwind-protect to ensure byte-compile-unresolved-functions
24499         is updated.
24501         * whitespace.el (whitespace-buffer-leading-cleanup):
24502         Simplify w/ skip-chars-forward.
24503         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24505         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24506         Unconditionally try to leave point at the same old place.
24508 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24510         * comint.el (comint-postoutput-scroll-to-bottom)
24511         (comint-show-maximum-output): Take scroll-margin into consideration.
24513 2005-07-08  Kim F. Storm  <storm@cua.dk>
24515         * ido.el (ido-use-filename-at-point): New choice `guess'.
24516         (ido-file-internal): Try ffap-guesser if selected.
24518         * ido.el (ido-before-fallback-functions): New hook.
24519         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24520         (ido-read-file-name): Run it.
24522 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24524         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24525         strings rather than a list of symbols to the completion function.
24527 2005-07-07  Jay Belanger  <belanger@truman.edu>
24529         * calc/calc-units.el (math-apply-units): Change the places in
24530         which units are simplified.
24532 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24534         * cus-edit.el (customize-option, customize-option-other-window):
24535         Make them handle aliases.
24537         * custom.el (custom-variable-p): Make it recursively follow
24538         aliases.  Mention that in the docstring.
24540 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24542         * cus-start.el (exec-path): Use `directory' instead of `file'.
24543         Fix tag for nil.
24545 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24547         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24548         when called non-interactively.  Doc fix.
24550 2005-07-07  Lute Kamstra  <lute@gnu.org>
24552         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24553         new address as well.
24555 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24557         * progmodes/gud.el: Require font-lock for displaying errors.
24558         Used by gdb-ui.el.
24560 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24562         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24563         values for the pattern lists which are `read'able but not
24564         `append'able (like symbols).
24566 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24568         * progmodes/flymake.el (flymake-float-time): Instead of
24569         with-no-warnings, test for XEmacs.
24570         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24571         to avoid warning.
24573 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24575         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24577 2005-07-05  Lute Kamstra  <lute@gnu.org>
24579         * battery.el: Add support for Darwin (with much debugging help
24580         from Samuel Lauber <sam124@operamail.com>).
24581         (battery-status-function, battery-echo-area-format)
24582         (battery-mode-line-format): Add support for pmset on Darwin.
24583         (battery-load-low, battery-load-critical): New user options.
24584         (battery-pmset): New function.
24586 2005-07-05  Lute Kamstra  <lute@gnu.org>
24588         Update FSF's address in GPL notices.
24590         * textmodes/page-ext.el: Update FSF's address.
24592 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24594         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24595         filling from using prefix when filling a single-line docstring.
24597         * progmodes/flymake.el: Remove useless eval-when-compile.
24599         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24601 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24603         * textmodes/org.el (org-file-apps-defaults-gnu):
24604         Rename from org-file-apps-defaults-linux.
24605         (org-default-apps): Don't test system-type for `linux'.
24606         (org-file-apps): Doc fix.
24608 2005-07-04  David Ponce  <david@dponce.com>
24610         * tree-widget.el: Improve header Commentary section.
24611         (tree-widget) [defgroup]
24612         (tree-widget-image-enable, tree-widget-themes-directory)
24613         (tree-widget-theme, tree-widget-image-properties-emacs)
24614         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24615         (tree-widget-image-formats, tree-widget-control)
24616         (tree-widget-empty-control, tree-widget-leaf-control)
24617         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24618         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24619         (tree-widget-keep, tree-widget-after-toggle-functions)
24620         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24621         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24622         :help-echo message.
24623         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24624         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24625         (tree-widget--cursors): New constant.
24626         (tree-widget-lookup-image): New function split from
24627         `tree-widget-find-image'.  Clearer implementation.
24628         (tree-widget-find-image): Use it.
24629         (tree-widget-button-keymap): Use `set-keymap-parent'.
24630         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24631         Define the sub-widgets here.
24632         (tree-widget-node): Check that :node is not a tree-widget.
24633         (tree-widget-get-super, tree-widget-open-control)
24634         (tree-widget-close-control, tree-widget-empty-control)
24635         (tree-widget-leaf-control, tree-widget-guide)
24636         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24637         (tree-widget-no-handle, tree-widget-value-delete)
24638         (tree-widget-map): Remove.
24639         (tree-widget-children-value-save): Doc fix.  Simplified.
24640         (tree-widget-value-create): Update according to previous changes.
24642 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24644         * textmodes/org.el: Leading space replaced by TABS.
24645         (org-recalc-marks, org-table-rotate-recalc-marks)
24646         (org-table-get-specials): Treat "^" and "_" marks.
24647         (org-table-justify-field-maybe): Optional argument NEW.
24648         (org-table-eval-formula): Parsing of the format simplified.
24649         New modes C,I.  Honor the %= parameter in the current table.
24650         Avoid unnecessary re-align by using the NEW argument to
24651         `org-table-justify-field-maybe'.
24652         (org-calc-default-modes): Default for date-format mimicks org-mode.
24653         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24655 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24657         * cus-face.el (custom-theme-set-faces): Make it handle face
24658         aliases whose alias declarations are pre- or autoloaded.
24660 2005-07-04  Juri Linkov  <juri@jurta.org>
24662         * faces.el (read-face-name): Put the code for getting a face name
24663         from the buffer before adding the faces from the `face' property.
24664         Use `completing-read-multiple' instead of `completing-read'.
24665         Require `crm'.  Add default value and post-process the returned
24666         list of faces.
24668         * emacs-lisp/crm.el (crm-find-current-element)
24669         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24671         * emacs-lisp/lisp-mode.el (eval-defun-1):
24672         * emacs-lisp/edebug.el (edebug-eval-defun):
24673         Remove unnecessary quotes.
24675 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24677         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24678         (prolog-indent-level): Fix typo in docstring.
24680         * info.el (Info-history, Info-history-forward)
24681         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24683         * add-log.el (add-change-log-entry):
24684         * comint.el (comint-dynamic-list-input-ring)
24685         (comint-dynamic-list-completions):
24686         * dabbrev.el (dabbrev-expand):
24687         * delim-col.el (delimit-columns-rectangle-line):
24688         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24689         (diff-unified->context):
24690         * ediff-init.el (ediff-abbrev-jobname):
24691         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24692         (ediff-replace-session-activity-marker-in-meta-buffer):
24693         * info.el (Info-summary):
24694         * lpr.el (printify-region):
24695         * printing.el (pr-create-interface):
24696         * ps-print.el (ps-print-quote):
24697         * ses.el (ses-column-widths, ses-print-cell)
24698         (ses-adjust-print-width, ses-center):
24699         * shell.el (shell-file-name-quote-list):
24700         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24701         (strokes-fill-current-buffer-with-whitespace)
24702         (strokes-xpm-for-stroke, strokes-list-strokes)
24703         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24704         * term.el (term-dynamic-list-input-ring)
24705         (term-dynamic-list-completions):
24706         * calc/calc.el (math-format-stack-value):
24707         * emacs-lisp/edebug.el (edebug-display-freq-count):
24708         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24709         (delphi-new-comment-line):
24710         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24711         * progmodes/executable.el (executable-set-magic):
24712         * progmodes/python.el (inferior-python-mode):
24713         * progmodes/scheme.el (scheme-mode-syntax-table):
24714         * progmodes/sh-script.el (sh-maybe-here-document):
24715         * progmodes/sql.el (sql-copy-column):
24716         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24717         * textmodes/bibtex.el (bibtex-mode):
24718         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24719         (sgml-auto-attributes):
24720         * textmodes/table.el (table-insert, table-shorten-cell)
24721         (table--generate-source-scan-lines, table-delete-row)
24722         (*table--cell-delete-char, table--spacify-frame)
24723         (table--horizontally-shift-above-and-below)
24724         (table--cell-insert-char, table--cell-blank-str)
24725         (table--fill-region-strictly):
24726         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24727         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24729         * add-log.el (change-log):
24730         * apropos.el (apropos):
24731         * comint.el (comint-completion, comint-source):
24732         * dabbrev.el (dabbrev):
24733         * delim-col.el (columns):
24734         * diff-mode.el (diff-mode):
24735         * ediff.el (ediff):
24736         * ediff-diff.el (ediff-diff):
24737         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24738         * ediff-mult.el (ediff-mult):
24739         * ediff-ptch.el (ediff-ptch):
24740         * ediff-wind.el (ediff-window):
24741         * facemenu.el (facemenu):
24742         * indent.el (indent):
24743         * info.el (info):
24744         * jka-cmpr-hook.el (compression, jka-compr):
24745         * lpr.el (lpr):
24746         * outline.el (outlines):
24747         * pcmpl-cvs.el (pcmpl-cvs):
24748         * pcmpl-rpm.el (pcmpl-rpm):
24749         * printing.el (printing):
24750         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24751         (ps-print-vertical, ps-print-headers, ps-print-font)
24752         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24753         (ps-print-background, ps-print-printer, ps-print-page)
24754         (ps-print-miscellany):
24755         * ses.el (ses):
24756         * shell.el (shell, shell-directories, shell-faces):
24757         * startup.el (initialization):
24758         * strokes.el (strokes):
24759         * term.el (term):
24760         * uniquify.el (uniquify):
24761         * w32-vars.el (w32):
24762         * calc/calc.el (calc):
24763         * emacs-lisp/bytecomp.el (bytecomp):
24764         * emacs-lisp/cl-indent.el (lisp-indent):
24765         * emacs-lisp/edebug.el (edebug):
24766         * emacs-lisp/elp.el (elp):
24767         * emacs-lisp/testcover.el (testcover):
24768         * emacs-lisp/trace.el (trace):
24769         * emulation/viper-ex.el (viper-ex):
24770         * emulation/viper-mous.el (viper-mouse):
24771         * mail/mailalias.el (mailalias):
24772         * mail/supercite.el (supercite, supercite-frames)
24773         (supercite-attr, supercite-cite, supercite-hooks):
24774         * net/rcompile.el (remote-compile):
24775         * net/rlogin.el (rlogin):
24776         * obsolete/ooutline.el (outlines):
24777         * progmodes/delphi.el (delphi):
24778         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24779         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24780         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24781         (ebnf-optimization):
24782         * progmodes/etags.el (etags):
24783         * progmodes/executable.el (executable):
24784         * progmodes/idlwave.el (idlwave):
24785         * progmodes/pascal.el (pascal):
24786         * progmodes/prolog.el (prolog):
24787         * progmodes/python.el (python):
24788         * progmodes/scheme.el (scheme):
24789         * progmodes/sh-script.el (sh, sh-script):
24790         * progmodes/sql.el (SQL):
24791         * progmodes/tcl.el (tcl):
24792         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24793         * textmodes/enriched.el (enriched):
24794         * textmodes/makeinfo.el (makeinfo):
24795         * textmodes/sgml-mode.el (sgml):
24796         * textmodes/table.el (table-hooks):
24797         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24798         * textmodes/texinfo.el (texinfo):
24799         * textmodes/two-column.el (two-column):
24800         Finish `defgroup' description with period.
24802         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24803         * eshell/esh-var.el (eshell-var):
24804         * progmodes/vhdl-mode.el (vhdl-testbench):
24805         * textmodes/org.el (org): Fix typos in docstrings.
24807         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24808         consistency.
24810         * progmodes/flymake.el (flymake-find-file): Remove.
24811         (flymake-float-time): Use `with-no-warnings'.
24812         (flymake-check-start-time, flymake-check-was-interrupted)
24813         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24814         (flymake-new-err-info): `defvar' at compile time.
24816 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24818         * replace.el (occur-hook): Doc fix.
24819         (occur-1): Don't call `occur-hook' if there are no matches.
24821 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24823         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24824         global-map, save the same map.
24825         (global-map): Don't alter it at top level.
24826         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24827         Then alter it here instead.
24828         (tpu-edt-off): Set global-map to the saved one.
24830         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24831         All references simplified.
24832         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24833         (zmacs-regions): Add defvar.
24834         (repeat-complex-command-map): Everything about that deleted.
24836         * textmodes/artist.el (artist-key-is-drawing)
24837         (artist-key-endpoint1, artist-key-poly-point-list)
24838         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24839         (artist-key-compl-table, artist-rb-save-data)
24840         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24841         Don't put them in eval-when-compile.
24842         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24844         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24845         Use with-no-warnings.
24847         * net/browse-url.el (dos-windows-version): Add defvar.
24849         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24851         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24852         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24853         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24854         Add defvar.
24855         (rmail-summary-beginning-of-message): Use with-no-warnings.
24856         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24858         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24859         Use with-no-warnings.
24861         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24862         (c-mark-function): Add point-moving-unit property.
24863         (vi-goto-line): Use with-no-warnings.
24865         * emulation/edt.el (edt-last-copied-word): Add defvar.
24866         (zmacs-region-stays): Likewise.
24867         (edt-mark-section-wisely): Use c-mark-function for C.
24868         Use makr-defun for Fortran.
24869         (time-string): defvar deleted.
24870         (edt-display-the-time): Don't set time-string.
24872         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24874         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24875         Don't warn when name is not constant
24876         or for defining the group `emacs'.
24878         * tooltip.el (gud-tooltip-mode): Add defvar.
24880         * startup.el (default-frame-background-mode): Add defvar.
24882         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24884         * info.el (tool-bar-map): Add defvar.
24886         * dired.el (dnd-protocol-alist): Add defvar.
24888         * dired-aux.el (dired-query): Display question with answer, when
24889         the user answers.
24891         * custom.el (custom-add-option): Doc fix.
24893         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24895 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24897         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24898         bogus name from the last change.
24900 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24902         * custom.el (custom-declare-variable): Fix typos in comment.
24903         (custom-known-themes): Doc fix.
24904         (custom-theme-directory): New defcustom.
24905         (require-theme): Make it check `custom-theme-directory'.
24907         * cus-theme.el (custom-new-theme-mode): New function.
24908         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24909         (custom-theme-description): Add compiler defvars.
24910         (customize-create-theme): Add doc to the "*New Custom Theme*"
24911         buffer.  Use `custom-new-theme-mode'.
24912         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24913         and save it to the `custom-theme-directory'.  Make this the
24914         default directory of the buffer.
24916 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24918         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24919         Fix unbalanced parentheses.
24921 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24923         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24924         into flymake-mode and delegate to flymake-mode.
24926         * find-file.el (ff-which-function-are-we-in): Clean up.
24928 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24930         * replace.el (occur-rename-buffer): Fix docstring.
24932         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24933         (edt-last-copied-word, edt-learn-macro-count)
24934         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24935         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24936         (time-string, zmacs-region-stays):
24937         * emulation/edt-mapper.el (edt-save-function-key-map)
24938         (EDT-key-name): `defvar' to silence the byte-compiler.
24940 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24942         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24943         font-lock-regexp-backslash.  Doc fix.
24944         (font-lock-regexp-backslash-grouping-construct): Rename from
24945         font-lock-regexp-backslash-construct.  Doc fix.
24946         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24947         grouping constructs.
24949 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24951         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24952         updating all the prerequisites.
24954 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24956         * textmodes/org.el (org-agenda-start-on-weekday)
24957         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24958         (org-agenda-use-time-grid, org-archive-location)
24959         (org-allow-space-in-links, org-usenet-links-prefer-google)
24960         (org-enable-table-editor, org-export-default-language)
24961         (org-export-html-show-new-buffer, org-fill-paragraph)
24962         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24963         (org-goto-quit, org-occur, org-eval-in-calendar)
24964         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24965         (org-agenda-diary-entry, org-remember-help)
24966         (org-table-convert-region, org-at-table-p)
24967         (org-table-move-row-down, org-table-move-row-up)
24968         (org-table-copy-region, org-table-toggle-vline-visibility)
24969         (org-table-get-stored-formulas, org-table-get-specials)
24970         (org-recalc-commands, org-table-eval-formula)
24971         (org-table-formula-substitute-names, orgtbl-make-binding)
24972         (org-format-org-table-html, org-format-table-table-html)
24973         (org-format-table-table-html-using-table-generate-source)
24974         (org-customize): Fix typos in docstrings.
24975         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24976         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24977         (org-back-to-heading): Doc fixes.
24978         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24979         (org-agenda-change-all-lines, org-get-header):
24980         Improve argument/docstring consistency.
24981         (orgtbl-error): Fix error message.
24983         * progmodes/flymake.el (flymake-find-possible-master-files)
24984         (flymake-master-file-compare, flymake-get-line-err-count)
24985         (flymake-highlight-line, flymake-gui-warnings-enabled):
24986         Fix typos in docstrings.
24987         (flymake-parse-line, flymake-get-project-include-dirs-function)
24988         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24989         Doc fixes.
24990         (flymake-get-project-include-dirs-function)
24991         (flymake-make-err-menu-data):
24992         Improve argument/docstring consistency.
24994 2005-07-01  Lute Kamstra  <lute@gnu.org>
24996         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24997         Catch errors with ignore-errors.  Use temporary buffer.
24998         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
25000         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25001         background color faces.
25002         (facemenu-set-foreground, facemenu-set-background):
25003         Use facemenu-set-face-from-menu.
25004         (facemenu-set-face-from-menu): Treat face names that start with
25005         "fg:" or "bg:" as special.
25006         (facemenu-add-new-color): Don't create faces.  Simplify.
25008 2005-06-30  Richard M. Stallman  <rms@gnu.org>
25010         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25011         (crm-find-current-element): Likewise.
25013 2005-06-30  Johan Bockgård  <bojohan@users.sourceforge.net>
25015         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25017 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25019         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25020         (archive-mouse-extract): Make it an obsolete alias.
25021         (archive-mode-map): Don't use archive-mouse-extract any more.
25022         (archive-mode, archive-extract): write-contents-hooks ->
25023         write-contents-functions.
25024         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25025         first arg.
25026         (archive-rename-entry): Update the call.
25027         (archive-zip-summarize): Remove unused var `method'.
25028         (archive-lzh-summarize): Remove unused var `creator'.
25030         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25031         dedicated frame upon exit.
25033         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25034         (archive-zip-extract, archive-zip-expunge)
25035         (archive-zip-update, archive-zip-update-case): Use executable-find.
25036         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25037         Use restore-buffer-modified-p.
25038         (archive-extract, archive-add-new-member, archive-write-file-member):
25039         Use with-current-buffer.
25040         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25042 2005-06-30  Andreas Schwab  <schwab@suse.de>
25044         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25046 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25048         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25050 2005-06-30  Juri Linkov  <juri@jurta.org>
25052         * faces.el (vertical-border): Inherit from mode-line-inactive
25053         only on tty.
25055 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25057         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25058         example, -NLINES in the `occur' docstring).
25060         * replace.el (occur-1): When no matches are found, do not set the
25061         `buffer-read-only' and modified flags for the occur buffer,
25062         because it is deleted.
25064         * emulation/cua-base.el (cua-check-pending-input)
25065         (cua-repeat-replace-region, cua-mode, cua-debug)
25066         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25067         Fix typos in docstrings.
25069         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25070         (cua-cut-region-to-global-mark)
25071         (cua--cut-rectangle-to-global-mark):
25072         Remove period from end of messages.
25074         * emulation/cua-rect.el (cua-do-rectangle-padding):
25075         Remove period from end of messages.
25076         (cua--rectangle-seq-format): Fix typo in docstring.
25077         (cua-sequence-rectangle, cua-fill-char-rectangle):
25078         Improve argument/docstring consistency.
25080 2005-06-29  Juri Linkov  <juri@jurta.org>
25082         * faces.el (default-frame-background-mode): New internal variable.
25083         (frame-set-background-mode): Use it.
25085         * startup.el (normal-top-level): Set default-frame-background-mode
25086         instead of frame-background-mode.  Before setting it, test for its
25087         nil value.  Remove tests for frame-background-mode and frame
25088         parameter `reverse'.  Add test for "unspecified-fg".
25090         * term/xterm.el (xterm-rxvt-set-background-mode):
25091         * term/rxvt.el (rxvt-set-background-mode):
25092         Set default-frame-background-mode instead of frame-background-mode.
25094 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25096         * simple.el (set-variable): Warn about obsolete user variables.
25098         * imenu.el (imenu--completion-buffer):
25099         * mouse.el (mouse-buffer-menu-alist):
25100         * msb.el (msb-invisible-buffer-p):
25101         * calendar/diary-lib.el (diary-header-line-format):
25102         * emacs-lisp/pp.el (pp-buffer):
25103         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25104         * textmodes/picture.el (picture-replace-match):
25105         Change space constants followed by a sexp to "?\s ".
25107         * play/decipher.el (decipher-loop-with-breaks):
25108         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25109         constants "protected" from end of line by a comment to "?\s".
25111 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25113         * font-lock.el (save-buffer-state): Use `declare'.
25115         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25116         reset the syntax-table to cperl-mode-syntax-table.
25117         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25118         "foo_print_bar" is not matched as a reserved keyword.
25120 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25122         * textmodes/org.el (orgtbl-setup): New function, for delayed
25123         setup for the orgtbl commands.
25124         (org-calc-default-modes): New option.
25125         (orgtbl-make-binding): Use `defun' to get better help display.
25126         (org-diary): Call `org-compile-prefix-format'.
25127         (org-table-formula-substitute-names): New function.
25128         (org-agenda-day-view, org-agenda-week-view): New commands.
25129         (org-agenda-toggle-week-view): Command removed.
25130         (org-tbl-menu): Split off from org-org-menu.
25131         (org-mode): Move removal of outline-mode menus to here.
25132         (org-table-formula-debug): New option.
25133         (org-table-insert-row): Keep first field if just "#" or "*".
25134         (org-mode): Paragraph regexps fixed.
25135         (org-table-recalculate-regexp): New constant.
25136         (org-table-justify-field-maybe): Avoid replace if not necessary.
25137         (org-copy-special, org-cut-special): Use `call-interactively'.
25138         (org-table-copy-region): Take region from `interactive' call.
25139         (org-trim): Return string even if no match.
25140         (org-formula): New face.
25141         (org-set-font-lock-defaults): No longer highlight "FIXME".
25142         But highlight formula-related fields in table.
25143         (org-table-p): Use regexp, not fontification.
25144         (org-table-align): Handle white space at end of line.
25145         (org-table-formula-evaluate-inline): New option.
25146         (org-mode): Auto-wrapping in comment lines turned off.
25147         (org-table-copy-down): Evaluate only in copied field, not in
25148         destination.
25149         (org-table-current-formula): Variable removed.
25150         (org-table-store-formulas, org-table-get-stored-formulas)
25151         (org-table-modify-formulas, org-table-replace-in-formulas)
25152         (org-table-maybe-eval-formula): New functions.
25153         (org-table-get-formula): Modify to use stored formulas.
25154         (org-table-insert-column, org-table-delete-column)
25155         (org-table-move-column): Call `org-table-modify-formulas'.
25156         (org-complete): Add completion for keyword formulas.
25157         (orgtbl-mode): Pull orgtbl-mode-map to start of
25158         minor-mode-map-alist.
25160 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25162         * progmodes/python.el (python-check): Require `compile' before
25163         modifying its variables.
25165         * newcomment.el (comment-indent-default): Don't get fooled by an early
25166         end of buffer.
25168 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25170         * ps-print.el (ps-print-version): Fix version number.
25172 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25174         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25176 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25178         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25179         (flyspell-local-mouse-map): Declaration deleted.
25180         (flyspell-mouse-map): Bind only mouse-2.
25181         (flyspell-mode-map): Don't test flyspell-use-local-map.
25182         (flyspell-overlay-keymap-property-name): Var deleted.
25183         (flyspell-mode-on): Don't make local bindings for
25184         flyspell-mouse-map and flyspell-mode-map.
25185         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25187         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25189         * progmodes/compile.el (compilation-next-error-function):
25190         Don't switch buffers; operate on the current buffer.
25192         * progmodes/compile.el (compilation-error-file-name)
25193         (compilation-warning-file-name, compilation-info-file-name)
25194         (compilation-line-number, compilation-column-number): New faces.
25195         (compilation-error-face, compilation-warning-face)
25196         (compilation-info-face, compilation-line-face)
25197         (compilation-column-face): Use them.
25199         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25201         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25203         * bindings.el (global-map): Bind insertchar and its variants.
25205 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25207         * textmodes/artist.el (artist-text-overwrite)
25208         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25210 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25212         * ps-print.el: It was not working the page selection for printing.
25213         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25214         (ps-print-version): New version 6.6.7.
25215         (ps-end-sheet): New fun.
25216         (ps-header-sheet, ps-end-job): Call it.
25218 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25220         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25222 2005-06-27  Lute Kamstra  <lute@gnu.org>
25224         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25225         background color faces.
25226         (facemenu-get-face): Delete function.
25227         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25228         (facemenu-add-new-color): Make second argument mandatory.
25229         Create the appropriate face and return it.  Simplify.
25230         (facemenu-set-foreground, facemenu-set-background): Don't check if
25231         color is defined.  Use return value of facemenu-add-new-color.
25233 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25235         * progmodes/gud.el (gud-filter): Add missing argument to
25236         with-selected-window.
25238 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25240         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25241         a :require to the defcustom.
25243         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25244         defcustoms corresponding to minor modes.
25246 2005-06-26  David Ponce  <david@dponce.com>
25248         * recentf.el: Require tree-widget instead of wid-edit.
25249         (recentf-filename-handler): Fix widget :type.
25250         (recentf-cancel-dialog, recentf-open-more-files)
25251         (recentf-open-files-action): Doc fix.
25252         (recentf-dialog-goto-first): New function.
25253         (recentf-dialog-mode-map): Set parent keymap first.
25254         (recentf-dialog-mode): Define with define-derived-mode.
25255         Don't display continuation lines in dialogs.
25256         (recentf-edit-list): Rename from recentf-edit-selected-items.
25257         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25258         Simplify.
25259         (recentf-edit-list-validate): New function.
25260         (recentf-edit-list): Update accordingly.
25261         (recentf-open-files-item-shift): Remove.
25262         (recentf-open-files-item): Convert menu elements into tree and
25263         link widgets.  Don't create the widgets.
25264         (recentf-open-files): Update accordingly.
25265         (recentf-save-list): Untabify.
25267 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25269         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25270         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25271         partially contained in the active region.  Do not take active
25272         region into account when called from Lisp, unless INTERACTIVE arg
25273         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25274         avoid trouble with fields.  Make marker point nowhere when no
25275         longer used.  Always return nil.  Doc fix.
25276         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25277         into account when called from Lisp, unless INTERACTIVE arg is
25278         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25279         avoid trouble with fields.  Make marker point nowhere when no
25280         longer used.  Always return nil.  Doc fix.
25281         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25282         interchangeable.  Do not take active region into account when
25283         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25284         message in echo area when called from Lisp, unless INTERACTIVE arg
25285         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25286         Return the number of matches.  Doc fix.
25287         (occur): Doc fix.
25288         (perform-replace): Make comment follow double space convention for
25289         the sake of `outline-minor-mode'.
25291         * faces.el (facep): Doc fix.
25293 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25295         * facemenu.el (facemenu-enable-faces-p): New function.
25296         (facemenu-background-menu, facemenu-foreground-menu)
25297         (facemenu-face-menu): Add menu-enable property.
25299         * jka-compr.el (jka-compr-insert-file-contents):
25300         Special handling if cannot find the uncompression program.
25302         * cus-face.el (custom-face-attributes): Add autoload.
25304         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25305         Bind comment-indent-function locally.
25307         * window.el (save-selected-window): Use save-current-buffer.
25309         * subr.el (with-selected-window): Use save-current-buffer.
25311         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25312         and with-current-buffer.
25314 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25316         * simple.el (line-move-1): Fix previous change.
25318 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25320         * replace.el (occur-1): Set `buffer-read-only' and the
25321         buffer-modified flag before running `occur-hook' to protect
25322         against unintentional buffer switches that can lead to data loss.
25324 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25326         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25327         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25328         initial error.
25330         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25331         after fresh input.
25332         (gdb-var-create-handler): Put name of expression in quotes.
25334 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25336         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25337         elements of RING in order, and without bogus nil elements.
25339 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25341         * simple.el (set-variable): Args renamed; doc fix.
25342         (line-move-1): When there are overlays around, use vertical-motion.
25344         * faces.el (escape-glyph): Use brown against light background.
25345         (nobreak-space): Rename from no-break-space.
25346         Fix previous change.
25348         * dired-aux.el (dired-do-copy): Fix arg prompt.
25350         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25352 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25354         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25355         rather than "Distributor".
25357 2005-06-23  Lute Kamstra  <lute@gnu.org>
25359         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25360         (debug-on-entry): Use it.  New interactive declaration that uses
25361         function-called-at-point.
25363 2005-06-23  Kim F. Storm  <storm@cua.dk>
25365         * subr.el (save-match-data): Add comment about using evaporate arg
25366         to set-match-data.
25368 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25370         * cus-edit.el (customize-face)
25371         (customize-face-other-window): Handle face aliases.
25373         * faces.el (face-documentation, set-face-attribute)
25374         (face-spec-set): Handle face aliases.
25376 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25378         * help-mode.el (help-make-xrefs): If a symbol representing a face
25379         name is not followed by the word "face", it could still be a
25380         function or variable name, so don't bypass other checks.
25382 2005-06-22  Juri Linkov  <juri@jurta.org>
25384         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25385         Replace aliased functions with calls where second arg `inherit' is t.
25387 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25389         * progmodes/gdb-ui.el (gdb-error): New variable.
25390         (gdb-error): New function.
25391         (gdb-annotation-rules): Act on error-begin and error annotations.
25392         (gdb-concat-output): Use font-lock-warning-face for errors.
25394 2005-06-22  Miles Bader  <miles@gnu.org>
25396         * bindings.el (propertized-buffer-identification): Use renamed
25397         `Buffer-menu-buffer' face.
25399         * faces.el (vertical-border): Rename from `vertical-divider'.
25400         (escape-glyph): Change dark-background color back to `cyan'.
25402 2005-06-21  Juri Linkov  <juri@jurta.org>
25404         * faces.el (face-user-default-spec): Try getting `customized-face'
25405         prior to `saved-face'.
25406         (frame-background-mode): Refill docstring.
25408         * emacs-lisp/lisp-mode.el (eval-defun-1):
25409         * emacs-lisp/edebug.el (edebug-eval-defun):
25410         Set `saved-face' temporarily to nil before calling form.
25411         Set `customized-face' to the new spec after that.
25413 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25415         * subr.el (1value, lambda, key-substitution-in-progress):
25416         Doc fixes.
25418         * autoinsert.el (auto-insert-alist):
25419         * ses.el (ses-call-printer):
25420         * subr.el (noreturn):
25421         * emacs-lisp/lisp.el (check-parens):
25422         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25423         * net/browse-url.el (browse-url-mosaic):
25424         * progmodes/cc-defs.el (c-safe-scan-lists):
25425         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25426         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25427         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25428         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25429         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25430         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25432 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25434         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25436 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25438         * calendar/appt.el (appt-make-list): Activate the package, if
25439         not already active (for backwards compatibility).
25441 2005-06-20  Kim F. Storm  <storm@cua.dk>
25443         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25445 2005-06-20  Miles Bader  <miles@gnu.org>
25447         * faces.el (vertical-divider): New face.
25449 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25451         * simple.el (kill-whole-line): Doc fix.
25452         (next-error-buffer-p, next-error-find-buffer)
25453         (clone-indirect-buffer): Fix typos in docstrings.
25454         (comment-line-break-function): Doc fix: don't say variable
25455         is automatically buffer-local (it isn't).
25457 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25459         * net/tramp-ftp.el (top):
25460         * net/tramp-smb.el (top):
25461         * net/tramp-util.el (top):
25462         * net/tramp-uu.el (top):
25463         * net/tramp-vc.el (top):
25464         * net/tramp.el (top): Revert copyright years back to original
25465         ones.  Tramp has a life outside GNU Emacs.
25467 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25469         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25471 2005-06-18  Juri Linkov  <juri@jurta.org>
25473         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25474         end of first regexp to limit the match to the position between
25475         line number and source line with same separator character as used
25476         between file name and line number.  In the second regexp limit
25477         mouse-face area to file name and line number by adding new group
25478         for them and referring it in HYPERLINK arg.
25479         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25480         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25481         previous line where grep markers may be already removed.
25483 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25485         * progmodes/ps-mode.el: Update version and maintainer's email address.
25487 2005-06-18  Steve Youngs  <steve@xemacs.org>
25489         * net/browse-url.el (browse-url-browser-function)
25490         (browse-url-default-browser): Add firefox.
25491         (browse-url-firefox-program, browse-url-firefox-arguments)
25492         (browse-url-firefox-startup-arguments)
25493         (browse-url-firefox-new-window-is-tab): New defcustoms.
25494         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25496 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25498         * startup.el (command-line): Warn if specified user name has
25499         no home directory.
25501         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25502         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25504         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25505         Doc fixes.
25507         * faces.el (underline): Try bold if terminal doesn't support underline.
25509         * mail/sendmail.el (mail-setup-with-from): New variable.
25510         (mail-insert-from-field): New function.
25511         (sendmail-send-it): Call it.
25512         (mail-setup): Optionally call it here.
25514         * term/linux.el: Call tty-no-underline.
25516 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25518         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25520 2005-06-17  Miles Bader  <miles@gnu.org>
25522         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25523         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25524         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25525         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25526         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25527         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25528         Remove "-face" suffix from face names.
25529         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25530         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25531         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25532         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25533         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25534         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25535         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25536         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25537         New backward-compatibility aliases for renamed faces.
25538         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25539         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25540         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25541         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25542         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25543         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25544         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25545         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25546         Use renamed ediff faces.
25548         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25549         Remove "-face" suffix from face names.
25550         (eshell-test-ok-face, eshell-test-failed-face):
25551         New backward-compatibility aliases for renamed faces.
25552         (eshell-run-test): Use renamed eshell-test faces.
25554         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25555         face name.
25556         (eshell-prompt-face): New backward-compatibility alias for renamed
25557         face.
25558         (eshell-emit-prompt): Use renamed eshell-prompt face.
25560         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25561         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25562         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25563         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25564         Remove "-face" suffix from face names.
25565         (eshell-ls-directory-face, eshell-ls-symlink-face)
25566         (eshell-ls-executable-face, eshell-ls-readonly-face)
25567         (eshell-ls-unreadable-face, eshell-ls-special-face)
25568         (eshell-ls-missing-face, eshell-ls-archive-face)
25569         (eshell-ls-backup-face, eshell-ls-product-face)
25570         (eshell-ls-clutter-face):
25571         New backward-compatibility aliases for renamed faces.
25572         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25574         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25575         Remove "-face" suffix from face name.
25576         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25577         instead of literal face.
25579 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25581         * emacs-lisp/warnings.el (display-warning, lwarn)
25582         (warning-minimum-log-level): Doc fixes.
25583         (warning-minimum-level, warning-minimum-log-level):
25584         Add :debug to :type choices.
25586         * progmodes/ada-mode.el (ada-format-paramlist)
25587         (ada-get-indent-case, ada-check-matching-start)
25588         (ada-check-defun-name, ada-goto-matching-decl-start)
25589         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25590         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25591         (ada-make-subprogram-body): Follow error conventions.
25592         (ada-case-exception-file, ada-indent-comment-as-code)
25593         (ada-indent-handle-comment-special, ada-indent-renames)
25594         (ada-indent-return, ada-search-directories-internal)
25595         (ada-tab-policy, ada-case-exception-substring)
25596         (ada-other-file-alist, ada-matching-start-re)
25597         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25598         (ada-imenu-generic-expression, ada-compile-goto-error)
25599         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25600         (ada-popup-menu, ada-add-extensions, ada-mode)
25601         (ada-region-selected, ada-create-case-exception)
25602         (ada-create-case-exception-substring, ada-after-keyword-p)
25603         (ada-activate-keys-for-case, ada-adjust-case-region)
25604         (ada-adjust-case-buffer, ada-format-paramlist)
25605         (ada-scan-paramlist, ada-insert-paramlist)
25606         (ada-indent-newline-indent)
25607         (ada-indent-newline-indent-conditional)
25608         (ada-justified-indent-current, ada-goto-previous-word)
25609         (ada-indent-current, ada-get-indent-open-paren)
25610         (ada-get-indent-paramlist, ada-get-indent-end)
25611         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25612         (ada-get-indent-block-start, ada-get-indent-subprog)
25613         (ada-get-indent-noindent, ada-get-indent-label)
25614         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25615         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25616         (ada-goto-stmt-end, ada-goto-next-word)
25617         (ada-check-matching-start, ada-check-defun-name)
25618         (ada-goto-matching-decl-start, ada-goto-matching-start)
25619         (ada-goto-matching-end, ada-search-ignore-string-comment)
25620         (ada-in-decl-p, ada-looking-at-semi-or)
25621         (ada-looking-at-semi-private, ada-in-paramlist-p)
25622         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25623         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25624         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25625         (ada-previous-package, ada-create-menu)
25626         (ada-fill-comment-paragraph-justify)
25627         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25628         (ada-other-file-name, ada-last-which-function-line)
25629         (ada-last-which-function-subprog, ada-which-function)
25630         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25631         (ada-gen-treat-proc, ada-check-emacs-version)
25632         (ada-continuation-indent, ada-align-region-separate):
25633         Fix typos in docstrings.
25634         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25636 2005-06-16  Lute Kamstra  <lute@gnu.org>
25638         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25639         conditionally.
25641 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25643         * comint.el (comint-replace-by-expanded-filename)
25644         (comint-prompt-regexp, comint-delimiter-argument-list)
25645         (comint-preinput-scroll-to-bottom):
25646         * info.el (Info-hide-cookies-node):
25647         * ls-lisp.el (ls-lisp-classify):
25648         * find-file.el (ff-search-directories, ff-special-constructs)
25649         (ff-find-other-file):
25650         * font-lock.el (font-lock-keywords):
25651         * shell.el (shell-prompt-pattern)
25652         (shell-dynamic-complete-functions, shell-mode)
25653         (shell-delimiter-argument-list):
25654         * term.el (term-replace-by-expanded-filename)
25655         (term-prompt-regexp, term-delimiter-argument-list):
25656         * woman.el (woman-ignore, woman0-if):
25657         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25658         * emacs-lisp/elint.el (elint-init-env):
25659         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25660         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25661         * language/ethio-util.el (ethio-tilde-escape)
25662         (ethio-use-three-dot-question):
25663         * net/zone-mode.el (zone-mode-load-time-setup):
25664         * progmodes/cc-align.el (c-lineup-argcont):
25665         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25666         * progmodes/cperl-mode.el (cperl-set-style-back):
25667         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25668         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25669         Fix spellings in docstrings.
25671         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25672         * progmodes/modula2.el (m2-for): Fix spellings.
25674         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25676         * simple.el (undo-more): Don't use `format' on `error' arguments.
25677         Improve argument/docstring consistency.
25678         (pending-undo-list): Doc fix.
25680         * smerge-mode.el (smerge-ensure-match):
25681         * emulation/vip.el (vip-ex):
25682         * net/zone-mode.el (zone-mode-update-serial):
25683         * progmodes/idlwave.el (idlwave-complete):
25684         * progmodes/vhdl-mode.el (vhdl-visit-file)
25685         (vhdl-compose-wire-components):
25686         Don't use `format' on `error' arguments.
25688         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25689         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25690         (tooltip-help-tips): Fix typos in docstrings.
25692 2005-06-16  David Ponce  <david@dponce.com>
25694         * tree-widget.el (tree-widget-value-create): Simplify last change.
25696 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25698         * ido.el (ido-incomplete-regexp): New variable.
25699         (ido-set-matches-1): Handle invalid-regexp error and set
25700         ido-incomplete-regexp.
25701         (ido-incomplete-regexp): New face.
25702         (ido-completions): Use it.
25703         (ido-complete, ido-exit-minibuffer, ido-completions):
25704         Handle incomplete regexps.
25705         (ido-completions): Add check for complete match when entering a regexp.
25707 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25709         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25711 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25713         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25714         by field delimiters.
25716 2005-06-15  David Ponce  <david@dponce.com>
25718         * tree-widget.el: eval-and-compile inlined functions so they will
25719         be available at run-time too.
25720         (tree-widget-super-format-handler)
25721         (tree-widget-format-handler): Remove.
25722         (tree-widget-value-create): Handle the :indent property.
25724 2005-06-15  Miles Bader  <miles@gnu.org>
25726         * progmodes/which-func.el (which-func): Only inherit
25727         `font-lock-function-name-face' when that makes sense against the
25728         default mode-line face, otherwise set the face color explicitly.
25730         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25731         faces instead of (non-existent) variables.
25733 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25735         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25736         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25738 2005-06-14  Miles Bader  <miles@gnu.org>
25740         * progmodes/ld-script.el (ld-script-location-counter):
25741         Remove "-face" suffix from face name.
25742         (ld-script-location-counter-face):
25743         New backward-compatibility alias for renamed face.
25744         (ld-script-location-counter-face): Use renamed face.
25746         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25747         (cperl-hash): Remove "-face" suffix from face names.
25748         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25749         New backward-compatibility aliases for renamed faces.
25750         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25751         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25753         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25754         name.
25755         (which-func-face): New backward-compatibility alias for renamed face.
25756         (which-func-format): Use renamed which-func face.
25758         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25759         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25760         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25761         names.
25762         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25763         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25764         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25765         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25766         (vhdl-speedbar-architecture-selected)
25767         (vhdl-speedbar-configuration-selected)
25768         (vhdl-speedbar-package-selected)
25769         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25770         names.
25771         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25772         Use renamed faces.
25773         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25774         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25775         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25776         Use renamed faces.
25777         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25778         names.
25779         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25780         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25781         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25782         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25783         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25784         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25786         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25787         face name.
25788         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25789         (sh-heredoc-face): Use renamed sh-heredoc face.
25791         * progmodes/idlw-help.el (idlwave-help-link):
25792         Remove "-face" suffix from face name.
25793         (idlwave-help-link-face):
25794         New backward-compatibility alias for renamed face.
25795         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25797         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25798         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25799         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25800         New backward-compatibility aliases for renamed faces.
25801         (idlwave-shell-disabled-breakpoint-face)
25802         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25804         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25805         Remove "-face" suffix from face names.
25806         (flymake-errline-face, flymake-warnline-face):
25807         New backward-compatibility aliases for renamed faces.
25808         (flymake-highlight-line): Use renamed flymake faces.
25810         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25811         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25812         (ebrowse-member-class, ebrowse-progress):
25813         Remove "-face" suffix from face names.
25814         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25815         (ebrowse-file-name-face, ebrowse-default-face)
25816         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25817         (ebrowse-progress-face):
25818         New backward-compatibility aliases for renamed faces.
25819         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25820         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25821         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25822         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25824         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
25825         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25826         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25827         names.
25828         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25829         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25830         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25831         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25832         backward-compatibility aliases for renamed faces.
25833         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25834         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25835         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25836         remove "font-lock-".  Use renamed antlr-mode faces.
25837         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25838         literal face-names with face variable references.
25840         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25841         face name.
25842         (Buffer-menu-buffer-face): New backward-compatibility alias for
25843         renamed face.
25844         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25846 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25848         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25849         Eliminate "-face" suffix.
25850         (makefile-targets): Inherit from font-lock-function-name-face and
25851         eliminate "-face" suffix.
25852         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25853         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25854         actions, instead of prepending, to make it less visible.
25855         (makefile-previous-dependency, makefile-match-dependency):
25856         Don't match a target on a continuation line.
25858         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25860 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25862         * progmodes/gdb-ui.el (menu): Re-order menu items.
25863         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25865         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25866         Define in tooltip.el.
25867         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25868         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25869         gud-tooltip-echo-area.
25871         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25872         backward compatibility and make obsolete.
25873         (tooltip-help-tips): Use tooltip-use-echo-area.
25874         (tooltip-show-help-function): Rename to...
25875         (tooltip-show-help): ...this, because it is a function.
25876         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25878 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25880         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25881         (edebug-print-length, edebug-print-level, edebug-print-circle)
25882         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25883         (edebug-eval-print-last-sexp): Doc fixes.
25885 2005-06-14  Kim F. Storm  <storm@cua.dk>
25887         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25888         as the coverage buffer/file/both may change.
25890 2005-06-14  Lute Kamstra  <lute@gnu.org>
25892         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25893         and run-mode-hooks.  Simplify.
25895         * mail/rmailedit.el (rmail-edit-mode):
25896         * progmodes/octave-inf.el (inferior-octave-mode):
25897         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25899         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25900         and run-mode-hooks.
25901         (recentf-edit-list, recentf-open-files): Don't call
25902         kill-all-local-variables directly.
25904         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25906 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25908         * emacs-lisp/byte-run.el (make-obsolete)
25909         (define-obsolete-function-alias): Rename arguments FUNCTION and
25910         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25911         (make-obsolete-variable, define-obsolete-variable-alias):
25912         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25913         respectively.
25915         * isearchb.el (isearchb-activate):
25916         * pcvs.el (cvs-mode):
25917         * ses.el (ses-load):
25918         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25919         * net/tramp.el (tramp-find-file-exists-command)
25920         (tramp-find-shell):
25921         * progmodes/ada-mode.el (ada-create-case-exception)
25922         (ada-create-case-exception-substring, ada-make-subprogram-body):
25923         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25924         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25925         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25926         * textmodes/org.el (org-promote, org-evaluate-time-range)
25927         (org-agenda-next-date-line, org-agenda-previous-date-line)
25928         (org-agenda-error, org-open-at-point, org-table-move-row)
25929         (org-format-table-table-html-using-table-generate-source)
25930         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25931         * textmodes/reftex.el (reftex-access-scan-info):
25932         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25933         (reftex-toc-promote-prepare): Follow error conventions.
25935         * diff-mode.el (diff-mode): Fix typo in docstring.
25937         * forms.el (forms--intuit-from-file): Fix reference to
25938         `forms-number-of-fields' in error message.
25939         (forms-print): Fix quoting in error message.
25941         * forms.el (forms-mode):
25942         * emulation/vi.el (vi-goto-insert-state):
25943         * progmodes/flymake.el (flymake-new-err-info)
25944         (flymake-start-syntax-check-for-current-buffer)
25945         (flymake-simple-cleanup):
25946         * eshell/esh-var.el (eshell/export):
25947         * progmodes/gud.el (xdb):
25948         * textmodes/flyspell.el (flyspell-incorrect-hook)
25949         (flyspell-maybe-correct-transposition)
25950         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25952 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25954         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25955         minibuffer prompt.
25957 2005-06-13  Kim F. Storm  <storm@cua.dk>
25959         * subr.el (add-to-ordered-list): New defun.
25961         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25962         add cua--keymap-alist to emulation-mode-map-alists.
25964 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25966         * subr.el (complete-in-turn): New macro.
25967         (dynamic-completion-table, lazy-completion-table): Add debug info.
25969         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25970         in preference to face aliases.
25972         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25973         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25974         Remove unused vars `start' and `firstline'.
25975         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25976         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25978 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25980         * cus-start.el (all): Don't complain about missing GTK-related
25981         variables, unless either `gtk' is boundp or this isn't a
25982         `windows-nt' build.
25984 2005-06-13  Lute Kamstra  <lute@gnu.org>
25986         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25987         run-mode-hooks.
25989         * ediff-mult.el (ediff-meta-mode):
25990         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25992         * ledit.el (ledit-mode): Use delay-mode-hooks.
25994         * woman.el (woman-mode-line-format): Delete constant.
25995         (woman-mode-map): Initialize it properly.
25996         (woman-mode): Set mode-class property to special.
25997         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25998         Set major-mode and mode-name.  Don't set mode-line-format directly.
25999         (Man-getpage-in-background): Don't reference woman-mode-line-format.
26001         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26002         string argument obsolete.
26004 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
26006         * textmodes/org.el (org-CUA-compatible): New option.
26007         (org-disputed-keys): New variable.
26008         (org-key): New function.
26009         (orgtbl-make-binding): Add docstring to the created function.
26010         (org-mode): Set paragraph start/separate regexps.
26011         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26012         (org-archive-location, org-archive-mark-done)
26013         (org-archive-stamp-time): New options.
26014         (org-archive-subtree): New command.
26015         (org-fill-paragraph): New function.
26016         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26017         (org-fake-empty-table-line): Function removed.
26018         (org-format-org-table-html): Do not create empty table lines at
26019         separator lines.  Improved table header treatment.
26020         (org-link-format): New option.
26021         (org-make-link): New function.
26022         (org-insert-link, org-store-link): Use org-make-link.
26023         (org-open-file): Quote file name for shell command, to allow
26024         spaces in file names.
26025         (org-link-regexp): Fix bug with mailto link.
26026         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26027         New constants.
26028         (org-export-as-html): Deal with the optional angles around a link.
26029         Better treatment of file: links.
26030         (org-open-at-point): Replace @{ and @} with < and >.
26031         (org-run-mode-hooks): Function removed.
26032         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26034 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26036         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26037         MI command -data-list-register-values.
26038         (gdb-post-prompt): Indent properly.
26040 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26042         * hilit-chg.el (highlight-changes-colors): Rename from
26043         `highlight-changes-colours'.
26044         (highlight-changes-colours): Keep as obsolete alias.
26045         (highlight-changes-face-list): Doc fix.
26046         (hilit-chg-make-list): Use `highlight-changes-colors'.
26048 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26050         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26051         defun-prompt-regexp.
26053 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26055         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26056         and cygwin.
26058         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26059         Don't use an old loaddefs.el, as in Makefile.in.
26061 2005-06-12  Lute Kamstra  <lute@gnu.org>
26063         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26065         * man.el (Man-mode-map): Initialize it properly.
26066         (Man-mode): Set mode-class property to special.
26068         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26070 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26072         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26073         A newline is needed in the docstring there.
26075         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26076         Doc fixes.
26078 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26080         * printing.el: Doc fix.  The menubar is no more changed when printing
26081         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26082         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26083         (pr-version): New version number (6.8.4).
26084         (pr-menu-bind): New command.
26085         (pr-update-menus): Docstring and code fix.
26086         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26087         Docstring fix.
26088         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26089         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26091 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26093         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26094         "Returns" to "return", document useful return values, etc.
26096 2005-06-11  Alan Mackenzie  <acm@muc.de>
26098         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
26099         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26100         (adaptive-file-function): Minor amendment to doc-string.
26102 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26104         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26105         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26106         Fix :type--it is `integer', not `string'.
26108         * faces.el (modeline-highlight): Rename from (the erroneous)
26109         `modeline-higilight'.
26111 2005-06-11  Lute Kamstra  <lute@gnu.org>
26113         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26114         lisp-interaction-mode-map but make it the parent.
26115         (edebug-eval-mode): Use define-derived-mode.
26117 2005-06-11  Andreas Schwab  <schwab@suse.de>
26119         * bindings.el: Add binding of `ESC functionkey' for every
26120         `M-functionkey'.
26121         * hexl.el (hexl-mode-map): Likewise.
26123 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26125         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26126         [msft]: update regexp for newer msft compilers.
26128 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26130         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26131         ATTLIST portions of included DTDs.
26132         (xml-parse-dtd): Eliminate use of inefficient match-data.
26134 2005-06-10  Miles Bader  <miles@gnu.org>
26136         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26137         (mpuz-text): Remove "-face" suffix from face names.
26138         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26139         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26140         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26142         * play/gomoku.el (gomoku-O, gomoku-X):
26143         Remove "-face" suffix from face names.
26144         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26145         New backward-compatibility aliases for renamed faces.
26146         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26148 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26150         * thumbs.el: Fixes for changes of 2005-06-09.
26151         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26152         as a directory.
26153         (thumbs-thumbname): Remove directory separator from format string;
26154         `thumbs-thumbsdir' now returns a valid directory name.
26155         (thumbs-temp-dir): New defsubst.
26156         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26157         Use it.
26159         * cus-edit.el (minibuffer):
26160         * files.el (make-backup-file-name-function):
26161         * filesets.el (filesets-external-viewers):
26162         * hilit-chg.el (highlight-changes-colours)
26163         (highlight-changes-face-list, highlight-changes-rotate-faces):
26164         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26165         * kmacro.el (kmacro-call-macro):
26166         * log-edit.el (log-edit-changelog-full-paragraphs):
26167         * mouse.el (mouse-1-click-follows-link):
26168         * skeleton.el (skeleton-autowrap):
26169         * subr.el (insert-for-yank-1):
26170         * tempo.el (tempo-insert-region):
26171         * terminal.el (terminal-emulator):
26172         * time.el (display-time-mail-face):
26173         * vc.el (vc-annotate):
26174         * vcursor.el (vcursor-copy-line):
26175         * woman.el (woman-bold-headings, woman-ignore)
26176         (woman-default-faces, woman-monochrome-faces):
26177         * calendar/todo-mode.el (todo-insert-threshold):
26178         * emulation/pc-select.el (pc-select-selection-keys-only)
26179         (pc-selection-mode):
26180         * emulation/vip.el (vip-find-char-forward):
26181         * emulation/viper-cmd.el (viper-find-char-forward):
26182         * international/mule-cmds.el
26183         (select-safe-coding-system-accept-default-p)
26184         (input-method-exit-on-invalid-key):
26185         * international/mule-diag.el (describe-coding-system):
26186         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26187         * net/browse-url.el (browse-url-xterm-program):
26188         * obsolete/lazy-lock.el (lazy-lock-mode):
26189         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26190         (cperl-mode):
26191         * progmodes/cpp.el (cpp-face-light-name-list)
26192         (cpp-face-dark-name-list):
26193         * progmodes/delphi.el (delphi-newline-always-indents):
26194         Fix spellings in docstrings.
26196         * ido.el (ido-mode, ido-file-extensions-order)
26197         (ido-default-file-method, ido-default-buffer-method)
26198         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26199         (ido-decorations, ido-read-file-name-as-directory-commands)
26200         (ido-read-file-name-non-ido, ido-work-directory-list)
26201         (ido-ignore-item-temp-list, ido-current-directory)
26202         (ido-magic-forward-char, ido-enter-find-file)
26203         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26204         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26206 2005-06-10  Lute Kamstra  <lute@gnu.org>
26208         * play/dunnet.el (dun-mode): Use define-derived-mode.
26209         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26210         obsolete alias.
26212         * play/doctor.el (doctor-mode-map): Remove defvar.
26213         (doctor-mode): Use define-derived-mode.
26215         * mail/mspools.el (mspools-mode):
26216         * net/eudc-hotlist.el (eudc-hotlist-mode):
26217         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26219 2005-06-10  Miles Bader  <miles@gnu.org>
26221         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26222         Remove "-face" suffix from face names.
26223         (flyspell-incorrect-face, flyspell-duplicate-face):
26224         New backward-compatibility aliases for renamed faces.
26225         (flyspell-mode-on, make-flyspell-overlay)
26226         (flyspell-highlight-incorrect-region)
26227         (flyspell-highlight-duplicate-region)
26228         (flyspell-display-next-corrections)
26229         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26231         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26232         from face name.
26233         (texinfo-heading-face): New backward-compatibility alias for
26234         renamed face.
26235         (texinfo-heading-face): Use renamed texinfo-heading face.
26237         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26238         suffix from face names.
26239         (tex-math-face, tex-verbatim-face):
26240         New backward-compatibility aliases for renamed faces.
26241         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26242         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26243         literal face name.
26245         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26246         name.
26247         (table-cell-face): New backward-compatibility alias for renamed face.
26248         (table--put-cell-face-property, table--update-cell-face):
26249         Use renamed table-cell face.
26251         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26252         from face name.
26253         (sgml-namespace-face): New backward-compatibility alias for
26254         renamed face.
26255         (sgml-namespace-face): Use renamed sgml-namespace face.
26257         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26258         (org-level-4, org-level-5, org-level-6, org-level-7)
26259         (org-level-8, org-warning, org-headline-done)
26260         (org-deadline-announce, org-scheduled-today)
26261         (org-scheduled-previously, org-link, org-done, org-table)
26262         (org-time-grid): Remove "-face" suffix from face names.
26263         (org-level-1-face, org-level-2-face, org-level-3-face)
26264         (org-level-4-face, org-level-5-face, org-level-6-face)
26265         (org-level-7-face, org-level-8-face, org-warning-face)
26266         (org-headline-done-face, org-deadline-announce-face)
26267         (org-scheduled-today-face, org-scheduled-previously-face)
26268         (org-link-face, org-done-face, org-table-face)
26269         (org-time-grid-face):
26270         New backward-compatibility aliases for renamed faces.
26271         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26272         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26273         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26274         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26276         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26277         (viper-minibuffer-emacs, viper-minibuffer-insert)
26278         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26279         (viper-search-face, viper-replace-overlay-face)
26280         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26281         (viper-minibuffer-vi-face):
26282         New backward-compatibility aliases for renamed faces.
26283         (viper-search-face, viper-replace-overlay-face)
26284         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26285         (viper-minibuffer-vi-face): Use renamed viper faces.
26287         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26288         Remove "-face" suffix from face names.
26289         (testcover-nohits-face, testcover-1value-face):
26290         New backward-compatibility aliases for renamed faces.
26291         (testcover-mark): Use renamed testcover faces.
26293         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26294         face name.
26295         (diary-button-face): New backward-compatibility alias for renamed face.
26296         (diary-entry): Use renamed diary-button face.
26298         * calendar/calendar.el (diary, calendar-today, holiday)
26299         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26300         (diary-face, calendar-today-face, holiday-face):
26301         New backward-compatibility aliases for renamed faces.
26302         (eval-after-load "facemenu", diary-entry-marker)
26303         (calendar-today-marker, calendar-holiday-marker, diary-face):
26304         Use renamed calendar faces.
26306         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26307         (compare-windows-face): New backward-compatibility alias for
26308         renamed face.
26309         (compare-windows-highlight): Use renamed compare-windows face.
26311         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26312         (strokes-char-face): New backward-compatibility alias for renamed face.
26313         (strokes-encode-buffer): Use renamed strokes-char face.
26315         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26316         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26317         Remove "-face" suffix from face names.
26318         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26319         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26320         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26321         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26322         Use renamed pcvs faces.
26323         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26324         * pcvs-defs.el (cvs-mode-map): Likewise.
26325         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26327         * info.el (info-title-1, info-title-2, info-title-3)
26328         (info-title-4): Remove "-face" suffix from and downcase face names.
26329         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26330         (Info-title-4-face):
26331         New backward-compatibility aliases for renamed faces.
26332         (Info-fontify-node): Use renamed info faces.
26334         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26335         Remove "-face" suffix from face names.
26336         (highlight-changes-face, highlight-changes-delete-face):
26337         New backward-compatibility aliases for renamed faces.
26338         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26339         (hilit-chg-make-list): Use renamed highlight-changes faces.
26341         * generic-x.el (show-tabs-tab, show-tabs-space):
26342         Remove "-face" suffix from face names.
26343         (show-tabs-tab-face, show-tabs-space-face):
26344         New backward-compatibility aliases for renamed faces.
26345         (show-tabs-generic-mode-font-lock-defaults-1)
26346         (show-tabs-generic-mode-font-lock-defaults-2):
26347         Use renamed show-tabs faces.
26349         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26350         (smerge-markers): Remove "-face" suffix from face names.
26351         (smerge-mine-face, smerge-other-face, smerge-base-face)
26352         (smerge-markers-face):
26353         New backward-compatibility aliases for renamed faces.
26354         (smerge-mine-face, smerge-other-face, smerge-base-face)
26355         (smerge-markers-face): Use renamed smerge faces.
26357         * log-view.el (log-view-file, log-view-message): Remove "-face"
26358         suffix from face names.
26359         (log-view-file-face, log-view-message-face):
26360         New backward-compatibility aliases for renamed faces.
26361         (log-view-file-face, log-view-message-face): Use renamed log-view
26362         faces.
26364         * paren.el (show-paren-match, show-paren-mismatch):
26365         Remove "-face" suffix from face names.
26366         (show-paren-match-face, show-paren-mismatch-face):
26367         New backward-compatibility aliases for renamed faces.
26368         (show-paren-function): Use renamed show-paren faces.
26370         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26371         (ruler-mode-margins, ruler-mode-fringes)
26372         (ruler-mode-column-number, ruler-mode-fill-column)
26373         (ruler-mode-comment-column, ruler-mode-goal-column)
26374         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26375         suffix from face names.
26376         (ruler-mode-default-face, ruler-mode-pad-face)
26377         (ruler-mode-margins-face, ruler-mode-fringes-face)
26378         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26379         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26380         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26381         New backward-compatibility aliases for renamed faces.
26382         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26383         (ruler-mode-column-number, ruler-mode-fill-column)
26384         (ruler-mode-comment-column, ruler-mode-goal-column)
26385         (ruler-mode-tab-stop, ruler-mode-current-column)
26386         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26387         faces.
26389         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26390         face name.
26391         (whitespace-highlight-the-space): Use renamed face.
26392         (whitespace-highlight-face): New backward-compatibility alias for
26393         renamed face.
26395         * woman.el (woman-italic, woman-bold, woman-unknown)
26396         (woman-addition, woman-symbol-face):
26397         Remove "-face" suffix from face names.
26398         (woman-italic-face, woman-bold-face, woman-unknown-face)
26399         (woman-addition-face):
26400         New backward-compatibility aliases for renamed faces.
26401         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26402         (woman-decode-region, woman-replace-match)
26403         (woman-display-extended-fonts, woman-special-characters)
26404         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26405         Use renamed woman faces.
26407         * longlines.el (longlines-visible-face): Face removed.
26409         * diff-mode.el (diff-header, diff-file-header, diff-index)
26410         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26411         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26412         suffix from face names.
26413         (diff-header-face, diff-file-header-face, diff-index-face)
26414         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26415         (diff-changed-face, diff-function-face, diff-context-face)
26416         (diff-nonexistent-face): New backward-compatibility aliases for
26417         renamed faces.
26418         (diff-header-face, diff-file-header-face)
26419         (diff-index, diff-index-face, diff-hunk-header)
26420         (diff-hunk-header-face, diff-removed, diff-removed-face)
26421         (diff-added, diff-added-face, diff-changed-face, diff-function)
26422         (diff-function-face, diff-context-face, diff-nonexistent)
26423         (diff-nonexistent-face): Use renamed diff-mode faces.
26425         * progmodes/compile.el (compilation-warning-face)
26426         (compilation-info-face): Remove "-face" suffix from face names.
26427         (compilation-warning-face, compilation-info-face):
26428         New backward-compatibility aliases for renamed faces.
26429         (compilation-warning-face, compilation-info-face):
26430         Use renamed compilation faces.
26432         * add-log.el (change-log-date, change-log-name)
26433         (change-log-email, change-log-file, change-log-list)
26434         (change-log-conditionals, change-log-function)
26435         (change-log-acknowledgement): Remove "-face" suffix from face names.
26436         (change-log-date-face, change-log-name-face)
26437         (change-log-email-face, change-log-file-face)
26438         (change-log-list-face, change-log-conditionals-face)
26439         (change-log-function-face, change-log-acknowledgement-face):
26440         New backward-compatibility aliases for renamed faces.
26441         (change-log-font-lock-keywords): Use renamed change-log faces.
26443         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26444         (custom-set, custom-changed, custom-saved, custom-button)
26445         (custom-button-pressed, custom-documentation, custom-state)
26446         (custom-comment, custom-comment-tag, custom-variable-tag)
26447         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26448         (custom-group-tag): Remove "-face" suffix from face names.
26449         (custom-magic-alist, custom-magic-value-create)
26450         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26451         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26452         (custom-set-face, custom-changed-face, custom-saved-face)
26453         (custom-button-face, custom-button-pressed-face)
26454         (custom-documentation-face, custom-state-face)
26455         (custom-comment-face, custom-comment-tag-face)
26456         (custom-variable-tag-face, custom-variable-button-face)
26457         (custom-face-tag-face, custom-group-tag-face-1)
26458         (custom-group-tag-face):
26459         New backward-compatibility aliases for renamed faces.
26461         * wid-edit.el (widget-documentation, widget-button)
26462         (widget-field, widget-single-line-field, widget-inactive)
26463         (widget-button-pressed): "-face" suffix removed from face names.
26464         (widget-documentation-face, widget-button-face)
26465         (widget-field-face, widget-single-line-field-face)
26466         (widget-inactive-face, widget-button-pressed-face):
26467         New backward-compatibility aliases for renamed faces.
26468         (widget-documentation-face, widget-button-face)
26469         (widget-button-pressed-face, widget-specify-field)
26470         (widget-specify-inactive): Use renamed widget faces.
26472 2005-06-10  Kenichi Handa  <handa@m17n.org>
26474         * term/x-win.el (x-clipboard-yank): Remove condition-case
26475         wrapping.
26477 2005-06-11  Kenichi Handa  <handa@m17n.org>
26479         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26480         date lines stricter.
26482 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26484         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26485         of x-get-selection.
26487 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26489         * comint.el (comint-mode, comint-snapshot-last-prompt):
26490         * frame.el (frame-current-scroll-bars):
26491         * term.el (term-mode, term-check-proc, term-input-sender)
26492         (term-simple-send, term-extract-string, term-word)
26493         (term-match-partial-filename):
26494         * window.el (window-current-scroll-bars):
26495         * emulation/cua-base.el (cua-normal-cursor-color)
26496         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26497         (cua-global-mark-cursor-color):
26498         * mail/undigest.el (rmail-forward-separator-regex):
26499         Fix typos in docstrings.
26501         * comint.el (comint-check-proc, make-comint-in-buffer)
26502         (comint-source-default): Doc fixes.
26504         * term.el (term-send-string): Improve argument/docstring consistency.
26506 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26508         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26509         call to `delete-region'.
26510         (comint-mode-hook): Do not enable Font Lock by default.
26512 2005-06-09  Lute Kamstra  <lute@gnu.org>
26514         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26515         could be void.
26517 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26519         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26520         (debug): Use it.
26521         (debugger-step-through, debugger-continue, debugger-jump)
26522         (debugger-return-value): Set it when needed.
26523         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26524         Use inhibit-read-only.
26526 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26528         * window.el (shrink-window-if-larger-than-buffer)
26529         (window-size-fixed): Fix typo in docstring.
26531         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26532         thumbnails directory on loading.
26533         (thumbs-conversion-program): Use `eq' to check the system type,
26534         not `equal'.
26535         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26536         not "/tmp".  Fix docstring.
26537         (thumbs-thumbsdir): New function to return the thumbnails
26538         directory, creating it if needed.
26539         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26540         (thumbs-temp-file): Delete variable and make it into a function.
26541         (thumbs-resize-image, thumbs-modify-image): Use it.
26542         (thumbs-kill-buffer): Simplify.
26543         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26544         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26545         docstrings.
26547 2005-06-09  Kim F. Storm  <storm@cua.dk>
26549         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26550         set-match-data to free markers in match-data.
26552         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26553         match-data to unchain markers in match-data.
26555 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26557         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26558         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26559         unnecessary now.
26561 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26563         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26564         give the variable a doc string that doesn't say don't set it directly.
26566         * textmodes/ispell.el (ispell-check-version):
26567         Use match-string-no-properties.
26568         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26569         (ispell-buffer-local-words): Likewise.
26571         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26572         except on terminals with enough colors to really display it.
26573         (makefile-dependency-regex): Delete spurious `bb'.
26575         * faces.el (escape-glyph): Use blue once again in last case.
26576         (no-break-space): Redefine so that it isn't invisible on a tty.
26578 2005-06-08  Kim F. Storm  <storm@cua.dk>
26580         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26581         also when reading directory name.
26583 2005-06-08  Lute Kamstra  <lute@gnu.org>
26585         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26586         (flyspell-mode-line-string): Remove autoload cookie.
26587         (flyspell-mode): Remove defvar.
26589 2005-06-07  Lute Kamstra  <lute@gnu.org>
26591         * textmodes/org.el (org-run-mode-hooks): New function.
26592         (org-agenda-mode): Use it.
26594 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26596         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26598 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26600         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26602 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26604         * font-lock.el (font-lock-add-keywords): Doc fix.
26606 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26608         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26609         (tex-compile-default): In the absence of any history, use the order in
26610         tex-compile-alist to choose the preferred command.
26611         (tex-compile-commands): Reorder a bit.
26613         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26614         (flyspell-incorrect-face, flyspell-duplicate-face):
26615         Use (X)Emacs-agnostic code.
26616         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26617         redundant with the subsequent add-minor-mode.  Merge Emacs and
26618         XEmacs code.
26619         (flyspell-word): Minor simplification.
26620         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26621         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26622         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26623         Merge the corresponding Emacs code.
26624         (flyspell-correct-word, flyspell-xemacs-popup):
26625         Use flyspell-do-correct.
26627         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26628         a dedicated window.
26630         * international/latexenc.el (latexenc-find-file-coding-system):
26631         Undo part of last patch, to turn off a compiler warning.
26633 2005-06-06  Juri Linkov  <juri@jurta.org>
26635         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26636         Rename `tmm-inactive-face' to `tmm-inactive'.
26638 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26640         * iswitchb.el: Rename faces.
26642 2005-06-06  Kim F. Storm  <storm@cua.dk>
26644         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26645         (cua-global-mark): Remove -face suffix from face names.
26647         * emulation/cua-gmrk.el (cua--init-global-mark):
26648         Remove cua-global-mark face setup.
26650 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26652         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26653         just like other allowed characters.
26654         (makefile-match-dependency): Exclude leading and training whitespace
26655         from the range of regexp subexp 1.
26656         (makefile-macroassign-regex): Don't try to match the body,
26657         just the name of the macro being defined.
26659         * info.el (Info-read-node-name-2): New function.
26660         (Info-read-node-name-1): Use that.
26661         Add a completion-base-size-function property.
26663         * simple.el (completion-setup-function): Look for
26664         completion-base-size-function property of minibuffer-completion-table.
26666         * files.el (locate-file-completion): Doc fix.
26668         * printing.el: Don't call pr-update-menus; user must do that.
26670         * emacs-lisp/debug.el (debugger-window): New variable.
26671         (debug): Use debugger-window if it is set and still alive.
26672         Record debugger-window for next entry.
26674         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26676 2005-06-06  Matthias Förste  <slashdevslashnull@gmx.net>
26678         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26679         (hack-one-local-variable, hack-local-variables)
26680         (hack-local-variables-prop-line): Pass that arg.
26682 2005-06-06  Kim F. Storm  <storm@cua.dk>
26684         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26685         (ido-indicator): Remove -face suffix from face names.
26687 2005-06-06  Juri Linkov  <juri@jurta.org>
26689         * font-lock.el (font-lock-regexp-backslash)
26690         (font-lock-regexp-backslash-construct): New faces.
26691         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26692         after `('.  Add `while-no-input' to control structures.
26694         * faces.el (no-break-space, shadow): New faces.
26695         (escape-glyph): Use less loud colors pink2 and red4.
26697         * diff-mode.el (diff-context-face)
26698         * dired.el (dired-ignored)
26699         * rfn-eshadow.el (file-name-shadow)
26700         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26702         * info.el (Info-title-1-face): Use green instead of yellow because
26703         bold yellow is not readable on light backgrounds.
26705         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26706         before selecting the desired mode to not spend time fontifying
26707         old contents.
26709 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26711         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26712         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26714         * ps-print.el (ps-default-fg, ps-default-bg):
26715         Fix typos in docstrings.
26717         * isearchb.el (isearchb): Don't pass a spurious second argument to
26718         `iswitchb-completions'.
26720 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26722         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26723         to preserve point.
26724         (gdb-find-file-hook): Add doc string.
26726         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26727         C dereferenced pointer expression.
26728         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26730         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26732         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26733         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26734         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26735         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26736         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26737         Make background transparent.
26739 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26741         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26742         (font-lock-remove-keywords): Doc fix.
26743         (font-lock-mode-major-mode): Compiler defvar.
26744         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26746         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26747         (font-lock-mode): Update `font-lock-mode-major-mode'.
26748         (font-lock-set-defaults): Compiler defvar.
26749         (font-lock-default-function): Take `font-lock-mode-major-mode'
26750         into account.
26752         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26753         keep track of which major mode it enabled the minor mode for.
26754         Use find-file-hook again.  Update docstring.
26756         * simple.el (eval-expression-print-level)
26757         (eval-expression-print-length, eval-expression-debug-on-error):
26758         Doc fixes.
26760 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26762         * iswitchb.el (iswitchb-single-match-face)
26763         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26764         (iswitchb-invalid-regexp-face): New faces.
26765         (iswitchb-completions): Use them.
26766         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26767         now marked as an obsolete alias.
26768         (iswitchb-read-buffer): Remove check for bound font variables.
26769         (iswitchb-invalid-regexp): New free variable.
26770         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26771         set iswitchb-invalid-regexp.
26772         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26773         invalid regexps.
26774         (iswitchb-completions): Add check for complete match when entering
26775         a regexp.
26776         (iswitchb-completions): Remove require-match argument.
26777         (iswitchb-exhibit): Fix caller.
26778         (iswitchb-common-match-inserted): New variable.
26779         (iswitchb-complete, iswitchb-completion-help): Use it.
26781 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26783         * url/url-http.el (url-http-chunked-encoding-after-change-function):
26784         Use `url-http-debug' instead of `message'.
26786 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26788         * url/url-http.el (url-http-parse-headers): Pass redirected URL
26789         as a callback argument.
26791 2005-06-04  Kim F. Storm  <storm@cua.dk>
26793         * simple.el (line-move): Only call sit-for when moving backwards.
26795         * ido.el (ido-make-merged-file-list-1): New defun split from
26796         ido-make-merged-file-list.
26797         (ido-make-merged-file-list): Bind throw-on-input around call to
26798         ido-make-merged-file-list-1.  Return input-pending-p if
26799         interrupted by more input available.
26800         (ido-read-internal): Handle input-pending-p return value from
26801         ido-make-merged-file-list.
26803 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26805         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26806         compatibility code.
26808         * international/latexenc.el (latexenc-find-file-coding-system):
26809         Don't inherit the EOL part of the coding-system from the
26810         tex-main buffer.  Fit within 80 columns.
26812 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26814         * tmm.el (tmm-inactive-face): New face.
26815         (tmm-remove-inactive-mouse-face): New function.
26816         (tmm-prompt, tmm-add-one-shortcut)
26817         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26818         but not selectable.
26820 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26822         * faces.el (face-equal): Improve argument/docstring consistency.
26824 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26826         * progmodes/make-mode.el (makefile-targets-face)
26827         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26828         (makefile-bsdmake-dependency-regex)
26829         (makefile-makepp-rule-action-regex)
26830         (makefile-bsdmake-rule-action-regex): New constants.
26831         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26833         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26834         Allow (...) within `...' for makepp messages.
26836 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26838         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26840         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26841         "." files are deleted from all file lists before comparison.
26843         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26844         (viper-ESC-key): Made them customizable.
26846         * emulation/viper.el (viper-non-hook-settings):
26847         Fix the names of defadvices.
26849 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26851         * autorevert.el (auto-revert-buffers): Use save-match-data.
26853 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26855         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26856         menu items with a nil command binding.
26858 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26860         * emacs-lisp/cl-macs.el (defsetf):
26861         Improve argument/docstring consistency.
26863         * faces.el (list-faces-display): Improve the formatting by
26864         computing the maximum length required for any face-name (reworked
26865         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26866         (internal-find-face): Remove redundant info in docstring.
26868 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26870         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26871         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26872         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26873         (gdb-assembler-custom): Improve regexps.
26874         (def-gdb-auto-update-handler): Use window point to preserve point.
26876 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26878         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26880 2005-05-31  Jay Belanger  <belanger@truman.edu>
26882         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26883         to calc-embedded.
26884         (calc-embedded-make-info): Have plain prefix argument select
26885         entire line.
26887 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26889         * faces.el (list-faces-display): Signal error if passed a regexp
26890         that matches no face name.
26892         * simple.el (filter-buffer-substring): Fix typo in docstring.
26894 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26896         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26897         (vhdl-emacs-21): Doc fix.
26898         (vhdl-mode): Unconditionally set comment-padding.
26899         (vhdl-fixup-whitespace-region): Insert spaces only where
26900         there are none.
26901         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26903 2005-05-30  John Wiegley  <johnw@newartisans.com>
26905         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26906         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26907         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26908         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26909         `string-to-number'.
26911 2005-05-30  Jay Belanger  <belanger@truman.edu>
26913         * calc/calc.el (calc-bug-address): Fix docstring.
26914         (calc-window-hook, calc-trail-window-hook): New variables.
26915         (calc-trail-display): Restore use of calc-trail-window-hook.
26916         (calc): Restore use of calc-window-hook.
26918 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26920         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26922         * help-fns.el (help-C-file-name): Add autoload mark for
26923         `find-function-noselect'.
26925 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26927         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26928         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26930 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26932         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26933         included diary buffer if it was not already being visited.
26934         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26936         * calendar/icalendar.el (top-level): Do not require appt.
26938         * mail/supercite.el (sc-select-attribution): Only use a list
26939         element from sc-attrib-selection-list if it returns a string.
26940         Reported by Davide G. M. Salvetti <salve@debian.org>.
26942 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26944         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26945         includes a hash value to improve its uniqueness, and has a ".jpg"
26946         extension.  Also, it is now a valid filename on all systems.
26947         (thumbs-make-thumb): Use `let', not `let*'.
26948         (thumbs-show-thumbs-list): Check for JPEG availability.
26950 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26952         * filesets.el (filesets-menu-ensure-use-cached):
26953         Prevent warning when emacs-version>= is undefined.
26955         * printing.el (pr-interactive-n-up): Use string-to-number.
26957         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26959         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26960         Warn only when name to be defined is quoted.
26962 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26964         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26965         Make regexp more robust.
26966         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26967         Force regeneration of disassembly.
26969 2005-05-29  Jay Belanger  <belanger@truman.edu>
26971         * calc/calc.el (calc-user-invocation): Check if
26972         calc-invocation-macro is non-nil.
26974 2005-05-29  Juri Linkov  <juri@jurta.org>
26976         * add-log.el (change-log-font-lock-keywords):
26977         Add `+' to e-mail regexp to accept mail address with keywords.
26979         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26981 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26983         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26985         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26987 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26989         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26990         Undo the change that moves to end of the current word.
26992 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26994         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26995         Throw error when count <= 0 to ensure input is a number.
26996         (gdb-read-memory-custom): Pick up address from buffer.
26997         (gdb-memory-mode): Allow user to increment and decrement
26998         memory address from header line.
27000 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27002         * textmodes/flyspell.el (flyspell-version): Function deleted.
27003         (flyspell-auto-correct-previous-hook): Doc fix.
27005         * jit-lock.el (jit-lock-function, jit-lock-after-change):
27006         Do nothing if memory is full.
27008         * font-lock.el (font-lock-fontify-syntactically-region):
27009         Pass t for GREEDY to looking-back.
27011         * saveplace.el (save-place-alist-to-file): Write the file
27012         using write-region.
27014         * subr.el (looking-back): New argument GREEDY.
27016         * progmodes/compile.el (compilation-start): Set the mode
27017         before inserting the initial text.
27019         * progmodes/which-func.el (which-func-update-1): Turn the mode
27020         off in case of error by setting which-func-mode.
27022 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27024         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27025         Narrow down to what's on the screen, and recenter overlays
27026         at the end of the next word.
27028 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27030         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
27031         8Vars moved up.
27032         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27033         (flyspell-abbrev-p): Default to nil.
27034         (flyspell-use-global-abbrev-table-p): Doc fix.
27035         (flyspell-large-region): Allow nil as value.
27036         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27038         (mail-mode-flyspell-verify): More robust handling
27039         of `mail-header-separator'.  More efficient signature detection.
27040         Allow for regexp metacharacters in message-header-separator.
27041         Adding `To' not to be checked in mail-mode-flyspell-verify.
27043         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27044         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27045         Bind flyspell-auto-correct-binding.
27046         Bind C-. and C-, .
27047         (flyspell-mode-map): Likewise.
27048         (flyspell-mode): Doc fix.
27049         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27050         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27051         (flyspell-word-cache-result): New var, always local.
27052         (flyspell-check-pre-word-p): Doc fix.
27053         (flyspell-check-changed-word-p): Handle spc like newline.
27054         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27055         (flyspell-word-search-backward, flyspell-word-search-forward):
27056         New functions.
27057         (flyspell-word): Return t if nothing to check.
27058         When parsing TeX code, check for after } or \.
27059         Use flyspell-word-search-backward to find previous word.
27060         Return nil if duplicated word.
27061         For word already checked, return same value as last time.
27062         Set flyspell-word-cache-result after checking.
27063         Don't clobber the return value.
27064         (flyspell-get-word): Major rewrite.
27065         (flyspell-external-point-words): New locals pword, pcount.
27066         Fix size used in progress message.
27067         Find the proper corresponding word in flyspell-large-region-buffer.
27068         (flyspell-region): Check for flyspell-large-region = nil.
27069         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27070         (flyspell-auto-correct-word): Check that WORD is a cons.
27071         (flyspell-correct-word): Likewise.
27073 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27075         * progmodes/make-mode.el (makefile-rule-action-regex)
27076         (makefile-macroassign-regex, makefile-makepp-mode)
27077         (makefile-bsdmake-mode): Continuation lines may be empty.
27078         Reported by Joshua Varner.
27079         (makefile-makepp-font-lock-keywords): Add $(stem).
27081 2005-05-28  Karl Berry  <karl@gnu.org>
27083         * textmodes/tex-mode.el: Now that tex-send-command calls
27084         shell-quote-argument (2005-03-31 change), remove all calls to
27085         shell-quote-argument; they all end up invoking tex-send-command.
27086         The double quoting loses on filenames with non-safe characters,
27087         such as "@".  Reported by Frederik Fouvry.
27089 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27091         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27092         about preserving point.
27094 2005-05-27  Jay Belanger  <belanger@truman.edu>
27096         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27097         Info-goto-node.
27099         * calc/calc-embed.el (calc-embed-arg): New variable.
27100         (calc-do-embedded-activate, calc-embedded-activate-formula)
27101         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27102         variable by new variable.
27103         (calc-embedded-make-info): Replace undeclared variable by new
27104         variable.  When selecting region with positive prefix
27105         argument, use end of previous line instead of beginning of line.
27107         * calc/calc-aent.el (calc-arg-values): Declare it.
27109         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27110         Declare them.
27112         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27114         * calc/calc.el (calc-alg-map): Declare it.
27116         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27118 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27120         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27121         (gdb-registers-buffer, toggle-gdb-all-registers):
27122         Toggle display of floating point registers.
27123         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27125         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27126         (toggle-gud-tooltip-dereference):
27127         Rename from gud-toggle-tooltip-dereference.
27129 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27131         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27133 2005-05-27  Jay Belanger  <belanger@truman.edu>
27135         * calc/calc-prog.el (calc-kbd-report): Remove.
27136         (calc-kbd-query): Rewrite.
27138 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27140         * image.el (image-library-alist): Move to image.c.
27141         (image-type-available-p): Doc fix.
27143 2005-05-27  Lute Kamstra  <lute@gnu.org>
27145         * calc/calc.el (calc):
27146         * outline.el (outline-1, outline-2, outline-3, outline-4)
27147         (outline-5, outline-6, outline-7, outline-8):
27148         * textmodes/dns-mode.el (dns-mode):
27149         * textmodes/sgml-mode.el (sgml-namespace-face):
27150         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27151         (tex-verbatim-face, tex-use-reftex):
27152         * textmodes/texinfo.el (texinfo-heading-face):
27153         Specify customization group.
27155         * longlines.el: Don't require easy-mmode.
27156         (longlines-visible-face): Specify customization group.
27158 2005-05-27  Kenichi Handa  <handa@m17n.org>
27160         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27161         encoding table of windows-1251.
27163         * international/ucs-tables.el (ucs-set-table-for-input):
27164         If translation-table-for-input of a coding system is a symbol, get
27165         its translation-table property.
27167         * international/code-pages.el: Don't register a coding system into
27168         non-iso-charset-alist more than once.
27169         (cp-make-coding-system): Likewise.
27171 2005-05-26  John Wiegley  <johnw@newartisans.com>
27173         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27174         `eshell-resume-eval' is wrapped in a list, it indicates that the
27175         command was run asynchronously.  In that case, unwrap the value
27176         before checking the delimiter value.
27178         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27179         character before a space at the end of a line is \, assume the space
27180         is part of the last argument rather than a final argument separator.
27182         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27183         is in use, and the target is `t' or `nil' (which are the most common
27184         values), don't assume that the symbol target is a buffer.
27186 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27188         * calendar/calendar.el (calendar-mode-line-format):
27189         Use mode-line-highlight as mouse-face.
27191         * time.el (display-time-string-forms, display-time-update):
27192         Use mode-line-highlight as mouse-face.
27194 2005-05-26  Jay Belanger  <belanger@truman.edu>
27196         * calc/calc.el (calc-language-alist): Remove extra defvar.
27198 2005-05-26  Lute Kamstra  <lute@gnu.org>
27200         * arc-mode.el (archive-mode):
27201         * bookmark.el (bookmark-read-annotation-mode)
27202         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27203         * bs.el (bs-mode):
27204         * calc/calc-yank.el (calc-edit-mode):
27205         * calc/calc.el (calc-mode, calc-trail-mode):
27206         * calculator.el (calculator-mode):
27207         * chistory.el (command-history-mode):
27208         * comint.el:
27209         * cus-edit.el (custom-mode):
27210         * descr-text.el (describe-text-mode):
27211         * ebuff-menu.el (Electric-buffer-menu-mode):
27212         * ediff-util.el (ediff-mode):
27213         * emacs-lisp/re-builder.el (reb-mode):
27214         * emulation/vi.el (vi-mode-setup):
27215         * emulation/ws-mode.el (wordstar-mode):
27216         * eshell/esh-mode.el (eshell-mode):
27217         * forms.el (forms-mode):
27218         * help-mode.el (help-mode):
27219         * hexl.el (hexl-mode):
27220         * ibuffer.el (ibuffer-mode):
27221         * ielm.el (inferior-emacs-lisp-mode):
27222         * info.el (Info-mode, Info-edit-mode):
27223         * international/swedish.el:
27224         * ledit.el (ledit-from-lisp-mode):
27225         * locate.el (locate-mode):
27226         * mail/rmail.el (rmail-mode):
27227         * mail/rmailedit.el (rmail-edit-mode):
27228         * mail/rmailsum.el (rmail-summary-mode):
27229         * mail/supercite.el (sc-electric-mode):
27230         * net/eudc.el (eudc-mode):
27231         * net/quickurl.el (quickurl-list-mode):
27232         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27233         * obsolete/ooutline.el (outline-mode):
27234         * obsolete/options.el (Edit-options-mode):
27235         * obsolete/rnews.el (news-mode):
27236         * obsolete/rnewspost.el (news-reply-mode):
27237         * play/5x5.el (5x5-mode):
27238         * play/decipher.el (decipher-mode, decipher-stats-mode):
27239         * play/gomoku.el (gomoku-mode):
27240         * play/snake.el (snake-mode):
27241         * play/solitaire.el (solitaire-mode):
27242         * play/tetris.el (tetris-mode):
27243         * progmodes/ada-mode.el (ada-mode):
27244         * progmodes/antlr-mode.el (antlr-mode):
27245         * progmodes/autoconf.el (autoconf-mode):
27246         * progmodes/dcl-mode.el (dcl-mode):
27247         * progmodes/delphi.el (delphi-mode):
27248         * progmodes/ebrowse.el (ebrowse-tree-mode)
27249         (ebrowse-electric-list-mode, ebrowse-member-mode)
27250         (ebrowse-electric-position-mode):
27251         * progmodes/f90.el (f90-mode):
27252         * progmodes/fortran.el (fortran-mode):
27253         * progmodes/icon.el (icon-mode):
27254         * progmodes/idlw-help.el (idlwave-help-mode):
27255         * progmodes/idlw-shell.el (idlwave-shell-mode):
27256         * progmodes/idlwave.el (idlwave-mode):
27257         * progmodes/inf-lisp.el (inferior-lisp-mode):
27258         * progmodes/m4-mode.el (m4-mode):
27259         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27260         * progmodes/modula2.el (modula-2-mode):
27261         * progmodes/octave-inf.el (inferior-octave-mode):
27262         * progmodes/octave-mod.el (octave-mode):
27263         * progmodes/pascal.el (pascal-mode):
27264         * progmodes/sh-script.el (sh-mode):
27265         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27266         * progmodes/vhdl-mode.el (vhdl-mode):
27267         * progmodes/xscheme.el (scheme-interaction-mode):
27268         * replace.el (occur-mode):
27269         * ses.el (ses-mode):
27270         * simple.el (completion-list-mode):
27271         * skeleton.el:
27272         * speedbar.el (speedbar-mode):
27273         * term.el (term-mode):
27274         * terminal.el (terminal-edit-mode):
27275         * textmodes/reftex-index.el (reftex-index-mode)
27276         (reftex-index-phrases-mode):
27277         * textmodes/reftex-sel.el (reftex-select-label-mode)
27278         (reftex-select-bib-mode):
27279         * textmodes/reftex-toc.el (reftex-toc-mode):
27280         * wdired.el (wdired-change-to-wdired-mode):
27281         * wid-browse.el (widget-browse-mode):
27282         Use run-mode-hooks.
27284         * array.el (array-mode):
27285         * calendar/todo-mode.el (todo-mode):
27286         * man.el (Man-mode):
27287         * play/landmark.el (lm-mode):
27288         * play/mpuz.el (mpuz-mode):
27289         Use kill-all-local-variables and run-mode-hooks.
27291         * subr.el (delay-mode-hooks): Specify indentation.
27293 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27295         * xml.el (xml-substitute-special): Don't die for undefined xml
27296         entities.
27298 2005-05-26  Jay Belanger  <belanger@truman.edu>
27300         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27301         of nil.
27303 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27305         * progmodes/gdb-ui.el (gdb-frame-address):
27306         Rename from gdb-current-address.
27307         (gdb-previous-frame-address): Rename from gdb-previous-address.
27308         (gdb-selected-frame): Rename from gdb-current-frame.
27309         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27310         (gdb-frame-number): Rename from gdb-current-stack-level.
27311         (gdb-ann3): Match new mode-name for disassembly buffer.
27312         Extend initialization of variables.
27313         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27314         (gdb-memory-mode): Use mouse-face in header line.
27315         (gdb-assembler-buffer-name): Call it disassembly and give frame
27316         in mode line.
27317         (gdb-source-spec-regexp, gdb-assembler-custom)
27318         (gdb-invalidate-assembler, gdb-frame-handler):
27319         Make robust to leading zeroes in address format.
27321 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27323         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27324         define `org-mode'.
27325         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27327 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27329         * log-edit.el (log-edit-changelog-entries): Distinguish between
27330         filenames like xfns.c and fns.c.
27332 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27334         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27335         point after reverting.
27336         (Buffer-menu-make-sort-button): Handle the case where
27337         `Buffer-menu-use-header-line' is nil.
27339 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27341         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27342         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27343         and `:' to them.
27345 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27347         * startup.el (normal-top-level): Allow modification of load-path while
27348         we're iterating over it.
27350 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27352         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27353         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27354         (thumbs-resize-interactive, thumbs-insert-image)
27355         (thumbs-insert-thumb, thumbs-dired-show-marked)
27356         (thumbs-find-image-at-point, thumbs-delete-images)
27357         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27358         (thumbs-increment-image-size, thumbs-decrement-image-size):
27359         Fix typos in docstrings.
27361 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27363         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27364         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27365         (cperl-mode): Use them.
27367 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27369         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27370         Doc fixes.
27372 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27374         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27375         Bind C-d to gdb-inferior-io-eof.
27377         * dired.el (dired-dnd-popup-notice): Use message-box.
27379 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27381         * bindings.el (mode-line-major-mode-keymap):
27382         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27384         * faces.el (mode-line-highlight): New face.
27386         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27387         as mouse-face.
27389         * bindings.el (top-level, help-echo, mode-line-modified)
27390         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27391         as mouse-face.
27393 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27395         * progmodes/cc-engine.el (c-guess-basic-syntax):
27396         Remove spurious call to `zerop'.
27398         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27400 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27402         CC Mode update to 5.30.10:
27404         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
27405         the point could go past the limit in decoration level 2, thereby
27406         causing errors during interactive fontification.
27408         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
27409         bug when the file is evaluated interactively.
27411         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
27412         declarations somewhat better in C++.
27414         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
27415         New helper macro to make use of `run-mode-hooks'
27416         which has been added in Emacs 21.1.
27417         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27418         (awk-mode): Use it.
27419         (make-local-hook): Suppress warning about obsoleteness.
27421         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
27422         (c-append-backslashes-forward, c-delete-backslashes-forward)
27423         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27424         Compensate for return value from `forward-line' when it has moved
27425         but not to a different line due to eob.
27427         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27428         `objc-method-intro' and `objc-method-args-cont'.
27430 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27432         CC Mode update to 5.30.10:
27434         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
27435         address in the copyright statement.  Incidentally, change "along with
27436         GNU Emacs" to "along with this program" where it occurs.
27438         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
27439         autoload, so that it is interactive, hence can be found by M-x awk-mode
27440         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27441         <gmorris+emacs@ast.cam.ac.uk>.
27443         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27444         Mode's regexps.
27446 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27448         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
27449         from c-parse-state, to avoid a lisp error (on bad code).
27451 2005-05-23  Lute Kamstra  <lute@gnu.org>
27453         * subr.el (font-lock-defaults): Remove defvar as it's already
27454         defined in font-core.el.
27456         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27458 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27460         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27461         more general and work when GDB variable "print pretty" is on,
27462         as with Emacs, for example.
27464 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27466         * font-core.el: Update comment.
27468         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27469         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27471         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27473 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27475         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27476         and `yank-handler' in the doc strings.
27478 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27480         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27482 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27484         * help.el (describe-key): Move print-help-return-message call
27485         out of conditional.
27487         * progmodes/etags.el (list-tags): Use with-no-warnings.
27489         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27490         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27491         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27493         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27495         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27496         Add defvar.
27498         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27499         Use defvar, not defconst.
27501         * hexl.el (hexl-follow-line): Use with-no-warnings.
27503         * emulation/tpu-extras.el: Use write-file-functions instead of
27504         write-file-hooks.
27506         * dired.el (dired-font-lock-keywords): Fontify files with junk
27507         extensions even if marked by -F.
27509 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27511         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27512         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27513         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27514         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27515         (concatenate, list-length, get*, getf, cl-remprop):
27516         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27517         (etypecase, progv, lexical-let, lexical-let*)
27518         (multiple-value-bind, multiple-value-setq, shiftf):
27519         Improve argument/docstring consistency.
27521         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27523 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27525         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27526         doesn't exist.
27528         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27529         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27531 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27533         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27534         already deleted variables: auto-fill-hook, blink-paren-hook,
27535         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27536         suspend-hooks, comment-indent-hook, meta-flag,
27537         before-change-function, after-change-function,
27538         font-lock-doc-string-face.
27540 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27542         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27544 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27546         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27547         rmail-dont-reply-to.
27549 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27551         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27552         literal blank when splitting new-header-values.
27554 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27556         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27557         string so that tmm doesn't create a completion entry for it.
27559         * textmodes/table.el (table-disable-menu): Ditto.
27561 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27563         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27565         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27567         * net/rcompile.el (remote-compile): Use compilation-start.
27569         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27571 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27573         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27574         Default to makefile-bsdmake-mode on BSD systems.
27576         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27577         REGEXP may also be a search function now.  The part of doc-string
27578         for describing the structure was 95% identical to that of
27579         `imenu--generic-function'.  Unify it there.
27581         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27582         Use function to find dependencies, because regexp alone is so complex,
27583         it easily goes into an endless loop.
27584         (makefile-makepp-mode): Also add submenu for Perl functions
27585         defined in the makefile.
27586         (makefile-bsdmake-mode): Special imenu-generic-expression no
27587         longer needed, due to function call.
27588         (makefile-match-dependency): Take BOUND into account when checking
27589         if we're through.
27591 2005-05-20  Jay Belanger  <belanger@truman.edu>
27593         * calc/calc-units.el (calc-invalidate-units-table):
27594         Use inhibit-read-only.
27595         (math-build-units-table-buffer): Use view-mode.
27597 2005-05-20  David Kastrup  <dak@gnu.org>
27599         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27600         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27602 2005-05-20  Lute Kamstra  <lute@gnu.org>
27604         * diff-mode.el (diff-header-face, diff-file-header-face)
27605         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27606         (diff-added-face, diff-changed-face, diff-function-face)
27607         (diff-context-face, diff-nonexistent-face): Put them in the
27608         diff-mode customization group.
27610 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27612         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27614         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27616         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27617         Minor regexp-optimization.
27619 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27621         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27622         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27623         (org-agenda-add-time-grid-maybe): New function.
27624         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27625         (org-table-create): `dotimes' instead of `mapcar'.
27626         (org-xor): Simplify implementation.
27627         (org-agenda): `inhibit-redisplay' turned on.
27628         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27629         a consistent line after a state change.
27630         (org-agenda-remove-times-when-in-prefix): New option.
27631         (org-prefix-has-time): New variable.
27632         (org-parse-time-string): Optional argument NODEFAULT.
27633         (org-format-agenda-item): Parse items for time-of-day
27634         specifications and move these into the prefix if possible.
27635         (org-agenda-priority): Get current heading, not previous heading
27636         during agenda remote editing.
27638 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27640         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27641         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27642         (remove-duplicates, delete-duplicates, substitute)
27643         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27644         (nsubstitute-if-not, find, find-if, find-if-not, position)
27645         (position-if, position-if-not, count, count-if, count-if-not)
27646         (mismatch, search, sort*, stable-sort, merge, member*)
27647         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27648         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27649         (intersection, nintersection, set-difference, nset-difference)
27650         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27651         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27652         (nsublis, tree-equal): Improve argument/docstring consistency.
27654         * subr.el (send-string, send-region): Remove obsolescence declaration.
27655         (window-dot, set-window-dot, read-input, show-buffer)
27656         (eval-current-buffer, string-to-int):
27657         Add release number to obsolescence declarations.
27659 2005-05-19  Kim F. Storm  <storm@cua.dk>
27661         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27662         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27664 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27666         * faces.el (list-faces-display): Make back button respect optional
27667         regexp arg.
27669 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27671         * calculator.el (calculator-radix-grouping-mode)
27672         (calculator-radix-grouping-digits, calculator-displayer)
27673         (calculator-radix-grouping-separator, calculator-copy-displayer):
27674         * dabbrev.el (dabbrev-search-these-buffers-only):
27675         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27676         (diff-advance-after-apply-hunk, diff-mode-hook)
27677         (diff-minor-mode-prefix):
27678         * imenu.el (imenu-use-popup-menu):
27679         * jit-lock.el (jit-lock-context-time):
27680         * newcomment.el (comment-fill-column, comment-column)
27681         (comment-style, comment-padding, comment-multi-line)
27682         (comment-empty-lines, comment-auto-fill-only-comments):
27683         * reveal.el (reveal-around-mark):
27684         * uniquify.el (uniquify-buffer-name-style)
27685         (uniquify-after-kill-buffer-p)
27686         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27687         (uniquify-min-dir-content, uniquify-separator)
27688         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27689         * w32-vars.el (w32-fixed-font-alist):
27690         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27691         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27692         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27693         * progmodes/perl-mode.el (perl-indent-level)
27694         (perl-continued-statement-offset, perl-continued-brace-offset)
27695         (perl-brace-offset, perl-brace-imaginary-offset)
27696         (perl-label-offset, perl-indent-continued-arguments)
27697         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27698         * progmodes/tcl.el (tcl-indent-level)
27699         (tcl-continued-indent-level, tcl-auto-newline)
27700         (tcl-tab-always-indent, tcl-electric-hash-style)
27701         (tcl-help-directory-list, tcl-use-smart-word-finder)
27702         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27703         (inferior-tcl-source-command):
27704         * textmodes/fill.el (enable-kinsoku):
27705         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27706         * textmodes/table.el (table-yank-handler):
27707         Specify missing group (and type, if simple) in defcustom.
27709 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27711         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27713 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27715         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27717         * subr.el (event-basic-type): Don't get an error.
27718         (left-fringe-p): Function deleted.
27720         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27721         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27723         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27724         in recursive copy.
27726         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27728         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27730         * emacs-lisp/bytecomp.el
27731         (byte-compile-file-form-custom-declare-variable):
27732         Call byte-compile-nogroup-warn if appropriate.
27734         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27735         (compilation-set-window): Don't call left-fringe-p; do it directly.
27737 2005-05-19  Jay Belanger  <belanger@truman.edu>
27739         * calc/calc-graph.el (calc-graph-format-data): Make sure
27740         var-PlotRejects is bound before trying to check its value.
27742 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27744         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27745         definition of this variable from reftex-global.el to reftex.el,
27746         because it is needed in the menu.
27748 2005-05-19  Lute Kamstra  <lute@gnu.org>
27750         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27751         years are fixed.  Don't insert a space after a dash.
27753 2005-05-19  Kim F. Storm  <storm@cua.dk>
27755         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27757 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27759         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27760         strings, because (eq ... ?\\) is fairly frequent.
27762         * progmodes/make-mode.el (makefile-add-this-line-targets):
27763         Simplify and integrate into `makefile-pickup-targets'.
27764         (makefile-add-this-line-macro): Simplify and integrate into
27765         `makefile-pickup-macros'.
27766         (makefile-pickup-filenames-as-targets): Simplify.
27767         (makefile-previous-dependency, makefile-match-dependency):
27768         Don't stumble over `::'.
27770 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27772         * subr.el (post-command-idle-hook, post-command-idle-delay):
27773         Remove obsoletion of post-command-idle-hook and
27774         post-command-idle-delay.
27776         * faces.el (list-faces-display): Provide button when describe-face
27777         is called to take user back to the list of faces.
27779         * help-fns.el (describe-variable): Remove hyperlinks in a
27780         variable's value as these are quite frequently inappropriate.
27782         * follow.el (follow-submit-feedback, follow-mode):
27783         Remove references to post-command-idle-hook.
27785 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27787         * progmodes/make-mode.el (makefile-previous-dependency)
27788         (makefile-match-dependency): Check for := (and in bsd mode also
27789         !=) to give a better result, even when font-lock is not on.
27791 2005-05-18  Jay Belanger  <belanger@truman.edu>
27793         * calc/calc-help.el (calc-s-prefix-help):
27794         Add `calc-copy-special-constant' to help string.
27796 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27798         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27800 2005-05-18  Jay Belanger  <belanger@truman.edu>
27802         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27803         in linear factors are in proper order.
27805 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27807         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27808         Support for jurabib.
27810         * textmodes/reftex.el (featurep): Define aliases for overlay
27811         commands, for XEmacs compatibility, and use these aliases in
27812         overlay initializations.
27813         (reftex-highlight): Use `reftex-move-overlay'.
27814         (reftex-unhighlight): Use `reftex-delete-overlay'.
27815         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27816         (reftex-access-search-path): Use `reftex-uniquify' instead of
27817         `reftex-uniq'.
27819         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27820         `before-string' property modification enables for Emacs as well.
27821         (reftex-select-item): Use `reftex-delete-overlay'.
27822         (reftex-select-mark): Use `reftex-make-overlay' and
27823         `reftex-overlay-put'.
27824         (reftex-select-unmark): Use `reftex-delete-overlay' and
27825         `reftex-overlay-put'.
27827 2005-05-18  Lute Kamstra  <lute@gnu.org>
27829         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27831 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27833         * add-log.el (add-change-log-entry):
27834         * array.el (array-make-template, array-reconfigure-rows)
27835         (array-init-max-row, array-init-max-column)
27836         (array-init-columns-per-line, array-init-field-width):
27837         * replace.el (replace-match-maybe-edit, perform-replace):
27838         * textmodes/spell.el (spell-region):
27839         Replace `read-input' by `read-string'.
27841         * forms.el (forms-mode):
27842         * finder.el (finder-compile-keywords):
27843         * shadowfile.el (shadow-read-files):
27844         Replace `eval-current-buffer' by `eval-buffer'.
27846         * terminal.el (te-pass-through):
27847         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27848         (ange-ftp-raw-send-cmd):
27849         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27850         (send-process-next-char, telnet-initial-filter, telnet):
27851         Replace `send-string' by `process-send-string'.
27853         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27854         (prolog-consult-region): Replace `send-string' by
27855         `process-send-string'; replace `send-region' by `process-send-region'.
27857         * progmodes/delphi.el (delphi-log-msg):
27858         Replace `set-window-dot' by `set-window-point'.
27860         * subr.el (window-dot, set-window-dot, read-input, send-string)
27861         (send-region, show-buffer, eval-current-buffer):
27862         Make really obsolete, as the comment says.
27864 2005-05-17  Kim F. Storm  <storm@cua.dk>
27866         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27867         (cua--init-keymaps): Bind C-return instead of S-return to set
27868         rectangle mark.
27870         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27871         instead of S-return to toggle/clear rectangle mark.
27873 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27875         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27876         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27877         Also fontify plain strings assigned to variables, mostly so that a
27878         colon has a face and is thus not taken as a dependency separator.
27879         (makefile-previous-dependency): Inline the new matcher, because it
27880         is too complex to work in both directions.
27881         (makefile-match-dependency): Eliminate `backward' arg (see above).
27882         Completely reimplemented so as to not sometimes go into an endless
27883         loop.  It should also be more efficient, because first it only
27884         searches for `:', instead of applying the very complex regexp.
27885         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27886         to be fontified in one piece can be too long for JIT.
27887         Makefiles are never *that* big.
27889 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27891         * dired.el (dired-mode): Simplify.
27893 2005-05-17  Lute Kamstra  <lute@gnu.org>
27895         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27896         defcustom for the mode hook variable.
27898         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27899         Emacs Lisp Reference Manual.
27901 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27903         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27904         (evenp, list*):
27905         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27906         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27908         * net/tramp-smb.el (tramp-smb-open-connection):
27909         Pass `tramp-chunksize' as fifth (required) argument.
27911 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27913         * font-lock.el (lisp-font-lock-keywords-1):
27914         Set `font-lock-negation-char-face' for [^...] char group.
27915         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27917         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27918         a var, and refine it to mask one more level of nested vars.
27919         (makefile-rule-action-regex): Turn it into a var, and refine it so
27920         it recognizes backslashed continuation lines as belonging to the
27921         same command.
27922         (makefile-macroassign-regex): Refine it so it recognizes
27923         backslashed continuation lines as belonging to the same command.
27924         (makefile-var-use-regex): Don't look at the next char, because it
27925         might be the same one to be skipped by the initial [^$], leading
27926         to an overlooked variable use.
27927         (makefile-make-font-lock-keywords): Remove two parameters, which
27928         are now variables that some of the modes set locally.
27929         Handle dependency and rule action matching through functions, because
27930         regexps alone match too often.  Dependency matching now comes
27931         last, so it can check, whether a colon already matched something else.
27932         (makefile-mode): Inform that font-lock improves makefile parsing
27933         capabilities.
27934         (makefile-match-dependency, makefile-match-action): New functions.
27936 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27938         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27940         * align.el (align-regexp):
27941         * ansi-color.el (ansi-color-get-face):
27942         * array.el (array-reconfigure-rows, array-init-max-row)
27943         (array-init-max-column, array-init-columns-per-line)
27944         (array-init-field-width):
27945         * dired-aux.el (dired-trample-file-versions):
27946         * dired-x.el (dired-mark-sexp):
27947         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27948         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27949         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27950         * faces.el (face-read-integer):
27951         * files.el (backup-extract-version, insert-directory):
27952         * hexl.el (hexl-insert-decimal-char):
27953         * server.el (server-process-filter):
27954         * shell.el (shell-extract-num):
27955         * startup.el (command-line-1):
27956         * term.el (term-command-hook):
27957         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27958         (time-stamp-do-number):
27959         * time.el (display-time-update):
27960         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27961         (timezone-fix-time):
27962         * vms-patch.el (vms-suspend-resume-hook):
27963         * calendar/appt.el (appt-convert-time):
27964         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27965         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27966         * calendar/cal-islam.el (mark-islamic-diary-entries):
27967         * calendar/calendar.el (calendar-cursor-to-date)
27968         (calendar-star-date):
27969         * calendar/diary-lib.el (diary-attrtype-convert)
27970         (mark-diary-entries, diary-entry-time):
27971         * calendar/solar.el (solar-get-number):
27972         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27973         * emacs-lisp/re-builder.el (reb-display-subexp):
27974         * emulation/edt.el (edt-set-scroll-margins):
27975         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27976         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27977         (vip-get-ex-count):
27978         * emulation/viper-ex.el (viper-get-ex-token)
27979         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27980         * international/fontset.el (fontset-plain-name):
27981         * mail/feedmail.el (feedmail-look-at-queue-directory):
27982         * mail/mailalias.el (mail-get-names):
27983         * mail/rmail.el (rmail-convert-to-babyl-format):
27984         * mail/rmailsum.el (rmail-make-basic-summary-line)
27985         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27986         (rmail-summary-goto-msg):
27987         * mail/smtpmail.el (smtpmail-read-response):
27988         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27989         (ange-ftp-vms-add-file-entry):
27990         * play/gametree.el (gametree-looking-at-ply)
27991         (gametree-current-branch-score):
27992         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27993         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27994         * progmodes/cperl-mode.el (condition-case):
27995         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27996         (ebrowse-set-member-buffer-column-width)
27997         (ebrowse-select-1st-to-9nth):
27998         * progmodes/etags.el (etags-snarf-tag):
27999         * progmodes/flymake.el (flymake-parse-line):
28000         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28001         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28002         (idlwave-shell-menu-def):
28003         * progmodes/ps-mode.el (ps-run-goto-error):
28004         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28005         (vhdl-speedbar-contract-level):
28006         * term/mac-win.el (x-handle-numeric-switch):
28007         * term/sun-mouse.el (sun-get-frame-data):
28008         * term/w32-win.el (x-handle-numeric-switch):
28009         * term/x-win.el (x-handle-numeric-switch):
28010         * textmodes/ispell.el (ispell-parse-output):
28011         * textmodes/nroff-mode.el (nroff-outline-level):
28012         * textmodes/reftex-cite.el (reftex-bib-sort-year)
28013         (reftex-bib-sort-year-reverse, reftex-format-citation):
28014         * textmodes/reftex-parse.el (reftex-init-section-numbers)
28015         (reftex-section-number):
28016         * textmodes/texinfmt.el (texinfo-paragraphindent):
28017         Replace `string-to-int' by `string-to-number'.
28019         * international/latexenc.el: Add page marker to force the "Local
28020         Variables:" string out of the last page.
28022 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28024         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28025         tooltip-change-major-mode.
28026         (gud-tooltip-print-command): Remove case where gud-minor-mode
28027         is gdb ("--fullname").
28028         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28029         explain to user.
28031 2005-05-16  Jay Belanger  <belanger@truman.edu>
28033         * calc/calc-store.el (calc-copy-special-constant): New function.
28035         * calc/calc-ext.el (calc-init-extensions): Add binding for
28036         `calc-copy-special-constant'.
28038         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28039         for the `calc-copy-special-constant' command.
28041 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28043         * subr.el (left-fringe-p): New function.
28045         * progmodes/compile.el (compilation-setup): Set local value of
28046         overlay-arrow-string to "" always.
28047         (compilation-set-window): Left fringe then don't scroll.
28048         No left fringe then no arrow and scroll message to top.
28049         (compilation-context-lines): Adjust doc string accordingly.
28051 2005-05-16  Kim F. Storm  <storm@cua.dk>
28053         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28054         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28055         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28056         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28057         (ido-read-file-name): Handle commands with ido property value
28058         equal to find-file as reading a file name, to allow C-d to enter dired.
28059         (ibuffer-find-file): Add ido property with value find-file.
28061 2005-05-15  Kim F. Storm  <storm@cua.dk>
28063         * subr.el (open-network-stream-nowait): Remove.
28064         (open-network-stream-server): Remove.
28066 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28068         * faces.el (describe-face): Output a definition link button.
28070         * help-mode.el (help-face-def): New button type.
28072         * emacs-lisp/copyright.el (copyright-fix-years):
28073         Match properly if the first year is 2-digit.
28074         Don't mess up the whitespace after the years by filling.
28076         * dired-aux.el (dired-mark-confirm):
28077         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28079         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28080         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28081         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28083         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28084         Set font-lock-comment-start-skip.
28086         * font-lock.el (font-lock-comment-start-skip): New variable.
28087         (font-lock-comment-end-skip): New variable.
28088         (font-lock-fontify-syntactically-region): Use them if non-nil.
28090 2005-05-15  Jay Belanger  <belanger@truman.edu>
28092         * calc/calc-store.el (calc-store-value): Return a string rather
28093         than display it as a message.
28094         Use calc-var-name for variable name.
28095         (calc-store-into): Add the result of calc-store-value to message.
28096         (calc-copy-variable): Add a message.
28097         (calc-store-exchange): Improve error messages.
28098         (calc-store-binary, calc-store-map): Don't reset the values of
28099         special constants.
28101 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28103         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28104         manual to docstring.
28106         * files.el (hack-local-variables-confirm): Add STRING argument.
28107         Make the function handle non file visiting buffers correctly.
28108         (hack-local-variables-prop-line, hack-local-variables)
28109         (hack-one-local-variable): Use STRING arg of
28110         `hack-local-variables-confirm'.
28112 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28114         Sync with Tramp 2.0.49.
28116         * net/tramp.el (tramp-handle-dired-call-process)
28117         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28118         because the contents of the Tramp buffer is changed before
28119         insertion (`expand-file' and alike).
28120         (tramp-handle-insert-directory): If `localname' has an empty
28121         nondirectory name, it must not be quoted.
28122         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28123         variable `tramp-chunksize'.  Change callees.
28124         (tramp-open-connection-setup-interactive-shell): Check remote host
28125         for buggy `send-process-string' implementation.
28126         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28127         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28128         (tramp-handle-shell-command): `insert-buffer' cannot be used
28129         because the contents of the Tramp buffer is changed before
28130         insertion (`expand-file' and alike).  Reported by Frédéric Bothamy
28131         <frederic.bothamy@free.fr>.
28132         (tramp-set-auto-save): Actions should be done for Tramp file name
28133         handler only.  Ange-FTP has its own auto-save mechanism.
28134         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28135         (tramp-set-auto-save-file-modes): Set file modes of
28136         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28137         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28138         (tramp-bug): Remove obsolete variable.
28139         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28140         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28142 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28144         * ibuf-ext.el (define-ibuffer-filter filename):
28145         If `dired-directory' is a list, use its car.
28147 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28149         * ibuffer.el (define-ibuffer-column filename):
28150         If `dired-directory' is a list, use its car.
28152 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28154         * subr.el (symbol-file): Doc fix.
28156         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28157         (byte-compile-form): Call byte-compile-nogroup-warn.
28158         (byte-compile-warning-types): Doc fix.
28160         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28162         * progmodes/cc-engine.el (c-literal-faces):
28163         Add font-lock-comment-delimiter-face.
28165         * net/net-utils.el (dig): Use with-no-warnings.
28167         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28168         (sc-recite-frame-alist, sc-default-cite-frame)
28169         (sc-default-uncite-frame, sc-default-recite-frame)
28170         (sc-attrib-selection-list, sc-rewrite-header-list):
28171         Mark as risky-local-variable.
28173         * international/ogonek.el (ogonek-jak, ogonek-how):
28174         Don't use beginning-of-buffer.
28176         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28178         * calendar/solar.el (solar-data-list): Move definition up.
28180         * dnd.el (dnd-protocol-alist): Add autoload.
28182         * progmodes/sh-script.el: Many doc usage fixes.
28183         (sh-indent-after-do): Change default to match common styles.
28185 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28187         * files.el (interpreter-mode-alist)
28188         (auto-mode-interpreter-regexp): Doc fixes.
28190 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28192         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28194         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28196 2005-05-13  Jan Djärv  <jan.h.d@swipnet.se>
28198         * dired.el (dired-mode): make-variable-buffer-local =>
28199         make-local-variable.
28201 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28203         * term/mac-win.el (mac-select-convert-to-string): Try coding
28204         systems in mac-script-code-coding-systems if specified one cannot
28205         encode string for `com.apple.traditional-mac-plain-text'.
28207 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28209         * progmodes/make-mode.el (makefile-targets-face)
28210         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28211         (makefile-dependency-regex): Fix it to not make the colon in
28212         $(var:a=b) special.
28213         (makefile-rule-action-regex): New regexp for highlighting embedded
28214         Shell strings.
28215         (makefile-macroassign-regex): Handle != for highlighting as
28216         embedded Shell strings.
28217         (makefile-var-use-regex): New const.
28218         (makefile-statements, makefile-automake-statements)
28219         (makefile-gmake-statements, makefile-makepp-statements)
28220         (makefile-bsdmake-statements): New consts.
28221         (makefile-make-font-lock-keywords): New function.
28222         (makefile-automake-font-lock-keywords)
28223         (makefile-gmake-font-lock-keywords)
28224         (makefile-makepp-font-lock-keywords)
28225         (makefile-bsdmake-font-lock-keywords): New consts.
28226         (makefile-mode-map): Add switchers between the various submodes.
28227         (makefile-mode): Document the availability of the variants.
28228         (makefile-automake-mode, makefile-gmake-mode)
28229         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28231         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28232         new variants of makefile-mode.
28234 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28236         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28237         the inheritance.
28239 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28241         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28242         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28244         * files.el (normal-mode): Extend the scope of the
28245         `enable-local-variables' binding to include the `set-auto-mode' call.
28246         (magic-mode-alist): Doc fix.
28248 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28250         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28251         font-lock-comment-face rather than copying its setting.
28253 2005-05-12  Andreas Schwab  <schwab@suse.de>
28255         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28257 2005-05-12  Lute Kamstra  <lute@gnu.org>
28259         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28260         defcustom for the mode hook variable.  Delete the last argument.
28261         * generic-x.el: Fix callers of define-generic-mode.
28262         (generic-x-modes): Delete group.
28263         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28264         generic-x customization group.
28266 2005-05-12  Kim F. Storm  <storm@cua.dk>
28268         * font-lock.el (font-lock-negation-char-face): Default to "off".
28270         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28271         font-lock-negation-char-face to ! in !=.
28273 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28275         * add-log.el (find-change-log): Fix typos in the docstring
28276         of function.
28278 2005-05-11  Arne Jørgensen  <arne@arnested.dk>
28280         * international/latexenc.el (latexenc-find-file-coding-system):
28281         Avoid `re-search-forward' when looking for input encoding because
28282         of speed and safety.  Better regular expressions for recognizing
28283         input encoding.  Limit a search for TeX-master/tex-main-file to
28284         the local variable section.
28286 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28288         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28289         syntax of $ to "'" (quote).
28291 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28293         * dnd.el (dnd-protocol-alist): Improve custom type.
28295         * dired.el (dired-dnd-protocol-alist): New variable.
28296         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28297         `dired-mode-hook' to the end.
28299 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28301         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28302         comment-end if comment-start-skip is not set.
28303         Obey the font-lock-comment-delimiter-face variables.
28305 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28307         * files.el (executable-find): Move from executable.el.  Use
28308         locate-file.
28309         * progmodes/executable.el (executable-find): Move to files.el.
28311         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28312         when trying to ensure forward progress.
28314 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28316         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28317         (mouse-select, mouse-select-internal, mouse-extend-internal):
28318         Use it to implement mouse-1-click-follows-link functionality.
28320 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28322         * font-lock.el (font-lock-fontify-syntactically-region):
28323         Use font-lock-comment-delimiter-face for comment delimiters.
28325 2005-05-10  Jay Belanger  <belanger@truman.edu>
28327         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28328         preserving embedded modes.
28330 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28332         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28334         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28335         Move from ada-stmt.el.
28336         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28338         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28339         Move to ada-mode.el.
28340         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28342         * cus-edit.el (custom-file): Call file-chase-links.
28344         * files.el (read-directory-name): Fix previous change.
28345         (hack-local-variables-confirm): New function.
28346         (hack-local-variables-prop-line, hack-local-variables)
28347         (hack-one-local-variable): Use it.
28349 2005-05-10  Lute Kamstra  <lute@gnu.org>
28351         * font-lock.el (font-lock-keywords-alist)
28352         (font-lock-removed-keywords-alist): Clarify docstrings.
28354 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28356         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28357         (gdb-source-info): Check for preprocessor info.
28358         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28359         a macro for a function.
28360         (gdb-info-breakpoints-custom): Try to find file again if not already
28361         found (user might have used GDB dir command).
28362         (gdb-get-location): Update gdb-location-alist correctly for change
28363         to gdb-info-breakpoints-custom.
28365         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28366         (gud-tooltip-print-command): Add gdbmi case.
28367         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28368         preprocessor info.
28370 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28372         * startup.el (fancy-splash-insert): Fix typo in doc string.
28374 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28376         * obsolete/float.el (string-to-float):
28377         * obsolete/hilit19.el (hilit-add-pattern):
28378         * obsolete/rnews.el (news-parse-range, news-select-message)
28379         (news-get-pruned-list-of-files): Replace `string-to-int' by
28380         `string-to-number'.
28382         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28383         `find-file-not-found-hooks'; use `add-hook'.
28384         (uncompress-while-visiting): Set `write-file-functions', not
28385         `write-file-hooks'; use `add-hook'.
28387 2005-05-09  Kim F. Storm  <storm@cua.dk>
28389         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28390         (cua-paste): Handle clipboard action.
28391         (cua--init-keymaps): Remap clipboard-kill-region and
28392         clipboard-kill-ring-save.
28394 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28396         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28397         Improve commentary.
28399         * simple.el (next-error-overlay-arrow-position): Revert the change
28400         made on 2005-04-30.
28402 2005-05-07  Jay Belanger  <belanger@truman.edu>
28404         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28405         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28406         `calc-sel-reselect'.
28408         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28409         Calc is in embedded mode.
28411 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28413         * progmodes/compile.el (compilation-setup):
28414         Set overlay-arrow-string to an empty string on text terminals.
28416         * textmodes/ispell.el (ispell-program-name): Try looking for
28417         "aspell" along exec-path, and if found, use it as the default
28418         speller program.
28420 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28422         * international/mule.el (sgml-xml-auto-coding-function):
28423         Recognize encoding='FOO' in single quotes as well as in double quotes.
28425 2005-05-07  Johan Bockgård  <bojohan@dd.chalmers.se>
28427         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28428         as well as `interactive', so that defmacro* would recognize
28429         `declare' forms.
28431 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28433         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28434         Explain more about the LIGHTER arg's usage in the doc string.
28435         Add commentary to clarify what the code does.  Fix the regexp that
28436         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28437         since it could have characters special to regular expressions.
28439 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28441         * replace.el (occur-1): Bind inhibit-read-only so that
28442         erase-buffer doesn't barf on read-only text properties (likewise
28443         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28444         (occur-engine): Don't set buffer-read-only here.
28446 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28448         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28449         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28450         sometimes mistakenly reused as a *cvs* buffer.
28452 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28454         * tooltip.el: Move code for GUD tooltips into gud.el.
28455         (require): CL no longer needed to compile case.
28456         (tooltip-mode): Do not toggle functions for GUD tooltips.
28457         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28458         gud-tooltip-mode in gud.el.
28459         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28460         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28461         tooltip-gud prefix with gud-tooltip and obsolete.
28462         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28463         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28464         (tooltip-mouse-motion): Mouse movement functions/variable.
28465         Rename in gud.el by adding gud prefix.
28466         (tooltip-gud-original-filter, tooltip-gud-dereference)
28467         (tooltip-gud-event, tooltip-toggle-gud-tips)
28468         (tooltip-gud-process-output, tooltip-gud-print-command)
28469         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28470         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28471         (gdb-tooltip-print): Move to gdb-ui.el.
28473         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28474         (require): CL needed to compile case.
28475         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28476         tooltip-gud-tips-p.  Make it a minor-mode.
28477         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28478         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28479         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28480         (gud-tooltip-change-major-mode)
28481         (gud-tooltip-activate-mouse-motions-if-enabled)
28482         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28483         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28484         (gud-tooltip-original-filter, gud-tooltip-dereference)
28485         (gud-tooltip-event, tooltip-toggle-gud-tips)
28486         (gud-tooltip-process-output, gud-tooltip-print-command)
28487         (gud-tooltip-tips): Move from tooltip.el.
28489         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28490         (gdb-cpp-define-alist-flags): Doc fix.
28491         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28492         gud-tooltip-mode is t.
28494 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28496         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28497         evaporate if their text is deleted.
28498         (goto-address-at-point): Make it work as a mouse binding as well.
28499         (goto-address-at-mouse): Obsolete it.  Update users.
28501 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28503         * calendar/appt.el (top-level): No longer activate on load.
28505 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28507         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28508         * net/webjump.el (webjump):
28509         * progmodes/idlw-help.el (idlwave-do-context-help1)
28510         (idlwave-highlight-linked-completions):
28511         * textmodes/po.el (po-find-file-coding-system-guts):
28512         Replace `assoc-ignore-case' by `assoc-string'.
28514 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28516         * files.el (locate-file): Doc fix.
28518         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28519         Remove the redundant test for ms-dos.
28521         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28522         look for the preprocessor with exec-suffixes.  If not found in
28523         standard places, look in exec-path.  Remove most of the tests that
28524         used system-type.
28526         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28528         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28530         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28531         file-name clash with jka-compr.el on 8+3 filesystems.
28533 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28535         * term/mac-win.el: Don't define or bind scroll bar functions if
28536         x-toolkit-scroll-bars is t.
28537         (x-select-text, x-get-selection-value): Clear
28538         x-last-selected-text-clipboard if x-select-enable-clipboard is
28539         nil.
28540         (PRIMARY): Put mac-scrap-name property.
28541         (mac-select-convert-to-file-url): New function.
28542         (public.file-url): New selection target type.  Add to
28543         selection-converter-alist.
28544         (x-get-selection, x-selection-value): Handle it.
28545         (x-cut-buffer-or-selection-value): New alias.
28547 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28549         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28550         entry to avoid calling bibtex-find-entry with arg global
28551         being t.  Remove arg key.
28552         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28553         (bibtex-copy-summary-as-kill): Change accordingly.
28555 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28557         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28558         (org-agenda-date-later): Use with-current-buffer.
28560 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28562         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28563         (define-obsolete-variable-alias): Doc Fixes.
28565 2005-05-06  Kim F. Storm  <storm@cua.dk>
28567         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28568         vertical-motion when selective-display is active.
28570         * ido.el (ido-setup-hook): New hook.
28571         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28572         (ido-input-stack): New var.
28573         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28574         ido-next-work-file binding to M-O.
28575         Bind M-f to ido-wide-find-file-or-pop-dir.
28576         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28577         (ido-read-internal): Run ido-setup-hook.
28578         Catch quit in read-file-name and read-string to cancel edit.
28579         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28580         Automatically pop-all when completing a directory name (RET).
28581         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28582         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28583         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28584         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28585         New functions for M-b/M-f to move among the directory components.
28586         (ido-make-merged-file-list): Catch quit to cancel merge.
28587         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28588         (ido-completion-help): No warnings for ido-completion-buffer-full.
28590 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28592         * font-lock.el (font-lock-negation-char-face): New face and variable.
28593         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28594         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28595         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28596         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28598 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28600         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28601         Fix typo in docstring.
28603         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28604         (ebrowse-print-statistics-line)
28605         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28607         * term/w32-win.el (image-library-alist): Add additional name for
28608         Xpm library.
28610 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28612         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28613         use gcc instead of cpp.
28615         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28616         (gdb-create-define-alist): Use it.
28617         (gdb-cpp-define-alist-program): Update for MS-DOS.
28619 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28621         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28623 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28625         * help.el (describe-key): No error when UNTRANSLATED is nil.
28627         * simple.el (line-move-1): Fix previous change to signal errors
28628         appropriately.
28630 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28632         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28633         (icalendar-duration-correction): Remove.
28634         (icalendar--get-event-properties): Split result at commas.
28635         (icalendar--decode-isoduration): New optional argument
28636         DURATION-CORRECTION.
28637         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28638         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28639         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28640         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28641         (icalendar--convert-anniversary-to-ical): New functions, extracted
28642         from icalendar-export-region, with bug fixes.
28643         (icalendar-export-region): Use the above functions.
28644         (icalendar-import-buffer): Check before saving diary file.
28645         (icalendar--convert-recurring-to-diary)
28646         (icalendar--convert-non-recurring-all-day-to-diary)
28647         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28648         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28649         (icalendar--convert-ical-to-diary): Use the above functions.
28651 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28653         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28654         Remove these recent additions.
28655         (c-mode): Restore to before 2005-04-28.
28657         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28658         recent addition.
28660         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28661         (gdb-define-alist): New variables.
28662         (gdb-create-define-alist): New function.
28663         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28664         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28665         with string-to-number.
28666         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28668         * progmodes/gud.el: Replace string-to-int with string-to-number.
28669         (gud-find-file): Handle gdb-define-alist.
28671         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28673 2005-05-02  Jay Belanger  <belanger@truman.edu>
28675         * calc/calc-aent.el (math-read-token):
28676         * calc/calc-bin.el (calc-word-size):
28677         * calc/calc-ext.el (calc-read-number-fancy):
28678         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28679         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28680         * calc/calc-frac.el (calc-over-notation):
28681         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28682         (calc-graph-num-points, calc-graph-init):
28683         * calc/calc-prog.el (calc-read-parse-table-part)
28684         (calc-edit-macro-repeats):
28685         * calc/calc-yank.el (calc-do-grab-rectangle):
28686         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28687         Replace `string-to-int' by `string-to-number'.
28689 2005-05-02  Kim F. Storm  <storm@cua.dk>
28691         * kmacro.el: Use executing-kbd-macro-index variable.
28693 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28695         * net/rlogin.el (rlogin-parse-words): Delete func.
28696         (rlogin): Use split-string, not rlogin-parse-words.
28697         Also, if there are option-like elements in the parsed args,
28698         take the host to be the first arg immediately following them.
28699         Suggested by Michael Mauger.
28701 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28703         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28705 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28707         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28708         (cc-mode-cpp-program): Rename to cc-define-list-program and
28709         move to cc-vars.el.
28711         * progmodes/cc-vars.el (cc-define-list-program):
28712         Change to "gcc -E -dM -".  Make customizable.
28714 2005-05-02  Kim F. Storm  <storm@cua.dk>
28716         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28718 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28720         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28722         * international/mule-util.el (truncate-string): Remove alias and
28723         obsolete declaration.
28725         * international/mule-cmds.el (update-iso-coding-systems):
28726         Remove alias and obsolete declaration.
28728         * international/mule.el (coding-system-parent): Remove alias and
28729         obsolete declaration.
28731         * subr.el (define-function, sref): Remove aliases and obsolete
28732         declarations.
28733         (chars-in-region): Remove obsolete declaration.
28735 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28737         * info.el (Info-mode): Set widen-automatically to nil, locally.
28739         * simple.el (widen-automatically): New variable.
28740         (pop-global-mark): Obey widen-automatically.
28742 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28744         * term/xterm.el (function-key-map): Call substitute-key-definition
28745         before the keymap size is increased by a lot of define-key calls.
28747 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28749         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28750         Rename ARG to ELEMENT.  Doc fix.
28752 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28754         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28755         Remove references to allout-exposure/change to allout-new-exposure.
28757         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28758         bytecode symbols.
28760         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28761         (compiled-function-p, focus-frame, unfocus-frame):
28762         Remove aliases and obsolete declarations.
28763         Back out inadvertent changes from previous commit.
28765 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28767         * files.el (require-final-newline): Make Custom tags consistent
28768         with mode-require-final-newline.
28769         (mode-require-final-newline): Doc fix.
28771 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28773         * international/latexenc.el (latexenc-find-file-coding-system):
28774         Fix regular expressions.
28776 2005-05-01  David Kastrup  <dak@gnu.org>
28778         * international/latexenc.el (latexenc-find-file-coding-system):
28779         Fix regular expressions.
28781 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28783         * subr.el (string-to-int): Make obsolete.
28785 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28787         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28789         * loadup.el: Load jka-comp-hook.
28791         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28792         (jka-compr-handler): Add autoload.  `put' calls moved
28793         to jka-comp-hook.el.
28794         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28795         (jka-compr-inhibit): Autoload.
28797         * jka-comp-hook.el: New file.
28798         Enable the mode by default.
28800         * files.el (backup-buffer-copy): Use copy-file instead
28801         of write-region, and put back the 'excl.
28803 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28805         * progmodes/flymake.el (flymake-split-string)
28806         (flymake-split-string, flymake-log, flymake-pid-to-names)
28807         (flymake-reg-names, flymake-get-source-buffer-name)
28808         (flymake-unreg-names, flymake-add-line-err-info)
28809         (flymake-add-err-info): Clarify docstrings.
28810         (flymake-popup-menu, flymake-make-emacs-menu)
28811         (flymake-make-xemacs-menu): Add docstrings.
28812         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28813         Set variables directly throughout.
28815 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28817         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28818         exists.  Initialize cc-define-alist.
28819         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28820         If there is no file (Macroexpansion) don't create an alist.
28822 2005-04-29  Sam Steingold  <sds@gnu.org>
28824         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28825         (cc-create-define-alist): Use it instead of the hard-coded string.
28827 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28829         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28830         for latexenc.
28832 2005-04-29  Lute Kamstra  <lute@gnu.org>
28834         * emacs-lisp/generic.el: Improve commentary section.
28835         (define-generic-mode): Improve docstring.
28837 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28839         * textmodes/org.el (many places): Change to quiet the byte compiler.
28840         (org-prefix-format-compiled): New variable.
28841         (org-compile-prefix-format): New function.
28842         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28843         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28844         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28845         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28846         consistency with entries from `org-mode' files.
28847         (org-get-time-of-day): Fix bug with partial matches early in a line.
28848         (org-non-link-chars): New constant.
28849         (org-link-regexp): Respect `org-non-link-chars'.
28850         (org-agenda-day-view): Remove command.
28851         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28852         (org-follow-bbdb-link, org-store-link): Search also company field.
28853         (org-highlight-overlay): New variable.
28854         (org-highlight, org-unhighlight): New functions.
28855         (org-agenda-mode): Add pre-command-hook to remove highlight.
28856         (org-evaluate-time-range): Behavior depends upon whether time stamp
28857         contains a time or not.
28858         (org-show-subtree, org-show-entry): New functions.
28859         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28861 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28863         * comint.el (comint-output-filter-functions): Add autoload cookie.
28865 2005-04-28  Kim F. Storm  <storm@cua.dk>
28867         * ido.el (ido-everywhere): Fix last change.
28869 2005-04-28  Arne Jørgensen  <arne@arnested.dk>
28871         * international/latexenc.el: New file.
28872         * international/mule-conf.el (file-coding-system-alist): For .tex,
28873         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28875 2005-04-28  Lute Kamstra  <lute@gnu.org>
28877         * font-lock.el (font-lock-add-keywords)
28878         (font-lock-remove-keywords): Clarify docstring.
28879         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28880         Don't start docstrings with a `*'.
28881         (font-lock-update-removed-keyword-alist): Give it a docstring.
28883         * generic-x.el: Update commentary section.
28884         Only require font-lock when compiling.
28885         Define all modes conditionally.
28886         Place all generic modes in the generic-x-modes customization group.
28887         (generic-x-modes): New customization group.
28888         (generic-default-modes, generic-mswindows-modes)
28889         (generic-unix-modes, generic-other-modes): New constants.
28890         (generic-define-mswindows-modes, generic-define-unix-modes):
28891         Update docstrings.  Make them obsolete.
28892         (generic-extras-enable-list): New default value.  Update docstring.
28893         Improve :type.  Change :set function.
28894         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28895         Fix docstring.
28897         * emacs-lisp/generic.el (generic-mode-internal):
28898         Simplify font-lock-defaults.
28899         (define-generic-mode): Fix docstring.
28901 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28903         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28904         font-lock-face property to highlight matches.
28906 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28908         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28909         (cc-define-alist): New variable.
28910         (c-mode): Make it local and initialize it.
28912         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28913         (gdb-exited): New function.
28914         (gdb-annotation-rules): Use it.
28915         (gdb-starting): Set gdb-active-process to t.
28916         (gdb-stopping): Amend doc string.
28917         (gdb-reset): Set gdb-active-process to nil.
28919         * tooltip.el (tooltip-gud-tips): Show the associated #define
28920         directives when a C program under GDB is not executing.
28922 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28924         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28925         font-lock-fontify-syntactic-keywords.
28927         * font-lock.el (font-lock-default-fontify-region): Don't force
28928         parse-sexp-lookup-properties to nil.
28930 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28932         * man.el (man-mode-syntax-table): Set up `:' to have
28933         word-constituent syntax.
28935 2005-04-27  Lute Kamstra  <lute@gnu.org>
28937         * novice.el (disable-command): Don't add spurious newlines to the
28938         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28940 2005-04-26  Jay Belanger  <belanger@truman.edu>
28942         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28943         than one window before deleting window.
28945 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28947         * shell.el (shell-prompt-pattern): Doc fix.
28948         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28950         * comint.el (comint-prompt-regexp, comint-get-old-input)
28951         (comint-use-prompt-regexp)
28952         (comint-use-prompt-regexp-instead-of-fields)
28953         (comint-replace-by-expanded-history, comint-send-input)
28954         (comint-output-filter, comint-get-old-input-default)
28955         (comint-line-beginning-position, comint-bol, comint-show-output)
28956         (comint-backward-matching-input, comint-forward-matching-input)
28957         (comint-next-prompt, comint-previous-prompt):
28958         Rename `comint-use-prompt-regexp-instead-of-fields' to
28959         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28960         obsolete.
28961         (comint-use-prompt-regexp): Shorten first line of doc string.
28963         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28964         Set paragraph-separate buffer locally to "\\'".
28966         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28967         Adapt to above name change.
28969         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28970         (smbclient-prompt-regexp): Ditto.
28972         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28974 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28976         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28977         gdb-location-list.
28978         Break lines that are over 80 characters wide.
28980 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28982         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28983         New fun and var, to preserve compatibility.
28985         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28987 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28989         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28990         name to file-newer-than-file-p.
28992 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28994         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28996         * progmodes/python.el (python-mode):
28997         Use new name eldoc-documentation-function.
28999         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29001         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29002         (eldoc-documentation-function):
29003         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
29005 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
29007         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29009 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29011         * term/xterm.el (function-key-map): Fix strings for
29012         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
29013         {C,S,A,C-S}-{f1-f12}.
29015 2005-04-26  Kenichi Handa  <handa@m17n.org>
29017         * international/mule-cmds.el (select-safe-coding-system):
29018         Fix previous change.
29020 2005-04-26  Lute Kamstra  <lute@gnu.org>
29022         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29024         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29025         (font-lock-comment-delimiter-face): Ditto.
29027         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29029 2005-04-25  Jay Belanger  <belanger@truman.edu>
29031         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29032         to t while inserting information; use help-mode.
29034 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29036         * term.el (ansi-term-color-vector): Use the xterm colors.
29037         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29039 2005-04-25  Lute Kamstra  <lute@gnu.org>
29041         * font-core.el (font-lock-defaults): Fix docstring.
29043         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29045 2005-04-25  Kenichi Handa  <handa@m17n.org>
29047         * international/mule-cmds.el (select-safe-coding-system):
29048         Don't check consistency with coding: spec, etc if raw-text or
29049         no-conversion was found to be safe.
29051 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29053         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29054         citation markers at start of each line.
29056         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29057         citation markers at start of each line.
29059         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29061         * files.el (mode-require-final-newline): Fix previous change.
29062         (require-final-newline): Fix type label.
29064 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29066         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29067         statement in buffer (broken by 2004-11-24 change).
29069 2005-04-24  Kim F. Storm  <storm@cua.dk>
29071         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29072         and read-file-name-function values.  Don't overwrite existing
29073         non-nil values if ido-mode is enabled without ido-everywhere.
29075 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29077         * files.el (mode-require-final-newline): Minor doc fix.
29079 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29081         * subr.el (syntax-after): Doc fix.
29082         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29083         bits, not 8 bits.
29085         * files.el (mode-require-final-newline): Doc fix.
29086         (backup-buffer-copy): Fix last change.
29088 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29090         * term/mac-win.el: Require select.  Set selection-coding-system to
29091         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29092         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29093         (x-select-enable-clipboard): New variables.
29094         (x-select-text, x-get-selection, x-selection-value)
29095         (x-get-selection-value, mac-select-convert-to-string)
29096         (mac-services-open-file, mac-services-open-selection)
29097         (mac-services-insert-text): New functions.
29098         (CLIPBOARD, FIND): Put mac-scrap-name property.
29099         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29100         (public.tiff): Put mac-ostype property.
29101         (selection-converter-alist): Add entries for them.
29102         (mac-application-menu-map): New keymap.
29103         (interprogram-cut-function, interprogram-paste-function): Set to
29104         x-select-text and x-get-selection-value, respectively.
29105         (split-window-keep-point): Set to t.
29107 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29109         * files.el (read-directory-name): Always pass non-nil
29110         DEFAULT-FILENAME arg to read-file-name.
29111         (backup-buffer-copy, basic-save-buffer-2): Take care against
29112         writing thru an unexpected existing symlink.
29113         (revert-buffer): In indirect buffer, revert the base buffer.
29114         (magic-mode-alist): Doc fix.
29115         (buffer-stale-function): Doc fix.
29116         (minibuffer-with-setup-hook): Avoid warning.
29117         (mode-require-final-newline): Doc and custom fix.
29119         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29121         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29122         use the default appearance.
29123         (font-lock-comment-delimiter-face): New face, new variable.
29125         * imenu.el (imenu--generic-function): The official position of a
29126         definition is the start of the line that BEG is in.
29128         * midnight.el (midnight-timer): Move defvar up.
29130         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29132         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29134         * startup.el (command-line): Use with-no-warnings.
29136         * window.el (window-size-fixed): New defvar.
29138         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29140         * mail/rmail.el (rmail-font-lock-keywords):
29141         Use font-lock-comment-delimiter-face.
29143         * mail/sendmail.el (mail-font-lock-keywords):
29144         Use font-lock-comment-delimiter-face.
29146         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29148 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29150         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29151         Specify t for LAXMATCH when matching directories.
29152         Save match data around compilation-compat-error-properties form.
29154 2005-04-23  David Kastrup  <dak@gnu.org>
29156         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29157         Mention that the autoloaded aliases should be kept for AUCTeX.
29159 2005-04-23  Andreas Schwab  <schwab@suse.de>
29161         * isearch.el (isearch-forward): Doc fix.
29163 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29165         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29166         (jit-lock-stealth-nice): Change default value to 0.5.
29168 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29170         * abbrev.el (write-abbrev-file): Write table entries in
29171         alphabetical order by table name.
29173 2005-04-22  Kim F. Storm  <storm@cua.dk>
29175         * ido.el (ido-read-internal): Fix `list' completion.
29177 2005-04-22  Kenichi Handa  <handa@m17n.org>
29179         * recentf.el (recentf-save-file-coding-system): New variable.
29180         (recentf-save-list): Encode the file by
29181         recentf-save-file-coding-system and add coding: tag.
29183 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29185         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29187 2005-04-21  Lute Kamstra  <lute@gnu.org>
29189         * loadhist.el (unload-feature): Don't remove a function from hooks
29190         if it is about to be restored to an autoload .  Remove functions
29191         that will become unbound from auto-mode-alist.  Simplify the code.
29193         * subr.el (assq-delete-all): New implementation that is linear,
29194         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29195         (rassq-delete-all): New function.
29197         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29198         Add size-indication-mode.
29200 2005-04-21  Kenichi Handa  <handa@m17n.org>
29202         * international/mule-cmds.el: Add autoload for widget-value in
29203         eval-when-compile.
29205 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29207         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29208         Add tooltip-mode.
29210         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29212 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29214         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29215         (inferior-lisp-filter-regexp, inferior-lisp-program)
29216         (inferior-lisp-load-command, inferior-lisp-prompt)
29217         (inferior-lisp-mode-hook, lisp-source-modes)
29218         (inferior-lisp-load-hook): defvar->defcustom.
29219         (inferior-lisp-program, inferior-lisp-prompt)
29220         (inferior-lisp-load-hook): Doc fixes.
29221         (inferior-lisp-install-letter-bindings): Small change in
29222         introductory comment.
29224 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29226         * vc.el (vc-annotate-color-map): Change some colors so that text
29227         using them as foreground is readable on both white and black
29228         backgrounds.
29230 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29232         * international/mule-conf.el (translation-table-for-input):
29233         Remove redundant declaration.
29235 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29237         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29239         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29240         (tooltip-toggle-gud-tips): New function.
29242 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29244         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29245         right angle brackets.
29247 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29249         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29251 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29253         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29254         Remove.  Update callers to use expand-file-name instead.
29256         * subr.el (syntax-class): New function.
29258         * simple.el (blink-matching-open): Use it.
29260         * paren.el (show-paren-function): Use it to recognize parens that are
29261         also used in 2-char comment markers.
29263 2005-04-19  Lute Kamstra  <lute@gnu.org>
29265         * loadhist.el (unload-feature): Update for new format of
29266         load-history.  Simplify the code.
29268 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29270         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29271         (mac-add-charset-info): New function.  Initialize variable
29272         mac-charset-info-alist using it.
29273         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29274         for translation.
29275         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29276         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29277         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29278         New CCL programs.
29280 2005-04-19  Kim F. Storm  <storm@cua.dk>
29282         * simple.el (next-buffer, prev-buffer, next-error)
29283         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29284         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29286         * bindings.el (next-buffer, prev-buffer, next-error)
29287         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29288         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29289         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29290         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29292 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29294         * isearch.el (isearch-edit-string): Make the search-ring available for
29295         minibuffer history commands.
29296         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29297         the default history commands now work just as well.
29298         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29300 2005-04-18  Kim F. Storm  <storm@cua.dk>
29302         * emulation/cua-base.el (cua--pre-command-handler): Add more
29303         elaborate check for shift modifier on non-window systems.
29305 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29307         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29309 2005-04-18  Kim F. Storm  <storm@cua.dk>
29311         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29312         and make it optional.  Don't test tooltip-gud-echo-area here.
29313         (tooltip-gud-process-output, gdb-tooltip-print):
29314         Pass tooltip-gud-echo-area to tooltip-show.
29315         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29317 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29319         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29320         `display-graphic-p' may not be bound yet.
29322 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29324         * startup.el (command-line): No longer enable Xterm Mouse mode by
29325         default in terminals compatible with xterm.
29327         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29329 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29331         * tooltip.el (tooltip-gud-echo-area): Rename from
29332         tooltip-use-echo-area.
29333         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29334         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29335         area independently of where help tooltips are displayed.
29337 2005-04-17  David Kastrup  <dak@gnu.org>
29339         * cus-theme.el (custom-theme-write-variables): Quote variables
29340         where necessary.
29342 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29344         * simple.el (yank-excluded-properties): Add follow-link to value.
29346         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29348         * startup.el (fancy-splash-max-time): Just 30 seconds.
29349         (fancy-splash-delay): Just 7.
29350         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29352         * loadhist.el (unload-feature): Update for new format of load-history.
29353         Simplify the code.
29355         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29356         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29358         * mail/sendmail.el (mail-font-lock-keywords):
29359         Don't fontify subject text.
29360         Don't fontify the text of a citation.
29362 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29364         * comint.el (comint-output-filter): Run comint-output-filter-functions
29365         with point where the user had it.
29367 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29369         * international/ucs-tables.el (ucs-set-table-for-input):
29370         Disable when using unify-on-decoding.
29372 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29374         * emulation/cua-base.el (cua-global-mark-face): Add special case
29375         for displays supporting a high number of colors.
29377 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29379         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29381 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29383         * filesets.el (filesets-add-buffer): If user supplies a name of a
29384         non-existing fileset, create a new fileset.
29386 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29388         * textmodes/org.el (org-up-heading-all): Fix bug with
29389         `outline-up-heading-all'.
29391 2005-04-16  Andreas Schwab  <schwab@suse.de>
29393         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29394         /etc/permissions.d/* and /etc/aliases.d/*.
29396 2005-04-16  Kenichi Handa  <handa@m17n.org>
29398         * international/code-pages.el (cp-make-coding-system):
29399         Set `translation-table-for-input' property value to the symbol
29400         ucs-mule-to-mule-unicode, not to that value.
29401         (pt154): Escape guillemet by `\'.
29403 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29405         * loadup.el: Load tooltip if x-show-tip is fboundp.
29407         * startup.el (command-line): Add comment.
29409         * tooltip.el (tooltip-mode): Specify correct standard value for
29410         Custom in init-value.
29412 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29414         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29415         possible.
29417 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29419         * textmodes/org.el (org-agenda-date-prompt): Rename from
29420         `org-agenda-date-today'.
29421         (org-evaluate-time-range): Insert at point instead of directly
29422         after time range.
29423         (org-first-headline-recenter, org-subtree-end-visible-p)
29424         (org-optimize-window-after-visibility-change): New functions
29425         (org-agenda-post-command-hook): Don't allow point at end of line,
29426         to make sure it always hits the text properties.
29427         (org-agenda-next-date-line, org-agenda-previous-date-line):
29428         New commands.
29429         (org-set-regexps-and-options): Category may contain white space.
29430         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29431         Improve marker positions.
29432         (org-agenda-new-marker): Argument POS made optional.
29433         (org-agenda-get-timestamps): Deadlines which are done are listed
29434         in org-done-face now.
29435         (org-agenda-get-todos, org-agenda-get-timestamps)
29436         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29437         Set `undone-face' and `done-face' properties.
29438         (org-last-todo-state-is-todo): New variable.
29439         (org-todo): Set `org-last-todo-state-is-todo'.
29440         (org-agenda-todo): Change face according to
29441         `org-last-todo-state-is-todo'.  And change other lines referring to
29442         the same entry.
29443         (org-calendar-goto-agenda): New command.
29444         (org-calendar-to-agenda-key): New option.
29445         (org-startup-folded): New allowed value `content'.
29446         (org-set-regexps-and-options): Accept new value `content' for
29447         `org-startup-folded'.
29448         (org-get-current-options): Handle new value `content' for
29449         `org-startup-folded'.
29450         (org-insert-todo-heading): New command.
29451         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29452         interactively in empty file and option
29453         `org-insert-mode-line-in-empty-file' has been set.
29454         (org-agenda-todo, org-agenda-priority): Modify to use
29455         `org-agenda-change-all-lines'.
29456         (org-warning-face): Change color on dark background.
29458 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29460         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29461         use preferences AppleLocale and AppleLanguages, and variable
29462         mac-system-locale for default locale.  On Mac OS Classic, use
29463         mac-system-coding-system for default coding systems.
29465         * term/mac-win.el: Don't set file-name-coding-system.
29466         Decode variables system-name, emacs-build-system, user-login-name, and
29467         user-full-name by mac-system-coding-system on Mac OS Classic.
29468         (mac-system-coding-system): New variable.
29470 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29472         * startup.el (command-line): Handle `xterm-mouse-mode' before
29473         reading init file.
29475         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29477 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29479         * progmodes/sh-script.el (sh-here-document-word): Make it a
29480         defcustom.  Doc fix.
29481         (sh-add): Bash uses $(( )) for arithmetic.
29482         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29483         (sh-maybe-here-document): Remove quotes and leading whitespace
29484         from heredoc word when closing.  Indent heredoc with tabs if word
29485         starts with "-".
29487 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29489         * simple.el (undo): Fix previous change.
29491         * custom.el (defface): Doc fix.
29493 2005-04-13  Lute Kamstra  <lute@gnu.org>
29495         * Makefile.in (DONTCOMPILE): Remove list.
29496         (compile, compile-always): Don't use DONTCOMPILE.
29497         (update-authors): Load the library in which batch-update-authors
29498         is defined.
29499         * makefile.w32-in (DONTCOMPILE): Remove list.
29500         (compile, compile-always): Fix comments.
29501         (update-authors): Load the library in which batch-update-authors
29502         is defined.
29504         * generic-x.el (generic-mode-ini-file-find-file-hook):
29505         Rename to ini-generic-mode-find-file-hook.
29506         Keep generic-mode-ini-file-find-file-hook as an alias.
29507         (ini-generic-mode-find-file-hook): Rename from
29508         generic-mode-ini-file-find-file-hook.  Fix docstring.
29509         (ini-generic-mode): Docstring change.
29510         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29512         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29513         called from lisp.
29515         * generic.el: Move to the emacs-lisp subdir.
29517 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29519         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29520         and C-S- function and cursor motion keys.
29522 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29524         * startup.el (command-line): Enable Xterm Mouse mode by default.
29525         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29526         for Custom.  No longer show "Mouse" in mode line when enabled.
29527         Doc fix.
29529 2005-04-12  Kim F. Storm  <storm@cua.dk>
29531         * emulation/cua-base.el (cua-rectangle-face)
29532         (cua-rectangle-noselect-face): Define face attributes here.
29534         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29536 2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
29538         * startup.el (command-line): Turn off blinking cursor if
29539         cursorBlink in resources is off or false.
29541 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29543         * term/mac-win.el (dnd): Require dnd.
29544         (mac-drag-n-drop): Call dnd-handle-one-url.
29545         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29546         (kTextEncodingISOLatin2): Remove constants.
29547         (mac-script-code-coding-systems): New constant.
29548         (mac-handle-language-change): New function.
29549         (special-event-map): Bind it to `language-change' event.
29550         (mac-centraleurroman, mac-cyrillic): New coding systems.
29551         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29552         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29553         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29554         encode-mac-cyrillic, respectively.
29556 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29558         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29559         Don't set overlay-arrow-string to "=>" as this is done
29560         globally in C now.
29562 2005-04-12  Lute Kamstra  <lute@gnu.org>
29564         * generic-x.el (rc-generic-mode, rul-generic-mode):
29565         Fix auto-mode-alist entries.
29566         (etc-fstab-generic-mode): Tweak fontification.
29568         * generic.el (generic-make-keywords-list): Fix docstring.
29569         (generic-mode-internal): Simplify generic-font-lock-keywords.
29571 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29573         * whitespace.el (whitespace-buffer-leading)
29574         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29575         However, fix the highlight area for the leading and
29576         trailing whitespaces to show space.
29578 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29580         * whitespace.el (whitespace-version): Bump to 3.5.
29582         (whitespace-buffer-leading, whitespace-buffer-trailing):
29583         Invert sense of the test to highlight the whitespace.
29585 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29587         * progmodes/gud.el (gud-display-line): GUD uses its own
29588         overlay arrow now so don't set overlay-arrow-string.
29589         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29591 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29593         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29594         (term-ansi-current-reverse, term-ansi-current-invisible)
29595         (term-ansi-face-already-done): Change to boolean.
29596         (term-reset-terminal, term-handle-colors-array): Handle the above
29597         vars accordingly.
29598         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29599         (term-emulate-terminal): Use the new name.
29601         * faces.el (secondary-selection): Use yellow1, not yellow.
29602         (trailing-whitespace): Use red1, not red.
29604 2005-04-11  Jan Djärv  <jan.h.d@swipnet.se>
29606         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29607         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29608         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
29610         * cus-edit.el (dnd): New group.
29612         * term/w32-win.el (dnd): Require dnd
29613         (w32-drag-n-drop): Call dnd-handle-one-url.
29615         * x-dnd.el: Require dnd.
29616         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29617         Call dnd-handle-one-url.
29618         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29619         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29620         to dnd-insert-text.
29621         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29622         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29623         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29624         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29626         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29628 2005-04-11  Juan León Lahoz García  <juanleon1@gmail.com>
29630         * wdired.el: Doc fixes.
29631         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29632         (wdired-use-dired-vertical-movement): Rename from
29633         wdired-always-move-to-filename-beginning.
29634         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29635         (wdired-change-to-wdired-mode): Change mode name.
29636         (wdired-newline): Delete.
29638 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29640         * whitespace.el (whitespace-highlight-the-space):
29641         Don't call whitespace-unhighlight-the-space here.
29643         * simple.el (undo): Record t in undo-equiv-table
29644         for the redo record made by an undo-in-region.
29646 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29648         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29649         (gdb-frame-inferior-io-buffer): New Functions to control
29650         display of separate IO buffer.
29651         (menu): Add them to menu-bar.
29652         (gdb-display-buffer): Check for buffer another frame.
29653         Protect GUD buffer.
29654         (gdb-setup-windows): Create IO buffer if not already there.
29655         (gdb-memory-mode): Remove purecopy noops.
29657 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29659         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29660         and pass to self-insert-command.
29662 2005-04-11  Lute Kamstra  <lute@gnu.org>
29664         * generic.el: Commentary section cleanup.
29665         (generic): Delete.
29666         (generic-use-find-file-hook, generic-lines-to-scan)
29667         (generic-find-file-regexp, generic-ignore-files-regexp)
29668         (default-generic-mode, generic-mode-find-file-hook)
29669         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29670         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29671         (generic-use-find-file-hook, generic-lines-to-scan)
29672         (generic-find-file-regexp, generic-ignore-files-regexp)
29673         (default-generic-mode, generic-mode-find-file-hook)
29674         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29676 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29678         * bookmark.el (bookmark-write-file): Catch errors writing file.
29679         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29681 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29683         * startup.el (fancy-splash-tail): Update copyright year.
29684         (command-line): Split part of -Q into -D.
29685         (emacs-basic-display): New defvar.
29686         (fancy-splash-text): Correct name of menu item.
29688         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29690         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29691         lines in one node.
29693         * comint.el (comint-send-input): New arg ARTIFICIAL.
29694         Callers in this file changed.
29696         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29698         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29700 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29702         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29703         `ldap-search-internal'.
29705 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29707         * files.el (set-auto-mode-1): Use line-end-position.
29709         * international/latin-1.el:
29710         * international/latin-2.el:
29711         * international/latin-3.el:
29712         * international/latin-4.el:
29713         * international/latin-5.el:
29714         * international/latin-8.el:
29715         * international/latin-9.el: Give punctuation syntax to NBSP.
29717         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29718         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29719         Use char-classes to accept non-ascii letters, accepted in some recent
29720         bibtex implementations.
29722 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29724         * custom.el (custom-set-minor-mode): Any non-nil value for the
29725         variable should enable the mode when set through Custom.
29727 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29729         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29730         TAB binding so tab-always-indent is obeyed.
29731         (vhdl-minibuffer-local-map): Move initialization into declaration.
29732         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29733         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29734         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29735         (vhdl-current-line): Use line-beginning-position.
29736         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29737         with-output-to-temp-buffer, so the current position can be recorded.
29739 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29741         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29742         Add regexp for gcov.
29744 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29746         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29747         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29748         syntax which Emacs 20 doesn't support.
29750 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29752         * help.el (describe-key-briefly, describe-key):
29753         Replace strings as event types with "(any string)".
29755 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29757         * arc-mode.el (archive-mode-map): Move initialization into
29758         the declaration.  Override *all* bindings of `undo'.
29759         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29761 2005-04-09  Jay Belanger  <belanger@truman.edu>
29763         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29765 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29767         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29768         (xterm-register-default-colors): Update color values computation
29769         to match xterm-200.
29771 2005-04-09  Kenichi Handa  <handa@m17n.org>
29773         * international/code-pages.el (iso-latin-7): Fix the map.
29775 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29777         * emacs-lisp/lisp.el (defun-prompt-regexp)
29778         (parens-require-spaces, buffer-end, end-of-defun)
29779         (insert-parentheses): Doc fixes.
29781 2005-04-08  Kim F. Storm  <storm@cua.dk>
29783         * comint.el (comint-highlight-prompt): Fix face spec.
29784         * hi-lock.el (hi-green): Likewise.
29786 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29788         * cus-edit.el (custom-modified-face):
29789         * comint.el (comint-highlight-input): Fix previous changes.
29790         * term.el (term-handle-ansi-escape): Add a comment.
29792 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29794         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29795         in the buffer and in whitespace-highlighted-space.
29796         (whitespace-unhighlight-the-space): Simplify.
29797         (whitespace-buffer): Simplify.
29799 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29801         * textmodes/table.el (table-cell-face): Add special case for
29802         displays supporting a high number of colors.
29803         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29804         (vhdl-font-lock-reserved-words-face)
29805         (vhdl-speedbar-architecture-face)
29806         (vhdl-speedbar-instantiation-face)
29807         (vhdl-speedbar-architecture-selected-face)
29808         (vhdl-speedbar-instantiation-selected-face): Likewise.
29809         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29810         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29811         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29812         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29813         (ebrowse-progress-face): Likewise.
29814         * progmodes/compile.el (compilation-info-face): Likewise.
29815         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29816         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29817         * calendar/calendar.el (diary-face): Likewise.
29818         * woman.el (woman-italic-face, woman-bold-face)
29819         (woman-unknown-face): Likewise.
29820         * wid-edit.el (widget-button-pressed-face): Likewise.
29821         * whitespace.el (whitespace-highlight-face): Likewise.
29822         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29823         * pcvs-info.el (cvs-marked-face): Likewise.
29824         * info.el (info-xref): Likewise.
29825         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29826         * hilit-chg.el (highlight-changes-face)
29827         (highlight-changes-delete-face): Likewise.
29828         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29829         (hi-red-b): Likewise.
29830         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29831         * font-lock.el (font-lock-keyword-face)
29832         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29833         * cus-edit.el (custom-invalid-face, custom-modified-face)
29834         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29835         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29836         * comint.el (comint-highlight-prompt): Likewise.
29838 2005-04-08  Lute Kamstra  <lute@gnu.org>
29840         * font-lock.el (font-lock-keywords): Docstring fixes.
29842 2005-04-08  Kenichi Handa  <handa@m17n.org>
29844         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29845         chars are more than a limit, print " and more..." at the tail.
29847 2005-04-08  Kim F. Storm  <storm@cua.dk>
29849         * emacs-lisp/authors.el (authors-aliases): Update list.
29850         (authors-ignored-files): New list.
29851         (authors-fixed-entries): Fix typo.
29852         (authors-renamed-files-alist): Update list.
29853         (authors-add): Check authors-ignored-files.
29855 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29857         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29858         optional, to ensure backward compatibility.
29860 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29862         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29864 2005-04-08  Kim F. Storm  <storm@cua.dk>
29866         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29868         * mouse.el (mouse-on-link-p): Doc fix.
29870 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29872         * ielm.el (ielm-prompt-read-only): Doc fix.
29874         * comint.el (comint-prompt-read-only): Doc fix.
29876 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29878         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29879         ensure dired always handles wildcards passed to ffap.
29880         (find-file-at-point): Use it.
29881         (ffap-dired-wildcards): Doc fix.
29883 2005-04-07  Juri Linkov  <juri@jurta.org>
29885         * simple.el (next-error-overlay-arrow-position): New defvar.
29886         Put "=>" on its property `overlay-arrow-string'.  Add it to
29887         `overlay-arrow-variable-list'.
29889         * progmodes/compile.el (compilation-setup):
29890         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29891         nil in the local hook `kill-buffer-hook'.  Make local variable
29892         `overlay-arrow-string' and set it to "=>".
29893         (compilation-goto-locus): Set BOL position to
29894         `next-error-overlay-arrow-position' instead of
29895         `overlay-arrow-position'.
29897         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29898         locally instead of adding it to the global hook.
29899         (Info-kill-buffer): Move up.
29901 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29903         * term/xterm.el (xterm-standard-colors): Update color values from
29904         xterm-200.
29906 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29908         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29910         * fast-lock.el:
29911         * lazy-lock.el: Move them to the obsolete subdir.
29913 2005-04-06  Juan León Lahoz García  <juanleon1@gmail.com>
29915         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29916         (wdired-add-replace-advice): Remove.
29917         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29919 2005-04-06  Kim F. Storm  <storm@cua.dk>
29921         * startup.el (command-line): Add --bare-bones alias for -Q.
29923 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29925         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29926         create the startup fontset if a font specification ends with
29927         `mac-roman'.
29929 2005-04-06  Lute Kamstra  <lute@gnu.org>
29931         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29932         change.
29934         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29935         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29937 2005-04-05  Lute Kamstra  <lute@gnu.org>
29939         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29940         (define-generic-mode): Ditto.  Fix debug declaration.
29942         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29943         Put them in the generic-x group.
29945         * calendar/timeclock.el (timeclock): Doc fix.
29947         * generic.el (define-generic-mode): Don't use custom-current-group.
29948         Document default :group value.
29949         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29950         (define-global-minor-mode): Don't use custom-current-group.
29952 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29954         * startup.el (command-line-1): Display startup-echo-area-message
29955         when fancy splash screen is in use.
29957         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29958         (sh-escaped-newline): New face.
29959         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29960         newline, and use sh-escaped-newline face.
29962         * progmodes/tcl.el (tcl-escaped-newline): New face.
29963         (tcl-builtin-list): New variable.
29964         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29965         newlines.  Fix keywords subexpression number.
29967 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29969         * textmodes/org.el (org-diary-default-entry): Fix call to
29970         `add-to-diary-entry'.
29972 2005-04-05  Kim F. Storm  <storm@cua.dk>
29974         * ediff-init.el: Use (featurep 'xemacs).
29976 2005-04-05  David Ponce  <david@dponce.com>
29978         * cus-edit.el (face): Derive from symbol widget.  Display sample
29979         of the current face on the fly.
29980         (widget-face-sample-face-get, widget-face-notify): New functions.
29981         (widget-face-value-create): Remove.
29983         * wid-edit.el (widget-field-end): Temporarily remove field
29984         narrowing before to call `get-char-property'.
29986 2005-04-04  Jay Belanger  <belanger@truman.edu>
29988         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29989         (math-read-subscripts): New variable.
29990         (math-read-preprocess-string): Process subscripts.
29992 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29994         * comint.el (comint-prompt-read-only): Doc fix.
29996         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29997         `-1'.  Doc fix.
29999 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
30001         * textmodes/org.el (org-insert-mode-line-in-empty-file):
30002         Change default value to nil.
30004 2005-04-04  Lute Kamstra  <lute@gnu.org>
30006         * autorevert.el (auto-revert-mode): Specify :group.
30007         * battery.el (display-battery-mode): Specify :group.
30008         * diff-mode.el (diff-minor-mode): Specify :group.
30009         * font-core.el (font-lock-mode): Specify :group.
30010         * hl-line.el (hl-line-mode): Specify :group.
30011         * iimage.el (iimage): New customization group.
30012         (iimage-mode): Specify :group.
30013         * longlines.el (longlines-mode): Specify :group.
30014         * master.el: Don't require easy-mmode.
30015         (master): New customization group.
30016         (master-mode): Specify :group.
30017         * msb.el (msb-mode): Specify :group.
30018         * reveal.el (reveal-mode): Specify :group.
30019         * simple.el (next-error-follow-minor-mode): Specify :group.
30020         * smerge-mode.el (smerge-mode): Specify :group.
30021         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30022         * emulation/cua-base.el (cua-mode): Specify :group.
30023         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30024         * language/thai-util.el (thai-auto-composition-mode)
30025         (thai-word-mode): Specify :group.
30026         * mail/supercite.el (sc-minor-mode): Specify :group.
30027         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30028         * progmodes/flymake.el (flymake-mode): Specify :group.
30029         * progmodes/glasses.el (glasses-mode): Specify :group.
30030         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30031         * textmodes/enriched.el (enriched-mode): Specify :group.
30032         * textmodes/refill.el (refill-mode): Specify :group.
30034         * add-log.el (change-log-font-lock-keywords): Names in
30035         parenthesized lists can contain spaces.
30037 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30039         * startup.el (fancy-splash-text): Shorten default text of
30040         "Emacs Tutorial" line.  Also, if the current language env
30041         indicates an available tutorial file other than TUTORIAL,
30042         extract its title and append it to the line in parentheses.
30043         (fancy-splash-insert): If arg is a thunk, funcall it.
30045 2005-04-04  Jay Belanger  <belanger@truman.edu>
30047         * calc/calc.el (calc-language-alist): Add tags to customization type.
30049 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30051         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30052         Doc fix.
30054 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30056         * add-log.el (change-log-font-lock-keywords): The manual
30057         describing a Change Log entry, says: (...) "Aside from these
30058         header lines, every line in the change log starts with a space or
30059         a tab.".  The font-lock was not highlighting lines started with
30060         spaces, added support for it.
30062 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30064         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30065         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30066         complex example in the docstring.
30067         (bibtex-font-lock-url): Use pop.
30069 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30071         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30073         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30075 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30077         * filesets.el (filesets-set-default): Doc fix.
30079 2005-04-03  Lute Kamstra  <lute@gnu.org>
30081         * generic.el (define-generic-mode): Add argument to specify
30082         keywords for defcustom.
30083         (default-generic-mode): Specify :group.
30085         * generic-x.el: Specify :group for all generic modes.
30087         * desktop.el (desktop-no-desktop-file-hook)
30088         (desktop-after-read-hook): Doc fix.
30090 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30092         * simple.el (visible-mode): Use explicit :group keyword.
30093         This changes the group of `visible-mode-hook' from paren-blinking
30094         to editing-basics.
30096 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30098         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30099         mailbox specifications as well as URLs.
30100         (rmail-insert-inbox-text): Remove unused conditional branches.
30102 2005-04-01  Jay Belanger  <belanger@truman.edu>
30104         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30105         (calc-gnuplot-print-command): Move definitions to calc.el.
30107         * calc/calc-embed.el (calc-embedded-announce-formula)
30108         (calc-embedded-open-formula, calc-embedded-close-formula)
30109         (calc-embedded-open-word, calc-embedded-close-word)
30110         (calc-embedded-open-plain, calc-embedded-close-plain)
30111         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30112         (calc-embedded-open-mode, calc-embedded-close-mode):
30113         Move definitions to calc.el.
30115         * calc/calc.el (calc-settings-file, calc-language-alist):
30116         Make customizable.
30117         (calc-embedded-announce-formula, calc-embedded-open-formula)
30118         (calc-embedded-close-formula, calc-embedded-open-word)
30119         (calc-embedded-close-word, calc-embedded-open-plain)
30120         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30121         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30122         (calc-embedded-close-mode, calc-gnuplot-name)
30123         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30124         from other files and make customizable.
30126 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30128         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30129         Use buffer-live-p.
30130         (cvs-mode-run): Don't call cvs-update-header here.
30131         (cvs-run-process): Call cvs-update-header.
30132         Use process properties for cvs-postprocess and cvs-buffer so that
30133         the sentinel can behave better if the temp buffer is killed.
30134         Use a pipe rather than a tty, to better handle unexpected prompts.
30135         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30137 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30139         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30140         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30142 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30144         * generic.el (define-generic-mode): Add indentation rule.
30146 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30148         * files.el (mode-require-final-newline): Make Custom correctly
30149         report a nil value and allow to set it to nil via Custom.
30150         Doc fix.
30152 2005-04-01  Kenichi Handa  <handa@m17n.org>
30154         * international/characters.el: Enable the correct case setting for
30155         dotless-i and dotted-I.
30157 2005-04-01  Kim F. Storm  <storm@cua.dk>
30159         * ido.el (ido-file-internal): Fall back to non-ido command if
30160         initial directory is on slow ftp (or tramp) host.
30162 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30164         * emacs-lisp/autoload.el (make-autoload):
30165         Handle define-global-minor-mode.
30167         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30168         Rename from easy-mmode-define-global-mode.
30169         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30171         * progmodes/scheme.el (scheme-mode-syntax-table):
30172         Update syntax of | and # for two-character comment syntax.
30174 2005-03-31  Lute Kamstra  <lute@gnu.org>
30176         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30177         (define-minor-mode): Call custom-current-group at load-time.
30179         * generic.el (define-generic-mode): Add debug declaration.
30180         Add defcustom for the mode hook.
30181         (generic-mode-internal): Use run-mode-hooks.
30183 2005-03-31  Kim F. Storm  <storm@cua.dk>
30185         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30186         (mouse-fixup-help-message): New defun called by show_help_echo
30187         to fixup mouse-2 prefix in help messages when applicable.
30189         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30191 2005-03-31  Kenichi Handa  <handa@m17n.org>
30193         * language/thai-word.el (thai-find-word-ends): Pay attention to
30194         the case that we reach the end of buffer.
30196         * textmodes/fill.el (fill-text-properties-at): New function.
30197         (fill-newline): Use fill-text-properties-at instead of
30198         text-properties-at.
30200 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30202         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
30203         not comint-quote-filename.
30205 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30207         * help-fns.el (help-with-tutorial): Revert last change.
30209 2005-03-31  Kim F. Storm  <storm@cua.dk>
30211         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30213 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30215         * calendar/cal-china.el: Update reference to "Calendrical
30216         Calculations" book; there's a new edition.
30217         * calendar/cal-coptic.el: Likewise.
30218         * calendar/cal-french.el: Likewise.
30219         * calendar/cal-hebrew.el: Likewise.
30220         * calendar/cal-islam.el: Likewise.
30221         * calendar/cal-iso.el: Likewise.
30222         * calendar/cal-julian.el: Likewise.
30223         * calendar/cal-mayan.el: Likewise.
30224         * calendar/cal-persia.el: Likewise.
30225         * calendar/calendar.el: Likewise.
30226         * calendar/holidays.el: Likewise.
30227         * calendar/lunar.el: Likewise.
30228         * calendar/solar.el: Likewise.
30230         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30231         white space from doc string.
30233 2005-03-30  Jay Belanger  <belanger@truman.edu>
30235         * calc/calc-help.el (calc-full-help): Remove email address.
30237 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30239         * help-fns.el (help-with-tutorial): Delete title line.
30241 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30243         * calendar/cal-x.el (calendar-one-frame-setup)
30244         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30245         rather than `symbol' for set-window-dedicated-p.
30247         * calendar/appt.el (appt-buffer-name): Make it a constant.
30248         (appt-add): Doc fix.
30250         * filesets.el (filesets-menu-path, filesets-menu-before)
30251         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30252         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30253         (filesets-add-submenu): Delete and use add-submenu instead.
30255 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30257         * textmodes/org.el (org-agenda-phases-of-moon)
30258         (org-agenda-sunrise-sunset, org-agenda-convert-date)
30259         (org-agenda-goto-calendar): New commands.
30260         (org-diary-default-entry): New function.
30261         (org-get-entries-from-diary): Better parsing of diary entries.
30262         (org-agenda-check-no-diary): New function.
30263         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30264         linking to diary entries.
30265         (org-agenda-execute-calendar-command): New function.
30266         (org-agenda): Improve visible section in window.
30267         Use `org-fit-agenda-window'.
30268         (org-fit-agenda-window): New option.
30269         (org-move-subtree-down): Better handling of empty lines
30270         at end of subtree.
30271         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30272         levels up.
30273         (org-fontify-done-headline): New option.
30274         (org-headline-done-face): New face.
30275         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30276         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30277         When current field is non-empty, it is copied to next row.
30278         (org-table-copy-from-above): Fix bug which made it
30279         impossible to copy fields containing only a single non-white character.
30281 2005-03-30  Kim F. Storm  <storm@cua.dk>
30283         * kmacro.el (kmacro-end-macro): Isearch may store this command
30284         into the macro -- so ignore it when executing keyboard macro.
30286 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30288         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30290 2005-03-29  Kenichi Handa  <handa@m17n.org>
30292         * language/thai.el ("Thai"): Set setup-function and exit-function
30293         for Thai language environment.
30295         * language/thai-util.el: Require thai-word.
30296         (thai-word-mode-map): New variable.
30297         (thai-word-mode): New minor mode.
30298         (setup-thai-language-environment-internal): New function.
30299         (exit-thai-language-environment-internal): New function.
30301         * language/thai-word.el (thai-word-table): Declare it by defvar,
30302         use dolist to initialize it.
30303         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30304         (thai-fill-find-break-point): New functions.
30306 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30308         * simple.el (idle-update-delay): Move definition up.
30309         (set-mark): Doc fix.
30311 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30313         * longlines.el: New file.
30315         * simple.el (buffer-substring-filters): New variable.
30316         (filter-buffer-substring): New function.
30317         (kill-region, copy-region-as-kill): Use it.
30319         * register.el (copy-to-register, append-to-register)
30320         (prepend-to-register): Use filter-buffer-substring.
30322 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30324         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30325         (gud-filter-pending-text): Move in front of gdb.
30326         (gud-overlay-arrow-position): New variable.
30327         (gud-sentinel, gud-display-line): Use it in place of
30328         overlay-arrow-position.
30330 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30332         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30333         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30334         (fortran-font-lock-keywords-4): New variable.
30335         (fortran-blocks-re, fortran-end-block-re)
30336         (fortran-start-block-re): New constants, for hideshow.
30337         (hs-special-modes-alist): Add a Fortran entry.
30338         (fortran-mode-map): Bind fortran-end-of-block,
30339         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30340         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30341         (fortran-looking-at-if-then, fortran-end-of-block)
30342         (fortran-beginning-of-block): New functions, for hideshow.
30344         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30345         Doc fix.  Tweak regexp.
30346         (f90-beginning-of-block): Push mark first.
30348 2005-03-29  Jay Belanger  <belanger@truman.edu>
30350         * calc/calc.el: Update copyright date.
30351         (calc-version): Increase to 2.1.
30352         (calc-version-date): Remove.
30354         * calc/calc-help.el: Update copyright date.
30355         (calc-full-help): Remove reference to calc-version-date.
30356         Update copyright date.
30358 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30360         * vc.el (vc-do-command): Use a pipe for async processes, so password
30361         prompts don't show up at places where the user can't reply.
30363 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30365         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30366         on the file name we pass to the inferior shell.
30368 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30370         * progmodes/which-func.el (which-function): Be robust in the face of an
30371         imenu--make-index-alist failure.
30373 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30375         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30377         * progmodes/python.el (python-preoutput-filter): Fix last change.
30379 2005-03-29  Lute Kamstra  <lute@gnu.org>
30381         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30382         functions and compiled macros.
30383         (debug-convert-byte-code): Handle macros too.
30384         (debug-on-entry-1): Don't signal an error when trying to clear a
30385         function that is not set to debug on entry.
30387 2005-03-29  Jay Belanger  <belanger@truman.edu>
30389         * calc/calc-lang.el: Add functions to math-function-table
30390         properties of tex and math.
30392 2005-03-29  Kenichi Handa  <handa@m17n.org>
30394         * ps-mule.el (ps-mule-plot-string): Translate characters by
30395         ps-print-translation-table.
30396         (ps-mule-begin-job): Call find-charset-region/string with
30397         ps-print-translation-table.
30398         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30400         * ps-print.el (ps-print-translation-table): New variable.
30401         (ps-plot-region): Translate characters by ps-print-translation-table.
30403 2005-03-29  Juri Linkov  <juri@jurta.org>
30405         * simple.el (next-error-highlight-timer): New variable.
30407         * progmodes/compile.el (compilation-goto-locus):
30408         Use `next-error-highlight-timer' instead of `sit-for'.
30410 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30412         * mail/supercite.el (sc-mail-field): Use assoc-string.
30413         (sc-get-address): Simplify regexps.
30415         * files.el (minibuffer-with-setup-hook): New macro.
30416         (find-file-read-args): Use it to avoid let-binding
30417         minibuffer-with-setup-hook (which breaks turning on/off
30418         file-name-shadow-mode while in the prompt).
30420         * complete.el (PC-read-include-file-name-internal):
30421         Use test-completion.
30423 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30425         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30427 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30429         * window.el (window-buffer-height): Use count-screen-lines.
30431         * progmodes/python.el (python-preoutput-leftover): New var.
30432         (python-preoutput-filter): Use it.
30433         (python-send-receive): Loop until all the result has been received.
30435 2005-03-28  Juri Linkov  <juri@jurta.org>
30437         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30439         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30440         "Recover Crashed Session".
30441         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30442         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30443         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30444         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30445         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30446         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30447         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30448         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30450         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30451         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30452         Ediff Sessions", "Toggle use of separate control buffer frame",
30453         "Use separate frame for Ediff control buffer".
30455         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30456         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30457         "Rename Bookmark", "Delete Bookmark".
30459         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30460         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30461         Add `:active Info-index-alternatives' to "Next Matching Item".
30463         * wdired.el (wdired-change-to-wdired-mode):
30464         Mention `wdired-abort-changes' key in the initial message.
30466         * international/mule.el (auto-coding-alist): Associate non-ascii
30467         image filename extensions with `no-conversion'.
30469 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30471         * international/iso-acc.el:
30472         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30474 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30476         * textmodes/sgml-mode.el (html-mode): Doc update.
30478         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30480 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30482         * term.el (term-move-columns): Fix face after extending a line.
30483         (term-insert-spaces): Likewise.
30484         (term-reset-terminal): Fix off by one error.
30486 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30488         * international/mule.el (auto-coding-alist): Add .xpi files.
30490         * files.el (auto-mode-alist): Add .xpi files.
30492 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30494         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30496 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30498         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30500 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30502         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30503         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30505         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30506         cursor to Jan 1 when needed.
30507         (calendar-end-of-year): Fix -/+ typo.
30508         Reported by Chong Yidong <cyd@stupidchicken.com>.
30510 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30512         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30514         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30515         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30517 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30519         * filesets.el (filesets-init): Add autoload.
30521         * mail/mailalias.el (mail-directory): Doc fix.
30523 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30525         * mail/mailalias.el (mail-directory-process): Do nothing if
30526         mail-directory-process is an atom.
30527         (mail-get-names): Ignore mail-directory-names if it is an atom.
30528         (mail-directory-process defvar): Doc fix.
30529         (mail-names): Doc fix.
30531 2005-03-25  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
30533         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30535 2005-03-26  Kenichi Handa  <handa@m17n.org>
30537         * international/mule-util.el (detect-coding-with-priority):
30538         Call update-coding-systems-internal before detect-coding-region.
30540 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30542         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30543         (gdb-frames-mode-map): Add follow-link property.
30545 2005-03-25  Jay Belanger  <belanger@truman.edu>
30547         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30548         for variables.
30550 2005-03-25  Juri Linkov  <juri@jurta.org>
30552         * image-mode.el: Optimize image filename extension regexps in
30553         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30554         in `auto-mode-alist'.
30555         (image-mode): Add `image-toggle-display-text' to local hook
30556         `change-major-mode-hook'.  Display the image as an image by
30557         default.  Set `cursor-type' and `truncate-lines' if the image
30558         is already displayed.  Take into account the current mode (image
30559         or text) in message.
30560         (image-minor-mode): New minor mode.
30561         (image-mode-maybe, image-toggle-display-text): New functions.
30562         (image-toggle-display): Use called-interactively-p.
30563         Let-bind `inhibit-read-only' to t.
30565         * image-mode.el (image-minor-mode): Set `cursor-type' and
30566         `truncate-lines' if the image is already displayed.  Add turning
30567         image-minor-mode off to `change-major-mode-hook'.  Add message.
30568         Call `image-toggle-display-text' after turning image-minor-mode off.
30570 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30572         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30573         Terminal.app, use utf-8.
30574         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30575         (set-locale-environment): Use it.
30577         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30579         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30581         * progmodes/python.el (python-close-block-statement-p)
30582         (python-outdent-p, python-current-defun): Use symbol-end.
30584 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30586         * files.el (save-some-buffers): Doc fix.
30588 2005-03-25  Werner Lemberg  <wl@gnu.org>
30590         * complete.el, thumbs.el: Replace `legal' with `valid'.
30591         * calendar/calendar.el: Replace `legal' with `valid'.
30592         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30593         * mail/supercite.el: Replace `legal' with `valid'.
30594         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30595         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30596         Replace `legal' with `valid'.
30597         * textmodes/reftex-vars.el, textmodes/reftex.el:
30598         Replace `legal' with `valid'.
30600 2005-03-25  Werner Lemberg  <wl@gnu.org>
30602         * calc/calc-forms.el, calc/calc-sel.el
30603         * midnight.el, vc-cvs.el
30604         * emacs-lisp/cl-macs.el
30605         * emulation/vip.el
30606         * eshell/esh-io.el, eshell/esh-var.el
30607         * mail/supercite.el
30608         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30609         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30610         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30611         * progmodes/sh-script.el, progmodes/xscheme.el
30612         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30613         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30614         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30615         * textmodes/reftex.el, textmodes/org.el:
30616         Replace `illegal' with `invalid'.
30618 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30620         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30621         (flymake-find-buildfile, flymake-find-possible-master-files)
30622         (flymake-check-include, flymake-parse-line): Replace loops over the
30623         length of lists, by loops over lists, to remove silly O(n²) behavior.
30625         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30626         Substitute file-name-as-directory in the rest of the file.
30627         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30628         (flymake-replace-region): Remove unused arg `buffer'.
30629         (flymake-check-patch-master-file-buffer): Update calls to it.
30630         (flymake-add-err-info): Remove unused var `count'.
30631         (flymake-mode): Use define-minor-mode.
30633         * progmodes/flymake.el: Use with-current-buffer.
30634         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30635         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30636         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30637         Avoid testing for `xemacs'.
30638         (flymake-nop): Move.
30639         (flymake-region-has-flymake-overlays): Return the computed value.
30640         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30641         Remove unused var `endline'.
30642         (flymake-get-line-count): Remove unused function.
30643         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30645         * emulation/vi.el:
30646         * generic.el:
30647         * hilit-chg.el (global-highlight-changes):
30648         * hi-lock.el (hi-lock-mode):
30649         * follow.el: find-file-hooks -> find-file-hook.
30651         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30653 2005-03-24  Juri Linkov  <juri@jurta.org>
30655         * dired.el (dired-mode-map): Add menu item "Compare directories"
30656         for dired-compare-directories.
30658         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30659         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30661 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30663         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30665 2005-03-24  Jay Belanger  <belanger@truman.edu>
30667         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30668         relevant mode settings in calc-embedded-original-modes when modes
30669         are permanently changed.
30671 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30673         * autoinsert.el: find-file-hooks -> find-file-hook.
30675 2005-03-24  Lute Kamstra  <lute@gnu.org>
30677         * generic.el (generic-font-lock-defaults): Make it obsolete.
30678         (generic-font-lock-keywords): New variable to replace
30679         generic-font-lock-defaults.
30680         (generic-mode-set-font-lock): Delete it.
30681         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30682         (generic-bracket-support): Add docstring.
30684         * generic-x.el: Rename generic-font-lock-defaults to
30685         generic-font-lock-keywords throughout.
30686         (mailagent-rules-setup-function): Delete it.
30687         (mailagent-rules-generic-mode): Use anonymous function instead.
30688         (show-tabs-generic-mode-font-lock-defaults-1)
30689         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30690         Quote faces.
30691         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30692         not foreground.
30694         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30695         Recognize define-generic-mode.
30697 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30699         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30700         if there's no completion table.
30702 2005-03-23  Miles Bader  <miles@gnu.org>
30704         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30705         Remove tty-specific variants, as they're no longer needed.
30707 2005-03-23  Lute Kamstra  <lute@gnu.org>
30709         * generic-x.el: Code cleanup: make args constant whenever possible.
30710         (installshield-statement-keyword-list)
30711         (installshield-system-functions-list)
30712         (installshield-system-variables-list, installshield-types-list)
30713         (installshield-funarg-constants-list): Make them constants.
30715         * generic.el (generic-make-keywords-list): Add autoload cookie.
30717         * calendar/time-date.el: Add comment on time value formats.
30718         Don't require parse-time.
30719         (with-decoded-time-value): New macro.
30720         (encode-time-value): New function.
30721         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30722         (days-to-time): Return a valid time value when arg is huge.
30723         (time-since): Use time-subtract.
30724         (time-to-number-of-days): Use time-to-seconds.
30726 2005-03-23  David Ponce  <david@dponce.com>
30728         * recentf.el (recentf-keep): New option.
30729         (recentf-menu-action): Default to `find-file'.
30730         (recentf-keep-non-readable-files-flag)
30731         (recentf-keep-non-readable-files-p)
30732         (recentf-file-readable-p, recentf-find-file)
30733         (recentf-cleanup-remote): Remove.
30734         (recentf-include-p): More robust.
30735         (recentf-keep-p): New function.
30736         (recentf-remove-if-non-kept): Rename from
30737         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30738         All callers updated.
30739         (recentf-menu-items-for-commands): Fix help string.
30740         (recentf-track-closed-file): Update.  Doc fix.
30741         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30743 2005-03-23  Kim F. Storm  <storm@cua.dk>
30745         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30746         Don't inherit from fringe face (now happens automatically).
30748 2005-03-22  Kim F. Storm  <storm@cua.dk>
30750         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30751         position values.
30753 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30755         * menu-bar.el (showhide-date-time): Remove.
30756         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30757         (menu-bar-make-mm-toggle): Simplify.
30759 2005-03-22  Juan León Lahoz García  <juanleon1@gmail.com>
30761         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30762         Accept qualified variable and function names.
30764 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30766         * bindings.el (completion-ignored-extensions):
30767         Remove ".lis" for `vax-vms'.
30769 2005-03-22  Andreas Schwab  <schwab@suse.de>
30771         * generic-x.el: Revert last change.
30772         * ldefs-boot.el: Update.
30774 2005-03-22  Jay Belanger  <belanger@truman.edu>
30776         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30777         (calc-embedded-save-original-modes)
30778         (calc-embedded-restore-original-modes): New functions.
30779         (calc-do-embedded): Save original modes when entering embedded mode
30780         and restore when leaving embedded mode.
30781         (calc-embedded-modes-change): Change the value of
30782         calc-embedded-original-modes to reflect permanent changes.
30784 2005-03-22  Lute Kamstra  <lute@gnu.org>
30786         * generic-x.el: Require generic again.
30788 2005-03-22  Miles Bader  <miles@gnu.org>
30790         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30791         Tweak details to look good on both ttys and bitmap displays, light
30792         or dark background, etc.
30794 2005-03-21  Kim F. Storm  <storm@cua.dk>
30796         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30797         mouse position.
30799 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30801         * icomplete.el: Don't forcibly turn on the mode upon load.
30802         (icomplete-mode): Use define-minor-mode.
30803         (icomplete-eoinput): Default to nil.
30804         (icomplete-minibuffer-setup): Remove autoload.
30805         (icomplete-tidy): Simplify.
30806         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30807         in the initial state or if the user has modified the field.
30808         Fix handling of icomplete-max-delay-chars.
30809         Remove code that handles the oddball case where
30810         minibuffer-completion-table is an integer.
30811         Wrap icomplete-completions in while-no-input in case building
30812         completions takes more time than expected.
30813         (icomplete-completions): Simplify.
30815 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30817         * jka-compr.el (jka-compr-really-do-compress):
30818         Make variable buffer-local.
30820         * image-mode.el: Handle .xpm files too.
30821         (image-toggle-display): Preserve modification flag.
30823         * help.el (where-is): Don't mention aliases with no key bindings.
30825 2005-03-21  Lute Kamstra  <lute@gnu.org>
30827         * generic.el: Fix commentary section.  Don't require cl for
30828         compilation.
30829         (generic-mode-list): Add autoload cookie.
30830         (generic-use-find-file-hook, generic-lines-to-scan)
30831         (generic-find-file-regexp, generic-ignore-files-regexp)
30832         (generic-mode, generic-mode-find-file-hook)
30833         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30834         (define-generic-mode): Make it a defmacro.  Fix docstring.
30835         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30836         (generic-mode-set-comments): Code cleanup.
30837         * generic-x.el: Don't prevent compilation.  Don't require generic.
30838         Follow coding conventions.  Minor code cleanup.
30839         (etc-fstab-generic-mode): Add some keywords.
30840         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30841         define-generic-mode like a function declaration.
30843 2005-03-21  Jay Belanger  <belanger@truman.edu>
30845         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30846         changing modes.
30848 2005-03-21  Sam Steingold  <sds@gnu.org>
30850         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30852 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30854         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30855         Add underscore to "f$ lexicals" regexp.
30857 2005-03-20  Juri Linkov  <juri@jurta.org>
30859         * subr.el (progress-reporter-do-update): When `min-value' is equal
30860         to `max-value', set `percentage' to 0 and prevent division by zero.
30862 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30864         Sync with Tramp 2.0.48.
30866         * net/tramp.el (all): Change all addresses to .gnu.org.
30867         (tramp-append-tramp-buffers): New defun.
30868         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30869         Catch `dont-send' signal.
30870         (tramp-set-auto-save-file-modes): Set always permissions, because
30871         there might be an old auto-saved file belonging to another
30872         original file.  This could be a security threat.  Reported by
30873         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30874         Check for Emacs 21.3.50 removed.
30876         * net/tramp-smb.el (all): Remove debug construct for
30877         `with-parsed-tramp-file-name'.
30878         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30879         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30880         No error message if DIRECTORY or FILENAME doesn't exist.
30881         (tramp-smb-open-connection): Check existence of
30882         `tramp-smb-program'.
30884 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30886         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30887         Properly handle the case where the `m' or `s' command's argument is not
30888         yet terminated.
30889         (perl-indent-new-calculate): New function.
30890         (perl-indent-line): Use it.
30892 2005-03-20  Miles Bader  <miles@gnu.org>
30894         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30895         in text-mode too.  Change to new face names.
30896         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30897         Add `:weight bold' attribute.
30898         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30900 2005-03-19  Juri Linkov  <juri@jurta.org>
30902         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30904         * international/mule.el (auto-coding-alist): Sync with
30905         `auto-mode-alist' by adding upper case archive file extensions
30906         and adding ear/war to jar extension.
30908 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30910         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30911         running, restart it.
30913 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30915         * finder.el (finder-current-item): Throw an error on an empty line.
30917         * man.el (Man-follow-manual-reference): If current-word returns
30918         nil, use "".
30920 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30922         * simple.el (goto-line): Doc fix.
30924 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30926         * files.el (save-buffer): Doc fix.
30928 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30930         * recentf.el (recentf-cleanup-remote): New variable.
30931         (recentf-cleanup): Use it to conditionally check availability of
30932         remote files.
30934 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30936         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30937         function names.
30939 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30941         * language/thai-word.el: New file.
30943 2005-03-19  Juan León Lahoz García  <juanleon1@gmail.com>
30945         * files.el (backup-buffer): If the file's directory is not
30946         writable, use copy instead of move to backup the file.
30948 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30950         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30952 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30954         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30955         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30956         <darkman_spam@yahoo.fr>.
30957         (ps-print-version): New version 6.6.6.
30959 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30961         * textmodes/table.el (table--line-column-position): New idiom.
30962         (table--row-column-insertion-point-p): New function to test
30963         validity of row and column insertion operation at a location.
30964         (table-global-menu, table-cell-menu): Use above functions for
30965         deterministic test operation.
30966         (table--editable-cell-p): Behave in deterministic fashion.
30968 2005-03-18  Juri Linkov  <juri@jurta.org>
30970         * isearch.el (isearch-lazy-highlight-new-loop):
30971         Make arguments beg and end optional.
30972         (isearch-update): Remove optional arguments nil from
30973         isearch-lazy-highlight-new-loop.
30974         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30975         isearch-lazy-highlight-case-fold-search instead of
30976         isearch-case-fold-search, and let-bind isearch-regexp to
30977         isearch-lazy-highlight-regexp.
30978         Use isearch-lazy-highlight-last-string instead of isearch-string.
30980         * replace.el (perform-replace): Remove bindings of global
30981         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30982         Add three new arguments to `replace-highlight'.
30983         (replace-highlight): Add arguments string, regexp, case-fold.
30984         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30985         to allow isearch-lazy-highlight-new-loop to use these values
30986         to set corresponding isearch-lazy-highlight-* internal
30987         variables whose values lazy highlighting will use regardless of
30988         changes to global variables isearch-string, isearch-regexp,
30989         isearch-case-fold-search during lazy highlighting loop.
30990         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30991         to `lazy-highlight-cleanup'.
30993         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30994         (ispell-highlight-face): Set default face to `isearch' when
30995         lazy highlighting is enabled.
30996         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30997         priority to 1.  Add lazy highlighting.
30998         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30999         from `isearch-dehighlight'.
31001 2005-03-18  David Ponce  <david@dponce.com>
31003         * files.el (hack-local-variables): Do a case-insensitive search
31004         for End.
31006 2005-03-18  Juri Linkov  <juri@jurta.org>
31008         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31009         `isearch-lazy-highlight-cleanup', add alias to old name and
31010         declare obsolete.  Add release numbers to other obsolete vars.
31011         (isearch-done, isearch-lazy-highlight-new-loop):
31012         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31013         (lazy-highlight-cleanup) <variable>: Doc fix.
31014         (isearch-lazy-highlight-update): Rename obsolete
31015         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31017 2005-03-18  Kenichi Handa  <handa@m17n.org>
31019         * language/thai-util.el: Fix categorization of Thai characters in
31020         thai-category-table.
31021         (thai-composition-pattern): Adjust it for the above change.
31022         (thai-self-insert-command, thai-compose-syllable): New functions.
31023         (thai-compose-region): Use thai-compose-syllable.
31024         (thai-compose-string): Likewise.
31025         (thai-composition-function): Likewise.
31026         (thai-auto-composition): New function.
31027         (thai-auto-composition-mode): New minor mode.
31029         * language/thai.el: Fix patterns to be registered in
31030         composition-function-table.
31032         * international/quail.el (quail-input-method): Locally bind
31033         inhibit-modification-hooks to t.
31035 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31037         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31038         (perl-mode): Use run-mode-hooks.
31040         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31041         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31042         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31044         * mail/sendmail.el (sendmail-send-it): Reenable the code
31045         to compute resend-to-address and use it.
31047         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31049         * image-mode.el: New file.
31051         * image.el (insert-sliced-image): Add autoload cookie.
31053         * font-lock.el (font-lock-lines-before): New user option.
31054         (font-lock-after-change-function): Obey it.
31056         * bindings.el (esc-map): Make M-g a prefix.
31057         Bind M-g g and M-g M-g to goto-line.
31059         * faces.el (face-id): Doc fix.
31061 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31063         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31064         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31065         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31067         * mail/sendmail.el (mail-yank-ignored-headers)
31068         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31069         Add Mail-Followup-To and Mail-Reply-To headers.
31070         (mail-citation-hook): Add autoload cookie.
31071         (mail-mode): Doc fix.
31072         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31073         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31074         (mail-mode-fill-paragraph): Handle those headers.
31075         (mail-mailing-lists): New variable.
31076         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31078 2005-03-17  Juri Linkov  <juri@jurta.org>
31080         * isearch.el (isearch-fallback): Check for `(car previous)'
31081         before calling `isearch-other-end-state'.
31083 2005-03-17  Kim F. Storm  <storm@cua.dk>
31085         * simple.el (move-beginning-of-line): Move to beginning of buffer
31086         line, as well as beginning of screen line.
31088 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31090         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31091         argument REDRAW rather than calendar-redrawing variable.
31092         * calendar/calendar.el (calendar-redrawing): Delete.
31093         (redraw-calendar): Do not bind calendar-redrawing.
31095 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31097         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31098         diary-file buffer.
31100 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31102         * help.el (describe-mode): Allow a :minor-mode-function property to
31103         specify a different minor mode toggle function than the variable.
31104         * simple.el (auto-fill-function):
31105         * subr.el (add-minor-mode): Use it.
31107 2005-03-16  Kenichi Handa  <handa@m17n.org>
31109         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31110         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31111         (ethio-fidel-to-sera-buffer): Likewise.
31113 2005-03-16  Juri Linkov  <juri@jurta.org>
31115         * emacs-lisp/find-func.el (find-function-regexp):
31116         Add defun-emitting macro `menu-bar-make-toggle'.
31118         * isearch.el: Put `isearch-scroll' property to
31119         `split-window-horizontally'.
31121         * info.el: Update error messages for `debug-ignored-errors'.
31122         (Info-isearch-search): Doc fix.
31123         (Info-find-node): Move up code to go into info buffer before
31124         recording the node to the history.
31125         (Info-fontify-node): Fontify titles only if the next line
31126         has two or more `*', `=', `-', `.'.
31127         Display "go to this node" for empty (match-string 3).
31129 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31131         * term/mac-win.el: Add mouse pointer shape constants.
31133 2005-03-15  Kim F. Storm  <storm@cua.dk>
31135         * simple.el (move-beginning-of-line): Use vertical-motion.
31137 2005-03-15  Juri Linkov  <juri@jurta.org>
31139         * isearch.el (isearch-error): New variable.
31140         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31141         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31142         (isearch-within-brackets-state): Remove.
31143         (isearch-case-fold-search-state, isearch-pop-fun-state):
31144         Decrease frame index.
31145         (isearch-mode, isearch-top-state, isearch-push-state)
31146         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31147         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31148         (isearch-search, isearch-lazy-highlight-new-loop):
31149         Replace `isearch-invalid-regexp' with `isearch-error'.
31150         Remove `isearch-within-brackets'.
31151         (isearch-search): Add `search-failed' handler to `condition-case'.
31152         (isearch-lazy-highlight-search): Add `condition-case' to catch
31153         errors and allow `isearch-lazy-highlight-update' to try
31154         highlighting from the beginning of the window.
31155         (isearch-repeat): Move up code to set isearch-wrapped to t
31156         before calling isearch-wrap-function.
31158         * info.el (Info-isearch-initial-node): New internal variable.
31159         (Info-search): Signal an error in isearch mode when search leaves
31160         the initial node.  Signal an error when `bound' is non-nil and
31161         nothing was found in the current subfile.
31162         (Info-isearch-search): Remove `condition-case'.
31163         (Info-isearch-wrap): Don't wrap when search failed during leaving
31164         the initial node.  If `Info-isearch-search' is nil, wrap around
31165         the current node.
31166         (Info-isearch-start): New fun.
31167         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31168         `isearch-mode-hook'.
31170 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31172         * simple.el (normal-erase-is-backspace): Set default to t if
31173         running on Mac.
31175         * term/mac-win.el (function-key-map): Sync with x-win.el.
31177 2005-03-15  Kenichi Handa  <handa@m17n.org>
31179         * international/mule-cmds.el (locale-language-names): Modify the
31180         format of elements and add more entries.
31181         (locale-preferred-coding-systems): Add more entries.
31182         (set-locale-environment): Adjust for the change of
31183         locale-language-names.
31185 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31187         * pcvs.el (smerge-ediff): Remove bogus autoload.
31189 2005-03-14  Lute Kamstra  <lute@gnu.org>
31191         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31192         Ignore a `*' at the beginning of a line.
31194         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31195         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31196         subr.el.
31197         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31198         to specify indentation.
31200         * generic.el (define-generic-mode): Let generic-mode-list be a
31201         list of strings; test membership with equal.
31203 2005-03-14  Kim F. Storm  <storm@cua.dk>
31205         * simple.el (next-line, previous-line): Add optional try-vscroll
31206         arg to recognize interactive use.  Pass it on to line-move.
31207         (line-move): Don't perform auto-window-vscroll when defining or
31208         executing keyboard macro to ensure consistent behavior.
31210 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31212         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31214 2005-03-13  Lute Kamstra  <lute@gnu.org>
31216         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31217         debugger-setup-buffer so that backtrace marks the frames set to
31218         debug-on-exit and we don't have to do it manually.  Set an extra
31219         debug-on-exit for macro's.
31220         (debugger-setup-buffer): Don't mark the top frame manually.
31222 2005-03-12  Lute Kamstra  <lute@gnu.org>
31224         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31225         lisp-indent-function throughout.
31226         (with-no-warnings): Set lisp-indent-function property.
31228 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31230         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31231         Add entry for backslash.
31233 2005-03-12  Juri Linkov  <juri@jurta.org>
31235         * info.el (Info-search): Four fixes for backward search.
31237 2005-03-11  Jay Belanger  <belanger@truman.edu>
31239         * calc/calc.el (calc-language-alist): New variable.
31240         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31241         (calc-embedded-find-modes): Use calc-language-alist instead of
31242         calc-embedded-language-alist.
31244 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31246         * calendar/calendar.el (calendar-redrawing): New internal
31247         variable.
31248         (redraw-calendar): Remove bogus save-excursion from previous
31249         change.  Bind calendar-redrawing to t for mark-diary-entries.
31250         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31251         calendar if that is why we were called.
31253 2005-03-11  Kenichi Handa  <handa@m17n.org>
31255         * international/mule.el (make-coding-system): Set property
31256         coding-system-define-form to nil.
31257         (define-coding-system-alias): Likewise.
31259 2005-03-11  Kenichi Handa  <handa@m17n.org>
31261         These changes are suggested by Dave Love <fx@gnu.org>.
31263         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31264         coding: tag.
31265         (adaptive-fill-regexp): Add more bullets.
31266         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31267         regexps.
31269 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31271         * help.el (describe-mode): Properly handle non-trivial lighters.
31272         Don't ignore minor modes that are not listed in minor-mode-list.
31274         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31275         feature ON when the user requests to turn it OFF.
31277 2005-03-10  Lute Kamstra  <lute@gnu.org>
31279         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31280         (implement-debug-on-entry): New function to replace debug-entry-code.
31281         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31282         second argument as the 2005-03-07 change makes it obsolete.
31283         (debug-on-entry, cancel-debug-on-entry): Update call to
31284         debug-on-entry-1.
31285         (debug, debugger-setup-buffer): Comment update.
31286         (debugger-frame-number): Update to work with implement-debug-on-entry.
31288 2005-03-10  Jay Belanger  <belanger@truman.edu>
31290         * calc/calc-embed.el (math-ms-args): Declare it.
31291         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31292         math-ms-args.
31293         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31294         variables.
31296 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31298         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31299         Use message-box.
31301         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31302         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31303         (tooltip-gud-tips): Simplify.
31304         (tooltip-gud-tips-p): Remove superfluous :set.
31305         (tooltip-gud-modes): Add fortran-mode.
31306         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31308         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31310 2005-03-09  Kim F. Storm  <storm@cua.dk>
31312         * play/animate.el (animate-place-char): Use forward-line instead
31313         of next-line to improve performance.
31315 2005-03-09  Simon Josefsson  <jas@extundo.com>
31317         * net/browse-url.el (browse-url-default-browser): Doc fix.
31319 2005-03-09  Miles Bader  <miles@gnu.org>
31321         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31322         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31324 2005-03-09  Kenichi Handa  <handa@m17n.org>
31326         * international/latin-1.el: Set case and syntax for 255 only if
31327         set-case-syntax-set-multibyte is nil.
31329         * textmodes/ispell.el (ispell-insert-word): New function.
31330         (ispell-word): Use ispell-insert-word to insert a new word.
31331         (ispell-process-line): Likewise.
31332         (ispell-complete-word): Likewise.
31334 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31336         * calendar/calendar.el (redraw-calendar): Preserve point.
31337         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31338         (calendar-week-start-day): Move after definition of
31339         redraw-calendar.  Delete buffer test, since redraw-calendar has
31340         that now.
31342         * calendar/diary-lib.el (mark-diary-entries): Only call
31343         redraw-calendar in the first of any recursive calls.
31344         Reported by Alan Shutko <ats@acm.org>.
31346 2005-03-08  Juri Linkov  <juri@jurta.org>
31348         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31349         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31350         (html-radio-buttons): Add a space before the trailing `/>' where
31351         sgml-xml-mode is non-nil.
31352         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31353         the subsequent tag of the empty XML tag.
31354         (html-href-anchor): Don't set initial input to "http:".
31355         (html-image): Ask for the image URL and set point inside alt="".
31356         (html-name-anchor): Duplicate the name in the `id' attribute when
31357         sgml-xml-mode is non-nil.
31358         (html-paragraph): Remove \n before <p>.
31359         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31360         instead of `checked' when sgml-xml-mode is non-nil.
31362         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31363         Remove 1 space before #RRGGBB to not truncate it on terminal
31364         windows w/o fringes.  Remove 1 space between bg and fg examples
31365         to get more space.
31366         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31367         avoid byte-compile warnings.
31369         * image-file.el (image-file-handler): Put `safe-magic' property to
31370         `image-file-handler'.
31372         * info.el (Info-isearch-search): Emulate word search in
31373         isearching through multiple Info nodes with Info-search.
31374         (Info-isearch-wrap): Allow isearch-word.
31376 2005-03-08  Lute Kamstra  <lute@gnu.org>
31378         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31379         stepping into the debugger's code is not possible.
31380         (debugger-jumping-flag): Docstring update.
31382 2005-03-08  Jay Belanger  <belanger@truman.edu>
31384         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31385         embedded mode begins.
31386         (calc-embedded-language-alist): New variable.
31387         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31388         set default language mode.
31390 2005-03-08  Kenichi Handa  <handa@m17n.org>
31392         * international/ccl.el (define-ccl-program): Fix docstring about
31393         extra 256 bytes assured for the output buffer.
31395         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31396         Fix BUFFER_MAGNIFICATION to 2.
31397         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31399 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31401         * align.el (align-rules-list): Added an alignment rule for CSS
31402         declarations (applies to css-mode and html-mode buffers).
31404 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31406         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31408 2005-03-07  Kim F. Storm  <storm@cua.dk>
31410         * simple.el (move-beginning-of-line): New command.
31412         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31414         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31416         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31417         and move-beginning-of-line.
31419         * apropos.el (apropos-print): Omit command from M-x ... RET.
31421 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31423         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31424         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31426 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31428         * bindings.el (esc-map): Bind M-g to goto-line.
31430         * facemenu.el (global-map): Bind M-o, not M-g.
31432 2005-03-06  Jan Djärv  <jan.h.d@swipnet.se>
31434         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31435         "Open Directory" as for "Open File".
31437 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31439         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31440         (push-mark-command): Run activate-mark-hook.
31442 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31444         * help-mode.el (help-mode-finish): Don't alter the element
31445         in view-return-to-alist if there already is one.
31447         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31448         make sure the current buffer is the expected one.
31450         * novice.el (disabled-command-function): Output in *Disabled Command*.
31451         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31453         * textmodes/flyspell.el (flyspell-large-region):
31454         Pass args differently for aspell.
31456         * files.el (mode-require-final-newline): Doc fix.
31458 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31460         * progmodes/which-func.el (which-function):
31461         Specify NOERROR when calling imenu--make-index-alist.
31463 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31465         * simple.el (normal-erase-is-backspace): Define default value.
31467         * custom.el (custom-theme-set-variables): Remove unused var
31468         `immediate'.
31469         (custom-reevaluate-setting): Simple function to handle variables
31470         that are defined before their default value can really be
31471         computed.
31473         * startup.el (command-line): Use it for temporary-file-directory,
31474         small-emporary-file-directory, auto-save-file-name-transforms,
31475         blink-cursor-mode, and normal-erase-is-backspace.
31477         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31478         progress, even with buggy anchored keywords.
31480 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31482         * simple.el (goto-line): Remove unbalanced final parenthesis.
31484 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31486         * simple.el (goto-line): Use a number at point as the default.
31487         With C-u as arg, switch buffers.
31489 2005-03-05  Juri Linkov  <juri@jurta.org>
31491         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31492         with `no-blinking-cursor'.
31494         * startup.el (no-blinking-cursor): New defvar.
31495         (command-line): Add `--no-blinking-cursor' to longopts.
31496         Set `no-blinking-cursor' to t for command line arguments
31497         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31498         with `no-blinking-cursor' in the condition for calling
31499         `blink-cursor-mode'.
31501 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31503         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31504         (menu-bar-options-save): Add blink-cursor-mode.
31505         (menu-bar-options-menu): Add blink-cursor-mode.
31507 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31509         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31510         (icalendar-export-file, icalendar-export-region)
31511         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31512         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31514 2005-03-04  Lute Kamstra  <lute@gnu.org>
31516         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31517         (debug-function-list): Ditto.
31519 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31521         * textmodes/texinfmt.el (texinfo-append-refill):
31522         Redefine the types of line to which @refill
31523         is not appended by replacing a search for `@refill\\|@bye' with
31524         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31525         itemize@refill' bug and the unfilled long lines bug.
31526         (texinfmt-version): Update number and date.
31528 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31530         * international/code-pages.el (windows-1250, windows-125[2-8])
31531         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31533 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31535         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31536         bound yet.
31538 2005-03-02  Romain Francoise  <romain@orebokech.com>
31540         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31541         buffer after removing limits.
31542         (ibuffer-pop-filter): Ditto.
31543         Update copyright.
31545 2005-03-02  Miles Bader  <miles@gnu.org>
31547         * button.el (make-text-button): If the user doesn't specify a
31548         type, use the default.  Rewrite to use `add-text-properties' and
31549         plist functions.
31551 2005-03-01  Lute Kamstra  <lute@gnu.org>
31553         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31554         (debugger-jumping-flag): New var.
31555         (debug-entry-code): Use it.
31556         (debugger-jump): Use debugger-jumping-flag and add
31557         debugger-reenable to post-command-hook.
31558         (debugger-reenable): Use debugger-jumping-flag and remove itself
31559         from post-command-hook.
31560         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31561         debugger-reenable.
31563 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31565         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31566         inclusion of "itemize\\|", which may be unnecessary, is certainly
31567         inelegant, and stops refilling in itemize lists when formatting
31568         Japanese Texinfo files to Info.
31569         Update copyright to 2005.
31571 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31573         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31574         of an error if GDB can't find the source file.
31576 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31578         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31579         not just the calendar.
31581         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31582         first.
31583         (diary-redraw-calendar): New function.
31584         (make-diary-entry): Add diary-redraw-calendar to local
31585         write-contents-functions.  Turn off selective display before
31586         inserting in diary.
31588 2005-03-01  Kim F. Storm  <storm@cua.dk>
31590         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31592 2005-03-01  Lute Kamstra  <lute@gnu.org>
31594         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31595         that debug-entry-code can be safely removed from a function while
31596         this code is being evaluated.  Revert the 2005-02-27 change as the
31597         new implementation no longer requires it.  Make sure that a
31598         function body containing just a string is not mistaken for a docstring.
31599         (debug): Skip one more frame in case of debug on entry.
31600         (debugger-setup-buffer): Delete one more frame line in case of
31601         debug on entry.
31602         (debugger-frame-number): Update to use the new text introduced by
31603         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31605 2005-02-28  Kim F. Storm  <storm@cua.dk>
31607         * double.el (double-translate-key): Call force-window-update after
31608         read-event to avoid crash in redisplay.
31610 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31612         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31613         (debug): Use it.  Move the inhibit-trace earlier.
31614         (debug-entry-code): New const.
31615         (debug-on-entry-1): Use it.
31617 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31619         * international/utf-16.el (ccl-encode-mule-utf-16le):
31620         Fix BUFFER_MAGNIFICATION to 2.
31621         (ccl-encode-mule-utf-16be): Likewise.
31623 2005-02-28  Kenichi Handa  <handa@m17n.org>
31625         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31626         Fix BUFFER_MAGNIFICATION to 4.
31627         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31629 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31631         * speedbar.el (speedbar-update-flag): Doc fix.
31632         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31633         argument.
31635 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31637         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31638         have a non-nil `invisible' property but are actually visible.
31640         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31641         for perldoc sections.
31642         (perl-outline-regexp, perl-outline-level): New var and function.
31643         (perl-mode): Use them.
31645 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31647         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31648         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31650 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31652         * cus-edit.el: Comment change.
31653         (custom-buffer-create-internal): Slightly reword text at top of
31654         Custom buffers.  Mention there that saving an option edits the
31655         init file.  Add link to Emacs manual node on `custom-file'.
31656         (custom-magic-alist): Rewrite individual State messages to use
31657         capitalized keywords.  Doc fix.
31659 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31661         * calendar/calendar.el (calendar-buffer): Move above
31662         calendar-week-start-day.
31663         (calendar-week-start-day): Doc fix.  Add :set function.
31664         (calendar-minimum-window-height): New variable.
31665         (generate-calendar-window): Only resize window if selected-window
31666         is displaying the calendar buffer.  Use new variable
31667         calendar-minimum-window-height.
31668         (generate-calendar): Reword error message.
31669         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31671 2005-02-27  Andreas Schwab  <schwab@suse.de>
31673         * vc.el (vc-do-command): Don't run command asynchronously when
31674         operating in a remote directory.
31676         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31677         change from sync with Tramp 2.0.47.
31679 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31681         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31683         * textmodes/flyspell.el (flyspell-mode-on):
31684         Call ispell-change-dictionary only if necessary.
31686         * emacs-lisp/re-builder.el (regexp-builder): New function.
31688         * register.el (describe-register-1): Explicitly handle
31689         yank-excluded-properties = t.
31691         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31692         (custom-magic-alist): Change the status descriptions again.
31693         (face widget-type): Total rewrite based on `restricted-sexp'
31694         to eliminate the confusing double hiding levels.
31696         * emacs-lisp/debug.el (debug-on-entry-1):
31697         If function body is empty, add nil as body form.
31699 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31701         * emacs-lisp/trace.el (inhibit-trace): New var.
31702         (trace-make-advice): Use it.
31704         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31706 2005-02-26  Kim F. Storm  <storm@cua.dk>
31708         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31709         (mouse-on-link-p, mouse-drag-region-1): Use it.
31711 2005-02-25  Lute Kamstra  <lute@gnu.org>
31713         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31715 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31717         * frame.el (blink-cursor-mode): Add :group keyword.
31719 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31721         * calendar/icalendar.el (icalendar--decode-isodatetime):
31722         New optional argument DAY-SHIFT.
31723         (icalendar-export-region): Fix coding-system-for-write.
31724         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31725         events by one.
31727 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31729         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31731 2005-02-24  Kim F. Storm  <storm@cua.dk>
31733         * international/iso-acc.el (iso-accents-compose): Fix crash
31734         during redisplay.  Call force-window-update after read-event
31735         and delete-region to signal that window is not accurate.
31737 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31739         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31740         Remove unused and inexistent var `inhibit-trace'.
31741         (debugger-mode): Use run-mode-hooks.
31742         (debugger-list-functions): Add buttons; setup xref stack.
31744 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31746         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31747         appointment says it was explicitly made.
31748         (appt-add): Set the 3rd element.
31749         (appt-make-list): Preserve explicit appointments.
31751         * subr.el (find-tag-default): Catch errors in forward-sexp.
31753 2005-02-23  Juri Linkov  <juri@jurta.org>
31755         * info.el (Info-isearch-search): New defcustom.
31756         (Info-isearch-search): Call the default isearch function
31757         when Info-isearch-search is nil.
31758         (Info-isearch-wrap): Use variable Info-isearch-search.
31760 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31762         * cus-edit.el: Comment change.
31764 2005-02-22  Kim F. Storm  <storm@cua.dk>
31766         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31767         Use completing-read.  Suggested by Juan León Lahoz García.
31769 2005-02-22  Simon Josefsson  <jas@extundo.com>
31771         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31772         New variable.
31773         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31774         Oskarsson" <myrkraverk@users.sourceforget.net>.
31776 2005-02-22  Kim F. Storm  <storm@cua.dk>
31778         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31779         check that window of that event is the selected window.
31780         (mouse-drag-region-1): Compare mouse event window to selected
31781         window before setting point.
31783         * tooltip.el (tooltip-show-help-function): Pass event to
31784         mouse-on-link-p so it can check selected window.
31786 2005-02-22  Kenichi Handa  <handa@m17n.org>
31788         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31789         (ps-mule-show-warning): New function.
31790         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31791         characters are found.
31793         * ps-print.el (ps-header-footer-string): Return a list of header
31794         and footer strings.
31796 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31798         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31800 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31802         * frame.el (blink-cursor-mode): Use define-minor-mode.
31804         * term/mac-win.el (function-key-map): Use char-names more consistently.
31805         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31806         already handled in mule-cmds.el (where it also works when mac-win.el
31807         is not used).
31809 2005-02-21  Kenichi Handa  <handa@m17n.org>
31811         * international/mule.el (ctext-pre-write-conversion): Always use
31812         " *code-converting-work*" buffer for work.
31814         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31816 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31818         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31820 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31822         * ses.el (undo-more): Restore defadvice, but only the part that
31823         allows changes outside the restricted area of the buffer.
31825 2005-02-20  Kim F. Storm  <storm@cua.dk>
31827         * simple.el (line-move): Add fourth optional arg try-vscroll which
31828         must be set to perform auto-window-vscroll.
31829         When moving backwards and doing auto-window-vscroll, automatically
31830         vscroll to the last part of lines which are taller than the window.
31831         (next-line, previous-line): Set try-vscroll arg on line-move.
31833 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31835         * replace.el (query-replace, query-replace-regexp)
31836         (replace-string, replace-regexp): When operating on region, make
31837         the minibuffer prompt say so.
31839         * isearch.el (isearch-forward): Document isearch-query-replace and
31840         isearch-query-replace-regexp keybindings.
31842 2005-02-19  Jay Belanger  <belanger@truman.edu>
31844         * calc/calc-aent.el (math-read-token): Add local variable.
31846         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31847         (calc-edit-top): Move declaration to earlier in file.
31848         (calc-edit-macro-repeats): Add local variables.
31850         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31851         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31852         calcFunc-tanh.
31853         Adjust integration rule for calcFunc-tan.
31855 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31857         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
31858         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31859         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31860         (viper-skip-separators): Bug fix.
31861         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31862         particular major mode.
31863         (viper-del-backward-char-in-replace): Don't put deleted char on the
31864         kill ring.
31866         * emulation/viper-ex.el (viper-color-display-p): New function.
31867         (viper-has-face-support-p): Use viper-color-display-p.
31869         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
31871         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31873         * emulation/viper-util.el (viper-glob-unix-files):
31874         Fix shell status check.
31875         (viper-file-remote-p): Make equivalent to file-remote-p.
31877         * emulation/viper.el (viper-major-mode-modifier-list):
31878         Use viper-gnus-modifier-map.
31880 2005-02-19  David Kastrup  <dak@gnu.org>
31882         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31883         quoting.
31885 2005-02-19  Jay Belanger  <belanger@truman.edu>
31887         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31888         Remove extra definitions.
31889         (calc-coth): New function.
31890         (calcFunc-cot): Fix `let'.
31892 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31894         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31895         the reasons we use "type pc" in these faces.
31897         * button.el (button): Ditto.
31899 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31901         * replace.el (query-replace-read-from): Set the value of
31902         query-replace-from-history-variable to handle the case of an empty
31903         string entered to accept the suggested default.
31905         * net/tramp.el (tramp-file-name-for-operation):
31906         Use dired-call-process instead of dired-call-process-command.
31908 2005-02-19  Jay Belanger  <belanger@truman.edu>
31910         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31911         (math-div-non-trig): New variables.
31912         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31913         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31914         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31915         trig expressions.
31917 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31919         * progmodes/gdb-ui.el (gdb-var-update-handler)
31920         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31921         for watch expressions,
31922         (gdb-var-create-handler): Don't set speedbar-update-flag.
31923         (gdb-post-prompt): Simplify test for speedbar.
31925 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31927         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31928         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31929         we use the syntax table of the correct buffer.
31930         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31931         Felix Gatzemeier.
31933         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31934         (ediff-file-remote-p): Make synonymous with file-remote-p.
31935         In all deffaces ediff-*-face-*, use min-colors.
31937         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31938         ediff-recurse-to-subdirectories.
31939         (ediff-mark-if-equal): Check that the arguments are strings, use
31940         ediff-same-contents (after to Felix Gatzemeier).
31942         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31943         nil.
31945 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31947         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31949 2005-02-18  David Kastrup  <dak@gnu.org>
31951         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31952         use `mark-active' when defined.
31954 2005-02-18  Kenichi Handa  <handa@m17n.org>
31956         * ps-print.el (ps-font-info-database): New entry
31957         ZapfChancery-MediumItalic with correct font name.  Fix font name
31958         of the entry Zapf-Chancery-MediumItalic.
31960 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31962         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31964 2005-02-16  Kim F. Storm  <storm@cua.dk>
31966         * ido.el (ido-fallback-command): Pass user input to fallback command.
31968 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31970         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31971         (gdb-find-file-hook): Add server prefix.
31973 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31975         * replace.el (perform-replace): Pass new args to replace-highlight.
31976         (replace-highlight): Take region args,
31977         and pass them to isearch-lazy-highlight-new-loop.
31979         * novice.el (disabled-command-hook): Autoload the defalias
31980         and the make-obsolete-variable call.
31982         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31984         * isearch.el (isearch-lazy-highlight-start-limit)
31985         (isearch-lazy-highlight-end-limit): New variables limit
31986         the region for highlighting.
31987         (isearch-lazy-highlight-new-loop): New args BEG and END.
31988         (isearch-lazy-highlight-search): Use the new vars.
31989         (isearch-lazy-highlight-update): Likewise.
31991         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31993         * cus-start.el (all): Use default-boundp.
31995 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31997         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31999 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
32001         * autorevert.el (auto-revert-stop-on-user-input)
32002         (auto-revert-verbose): Doc fixes.
32004 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
32006         * international/mule-cmds.el (set-locale-environment): Remove call
32007         to set-selection-coding-system on Windows.
32009 2005-02-15  Jay Belanger  <belanger@truman.edu>
32011         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32012         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32013         calcFunc-coth.
32014         (math-simplify-sqrt): Add simplifications.
32016         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32017         to list.
32019         * calc/calc-ext.el: Add functions to autoloads.
32021         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32022         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32023         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32024         (math-csc-raw, math-cot-raw): New functions.
32026         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32028         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32029         the variable name in a message.
32031         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32032         calcFunc-csc, calcFunc-cot.
32034         * calc/calcalg2.el: Add derivative and integration rules for
32035         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32036         calcFunc-csch, calcFunc-coth.
32037         (math-do-integral-methods): Add to checks for when to use
32038         substitutions.
32040         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32042 2005-02-15  Lute Kamstra  <lute@gnu.org>
32044         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32045         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32046         <monnier@iro.umontreal.ca>.
32047         (lisp-outline-level): Improve efficiency.  Suggested by David
32048         Kastrup <dak@gnu.org>.
32050 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32052         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32053         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32054         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32055         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32056         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32058 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32060         * cus-start.el (all): Comment change.
32062 2005-02-14  Lute Kamstra  <lute@gnu.org>
32064         * cus-start.el (all): Check if symbol is void.
32066 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32068         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32069         optional argument to \cite.
32071 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32073         * cus-edit.el (custom-buffer-create-internal): Update help message.
32074         (custom-magic-alist): Update help messages.
32076         * cus-start.el (all): Allow a var to specify a standard value.
32078 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32080         * custom.el (custom-theme-set-variables): Handle variable aliases.
32082         * frame.el (blink-cursor-timer): Doc fix.
32083         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32084         declare obsolete.
32085         (blink-cursor-mode): Define with defcustom and use correct
32086         standard expression in that defcustom.
32087         * startup.el (command-line): Adapt to above changes in frame.el.
32089 2005-02-11  Lute Kamstra  <lute@gnu.org>
32091         * apropos.el (apropos-score-doc): Prevent division by zero.
32093 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32095         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32096         (icalendar--get-event-property-attributes)
32097         (icalendar--get-event-properties)
32098         (icalendar--datetime-to-diary-date): New functions.
32099         (icalendar--split-value): Doc fix.
32100         (icalendar--datetime-to-noneuropean-date)
32101         (icalendar--datetime-to-european-date): New optional argument
32102         SEPARATOR.  Return result as a string instead of a list.
32103         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32104         (icalendar--convert-string-for-export): Rename arg S to STRING.
32105         (icalendar-export-region): Doc fix.  Change name of error buffer.
32106         Save output buffer.
32107         (icalendar-import-file): Add blank at end of prompt.
32108         (icalendar-import-buffer): Doc fix.  Do not switch to error
32109         buffer.  Indicate status in return value.
32110         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32111         buffer.  Save output buffer.  Handle exception from recurrence
32112         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32113         events.  Fix problems with weekly all-day events.
32115 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32117         * simple.el (eval-expression-print-format):
32118         Avoid warning about edebug-active.
32120         * help.el (help-for-help-internal): Rename from help-for-help.
32121         (help-for-help): Define with defalias.
32123         * font-core.el (font-lock-default-function): Use with-no-warnings.
32125         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32127         * custom.el (defface): Doc fix.
32129 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32131         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32132         width 0" to prevent word wrapping problems.
32134 2005-02-09  Kim F. Storm  <storm@cua.dk>
32136         * ido.el (ido-file-extensions-order): New defcustom.
32137         (ido-file-extension-lessp, ido-file-extension-aux)
32138         (ido-file-extension-order): New advanced file ordering.
32139         (ido-file-lessp): New simple file ordering.
32140         (ido-sort-list): Remove.
32141         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32142         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32144 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32146         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32147         that some versions of grep produce.
32148         (grep-mode-font-lock-keywords): Likewise.
32150 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32152         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32153         (gdb-cdir): Delete.
32154         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32155         (gdb-source-info): Treat case when source file is in another
32156         directory properly.
32157         (gdb-get-location): New function.
32159 2005-02-07  Jay Belanger  <belanger@truman.edu>
32161         * calc/calc-prog.el (calc-write-parse-table-part)
32162         (calc-fix-token-name): Fix a check for language type.
32164         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32166 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32168         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32169         as directory not writable.
32171 2005-02-07  Kim F. Storm  <storm@cua.dk>
32173         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32174         (cua--standard-movement-commands): Remove list.
32175         Instead, set CUA property value to move for movement commands.
32176         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32177         (cua--pre-command-handler): Check CUA property.
32178         (cua--init-keymaps): Don't remap undo commands.
32179         (cua-mode): Don't call cua--rectangle-on-off.
32181         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32182         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32183         (cua--rect-undo-set-point): New var.
32184         (cua--rectangle-undo-boundary): Setup undo apply entry.
32185         (cua--rect-undo-handler): New function for rectangle undo.
32186         (cua--rect-start-position, cua--rect-end-position): Add.
32187         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32188         for restored rectangle.  Set point if cua--rect-undo-set-point.
32190 2005-02-06  Jay Belanger  <belanger@truman.edu>
32192         * calc/calc-lang.el (calc-tex-language): Display more information
32193         in messages.
32195         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32196         in TeX mode.
32198 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32200         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32202 2005-02-05  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
32204         * net/ldap.el (ldap-search-internal): Support attributes with
32205         optional descriptions separated by a semi-colon, as in
32206         "userCertificate;binary".
32208 2005-02-05  Jan Djärv  <jan.h.d@swipnet.se>
32210         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32211         isn't a cons (i.e. the version is 0).
32213 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32215         * help.el (help-for-help): Doc fix.
32217 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32219         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32220         GDB-Windows on the menu-bar as this works better.
32222 2005-02-04  Jay Belanger  <belanger@truman.edu>
32224         * calc/calc-embed.el (calc-embedded-update): Don't put in
32225         unnecessary newlines.  Adjust the end of formula marker.
32227         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32228         (math-latex-parse-two-args): New function.
32230 2005-02-03  Lute Kamstra  <lute@gnu.org>
32232         * help-fns.el (help-with-tutorial): Make sure that users cannot
32233         remove the entire text of the tutorial by means of `undo'.
32235 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32237         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32238         in recent changes, where the ispell process was repeatedly
32239         killed & restarted.
32241         * international/mule-cmds.el (set-locale-environment): Set file-name
32242         coding system to utf-8 on Darwin systems.
32243         (set-default-coding-systems): Don't set default-file-name-coding-system
32244         on Darwin systems.
32246 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32248         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32250 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32252         * faces.el (list-faces-display): Add optional argument.
32254 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32256         * font-core.el (font-lock-default-function): Handle the rare case where
32257         only font-lock-keywords is set.
32259 2005-02-02  Kenichi Handa  <handa@m17n.org>
32261         * international/characters.el: Cancel previous change for
32262         I-WITH-DOT-ABOVE and DOTLESS-i.
32264         * international/latin-5.el: Cancel previous change.
32266 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32268         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32270 2005-02-02  Kenichi Handa  <handa@m17n.org>
32272         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32273         DOTLESS-i.
32275         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32276         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32278         * case-table.el (get-upcase-table): New function.
32279         (copy-case-table): Copy upcaes table too if non-nil.
32280         (set-case-syntax-delims): Maintain upcase table too.
32281         (set-case-syntax-pair): Likewise.
32282         (set-upcase-syntax, set-downcase-syntax): New functions.
32283         (set-case-syntax): Maintain upcase table too.
32285 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32287         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32289         * progmodes/gud.el (gud-goto-info): New function.
32290         (gud-tool-bar-map): Use correct icon.
32292 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32294         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32295         When delegating, order args in the funcall correctly.
32297 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32299         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32301 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32303         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32304         buffer not visiting a file.
32306 2005-01-31  Jay Belanger  <belanger@truman.edu>
32308         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32309         bound on the line with the formula.
32311 2005-01-31  Kim F. Storm  <storm@cua.dk>
32313         * ses.el (ses-create-cell-variable-range)
32314         (ses-destroy-cell-variable-range, ses-reset-header-string)
32315         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32316         (ses-insert-row): Fix format of apply undo entries.
32318 2005-01-31  Jay Belanger  <belanger@truman.edu>
32320         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32321         parts.
32323         * calc/calc-embed.el (calc-embedded-open-formula)
32324         (calc-embedded-close-formula): Ignore matrix environments.
32326         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32327         TeX mode.
32329         * calc/calc-lang.el (math-function-table, math-oper-table)
32330         (math-variable-table): Adjust the LaTeX portions.
32332         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32333         (math-latex-ignore-words): New constant.
32335 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32337         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32338         (ispell-local-dictionary): Doc fix.
32339         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32340         Don't reinitialize at run time.  Don't defcustom.
32341         All uses changed to append ispell-local-dictionary-alist,
32342         or check it first.
32343         (ispell-current-dictionary): New variable for dictionary in use.
32344         (ispell-dictionary): Now used only for global default.
32345         (ispell-start-process): Set ispell-current-dictionary,
32346         not ispell-dictionary.
32347         (ispell-change-dictionary): Use this only for setting
32348         user preferences.
32349         (ispell-internal-change-dictionary): New function
32350         to change the current dictionary in use.
32351         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32352         Use ispell-current-dictionary.
32353         Handle ispell-local-dictionary-overridden.
32354         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32356 2005-01-31  Jay Belanger  <belanger@truman.edu>
32358         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32360         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32361         (calc-mode-map): Add calc-latex-language.
32363         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32364         (math-latex-print-frac): New functions.
32365         (math-oper-table, math-function-table, math-variable-table)
32366         (math-complex-format, math-input-filter): Add latex properties.
32367         (calc-set-language): Set math-expr-special-function-mapping.
32369         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32370         (calc-write-parse-table-part): Add LaTeX support.
32372         * calc/calc.el (calc-language): Adjust docstring.
32373         (calc-set-mode-line): Add LaTeX support.
32374         (math-expr-special-function-mapping): New variable.
32375         (math-tex-ignore-words): Add to list.
32377         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32378         Add LaTeX support.
32379         (math-compose-expr): Add support for special functions.
32381         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32383 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32385         * progmodes/gdb-ui.el (gdb-memory-address)
32386         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32387         (gdb-memory-mode-map, gdb-memory-format-keymap)
32388         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32389         (gdb-memory-unit-menu): New variables for a buffer
32390         that lets the user examine program memory.
32391         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32392         (gdb-memory-format-binary, gdb-memory-format-octal)
32393         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32394         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32395         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32396         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32397         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32398         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32399         (gdb-memory-mode, gdb-memory-buffer-name)
32400         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32401         New functions for above buffer.
32403 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32405         * cus-edit.el (custom-bury-buffer): Function deleted.
32406         (custom-buffer-done-function): Option deleted.
32407         (custom-buffer-done-kill): New replacement option.
32408         (Custom-buffer-done): Call quit-window.
32409         (custom-buffer-create-internal): Update for above changes.
32411 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32413         * simple.el (undo-ask-before-discard): New var.
32414         (undo-outer-limit-truncate): Implement it.
32415         (undo-extra-outer-limit): Doc update.
32417 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32419         * ses.el (undo-more): Delete defadvice.
32420         (ses-begin-change): Doc fix.
32422         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32423         instead of rebinding C-x u and C-_.
32425         * files.el (normal-backup-enable-predicate): Return nil for files
32426         in /tmp, regardless of temporary-file-directory.
32428         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32430         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32431         (open-rectangle, delete-whitespace-rectangle-line)
32432         (clear-rectangle-line): If FILL, pass t instead of FILL
32433         for move-to-column's 2nd arg.
32435         * simple.el (undo): Fix the test for continuing a series of undos.
32436         (undo-more): Set pending-undo-list to t when we reach end.
32437         (pending-undo-list): Move up defvar.
32439         * wid-edit.el (widget-button-click):
32440         Shorten the range of the track-mouse binding.
32442         * comint.el (comint-insert-input): Undo previous changes;
32443         use last-input-event in interactive spec.
32445 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32447         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32448         to nil before invoking call-process.  Reset buffer's modified flag
32449         after fontifying it in the no-async branch.
32451         * wid-edit.el (widget-specify-button): If mouse pointer shape
32452         cannot be changed, use mouse face instead.
32454 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32456         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32457         (gdb-goto-breakpoint): Make breakpoint handling work on template
32458         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32459         (gdb-assembler-custom): Update to recognize breakpoint information
32460         added on 2005-01-19.
32462 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32464         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32465         (dsssl-mode): Use define-derived-mode.
32466         (scheme-mode-initialize): Remove.
32467         (scheme-mode): Use run-mode-hooks.
32469         * cus-edit.el (customize-group-other-window)
32470         (custom-buffer-create-other-window): Don't override special-display-*.
32471         (custom-mode-map): Make it dense.
32473         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32474         sets the default value.
32476 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32478         * descr-text.el: Add more keywords.
32480 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32482         * speedbar.el: Avoid unnecessary use of locate-library.
32484         * international/mule-cmds.el (standard-display-european-internal):
32485         Don't fiddle with latin-1 non-break space any more since it's now
32486         special cased in the C code.
32487         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32489 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32491         * cus-start.el (all): Add `undo-outer-limit'.
32493 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32495         * textmodes/bibtex.el (bibtex-format-entry):
32496         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32497         field lines.
32498         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32499         not on part of a buffer.
32501 2005-01-25  Lute Kamstra  <lute@gnu.org>
32503         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32504         nonempty field text strings like "{letters\\macro{}more letters}".
32505         Clarify docstring.
32506         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32507         (bibtex-entry-offset, bibtex-parse-association)
32508         (bibtex-parse-field-name): Fix typos in docstrings.
32509         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32511 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
32512             Juri Linkov  <juri@jurta.org>
32514         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32515         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32516         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32517         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32519         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32520         isearch minor mode.
32522 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32524         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32526 2005-01-24  Lute Kamstra  <lute@gnu.org>
32528         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32529         CASECHARS and NOT-CASECHARS regular expressions of the
32530         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32531         striding over charsets" error.
32533 2005-01-24  Jay Belanger  <belanger@truman.edu>
32535         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32536         display variable name.
32538 2005-01-24  Kenichi Handa  <handa@m17n.org>
32540         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32541         Fix setting of the element of encoded-kbd-iso2022-invocations.
32543 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32545         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32546         (gdb-threads-select): Change to also accept mouse events.
32547         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32548         (gdb-threads-mouse-select): Delete.
32550 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32552         * files.el (insert-directory): Take care of empty directory,
32553         listed without -a switch.
32555 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32557         * textmodes/refill.el (refill-post-command-function):
32558         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32559         to the list of functions that we should be careful not to undo.
32560         (refill-late-fill-paragraph-function): Remove.
32561         (refill-saved-state): New var.
32562         (refill-mode): Use it to save fill-paragraph-function.
32563         Save also the value of auto-fill-function.
32565         * term/w32-win.el: Simplify code.
32567 2005-01-23  Kim F. Storm  <storm@cua.dk>
32569         * simple.el (line-move): Adapt to new return value from
32570         pos-visible-in-window-p.
32572         * simple.el (line-move): Fix last change.  Check partial
32573         visibility at point rather than at window-start.
32575 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32577         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32579 2005-01-22  David Kastrup  <dak@gnu.org>
32581         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32583 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32585         * type-break.el (type-break-mode): Add a test for
32586         type-break-file-name being non-nil.
32588 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32590         * net/eudc.el (top level): Call (message "") via progn, so that
32591         eudc-options-file is loaded.
32593 2005-01-22  Kim F. Storm  <storm@cua.dk>
32595         * simple.el (line-move-1): Rename from line-move.
32596         (line-move): New function that adjusts vscroll for partially
32597         visible rows, and calls line-move-1 otherwise.
32599 2005-01-21  René Kyllingstad  <listmailxemacs@kyllingstad.com>
32601         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32602         since it's not a complete read-event implementation.
32604 2005-01-20  Jay Belanger  <belanger@truman.edu>
32606         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32607         for called function.
32609 2005-01-20  Steven Tamm  <steventamm@mac.com>
32611         * term/mac-win.el (process-connection-type): Remove.
32612         Controlled now by s/darwin.h:PTY_ITERATION.
32614 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32616         * window.el (handle-select-window): Don't switch window when we're
32617         in the minibuffer.
32619 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32621         * subr.el (dotimes-with-progress-reporter): New macro.
32623         * ses.el (ses-dotimes-msg): Remove macro.
32624         Use `dotimes-with-progress-reporter' instead.
32626 2005-01-19  Steven Tamm  <steventamm@mac.com>
32628         * term/mac-win.el (process-connection-type): Use new
32629         operating-system-release variable to use ptys on Darwin 7 (OS X
32630         10.3) when using carbon build.
32632 2005-01-19  Jay Belanger  <belanger@truman.edu>
32634         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32635         flags if the last command was a tab or M-tab.
32637         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32638         in formula editing buffer.
32640 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32642         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32643         breakpoint image symbol in margin.
32645 2005-01-19  Jay Belanger  <belanger@truman.edu>
32647         * calc/calc-prog.el (calc-execute-kbd-macro):
32648         Ignore calc-keep-arg-flag.
32650 2005-01-19  Kenichi Handa  <handa@m17n.org>
32652         * textmodes/ispell.el (ispell-looking-at): New function.
32653         (ispell-process-line): Use ispell-looking-at to compare the ispell
32654         output and the buffer contents.
32656 2005-01-18  Jay Belanger  <belanger@truman.edu>
32658         * calc/calc.el (calc-display-raw): Fix docstring.
32660 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32662         * simple.el (blink-matching-open): Strip extra info from syntax.
32664         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32665         funny chars in the end-of-here-doc marker.
32667 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32669         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32670         that enable/disabled state of breakpoints is shown correctly in
32671         fringe and on ttys.
32672         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32673         Add breakpoint information as text properties.
32674         (gdb-mouse-toggle-breakpoint):
32675         Rename to gdb-mouse-set-clear-breakpoint.
32676         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32677         breakpoints in the margin.
32678         (gdb-remove-strings): Simplify.
32680 2005-01-17  Jay Belanger  <belanger@truman.edu>
32682         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32683         erasing buffer.
32685 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32687         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32688         for calling grep-compute-defaults.
32690         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32691         if buffer is empty.
32693         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32695 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32697         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32699         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32700         non-preloaded variables.
32702 2005-01-17  Steven Tamm  <steventamm@mac.com>
32704         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32705         tex-shell cause to force interactivity when using pipes.
32707 2005-01-17  Kim F. Storm  <storm@cua.dk>
32709         * simple.el (just-one-space): Make arg optional.
32711 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32713         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32714         posn-at-x-y to t to access left-margin.
32716 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32718         Sync with Tramp 2.0.47.
32720         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
32721         catching keep-date problems in cp/scp operations.
32722         (tramp-handle-copy-file): Don't call `set-file-modes'
32723         unconditionally.  Specialized functions should know better what is
32724         necessary.  This improves performance a little bit, and the
32725         functions could catch errors with `cp -p' and `scp -p'.
32726         (tramp-do-copy-or-rename-file-via-buffer)
32727         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32728         when appropriate.
32729         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32730         Call `set-file-modes' when appropriate.
32731         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32732         Johnsson <isak@hypergene.com>.
32733         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32734         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32735         <joakim@verona.se>.
32736         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32737         Emacs only.
32739         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32740         `find-file-hooks' and `dired-mode-hook'.
32741         (tramp-minor-mode-map): Respective map.  Add remapping for
32742         `compile' and `recompile'.
32743         (tramp-remap-command, tramp-recompile): New defuns.
32744         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32745         in buffer "*Compilation*".  Call the commands asynchronously.
32747         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32748         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32749         `shell-command', because it isn't magic in XEmacs.  Reported by
32750         Adrian Aichner <adrian@xemacs.org>.
32752         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32753         `substitute-in-file-name'.
32754         (tramp-smb-handle-substitute-in-file-name): New defun.
32755         (tramp-smb-advice-PC-do-completion): Delete advice.
32757 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32759         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32760         Fix error in deleting region.
32762 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32764         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32765         In non-temp buffer, switch syntax table temporarily.
32767         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32769         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32771         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32773         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32774         (imenu--generic-function): Use START, not BEG, as pos of definition.
32776         * simple.el (just-one-space): Argument specifies number of spaces.
32778         * simple.el (eval-expression-print-format): Avoid warning
32779         about edebug-active.
32781 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32783         * progmodes/sh-script.el: Code copied from make-mode.el
32784         with small changes,
32785         (sh-mode-map): Bind C-c C-\.
32786         (sh-backslash-column, sh-backslash-align): New variables.
32787         (sh-backslash-region, sh-append-backslash): New functions.
32789 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32791         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32792         (rmail-pop-password, rmail-pop-password-required): Move to
32793         rmail-obsolete group.
32794         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32795         All callers updated.
32796         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32797         Take an argument specifying whether it is POP or IMAP mailbox we
32798         are using.  All callers updated.
32799         (rmail-pop-password-error): Rename to
32800         rmail-remote-password-error.  Added mailutils-specific error message.
32801         (rmail-movemail-search-path)
32802         (rmail-movemail-variant-in-use): New variables.
32803         (rmail-remote-password, rmail-remote-password-required):
32804         New customization variables.
32805         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32806         (rmail-parse-url): New function.
32807         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32808         with GNU mailutils movemail.
32810 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32812         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32813         suffix to space, $ or '$, to correctly position point when going
32814         to @table style constants like DBL_MAX.
32816 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32818         * type-break.el (type-break-mode, type-break-file-time)
32819         (type-break-file-keystroke-count, type-break-choose-file):
32820         Don't store data in or load data from the file if type-break-file-name
32821         is nil.
32822         (type-break-file-name): Doc update as per the above.
32824 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32826         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32827         lookup-key might return nil; handle that.
32829 2005-01-15  Alan Mackenzie  <acm@muc.de>
32831         * progmodes/ebrowse.el (ebrowse-class-in-tree):
32832         Return the tail of the tree rather than the element found,
32833         thus enabling the tree to be setcar'd.
32835 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32837         * textmodes/org.el (org-show-following-heading): New option.
32838         (org-show-hierarchy-above): Use `org-show-following-heading'.
32839         (org-cycle): Documentation fix.
32841         * textmodes/org.el (orgtbl-optimized): New option.
32842         (orgtbl-mode): New command, a minor mode.
32843         (orgtbl-mode-map): New variable.
32844         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32845         (orgtbl-error, orgtbl-self-insert-command)
32846         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32848         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32849         a local variable in each org-mode buffer.
32851         * textmodes/org.el (org-set-regexps-and-options): Rename from
32852         `org-set-regexps'.  Added checking for STARTUP keyword.
32853         (org-get-current-options): Add STARTUP options.
32854         (org-table-insert-row): Make mode intelligent about when
32855         realignment is needed.
32856         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32857         New commands.
32858         (org-enable-table-editor): New default value `optimized'.
32859         (org-table-blank-field): Support blanking regions if active.
32861 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32863         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32864         if the year is not given.
32866         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32867         Add new escapes %m and %M, fixed bug with %F by adding
32868         save-match-data.
32869         (reftex-reference): Remove ?. from list of spaces.
32870         (reftex-label-info): Add automatic label prefix recognition.
32872         * textmodes/reftex-index.el (reftex-index-next-phrase):
32873         Add slave parameter to call of `reftex-index-this-phrase'.
32874         (reftex-index-this-phrase): New optional argument.
32875         (reftex-index-region-phrases): Add slave parameter to call of
32876         `reftex-index-this-phrase'.
32877         (reftex-display-index): New argument redo.
32878         (reftex-index-rescan): Add `redo' to arguments of
32879         `reftex-display-index'.
32880         (reftex-index-Rescan, reftex-index-revert)
32881         (reftex-index-switch-index-tag): Add `redo' to arguments of
32882         `reftex-display-index'.
32883         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32884         indexing.  Fix bug with matching is there is a quote before or
32885         after the word.
32887         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32888         Fix bug when collecting citation keys in lines with comments.
32889         (reftex-citation): Prefix argument no longer rescans the document,
32890         but forces prompting for optional arguments of cite macros.
32891         (reftex-do-citation): Prompting for optional arguments implemented.
32893         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32894         Add optional arguments to most cite commands.
32895         (reftex-cite-cleanup-optional-args): New option
32896         (reftex-cite-prompt-optional-args): New option.
32897         (reftex-trust-label-prefix): New option.
32899         * textmodes/reftex-toc.el (reftex-toc-find-section):
32900         Add push-mark before changing the position in the buffer.
32902         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32903         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32905 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32907         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32908         more carefully.
32910 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32912         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32913         (sgml-mode): Use it.
32914         (sgml-get-context): Better keep track of implicitly closed tags.
32916 2005-01-13  Kenichi Handa  <handa@m17n.org>
32918         * textmodes/ispell.el: These changes are to fix misalignment error
32919         caused by equivalent characters of different Emacs charsets.
32920         (ispell-unified-chars-table): New variable.
32921         (ispell-get-decoded-string): New function.
32922         (ispell-get-casechars, ispell-get-not-casechars)
32923         (ispell-get-otherchars): Call ispell-get-decoded-string.
32925 2005-01-12  Johan Bockgård  <bojohan@users.sourceforge.net>
32927         * custom.el (custom-declare-variable): Just put symbol instead
32928         of (defvar . symbol) in `current-load-list'.
32930 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32932         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32934 2005-01-12  Jay Belanger  <belanger@truman.edu>
32936         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32937         to create a Calc summary.
32939 2005-01-12  Kim F. Storm  <storm@cua.dk>
32941         * mouse.el (mouse-on-link-p): Change functionality and doc
32942         string to comply with latest description in lisp ref.
32944 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32946         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32947         Enable mouse clicks on mode-line, header-line and margin.
32948         (event-type): Give mouse event symbols an `event-kind' property
32949         with value `mouse-click'.
32951 2005-01-12  Juri Linkov  <juri@jurta.org>
32953         * facemenu.el (list-colors-display): Add new arg buffer-name.
32954         Use it.  Fix docstring.  Replace code for identifying duplicate
32955         colors by the name with call to `list-colors-duplicates' which
32956         identifies duplicate colors by the value unless the color
32957         is one of special Windows colors.  Set truncate-lines to t.
32958         Print sorted duplicate color names on each line.  Indent to 22
32959         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32960         (list-colors-duplicates): New function.
32961         (facemenu-color-name-equal): Delete function.
32963         * facemenu.el (list-colors-print): New function created from code
32964         in list-colors-display.  Print #RRGGBB at the window right edge.
32965         (list-colors-display): When temp-buffer-show-function is not
32966         defined, call list-colors-print from temp-buffer-show-hook
32967         to get the right value of window-width in list-colors-print
32968         after the buffer is displayed.
32970         * simple.el (pop-mark): Move deactivate-mark out of conditional
32971         part to deactivate the active mark regardless of the state of the
32972         mark ring.
32974         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32975         variables line in desktop files.
32977 2005-01-12  Juri Linkov  <juri@jurta.org>
32979         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32980         Bring together isearch highlight related options.
32981         (lazy-highlight): Replace group `replace' by `matching'.
32982         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32983         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32984         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32985         and declare them obsolete.
32986         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32987         (isearch-faces): Remove defgroup.
32988         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32989         Move isearch highlighting code closer to lazy highlighting code.
32991         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32992         (query-replace-highlight, query-replace-lazy-highlight)
32993         (query-replace): Move definitions to the beginning of the file.
32995 2005-01-11  Juri Linkov  <juri@jurta.org>
32997         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32998         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32999         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33001         * info.el (Info-history-forward): New variable.
33002         (Info-select-node): Reset Info-history-forward to nil.
33003         (Info-last): Turn into defalias.
33004         (Info-history-back): Rename from Info-last.
33005         Add current node to Info-history-forward.
33006         (Info-history-forward): New fun.
33007         (Info-mode-map): Replace Info-last by Info-history-back.
33008         Bind Info-history-forward to "r".
33009         (Info-mode-menu): Replace Info-last by Info-history-back.
33010         Fix menu item text.  Add menu item for Info-history-forward.
33011         (info-tool-bar-map): Replace Info-last by Info-history-back.
33012         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
33013         for Info-history-forward.
33014         (Info-mode): Replace Info-last by Info-history-back in docstring.
33015         Add local variable Info-history-forward.
33016         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33018 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33020         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33021         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33022         Ignore select-window events rather than fiddle with
33023         mouse-autoselect-window.
33025 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33027         * type-break.el (type-break-mode): Fix previous change.
33029 2005-01-10  Jay Belanger  <belanger@truman.edu>
33031         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33032         calculator; only reset when point is inside a calculator.
33033         Don't adjust the window height if the window takes up the whole height
33034         of the frame.
33036 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33038         * ebuff-menu.el (Electric-buffer-menu-mode):
33039         Preserve value of buffer-local var header-line-format.
33041 2005-01-09  Jay Belanger  <belanger@truman.edu>
33043         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33044         Make sure settings file exists before accessing it.
33046         * calc/calc-embed.el (calc-embedded-subst):
33047         Replace math-multi-subst-rec, which is only supposed to be called
33048         by math-multi-subst, by math-multi-subst.
33050 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33052         * vc.el (vc-allow-async-revert): New user option.
33053         (vc-disable-async-diff): New internal variable.
33054         (vc-revert-buffer): Use them to disable asynchronous diff.
33056         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33057         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33058         asynchronously if vc-disable-async-diff is t.
33060 2005-01-09  Jay Belanger  <belanger@truman.edu>
33062         * calc/calc.el (defcalcmodevar): New macro.
33063         (calc-mode-var-list-restore-default-values)
33064         (calc-mode-var-list-restore-saved-values): New functions.
33065         (calc-mode-var-list): Use defcalcmodevar to define it.
33066         (calc-always-load-extensions, calc-line-numbering)
33067         (calc-line-breaking, calc-display-just, calc-display-origin)
33068         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33069         (calc-group-char, calc-point-char, calc-frac-format)
33070         (calc-prefer-frac, calc-hms-format, calc-date-format)
33071         (calc-float-format, calc-full-float-format, calc-complex-format)
33072         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33073         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33074         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33075         (calc-matrix-brackets, calc-language, calc-language-option)
33076         (calc-left-label, calc-right-label, calc-word-size)
33077         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33078         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33079         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33080         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33081         (calc-window-height, calc-display-trail, calc-show-selections)
33082         (calc-use-selections, calc-assoc-selections)
33083         (calc-display-working-message, calc-auto-why, calc-timing)
33084         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33085         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33086         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33087         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33088         (calc-gnuplot-geometry, calc-graph-default-resolution)
33089         (calc-graph-default-resolution-3d, calc-invocation-macro)
33090         (calc-show-banner): Use defcalcmodevar to declare them and set
33091         their default values.
33093         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33094         instead of default values (but restore default values if there is
33095         an argument of 0).
33097 2005-01-09  David Kastrup  <dak@gnu.org>
33099         * desktop.el (desktop-restore-eager): Fix typo in type.
33101 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33103         * cus-edit.el (customize): Delete :link.
33105 2005-01-08  Jay Belanger  <belanger@truman.edu>
33107         * calc/calc.el (calc-mode): Remove the extension from the
33108         `calc-settings-file' file name when loading it.
33110 2005-01-08  Kim F. Storm  <storm@cua.dk>
33112         * info.el (Info-mode-map, Info-next-link-keymap)
33113         (Info-prev-link-keymap, Info-up-link-keymap):
33114         Map follow-link to mouse-face.
33115         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33117 2005-01-08  Jay Belanger  <belanger@truman.edu>
33119         * calc/calc.el (calc-settings-file): Change default value.
33120         Suggested by cgw in a comment in calc-mode.el.
33122         * calc/calc-mode.el (calc-settings-file-name):
33123         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33124         Replace ~/.emacs in a prompt by calc-settings-file.
33126 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33128         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33129         (desktop-lazy-idle-delay): New customizable variables.
33130         (desktop-buffer-args-list): New variable.
33131         (desktop-append-buffer-args): New function.
33132         (desktop-save): Call desktop-append-buffer-args for some buffers.
33133         (desktop-lazy-create-buffer): New function.
33134         (desktop-idle-create-buffers): New function.
33135         (desktop-read): Add message about buffers to restore lazily.
33136         (desktop-lazy-abort): New command.
33137         (desktop-clear): Call desktop-lazy-abort.
33138         (desktop-lazy-complete): New command.
33140 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33142         * emacs-lisp/find-func.el (find-face-definition):
33143         Rename from find-face.
33145 2005-01-06  Kim F. Storm  <storm@cua.dk>
33147         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33149         * man.el (Man-xref-man-page, Man-xref-header-file)
33150         (Man-xref-normal-file): Add follow-link property.
33152 2005-01-06  Jay Belanger  <belanger@truman.edu>
33154         * calc/calc-units.el: Make sure the proper macro definitions are
33155         available when compiling.
33157 2005-01-06  Juri Linkov  <juri@jurta.org>
33159         * isearch.el (isearch-lazy-highlight-update):
33160         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33162 2005-01-06  Miles Bader  <miles@gnu.org>
33164         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33165         (isearch-lazy-highlight-face): Use new name.
33167 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33169         * uniquify.el (uniquify-rationalize-file-buffer-names):
33170         Re-add an interactive spec.
33171         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33172         to the same name.
33174         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33175         (isearch-update, isearch-done): Adjust calls accordingly.
33177 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33179         * custom.el (custom-set-variables, custom-theme-set-variables):
33180         Clarify documentation.
33182         * emacs-lisp/find-func.el (find-variable)
33183         (find-variable-other-window, find-variable-other-frame):
33184         Fix the TYPE args to find-function-read and find-function-do-it.
33185         (find-function): Doc fix.
33186         (find-function-at-point): Replace function-at-point alias.
33188 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33190         * cus-face.el (custom-declare-face):
33191         Record defface in current-load-list.
33193         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33195         * emacs-lisp/find-func.el: Doc fixes.
33196         (find-face-regexp): New variable.
33197         (find-function-regexp-alist): New variable.
33198         (find-function-C-source): Third arg is now TYPE.
33199         (find-function-search-for-symbol): Handle general TYPE.
33200         (find-function-read, find-function-do-it): Handle general TYPE.
33201         (find-definition-noselect, find-face): New functions.
33202         (function-at-point): Alias deleted.
33204 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33206         * battery.el (display-battery-mode): Rename from display-battery.
33207         Handle the case where it gets turned off.
33209 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33211         * cus-edit.el (customize): Make :link point to user doc.
33213         * man.el (Man-fontify-manpage): Turn off undo generation.
33215         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33217 2005-01-04  Andreas Schwab  <schwab@suse.de>
33219         * files.el (insert-directory): Only look for error lines in
33220         inserted text.  Don't move too far after processing --dired markers.
33222 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33224         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33225         Don't expand if the character is @, period, dash, etc.
33226         (define-mail-abbrev): Quote names that contain problem characters.
33228 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33230         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33232 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33234         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33235         (query-replace-highlight, query-replace-lazy-highlight)
33236         (query-replace): Definitions moved up.  Doc fix.
33238 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33240         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33241         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33242         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33243         (lazy-highlight-face): Rename from isearch-lazy-...
33244         Change all references to them.
33246 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33248         * cus-edit.el (custom-file): Doc fix for defcustom.
33249         (custom-file): The function no longer sets the variable
33250         `custom-file' to its return value.
33252         * startup.el (command-line): No longer load `custom-file'.
33254 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33256         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33258         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33259         Don't confuse module-prefixed identifiers for labels.
33260         Reported by Juan León Lahoz García <juanleon1@gmail.com>.
33262 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33264         * files.el (basic-save-buffer-1): Fix previous change.
33266         * loadhist.el (file-loadhist-lookup): New function.
33267         (file-provides, file-requires): Use it.
33269         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33270         instead of calculating the right size.
33272 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33274         * vc-svn.el (vc-svn-diff): Stay local if possible.
33276 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33278         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33280         * files.el (hack-local-variables): Fix last change.
33282 2005-01-02  Jay Belanger  <belanger@truman.edu>
33284         * calc/calc-yank.el (calc-edit-top): New variable.
33285         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33286         object.  Change header properties.
33287         (calc-edit-finish, calc-edit-finish-stack-object)
33288         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33289         edited object.
33290         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33291         for the beginning of the edited object.
33292         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33293         for the beginning of the edited object.
33294         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33295         (calc-finish-formula-edit, calc-macro-repeats)
33296         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33297         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33298         beginning of the edited object.
33299         (calc-user-define-edit): Change the header for editing macros.
33300         Remove unnecessary variable.
33302 2005-01-01  Jay Belanger  <belanger@truman.edu>
33304         * calc/calc-yank.el (calc-edit-mode): Change default header.
33305         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33306         * calc/calc-store.el (calc-edit-variable): Change title to match new
33307         header.
33308         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33309         mode to match new header.
33310         (calc-user-define-edit): Change titles to include names of commands.
33311         (calc-finish-formula-edit): Adjust to handle new header.
33312         (calc-finish-macro-edit): Remove.
33313         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33314         (calc-edit-macro-command, calc-edit-macro-command-type)
33315         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33316         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33317         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33318         (calc-edit-macro-finish-edit): New functions.
33319         (calc-user-define-edit): Use new functions to edit named calc macros.
33321 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33323         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33325         * ses.el (copy-region-as-kill): Deactivate mark.
33327 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33329         * replace.el (occur-1): If the output buffer is also an input,
33330         don't kill it, rename it.
33332         * faces.el (set-face-background, set-face-foreground): Doc fix.
33334         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33335         for :foreground and :background.
33337         * dired.el (dired-view-command-alist): Variable deleted.
33338         (dired-view-file, dired-mouse-find-file-other-window):
33339         Delete the code to use it.
33341 2005-01-01  Kim F. Storm  <storm@cua.dk>
33343         * image.el (insert-sliced-image): Use t for line-height property.
33345 See ChangeLog.11 for earlier changes.
33347 ;; Local Variables:
33348 ;; coding: utf-8
33349 ;; add-log-time-zone-rule: t
33350 ;; End:
33352     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
33354   This file is part of GNU Emacs.
33356   GNU Emacs is free software: you can redistribute it and/or modify
33357   it under the terms of the GNU General Public License as published by
33358   the Free Software Foundation, either version 3 of the License, or
33359   (at your option) any later version.
33361   GNU Emacs is distributed in the hope that it will be useful,
33362   but WITHOUT ANY WARRANTY; without even the implied warranty of
33363   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33364   GNU General Public License for more details.
33366   You should have received a copy of the GNU General Public License
33367   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
33369 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1