*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe2de144f63a197332995653ff4dec86d7768907f
1 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
3         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
4         error message.
6 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
8         * dired.el: Rename "tumme" to "thumbnails".
10         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
11         replaced with "thumbnails".
13 2007-04-22  Glenn Morris  <rgm@gnu.org>
15         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
16         and give it the risky-local-variable property.
18         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
19         before defining it.
21 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
23         * progmodes/cc-mode.el
24         (c-remove-any-local-eval-or-mode-variables): Use delete-region
25         instead of kill-line.
27 2007-04-21  Alan Mackenzie  <acm@muc.de>
29         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
30         `kill-region' by `delete-region'.
32 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
34         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
35         instead of kill-region.
37         * progmodes/mantemp.el (mantemp-make-mantemps-region)
38         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
39         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
40         and kill-line.
42         * progmodes/vhdl-mode.el (vhdl-template-type)
43         (vhdl-template-record, vhdl-template-nature)
44         (vhdl-template-configuration-spec, vhdl-template-component-inst)
45         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
46         delete-region instead of kill-word and kill-line.
48 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
50         * dired-x.el (dired-virtual-mode): Doc fix.
52 2007-04-21  Richard Stallman  <rms@gnu.org>
54         * font-lock.el (font-lock-keywords-alist): Mark as risky.
56         * subr.el (read-number): Doc fix.
58         * simple.el (pop-to-mark-command): Display message "mark popped"
59         if point does not move.
60         (set-mark-command): Doc fix.
62 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
64         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
65         (locate-local-filter, locate-local-search): New vars.
66         (locate): Make variables local.
67         (locate-update): Bind locate-buffer-name.  Call locate using
68         locate-local-filter and locate-local-search.
70 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
72         * hi-lock.el (hi-lock-file-patterns-policy): New var.
73         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
74         (hi-lock-mode): Update docstring.
76 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
79         fill-nobreak-predicate when the break is past fill-column.
81 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
83         * locate.el (locate): Output from shell-command should go in the
84         current buffer rather than *Shell Command Output*.
86 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
88         * paren.el (show-paren-function): Fix last fix.
90 2007-04-19  Kevin Ryde  <user42@zip.com.au>
92         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
93         (archive-lzh-summarize): Add optional start arg for where to start
94         looking at the archive.
95         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
97         * international/mule.el (auto-coding-alist): no-conversion for .exe
98         and .EXE.
100 2007-04-19  Alan Mackenzie  <acm@muc.de>
102         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
103         function return type contains "struct", "union", etc.
104         c-end-of-defun goes too far forward.
106 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
108         * paren.el (show-paren-function): Reset window-start to avoid
109         recentering.
111 2007-04-19  Glenn Morris  <rgm@gnu.org>
113         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
115 2007-04-18  Glenn Morris  <rgm@gnu.org>
117         * calendar/diary-lib.el (diary-header-line-format): Add a custom
118         :set function.
119         (diary-list-entries): Only switch to diary-mode from
120         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
121         diary-mode set header-line-format, in case of any customization.
123 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
125         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
126         is less than the length of parse-time-syntax.
128 2007-04-17  David Kastrup  <dak@gnu.org>
130         * replace.el (query-replace-regexp-eval): Deprecate.
132 2007-04-17  Alan Mackenzie  <acm@muc.de>
134         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
135         point too close to EOB, leave point at EOB rather than last `}'.
137 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
139         * textmodes/bibtex.el (bibtex-include-OPTkey)
140         (bibtex-user-optional-fields, bibtex-entry-field-alist):
141         Fix defcustom.
143 2007-04-17  Glenn Morris  <rgm@gnu.org>
145         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
146         be encoded, fall back to current year.
148 2007-04-14  Kevin Ryde  <user42@zip.com.au>
150         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
151         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
152         M "MSDOS".
154 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
156         * progmodes/python.el (python-end-of-block): Avoid looping forever
157         if python-next-statement fails.
159 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
161         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
163 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
165         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
166         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
168 2007-04-15  Jay Belanger  <belanger@truman.edu>
170         * calc/calc.el (calc-version): New function.
171         (calc-trail-mode): Shorten the title.
173 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
175         * mail/footnote.el (footnote-style): Clarify docstring to state
176         that customizing this only applies to future footnotes.
178 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
180         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
181         (bibtex-make-field): Check that INIT is a string. Use functionp.
183 2007-04-14  Glenn Morris  <rgm@gnu.org>
185         * complete.el (PC-goto-end): New buffer-local variable.
186         (PC-do-completion-end): Make buffer-local.
187         (partial-completion-mode) <choose-completion-string-functions>:
188         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
189         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
190         doc string.  Set PC-goto-end for choose-completion.
191         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
192         PC-do-completion.
194         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
195         arg to bibtex-make-field.
196         (bibtex-make-field): Add optional fourth arg NODELIM.
197         Insert delimiters around INIT unless this arg is non-nil.
199 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
201         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
202         global map isn't modified
204 2007-04-14  Glenn Morris  <rgm@gnu.org>
206         * calendar/appt.el (appt-disp-window): Do not split small windows.
207         Suggested by Jeff Miller <jmiller@cablespeed.com>.
209 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
211         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
213         * files.el: Ditto.
215 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
217         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
219         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
220         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
221         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
222         (term-pager-help): Fix typos in docstrings.
224         * wid-edit.el (widget-documentation): Fix typo in docstring.
226         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
227         Fix typos in error messages.
229 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
231         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
232         window marked as dedicated.
234         * mail/footnote.el (footnote-latin-string): New variable.
235         (footnote-latin-regexp): Redefine as regexp alternative.
236         (Footnote-latin): Use footnote-latin-string instead of
237         footnote-latin-regexp.
239 2007-04-13  Glenn Morris  <rgm@gnu.org>
241         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
242         inherited keymaps.
244 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
246         * outline.el (outline-get-next-sibling): Clarify docstring.
247         (outline-get-last-sibling): Handle case where we are at the first
248         heading.  Clarify docstring.
250 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
252         * progmodes/gud.el (gud-minor-mode-map): Make go button same
253         length as stop button to lessen flicker.
254         (jdb): Add gud-print.
255         (gud-find-expr): Jdb prints the expression with the value, so
256         don't insert it in the output.
258 2007-04-11  Jason Rumney  <jasonr@gnu.org>
260         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
261         case hex.  Do not try to decode non-hex letters.
263 2007-04-11  Markus Triska  <markus.triska@gmx.at>
265         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
266         (byte-optimize-backward-word): Remove (move to bytecomp.el).
267         (byte-optimize-form-code-walker): Evaluate pure function calls if
268         possible.
269         (byte-optimize-all-constp): New function.
271         * emacs-lisp/bytecomp.el (byte-compile-char-before):
272         Improve numeric argument case.
273         (byte-compile-backward-char, byte-compile-backward-word):
274         New functions, performing rewriting previously done in byte-opt.el.
275         Fix their "Fixme" item (restriction to numeric arguments).
277 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
280         with dolist.
281         (after-init-hook): Don't quote lambda.
282         (desktop-first-buffer): Don't wrap it in eval-when-compile.
283         (desktop-internal-v2s): Remove unused var `el'.
284         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
285         desktop-restore-file-buffer.
286         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
287         desktop-create-buffer.
289 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
291         * woman.el (woman-decode-buffer): Postpone macro-set check...
292         (woman-decode-region): ...to here.
294 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
296         * startup.el (tty-handle-args): Use %S to log ARGS.
298 2007-04-10  Glenn Morris  <rgm@gnu.org>
300         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
301         it is obsolete and has no effect.
303         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
304         byte-compiler.
306         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
307         obsolete function make-local-hook.
309         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
310         start to quieten byte-compiler.
312 2007-04-10  Markus Triska  <markus.triska@gmx.at>
314         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
315         to bytecomp.el as byte-compile-char-before).
316         * emacs-lisp/bytecomp.el (byte-compile-char-before):
317         New function (modified replacement for byte-optimize-char-before in
318         byte-opt.el).
320 2007-04-09  Alan Mackenzie  <acm@muc.de>
322         * startup.el (inhibit-splash-screen): Emphatically state that it
323         can't be set in site-start.el.
325 2007-04-09  Masatake YAMATO  <jet@gyve.org>
327         * progmodes/cc-subword.el (c-capitalize-subword): More closely
328         mimic the behavior of `capitalize-word'.  Do not move point with a
329         negative argument.  Based on tiny change by Paul Curry.
331 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
333         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
334         Don't move point if ARG is negative.
336 2007-04-09  Alan Mackenzie  <acm@muc.de>
338         Changes to make `narrow-to-defun' and `mark-defun' work properly
339         in CC Mode:
341         * progmodes/cc-defs.el (c-beginning-of-defun-1):
342         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
343         Bind beginning/end-of-defun-function to nil around calls to
344         beginning/end-of-defun.
346         * progmodes/cc-langs.el (beginning-of-defun-function)
347         (end-of-defun-function): New c-lang-setvar's.
349         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
350         (setq arg 1))" to enable non-interactive call.
352 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
354         * simple.el (set-mark-command): Doc fix.
356 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
358         * progmodes/gud.el (gdb): Restore existing session if user
359         tries to start a second one in graphical mode.
361 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
363         * cus-start.el <scroll-preserve-screen-position>: Add choices.
365 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
367         * term/xterm.el (terminal-init-xterm): Fix key definitions.
368         Add binding for C-M-SPC.
370 2007-04-08  Richard Stallman  <rms@gnu.org>
372         * pcomplete.el (pcomplete-read-event): One single definition,
373         and not a defsubst.
375 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
377         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
378         byte-compiler warning "value unused".
380 2007-04-08  Andreas Schwab  <schwab@suse.de>
382         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
384 2007-04-07  Glenn Morris  <rgm@gnu.org>
386         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
387         Autoload these functions.
388         (diary-date-forms): Add a custom :set form.
390         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
391         before first use.
392         (diary-font-lock-keywords): New function with old code for
393         initialization of variable of same name.
395 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
397         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
398         clean-up: only insert space when on identifier, etc.
400 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
402         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
404         * net/tls.el (open-tls-stream): Properly handle case where there
405         is no associated buffer.
407 2007-04-07  Glenn Morris  <rgm@gnu.org>
409         * ffap.el (ffap-file-at-point): Lower the priority of the
410         ffap-ftp-sans-slash-regexp check.
412 2007-04-06  Alan Mackenzie  <acm@muc.de>
414         Fix fontification of labels, and other things with ":".
416         * progmodes/cc-engine.el (c-forward-label): The function now
417         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
418         the former t.
420         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
421         new return code from c-forward-label, fontifying tokens properly.
422         Add some general comments throughout the file.
424 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
426         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
427         Revert 2006-01-27 change.
429         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
431         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
433         * desktop.el (desktop-create-buffer, desktop-save):
434         Revert 2004-11-12 change for lack of copyright papers.
436         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
437         (dired-guess-default): Respect case.
439         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
441         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
442         was originally checked in as byte-optimize-concat on 1997-11-02.
444         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
445         1995-05-19 doc changes.
447 2007-04-06  Kim F. Storm  <storm@cua.dk>
449         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
450         (unload-feature): Update interactive spec accordingly.
452         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
454 2007-04-06  John Paul Wallington  <jpw@pobox.com>
456         * subr.el (with-case-table): Use `make-symbol' to avoid variable
457         capture.  Restore the table in the same buffer.
459         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
461 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
463         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
464         Print entire form.
466 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
468         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
469         for low-color displays.
471 2007-04-05  Glenn Morris  <rgm@gnu.org>
473         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
474         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
475         Seed random number generator on loading.
477         * emacs-lisp/authors.el (top-level): Provide self.
479         * play/animate.el (top-level): Provide self.
481 2007-04-04  Alan Mackenzie  <acm@muc.de>
483         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
484         to mention c-syntactic-indentation.
486 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
488         * subr.el (with-case-table): New macro.
490         * international/mule.el (ascii-case-table): New var.
492         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
493         downcasing.
495 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
497         * progmodes/gud.el (gud-minor-mode-map): Simplify.
499         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
500         of the window if we're outside it e.g menu-bar.
502         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
503         window if we're outside it e.g menu-bar.
505 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
507         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
508         decode base-64 encoded body if its content-type is something other
509         than text/* or message/*.
511 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
513         * simple.el (activate-mark-hook): Fix typo in docstring.
515 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
517         * tmm.el (tmm-c-prompt): Initialize.
518         (tmm-menubar): Deal with extended menu-items at top level.
519         (tmm-get-keybind): Handle bindings redefined/undefined locally.
520         (tmm-prompt): Handle visibility of top level menu-items.
522         * progmodes/gud.el (gud-menu-map): Simplify.
523         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
524         menubar.
526 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
528         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
530         * comint.el (comint-send-input): Widen the buffer first.
532         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
534 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
537         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
539         * newcomment.el (comment-search-forward): Discard comment starters
540         before point.
542 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
544         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
546 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
548         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
549         when downcasing.
551         * button.el (previous-button): Rewrite to account for adjacent buttons.
553 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
555         * progmodes/idlwave.el (idlwave-auto-fill):
556         Revert paragraph-separate change.
558         * progmodes/idlw-shell.el (idlwave-shell-break-in):
559         Simplify module calc.
560         (idlwave-shell-set-bp-in-module): Compute module.
562 2007-03-31  Glenn Morris  <rgm@gnu.org>
564         * emacs-lisp/timer.el (run-at-time): Doc fix.
566         * emacs-lisp/warnings.el (display-warning): If we create the
567         buffer displaying the warning, disable undo there.
569 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
571         * net/tramp.el (tramp-register-file-name-handler)
572         (tramp-register-completion-file-name-handler): New defsubst,
573         derived from `tramp-register-file-name-handlers'.  The split is
574         necessary because Tramp's file name handlers must be registered at
575         different startup places.
577 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
579         * progmodes/hideshow.el (turn-off-hideshow): New function.
580         (hs-minor-mode): Use it instead of a lambda expression in
581         change-major-mode-hook.
583 2007-03-31  David Kastrup  <dak@gnu.org>
585         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
586         corresponding to MANPATH_MAP entries.
587         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
588         (woman-parse-man.conf): Use more discriminating man.conf name.
589         (woman-parse-man.conf): Parse MANPATH_MAP entries.
590         (woman-manpath): Doc fix and type fix.
591         (woman-cached-data): Check for MANPATH_MAP entries.
592         (woman-expand-directory-path): Treat MANPATH_MAP entries.
594 2007-03-31  Stuart Herring  <herring@lanl.gov>
596         * emacs-lisp/sregex.el (sregexq): Doc fix.
598 2007-03-31  Markus Triska  <markus.triska@gmx.at>
600         * flymake.el (flymake-err-line-patterns): Doc fix.
602 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
604         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
605         Move to the right.
607 2007-03-30  Alan Mackenzie  <acm@muc.de>
609         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
611 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
613         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
614         Use it, passed in explicitly, instead of from the dynamic binding.
615         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
617 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
619         * simple.el (blink-matching-open): When in minibuffer, don't
620         search for a match inside the prompt.
622 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
624         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
625         (tmm-prompt): Don't make the mouse user select the first menu
626         item twice.
628 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
630         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
631         SIGUSR1 and SIGUSR2.
633 2007-03-29  Kim F. Storm  <storm@cua.dk>
635         * ido.el (ido-read-internal): When reading file or dir, only override
636         minibuffer-local-filename-completion-map, otherwise only override
637         minibuffer-local-completion-map.
639 2007-03-29  Glenn Morris  <rgm@gnu.org>
641         * complete.el (partial-completion-mode): Set PC-do-completion-end
642         to nil after use.
643         (PC-lisp-complete-symbol): Create and use a marker at `end',
644         rather than using point-marker.
646 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
648         * simple.el (next-error-highlight): Doc fix.
649         (compose-mail): Revert 2007-03-19 change.
651 2007-03-28  Richard Stallman  <rms@gnu.org>
653         * emacs-lisp/edebug.el (edebug-display): Don't go to
654         edebug-outside-buffer if it is dead.
656 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
658         * view.el (view-mode): Fix typos in docstring.
660 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
662         * recentf.el (recentf-save-file): Add a custom :set function.
664 2007-03-28  Glenn Morris  <rgm@gnu.org>
666         * complete.el (PC-do-completion-end): New variable.
667         (partial-completion-mode) <choose-completion-string-functions>:
668         Use PC-do-completion-end in the non-minibuffer case to replace the
669         correct amount of text.
670         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
671         (PC-lisp-complete-symbol): Give marker the after-insertion type,
672         to deal with improvements inserted after point.
674 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * button.el (make-text-button): Add explicit `button' property.
677         (default-button): Don't put a `button' property on it.
679         * progmodes/python.el (python-mode): Skip comments when parsing.
681         * vc-arch.el (vc-with-current-file-buffer): New macro.
682         (vc-arch-file-source-p): Use it to avoid infloop.
684 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
686         * emacs-lisp/lisp.el (lisp-complete-symbol):
687         Fix call to get-buffer-window to find windows in other frames.
689 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * comint.el (comint-proc-query, comint-dynamic-list-completions):
692         Fix calls to get-buffer-window to find windows in other frames.
693         Reported by David Hansen <david.hansen@gmx.net>.
695 2007-03-27   Kevin Ryde  <user42@zip.com.au>
697         * info.el (Info-display-images-node): On a text-only terminal,
698         show the "text" or "alt" parts of the image blobs.
700 2007-03-27  Glenn Morris  <rgm@gnu.org>
702         * complete.el (PC-do-completion): Compute completion-base-size in
703         the non-filename case, rather than setting to nil.
704         (PC-lisp-complete-end): New variable.
705         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
706         original end in a series of consecutive invocations.
708         * calendar/calendar.el (calendar-mode-hook): Declare it.
710         * calendar/diary-lib.el (diary-live-p): Do not check for
711         diary-selective-display.
713 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * replace.el (occur-next-error): *Occur* might not be displayed in the
716         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
718 2007-03-26  Richard Stallman  <rms@gnu.org>
720         * textmodes/flyspell.el (flyspell-large-region):
721         Use ispell-call-process-region.
723 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
725         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
726         Use prin1 instead of princ.
728 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
730         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
731         Merge in X resources before global face.
733         * progmodes/compile.el (compilation-start): Save compilation-directory
734         rather than default-directory as local var.
735         (compilation-directory): Mark as safe local var.
737         * files.el: Don't mark default-directory as a safe local var.
739 2007-03-25  Alan Mackenzie  <acm@muc.de>
741         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
742         * progmodes/cc-engine.el: Fix typo.
744 2007-03-25  Juri Linkov  <juri@jurta.org>
746         * compare-w.el (compare-windows): Rename customization group
747         `compare-w' to `compare-windows'.
748         (compare-windows-whitespace, compare-ignore-whitespace)
749         (compare-ignore-case, compare-windows-sync)
750         (compare-windows-sync-string-size, compare-windows-recenter)
751         (compare-windows-highlight, compare-windows): Change group name in
752         the `group' tag from `compare-w' to `compare-windows'.
753         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
755 2007-03-24  Markus Triska  <markus.triska@gmx.at>
757         * expand.el: Change example to always enable abbrev-mode,
758         and remove redundant `function'.
759         (expand-abbrev-hook): Add autoload cookie.
761 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
763         * emacs-lisp/testcover.el (testcover-start, testcover-end)
764         (testcover-mark-all, testcover-unmark-all): Add prompts to
765         interactive specs.
767 2007-03-24  Jason Rumney  <jasonr@gnu.org>
769         * autorevert.el (find-file-hook, auto-revert-tail-mode):
770         Use file size in bytes for auto-revert-tail-pos not characters.
772 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
774         * vc-rcs.el (vc-rcs-annotate-command):
775         Set text property :vc-annotate-prefix on the annotation text.
776         (vc-rcs-annotate-time): Instead of searching for ": ",
777         search for end of text propertized with :vc-annotate-prefix.
779 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
781         * whitespace.el (top level): Remove calls putting
782         permanent-local nil property since these are no-ops.
784         * man.el (Man-support-local-filenames): Assure that
785         default-directory exists when doing call-process.
787 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
789         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
790         Fix omission bug: Use m4-program-options to construct shell command.
792 2007-03-23  David Kastrup  <dak@gnu.org>
794         * progmodes/cc-mode.el (c-make-emacs-variables-local):
795         Use `mapcar' rather than `mapcan' to silence compiler warning.
797 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
799         * textmodes/reftex.el, textmodes/reftex-vars.el,
800         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
801         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
802         * textmodes/reftex-index.el, textmodes/reftex-global.el,
803         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
804         * textmodes/reftex-auc.el: Add maintainer address.
806 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
808         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
809         Make sure that `global-font-lock-mode' does not turn on font-lock
810         in these buffers.
812 2007-03-21  Kim F. Storm  <storm@cua.dk>
814         * xt-mouse.el (xt-mouse-epoch): New variable.
815         (xterm-mouse-event): Use float-time.
817 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
819         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
820         current-time.
822 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * complete.el (read-file-name-internal): Don't add the final > if the
825         completion is not finished (re-application of this patch, which was
826         accidentally undone by Eli).
828 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
830         * emulation/viper.el (viper-non-hook-settings): Handle mouse
831         clicks in describe-key and describe-key-briefly advice a little better.
833 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
835         * server.el (server-process-filter): Cancel any pending isearch.
837 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
839         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
840         (icalendar--get-unfolded-buffer): Define actual arguments rather
841         than just using &rest.  Check replace-in-string is fbound.
842         (icalendar-import-buffer): Doc fix.
843         (icalendar--convert-ical-to-diary): Set diary-file.
844         Check diary-file before inserting final newline.
845         (icalendar--add-diary-entry): Return diary-file.
847 2007-03-21  Glenn Morris  <rgm@gnu.org>
849         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
850         (diary-display-hook): Add custom :set function.
852         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
853         Add custom :set function.
854         (diary-header-line-format): Doc fix.
855         (diary-set-maybe-redraw): New function.
856         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
857         (diary-list-entries): Always run diary-mode.
859 2007-03-20  Kenichi Handa  <handa@m17n.org>
861         * international/quail.el (quail-setup-completion-buf): Make the
862         completion buffer read-only.
863         (quail-completion): Adjusted for the above change.  Leave the
864         modified flag nil.
866 2007-03-20  David Kastrup  <dak@gnu.org>
868         * files.el (magic-mode-alist): Require literal "%!PS" string for
869         magic postscript file detection.
871 2007-03-20  Richard Stallman  <rms@gnu.org>
873         * textmodes/ispell.el (ispell-call-process): New function.
874         Defends against bad `default-directory.'
875         (ispell-check-version, ispell-find-aspell-dictionaries)
876         (ispell-get-aspell-config-value, lookup-words): Call it.
877         (ispell-call-process-region): New function.
878         (ispell-send-string): Call it.
880 2007-03-20  Andreas Schwab  <schwab@suse.de>
882         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
883         (finder-data): Likewise.
884         (autoloads): Likewise.
886 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
888         * files.el (basic-save-buffer): Do not set visited filename when
889         the corresponding directory does not exist or the specified
890         filename is that of an existing directory.
892 2007-03-20  Glenn Morris  <rgm@gnu.org>
894         * calendar/diary-lib.el (diary-live-p): New function.
895         (number-of-diary-entries): Add a :set function to redisplay diary
896         when necessary.
898 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
900         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
901         from client program, mev, to compute mouse event.
903 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
905         * faces.el (momentary): Face removed; unused due to reversion of
906         2007-01-04 changes by Kevin Rodgers.
908         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
909         Suggested by Johan Bockg\e,Ae\e(Brd.
911 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
913         * font-lock.el (lisp-font-lock-keywords-1):
914         Highlight define-globalized-minor-mode as a keyword.
916 2007-03-19  Kim F. Storm  <storm@cua.dk>
918         * calc/calc-forms.el (math-std-daylight-savings)
919         (math-std-daylight-savings-old): Doc fix.
921 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
923         * progmodes/python.el (python-default-template): Doc fix.
924         (python-buffer): Fix typo in docstring.
926         * isearchb.el (isearchb-follow-char):
927         * subr.el (def-edebug-spec): Fix typo in docstring.
929 2007-03-19  Richard Stallman  <rms@gnu.org>
931         * files.el (default-directory): Mark safe.
932         (basic-save-buffer-2): Put proper dir name in error message.
934         * simple.el (compose-mail): Run switch-function after
935         setting up the mail buffer.
937         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
939 2007-03-18  Jay Belanger  <belanger@truman.edu>
941         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
942         (math-std-daylight-savings-new): Rename from
943         `math-std-daylight-savings'.
944         (math-std-daylight-savings-old): Rename from old value of
945         `math-std-daylight-savings'.
946         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
947         `math-std-daylight-savings-old' depending on the year.
949 2007-03-18  Detlev Zundel  <dzu@gnu.org>
951         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
952         zero-width regexps as invalid but rather at least count them correctly.
954 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
956         * net/tls.el (open-tls-stream): In handshake-waiting loop,
957         don't wait more if there is output available to process.
959 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
961         * progmodes/compile.el (compilation-find-file): Revert change
962         from 2006-07-18 to allow completion of directory names.
963         Reported by John Carter <john.carter@tait.co.nz>.
965 2007-03-18  Kim F. Storm  <storm@cua.dk>
967         * subr.el (when, unless): Doc fix.
969 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
971         * net/tls.el (tls-program): Doc fix.
973 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
975         * autorevert.el (auto-revert-tail-handler):
976         Call after-revert-hook.
978 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
980         * simple.el (switch-to-completions): No error if search for \n\n fails.
982 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
984         * simple.el (line-move-1):
985         Respect `inhibit-line-move-field-capture' property.
987 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
989         * comint.el (comint-arguments): Mark backslash-escaped chars.
990         (comint-delim-arg): Don't treat them as delimiters.
992 2007-03-12  Kim F. Storm  <storm@cua.dk>
993         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
995 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
997         * tempo.el (tempo-insert): Deal with 'r> if it appears
998         specified with a prompt argument.
1000 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1002         * textmodes/org.el (org-set-font-lock-defaults):
1003         Handle narrow table columns correctly.
1005 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1007         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1008         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1009         Return to use of the -no-properties variants.  There was
1010         consensus on emacs-devel that the speed of these variants was
1011         prefered since we are usually parsing files (from the internet
1012         or on disk) instead of XML created in Emacs.
1014         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1015         Add customize option.
1017 2007-03-12  Glenn Morris  <rgm@gnu.org>
1019         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1020         North American rule.  Replace "daylight savings" with "daylight
1021         saving" in doc.
1023         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1024         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1025         "daylight saving" in text.
1027         * woman.el (woman-change-fonts): Tweak previous change by using
1028         woman-request-regexp rather than "^\\.".
1030         * startup.el (command-line-1): Make insertion of
1031         initial-scratch-message not depend on scratch being selected.
1033 2007-03-11  Juri Linkov  <juri@jurta.org>
1035         * replace.el (match): Use yellow background on light-bg terminals.
1037 2007-03-11  Richard Stallman  <rms@gnu.org>
1039         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1040         Correctly compute line number.
1042 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1044         * type-break.el (type-break-get-previous-count):
1045         Repeat previous change here.
1047 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1049         * progmodes/grep.el (grep-find-ignored-directories):
1050         Add .git and .bzr to list.
1052 2007-03-11  Andreas Schwab  <schwab@suse.de>
1054         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1056 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1060 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1062         * faces.el (face-set-after-frame-default): Recalculate face
1063         customizations after applying X resources.
1065 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1067         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1068         (rcirc-keepalive-seconds): Remove variable.
1069         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1070         (rcirc-process, rcirc-user-disconnect): New variables.
1071         (rcirc-connect): Initalize new variables.
1072         (rcirc-keepalive): Don't send keepalive pings before connection
1073         is completed.
1074         (rcirc-sentinel): Do mark all channels with activity when
1075         connection is dropped.  Run hook with process buffer local.
1076         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1077         (rcirc-buffer-process): Return value of rcirc-process if
1078         rcirc-server-buffer is nil.
1079         (rcirc-server-name): Return the reported server name.
1080         (rcirc-update-prompt): Simplify computation of the server name.
1081         (rcirc-format-response-string): Likewise.
1082         (rcirc-handler-001): Mark server as connected, record the reported
1083         server name, and schedule a timeout.
1084         (rcirc-track-nick): Add a spec for the tty class.
1085         (rcirc-user-non-nick): Remove function.
1086         (rcirc-nick-prefix-chars): Add variable.
1087         (rcirc-user-nick): Use above variable.
1089 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1091         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1092         Bind deactivate-mark to nil.
1094 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1096         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1097         that buffer contents get erased during completion.
1099 2007-03-10  Glenn Morris  <rgm@gnu.org>
1101         * woman.el (woman-change-fonts): Add a hack to deal with
1102         font-escape followed by "." at start of a line.
1103         (woman2-IP): Add a hack to deal with consecutive requests.
1104         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1106 2007-03-10  Alan Mackenzie  <acm@muc.de>
1108         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1110 2007-03-09  Richard Stallman  <rms@gnu.org>
1112         * abbrev.el (abbrev): Add `provide'.
1114 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1116         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1118 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1120         * complete.el (PC-try-completion): New function.
1121         (PC-do-completion, read-file-name-internal): Use it instead of
1122         try-completion.
1124 2007-03-08  Alan Mackenzie  <acm@muc.de>
1126         Remove stale tokens from `c-found-types' cache.
1128         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1129         (c-unfind-coalesced-tokens, c-before-change): New functions.
1130         (c-maybe-stale-found-type): New variable.
1132         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1133         (c-trim-found-types): New functions.
1135 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1137         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1138         (debug-ignored-errors): Add entry from smerge-match-conflict.
1140 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1142         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1143         special help topics for keywords.
1144         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1145         etc. Assistant command.
1147 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1149         * replace.el (occur-engine): Move buffer-undo-list binding...
1150         (occur-1): ...to here.
1152         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1154         * simple.el (minibuffer-completing-symbol): New var.
1155         (eval-expression): Use it.
1156         (completion-setup-function): Don't bind completion-base-size when
1157         completing a symbol in the minibuffer.
1159 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1161         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1162         tries to start a second session in graphical mode.
1164 2007-03-07  Miles Bader  <miles@gnu.org>
1166         * international/isearch-x.el
1167         (isearch-process-search-multibyte-characters):
1168         Strip text-properties from PROMPT to avoid an error from read-string.
1170 2007-03-07  Kim F. Storm  <storm@cua.dk>
1172         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1173         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1175 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1177         * complete.el (PC-do-completion): Delete duplicates in the list of
1178         possible completions.
1180 2007-03-07  Glenn Morris  <rgm@gnu.org>
1182         * ses.el (ses-mode): Doc fix.
1184 2007-03-06  Kim F. Storm  <storm@cua.dk>
1186         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1188 2007-03-06  Kenichi Handa  <handa@m17n.org>
1190         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1192 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * simple.el (completion-setup-function): Improve last fix so it doesn't
1195         set it to a relative directory name either.
1197 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1199         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1201 2007-03-05  Richard Stallman  <rms@gnu.org>
1203         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1205         * files.el (find-file-noselect): No error if file no longer exists.
1206         Display a message and avoid other questions.
1208 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1210         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1211         as not to use an invisible window and to create a window if none exist.
1213         * progmodes/python.el (python-send-command): Restart proc if necessary.
1214         (python-proc): Simplify.
1216 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1218         * pcomplete.el (pcomplete-show-completions): Search all frames for
1219         completions buffer.
1221 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1223         * cus-edit.el (customize-save-variable): Clear customized-value
1224         property (saved values are now put in theme-value property).
1225         (customize-set-variable): Doc fix.
1227         * complete.el (PC-do-completion): If completion-ignore-case is
1228         non-nil, replace field with completion string before exiting.
1230 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1232         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1233         Append its extension to the resulting temporary file name.
1234         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1236         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1237         (tramp-smb-handle-write-region): Apply it.
1239 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1241         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1242         Redo previous change.
1244 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1246         * diff-mode.el (diff-mode): Doc fix.
1248 2007-03-05  Kenichi Handa  <handa@m17n.org>
1250         * international/characters.el: Set category `l' (latin)
1251         for more characters.
1253 2007-03-04  Kim F. Storm  <storm@cua.dk>
1255         * emacs-lisp/authors.el (authors-aliases): Add alias.
1257 2007-03-04  Glenn Morris  <rgm@gnu.org>
1259         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1260         all when switching major mode.
1261         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1262         (hs-block-start-mdata-select, hs-block-end-regexp)
1263         (hs-forward-sexp-func, hs-adjust-block-beginning):
1264         Do not make these variables permanent-local.
1266 2007-03-04  Richard Stallman  <rms@gnu.org>
1268         * progmodes/cperl-mode.el (cperl-mode):
1269         Modify cperl-compilation-error-regexp-alist by appending.
1271         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1272         (edebug-mode): Add the hook.
1273         (edebug-recursive-edit): Remove the hook on exiting.
1275         * type-break.el (type-break-get-previous-time):
1276         Handle end-of-file errors specially
1277         so they don't get reported wrong in .emacs.
1279         * startup.el (fancy-splash-text): Clarify text.
1281         * simple.el (beginning-of-buffer, end-of-buffer):
1282         Avoid treating plain C-u like numeric arg.
1284         * simple.el (completion-setup-function): Don't set
1285         default-directory to nil.
1287         * shell.el (shell-dirstack-query): Doc fix.
1289         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1290         Don't select the window -- pass it to primitives instead.
1292         * faces.el (minibuffer-prompt): Use medium blue by default.
1294 2007-03-04  David Kastrup  <dak@gnu.org>
1296         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1297         Preserve 16 as default value for "seconds" when customizing.
1299 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1301         * textmodes/org.el (org-self-insert-command)
1302         (orgtbl-self-insert-command, org-delete-char)
1303         (org-delete-backward-char): Set the `flyspell-delayed' property.
1305 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1307         * international/mule.el (find-auto-coding): Don't search for
1308         line-ending characters past the end of the tail.
1310 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1312         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1313         Jump to the line where new score has been uploaded.
1315         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1316         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1317         Do nothing when the game is paused.
1319 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1321         * textmodes/org.el (org-set-tags): Prevent slipping of point
1322         during completion.
1324 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1326         * isearch.el (isearch-message-prefix):
1327         Use minibuffer-prompt-properties.
1329 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1331         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1332         (ps-setup): Print which Emacsen is running ps-print package.
1334 2007-03-01  Stuart Herring  <herring@lanl.gov>
1336         * files.el (set-auto-mode-0): Use `indirect-function'.
1337         (hack-one-local-variable): Don't reapply current major mode.
1339 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * progmodes/python.el (python-quote-syntax): Don't bother with
1342         syntax-ppss-context.
1343         (python-fill-paragraph): Make sure that fenced-string delimiters that
1344         stand on their own line stay there
1346 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1348         * replace.el (perform-replace): Propertize message.
1350 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1352         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1353         invisible heading.
1355 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1357         * net/tramp.el (tramp-file-name-handler): Revert last change.
1359 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1361         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1362         Correct doc strings.
1364 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1366         * replace.el (perform-replace): Undo forward-char immediately if
1367         non-adjacent search fails.
1369 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * version.el (emacs-major-version, emacs-minor-version):
1372         string-to-int -> string-to-number.
1374 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1376         * help.el (where-is): Fail gracefully when not passed a command.
1378 2007-02-28  Stuart Herring  <herring@lanl.gov>
1380         * find-lisp.el (find-lisp-default-directory-predicate):
1381         Fix bug: Do symlink check on expanded filename.
1383 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1385         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1386         changes during replacement.
1387         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1389 2007-02-28  Lars Hansen  <larsh@soem.dk>
1391         * desktop.el: Delete header line listing me as maintainer.
1393 2007-02-28  Glenn Morris  <rgm@gnu.org>
1395         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1396         the menus case.
1398 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1400         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1401         hooks to avoid confusion when combining after-change calls.
1403 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1405         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1406         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1407         (allout-distinctive-bullets-string): Add info about bullet conventions.
1408         (allout-mode): Add info about distinctive vs plain bullets.
1410 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1412         * textmodes/org.el (org-archive-subtree): Quote variable name.
1413         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1415 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1417         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1418         (gud-bashdb-command-name, bashdb): Remove.
1419         (gud, gud-menu-map): Remove references to bash/bashdb.
1421 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1423         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1424         keyword for Python 2.5.
1426 2007-02-26  Romain Francoise  <romain@orebokech.com>
1428         * net/net-utils.el (whois-server-tld): Update server for .org.
1429         (whois-server-list): Add whois.publicinterestregistry.net.
1430         (whois-guess-server): Fix formatting in docstring.
1432 2007-02-26  Kim F. Storm  <storm@cua.dk>
1434         * mouse.el (mouse-show-mark): Run hooks and perform command
1435         remapping for mouse-region-delete-keys.
1437 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1439         * font-core.el (font-lock-mode): Doc fix.
1441 2007-02-25  Kim F. Storm  <storm@cua.dk>
1443         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1444         Add selected buffer to buffer-name-history.
1445         (ido-file-internal): Set this-command to fallback command.
1446         Add file names to file-name-history.
1448         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1449         Apply minibuffer-prompt-properties.
1451 2007-02-25  Andreas Schwab  <schwab@suse.de>
1453         * files.el (hack-one-local-variable-eval-safep): Correct handling
1454         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1456 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1458         * textmodes/org.el (org-table-overlay-coordinates)
1459         (org-table-toggle-coordinate-overlays): New functions.
1460         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1461         New variables.
1462         (org-startup-with-deadline-check): Remove option.
1463         (org-mode): Remove deadline check on startup.
1464         (org-table-limit-column-width): Remove option.
1465         (org-table-formula-numbers-only): Remove option.
1466         (org-link-style, org-link-format): Remove options.
1467         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1468         (org-export-ascii-show-new-buffer)
1469         (org-export-html-show-new-buffer): Remove options.
1470         (org-activate-links): Remove camel option.
1471         (org-file-link-context-use-camel-case): Remove option.
1472         (org-camel-regexp): Remove variable.
1473         (org-activate-camels): Remove function.
1474         (org-store-link): Remove Camel stuff.
1475         (org-make-org-heading-camel): Remove function.
1476         (org-open-at-point): Remove camel stuff.
1477         (org-link-search): Remove camel stuff.
1478         (org-camel-to-words): Function removed.
1479         (org-get-agenda-file-buffer): Make sure we prepare the base
1480         buffers, not any indirect buffers.
1481         (org-sort-entries): Sort top-level when not on a headline, and no
1482         active region.
1483         (org-in-regexp): New function.
1484         (org-search-not-self): Rename from `org-search-not-link'.
1485         (org-open-link-marker): New variable.
1486         (org-open-at-point): Set `org-open-link-marker'.
1487         (org-print-icalendar-entries): Fixe bug with excluding DONE
1488         entries from the exported list.
1489         (org-edit-formula-lisp-indent): New command.
1490         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1491         (orgtbl-to-latex, orgtbl-insert-radio-table)
1492         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1493         (orgtbl-radio-table-templates): New option.
1494         (org-store-link-props):
1495         (org-remember-templates): More possibilities to insert info
1496         into templates.
1497         (org-remember-apply-template): Make use of the extended
1498         template capabilities.
1499         (org-remember-redo-template): New command.
1500         (org-upgrade-old-links)
1501         (org-table-modify-formulas, org-table-replace-in-formulas)
1502         (org-table-find-dataline)
1503         (org-table-get-vertical-vector): Remove functions.
1504         (org-table-remove-rectangle-highlight)
1505         (org-time-stamp-format, org-toggle-log-option)
1506         (org-table-highlight-rectangle)
1507         (org-table-iterate, org-table-make-reference):
1508         (org-translate-time, org-tree-to-indirect-buffer)
1509         (org-table-field-info, org-table-fix-formulas)
1510         (org-table-force-dataline, org-table-get-descriptor-line)
1511         (org-table-get-range)
1512         (org-skip-comments, org-sort)
1513         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1514         (org-table-current-dline, org-table-current-field-formula)
1515         (org-table-edit-backward-field)
1516         (org-table-edit-formulas-post-command)
1517         (org-table-edit-line-down, org-table-edit-line-up)
1518         (org-agenda-archive)
1519         (org-agenda-clock-cancel)
1520         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1521         (org-agenda-open-link, org-agenda-show-new-time)
1522         (org-agenda-skip-subtree-when-regexp-matches)
1523         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1524         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1525         (org-do-sort, org-file-image-p, org-find-overlays)
1526         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1527         (org-highlight-until-next-command, org-isearch-end)
1528         (org-match-any-p, org-next-link, org-previous-link):
1529         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1530         (org-rewrite-old-row-references)
1531         (org-isearch-post-command)
1532         (org-table-edit-move, org-table-edit-next-field)
1533         (org-table-edit-scroll, org-table-edit-scroll-down)
1534         (org-set-frame-title, org-show-reference)
1535         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1536         (org-show-variable): Remove command.
1537         (org-add-log-maybe): New arguments STATE, FINDPOS
1538         (org-table-sort-lines): Rewrite from scratch.
1539         (org-link-search): New argument AVOID-POS.
1540         (org-print-icalendar-entries): Remove argument CATEGORY.
1541         (org-run-agenda-series): Remove argument WONDOW.
1542         (org-next-link, org-previous-link): New commands.
1543         (org-agenda-date-format): New option.
1544         (org-table-iterate): New command.
1545         (org-table-modify-formulas)
1546         (org-table-replace-in-formulas): Remove functions.
1547         (org-table-fix-formulas): New function.
1548         (org-table-insert-column, org-table-delete-column)
1549         (org-table-move-column): Use `org-table-fix-formulas'.
1550         (org-follow-gnus-link): Patch from Bastien/Leo.
1551         (org-table-current-field-formula): New function.
1552         (org-file-image-p): New function.
1553         (org-agenda-show-new-time): New function.
1554         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1555         (org-with-remote-undo): New macro.
1556         (org-agenda-undo): New command.
1557         (org-verify-change-for-undo): New function.
1558         (org-time-stamp-format): New function.
1559         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1560         by user.
1561         (org-match-any-p): New function.
1562         (org-make-tags-matcher): Handle regular expressions for tag and
1563         todo matches.
1564         (org-read-date): Accept "+N" as input for a date relative to the
1565         current date.
1566         (org-remove-subtree-entries-from-agenda): New function.
1567         (org-agenda-archive, org-agenda-kill):
1568         Use `org-remove-subtree-entries-from-agenda'.
1569         (org-do-sort, org-sort-entries): New functions.
1570         (org-sort): New command.
1571         (org-table-sort-lines): Use `org-do-sort'.
1572         (org-fix-decoded-time): New function.
1573         (org-table-number-regexp): Require 0x... to identify as number
1574         in tables.
1575         (org-startup-options): New keywords for note taking.
1576         (org-upgrade-old-links): Remove function.
1577         (org-get-repeat): New function.
1578         (org-show-context): Also show siblings on current level.
1579         (org-show-siblings): New function.
1580         (org-isearch-end, org-isearch-post-command): New functions.
1581         (org-show-siblings): New option.
1582         (org-show-context): Use `org-show-siblings'.
1583         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1584         to be bound, because user may just use elisp.
1586 2007-02-24  Kim F. Storm  <storm@cua.dk>
1588         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1589         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1591 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1593         * startup.el (command-line): Also check if the abbrev file is readable.
1595 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1597         * net/tls.el (tls-certtool-program): Fix custom type.
1599         * mail/feedmail.el (feedmail-message-id-generator)
1600         (feedmail-date-generator): Fix custom types.
1602         * mail/rmail.el (rmail-message-filter): Fix custom type.
1604 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1606         * startup.el (command-line): If simple.el cannot be found, proceed
1607         with a warning message.
1609 2007-02-24  Kenichi Handa  <handa@m17n.org>
1611         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1612         case that BEG is a string.
1614 2007-02-24  Chris Moore  <dooglus@gmail.com>
1616         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1617         * pgg-pgp.el (pgg-pgp-encrypt-region):
1618         * pgg-gpg.el (pgg-gpg-encrypt-region):
1619         Check pgg-encrypt-for-me if no other recipients.
1621 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1623         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1625         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1626         shell-quote-argument.
1628 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1630         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1631         from the comint buffer instead of the temporary one.
1633 2007-02-23  David Reitter  <david.reitter@gmail.com>
1635         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1636         storing it in recentf-exclude.
1638 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1640         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1641         in splash screen.
1643 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1645         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1646         commands, for restart.
1647         (idlwave-shell-current-module): Fix handling of module name by type.
1648         (idlwave-shell-break-in): Update type handling.
1649         (idlwave-shell-bp-get): Encode type in BP structure.
1650         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1651         (idlwave-shell-module-source-query): Query routine info based on type.
1652         Fix path parsing for non-compiled files.
1653         (idlwave-shell-module-source-filter): Don't signal error in filter
1654         if no source found.
1655         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1656         filter race.
1658 2007-02-22  Kim F. Storm  <storm@cua.dk>
1660         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1661         (editable-field): Document need to put some text before the %v
1662         escape in :format string.
1664 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1667         (vc-svn-use-edit): Remove unused config var.
1668         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1670         * outline.el (hide-sublevels): Keep empty last line, if available.
1672         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1673         rather than the corresponding unicode char, to make the code
1674         more readable.
1676 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1678         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1679         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1680         (speedbar-item-info-tag-helper): Doc fixes.
1682 2007-02-19  Kenichi Handa  <handa@m17n.org>
1684         * international/mule-cmds.el (locale-language-names):
1685         Map "eo" to "Esperanto".
1687         * language/european.el ("Esperanto"): New language environment.
1689 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1691         * simple.el (kill-line): Doc fix.
1693 2007-02-17  Kim F. Storm  <storm@cua.dk>
1695         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1696         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1697         (bindat--unpack-group, bindat--pack-group):
1698         Handle vectors with optional element type.
1700 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1702         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1703         if PASSPHRASE is given.
1705 2007-02-17  Chris Moore  <dooglus@gmail.com>
1707         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1708         Recognize backups of bz2 compressed files.
1710 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1712         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1713         to nil to speed up lookup of the symbol in index nodes.
1715 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1717         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1718         Add indentation for the constants of Lisp.
1720 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * ps-print.el: Use (defvar <foo>) where applicable.
1723         (ps-print-emacs-type): Remove.
1724         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1725         (ps-frame-parameter): Align its call-convention with frame-parameter.
1726         (ps-begin-job): Adjust calls to it appropriately.
1727         (ps-setup): Don't print ps-print-emacs-type.
1728         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1729         Define in such a way that it's obvious that it's defined.
1730         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1731         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1732         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1734 2007-02-15  Alan Mackenzie  <acm@muc.de>
1736         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1737         an empty one-line C-style comment, post-position point properly.
1739 2007-02-15  Chris Moore  <dooglus@gmail.com>
1741         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1742         (isearch-lazy-highlight-new-loop): Bind it.
1743         (isearch-lazy-highlight-search): Use it.
1745         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1747 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * font-lock.el (font-lock-extend-region-wholelines):
1750         Only return non-nil if the region has really been changed.
1751         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1753 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1755         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1756         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1757         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1759 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1761         * faces.el (color-values): Revert changes to docstring from
1762         2007-01-31 and 2000-09-07.
1764         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1765         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1766         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1767         (ispell-help): Fix typos in docstring and output message.
1769 2007-02-14  Kim F. Storm  <storm@cua.dk>
1771         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1772         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1773         (grep): Fix lgrep reference.
1775         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1776         (standard-display-underline): Use make-glyph-code.
1778         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1780         * international/latin1-disp.el (latin1-display-char):
1781         Use make-glyph-code.
1783 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1785         * ehelp.el (with-electric-help, electric-help-exit)
1786         (electric-help-retain): Doc fixes.
1788         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1789         (byte-compile-file): Doc fixes.
1791 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1793         * term/mac-win.el: Change all uses of
1794         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1795         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1796         (mac-ae-get-url): Call select-frame-set-input-focus.
1797         (mac-dnd-handle-drag-n-drop-event): Don't call
1798         select-frame-set-input-focus.
1800 2007-02-13  Kenichi Handa  <handa@m17n.org>
1802         * international/characters.el: Fix documentation of category `a'.
1804 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1806         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1808 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1810         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1811         (tramp-get-remote-ln): Handle error case.
1812         Reported by Chris Moore <dooglus@gmail.com>.
1814 2007-02-11  Kim F. Storm  <storm@cua.dk>
1816         * bindings.el (ctl-x-map): Remove register compatibility bindings
1817         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1819 2007-02-11  Richard Stallman  <rms@gnu.org>
1821         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1822         in load history.
1824         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1825         condition -- don't fail to stop at endpos.
1827 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1829         * textmodes/org.el (org-agenda-get-todos)
1830         (org-agenda-get-timestamps, org-agenda-get-closed)
1831         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1832         (org-agenda-get-blocks, org-format-agenda-item)
1833         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1834         from `category' to `org-category'.
1836 2007-02-11  Kenichi Handa  <handa@m17n.org>
1838         * international/titdic-cnv.el (titdic-convert): Force files be written
1839         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1840         (miscdic-convert): Force files be written with Unix-like eol format.
1842 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1844         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1846         * calculator.el (calculator-prompt): Doc fix.
1847         (calculator-mode-map): Fix typo in menu entry.
1849 2007-02-10  Jay Belanger  <belanger@truman.edu>
1851         * calculator.el (calculator): Do more extensive checking for when
1852         3 lines should be used for the calculator.
1854 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1856         * info-look.el (info-lookup-make-completions):
1857         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1858         index nodes.
1860         * info.el (Info-fontify-maximum-menu-size): Document the effect
1861         of a nil value.
1862         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1863         non-nil before using it as size.
1865 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1867         * subr.el (insert-for-yank-1): Prevent read-only properties from
1868         interfering with text property operations.
1870         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1872         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1873         (image-type-auto-detected-p): Fail if another match is found in
1874         auto-mode-alist.
1876         * files.el (magic-mode-alist): Call image-mode instead of
1877         image-mode-maybe for autodetected images.
1879 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1881         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1882         Fix typos in docstrings.
1883         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1885 2007-02-09  Kim F. Storm  <storm@cua.dk>
1887         * emacs-lisp/float-sup.el: Remove obsolete comment.
1889 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1893 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1895         * simple.el: Revert previous change, at request of RMS:
1896         (fundamental-mode-hook): Remove.
1897         (fundamental-mode): Run after-change-major-mode-hooks manually,
1898         and don't run the now-nonexistent fundamental-mode-hook.
1900 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1902         * simple.el (fundamental-mode-hook): Declare new hook.
1903         (fundamental-mode): Run the new dedicated hook, and don't run
1904         after-change-major-mode-hooks manually anymore.
1906 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1908         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1909         added columns of chars.  Remove support for the "no-meta-info" format.
1910         Prompted by Romain Francoise <romain@orebokech.com>.
1912 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1914         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1915         (gdb-mouse-until, gdb-mouse-jump): Use it.
1917 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1919         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1920         work when there is just an assembler buffer (no source buffer).
1922 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1924         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1925         just because the diff was produced using "-p" (--show-c-function).
1927 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
1929         * faces.el (frame-set-background-mode): Use `color-values' and
1930         `display-color-p', not `x-color-values' and `x-display-color-p'.
1931         (face-valid-attribute-values): Use `defined-colors' instead of
1932         `x-defined-colors'.
1934 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1936         * ps-print.ps: The ps-print commands without face printing should not
1937         print background color.  Reported by Leo <sdl.web@gmail.com>.
1938         (ps-print-version): New version 6.7.3.
1939         (ps-begin-job): New arg.  Fix ps-default-background and
1940         ps-default-foreground initialization.
1941         (ps-face-attributes): Fix doc string.
1942         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1944         * printing.el: Fix ps-print link.
1946 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
1948         * faces.el (face-set-after-frame-default): Compile attributes to
1949         be set by frame parameters before merging in X resources.
1951 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
1953         * simple.el (blink-matching-paren-dont-ignore-comments):
1954         (blink-matching-paren-on-screen): Doc fixes.
1956 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
1958         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1960 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
1962         * loadhist.el (unload-feature): Silently ignore `load-history' entries
1963         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1964         entries like `defun'.  Return nil.
1966 2007-02-05  Kim F. Storm  <storm@cua.dk>
1968         * ido.el: Doc fixes.
1970 2007-02-04  David Kastrup  <dak@gnu.org>
1972         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1973         `mpuz-allow-double-multiplicator' is non-zero, and correct
1974         calculation of `min'.
1976 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1978         * wid-edit.el (widget-default-create): Insert new text at the
1979         :from marker _after_ the marker, not before it.
1981 2007-02-04  Alan Mackenzie  <acm@muc.de>
1983         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1984         containing it is re-indented.
1986 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
1988         * net/newsticker.el (newsticker--insert-image): Update docstring,
1989         and insert the image directly.
1990         (newsticker--buffer-redraw): Update docstring.
1992         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1993         Rename from define-global-minor-mode.
1995         * progmodes/cwarn.el (global-cwarn-mode):
1996         * emacs-lisp/autoload.el (make-autoload):
1997         * hi-lock.el (global-hi-lock-mode):
1998         * font-core.el (global-font-lock-mode): All callers changed.
2000 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2002         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2003         Don't copy @ignore lines into menu descriptions.
2004         (texinfo-multi-file-update): Goto the @node line before attempting
2005         to pluck the node name.
2006         (texinfo-multiple-files-update): Reverse the optional arguments'
2007         order, as per the doc string and the `interactive' form.
2009 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2011         * image-mode.el: Use autoload to avoid overriding disabled setting
2012         applied in .emacs.
2014 2007-02-03  Alan Mackenzie  <acm@muc.de>
2016         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2017         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2018         adjacent paren groups).
2020 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2022         * progmodes/ebnf2ps.el: Doc fixes.
2023         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2025 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2027         * dired-x.el (dired-do-relsymlink): Add reference to
2028         dired-do-symlink.  Add an autoload cookie.
2030         * dired-aux.el (dired-do-symlink): Add reference to
2031         dired-do-relsymlink.
2033 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2035         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2036         <left-fringe mouse-3>: New bindings.
2038 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2040         * newsticker.el (newsticker-version): Changed to "1.10".
2041         (newsticker--set-customvar): Doc string.
2042         (newsticker-new-item-face): Doc string.
2043         (newsticker-mode): Initialize `invisibility-spec' with t.
2044         (newsticker-mode-map): Added
2045         `newsticker-mark-all-items-at-point-as-read'.
2046         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2047         (newsticker-w3m-show-inline-images): Do not call
2048         `w3m-remove-image'.
2049         (newsticker--buffer-after-w3m-insert-image): New advice for
2050         w3m-insert-image to cache images.
2051         (newsticker-next-item-same-feed): New.
2052         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2053         (newsticker-mark-all-items-of-feed-as-read): New.
2054         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2055         (newsticker-mark-item-at-point-as-read): Doc string.
2056         (newsticker-mark-item-at-point-as-read): Use new functions.
2057         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2058         `newsticker-mark-item-at-point-as-read'.
2059         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2060         (newsticker--sentinel): Yet another xml-parser workaround.
2061         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2062         days.
2063         (newsticker--buffer-do-insert-text): Fix.
2064         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2065         (newsticker--buffer-make-item-completely-visible):
2066         `switch-to-buffer' not necessary.
2068 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2070         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2071         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2072         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2073         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2074         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2076 2007-02-02  Kenichi Handa  <handa@m17n.org>
2078         * international/quail.el (quail-show-key): Fix an error message.
2080 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2082         * faces.el (set-face-underline-p, modify-face): Rename arg
2083         UNDERLINE-P to UNDERLINE (it is not a flag).
2085 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2087         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2088         when adding gdb-speedbar-update to gdb-input-queue.
2090 2007-02-01  Kenichi Handa  <handa@m17n.org>
2092         * international/quail.el (quail-show-key): Signal an error if the
2093         current input method is not using Quail.
2095 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2097         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2098         Trim leading whitespace in sysvar names.
2100 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2102         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2104 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2106         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2108 2007-01-31  Romain Francoise  <romain@orebokech.com>
2110         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2111         previous change to this file.
2113 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2115         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2116         image-mode.
2118         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2119         interfering with attempt to set major mode from modified
2120         auto-mode-alist.
2122 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2124         * faces.el (color-values): Doc fix.
2125         (face-differs-from-default-p): Don't check :foreground twice.
2127 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2129         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2131 2007-01-31  Kenichi Handa  <handa@m17n.org>
2133         * international/quail.el (quail-store-decode-map-key): Store a
2134         translated character too.
2135         (quail-char-equal-p): New function.
2136         (quail-find-key1): Check character equality by quail-char-equal-p.
2137         (quail-decode-map-generated): New variable.
2138         (quail-find-key): Check quail-decode-map-generated and re-generate
2139         a decode map if necessary.
2141 2007-01-30  Richard Stallman  <rms@gnu.org>
2143         * tutorial.el (tutorial--detailed-help): Make the list of
2144         changed keys look nicer.
2146 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2148         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2149         (gdb-var-delete): Use it.
2150         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2151         `in_scope'.
2153 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2155         * files.el (get-free-disk-space): Return nil for remote directories.
2157         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2158         instead of "dir".
2160 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2162         * type-break.el (type-break-catch-up-event): New function.
2163         (type-break-demo-hanoi, type-break-demo-life)
2164         (type-break-demo-boring): Use it.
2166         * image-mode.el (image-mode): Don't automatically view as image.
2167         (image-toggle-display): Add `disabled' property.
2169 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2171         * isearchb.el (isearchb-iswitchb):
2172         * ps-print.el (ps-build-face-reference):
2173         * emacs-lisp/shadow.el (list-load-path-shadows):
2174         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2175         * international/mule.el (find-auto-coding):
2176         * mail/supercite.el (sc-attrib-selection-list):
2177         * progmodes/cc-defs.el (c-emacs-features):
2178         * progmodes/cc-vars.el (c-offsets-alist):
2179         * progmodes/flymake.el
2180         (flymake-init-create-temp-source-and-master-buffer-copy):
2181         Fix typos in docstrings (some suggested by Chris Moore).
2183         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2184         (vhdl-get-library-unit, vhdl-corresponding-begin)
2185         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2186         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2187         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2188         (vhdl-font-lock-match-item): Fix typos in docstrings.
2189         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2190         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2191         (vhdl-speedbar-insert-project-hierarchy):
2192         Improve argument/docstring consistency.
2194 2007-01-29  Kenichi Handa  <handa@m17n.org>
2196         * international/titdic-cnv.el (py-converter): Fix previous change.
2198 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2200         * jka-compr.el (jka-compr-partial-uncompress)
2201         (jka-compr-call-process): Rebind default-directory if it is
2202         invalid.  Suggested by Chris Moore.
2204         * comint.el (comint-insert-input): Handle situation where the
2205         selected buffer is not the clicked buffer.
2207 2007-01-29  Kenichi Handa  <handa@m17n.org>
2209         * international/ja-dic-cnv.el (skkdic-convert):
2210         Add byte-compile-disable-print-circle:t at the head.
2212         * international/titdic-cnv.el (tit-process-header):
2213         Add byte-compile-disable-print-circle:t at the head.
2214         (miscdic-convert): Likewise.
2215         (py-converter): Skip the header comments.
2217         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2218         New variable.
2219         (byte-compile-output-file-form): Bing print-circle to nil if
2220         byte-compile-output-file-form is not nil.
2221         (byte-compile-output-docform): Likewise.
2223 2007-01-28  Kim F. Storm  <storm@cua.dk>
2225         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2226         Declare earlier to avoid byte compiler warnings.
2228 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2230         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2232 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2234         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2235         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2236         when calling update-game-score program.  Remove unnecessary
2237         save-excursion.
2239         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2241 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2243         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2244         avoid compiler warning.
2245         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2246         might have values other than "true" or "false".
2248 2007-01-28  Richard Stallman  <rms@gnu.org>
2250         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2251         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2253         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2255         * image.el (image-type-header-regexps): Make GIF regex more specific.
2257         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2258         Don't check `backspace'.
2259         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2260         in Fundamental mode.
2262         * startup.el (fancy-splash-text, normal-splash-screen):
2263         Mention C-g.
2265         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2266         when inserting in buffer.
2268         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2269         inside the if.
2271 2007-01-27  Richard Stallman  <rms@gnu.org>
2273         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2275 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2277         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2278         enum/union/struct/class definition.
2279         Revert change to call `forward-sexp' multiple times.
2281 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2283         * files.el (hack-local-variables-confirm): Don't keep trying to
2284         read an event from an empty kbd macro.
2286 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2288         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2290 2007-01-27  Ben North  <ben@redfrontdoor.org>
2292         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2293         the arg CHILDREN -> WHICH.
2295 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2297         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2298         default-directory to a sane value when calling start-process.
2300 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2302         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2303         (ls-lisp-format-time-list): Doc fix.  Mention
2304         ls-lisp-use-localized-time-format.
2305         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2306         ls-lisp-use-localized-time-format is non-nil, even if a valid
2307         locale is defined.
2309 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2311         * jka-compr.el (jka-compr-shell): Doc fix.
2313         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2315 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2317         * ps-print.ps: Fix background height.
2318         (ps-print-version): New version 6.7.2.
2320 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2322         * makefile.w32-in (finder-data, custom-deps): Depend on
2323         $(lisp)/loaddefs.el.
2325 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2327         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2329 2007-01-24  Miles Bader  <miles@gnu.org>
2331         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2332         (byte-compile-output-docform): Bind `print-circle' to t.
2334 2007-01-24  Kenichi Handa  <handa@m17n.org>
2336         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2337         file name of the original SKK dictionary file.
2339 2007-01-24  Kim F. Storm  <storm@cua.dk>
2341         * ido.el (ido-initial-position): New variable.
2342         (ido-read-internal): Set it if default item is specified.
2343         (ido-minibuffer-setup): Position cursor accordingly if set.
2344         (ido-edit-input): C-e moves to end of input if not already there.
2345         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2346         Don't switch to buffer mode if repeating C-b at start of input.
2347         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2348         input; else it moves to start of input.
2349         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2350         not at end of input, delete rest of input, rather than normal op.
2352 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2354         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2356         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2357         of message.  Activate mark.
2358         (ediff-activate-mark): Set transient-mark-mode to t.
2360         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2362 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2364         * help-fns.el (describe-variable): Don't suppress display of
2365         buffer local value when the value is "large".
2367 2007-01-22  Kim F. Storm  <storm@cua.dk>
2369         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2370         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2371         (ido-tidy): Use ido-active.
2373 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2375         * hexl.el (hexl-mode-exit): Add missing quote.
2377 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2379         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2380         (mac-ae-keyboard-modifiers): New function.
2381         (mac-handle-toolbar-switch-mode): Use it.
2382         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2383         if keyboard modifiers on drop contain option key.
2384         (mac-dnd-drop-data): Add optional argument `action'.
2385         (special-event-map): Remove binding for M-drag-n-drop.
2387 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2389         * add-log.el (add-log-current-defun): Use CC Mode functions to
2390         find the beginning and end of a defun.
2392 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2394         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2395         (gdb-var-create-handler): Handle value field in GDB output of
2396         -var-create.
2397         (gdb-max-frames): New variable.
2398         (gdb-stack-buffer, gdb-frames-select): Use it.
2399         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2400         if necessary.
2401         (gdb-get-frame-number): Simplify.
2403 2007-01-21  Glenn Morris  <rgm@gnu.org>
2405         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2406         Update copyrights.
2408 2007-01-21  Alan Mackenzie  <acm@muc.de>
2410         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2411         handling of K&R stuff.
2413 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2415         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2417 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2419         * ps-print.el: Handle frame parameters (background and/or foreground
2420         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2421         (ps-print-version): New version 6.7.1.
2422         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2423         (ps-frame-parameter): New fun.
2424         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2425         Fix doc and customization.
2426         (ps-begin-job): Get frame parameters (background and/or foreground
2427         colors).
2428         (ps-do-despool): Ensure ps-printer-name has a valid value.
2430 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2432         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2433         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2434         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2435         mean unlimited.
2437 2007-01-20  Alan Mackenzie  <acm@muc.de>
2439         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2440         much more rigorous analysis of putative K&R regions.
2442 2007-01-20  Alan Mackenzie  <acm@muc.de>
2444         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2445         New functions.
2447 2007-01-20  Alan Mackenzie  <acm@muc.de>
2449         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2450         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2451         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2452         * progmodes/cc-vars.el: Add my name.
2454 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2456         * files.el (find-alternate-file): Revert query message to Emacs 21
2457         version.
2459 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2461         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2462         the doc string how to use personal abbrevs without electric
2463         keywords.
2465 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2467         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2468         Fixed cursor position when toggle abbreviated display.
2470 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2472         * t-mouse.el: Update copyright following assignment by
2473         Alessandro Rubini.
2475 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2477         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2478         (type-break-demo-boring): Call read-event instead of read-char.
2480 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2482         * progmodes/compile.el: Add handling for makepplog.
2484 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2486         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2487         aspell dictionaries are initialized when called non-interactively.
2489 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2491         * progmodes/compile.el (compilation-loop): New arg limit.
2492         Handle case where the first error is at point-min.
2493         (compilation-next-error): New arg to compilation-loop call.
2495 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2497         * info.el (Info-default-dirs): Change default info dir to
2498         share/info.
2500         * paths.el (Info-default-directory-list): Ditto.
2502 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2504         * hexl.el (hexl-before-revert-hook): New function.
2505         (hexl-mode): Use it.
2506         (hexl-after-revert-hook): Just call hexl-mode.
2507         (hexl-mode-exit): Remove before-revert-hook.
2509 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2513 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2515         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2516         by "-" in francais7 otherchars entry.
2517         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2518         otherchars entry.
2520 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2522         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2523         path.  Rewrite function in `cond' style for readability.
2525         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2526         (The path shortening, that is, not the rearrarangement.)
2528 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2530         * term/mac-win.el (mac-ae-quit-application): New function.
2531         (mac-apple-event-map): Bind "quit application" Apple event to it.
2533 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2535         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2536         than the program's output.
2538 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2540         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2541         (kmacro-start-macro-or-insert-counter)
2542         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2543         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2545         * longlines.el (longlines-show-hard-newlines):
2546         * ruler-mode.el (ruler-mode-ruler):
2547         * emulation/keypad.el (keypad-setup):
2548         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2549         Fix typo in docstring.
2551 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2553         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2554         Remove redirect character ">".
2556 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2558         * replace.el (perform-replace): Remove leftover code.
2560 2007-01-12  Richard Stallman  <rms@gnu.org>
2562         * replace.el (perform-replace): Don't clear NODENT when computing
2563         the replacement string.
2565 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2567         * net/tramp.el (tramp-handle-file-local-copy):
2568         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2569         <christopher.ian.moore@gmail.com>.
2571 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         * diff-mode.el (diff-sanity-check-context-hunk-half)
2574         (diff-sanity-check-hunk): New functions.
2575         (diff-find-source-location): Use'em to check the hunks are well-formed.
2577         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2578         activate undo when undo is not active.
2579         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2581 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2584         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2585         (ffap-url-at-point): Use char-classes rather than "a-z".
2587 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2589         * ediff-init.el (ediff-autostore-merges):
2590         * textmodes/fill.el (fill-region): Doc fix.
2592 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         * server.el (server-ensure-safe-dir): UIDs may be floats.
2596 2007-01-10  Richard Stallman  <rms@gnu.org>
2598         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2599         around calls to directory-files.
2601         * subr.el (momentary-string-display): Use save-excursion.
2603         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2604         argument, but read it as `X' does.
2606 2007-01-09  Juri Linkov  <juri@jurta.org>
2608         * info.el (Info-fontify-node): Don't hide node names of index entries.
2610         * faces.el (momentary): Change :group to basic-faces where all
2611         basic faces belong to.  Add :version.
2613 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2615         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2616         keybinding is found.
2617         (tutorial--find-changed-keys): Never treat null keybinding as a
2618         remapping.
2620 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2622         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2624 2007-01-09  Kenichi Handa  <handa@m17n.org>
2626         * international/mule-cmds.el
2627         (select-safe-coding-system-interactively): Fix message.
2629 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2631         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2632         (tramp-process-actions): Add optional parameter TIMEOUT.
2633         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2634         (tramp-open-connection-su): Add timeout of 60".
2636 2007-01-09  Richard Stallman  <rms@gnu.org>
2638         * progmodes/compile.el (compile): Doc fix.
2640 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2642         * tumme.el (tumme-display-thumb): Doc fix.
2644 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2646         * battery.el (battery-search-for-one-match-in-files):
2647         * bindings.el (mode-line-minor-mode-help):
2648         * x-dnd.el (x-dnd-types-alist):
2649         * calendar/icalendar.el (icalendar-import-buffer):
2650         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2652         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2654 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2656         * replace.el (replace-regexp): Fix typo in docstring.
2658 2007-01-07  Alan Mackenzie  <acm@muc.de>
2660         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2661         Amend doc-string and comments.
2663 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2665         * files.el (abbreviate-file-name): Doc fix.
2667 2007-01-06  Markus Triska  <triska@gmx.at>
2669         * subr.el (split-string): Remove spurious ")" from doc string.
2671 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2673         * textmodes/table.el (table--warn-incompatibility):
2674         Use display-warning instead of momentary-string-display.
2676 2007-01-05  Richard Stallman  <rms@gnu.org>
2678         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2680         * simple.el (backward-kill-word): Doc fix.
2682 2007-01-05  Romain Francoise  <romain@orebokech.com>
2684         * international/mule.el (sgml-html-meta-auto-coding-function):
2685         Ensure that the buffer contains a HTML document.
2687 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2689         * faces.el (momentary): Move here ...
2690         * subr.el (momentary): ... from here.
2692 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2694         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2695         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2696         large structures/arrays.
2698 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2700         * files.el (find-file-noselect-1, set-visited-file-name):
2701         Allow backup-enable-predicate to be nil.
2703 2007-01-04  Andreas Schwab  <schwab@suse.de>
2705         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2706         last change.
2708 2007-01-03  Richard Stallman  <rms@gnu.org>
2710         * woman.el (woman-decode-buffer): Clarify error message.
2712 2007-01-03  Alan Mackenzie  <acm@muc.de>
2714         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2716 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2718         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2720 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2724 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2726         * emulation/viper.el (viper-custom-file-name, viper-mode):
2727         Fix typos in docstrings.
2729         * subr.el (momentary-string-display): After moving point, set POS
2730         variable to it to avoid later errors once the buffer is modified.
2731         Doc fix.
2733 2007-01-02  Alan Mackenzie  <acm@muc.de>
2735         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2736         check that the "*/" is present before trying to manipulate it.
2738 2007-01-02  Richard Stallman  <rms@gnu.org>
2740         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2742         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2743         Fix format of value.
2745         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2746         Change messages accordingly.
2747         (customize-customized): Now alias.
2749 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2751         * files.el (version-control): Doc fix.
2753 2007-01-01  Alan Mackenzie  <acm@muc.de>
2755         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2756         Check the format of c-state-cache is valid for an optimisation before
2757         using it.
2759         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2760         are at a statement within a macro".  Other changes so that only
2761         the first continuation line in a macro gets the symbol
2762         `cpp-define-intro', the others getting `statement', or whatever.
2764         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2765         a string, preserve whitespace.  Add a backslash only when also in
2766         a macro.
2768         * progmodes/cc-defs.el: Correct typos.
2770         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2771         new line after an escaped EOL in a string.
2773         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2774         label when it directly follows "else", "do", ....
2776         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2777         angle brackets (as seen in "explicit specialisations" of C++
2778         templates).
2780         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2781         in the doc-string.
2783         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2784         when the comment ender looks like "=========*/" and is alone on
2785         its line.
2787         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2788         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2789         for the old name.
2791         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2792         c-\(beginning\|end\)-of-defun by default.
2794         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2795         New line-up function, for the DEFUN macro in the Emacs C sources.
2796         Only used in "gnu" style.
2798         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2799         the "gnu" style.
2801         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2802         clean-up comment-close-slash also to work when there's a comment
2803         terminator on the line.
2804         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2805         these for large arg - only take account of top level {..}, except
2806         for initial and final adjustments.  M-- C-M-[ae] now go to the
2807         right defuns when the starting point is between defuns.  They use
2808         the four new functions:
2809         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2810         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2811         support c-\(beginning\|end\)-of-defun.
2813         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2814         expressions more rigorously, to exclude bit-field specifiers from
2815         being classed as labels.
2816         (c-forward-label): When analyzing a ":" within a macro, be careful
2817         about using c-forward-syntactic-ws at the macro beginning.
2818         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2819         stmt boundary, check for "operator=", etc.
2821         * progmodes/cc-mode.el (c-postprocess-file-styles):
2822         Bind inhibit-read-only to t, around the call to
2823         c-remove-any-local-eval-or-mode-variables, so that it works on a
2824         RO file.
2826         * progmodes/cc-defs.el (c-version): Update the version number to
2827         "5.31.4".
2829 2007-01-01  Richard Stallman  <rms@gnu.org>
2831         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2832         only if we restored isearch-window-configuration.
2834 2006-12-31  Romain Francoise  <romain@orebokech.com>
2836         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2838 2006-12-31  Kim F. Storm  <storm@cua.dk>
2840         * files.el (auto-mode-case-fold): New defcustom.
2841         (set-auto-mode): If non-nil, perform second case-sensitive pass
2842         through auto-mode-alist if first pass failed.
2844 2006-12-30  Richard Stallman  <rms@gnu.org>
2846         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2848 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2850         * allout.el (allout-encrypt-string): Handle symmetric-key
2851         passphrase caching but leave keypair caching to pgg.
2853 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2855         Sync with Tramp 2.0.55.
2857         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2858         `integerp'.  `char-equal' could fail else in case of negative
2859         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2860         (top): Check for `font-lock-add-keywords' before calling; it
2861         doesn't exist under XEmacs.
2862         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2863         (tramp-completion-mode): Remove clause (not
2864         tramp-unified-filenames), because the function is called in other
2865         context too, where this check results in wrong results in the
2866         XEmacs case on Windows.
2867         (tramp-touch): UTC handling is not possible for XEmacs.
2869 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2871         * scroll-bar.el (previous-scroll-bar-mode): New variable
2872         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2873         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2875         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2877 2006-12-30  Richard Stallman  <rms@gnu.org>
2879         * files.el (make-backup-file-name-1): Precompute abs name
2880         but don't lose the relative name.
2882         * international/mule-cmds.el (select-safe-coding-system-interactively):
2883         Fix message.
2885 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2887         * files.el (backup-buffer): Show entire backup file name in msg.
2889 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2891         * image.el (image-type-header-regexps, image-type-from-data)
2892         (image-type-from-buffer, image-type-from-file-header):
2893         Revert changes from 2006-12-26.
2894         (image-type-auto-detectable): New variable.
2895         (image-type-auto-detected-p): New function.
2897         * files.el (magic-mode-alist): Detect image files with
2898         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2900 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2902         * dired.el (dired-sort-other): Move test for dired-mode...
2903         (dired-sort-set-modeline): ...to here.
2905 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2907         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2908         change.  Suggested by Stefan Monnier.
2910 2006-12-29  Kim F. Storm  <storm@cua.dk>
2912         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2913         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2915 2006-12-27  Kim F. Storm  <storm@cua.dk>
2917         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2918         so it doesn't accidentally match an fsf.org mail address.
2919         (authors-renamed-files-alist): Add tcover-*.el.
2921 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * vc-arch.el (vc-arch-find-version): New function.
2925         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2926         composed of arbitrary characters (even /) in some systems.
2928 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2930         * international/mule-cmds.el (select-safe-coding-system-interactively):
2931         Improve the message in the *Warning* buffer.
2933 2006-12-27  Kim F. Storm  <storm@cua.dk>
2935         * ido.el (ido-set-matches-1): Fix last change.  If default item is
2936         current buffer, it is ok to be first.
2938 2006-12-27  Kenichi Handa  <handa@m17n.org>
2940         * international/mule-cmds.el (select-safe-coding-system-interactively):
2941         Use face `link' for problematic chars.
2943 2006-12-27  Kenichi Handa  <handa@m17n.org>
2945         * international/mule-cmds.el (select-safe-coding-system-interactively):
2946         Improve the message in *Warning* buffer.
2948 2006-12-27  Kim F. Storm  <storm@cua.dk>
2950         * ido.el (ido-set-matches-1): Never put current buffer first if
2951         there are other matches.
2953 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
2955         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2956         expressions.
2957         (gdb-var-delete): Handle duplicate names.  Print message for non
2958         root expressions.
2959         (gdb-partial-output-name): Start buffer name with a space.
2960         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2961         buffer name.
2963 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2965         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2966         last footnote when `footnote-spaced-footnotes' is nil.
2968 2006-12-26  Richard Stallman  <rms@gnu.org>
2970         * cus-edit.el (custom-browse-sort-alphabetically)
2971         (custom-buffer-sort-alphabetically)
2972         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
2974         * image.el (image-type-header-regexps): Change element format
2975         to include third item NOT-ALWAYS.
2976         (image-type-from-data): Handle new format.
2977         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
2978         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2980 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
2982         * add-log.el (add-log-current-defun): Call `forward-sexp'
2983         multiple times to pick a member function name defined as
2984         part of nested classes/namespaces.
2986 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2988         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2989         which keymap should be used to change menu.  It does not affect any
2990         existent code.
2992 2006-12-26  Richard Stallman  <rms@gnu.org>
2994         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2995         rather than for being in a minibuffer window.
2997 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
2999         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3000         locale-coding-system.
3001         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3002         LF.
3004 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3006         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3007         (sql-mode-syntax-table): Disable double quoted strings.
3008         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3010 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3012         * startup.el (fancy-splash-last-input-event): New variable.
3013         (fancy-splash-special-event-action): New function.
3014         (fancy-splash-screens): Temporarily bind special events to it.
3015         Execute command for saved special event before exiting from
3016         recursive editing.
3018         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3019         New functions.
3020         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3021         Use mac-unread-string.
3023 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3025         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3026         an optimized comment regexp if `comment-start-skip' uses a ^.
3027         * bs.el (bs--up): Remove interactive spec.
3029 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3031         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3032         Suggested by James Cloos.
3034 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3036         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3037         in March.
3038         (calendar-dst-ends): Default to first Sunday in November.
3040 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3042         * allout.el (allout-encrypt-string): Inhibit use of agent within
3043         body of let form where encryption happens.  Acknowledge non-use of
3044         gpg-agent in docstring.
3045         (allout-toggle-subtree-encryption): Acknowledge non-use of
3046         gpg-agent in docstring.
3048 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3050         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3052 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3054         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3055         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3057         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3058         in hooks.
3059         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3060         actually modify buffer; ignore errors if occur.
3062 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3064         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3065         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3066         formatting.
3068 2006-12-23  Richard Stallman  <rms@gnu.org>
3070         * simple.el (delete-horizontal-space): Doc fix.
3072 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3074         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3075         explicitly in a recursive Make, not implicitly through prerequisites,
3076         since the latter is wrong under parallel builds.
3078 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3080         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3082 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3084         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3085         message string.
3087 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3089         * outline.el (outline-next-visible-heading): Fix the case with a
3090         header at end-of-file with no final newline.
3092 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3094         * indent.el (tab-always-indent): Doc fix.
3096 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3098         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3099         (Info-fontify-node): Do fontify indices.
3101         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3102         to the Emacs Lisp reference manual.
3103         (tutorial--tab-map): Remove.  All callers changed.
3104         (tutorial--find-changed-keys): New elt QUIET, used to...
3105         (tutorial--display-changes): ...ensure that warning messages are
3106         only issued once per changed key.
3107         (tutorial--remove-remarks): Delete unused code-path.
3108         (lang-strings): Remove extraneous formatting.
3109         (tutorial--save-tutorial): Prompt before saving tutorial state.
3111 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3113         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3114         Replace '?\ ' by '?\s' throughout.
3115         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3116         `help' custom group.
3117         (tutorial--key-description): New function.
3118         (tutorial--display-changes): Remove redundant arg.  Scan for all
3119         key sequences to avoid false matches.  Cleanup.
3120         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3121         reduce homedir pollution.
3122         (help-with-tutorial): Call tutorial--display-changes with no arg.
3124 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3126         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3128 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3130         * net/tramp.el (tramp-default-method): We still need to check for
3131         `executable-find', because it is not bound under Emacs 20.
3132         (tramp-handle-file-name-completion)
3133         (tramp-completion-handle-file-name-completion): Handle optional
3134         parameter PREDICATE.
3135         (tramp-find-default-method): Add code for default values.
3137 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3139         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3140         make gud-go send "continue".
3142 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3144         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3145         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3147 2006-12-19  Kim F. Storm  <storm@cua.dk>
3149         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3150         instead of global-map.
3152         * files.el (magic-mode-alist): Allow matching file type by
3153         calling a function at bob.  Check for image types by calling
3154         image-type-from-buffer.  Suggested by Juanma Barranquero.
3155         (set-auto-mode): Do it.
3157 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3159         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3160         Remove "ControlMaster" option from the other `scp*' methods.
3161         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3163 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3165         * textmodes/org.el (org-mode): Show context after isearch.
3166         (org-show-siblings): New function.
3167         (org-show-context): Use `org-show-siblings'.
3169 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3172         Use syntax-ppss-toplevel-pos.
3174 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3176         * textmodes/org.el (org-current-line): Make sure that lines are
3177         counted from beginning of buffer.
3178         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3179         lines are counted from beginning of buffer.
3181 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3183         * info.el (Info-build-node-completions): Signal error if tag-table
3184         marker is not found.
3186         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3188 2006-12-17  Alan Mackenzie  <acm@muc.de>
3190         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3191         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3192         Based on code by Martin Rudalics.
3194         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3195         open-paren-in-column-0-is-defun-start to nil any more.
3197 2006-12-17  Richard Stallman  <rms@gnu.org>
3199         * simple.el (delete-horizontal-space): Use prefix arg.
3201         * help-fns.el (describe-variable): Improve blank separator lines.
3203         * files.el (magic-mode-alist): Mark as risky.
3205         * files.el (make-backup-file-name-1):
3206         Expand backup-directory explicitly.
3208 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3210         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3211         check whether package password.el is loaded, or Pageant is running.
3213 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3215         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3216         (icalendar--rris): First try Emacs, then XEmacs.
3217         (icalendar--convert-ical-to-diary): Doc fix.
3218         Insert newline at end of target file.
3220 2006-12-17  Kim F. Storm  <storm@cua.dk>
3222         * outline.el (outline-isearch-open-invisible-function): New defvar.
3223         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3224         overlay property instead of outline-isearch-open-invisible.
3226 2006-12-16  Kim F. Storm  <storm@cua.dk>
3228         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3229         if ido-directory-too-big is set on entry.
3230         (ido-toggle-ignore, ido-completion-help): Print message while
3231         reading big directory.
3233 2006-12-15  Richard Stallman  <rms@gnu.org>
3235         * shell.el (shell): Doc fix.
3237 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3239         * emulation/edt.el (edt-xserver):
3240         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3241         to fix a problem on Cygwin.
3243         * emulation/edt.el
3244         * emulation/edt-mapper.el
3245         * emulation/edt-lk201.el
3246         * emulation/edt-pc.el
3247         * emulation/edt-vt100.el: Update maintainer's email address.
3249 2006-12-15  Simon Marshall  <simon@gnu.org>
3251         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3253 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3255         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3256         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3257         instead of mac-atsu-font-table.
3258         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3260 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3262         * align.el (align-match-tex-pattern): Fix a rare bug which
3263         hanged Emacs.
3265 2006-12-14  Richard Stallman  <rms@gnu.org>
3267         * startup.el (use-fancy-splash-screens-p): Use frame-height
3268         instead of window-height.  Pass frame to image-size.
3270 2006-12-13  Kenichi Handa  <handa@m17n.org>
3272         * international/mule-cmds.el (set-locale-environment):
3273         Set default-sendmail-coding-system too.
3275 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3277         * progmodes/idlw-help.el: Fix copyright notice.
3279 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3283 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3285         * subr.el (unread-command-char): Reformat obsolescence info.
3287 2006-12-11  Richard Stallman  <rms@gnu.org>
3289         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3290         about calls to cl-struct-setf-expander.
3292 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3294         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3295         (ediff-combination-pattern): Fix typo in docstring.
3297         * textmodes/refer.el (refer-find-entry): Doc fix.
3298         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3299         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3300         Fix tipos in docstrings.
3302         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3304 2006-12-10  Kim F. Storm  <storm@cua.dk>
3306         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3307         instead of binding M-backspace.
3309 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3311         * replace.el (replace-match-data, replace-match-maybe-edit):
3312         * calc/calc-aent.el (calc-eval-error):
3313         * emulation/vi.el (vi-char-argument):
3314         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3315         (c-vsemi-status-unknown-p-fn): Doc fixes.
3317 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3319         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3320         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3322 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3324         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3326 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3328         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3330         * man.el (Man-xref-button-action): New function.  If the
3331         `Man-target-string' button property is a function, assume it
3332         accepts a position argument.
3333         (Man-abstract-xref-man-page): Use it.
3334         (Man-default-man-entry): New optional arg POS.
3336         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3337         symlink arrows read-only and non-rear-sticky.
3339 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3341         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3342         (wdired-search-and-rename): Simplify code.
3343         (wdired-preprocess-files, wdired-preprocess-perms): Make
3344         read-only property of preceding character rear-nonsticky to
3345         avoid that it can be modified.  Put old-name and old-link
3346         properties on character preceding name and replace
3347         put-text-property by add-text-properties.
3348         (wdired-get-filename, wdired-get-previous-link): Get old-name
3349         and old-link properties from character preceding name and
3350         simplify code.
3351         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3352         (wdired-perms-to-number): Make local-map property
3353         rear-nonsticky to avoid that text following permissions may be
3354         modified.  Use add-text-properties instead of put-text-property
3355         when changing a permission bit.
3356         (wdired-change-to-dired-mode): Remove stickiness properties.
3358 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3360         * international/mule-cmds.el (register-input-method): Doc fix.
3362 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3364         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3366 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3368         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3369         Force buffer local defs evaluation on local variables loading.
3370         (flyspell-mode-on, flyspell-mode-off): Use it in
3371         `hack-local-variables-hook'.
3373 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3375         * emacs-lisp/find-func.el (find-variable): Doc fix.
3377         * help-fns.el (variable-at-point): Doc fix.
3379         * w32-fns.el (w32-append-code-lines): New function.
3381 2006-12-09  Romain Francoise  <romain@orebokech.com>
3383         * comint.el (comint-insert-input): Delete obsolete comment.
3385 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3388         current frame, in case we're connected to several displays.
3390 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3392         * frame.el (other-frame): Doc fix.
3393         (set-frame-parameter): Fix typo in docstring.
3395 2006-12-07  Kim F. Storm  <storm@cua.dk>
3397         * info.el (Info-index): Strip leading colon from topic.
3399 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3401         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3402         to pointers.
3404 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3406         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3407         Trim out spurious class inheritance "None" entries.
3409 2006-12-05  Kim F. Storm  <storm@cua.dk>
3411         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3412         (cua-paste-pop): Rework last change for
3413         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3414         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3415         text inserted by the last M-y command.
3417 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3419         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3420         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3422         * shell.el (shell): Search the start file in ~/.emacs.d as
3423         `init_SHELLNAME.sh' instead.
3425 2006-12-05  Glenn Morris  <rgm@gnu.org>
3427         * progmodes/cperl-mode.el (cperl-mode)
3428         * progmodes/f90.el (f90-mode-abbrev-table)
3429         * progmodes/fortran.el (fortran-mode-abbrev-table)
3430         * progmodes/octave-mod.el (octave-abbrev-table)
3431         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3432         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3434         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3435         clear abbrev table, else saved abbrevs will not be restored.
3437 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3439         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3440         the call to `make-obsolete-variable', not in the docstring.
3442 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3444         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3446 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3448         * progmodes/ebnf-abn.el:
3449         * progmodes/ebnf-bnf.el:
3450         * progmodes/ebnf-dtd.el:
3451         * progmodes/ebnf-ebx.el:
3452         * progmodes/ebnf-iso.el:
3453         * progmodes/ebnf-otz.el:
3454         * progmodes/ebnf-yac.el:
3455         * progmodes/ebnf2ps.el:
3456         * delim-col.el:
3457         * printing.el:
3458         * ps-bdf.el:
3459         * ps-mule.el:
3460         * ps-print.el: Remove 'Time-stamp' comment mark.
3462         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3463         'easy-menu-add-item' when called in Emacs 21 or higher.
3465 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3467         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3468         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3470 2006-12-04  Kim F. Storm  <storm@cua.dk>
3472         * bindings.el (global-map): Bind [signal t] to ignore, to have
3473         user signals ignored by default.
3475 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3477         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3478         Unicode data file pointed to by `describe-char-unicodedata-file'.
3480 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3483         O(n^2) regexp-search by anchoring the search.
3485 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3487         * whitespace.el (whitespace-cleanup-internal): Use current
3488         argument for recursive call.
3490 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3492         * net/tramp.el (tramp-methods): Add "ControlPath" and
3493         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3494         Andreas Schwab <schwab@suse.de>.
3495         (tramp-do-copy-or-rename-file-out-of-band)
3496         (tramp-open-connection-rsh): Compute format spec for ?t.
3497         (tramp-process-actions): Trace command parameters.
3499 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3501         * simple.el (toggle-truncate-lines): Clarify doc string.
3503         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3504         (gdb-speedbar-expand-node): Use it.
3506 2006-12-04  Richard Stallman  <rms@gnu.org>
3508         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3510         * dired.el (dired-revert): Turn off dired-after-readin-hook
3511         around call to dired-readin.
3513         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3514         to echo area messages.
3515         <indicate-empty-lines, case-fold-search>:
3516         Add "globally" to Help string.
3517         <case-fold-search>: MESSAGE arg need not say "globally".
3518         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3520 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3522         * outline.el (outline-end-of-subtree): Don't leave an empty
3523         line hidden as we would a real next heading.
3525 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3527         * allout.el (allout-ascend): Add an optional argument to preserve
3528         original position of point when unsuccessful.  Also, fix a
3529         docstring error.
3530         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3531         work again, using allout-ascend's new option.
3532         (allout-setup-mode-map): Extract from allout-mode to initialize
3533         allout-mode-map.  Call it on file load, so the mode docstring
3534         substitutions work even if allout mode has not yet been invoked.
3535         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3536         customizations since the map was last processed.  Also, refine the
3537         docstring so it's ship-shape for release.
3538         (allout-default-layout, allout-beginning-of-line-cycles)
3539         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3540         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3541         (allout-version, allout-layout, allout-infer-body-reindent)
3542         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3543         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3544         (allout-previous-heading, allout-goto-prefix-doublechecked)
3545         (allout-current-bullet-pos, allout-next-sibling-leap)
3546         (allout-pre-command-business, allout-encrypted-type-prefix)
3547         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3548         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3549         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3550         (allout-old-expose-topic, allout-listify-exposed)
3551         (allout-process-exposed, allout-latex-verb-quote)
3552         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3553         (allout-toggle-current-subtree-encryption)
3554         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3555         Remove extraneous open-paren and close paren string escapes.
3557 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3559         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3560         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3561         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3562         Fix typos in docstrings.
3564 2006-12-03  Glenn Morris  <rgm@gnu.org>
3566         * progmodes/cc-align.el
3567         * progmodes/cc-awk.el
3568         * progmodes/cc-cmds.el
3569         * progmodes/cc-compat.el
3570         * progmodes/cc-defs.el
3571         * progmodes/cc-engine.el
3572         * progmodes/cc-langs.el
3573         * progmodes/cc-menus.el
3574         * progmodes/cc-mode.el
3575         * progmodes/cc-styles.el
3576         * progmodes/cc-vars.el
3577         * progmodes/vhdl-mode.el: Fix Copyright format.
3579 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3581         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3582         initial down event.
3584 2006-12-02  Kim F. Storm  <storm@cua.dk>
3586         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3587         (cua-repeat-replace-region): Make M-v more robust.
3588         (cua-paste-pop-rotate-temporarily): New defcustom.
3589         (cua-paste-pop): Use it.
3590         (cua-auto-mark-last-change): New defcustom.
3591         (cua-pop-to-last-change): New helper function.
3592         (cua-set-mark): Use them.
3594 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3596         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3597         mini-buffer message.
3599 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3601         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3603 2006-12-01  Ben North  <ben@redfrontdoor.org>
3605         * paren.el: Fix the highlight overlay extension when the user types a
3606         sequence of char very fast just before the open parenthesis.
3608 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3610         * ps-mule.el: Eliminate Emacs 20 compatibility.
3612         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3613         (ps-print-version): New version 6.7.
3614         (ps-print-quote): Replace '?\ ' by '?\s'.
3616 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3618         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3619         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3620         (hexl-end-of-1k-page): Doc fixes.
3621         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3622         Fix typos in docstrings.
3624 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3626         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3627         locally, i.e. without using file name handlers.
3628         (ido-read-internal): Allow mono letter host names, avoiding the
3629         `c:' problem by testing if the file exists locally.
3630         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3632 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3634         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3635         to avoid bytecomp warnings.
3636         (hexl-mode-old-ruler-function): New variable.
3637         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3638         and `hl-line-range-function' after `require' hl-line.
3639         Then bind `hl-line-range-function' and `hl-line-face'.
3640         Don't require frame.  Don't use `with-no-warnings'.
3641         (hexl-activate-ruler): Store the original value of
3642         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3643         (hexl-mode-exit): Restore the original value of
3644         `ruler-mode-ruler-function'.
3646 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3648         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3649         (hexl-mode-old-hl-line-face): New variable.
3650         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3651         line when exit from the hexl-mode.
3653 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3655         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3656         Doc fixes.
3658         * international/fontset.el (create-fontset-from-ascii-font)
3659         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3660         (fontset-name-p): Fix typo in docstring.
3662         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3664 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3666         * ps-bdf.el: Fix maintainer email.
3668         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3669         compatibility.
3671         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3672         21 compatibility.
3673         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3674         Emacs 20 & 21.
3676 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3678         * progmodes/idlwave.el (idlwave-auto-fill):
3679         Remove paragraph-start let to prevent auto-fill giving up.
3681 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3683         * vt100-led.el (led-state): Fix typo in previous change.
3685 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3687         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3688         Fix interactive spec of the functions getting defined to make them
3689         work as documented.
3691 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3693         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3695 2006-11-28  Kim F. Storm  <storm@cua.dk>
3697         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3698         icomplete-mode is enabled.
3700 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3702         * textmodes/org.el (require): Require gnus-sum during compilation
3703         to avoid problem with a macro call.
3705 2006-11-28  Glenn Morris  <rgm@gnu.org>
3707         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3709         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3710         (fortran-window-create-momentarily): Do not need string-to-char.
3712 2006-11-28  Richard Stallman  <rms@gnu.org>
3714         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3715         Replace incorrect use of assoc-default with a loop.
3717         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3719         * simple.el (next-error-find-buffer): Improve messages.
3721         * files.el (revert-buffer): Special error message if file
3722         is now not readable.
3724         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3725         constructed commands.
3727         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3728         in INSIDE_EMACS.
3730 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3732         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3734         * server.el: Remove spurious * in docstrings.
3735         (server-process-filter): Exit from recursive editing before processing
3736         a new request.
3738 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3740         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3741         line so hidden blocks will be correctly identified.
3743 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3745         * ledit.el (ledit-save-defun, ledit-mode):
3746         * resume.el (resume-emacs-args-buffer):
3747         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3748         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3749         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3750         (command-send-input, command-kill-line):
3751         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3753         * autoarg.el (autoarg-kp-mode): Doc fix.
3755         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3756         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3757         (check-emacs-lock): Doc fix.  Simplify.
3759         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3760         (iimage-mode-buffer): Fix typos in docstring.
3762         * misc.el (zap-up-to-char): Doc fix.
3764         * time-stamp.el: Fix comment and obsolescence string for old
3765         functions.  Use `dolist' instead of `while'.
3767         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3769         * disp-table.el (standard-display-8bit, standard-display-default):
3770         * ebuff-menu.el (electric-buffer-list):
3771         * ehelp.el (electric-help-command-loop):
3772         * font-core.el (font-lock-mode):
3773         * help-macro.el (make-help-screen):
3774         * help.el (describe-minor-mode-completion-table-for-indicator)
3775         (lookup-minor-mode-from-indicator):
3776         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3777         * info-look.el (info-lookup-guess-custom-symbol):
3778         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3779         * longlines.el (longlines-wrap-line):
3780         * macros.el (insert-kbd-macro):
3781         * menu-bar.el (menu-bar-update-buffers):
3782         * misc.el (copy-from-above-command):
3783         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3784         * newcomment.el (comment-indent):
3785         * novice.el (disabled-command-function):
3786         * sort.el (sort-fields-syntax-table):
3787         * subr.el (momentary-string-display):
3788         * tar-mode.el (tar-header-block-summarize)
3789         (tar-clear-modification-flags):
3790         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3791         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3792         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3793         (te-delete-char, te-down-vertically-or-scroll):
3794         * time-stamp.el (time-stamp-string-preprocess):
3795         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3797 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3799         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3800         in GUD mode.
3802         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3803         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3805 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3807         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3809 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3811         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3812         (ada-compile-goto-error): Adapt to new argument profile of
3813         compilation-goto-locus in Emacs 22.  Don't check if the various
3814         compile functions are defined; we already do "(require 'compile)".
3816 2006-11-26  Kim F. Storm  <storm@cua.dk>
3818         * kmacro.el: Fix commentary.
3820 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3822         * progmodes/gud.el (gdb): Explain how to run in text command mode
3823         more clearly.  Say in error message that multiple debugging
3824         requires restarting GDB.
3826 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3828         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3830 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3832         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3833         (flymake-popup-menu): Use it instead of posn-at-point.
3835 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3837         * progmodes/cc-vars.el (c-backslash-column):
3838         Mention c-backslash-max-column in documentation for c-backslash-column.
3840 2006-11-24  Lars Hansen  <larsh@soem.dk>
3842         * net/tramp.el (tramp-default-method): Under Windows, change from
3843         plink to pscp.
3844         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3845         (tramp-actions-copy-out-of-band):
3846         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3847         (tramp-action-out-of-band): Move "Permission denied" handling to
3848         tramp-action-copy-failed.
3849         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3850         process buffer.
3852 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3855         strings to a single string.  Quote `errors-file-name'.
3856         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3857         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3858         Adjust calls.  Use `shell-quote-argument'.
3860         * international/mule.el (load-with-code-conversion)
3861         (with-category-table): Use with-current-buffer.
3862         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3864 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3866         * mail/smtpmail.el (smtpmail-send-it):
3867         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3868         MIME header for the message encoding.
3869         Bind coding-system-for-write around the call to mail-do-fcc.
3870         Use smtpmail-code-conv-from to encode queued mail messages.
3872 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3874         * tabify.el (tabify-regexp): Doc fix.
3876         * net/rcirc.el (rcirc-buffer-maximum-lines):
3877         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3879         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3880         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3881         Fix typos in output messages.
3882         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3884 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3886         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3887         the horse's mouth.
3888         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3890 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3892         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3893         Remove condition-case.
3895 2006-11-23  Glenn Morris  <rgm@gnu.org>
3897         * progmodes/f90.el (f90-comment-indent): Do not move point in
3898         default case.
3900 2006-11-21  Romain Francoise  <romain@orebokech.com>
3902         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3903         from library name (reverts change of 2005-10-25).
3905 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3907         * tutorial.el (tutorial--default-keys): Add newline and
3908         delete-backward-char bindings.
3909         (tutorial--detailed-help): Save excursion when finding keys.
3910         Correct warning string for M-x FOO case.
3911         (tutorial--display-changes): Print special keys in tutorial style.
3912         Tweak search regexp for changed keys.
3914 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3916         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3917         redundant scheme.
3919 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3921         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3922         are new to the list at IANA.  Also added irc, mms, mmsh.
3924 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3926         * progmodes/idlw-help.el (idlwave-html-help-location):
3927         Fail gracefully for missing help packages.
3928         (idlwave-help-assistant-open-link): Open full links.
3929         (idlwave-help-assistant-help-with-topic): Direct help link.
3931         * progmodes/idlwave.el (idlwave-mode):
3932         Set add-log-current-defun-function.
3933         (idlwave-current-routine-fullname): Add, to support add-log.
3934         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3935         to reflect improvements to xml-parse-file.
3936         (idlwave-mode-menu-def): New binding for help-with-topic.
3938         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3939         Handle extra newlines and spaces.
3940         (idlwave-shell-mode-map): Add help-with-topic.
3942 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
3944         * tutorial.el (tutorial-warning-face): New face.
3945         (tutorial--detailed-help, tutorial--display-changes): Use it.
3946         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3947         Improve search pattern for occurrences of changed keys.
3949 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3951         * term/x-win.el (x-last-cut-buffer-coding): New variable.
3952         (x-select-text): Set it.
3953         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3954         when checking for newness.
3956 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
3958         * subr.el (posn-image):
3959         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3961         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3963 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3965         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3966         Exceptions to the rule "add a space between an identifier and an
3967         opening parenthesis".  Defaulted to the `#define' problem of cpp.
3968         (glasses-parenthesis-exception-p): New.  Check if the region is an
3969         exception regarding to that.
3970         (glasses-make-readable): Use it.
3971         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
3972         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3974 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
3976         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3978 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
3980         * progmodes/ada-mode.el (ada-make-body): Fix typo.
3982         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3983         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
3985 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
3987         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3988         conditions for function or variable bindings.
3990         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3992         * progmodes/compile.el (compilation-start): Ditto.
3994 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
3996         * net/tramp.el (top): cl and custom are always required.
3998 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4000         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4001         cut-buffers with next-selection-coding-system if not nil.
4003 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4005         * textmodes/org.el (org-fix-decoded-time): New function.
4006         (org-display-custom-time): Use `org-fix-decoded-time'.
4008 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4010         * menu-bar.el (menu-bar-games-menu): Remove yow.
4012 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4014         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4015         (org-detach-overlay): Rename from `org-detatch-overlay'.
4016         (org-table-convert-region): Insert space after column separator.
4017         (org-agenda-kill): New command.
4018         (org-metaleft): Call `org-outdent-item' on bullets.
4019         (org-metaright): Call `org-indent-item' on bullets.
4020         (org-timestamp-change): Set `org-last-changed-timestamp'.
4021         (org-current-line): Make sure (bolp) returns correct result.
4022         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4024 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4028 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4030         * mouse.el (global-map): Change 2006-08-16 fix to call
4031         mouse-yank-at-click explicitly, since mouse events are not carried
4032         over into keyboard macros.
4034 2006-11-16  Kim F. Storm  <storm@cua.dk>
4036         * ido.el (ido-file-internal): Use current buffer's file name as default
4037         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4039 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4041         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4042         (allout-inhibit-aberrance-doublecheck): Rename from
4043         allout-during-yank-processing.  All callers changed.
4044         (allout-ascend): Provide for unusual case where some topic after
4045         the first in file is at lower depth than the first.
4046         (allout-shift-in): Ensure the offspring of the new containing
4047         topic are exposed.
4048         (allout-encrypt-string): Preserve the coding-system of the text,
4049         according to that of the containing buffer.
4050         (allout-toggle-subtree-encryption): When the text being encrypted
4051         requires a different coding system, offer to preserve the coding
4052         system using a file local var.
4054 2006-11-15  Simon Marshall  <simon@gnu.org>
4056         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4057         to recognise "T t()" as a function declaration, rather than a
4058         variable instantiation, iff at the top-level or inside a class
4059         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4061 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4063         * progmodes/ada-xref.el (ada-parse-prj-file):
4064         Don't delete project buffer; user may want to edit it.
4065         (ada-xref-set-project-field, ada-xref-current-project-file)
4066         (ada-xref-current-project, ada-show-current-project)
4067         (ada-set-main-compile-application): New functions.
4068         (ada-xref-get-project-field, ada-require-project-file):
4069         Normalize use of ada-prj-default-project-file.
4070         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4071         Normalize use of ada-require-project-file.
4072         (ada-prj-find-prj-file): Improve doc string, comments.
4074         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4075         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4076         (ada-create-menu): Add ada-set-main-compile-application,
4077         ada-show-current-main, ada-show-current-project.
4079 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4082         (inferior-python-mode): Use it.
4084 2006-11-14  Andreas Schwab  <schwab@suse.de>
4086         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4088 2006-11-13  Kim F. Storm  <storm@cua.dk>
4090         * ido.el (ido-copy-current-word): C-o copies region if active.
4092 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4094         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4096 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4098         * ediff.el (ediff-revision):
4099         * files.el (set-visited-file-name):
4100         * mail/rmailout.el (rmail-output-body-to-file):
4101         Use `format', not `message', in `y-or-n-p' call.
4103 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4105         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4106         (org-metaright): Call `org-indent-item' on bullets.
4107         (org-timestamp-change): Set `org-last-changed-timestamp'.
4108         (org-current-line): Make sure (bolp) returns correct result.
4109         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4111 2006-11-12  Richard Stallman  <rms@gnu.org>
4113         * language/european.el (turkish-case-conversion-enable)
4114         (turkish-case-conversion-disable): New functions.
4115         ("Turkish" lang env): Use them.
4117         * international/characters.el (case table):
4118         Do nothing special for i and I.
4120         * subr.el (remove-overlays): Fix last change.
4122         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4123         for visiting the custom file.
4125 2006-11-12  Markus Triska  <triska@gmx.at>
4127         * play/handwrite.el (handwrite): Also process lines not ending
4128         with newline.  Replace some position-fiddling with different
4129         logic.  Improve performance.
4131 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4133         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4134         replacing deleted variable `ada-check-switch'.
4135         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4136         (ada-xref-project-files): Improve doc string.
4137         (ada-find-executable): New function.
4138         (ada-initialize-runtime-library): Use `ada-find-executable'.
4139         (ada-xref-set-default-prj-values): In compile commands, don't need
4140         `ada-cd-command'; `compile' does that more portably.
4141         Use ada-prj-default-check-cmd.
4142         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4143         properties if not specified in project file.
4144         (ada-goto-declaration): Display useful message for new error
4145         'error-file-not-found.
4146         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4147         'error-file-not-found.
4148         (ada-get-all-references): Match latest ali syntax.  Signal new
4149         error 'error-file-not-found.
4150         (ada-find-in-ali): Match latest ali syntax.
4151         (ada-make-filename-from-adaname): Handle different semantics of
4152         gnatkr in GNAT 3.15p vs later.
4154         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4155         ada-procedure-start-regexp.
4156         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4158         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4159         with defvar.
4160         (ada-language-version): Rename ada05 -> ada2005.
4161         (ada-align-region-separate): Add `eval-when-compile'.
4162         (ada-name-regexp): Remove unneeded escapes in regexp character
4163         alternative.
4164         (ada-compile-goto-error-file-linenr-re): New constant.
4165         (ada-matching-start-re): Handle additional cases `declare',
4166         `procedure', `function'.
4167         (ada-compile-goto-error): Handle "... at line nn".
4168         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4169         Delete support for old versions of `align'.
4170         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4171         (ada-check-defun-name): Simplify handling of `declare'.
4172         (ada-goto-matching-start): Handle nested `begin ... end'.
4173         Handle `declare', `protected', `procedure', `function'.
4174         (ada-create-menu): Presence of arm95 is not conditional on using
4175         GNAT compiler.
4177 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4179         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4180         nil in the *RE-Builder* buffer (it causes spurious error messages).
4182         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4183         been set to t, respect it.
4185 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4187         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4188         Delete commented out code for old Emacs versions.  Autoloading of
4189         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4190         (ada-mode-version): Bump version number.
4191         (ada-95-string-keywords, ada-2005-string-keywords)
4192         (ada-2005-keywords, ada-name-regexp): New constant.
4193         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4194         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4195         (ada-package-start-regexp): Support private packages, include package
4196         name (for ada-set-point-accordingly).
4197         (ada-next-procedure, ada-previous-procedure)
4198         (ada-which-function-are-we-in): Match changes to
4199         ada-procedure-start-regexp.
4200         (ada-make-body): Make non-interactive; not a user function.
4201         (ada-make-subprogram-body): Improve doc string.
4203 2006-11-11  Romain Francoise  <romain@orebokech.com>
4205         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4206         `compilation-error-regexp-alist' buffer-local, since we changed
4207         `compilation-error-regexp-alist-alist' locally.
4209 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4211         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4212         to the value of `server-raise-frame'.
4214 2006-11-11  Glenn Morris  <rgm@gnu.org>
4216         * ido.el (ido-enable-prefix)
4217         * ses.el (ses-call-printer-return)
4218         * net/tramp.el (tramp-unified-filenames)
4219         * progmodes/cc-align.el (c-lineup-string-cont)
4220         * progmodes/compile.el (compilation-directory-matcher)
4221         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4222         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4223         (vhdl-clock-rising-edge)
4224         * textmodes/org.el (org-export-with-timestamps)
4225         (org-export-remove-timestamps-from-toc)
4226         (org-export-with-tags): Improve previous doc fixes.
4228 2006-11-11  Richard Stallman  <rms@gnu.org>
4230         * textmodes/flyspell.el (flyspell-mode-map):
4231         Bind C-c $ instead of M-RET.
4233 2006-11-10  Simon Marshall  <simon@gnu.org>
4235         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4236         fontification for "case" and "default" keywords.
4238 2006-11-10  Andreas Schwab  <schwab@suse.de>
4240         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4241         Avoid starting sentence with "nil".
4243 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4245         * server.el (server-raise-frame): New option.
4246         (server-switch-buffer): Use it.
4248 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4250         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4251         with a capital.
4253 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4255         * textmodes/org.el (org-show-hierarchy-above)
4256         (org-show-following-heading): Fix typo in default value.
4257         (org-scan-tags): Make the search case-sensitive.
4258         (org-tags-sparse-tree): Don't overrule
4259         `org-show-following-heading' and `org-show-hierarchy-above'.
4260         (org-reveal): New command.
4261         (org-show-context): Rename from `org-show-hierarchy-above'.
4262         (org-fast-tag-selection-single-key): New option.
4263         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4264         (org-tags-overlay): New variable.
4265         (org-agenda-todo-ignore-deadlines): New option.
4266         ("session"): Add circular data structure `org-mark-ring' to
4267         exceptions list in session.el.
4268         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4269         New options.
4270         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4271         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4272         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4273         (org-finalize-agenda): Activate bracket links in agenda.
4274         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4275         INACTIVE-OK.
4276         (org-show-hierarchy-above, org-show-following-heading):
4277         List values allowed for fine-tuned configuration.
4278         (org-show-hierarchy-above): New argument CONTEXT, use the
4279         fine-tuned settings in `org-show-hierarchy-above' and
4280         `org-show-following-heading'.
4281         (org-display-custom-time): New function.
4282         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4283         (org-display-custom-times, org-time-stamp-custom-formats):
4284         (org-maybe-intangible): New macro.
4285         (org-activate-bracket-links, org-hide-wide-columns):
4286         Use `org-maybe-intangible'.
4287         (org-open-file): Use `shell-quote-argument'.
4288         (org-display-internal-link-with-indirect-buffer): New option.
4289         (org-file-remote-p): Get regexp from list.
4290         (org-link-expand-abbrev): New function.
4291         (org-link-abbrev-alist): New option.
4292         (org-open-at-point, org-cleaned-string-for-export):
4293         Call `org-link-expand-abbrev'.
4294         (org-timeline, org-agenda-list, org-todo-list)
4295         (org-tags-view): Remove the KEEP-MODES argument.
4296         (org-finalize-agenda-hook): New hook.
4297         (org-get-alist-option): New function.
4298         (org-follow-timestamp-link): New function.
4299         (org-open-at-point): Call `org-follow-timestamp-link'.
4300         (org-log-note-marker, org-log-note-purpose)
4301         (org-log-note-window-configuration): New variables.
4302         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4303         (org-log-note-headings): New option.
4304         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4305         (org-store-link): Support for dired-mode.
4306         (org-open-file): Substitute environment variables into filename.
4307         (org-last): New defsubst.
4308         (org-agenda-re-align-tags): New function.
4309         (org-agenda-align-tags-to-column): New option.
4310         (org-agenda-timeline): Group removed.
4311         (org-prepare-agenda, org-prepare-agenda-buffers)
4312         (org-run-agenda-series, org-timeline, org-agenda-list)
4313         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4314         the text property inticating the agenda type.
4315         (org-agenda-post-command-hook): Get agenda type from text property
4316         at point.
4317         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4318         and obey `org-agenda-overriding-arguments'.
4319         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4320         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4321         (org-agenda-week-view, org-agenda-day-view):
4322         Use `org-agenda-overriding-arguments' to make updating work with
4323         multi-block agendas.
4324         (org-agenda-prefix-format): Allow different formats for the
4325         different agenda entry types.
4326         (org-timeline-prefix-format): Option removed, use
4327         `org-agenda-prefix-format' instead.
4328         (org-prepare-agenda): New function.
4329         (org-select-timeline-window): Option removed, use
4330         `org-select-agenda-window' instead.
4331         (org-respect-restriction): Variable removed.
4332         (org-cmp-tag): New function.
4333         (org-agenda-sorting-strategy, org-entries-lessp):
4334         Implement sorting by last tag.
4335         (org-complete): Better completion in in-buffer option lines.
4336         (org-in-item-p): New function.
4337         (org-org-menu): Add entries for checkboxes.
4338         (org-cycle): Extra brouping in outline-regexp, because it is used
4339         in a search with "^" prepended.
4340         (org-provide-checkbox-statistics): New option.
4341         (org-set-font-lock-defaults): Highlight checkbox statistics.
4342         (org-update-checkbox-count-maybe)
4343         (org-get-checkbox-statistics-face): New functions.
4344         (org-update-checkbox-count): New command.
4345         (org-insert-item, org-toggle-checkbox):
4346         Call `org-update-checkbox-count-maybe'.
4347         (org-export-as-html): XEmacs compatibility for coding system.
4348         (org-force-cycle-archived): New command.
4349         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4350         overrules cycling.
4351         (org-fix-position-after-promote): If the line contains only a todo
4352         keyword, add a final space.
4353         (org-promote-subtree, org-demote-subtree):
4354         Call `org-fix-position-after-promote'.
4356 2006-11-10  Glenn Morris  <rgm@gnu.org>
4358         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4359         date in every year.
4360         (calendar-dst-check-each-year-flag): New customizable variable.
4361         (calendar-dst-find-data): New function, extracted from
4362         calendar-current-time-zone.
4363         (calendar-current-time-zone): Use calendar-dst-find-data.
4364         (calendar-dst-transition-cache): New variable.
4365         (calendar-dst-find-startend, calendar-dst-starts)
4366         (calendar-dst-ends): New functions.
4367         (calendar-daylight-savings-starts)
4368         (calendar-daylight-savings-ends): Change value to use
4369         calendar-dst-starts, calendar-dst-ends; respectively.
4371         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4373         * ido.el (ido-enable-prefix)
4374         * ses.el (ses-call-printer-return)
4375         * net/tramp.el (tramp-unified-filenames)
4376         * progmodes/cc-align.el (c-lineup-string-cont)
4377         * progmodes/compile.el (compilation-directory-matcher)
4378         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4379         * progmodes/gdb-ui.el (gdb-many-windows)
4380         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4381         (vhdl-clock-rising-edge)
4382         * textmodes/org.el (org-export-with-timestamps)
4383         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4384         (org-read-date): Doc fix (Nil -> nil).
4386 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4388         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4389         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4391 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4393         * bs.el (bs--window-for-buffer): Remove.
4394         (bs--show-with-configuration): Use `get-window-with-predicate'
4395         instead of `bs--window-for-buffer'.
4397 2006-11-10  Kenichi Handa  <handa@m17n.org>
4399         * files.el (revert-buffer): Fix previous change.
4401 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4403         * bs.el (bs--redisplay): Fix typo in docstring.
4404         (bs--window-config-coming-from): Make frame-local.
4405         (bs--restore-window-config): New function.
4406         (bs-kill, bs-select, bs-select-other-window)
4407         (bs-select-other-frame): Use it.
4408         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4409         (bs--show-with-configuration): Save the window configuration as a
4410         frame local var, and only if *buffer-selection* is not already
4411         visible on this frame.
4413 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4415         * vc-svn.el (vc-svn-admin-directory): New var.
4416         (vc-svn-registered, vc-svn-responsible-p)
4417         (vc-svn-repository-hostname): Use it.
4418         Suggested by arit93@yahoo.com.
4420 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4422         * ldefs-boot.el: Regenerate.
4424 2006-11-08  Alan Mackenzie  <acm@muc.de>
4426         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4427         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4428         for least nested open-paren.
4430 2006-11-08  Romain Francoise  <romain@orebokech.com>
4432         * subr.el (remove-overlays): Fix typo in last change.
4434 2006-11-08  Richard Stallman  <rms@gnu.org>
4436         * subr.el (remove-overlays): Call overlay-recenter.
4438 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4440         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4441         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4442         behaviour.
4443         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4444         directly.
4446 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4448         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4449         (ido-max-dir-file-cache, ido-decorations)
4450         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4451         (ido-magic-backward-char, ido-enter-dired)
4452         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4453         (ido-list-directory, ido-first-match, ido-only-match)
4454         (ido-subdir, ido-indicator): Fix typos in docstrings.
4455         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4456         (ido-read-internal): Fix typo in error message.
4458 2006-11-08  Kenichi Handa  <handa@m17n.org>
4460         * international/mule-cmds.el (set-default-coding-systems):
4461         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4463 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4465         * makefile.w32-in (setwins): Remove.
4466         (WINS_ALMOST): New macro.
4467         (WINS): Use it.
4468         (autoloads): Don't extract autoloads from files in obsolete/.
4470 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4472         * whitespace.el (whitespace-buffer): Call remove-overlays after
4473         overlay-recenter for performance.  Suggested by Martin Rudalics.
4475 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4477         * net/tramp.el (tramp-default-method): scp is the default method.
4479 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4481         * server.el (server-start): Save also the Emacs pid in the server file.
4483 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4485         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4486         point when displaying a bibtex cross reference in the echo area.
4488 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4490         * international/mule.el (make-char): Fix typo in docstring.
4491         (load-with-code-conversion, charsetp): Doc fixes.
4493         * international/ja-dic-cnv.el (skkdic-convert):
4494         * cus-edit.el (hook): Fix typo in docstring.
4496 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4498         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4499         (custom-mode-link-map): New variable.
4500         (custom-group-link, custom-manual): Use follow-link.
4502 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4504         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4505         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4507 2006-11-06  Richard Stallman  <rms@gnu.org>
4509         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4510         New function broken out of flyspell-correct-word.
4511         (flyspell-mode-map): Bind it to M-RET.
4512         (flyspell-correct-word): Call it.
4514         * textmodes/fill.el (fill-minibuffer-function): New function.
4515         (fill-paragraph): Bind fill-paragraph-function to
4516         fill-minibuffer-function.
4518         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4519         so that they aren't undefined.
4521         * dired.el (dired-readin): Locally bind file-name-coding-system.
4523         * bindings.el: Shorten and clarify usual mode line mouse help string.
4525         * Makefile.in (autoloads): Don't include `obsolete'.
4527 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4529         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4530         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4531         Printing menu if it's not initialized.
4532         (pr-menu-bind): Act on menu-bar-file-menu directly.
4534 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4536         * help.el (view-emacs-news): Fix typo in error message.
4538         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4540         * shadowfile.el (shadow-define-regexp-group)
4541         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4542         (shadow-read-files): Fix typo in message.
4543         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4544         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4545         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4546         (shadow-file-match): Fix typos in docstrings.
4548         * terminal.el (terminal-emulator): Fix typo in message.
4550         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4552         * emacs-lisp/lselect.el (x-kill-primary-selection)
4553         (x-delete-primary-selection, x-copy-primary-selection):
4554         Fix typos in error messages.
4556         * emulation/edt-mapper.el: Fix typo in interactive message.
4558         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4560         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4561         (ispell-help): Fix typos in docstrings.
4562         (ispell-help): Fix typo in output message.
4564         * allout.el (allout-adjust-file-variable)
4565         (allout-passphrase-verifier-string)
4566         (allout-passphrase-hint-string)
4567         (allout-toggle-current-subtree-encryption):
4568         * apropos.el (apropos-synonyms):
4569         * cus-edit.el (hook):
4570         * emacs-lock.el (emacs-lock-from-exiting):
4571         * follow.el (follow-avoid-tail-recenter-p):
4572         * hexl.el (hexl-mode):
4573         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4574         * mouse.el (mouse-set-font):
4575         * resume.el (resume-emacs-args-file):
4576         * rfn-eshadow.el (file-name-shadow-tty-properties):
4577         * t-mouse.el (t-mouse-process, t-mouse-mode):
4578         * emacs-lisp/cust-print.el (custom-print-install)
4579         (custom-print-uninstall, custom-format):
4580         * emacs-lisp/shadow.el (list-load-path-shadows):
4581         * emulation/tpu-edt.el (tpu-help-text)
4582         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4583         (tpu-reset-control-keys):
4584         * emulation/vip.el (vip-emacs-local-map)
4585         (vip-change-mode-to-emacs):
4586         * emulation/viper.el (viper-mode, viper-set-hooks)
4587         (viper-major-mode-modifier-list):
4588         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4589         * emulation/viper-keym.el (viper-emacs-kbd-map)
4590         (viper-toggle-key):
4591         * mail/feedmail.el (feedmail-queue-reminder)
4592         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4593         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4594         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4595         (feedmail-sender-line, feedmail-force-binary-write)
4596         (feedmail-from-line, feedmail-deduce-envelope-from)
4597         (feedmail-x-mailer-line, feedmail-message-id-generator)
4598         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4599         (feedmail-enable-spray, feedmail-spray-this-address)
4600         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4601         (feedmail-queue-runner-confirm-global)
4602         (feedmail-ask-before-queue-prompt)
4603         (feedmail-ask-before-queue-reprompt)
4604         (feedmail-prompt-before-queue-standard-alist)
4605         (feedmail-prompt-before-queue-user-alist)
4606         (feedmail-prompt-before-queue-help-supplement)
4607         (feedmail-queue-use-send-time-for-message-id)
4608         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4609         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4610         (feedmail-mail-send-hook-queued)
4611         (feedmail-confirm-addresses-hook-example)
4612         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4613         (feedmail-queue-runner-mode-setter)
4614         (feedmail-queue-alternative-mail-header-separator)
4615         (feedmail-queue-runner-message-sender)
4616         (feedmail-buffer-eating-function, feedmail-binmail-template)
4617         (feedmail-run-the-queue-no-prompts)
4618         (feedmail-run-the-queue-global-prompt)
4619         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4620         (feedmail-envelope-deducer, feedmail-fiddle-date)
4621         (feedmail-default-message-id-generator)
4622         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4623         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4624         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4625         (vms-pmail-setup):
4626         * play/dunnet.el (dun-help):
4627         * play/handwrite.el (handwrite):
4628         * play/hanoi.el (hanoi-unix-64):
4629         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4630         * textmodes/enriched.el (fixed):
4631         * textmodes/org.el (org-file-apps)
4632         (org-emphasis-regexp-components, org-emphasis-alist):
4633         * textmodes/texinfmt.el (batch-texinfo-format):
4634         Fix typos in docstrings.
4636 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4638         * loadhist.el (read-feature): Don't complete features not loaded
4639         from a file (which make `unload-feature' to fail).
4641 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4643         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4645 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4647         * startup.el (command-line-1): Kill emacs if the last frame is
4648         deleted while evaluating the command-line arguments.
4650 2006-11-05  Richard Stallman  <rms@gnu.org>
4652         * startup.el (init-file-had-error): Add doc string.
4653         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4654         Use fixed-width font for keyboard key descriptions.
4656         * cus-edit.el (custom-save-all): Error if saving in .emacs
4657         and it had an error when loaded.
4659         * dired-aux.el (dired-copy-file-recursive): Catch errors
4660         from recursive copies in the loop, around the recursive call.
4662 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4664         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4665         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4666         `/proc/acpi/thermal_zone/*'.
4667         (battery-search-for-one-match-in-files): New.  Search a regexp in
4668         the content of some files.
4670 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4672         * window.el (mouse-autoselect-window-now): Remove variable.
4673         (mouse-autoselect-window-state): New variable.
4674         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4675         (mouse-autoselect-window-select, handle-select-window):
4676         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4677         Suspend delayed autoselection during menu or popup dialog.
4679         * info-look.el (info-lookup-guess-custom-symbol): New function
4680         for retrieving symbol at point in custom buffers.
4681         (top level) <info-lookup-maybe-add-help>: Add backquote and
4682         comma to ignored characters in regexps of help specifications
4683         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4684         looking up symbols in `...' and after a comma.  Add help
4685         specifications for custom-mode and help-mode.
4687 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4689         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4690         Don't encode body if RAW is non-nil, or if the old encoding is
4691         identical to the new encoding, or if the body contains only
4692         eight-bit-* characters.
4694 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4696         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4697         (faces-sample-overlay): Remove variable.
4698         (describe-face): Insert sample text in the face being described.
4700 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4702         * whitespace.el (whitespace-indent-regexp): Make this match any
4703         multiples of eight spaces near the beginning of a line.
4704         (whitespace-buffer): Use `remove-overlays' instead of
4705         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4706         speed up overlay handling.
4707         (whitespace-buffer-leading, whitespace-buffer-trailing):
4708         Make these functions highlight the text removed by
4709         `whitespace-buffer-leading-cleanup' and
4710         `whitespace-buffer-trailing-cleanup' respectively.
4711         (whitespace-buffer-search): Use `with-local-quit'.
4712         Move `format' out of loop to speed up scanning larger buffers.
4713         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4714         that function is never added to a hook.
4715         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4716         (whitespace-buffer-leading-cleanup)
4717         (whitespace-refresh-rescan-list): Fix docstrings.
4719 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4721         * allout.el (allout-during-yank-processing): Cue for inhibiting
4722         aberrance processing during yanks.
4723         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4724         the amount of yanked topics that can be aberrant.
4725         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4726         a function, and supplement with inihibition of doublechecking
4727         during yanks.
4728         (allout-beginning-of-line, allout-next-heading)
4729         (allout-previous-heading, allout-goto-prefix-doublechecked)
4730         (allout-back-to-current-heading, allout-next-visible-heading)
4731         (allout-next-sibling): Use new allout-do-doublecheck function.
4732         (allout-next-sibling): Ensure we made progress when returning
4733         other than nil.
4734         (allout-rebullet-heading): Preserve text property annotations
4735         indicating the text was hidden, if it was.
4736         (allout-kill-line): Remove any added was-hidden annotations.
4737         (allout-kill-topic): Remove any added was-hidden annotations.
4738         (allout-annotate-hidden): Inhibit adding was-hidden text
4739         properties to the undo list.
4740         (allout-deannotate-hidden): New function to remove was-hidden
4741         annotation.
4742         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4743         (allout-remove-exposure-annotation): Replace by
4744         allout-deannotate-hidden.
4745         (allout-yank-processing): Signal that yank processing is happening
4746         with allout-during-yank-processing.  Also, wrap
4747         allout-unprotected's closer to the text changes, for easier
4748         debugging.  We need to inhibit-field-text-motion explicitly, in
4749         lieu of the encompassing allout-unprotected.
4750         (outlineify-sticky): Adjust criteria for triggering new outline
4751         decorations to presence or absence of any topics, not just a topic
4752         at the beginning of the buffer.
4754 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4756         * bs.el (bs--show-all, bs--redisplay):
4757         * cus-edit.el (custom-unlispify-menu-entries)
4758         (custom-unlispify-tag-names, custom-prompt-variable):
4759         * expand.el (expand-pos):
4760         * speedbar.el (speedbar-generic-list-tag-p):
4761         * wid-edit.el (widget-image-enable):
4762         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4763         * emacs-lisp/find-func.el (find-function-noselect)
4764         (find-function, find-variable-noselect, find-variable)
4765         (find-definition-noselect, find-face-definition):
4766         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4767         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4768         * progmodes/ada-xref.el (ada-find-in-ali):
4769         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4770         * textmodes/org.el (org-copy-subtree):
4771         * textmodes/table.el (table--row-column-insertion-point-p):
4772         Use "non-nil" in docstrings.
4774 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4776         * sort.el (sort-columns): Set the field separator to tab; on
4777         NetBSD, sort complains if "\n" is used as field separator.
4779 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4781         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4783 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * server.el (server-auth-key): Remove.  Replace by a process-property.
4786         (server-start): Don't remove the file of the previous process, but
4787         instead clear out the place for the new file.
4788         (server-start): Set the :auth-key property.
4789         (server-process-filter): Use the :auth-key property.
4791 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4793         * textmodes/org.el (org-mode-map): No longer copy
4794         `outline-mode-map' explicitly - this is already done by
4795         `define-derived-mode'.
4797 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4799         * server.el (server-visit-files): Use `when'.
4800         (server-process-filter): When authentication fails, send error
4801         message to client.  Wrap `process-send-region' in `ignore-errors'
4802         instead of `condition-case', and remove misleading comment.
4804 2006-11-01  Juri Linkov  <juri@jurta.org>
4806         * simple.el (yank): Doc fix.
4808 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4810         * server.el: Try and fit within 80 columns.
4811         (server-start): Make the auth file unreadable by other users.
4813 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4815         * battery.el (battery-linux-proc-acpi): Prevent range error when
4816         `full-capacity' is 0.
4818 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4820         * faces.el (faces-sample-overlay): New defvar.
4821         (faces-sample-overlay): New function to show face sample text.
4822         (describe-face): Use it.
4824 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4826         * progmodes/ada-stmt.el: Change maintainer, apply
4827         whitespace-cleanup, checkdoc.
4828         (ada-func-or-proc-name): Add doc string.
4830         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4831         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4832         strings and comments.
4833         (ada-prj-display-page): Change buffer name to more accurately
4834         reflect function.
4836         * progmodes/ada-xref.el: Change maintainer, apply
4837         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4838         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4839         (ada-compile-current): Don't add newlines to commands.
4841 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4843         * server.el: Add support for TCP sockets.
4844         (server-use-tcp, server-host, server-auth-dir): New options.
4845         (server-auth-key): New variable.
4846         (server-ensure-safe-dir): Create nonexistent parent dirs.
4847         Ignore Unix-style file modes on Windows.
4848         (server-start): Crete a TCP or Unix socket according to the value
4849         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4850         `server-auth-dir' directory.
4851         (server-process-filter): Delete process if authentication
4852         fails (which never happens for Unix sockets).
4854 2006-10-30  David Kastrup  <dak@gnu.org>
4856         * subr.el (add-to-list): Don't continue checking if a match has
4857         been found.
4859 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4861         * tutorial.el: Move defvars to avoid bytecomp warnings.
4862         (tutorial--find-changed-keys): Check if viper-current-state is
4863         bound before using it.
4864         (help-with-tutorial): Check if viper-tutorial is defined before
4865         using it.
4867 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4869         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4871         * tutorial.el: New file.
4872         (help-with-tutorial): Move here from help-fns.el. Added help for
4873         rebound keys.  Fixed resume of tutorial.
4874         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4875         (tutorial--find-changed-keys, tutorial--display-changes)
4876         (tutorial--saved-dir, tutorial--saved-file)
4877         (tutorial--save-tutorial): New functions to support the changes in
4878         help-with-tutorial.
4880 2006-10-30  Kenichi Handa  <handa@m17n.org>
4882         * files.el (revert-buffer): If a unibyte buffer is being reverted
4883         with a coding system for multibyte, set buffer multibyte before
4884         calling insert-file-contents.
4886 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * server.el (server-select-display): Use a dummy buffer to detect when
4889         the frame is later used.
4890         (server-select-display): New function.
4891         (server-process-filter): Use it to detect unused temp frames.
4893 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4895         * progmodes/ada-mode.el: Change maintainer, apply
4896         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4897         (ada-mode-version): New function.
4898         (ada-create-menu): Menu operations are available for all supported
4899         compilers.
4901 2006-10-29  Lars Hansen  <larsh@soem.dk>
4903         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4904         Highlight as keyword.
4905         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4906         Don't call tramp-method-out-of-band-p for local files.
4907         (tramp-touch): Quote file name.
4909 2006-10-28  Glenn Morris  <rgm@gnu.org>
4911         * calendar/calendar.el (cal-html-cursor-month)
4912         (cal-html-cursor-year): Add autoloads for this new package.
4913         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4915 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4917         * calendar/cal-html.el: New file.
4919 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4921         * emacs-lisp/authors.el (authors-aliases): Update.
4923 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4925         * version.el (emacs-version): Bump version number to 22.0.90.
4927 2006-10-26  John W. Eaton  <jwe@octave.org>
4929         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4930         New defvar.
4931         (inferior-octave-resync-dirs): Check to see whether Octave has
4932         built-in variables and set inferior-octave-has-built-in-variables.
4933         Check inferior-octave-has-built-in-variables to decide whether to
4934         send commands that set built-in variables or call functions to
4935         change Octave's behavior.
4936         Send "disp (pwd ())" to Octave instead of just "pwd".
4937         (inferior-octave-startup): Send "more off" to Octave instead of
4938         "page_screen_output = 0".
4940 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
4942         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4943         pattern normally.
4945 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
4947         * bindings.el (mode-line-mode-menu): Remove bindings for global
4948         minor modes (line/column number) as they are on the menubar.
4950 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
4952         * term/w32-win.el (x-handle-name-switch): Doc fix.
4953         (w32-standard-fontset-spec): Fix typo in docstring.
4955         * midnight.el (midnight-buffer-display-time): Doc fix.
4956         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4958 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4960         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4962         * viper-ex.el (ex-read): Quote file argument.
4964         * ediff-diff.el (ediff-same-file-contents): Expand file names.
4966         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4968 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4970         * textmodes/flyspell.el (flyspell-check-region-doublons):
4971         Fix last fix.
4973 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4975         * bindings.el (mode-line-mode-menu): List global minor modes
4976         before local ones.
4978 2006-10-23  Kim F. Storm  <storm@cua.dk>
4980         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4981         (sit-for): If last command was a prefix arg, add the read-ahead
4982         event to unread-command-events as (t . EVENT) so it will be added
4983         to this-command-keys by read-key-sequence.
4985 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
4987         * textmodes/flyspell.el (flyspell-word): Skip past all previous
4988         whitespace when checking doublons.
4989         (flyspell-check-region-doublons): Fix doublon regexp.
4990         (flyspell-highlight-incorrect-region): Highlight doublons using
4991         flyspell-duplicate face.
4993         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4995 2006-10-22  John Wiegley  <johnw@newartisans.com>
4997         * progmodes/python.el (python-use-skeletons): python-mode was
4998         auto-inserting templates (for those with abbrev-mode on), not only
4999         by default -- *but without a configuration variable to disable
5000         it*.  This rendered python-mode completely useless for me, so I
5001         have added `python-use-skeletons', which is now off by default.
5003 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5005         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5006         font-lock-multiline is auto-local (it's not).
5007         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5008         initialized before calling cperl-init-faces.
5010 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5012         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5013         gdb-stack-position a value when there is no fringe.
5015         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5016         indicator if not visiting a file.
5018 2006-10-20  David Kastrup  <dak@gnu.org>
5020         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5021         operation would still cause some window to collapse later.
5023 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5026         side-effect due to mixing various backends's file properties.
5028         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5029         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5030         Return `filename's status if applicable.  Update callers.
5032 2006-10-19  Kenichi Handa  <handa@m17n.org>
5034         * international/kkc.el (kkc-region): When a key sequence is not
5035         defined, append (this-single-command-raw-keys) to
5036         unread-input-method-events.
5038 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5040         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5042 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5044         * version.el (emacs-version): Use mac-carbon-version-string.
5046         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5048 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5050         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5051         Kenichi Handa).
5052         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5053         the selection is not UTF-8.
5055 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5057         * progmodes/ada-mode.el (ada-83-string-keywords)
5058         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5059         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5060         (ada-looking-at-semi-private, ada-get-body-name):
5061         Fix typos in docstrings.
5062         (ada-create-case-exception, ada-create-case-exception-substring):
5063         Fix typos in error messages.
5064         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5066 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5068         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5069         to default-frame-alist if default-frame-alist already contains
5070         width/height.
5072 2006-10-18  Richard Stallman  <rms@gnu.org>
5074         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5075         Non-interactive arg is the value, not the expression.
5077         * simple.el (read-expression-map): Just set it, no defvar.
5079         * subr.el (insert-for-yank-1): If last inserted char has
5080         properties, mark them as rear-nonsticky.
5082         * recentf.el (recentf-mode): Doc fix.
5084         * facemenu.el (facemenu-add-new-face): Defend against symbol
5085         that isn't a face name.
5087         * dired-aux.el (dired-do-copy): Doc fix.
5089 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5091         * simple.el (line-move-1): Ignore fields when moving to the
5092         beginning of line to avoid getting point stuck.
5094 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5096         * textmodes/flyspell.el (flyspell-word-search-backward):
5097         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5098         text.
5100 2006-10-16  Richard Stallman  <rms@gnu.org>
5102         * help-fns.el (describe-function-1): Special case optimization
5103         for self-insert-command.
5105 2006-10-16  Kim F. Storm  <storm@cua.dk>
5107         * ido.el (ido-reread-directory): Work in `dir' mode too.
5109 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5111         * textmodes/table.el: Require 'regexp-opt.
5113 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5115         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5116         Use shell-quote-argument.
5118         * shell.el (explicit-bash-args): Likewise.
5120         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5121         Use grep -E rather than egrep.
5123 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5125         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5127 2006-10-15  Kim F. Storm  <storm@cua.dk>
5129         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5131 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5133         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5134         to protect whitespace and metacharacters from the shell.
5136 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5138         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5140 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5142         * subr.el (start-process-shell-command): Doc fix.
5144 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5146         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5147         the regexp for Maxima symbols.
5149 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5152         (vc-find-root): Don't walk higher up than ~.
5154 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5156         * international/utf-8.el (utf-translate-cjk-load-tables):
5157         Avoid clobbering last-coding-system-used during load.
5159 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5161         * textmodes/reftex-global.el (reftex-create-tags-file):
5162         Quote file arguments.
5164 2006-10-12  Richard Stallman  <rms@gnu.org>
5166         * files.el (file-name-history): Add defvar.
5167         (save-some-buffers-action-alist): Improve description strings.
5169 2006-10-12  Andreas Schwab  <schwab@suse.de>
5171         * files.el (auto-mode-alist): Match change log file name also with
5172         a dash before a numeric extension.
5174 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5176         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5177         After 5.0:
5178         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5180         After 5.1: Major edit.  Summary of most visible changes:
5182         - Multiple <<HERE per line allowed.
5183         - Handles multiline subroutine declaration headers (with comments).
5184           (The exception is `cperl-etags' - but it is not used in the rest
5185           of the mode.)
5186         - Fontifies multiline my/our declarations (even with comments,
5187           and with legacy `font-lock').
5188         - Major speedup of syntaxification, both immediate and postponed
5189           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5190           huge real-life document I tested).
5191         - New bindings, edits to imenu.
5192         - "_" is made into word-char during fontification/syntaxification;
5193           some attempts to recognize non-word "_" during other operations too.
5194         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5195         - autoload some more perldoc-related stuff
5196         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5197         - Attempt to incorporate XEmacs edits which reached me.
5199         Fine-grained changelog:
5200         (cperl-hook-after-change): New configuration variable.
5201         (cperl-vc-sccs-header): Likewise.
5202         (cperl-vc-sccs-header): Likewise.
5203         (cperl-vc-header-alist): Default via two preceding variables.
5204         (cperl-invalid-face): Remove double quoting under XEmacs
5205                 (still needed under 21.2).
5206         (cperl-tips): Update URLs for resources.
5207         (cperl-problems): Likewise.
5208         (cperl-praise): Mention new features.
5209         New C-c key bindings: for `cperl-find-bad-style',
5210         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5211         `cperl-perdoc', and `cperl-perldoc-at-point'.
5212         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5213         moved, new submenu of Tools with Ispell entries and narrowing.
5214         (cperl-after-sub-regexp): New defsubst.
5215         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5216                 Allows heads up to head4.
5217                 Allow "package;".
5218         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5219         (paren-backwards-message): ??? Something for XEmacs???
5220         (cperl-mode): Never auto-switch abbrev-mode off.
5221                 Try to allow '_' be non-word char.
5222                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5223                 Reset syntax cache on mode start.
5224                 Support multiline facification (even on legacy `font-lock').
5225         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5226         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5227                 refuse to inform us whether the fontification is due to lazy
5228                 calling or due to edit to a buffer, install our own hook
5229                 (controlled by `cperl-hook-after-change').
5230         (cperl-electric-pod): =cut may have been recognized as start.
5231         (cperl-block-p): Move, updatedfor attributes.
5232         (cperl-calculate-indent): Try to allow '_' be non-word char
5233                 Support subs with attributes.
5234         (cperl-where-am-i): Queit (?) a warning.
5235         (cperl-cached-syntax-table)     New function.
5236         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5237         (cperl-unwind-to-safe): Recognize `syntax-type' property
5238                 changing in a middle of line.
5239         (cperl-find-sub-attrs): New function.
5240         (cperl-find-pods-heres): Allow many <<EOP per line.
5241                 Allow subs with attributes.
5242                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5243                 Recognize "extproc " (OS/2) case-folded and only at start.
5244                 /x on s///x with empty replacement was not recognized.
5245                 Better comments.
5246         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5247                 Allow subs with attributes, labels.
5248                 Do not confuse "else::foo" with "else".
5249                 Minor optimizations...
5250         (cperl-after-expr-p): Try to allow '_' be non-word char.
5251         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5252                 with `looking-at' inside `narrow' and bulk out if found.
5253         (cperl-imenu--create-perl-index): Updates for new
5254                 `cperl-imenu--function-name-regexp-perl'.
5255         (cperl-outline-level): Likewise.
5256         (cperl-init-faces): Allow multiline subroutine headers
5257                 and my/our declarations, and ones with comments.
5258                 Allow subroutine attributes.
5259         (cperl-imenu-on-info): Better docstring.
5260         (cperl-etags): Rudimentary support for attributes.
5261                 Support for packages and "package;".
5262         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5263         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5264         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5265         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5266         (cperl-perldoc): Add autoload.
5267         (cperl-perldoc-at-point): Likewise.
5268         (cperl-here-doc-spell): New function.
5269         (cperl-pod-spell): Likewise.
5270         (cperl-map-pods-heres): Likewise.
5271         (cperl-get-here-doc-region): Likewise.
5272         (cperl-font-lock-fontify-region-function): Likewise (backward
5273                 compatibility for legacy `font-lock').
5274         (cperl-font-lock-unfontify-region-function): Fix style.
5275         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5276                 calls with no-change.  Governed by `cperl-hook-after-change'.
5277         (cperl-fontify-update): Recognize that syntaxification region
5278                 can be larger than fontification one.
5279                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5280         (cperl-fontify-update-bad): Temporary placeholder until
5281                 it is clear how to implement `cperl-fontify-update'.
5282         (cperl-time-fontification): New function.
5283         (attrib-group): New text attribute.
5284         (multiline): New value: `syntax-type' text attribute.
5286         After 5.2:
5287         (cperl-emulate-lazy-lock): New function.
5288         (cperl-fontify-syntaxically): Would skip large regions.
5289         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5290         Some globals were declared, but uninitialized.
5292         After 5.3, 5.4:
5293         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5294         Copyright message updated.
5295         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5296                         facification down a bit.
5297                 Misprint for my|our|local for old `font-lock'
5298                         "our" was not fontified same as "my|local".
5299                 Highlight variables after "my" etc even in
5300                         a middle of an expression.
5301                 Do not facify multiple variables after my etc
5302                         unless parentheses are present.
5304         After 5.5, 5.6
5305         (cperl-fontify-syntaxically): after-change hook could reset.
5306         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5308         After 5.7:
5309         (cperl-init-faces): Allow highlighting of local ($/).
5310         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5311         (cperl-problems): Remove fixed problems.
5312         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5313                 Recognize charclasses (unless delimiter is \).
5314         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5315         (cperl-regexp-scan): Update docs.
5316         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5318         After 5.8:
5319         Major user visible changes:
5320         Recognition and fontification of character classes in RExen.
5321         Variable indentation of RExen according to groups.
5323         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5324                 Fontify REx charclasses in variable-name face.
5325                 Fontify POSIX charclasses in "type" face.
5326                 Fontify unmatched "]" in function-name face.
5327                 Mark first-char of HERE-doc as `front-sticky'.
5328                 Reset `front-sticky' property when needed.
5329         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5330         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5331         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5332                 constructs.  Support `narrow'ed buffers.
5333         (cperl-praise): Remove a reservation.
5334         (cperl-make-indent): New function.
5335         (cperl-indent-for-comment): Use `cperl-make-indent'.
5336         (cperl-indent-line): Likewise.
5337         (cperl-lineup): Likewise.
5338         (cperl-beautify-regexp-piece): Likewise.
5339         (cperl-contract-level): Likewise.
5340         (cperl-toggle-set-debug-unwind): New function.
5341                 New menu entry for this.
5342         (fill-paragraph-function): Use when `boundp'.
5343         (cperl-calculate-indent): Take into account groups when indenting RExen.
5344         (cperl-to-comment-or-eol): Recognize # which end a string.
5345         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5346         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5347         (cperl-fontify-syntaxically): More clear debugging message.
5348         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5349         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5350         Merge cosmetic changes from XEmacs.
5352         After 5.9:
5353         (cperl-1+): Move to before the first use.
5354         (cperl-1-): Likewise.
5356         After 5.10:
5358         This code may lock Emacs hard!!!  Use at your own risk!
5360         (cperl-font-locking): New internal variable.
5361         (cperl-beginning-of-property): New function.
5362         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5363         instead of `previous-single-property-change'.
5364         (cperl-unwind-to-safe): Likewise.
5365         (cperl-after-expr-p): Likewise.
5366         (cperl-get-here-doc-region): Likewise.
5367         (cperl-font-lock-fontify-region-function): Likewise.
5368         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5369                         recursively.
5370                 Bound `next-single-property-change' via `point-max'.
5371         (cperl-unwind-to-safe): Bound likewise
5372         (cperl-font-lock-fontify-region-function): Likewise.
5373         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5374                 Initialization of `cperl-font-lock-multiline-start' could be
5375                 missed if the "main" fontification did not run due to the
5376                 keyword being already fontified.
5377         (cperl-pod-spell): Return t from do-one-chunk function.
5378         (cperl-map-pods-heres): Stop when the worker returns nil.
5379                 Call `cperl-update-syntaxification'.
5380         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5381         (cperl-get-here-doc-delim): Remove unused function.
5383         After 5.11:
5385         The possible lockup of Emacs (introduced in 5.10) fixed.
5387         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5388         (cperl-syntaxify-for-menu): New customization variable.
5389         (cperl-select-this-pod-or-here-doc): New function.
5390         (cperl-get-here-doc-region): Extra argument.
5391                 Do not adjust pos by 1.
5393         New menu entries
5394                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5395                 (Debugging CPerl:) backtrace on fontification.
5397         After 5.12:
5398         (cperl-cached-syntax-table): Use `car-safe'.
5399         (cperl-forward-re): Remove spurious argument SET-ST.
5400                 Add documentation.
5401         (cperl-forward-group-in-re): New function.
5402         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5403         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5405         After 5.13:
5406         (cperl-string-syntax-table): Make { and } not-grouping
5407           (Sometimes they ARE grouping in RExen, but matching them would only
5408            confuse in many situations when they are not)
5409         (beginning-of-buffer): Replace two occurences with goto-char...
5410         (cperl-calculate-indent): `char-after' could be nil...
5411         (cperl-find-pods-heres): REx can start after "[" too.
5412                 Hightlight (??{}) in RExen too.
5413         (cperl-maybe-white-and-comment-rex): New constant
5414         (cperl-white-and-comment-rex): Likewise.
5415                 XXXX Not very efficient, but hard to make
5416                 better while keeping 1 group.
5418         After 5.13:
5419         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5420                 Likewise for 1 << identifier.
5422         After 5.14:
5423         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5424                 Error-less condition-case could fail.
5425         (cperl-font-lock-fontify-region-function): Likewise.
5426         (cperl-init-faces): Likewise.
5428         After 5.15:
5429         (cperl-find-pods-heres): Support property REx-part2.
5430         (cperl-calculate-indent): Likewise.
5431                 Don't special-case REx with non-empty 1st line.
5432         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5433                 Invert highlighting of charclasses:
5434                         now the envelop is highlighted.
5435                 Highlight many others 0-length builtins.
5436         (cperl-praise): Mention indenting and highlight in RExen.
5438         After 5.15:
5439         (cperl-find-pods-heres): Highlight capturing parens in REx.
5441         After 5.16:
5442         (cperl-find-pods-heres): Highlight '|' for alternation
5443         Initialize `font-lock-warning-face' if not present.
5444         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5445                          `font-lock-function-name-face'.
5446         (cperl-look-at-leading-count): Likewise.
5447         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5448                         `font-lock-keyword-face' (needed for
5449                         batch processing), etc...
5450                 Use `font-lock-builtin-face' for builtin in REx
5451                         Now `font-lock-variable-name-face'
5452                         is used for interpolated variables
5453                 Use "talking aliases" for faces inside REx
5454                 Highlight parts of REx (except in charclasses)
5455                         according to the syntax and/or semantic
5456                 Syntax-mark a {}-part of (?{}) as "comment"
5457                         (it was the ()-part)
5458                 Better logic to distinguish what is what in REx
5459         (cperl-tips-faces): Document REx highlighting
5460         (cperl-praise): Mention REx syntax highlight etc.
5462         After 5.17:
5463         (cperl-find-sub-attrs): Would not always manage to print error message.
5464         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5466         After 5.18:
5467         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5468                 Very minor optimization.
5469                 `my-cperl-REx-modifiers-face' got quoted.
5470                 Recognize "print $foo <<END" as HERE-doc.
5471                 Put `REx-interpolated' text attribute if needed.
5472         (cperl-invert-if-unless-modifiers): New function.
5473         (cperl-backward-to-start-of-expr): Likewise.
5474         (cperl-forward-to-end-of-expr): Likewise.
5475         (cperl-invert-if-unless): Works in "the opposite way" too.
5476                 Cursor position on return is on the switch-word.
5477                 Indents comments better.
5478         (REx-interpolated): New text attribute.
5479         (cperl-next-interpolated-REx): New function.
5480         (cperl-next-interpolated-REx-0): Likewise.
5481         (cperl-next-interpolated-REx-1): Likewise.
5482         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5483         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5484         (cperl-praise): Mention finded interpolated RExen.
5486         After 5.19:
5487         (cperl-init-faces): Highlight %$foo, @$foo too.
5488         (cperl-short-docs): Better docs for system, exec.
5489         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5490                 Would not find HERE-doc ended by EOF without NL.
5491         (cperl-short-docs): Correct not-doubled \-escapes.
5492         start block: Put some `defvar' for stuff gone from XEmacs.
5494         After 5.20:
5495         initial comment: Extend copyright, fix email address.
5496         (cperl-indent-comment-at-column-0): New customization variable.
5497         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5498         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5499         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5500         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5501         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5502                         highlight $ in $foo too (UNTESTED).
5503         (cperl-set-style): Docstring missed some available styles.
5504         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5505                 Change "Current" to "Memorize Current".
5506         (cperl-indent-wrt-brace): New customization variable; the default is
5507                 as for pre-5.2 version.
5508         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5509         (cperl-style-alist): Likewise.
5510         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5511                 and `cperl-extra-newline-before-brace' etc
5512                 being t
5513         (cperl-indent-exp): Plans B and C to find continuation blocks even
5514                 if `cperl-extra-newline-before-brace' is t.
5516         After 5.21:
5517         Improve some docstrings concerning indentation.
5518         (cperl-indent-rules-alist): New variable.
5519         (cperl-sniff-for-indent): New function name
5520                 (separated from `cperl-calculate-indent').
5521         (cperl-calculate-indent): Separate the sniffer and the indenter;
5522                 uses `cperl-sniff-for-indent' now.
5523         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5524                 was inverted;
5525                 Support `comment-column' = 0.
5527 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5529         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5530         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5531         * longlines.el (longlines-window-change-function): Likewise.
5532         * simple.el (undo-ask-before-discard): Likewise.
5533         * wid-edit.el (widget-field-prompt-internal)
5534         (widget-documentation-link-p): Likewise.
5536 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5539         for a keyword.
5541 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5543         * newcomment.el (comment-valid-prefix-p): Make the check
5544         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5545         (comment-indent-new-line): Adjust call.
5547 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5549         * allout.el (allout-back-to-current-heading): Base on lower-level
5550         routines to get proper disqualification of aberrant topics.
5552 2006-10-09  Richard Stallman  <rms@gnu.org>
5554         * textmodes/two-column.el (2C-two-columns): Doc fix.
5556 2006-10-09  Kim F. Storm  <storm@cua.dk>
5558         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5559         about implicit use.
5561 2006-10-08  Richard Stallman  <rms@gnu.org>
5563         * textmodes/two-column.el (2C-two-columns): Doc fix.
5565 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5567         * files.el: Mark `buffer-read-only' as safe-local-variable.
5569 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5571         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5572         Burp if GUD buffer has been killed.
5574 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5576         * completion.el (add-completions-from-c-buffer):
5577         Don't presume an error's second element is a string.
5578         Use looking-at rather than buffer-substring + member.
5580 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5582         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5583         `undecided', call find-coding-systems-region to find a proper
5584         non-trivial encoding.
5585         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5586         and "text/plain".
5588 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5590         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5591         url-link.
5593         * strokes.el (defgroup strokes): Remove invalid url-link.
5595 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5597         * autoinsert.el (auto-insert-alist): Doc fix.
5599 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5601         * mouse-sel.el (mouse-insert-selection-internal):
5602         Use insert-for-yank, so that yank handlers are run.
5604 2006-10-07  Kim F. Storm  <storm@cua.dk>
5606         * ido.el (ido-file-extension-aux): Fix comparison.
5608 2006-10-06  Kim F. Storm  <storm@cua.dk>
5610         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5612 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5614         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5615         (ad-make-mapped-call): Use `let', not `let*'.
5617 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5619         * international/mule-cmds.el (coding-system-change-eol-conversion):
5620         Ensure the coding system is initialized before calling
5621         coding-system-eol-type.
5623 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5625         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5626         (org-activate-angle-links, org-activate-dates)
5627         (org-activate-target-links, org-activate-camels)
5628         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5629         textproperty keymaps from being active beyond the end of a line.
5630         (org-unfontify-region): Also remove `rear-nonsticky' property.
5632 2006-10-04  Kenichi Handa  <handa@m17n.org>
5634         * international/code-pages.el (next): Table fixed.
5636 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5639         that it's been made unnecessary by removing narrowing.
5641 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5643         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5644         control flow a bit, simplify another bit, and add comments.
5646 2006-10-03  David Kastrup  <dak@gnu.org>
5648         * help.el (describe-mode): For clicks on mode-line, use "@"
5649         interactive argument to get the major mode of the click instead of
5650         the current buffer.
5652         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5653         in order to better redirect mouse-2 clicks.  Also allow default
5654         bindings to apply.
5656 2006-10-03  Kim F. Storm  <storm@cua.dk>
5658         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5659         (pushnew): Fix last change.
5661 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5663         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5664         Use the interactive spec of `eval-expression'.
5666 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5668         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5670 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5672         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5673         2006-09-28 commit.
5675 2006-10-02  Kenichi Handa  <handa@m17n.org>
5677         * international/code-pages.el (iso-8859-6): Table fixed.
5679 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5681         * dired.el (dired-build-subdir-alist): Fix previous change.
5683 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5685         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5687 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5690         "define-button-type".
5692         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5693         they don't keep accumulating.
5695 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5697         * ffap.el (ffap-rfc-path): Change the address of the RFC
5698         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5700 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5702         * allout.el (allout-expose-topic): Rectify implementation of "+"
5703         spec, so that bodies are not exposed with headlines.
5705 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5707         * allout.el (allout-current-depth): Do aberrent check only at or
5708         below doublecheck depth.
5709         (allout-chart-subtree): Make it explicit that LEVELS being nil
5710         means unlimited depth.  Drop undocumented support for LEVELS value
5711         t meaning unlimited depth.  (This is consistent with
5712         allout-chart-to-reveal, but contrary to allout-show-children,
5713         which needs to use nil to default to depth of 1.)
5714         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5715         (allout-chart-to-reveal): Be explicit in docstring about meaning
5716         of nil LEVELS, and drop support for LEVELS value t.
5717         (allout-show-children): Translate the level spec used by this
5718         routine to that used by allout-chart-subtree and
5719         allout-chart-to-reveal.
5720         (allout-show-to-offshoot): Retry once when stuck, after opening
5721         subtree - improvements in discontinuity handling likely will
5722         enable progress.
5724 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5726         * wid-edit.el (widget-button-click-moves-point): New variable.
5727         (widget-button-click): If widget-button-click-moves-point is
5728         non-nil, set point after performing the button action
5730         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5732 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5734         * files.el (find-file-existing): Modify to not allow wildcards.
5736 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5738         * simple.el (undo-more): When undo information for the region is
5739         exhausted, say "No further undo information FOR REGION".
5741 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5743         * progmodes/sh-script.el (sh-prev-thing):
5744         Take `sh-leading-keywords' into account.
5746 2006-09-29  Glenn Morris  <rgm@gnu.org>
5748         * custom.el (defcustom): Doc fix.
5750         * calendar/calendar.el (european-calendar-style):
5751         Call european-calendar or american-calendar as needed when set.
5752         (diary-view-entries, list-calendar-holidays): Move autoloads
5753         before use.
5755 2006-09-29  Juri Linkov  <juri@jurta.org>
5757         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5758         to nil if there is no previous property change.
5760 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5762         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5763         saving anything to be sure that `forward-sexp' behaves correctly.
5765 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5767         * simple.el (line-move-finish): Ignore field boundaries if the
5768         initial and final points have the same `field' property.
5770 2006-09-29  Kim F. Storm  <storm@cua.dk>
5772         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5773         to t while calling ido-read-internal.
5775 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5777         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5778         (org-archive-subtree): Remove erraneous `]' from character list.
5780 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5782         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5783         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5784         markers for data-area and parameters-area.
5786 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5788         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5790         * font-lock.el (font-lock-after-change-function): Refontify next line
5791         as well if end is at BOL.
5792         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5793         only extend the region as much as needed.
5795 2006-09-28  Richard Stallman  <rms@gnu.org>
5797         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5799         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5801         * international/mule.el (after-insert-file-set-coding):
5802         If VISIT, don't let set-buffer-multibyte make undo info.
5804 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5806         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5807         lines in base64-encoded authentication response.
5809 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5811         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5812         (ebnf-version): New version 4.3.
5813         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5814         (ebnf-prologue): Adjust PostScript programming.
5815         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5816         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5818 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * jit-lock.el (jit-lock-force-redisplay): Rename from
5821         jit-lock-fontify-again, and undo the mistaken change I've just done.
5823         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5824         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5826 2006-09-26  Kenichi Handa  <handa@m17n.org>
5828         * startup.el (display-splash-screen): Allow a prefix argument.
5830 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5832         * subr.el (shell-quote-argument): Use DOS logic for Windows
5833         shells with DOS semantics.
5835 2006-09-24  Richard Stallman  <rms@gnu.org>
5837         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5838         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5839         to delete the overlay.  Put it on pre-command-hook.
5841         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5843         * startup.el (fancy-splash-screens, normal-splash-screen):
5844         Call the splash buffer *About GNU Emacs*.
5846         * simple.el (next-error-highlight, next-error-highlight-no-select):
5847         Default to 0.5.
5848         (yank-excluded-properties): Add `fontified'.
5850         * font-lock.el (font-lock-compile-keywords): Allow value of
5851         syntax-begin-function to enable paren-column-0 highlighting.
5853 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5855         * dired.el (dired-build-subdir-alist): When file ends in colon,
5856         don't exit the loop, just disregard that file.
5858 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5860         * simple.el (line-move-finish): Handle corner case for fields in
5861         continued lines.
5862         (line-move-1): Remove flawed test for that case.
5864 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5866         * icomplete.el (icomplete-simple-completing-p): Use the correct
5867         name for the new variable, `icomplete-with-completion-tables'.
5868         (file local variables): Remove superfluous setting.
5870 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5872         * calendar/appt.el (appt-check): Fix typo for appointments just
5873         after midnight.
5875 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5877         * help.el (describe-key-briefly, describe-key): Don't expect an
5878         extra up event if a down-event is generated by a popup menu.
5880 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5882         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5883         local dictionary when changing the global dictionary.
5885 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5887         * icomplete.el (icomplete-with-completion-tables): List of
5888         specialized completion tables with which icomplete should
5889         operate.  Include the new `internal-complete-buffer', so icomplete
5890         works with interactive buffer-selection.
5891         (icomplete-simple-completing-p): Add acceptance of specialized
5892         completion tables listed in icomplete-with-completion-tables.
5894 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5896         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5898         * startup.el (command-line): Use `custom-reevaluate-setting' for
5899         `focus-follows-mouse'.
5901 2006-09-22  Richard Stallman  <rms@gnu.org>
5903         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5904         explain why Save is not available.
5906 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5908         * woman.el (woman0-so): Use `let*', not `let'.
5909         (woman-horizontal-line): Remove unbalanced parenthesis.
5911 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * woman.el: Make sure all the end-of-region markers we use have
5914         a non-nil insertion-type.
5915         (woman0-so): Move things around so we can use copy-marker.
5916         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5917         Adjust marker type.
5918         (woman2-process-escapes): Check marker type.
5919         (woman-horizontal-line): Dispense with the use of a marker.
5921 2006-09-22  Jay Belanger  <belanger@truman.edu>
5923         * calc/calc-lang.el: Add Greek letters to math-variable-table
5924         property of tex.
5926 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
5928         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5930 2006-09-22  Masatake YAMATO  <jet@gyve.org>
5932         * add-log.el (add-log-current-defun): Use `forward-sexp'
5933         instead of `forward-word' to pick c++::symbol.
5934         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5936 2006-09-22  Kenichi Handa  <handa@m17n.org>
5938         * bindings.el: Fix setting self-insert-command for multibyte
5939         characters in global-map.
5941 2006-09-21  David Kastrup  <dak@gnu.org>
5943         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5944         doc string.
5946 2006-09-21  Kenichi Handa  <handa@m17n.org>
5948         * language/european.el ("Latin-1"): Add windows-1252 to
5949         coding-priority.
5950         ("German"): Likewise.
5952 2006-09-21  Kim F. Storm  <storm@cua.dk>
5954         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5955         Suggested by Miles Bader.
5957         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
5958         instead of add-to-list in the simple case.
5960 2006-09-20  Kenichi Handa  <handa@m17n.org>
5962         * isearch.el (isearch-process-search-char): Cancel the previous change.
5963         (isearch-search-string): New function.
5964         (isearch-search): Use isearch-search-string.
5965         (isearch-lazy-highlight-search): Likewise.
5967 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5969         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5970         string to become an option.
5972 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5976 2006-09-20  Kim F. Storm  <storm@cua.dk>
5978         * simple.el (line-move-partial): Call pos-visible-in-window-p with
5979         position t instead of trying both window-end and window-end - 1.
5981 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
5983         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5984         hidden trees.
5986 2006-09-20  David Kastrup  <dak@gnu.org>
5988         * mouse.el (mouse-posn-property): Improve doc string.
5989         (mouse-on-link-p): Change buffers for function calls on links.
5991         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5992         buffer is read-only.
5994 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
5996         * allout.el (allout-unprotected): Let inhibit-read-only only when
5997         buffer-read-only isn't set.
5998         (allout-annotate-hidden): Enable topic annotation during copies even
5999         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6000         advances, even when the span extends beyond the deletion region.
6001         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6002         rather than allout-exposure-changed-hook, as a stronger assertion.
6003         (allout-keybindings-list): Add bindings for
6004         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6005         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6006         Copy wrappers for allout-kill-line and allout-kill-topic.
6007         (allout-listify-exposed): Position correctly to accumulate lines.
6009 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6011         * simple.el (line-move-1): Escape field boundaries occurring
6012         exactly at point.  Update goal column if constrained to a field.
6013         (line-move-finish): Escape field boundaries occurring exactly at point.
6015 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6017         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6018         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6020 2006-09-19  Kim F. Storm  <storm@cua.dk>
6022         * help.el (describe-key-briefly, describe-key): Simplify printing
6023         of descriptions by using format and %S.  Fix "is undefined"
6024         messages to say "at that spot" for mouse events.
6026         * simple.el (line-move-partial): Optimize.  Try window-line-height
6027         before posn-at-point to get vpos of current line.
6029 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6031         * viper.el: Bump up version/date of update to reflect the substantial
6032         changes done in August 2006.
6034         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6035         are defined.
6037         * ediff-util.el (ediff-add-to-history): New function.
6039         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6041 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6043         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6044         Delete duplicate make-local-variable form.
6045         (conf-space-keywords): Add autoload cookie.
6046         Fix typo (`keywords', not `keyword').
6048 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6050         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6051         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6052         to x-gtk-use-old-file-dialog
6054 2006-09-18  Richard Stallman  <rms@gnu.org>
6056         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6057         that might come in during mouse tracking.
6059 2006-09-18  Kim F. Storm  <storm@cua.dk>
6061         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6062         new window-line-height function.  Further optimize by not calling
6063         pos-visible-in-window-p for window-end when window-line-height
6064         returns useful information.
6066 2006-09-16  Richard Stallman  <rms@gnu.org>
6068         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6069         (conf-space-mode): Don't handle prefix arg.
6070         Delete conf-space-keywords-override code.
6071         Use add-hook.
6072         (conf-space-keywords): New command.
6073         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6074         Delete conf-space-keywords-override code.
6075         (conf-space-keywords-alist): Doc fix.
6076         (conf-space-font-lock-keywords): Doc fix.
6077         (conf-space-keywords-override): Var deleted.
6079 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6081         * startup.el (fancy-splash-screens): Don't switch to the scratch
6082         buffer; it may not be the next buffer.
6084 2006-09-16  Romain Francoise  <romain@orebokech.com>
6086         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6087         in both messages.
6089 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6091         * progmodes/python.el (python-preoutput-filter):
6092         Fix arg order to string-match.
6094 2006-09-16  Richard Stallman  <rms@gnu.org>
6096         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6097         font-lock-compile-keywords.
6099         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6100         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6102 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6104         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6106         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6107         and the data doesn't look like UTF8, send STRING instead.
6109 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6111         * textmodes/flyspell.el (flyspell-check-region-doublons):
6112         New function to detect duplicated words.
6113         (flyspell-large-region): Use it.
6115 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6117         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6119 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6121         * help.el (describe-prefix-bindings): Use let, not let*.
6123 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6125         * allout.el (allout-regexp, allout-line-boundary-regexp)
6126         (allout-bob-regexp): Correct grouping and boundaries to fix
6127         backwards traversal.
6128         (allout-depth-specific-regexp, allout-depth-one-regexp):
6129         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6130         worse time in allout-ascend.
6131         (allout-doublecheck-at-and-shallower): Identify depth threshold
6132         below which topics are checked for and disqualified by containment
6133         discontinuities.
6134         (allout-hotspot-key-handler): Correctly handle multiple-key
6135         strokes.  Remove some unused variables.
6136         (allout-mode-leaders): Clarify that mode-specific comment-start
6137         will be used.
6138         (set-allout-regexp): Correctly regexp-quote allout regexps to
6139         properly accept alternative header-leads and primary bullets with
6140         regexp-specific characters (eg, C "/*", mathematica "(*").
6141         Include new regular expressions among those configured.
6142         (allout-infer-header-lead-and-primary-bullet):
6143         Rename allout-infer-header-lead.
6144         (allout-recent-depth): Manifest as a variable as well as a function.
6145         (allout-prefix-data): Simplify into an inline instead of a macro,
6146         assuming current match data rather than being explicitly passed
6147         it.  Establish allout-recent-depth value as well as
6148         allout-recent-prefix-beginning and allout-recent-prefix-end.
6149         (allout-aberrant-container-p): True when an item's immediate
6150         offspring discontinuously contained.  Useful for disqualifying
6151         unintended topic prefixes, likely at low depths.
6152         (allout-goto-prefix-doublechecked): Elaborate version of
6153         allout-goto-prefix which disqualifies aberrant pseudo-items.
6154         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6155         get disqualification of aberrant containers.
6156         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6157         containers.
6158         (allout-beginning-of-current-entry): Position at start of buffer
6159         when in container (depth 0) entry.
6160         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6161         (allout-current-bullet): Strip text properties.
6162         (allout-get-prefix-bullet): Use right match groups.
6163         (allout-beginning-of-line, allout-next-heading):
6164         Disqualify aberrant containers.
6165         (allout-previous-heading): Disqualify aberrant containers, and
6166         change to regular (rather than inline) function, to allow
6167         self-recursion.
6168         (allout-get-invisibility-overlay): Increment so progress is made
6169         when the first overlay is not the sought one.
6170         (allout-end-of-prefix): Disqualify aberrant containers.
6171         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6172         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6173         outline.el outlines) functional again.  Change the primary bullet
6174         along with the header-lead - level 1 new-style bullets now work.
6175         Engage allout-before-change-handler in mainline Emacs, not just
6176         XEmacs, to do undo handling.
6177         (allout-before-change-handler): Expose undo changes occurring in
6178         hidden regions.  Use allout-get-invisibility-overlay instead of
6179         reimplementing it inline.
6180         (allout-chart-subtree): Use start rather than end of prefix in
6181         charts.  Use allout-recent-depth variable.
6182         (allout-chart-siblings): Disqualify aberrant topics.
6183         (allout-beginning-of-current-entry): Position correctly.
6184         (allout-ascend): Use new allout-depth-specific-regexp and
6185         allout-depth-one-regexp for linear instead of O(N^2) or worse
6186         behavior.
6187         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6188         reimplementing an algorithm.
6189         (allout-up-current-level): Depend on allout-ascend, rather than
6190         reimplementing an algorithm.  Return to start-point if we fail.
6191         (allout-descend-to-depth): Use allout-recent-depth variable
6192         instead of function.
6193         (allout-next-sibling): On traversal of numerous intervening
6194         topics, resort to economical allout-next-sibling-leap.
6195         (allout-next-sibling-leap): Specialized version of
6196         allout-next-sibling that uses allout-ascend cleverly, to depend on
6197         a regexp search to leap large numbers of contained topics, rather
6198         than arbitrarily many one-by-one traversals.
6199         (allout-next-visible-heading): Disqualify aberrant topics.
6200         (allout-previous-visible-heading): Position consistently when
6201         interactive.
6202         (allout-forward-current-level): Base on allout-previous-sibling
6203         rather than (differently) reimplmenting the algorithm.  Remove some
6204         unused variables.
6205         (allout-solicit-alternate-bullet): Present default choice stripped
6206         of text properties.
6207         (allout-rebullet-heading): Use bullet stripped of text properties.
6208         Register changes using allout-exposure-change-hook.
6209         Disregard aberrant topics.
6210         (allout-shift-in): With universal-argument, make topic a peer of
6211         it's former offspring.  Simplify the code by separating out
6212         allout-shift-out functionality.
6213         (allout-shift-out): With universal-argument, make offspring peers
6214         of their former container, and its siblings.  Implement the
6215         functionality here, rather than inappropriately muddling the
6216         implementation of allout-shift-in.
6217         (allout-rebullet-topic): Respect additional argument for new
6218         parent-child separation function.
6219         (allout-yank-processing): Use allout-ascend directly.
6220         (allout-show-entry): Disqualify aberrant topics.
6221         (allout-show-children): Handle discontinuous children gracefully,
6222         extending the depth being revealed to expose them and posting a
6223         message indicating the situation.
6224         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6225         Leave cursor in correct position.
6226         (allout-hide-current-subtree): Use allout-ascend directly.
6227         Disqualify aberrant topics.
6228         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6229         a way that the yanks can restore it, as used to happen.
6230         (allout-yank-processing): Restore exposure layout as recorded by
6231         allout-kill-*, as used to happen.
6232         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6233         for preseving and restoring exposure layout across kills.
6234         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6235         (allout-encrypt-string): Strip text properties.
6236         Rearranged order and outline-headings for some of the
6237         miscellaneous functions.
6238         (allout-resolve-xref): No need to quote the error name in the
6239         condition-case handler section.
6240         (allout-flatten): Classic recursive (and recursively intensive,
6241         without tail-recursion) list-flattener, needed by allout-shift-out
6242         when confronted with discontinuous children.
6244 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6246         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6247         on ms-windows.
6248         (dnd-open-unc-file): Remove.
6249         (dnd-open-local-file): Mention in doc string that it also handles
6250         remote files if the system natively supports unc file-names.
6252 2006-09-15  Kim F. Storm  <storm@cua.dk>
6254         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6255         all necessary information about the event before erasing *Help*.
6257         * simple.el (line-move-partial): Use window-line-visiblity to
6258         quickly check whether last line is partially visible, and only do
6259         the hard (and slow) part in that case.
6261 2006-09-15  Jay Belanger  <belanger@truman.edu>
6263         * COPYING: Replace "Library Public License" by "Lesser Public
6264         License" throughout.
6266 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6268         * term/x-win.el (x-menu-bar-open): New function for F10.
6270 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6273         Disallow filenames containing " -" to avoid confusion with libtool
6274         compilation messages.  Suggested by Stefan Monnier.
6276 2006-09-15  David Kastrup  <dak@gnu.org>
6278         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6279         instead of buffer position for `mouse-on-link-p'.
6281         * mouse.el (mouse-posn-property): New function looking up the
6282         properties at a click position in overlays and text properties in
6283         either buffer or strings.
6284         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6285         of both `follow-link' as well as `mouse-face' properties.
6286         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6287         buffer position.
6289         * help.el (describe-key-briefly): When reading a down-event on
6290         mode lines or scroll bar, swallow the following up event, too.
6291         Use the new mouse sensitity of `key-binding' for lookup.
6292         (describe-key): The same here.
6294 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6296         * play/life.el (life-patterns): Add a few more interesting patterns.
6297         (life-setup): Force `show-trailing-whitespace' to nil.
6299 2006-09-14  Richard Stallman  <rms@gnu.org>
6301         * startup.el (fancy-splash-text): Change text to improve alignment.
6302         (fancy-splash-screens): Don't set non-standard tab width.
6303         Bind cursor-type temporarily, and make it easy to patch to
6304         preserve the splash buffer.
6305         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6306         (fancy-splash-screens): Display echo-area message explicitly.
6307         Don't set fancy-splash-help-echo.
6309         * simple.el (line-number-mode): Group mode-line instead of
6310         editing-basics.
6311         (column-number-mode, size-indication-mode): Likewise.
6313         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6315         * time.el (display-time): Group mode-line instead of modeline.
6317         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6319 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6321         * startup.el (fancy-splash-text): Move editing instructions to
6322         fancy-splash-head.
6323         (fancy-splash-head): Issue editing instructions.
6324         (fancy-splash-screens): Fixup whitespace.
6326 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * bindings.el (mode-line-buffer-identification-keymap):
6329         Remove duplicate line.
6331 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6333         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6334         ignore lists.
6336 2006-09-14  Kim F. Storm  <storm@cua.dk>
6338         * jit-lock.el (jit-lock-fontify-again): New function.
6339         (jit-lock-fontify-now): Use it instead of lambda form.
6341 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6343         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6344         (flyspell-auto-correct-word): Make ispell-filter local to these
6345         functions.  Check that ispell-filter has new stuff before calling
6346         ispell-parse-output.
6348 2006-09-13  Kim F. Storm  <storm@cua.dk>
6350         * simple.el (line-move-partial): Optimize.
6352 2006-09-13  Richard Stallman  <rms@gnu.org>
6354         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6355         Delete spurious backquote.
6357 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6359         * net/rcirc.el (rcirc-print): Fix last change.
6361 2006-09-12  Jay Belanger  <belanger@truman.edu>
6363         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6365 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6367         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6368         rcirc-show-maximum-output.
6369         (rcirc-mode): Remove window-scroll-function hook.
6370         (rcirc-scroll-to-bottom): Remove function.
6371         (rcirc-print): Recenter so point stays at the bottom of the window
6372         if point was already there.
6374 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6376         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6377         not to "t".
6378         * progmodes/compile.el (compilation-start): Likewise.
6379         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6380         Don't use expand-file-name on invocation-directory, since this
6381         might mishandle special characters in invocation-directory.
6383 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * pcvs-defs.el: Remove * in defcustom's docstrings.
6387 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6389         * progmodes/compile.el (compilation-directory-properties):
6390         Doc fix for help-echo.
6392 2006-09-12  Lars Hansen  <larsh@soem.dk>
6394         * desktop.el (desktop-read): Add comment.
6396 2006-09-12  Kim F. Storm  <storm@cua.dk>
6398         * simple.el (next-error-highlight, next-error-highlight-no-select):
6399         Fix spelling error.
6401         * subr.el (sit-for): Rework to use input-pending-p and cond.
6402         Return nil input is pending on entry also for SECONDS <= 0.
6403         (while-no-input): Use input-pending-p instead of sit-for.
6405 2006-09-11  Richard Stallman  <rms@gnu.org>
6407         * simple.el (next-error-highlight, next-error-highlight-no-select):
6408         Fix custom type and doc strings.
6410 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6412         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6413         (diff-apply-hunk): Use it to ask for confirmation.
6415 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6417         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6419 2006-09-11  David Kastrup  <dak@gnu.org>
6421         * help.el (string-key-binding, describe-key-briefly)
6422         (describe-key): Remove `string-key-binding' and its callers since
6423         `key-binding' already caters for the proper lookup now.
6425 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6428         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6430         * bindings.el (mode-line-buffer-identification-keymap):
6431         Move initialization into declaration.
6433 2006-09-10  Kim F. Storm  <storm@cua.dk>
6435         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6436         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6437         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6438         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6440 2006-09-10  Richard Stallman  <rms@gnu.org>
6442         * dired-aux.el: Handle errors in recursive copy usefully.
6443         (dired-create-files-failures): New variable.
6444         (dired-copy-file): Remove condition-case.
6445         (dired-copy-file-recursive): Check for errors on all file
6446         operations, and add them to dired-create-files-failures.
6447         Check file file-date-erorr here too.
6448         (dired-create-files): Check dired-create-files-failures
6449         and report those errors too.
6451         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6453         * subr.el (add-to-list): New argument COMPARE-FN.
6455 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6457         * filecache.el (file-cache-add-directory)
6458         (file-cache-add-directory-list, file-cache-add-file)
6459         (file-cache-add-directory-using-find)
6460         (file-cache-add-directory-using-locate)
6461         (file-cache-add-directory-recursively): Add autoloads.
6463 2006-09-09  Richard Stallman  <rms@gnu.org>
6465         * textmodes/conf-mode.el (conf-space-mode):
6466         Use hack-local-variables-hook instead of calling hack-local-variables.
6467         (conf-space-keywords-override): New variable.
6468         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6469         (conf-space-mode): Always make conf-space-keywords and
6470         conf-space-keywords-override local.
6471         Call conf-space-mode-internal directly as well as via hook.
6473 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6475         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6476         quasi-keywords.
6478 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6481         (python-send-string): Be slightly more careful about adding \n.
6483         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6484         kill it right away anyway.
6486 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6488         * international/codepage.el (cp850-decode-table): Fix a few codes.
6489         (cp858-decode-table): New variable.
6491 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6493         * net/ldap.el (ldap-search-internal): Doc fix.
6495 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6497         * play/life.el (life-display-generation): Test for input manually if
6498         `sleeptime' is negative or null.
6500         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6501         (print-region-1): Substitute `%s' with the page title.
6503 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6505         * locate.el (locate-current-search): New variable.
6506         (locate): Set buffer local value.  Use current buffer if it is
6507         in Locate mode.
6508         (locate-mode): Disable undo here.
6509         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6510         (locate-update): Use locate-current-search and locate-current-filter.
6512 2006-09-08  David Kastrup  <dak@gnu.org>
6514         * desktop.el (desktop-read): When loading a desktop, disable
6515         saving it while the load progresses, and switch off a pending lazy
6516         load by calling `desktop-lazy-abort'.
6518 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6520         * window.el (mouse-autoselect-window-timer)
6521         (mouse-autoselect-window-position)
6522         (mouse-autoselect-window-window)
6523         (mouse-autoselect-window-now): New vars.
6524         (mouse-autoselect-window-cancel)
6525         (mouse-autoselect-window-select)
6526         (mouse-autoselect-window-start): New functions.
6527         (handle-select-window): Call `mouse-autoselect-window-start' when
6528         delayed window autoselection is enabled.
6530         * cus-start.el (mouse-autoselect-window): Handle delayed window
6531         autoselection.
6533         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6534         commands after which it is allowed to print in the echo area.
6536 2006-09-08  Richard Stallman  <rms@gnu.org>
6538         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6540         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6541         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6543         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6544         (cancel-timer-internal): Add doc string.
6545         (cancel-function-timers): Doc fix.
6546         (with-timeout-handler, timer-event-last*): Add doc strings.
6548         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6550         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6552         * dired.el (dired-log-summary): Add doc string.
6554         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6555         (custom-group-menu-create): Not here.
6557 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6559         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6561 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6563         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6564         (mac-apple-event-map): Define its handler.
6566 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6568         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6570 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6572         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6573         clause.
6575 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6577         * info.el (Info-index): Bind completion-ignore-case.
6579 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6582         previous commit.
6583         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6584         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6585         burp in dedicated windows.
6586         (inferior-prolog-self-insert-command): New command.
6587         (inferior-prolog-mode-map): Use it.
6589 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6591         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6593         * international/code-pages.el: Add cp858.
6595 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6597         * dnd.el: Fix bootstrapping.
6599 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6601         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6602         (dnd-open-remote-url): New function.
6603         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6604         not windows-nt.
6606 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6608         * dnd.el (dnd-open-remote-file-function): New variable.
6609         (dnd-open-unc-file): New function.
6610         (dnd-open-file): Call dnd-open-remote-file-function if set.
6612 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6614         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6615         pgg-passphrase-coding-system rather than locale-coding-system.
6616         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6618 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * progmodes/prolog.el: Remove * in docstrings.
6621         (prolog-program-name): Add SWI prolog.
6622         (prolog-mode-menu): New menu.
6623         (prolog-mode): Set comment-add.
6624         (prolog-indent-line): Simplify.  Use indent-line-to.
6625         (inferior-prolog-buffer): New var.
6626         (inferior-prolog-run, inferior-prolog-process): New funs.
6627         (run-prolog, switch-to-prolog): Rewrite, using them.
6628         (prolog-consult-region): Use inferior-prolog-buffer.
6629         (inferior-prolog-load-file): New function.
6630         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6632         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6633         last word, if it's not the end of the paragraph.
6635         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6636         file name.
6638 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6640         * frame.el (display-mm-dimensions-alist): New defcustom.
6641         (display-mm-height, display-mm-width): Use it.
6643 2006-09-06  Simon Josefsson  <jas@extundo.com>
6645         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6647 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6649         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6650         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6651         string values.
6653 2006-09-06  Kim F. Storm  <storm@cua.dk>
6655         * simple.el (line-move-partial): New function to do vscrolling for
6656         partially visible images / tall lines.  Rewrite based on code
6657         previously in line-move.  Simplify backwards vscrolling.
6658         (line-move): Use it.  Simplify.
6660 2006-09-05  Kim F. Storm  <storm@cua.dk>
6662         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6664 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6666         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6667         Process the `gcc-include' after the `gnu' rule.
6669 2006-09-05  Kim F. Storm  <storm@cua.dk>
6671         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6673 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6675         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6676         compatibility.
6678         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6679         inhibit-redisplay; encode passphrase with locale-coding-system.
6681 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6683         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6685 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6687         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6688         (gdb-var-list-children-regexp): Make type field optional.
6690         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6691         e.g public, protected in C++.
6693 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6695         * simple.el (completion-show-help): New defcustom.
6696         (completion-setup-function): Heed it.
6698 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6700         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6702 2006-09-04  Richard Stallman  <rms@gnu.org>
6704         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6705         (rsf-min-region-to-spam-list): Doc fix.
6706         (rsf-add-content-type-field): Doc fix.
6708         * simple.el (kill-region): Explicitly test there is a region.
6710 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6712         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6713         sendmail in several common directories.
6715         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6717         * paths.el (sendmail-program): Removed.
6719 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6721         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6722         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6723         http://article.gmane.org/gmane.emacs.gnus.general/50457
6725 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6727         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6728         mark after running the menu filter.
6730 2006-09-03  Juri Linkov  <juri@jurta.org>
6732         * international/quail.el (quail-defrule-internal): Add a check
6733         if a key is a vector.
6735 2006-09-02  Juri Linkov  <juri@jurta.org>
6737         * man.el (Man-topic-history): New variable.
6738         (man): Use it.
6740         * woman.el (woman-topic-history): Change defvar to defvaralias
6741         for symbol `Man-topic-history'.
6743         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6744         `comint-last-output-start' is a marker by using `markerp' and
6745         check if it has a position by using `marker-position', and use
6746         this position for `goto-char'.
6748         * international/quail.el (quail-defrule-internal): Add missing
6749         `error' call for null key.
6751 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6753         * rcirc.el (rcirc-keywords): New variable.
6754         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6755         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6756         variables.
6757         (rcirc-responses-no-activity): New function.
6758         (rcirc-handler-generic): Check for responses in above.
6759         (rcirc-process-command): Add ?: character to arguments of raw
6760         server commands.
6761         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6762         `rcirc-dim-nicks'.
6763         (rcirc-gray-toggle): Remove unused variable.
6764         (rcirc-print): Remove some tracking logic, which is moved into
6765         markup functions.
6766         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6767         types.
6768         (rcirc-activity-string): Look for 'keyword in activity-types.
6769         (rcirc-window-configuration-change): Don't erase overlay-arrow
6770         unnecessarily.
6771         (rcirc-add-or-remove): New function.
6772         (rcirc-cmd-ignore): Use it.
6773         (rcirc-message-leader): Remove unused function.
6774         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6775         (rcirc-add-face): New function.
6776         (rcirc-facify): Use rcirc-add-face.
6777         (rcirc-url-regexp): Add parens.
6778         (rcirc-map-regexp): Remove function.
6779         (rcirc-mangle-regexp): Remove function.
6780         (rcirc-markup-text-functions): New variable.
6781         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6782         (rcirc-markup-body-text, rcirc-markup-attributes)
6783         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6784         (rcirc-markup-bright-nicks): New markup handler functions.
6785         (rcirc-nick-in-message-full-line): New face.
6786         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6787         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6789 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6791         * cus-start.el (hscroll-margin, hscroll-step)
6792         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6793         (x-use-underline-position-properties): Change version to "22.1"
6794         since they will appear there for the first time.
6796 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6798         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6800 2006-08-31  Richard Stallman  <rms@gnu.org>
6802         * cus-edit.el (custom-save-variables): Slight cleanup.
6803         (Custom-no-edit): Renamed from custom-no-edit.
6804         (Custom-newline): Renamed from custom-newline.
6805         (custom-mode-map): Use new names.
6807         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6808         about customization, rather than M-x customize, in the doc string
6809         made for the defcustom.
6811         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6813 2006-08-31  Romain Francoise  <romain@orebokech.com>
6815         * dired-x.el (dired-guess-shell-alist-default): Update.
6817 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6819         * custom.el (custom-theme-set-variables): Autoload packages before
6820         sorting the variables.
6822 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6824         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6825         chars if XEmacs.
6826         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6828 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6831         waiting for process.
6833 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6835         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6836         results in ASCII-only string, encode original one directly.
6838 2006-08-29  Romain Francoise  <romain@orebokech.com>
6840         * startup.el (normal-splash-screen, fancy-splash-screens):
6841         Make buffer read-only and arrange to enter view mode if necessary.
6843 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6845         * hl-line.el (hl-line): New face.
6846         (hl-line-face): Use it.
6848         * image-mode.el (image-mode): Fix last fix.
6849         Suggested by Kim F. Storm.
6851 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6853         Sync with Tramp 2.0.54.
6855         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6856         of `=', because `tramp-get-remote-gid' might not always return an
6857         integer when expected.
6858         (tramp-register-file-name-handlers): `partial-completion-mode' is
6859         unknown to XEmacs.
6860         (tramp-time-diff): Don't use `floor', it might fail for large
6861         differences.
6862         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6863         `tramp-auto-save-directory' if unset in order to guarantee unique
6864         auto-save file names.
6866 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6868         * image-mode.el (image-mode): Display image as text on a terminal.
6870 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * progmodes/python.el (python-send-command): Simplify.
6873         (run-python): Don't generate a new buffer unless `new' was specified.
6874         Make sure we send `import emacs' to the proper process.
6876         * progmodes/python.el (python-send-command): Don't wait for the command
6877         to terminate.  Don't fiddle with compilation-parsing-end.
6879 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6881         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6882         Insert commentary after first line summary.
6884         * woman.el (woman-follow): New function, based on `man-follow'.
6885         (woman-mode-map): Use it.
6887         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6888         since ibuffer-do-sort-by-recency does not define a sorter.
6890 2006-08-28  Kim F. Storm  <storm@cua.dk>
6892         * find-dired.el (find-dired): Use shell-quote-argument to properly
6893         escape ( and ) args.  Also use it on {} and ; args in default
6894         value of find-ls-option string.
6895         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6897 2006-08-27  Michael Olson  <mwolson@gnu.org>
6899         * emacs-lisp/tq.el: Small grammar fix in comments.
6900         (tq-enqueue): Check for existence of queue rather than the
6901         head queue item's question, which was a no-op.
6902         (tq-filter, tq-process-buffer): Make sure the process buffer
6903         exists before making it the current buffer.
6905 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6907         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6908         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6909         (special-event-map): Apply 2006-08-16 change for x-win.el.
6911 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * progmodes/python.el (python-send-receive): Wait in the
6914         process's buffer so as to check the right buffer-local variables.
6916 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6919         (defgroup checkdoc): Move to beginning.
6921         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6922         (python-preoutput-continuation): Remove.
6923         (python-preoutput-filter): Simplify correspondingly.
6924         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6925         Loop around to catch embedded _emacs_out output.
6926         (run-python): Send the import&print command on a single line.
6927         (python-send-command): Send command&print on a single line.
6928         (python-send-string): Only add double \n if needed.
6929         (python-send-receive): Loop until the result comes.
6930         (python-mode-running): Defvar it.
6931         (python-setup-brm): Remove unused var `menu'.
6932         Only bind py-mode-map and `features' around brm-init.
6933         (python-calculate-indentation): Remove unused var `point'.
6934         (python-beginning-of-defun): Remove unused var `def-line'.
6936 2006-08-25  Richard Stallman  <rms@gnu.org>
6938         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6940 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6942         * viper.el (viper-set-hooks): Use frame bindings for
6943         viper-vi-state-cursor-color.
6944         (viper-non-hook-settings): Don't set default
6945         mode-line-buffer-identification.
6947         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6948         (viper-set-cursor-color-according-to-state)
6949         (viper-get-saved-cursor-color-in-replace-mode)
6950         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6951         viper-emacs-state-cursor-color.
6953         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6954         (viper-undo): Use point if undo-beg-posn is nil.
6955         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6956         (viper-after-change-undo-hook): Don't use
6957         viper-emacs-state-cursor-color by default.
6958         (viper-undo): More sensible positioning after undo.
6960         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6961         (viper-emacs-state-cursor-color): Default to nil, since this feature
6962         doesn't work well yet.
6964         * ediff-mult.el (ediff-intersect-directories)
6965         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6966         always expand filenames.
6968 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * tumme.el: Remove * in defcustoms's docstrings.
6972 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
6974         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6975         Accept internal time format for SECS arg.
6976         (timer-relative-time): Doc fix.
6978         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6979         adapted from Martin Rudalics.
6980         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6981         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6982         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6983         using sit-for.
6985 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
6987         * cus-start.el (all): Add `overline-margin' and
6988         `x-underline-at-descent-line'.
6990 2006-08-24  Kim F. Storm  <storm@cua.dk>
6992         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6993         to mean "use find -exec"; nil now unambiguously means auto-detect.
6994         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6995         Use shell-quote-argument to build grep-find-command and
6996         grep-find-template.
6997         (rgrep): Use shell-quote-argument to properly quote arguments to find.
6998         Reported by Tom Seddon.
7000 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7002         * startup.el (fancy-splash-head): Give instructions for dismissing
7003         the splash screen for default startup too.
7004         (display-startup-echo-area-message, fancy-splash-screens)
7005         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7006         all splash text at once and keep the splash buffer around.
7007         (command-line-1): Give display-startup-echo-area-message a t arg.
7009 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7011         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7012         gnus frame is selected.
7014 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7016         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7018 2006-08-22  Kim F. Storm  <storm@cua.dk>
7020         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7021         Add suffix matching for subdirs.
7023 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7025         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7026         mouse-yank-at-point is non-nil.
7028 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7030         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7031         a bit wider and remove fringes to fit initial output on line.
7033 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * frame.el (blink-cursor-end): Only ignore the error we care about.
7036         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7038 2006-08-21  Richard Stallman  <rms@gnu.org>
7040         * whitespace.el (whitespace-cleanup): Doc fix.
7042 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7044         * net/rcirc.el (rcirc-show-maximum-output): New var.
7045         (rcirc-buffer-process): If no buffer argument is supplied, use
7046         current-buffer.
7047         (rcirc-complete-nick): Complete to the last completed nick first.
7048         (rcirc-mode): Preserve the value of `rcirc-urls' across
7049         connections.  Setup scroll function.
7050         (rcirc-scroll-to-bottom): New function.
7051         (rcirc-print): Use nick syntax around regexp work.
7052         Notice dim-nicks speaking only if they say our nick.
7053         (rcirc-update-activity-string): Do not show the modeline indicator
7054         if there are no live rcirc processes.
7055         (rcirc-cmd-ignore): Ignore case.
7056         (rcirc-browse-url-at-point): Fix off-by-one error.
7058 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * progmodes/python.el: Remove * in defcustom docstrings.
7061         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7062         (python-mode): Set tab-width and indent-tabs-mode.
7064 2006-08-20  Dave Love  <fx@gnu.org>
7066         * progmodes/python.el: Update to Dave Love's latest version.
7067         (python-font-lock-keywords, python-mode): Don't use
7068         font-lock-syntax-table, but match symbol elements explicitly instead.
7069         (python-mode-map): Add help, and a few more key bindings.
7070         (python-skip-comments/blanks): Move out of comments as well.
7071         (python-continuation-line-p): Behave better with unbalanced parens.
7072         (python-blank-line-p): New fun.
7073         (python-open-block-statement-p): Don't use a heuristic.
7074         (python-outdent-p): Better handle blocks-in-the-same-line.
7075         (python-calculate-indentation): Misc improvements.
7076         (python-comment-indent): Remove.
7077         (python-block-pairs): New var.
7078         (python-first-word): New fun.
7079         (python-indentation-levels): Handle more common cases.
7080         (python-indent-line-1): Add `leave' argument.
7081         (python-indent-region): New fun.
7082         (python-skip-out): New fun.
7083         (python-beginning-of-statement, python-end-of-statement): Use it.
7084         (python-next-statement): Return correct count even at eob.
7085         (python-end-of-block): Fix paren-typo.
7086         (python-imenu-create-index): Add module variables.
7087         (run-python): Add `new' arg.
7088         Check we're at a prompt before returning.
7089         (python-send-command): Move to end of buffer.
7090         Wait for prompt to return.
7091         (python-set-proc): New fun.
7092         (python-imports): New var.
7093         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7094         (python-eldoc-function): Try to move out of arg list.
7095         (python-outline-level): Offset by 1.
7096         (python-find-imports): New fun.
7097         (python-symbol-completions): Use python-imports.
7098         (python-module-path, ffap-alist): Add support for ffap.
7099         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7100         (python-insert-*, python-default-template, python-expand-template):
7101         Add templates/skeletons.
7102         (python-setup-brm): Support for Bicycle Repair Man.
7103         (python-abbrev-syntax-table): New var.
7104         (python-abbrev-pc-hook, python-pea-hook): New funs.
7106 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7108         * frame.el (blink-cursor-start): Set timer first.
7109         (blink-cursor-end): Ignore timer cancelling errors.
7110         Suggested by Ken Manheimer.
7112 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7114         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7115         Add autoload cookie.
7117 2006-08-20  Richard Stallman  <rms@gnu.org>
7119         * simple.el (line-number-at-pos): Doc fix.
7121         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7122         timer-activate-when-idle, so timer can run before Emacs becomes
7123         non-idle again.
7125 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7127         * whitespace.el (whitespace-cleanup-internal): New optional arg
7128         REGION-ONLY.  If it's non-nil, modify the message to the user
7129         accordingly.
7130         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7131         a non-nil argument.
7133 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7135         * rect.el (spaces-string): Simplify and add doc string.
7137 2006-08-17  Romain Francoise  <romain@orebokech.com>
7139         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7141 2006-08-17  Richard Stallman  <rms@gnu.org>
7143         * compare-w.el (compare-windows): lambda's take an arg and pass
7144         it to compare-windows-skip-whitespace.
7146 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7148         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7149         the right buffer.
7151 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7153         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7154         removed files.
7156 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7158         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7159         (gdb-locals-watch-map-1): Suppress keymap first.
7160         (gdb-edit-locals-map-1): New variable.
7161         (gdb-edit-locals-value): New function.
7162         (gdb-stack-list-locals-handler): Use them.
7164 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7167         cursor would normally be drawn in the fringe.
7169         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7170         Reported by Martin Rudalics <rudalics@gmx.at>.
7172 2006-08-16  Richard Stallman  <rms@gnu.org>
7174         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7175         (special-event-map): Process drag-n-drop events this way.
7177         * simple.el (move-beginning-of-line): Test whether fields
7178         would prevent motion back to line's first visible character.
7179         If so, stop where the fields would stop the motion.
7181         * newcomment.el (comment-indent): Fully update INDENT
7182         before checking to see if it will change the text.
7184         * cus-edit.el (custom-newline): New function.
7185         (custom-mode-map): Bind newline to custom-newline.
7187         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7188         into ignore-whitespace.
7189         Check each buffer for its skip-function.
7190         Handle compare-windows-skip-whitespace special-case test
7191         by returning t from default skip function.
7193 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7195         * textmodes/org.el (org-clock-special-range)
7196         (org-clock-update-time-maybe): New functions.
7197         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7198         not only a-z.
7199         (org-agenda-get-blocks): Allow multiple blocks per headline.
7200         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7201         (org-export-html-title-format)
7202         (org-export-html-toplevel-hlevel): New options.
7203         (org-export-language-setup): Add support for Czech.
7204         (org-mode, org-insert-todo-heading, org-find-visible)
7205         (org-find-invisible, org-invisible-p, org-invisible-p2)
7206         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7207         (org-show-subtree, org-show-entry, org-make-options-regexp):
7208         Remove compatibility support for old outline-mode.
7209         (org-check-occur-regexp): Funtion removed.
7210         (org-on-heading-p, org-back-to-heading): Made defalias.
7211         (org-set-local): New defsubst.
7212         (org-set-regexps-and-options, org-mode)
7213         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7214         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7215         (org-remember-apply-template, org-table-edit-field)
7216         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7217         (org-set-autofill-regexps): Use `org-set-local'.
7218         (org-table-eval-formula): Fix bug with parsing of display flags.
7220 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7222         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7223         frame with fringe arrow.  Suggested by Simon Marshall
7224         <simon.marshall@misys.com>.
7225         (gdb-stack-position): New variable.
7226         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7227         (gdb-frames-mode): Set gdb-stack-position to nil.
7228         Add to overlay-arrow-variable-list
7229         (gdb-reset): Delete gdb-stack-position from above list.
7231 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7233         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7234         read only.
7236 2006-08-13  Romain Francoise  <romain@orebokech.com>
7238         * cus-theme.el (customize-create-theme)
7239         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7241         * filesets.el (filesets-add-buffer): Ditto.
7243         * pcvs.el (cvs-change-cvsroot): Ditto.
7245 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7247         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7248         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7249         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7250         expressions.
7251         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7252         Only search till end of line.
7253         Add face to function names in case of no filename.
7254         Add face to variable names of watchpoints.
7256 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7258         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7259         customization group.
7261 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7263         * allout.el (allout-prior-bindings, allout-added-bindings):
7264         Remove, after long deprecation.
7265         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7266         Add customization vars controlling allout-beginning-of-line and
7267         allout-end-of-line conveniences.
7268         (allout-header-prefix, allout-use-mode-specific-leader)
7269         (allout-use-mode-specific-leader, allout-mode-leaders):
7270         Revise docstrings.
7271         (allout-infer-header-lead): Change to be an alias for
7272         allout-infer-header-lead-and-primary-bullet.
7273         (allout-infer-header-lead-and-primary-bullet): New version of
7274         allout-infer-header-lead which assigns the primary bullet to the
7275         same as the header lead, when its being changed.
7276         (allout-infer-body-reindent): Apply regexp-quote instead of
7277         unconditionally prepending "\\", so that all literal
7278         allout-header-prefix and allout-primary-bullet strings are
7279         properly handled.
7280         (allout-add-resumptions): Add optional qualifier for extending or
7281         appending to existing values, rather than replacing them.
7282         (allout-view-change-hook): Clarify docstring.
7283         (allout-exposure-change-hook): Take explicit arguments, via
7284         run-hook-with-args.
7285         (allout-structure-added-hook)
7286         (allout-structure-deleted-hook)
7287         (allout-structure-shifted-hook): New hooks analogous to
7288         allout-exposure-change-hook for other kinds of structural outline
7289         edits.
7290         (allout-encryption-plaintext-sanitization-regexps): New encryption
7291         customization variable, by which cooperating modes can provde
7292         massage of the plaintext without actually being passed it.
7293         (allout-encryption-ciphertext-rejection-regexps)
7294         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7295         customization variables, by which cooperating modes can prohibit
7296         rare but possible ciphertext patterns from fouling their
7297         operation, with actually being passed the ciphertext.
7298         (allout-mode): Run activation and deactivation hooks after the
7299         minor-mode variable has been toggled, to clarify the mode
7300         disposition.  The new encryption ciphertext rejection variable is
7301         used to ensure that the ciphertext does not contain text that
7302         would be recognized as outline structural elements by allout.
7303         Substite allout-beginning-of-line and allout-end-of-line for
7304         conventionall beginning-of-line and end-of-line bindings.
7305         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7306         activation!
7307         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7308         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7309         (allout-chart-subtree): Implement new mode, charting only the
7310         visible items in the subtree, when new 'visible' parameter is non-nil.
7311         (allout-end-of-subtree): Properly handle the last item in the buffer.
7312         (allout-pre-command-business, allout-command-counter):
7313         Increment an advertised counter so that cooperating enhancements can
7314         track revisions of items.
7315         (allout-open-topic): Run allout-structure-added-hook with suitable
7316         arguments.
7317         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7318         arguments.
7319         (allout-shift-out): Fix doubling for negative args and ensure call
7320         of allout-structure-shifted-hook by solely using allout-shift-in.
7321         (allout-kill-line, allout-kill-topic):
7322         Run allout-structure-deleted-hook with suitable arguments.
7323         (allout-yank-processing): Run allout-structure-added-hook with
7324         proper arguments.
7325         (allout-yank): Enclose activity in allout-unprotected.
7326         (allout-flag-region): Run allout-exposure-change-hook with
7327         suitable arguments, instead of making the callee infer the arguments.
7328         (allout-encrypt-string):
7329         Support allout-encryption-plaintext-sanitization-regexps,
7330         allout-encryption-ciphertext-rejection-regexps, and
7331         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7332         en/de cryption mode in symmetric encryption failure message.
7333         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7334         copy of the passphrase, and don't zero it or we'll corrupt the
7335         stashed copy.
7336         (allout-create-encryption-passphrase-verifier)
7337         (allout-verify-passphrase): Respect the new signature for
7338         allout-encrypt-string.
7339         (allout-get-configvar-values): Convenience for getting a
7340         configuration variable value and handling its absence gracefully.
7342 2006-08-11  Romain Francoise  <romain@orebokech.com>
7344         * obsolete/zone-mode.el: Delete.
7346 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7348         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7350 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7352         * emacs-lisp/bindat.el (bindat-ip-to-string):
7353         Use `format-network-address' if possible.
7355 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7357         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7359 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7361         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7362         restore unread-command-events here.
7363         (edebug-display): Do it here, to detect sit-for interruptions.
7365 2006-08-10  Romain Francoise  <romain@orebokech.com>
7367         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7368         (dns-mode-soa-auto-increment-serial): New user option.
7369         (dns-mode-soa-maybe-increment-serial): New function.
7370         (dns-mode): Add the latter to `write-contents-functions'.
7372         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7373         Delete autoload cookies.
7375 2006-08-10  John Wiegley  <johnw@newartisans.com>
7377         * eshell/em-glob.el (eshell-glob-chars-list)
7378         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7380 2006-08-10  Richard Stallman  <rms@gnu.org>
7382         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7383         (facemenu-set-face): Doc fix.
7384         (facemenu-listed-faces): Doc fix.
7386 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7388         * avoid.el (mouse-avoidance-animating-pointer): New var.
7389         (mouse-avoidance-nudge-mouse): Use it.
7390         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7391         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7392         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7393         Don't activate if currently animating.  All callers changed.
7395 2006-08-09  John Wiegley  <johnw@newartisans.com>
7397         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7398         variable, which causes timeclock to report elapsed time worked,
7399         instead of just work remaining.
7401 2006-08-09  Kenichi Handa  <handa@m17n.org>
7403         * international/latexenc.el (latexenc-find-file-coding-system):
7404         Fix for the case that the 2nd element of arg-list is a cons.
7406 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7408         * info.el (Info-fontify-node): Handle preceding `in' for note
7409         reference hiding rules.
7411 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7413         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7414         mistake a closing " for an opening one.
7416 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7418         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7420 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * complete.el (PC-do-completion): Filter out completions matching
7423         completion-ignored-extensions before checking whether there are
7424         multiple completions.
7425         Don't use `list' unnecessarily when building completion tables.
7427 2006-08-06  Richard Stallman  <rms@gnu.org>
7429         * help.el (describe-mode): Make minor mode list more concise.
7431 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7433         * bindings.el: Give mode-line-format, mode-line-modes, and
7434         mode-line-position `standard-value' properties.
7436 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7438         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7439         "(file)node" instead of the file name.
7441 2006-08-05  Richard Stallman  <rms@gnu.org>
7443         * faces.el (escape-glyph): Doc fix.
7445 2006-08-04  Kenichi Handa  <handa@m17n.org>
7447         * international/mule-diag.el (describe-font): Improve docstring
7448         and error message.  Use frame-parameter (not frame-parameters).
7450 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7452         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7453         Correctly mark the end-of-docstring char.
7455 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7457         * simple.el (line-move-to-column): Constrain move-to-column to
7458         current field.
7460 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7462         * font-lock.el (font-lock-beg, font-lock-end)
7463         (font-lock-extend-region-functions): New vars.
7464         (font-lock-extend-region-multiline)
7465         (font-lock-extend-region-wholelines): New functions.
7466         (font-lock-default-fontify-region): Use them.
7467         (font-lock-extend-jit-lock-region-after-change): Only round up
7468         if font-lock-default-fontify-region will do it as well.
7470         * font-lock.el (font-lock-extend-after-change-region-function):
7471         Rename from font-lock-extend-region-function.
7472         (font-lock-extend-region): Remove by inlining at call sites.
7473         (font-lock-after-change-function): Don't needlessly round up to a whole
7474         number of lines.
7475         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7476         the boundary conditions and the interactions between the various ways
7477         to extend the region.
7479 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7482         modification status when forcing the second redisplay.
7484 2006-08-03  Kim F. Storm  <storm@cua.dk>
7486         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7488 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7491         doesn't look like a file name.
7493         * complete.el (PC-expand-many-files): Avoid signalling an error when
7494         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7496 2006-08-02  Andreas Schwab  <schwab@suse.de>
7498         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7500 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7502         * bindings.el (map): Make mode-line-buffer-identification-keymap
7503         before defining propertized-buffer-identification.
7505 2006-08-01  Richard Stallman  <rms@gnu.org>
7507         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7509 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7511         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7512         default value.
7513         (gdb-find-source-frame): New function.
7514         (menu): Add to menu bar.
7516 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7518         * font-core.el (font-lock-extend-region-function)
7519         (font-lock-extend-region): Move to font-lock.el.
7521         * font-lock.el (font-lock-extend-region-function)
7522         (font-lock-extend-region): Move from font-core.el.  Simplify.
7524         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7525         if needed.
7526         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7527         (jit-lock-after-change-extend-region-functions): New hook.
7528         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7530         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7531         (font-lock-turn-on-thing-lock): Use it.
7533         * longlines.el (longlines-show-region): Make it work on read-only
7534         buffers as well.
7536 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7538         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7540 2006-07-31  Richard Stallman  <rms@gnu.org>
7542         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7543         (vhdl-speedbar-display-projects): Update old obsolete
7544         speedbar variable names.
7546 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7548         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7549         (gdb-stopped): Use it.
7551         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7553 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7555         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7556         for load-history elements.
7558 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7560         * files.el (convert-standard-filename): For Cygwin, replace
7561         characters not allowed in Windows file names.
7562         (make-auto-save-file-name): Add Cygwin to the list of systems
7563         where the auto-save file name needs to be run through
7564         convert-standard-filename.
7566 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7568         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7570 2006-07-28  Richard Stallman  <rms@gnu.org>
7572         * bindings.el (mode-line-frame-identification)
7573         (propertized-buffer-identification): Centralize the code
7574         to initialize the variable.
7576         * progmodes/grep.el (grep-default-command): Catch errors from
7577         wildcard-to-regexp.
7579 2006-07-29  Kim F. Storm  <storm@cua.dk>
7581         * progmodes/grep.el (grep-tag-default): New function.
7582         (grep-default-command, grep-read-regexp): Use it.
7583         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7584         as default if nothing else applies.
7586 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7588         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7589         Throw error if buffer is not in Dired and Wdired mode, respectively.
7591 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7593         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7594         self-insert-command keys don't activate buttons.
7595         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7597 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7599         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7600         faces for enable character.
7602 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7604         * Makefile.in (recompile): Update comment to reflect change
7605         on 2004-04-21.
7607 2006-07-27  Richard Stallman  <rms@gnu.org>
7609         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7610         (customize-package-emacs-version): Change msg when pkg has no entry.
7611         (custom-no-edit): On a button, do like widget-button-press.
7613 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7615         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7616         S-tab and C-S-tab.
7618 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7620         * progmodes/which-func.el (which-function): Fix documentation/
7621         comment typo.
7623 2006-07-26  Richard Stallman  <rms@gnu.org>
7625         * textmodes/ispell.el (ispell-word): If we replace the word,
7626         move point to the end.  Insert before deleting.
7628 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7630         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7631         a timer.
7633 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7635         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7636         when at first image.
7637         (tumme-forward-image): Add prefix argument.  Add error when at last
7638         image.
7640 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * tabify.el (tabify-regexp): Use more specific regexps.
7643         (tabify): Avoid modifying the buffer unnecessarily.
7645 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7647         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7648         (tumme-format-properties-string): Handle empty `buf'.
7649         (tumme-get-comment): Change variable names inside `let'.
7650         Add missing `let' variable that cause font-lock problems.
7651         (tumme-write-comments): Change variable names inside `let'.
7652         Add missing `let' variable that cause font-lock problems.
7653         (tumme-forward-image): Rename from `tumme-forward-char'.
7654         (tumme-backward-image): Rename from `tumme-backward-char'.
7656 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7658         * progmodes/ld-script.el (ld-script-keywords)
7659         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7660         and add comments.
7662 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7664         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7665         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7666         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7667         for status indicator.
7669 2006-07-24  Richard Stallman  <rms@gnu.org>
7671         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7673         * subr.el (dolist, dotimes): Use interned symbols for locals.
7674         (--dotimes-limit--, --dolist-tail--): New defvars.
7675         (looking-back): Doc fix.
7677         * replace.el (replace-match-string-symbols): Handle dotted lists.
7679 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7681         * tumme.el (tumme-write-tags): Add.
7682         (tumme-write-comments): Add.
7683         (tumme-tag-files): Change to use `tumme-write-tags'.
7684         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7685         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7686         (tumme-save-information-from-widgets): Change to use
7687         `tumme-write-comments' and `tumme-write-tags'.
7688         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7689         (tumme-write-tag): Remove.
7690         (tumme-write-comment): Remove.
7691         (tumme-display-previous-thumbnail-original): Remove empty line.
7692         (tumme-widget-list): Add punctuation.
7694 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7696         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7698 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7700         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7701         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7702         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7704 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7706         * mouse.el (mouse-on-link-p): Doc fix.
7708 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7710         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7711         Handle "C-h f `".
7713 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7715         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7716         column.
7718 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7720         * textmodes/table.el: Add move-beginning-of-line and
7721         move-end-of-line to Point Motion Only Group.
7723 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7725         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7727 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7729         * startup.el (user-mail-address): Initialize from the `EMAIL'
7730         environment variable first.  Document this.
7731         (command-line): Ditto.
7733 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7735         * help-mode.el (help-function-def, help-variable-def)
7736         (help-face-def): Print a message in the minibuffer.
7738 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7740         * term/xterm.el (terminal-init-xterm): Fix key bindings
7741         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7743 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7745         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7746         where `(nth 1 command)' is a cons cell.  Doc fix.
7748         * textmodes/po.el (po-find-charset): Doc fix.
7750 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7752         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7753         (allout-beginning-of-current-line, allout-end-of-current-line)
7754         (allout-next-visible-heading, allout-open-topic)
7755         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7756         (allout-flag-current-subtree, allout-show-to-offshoot)
7757         (allout-hide-current-entry, allout-show-current-branches)
7758         (allout-hide-region-body, allout-old-expose-topic)
7759         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7760         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7761         containing `beginning-of-line' and `end-of-line' with
7762         `inhibit-field-text-motion' t.
7764 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7766         * frame.el (focus-follows-mouse): Document that it doesn't have
7767         any effect on MS-Windows.
7769 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7773 2006-07-20  Jay Belanger  <belanger@truman.edu>
7775         * calc.el (calc-previous-alg-entry): Remove variable.
7777         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7778         New variables.
7779         (calc-alg-entry): Use `calc-alg-entry-history'.
7780         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7781         Remove reference to `calc-previous-alg-entry'.
7782         (calcAlg-edit, calcAlg-enter): Remove reference to
7783         `calc-previous-alg-entry'.
7784         (calcAlg-previous): Use `previous-history-element' instead of
7785         `calc-previous-alg-entry'.
7786         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7787         Change keybinding for `calcAlg-plus-minus', add keybindings for
7788         `previous-history-element' and `next-history-element'.
7790         * calc-rewr.el (calc-match): Remove reference to
7791         `calc-previous-alg-entry'.
7793         * calc-sel.el (calc-selection-history): New variable.
7794         (calc-enter-selection, calc-sel-mult-both-sides)
7795         (calc-sel-add-both-sides): Use `calc-selection-history'.
7797         * calc-map.el (calc-get-operator-history): New variable.
7798         (calc-get-operator): Use `calc-get-operator-history'.
7800         * calcalg3.el (calc-curve-fit-history): New variable.
7801         (calc-curve-fit): Use `calc-curve-fit-history'.
7803 2006-07-20  Kenichi Handa  <handa@m17n.org>
7805         * international/mule-cmds.el (select-safe-coding-system): Fix the
7806         way of deciding eol-type of the coding system.
7808 2006-07-20  Alan Mackenzie  <acm@muc.de>
7810         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7811         (c-lang-setvar): New macro.
7812         (c-make-init-lang-vars-fun): Use the initialization forms in
7813         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7814         (comment-start, comment-end, comment-start-skip): Change these from
7815         c-lang-defvar's to c-lang-setvar's.
7817         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7818         which calls make-local-variable on the elements of
7819         c-emacs-variable-inits.
7820         (c-init-language-vars-for): Call this new macro.
7822 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7824         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7825         Try to rule out false positives due to time stamps.
7826         (compilation-mode-font-lock-keywords): Remove rules made redundant
7827         because of the above change.  Add `segmentation fault' to the known and
7828         highlighted compilation termination messages.
7830 2006-07-19  Kim F. Storm  <storm@cua.dk>
7832         * progmodes/grep.el (grep-find-ignored-directories):
7833         Add .svn and _darcs to list.
7835 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7837         * dired.el (dired-mode-map): Add key binding `C-te' for
7838         `tumme-dired-edit-comment-and-tags'.
7840         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7841         image display buffer is displayed before call to
7842         `tumme-display-image.
7843         (tumme-dired-display-image): Make sure image display buffer is
7844         displayed before call to `tumme-display-image.
7845         (tumme-mouse-display-image): Make sure image display buffer is
7846         displayed before call to `tumme-display-image.
7847         (tumme-widget-list): Add.
7848         (tumme-dired-edit-comment-and-tags): Add.
7849         (tumme-save-information-from-widgets): Add.
7851 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7853         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7855 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7858         Revert inadvertently installed patch hunk.
7860         * progmodes/compile.el (compilation-find-file): Handle the
7861         cases where the user selects a non-existent file.
7863 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7867 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7869         * subr.el (sit-for): Just sleep-for if noninteractive.
7871 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7873         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7875         * custom.el (custom-autoload): Add `noset' argument.
7876         (custom-push-theme): Don't autoload the variable, let callers do it.
7877         (custom-theme-set-variables): Autoload the variable if necessary.
7879         * cus-edit.el (custom-variable-state-set): If the variable was
7880         originally set outside custom, but to the same value as the default,
7881         consider it to be standard.
7883         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7884         file *before* telling Emacs to add the autoloads, in case it fails.
7886         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7887         Use `cond', push', and `dolist'.
7889 2006-07-17  Richard Stallman  <rms@gnu.org>
7891         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7892         Add defvars to silence warnings.
7894 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7896         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7897         Don't highlight "Compiling file" messages as error.
7899         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7900         file already exists.
7902 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7904         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7905         entry, don't assign to free var; simply return the extracted filename.
7906         (ff-treat-as-special): Incorporate common preamble from callers.
7907         (ff-other-file-name, ff-find-the-other-file):
7908         Update call to ff-treat-as-special.
7910         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7912 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7914         * tumme.el (tumme-get-comment): Fix bug.
7916 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * files.el: Remove spurious * in docstrings.
7920 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7922         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7923         grammar.
7924         (allout-beginning-of-current-line): Beware beginning of buffer.
7925         Also, a comment is simplified.
7926         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7927         when appropriate.  (This fix enables use for other than
7928         bullet-hotspot operation.)
7929         (allout-hide-current-subtree): While escalating to sibling-close,
7930         make sure to situate on a topic.
7932 2006-07-14  Kim F. Storm  <storm@cua.dk>
7934         * emulation/cua-base.el (cua-delete-selection)
7935         (cua-toggle-set-mark): New defcustoms.
7936         (cua-rectangle-modifier-key): Add `alt' modifier.
7937         (cua-replace-region): Don't delete if cua-delete-selection is nil.
7938         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7939         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7941         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7943 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7945         * allout.el: Require 'cl during byte-compilation/interactive load,
7946         for the `assert' macro.
7947         (allout-mode-deactivate-hook): New hook, run when allout mode
7948         deactivates.
7949         (allout-developer): New allout customization subgroup.
7950         (allout-run-unit-tests-on-load): New allout-developer
7951         customization variable, when true allout unit tests are run towards
7952         end of file load/eval.
7953         (allout-inhibit-auto-fill): Disable auto-fill activity even during
7954         auto-fill-mode.
7955         (allout-resumptions): Remove, to be replaced by...
7956         (allout-add-resumptions): Register variable settings to be
7957         reinstated by `allout-do-resumptions'.  The settings are made
7958         buffer-local, but the locality/globality of the suspended setting
7959         is restored on resumption.
7960         (allout-do-resumptions): Reinstate all settings suspended using
7961         `allout-add-resumptions'.
7962         (allout-test-resumptions): Unit tests (and intermediate variables)
7963         for resumptions.
7964         (allout-tests-globally-unbound, allout-tests-globally-true)
7965         (allout-tests-locally-true): Intermediate variables for
7966         resumptions unit tests.
7967         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7968         (allout-exposure-category): Replaces 'allout-overlay-category variable.
7969         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7970         instead of retired `allout-resumptions'.  For hook functions, use
7971         `local' parameter so hook settings are created and removed as
7972         buffer-local settings.  Revise (resumptions) setting
7973         auto-fill-function so it is set only if already active.  (The
7974         related fill-function settings are all made in either case, so
7975         that activating auto-fill-mode activity will have the custom
7976         allout-mode behaviors (hanging indent on topics, if configured for it).
7977         Remove all allout-exposure-category overlays on mode deactivation.
7978         (allout-hotspot-key-handler): New function extracted from
7979         `allout-pre-command-business', so the functionality can be used
7980         for other purposes, eg as a binding in an overlay.
7981         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7982         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7983         customization variable.
7984         (allout-run-unit-tests): Run the (currently quite small)
7985         repertoire of unit tests.  Called just before the provide iff user
7986         has customized `allout-run-unit-tests-on-load' non-nil.
7988 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
7990         * emacs-lisp/authors.el (authors-aliases): Update.
7992 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
7994         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7995         gdb-source-window.  Add dedicated argument.
7996         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7997         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7998         (gdb-display-threads-buffer, gdb-display-memory-buffer)
7999         (gdb-display-locals-buffer): Use it.
8001         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8002         Set gdb-source-window.
8004 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8007         minor modes, redundant with the custom-autoload line above.
8009 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8011         * longlines.el (longlines-post-command-function): Handle open-line too.
8013 2006-07-12  Richard Stallman  <rms@gnu.org>
8015         * progmodes/grep.el (grep-last-buffer): Doc fix.
8017         * info.el (Info-try-follow-nearest-node): Doc fix.
8019         * emacs-lisp/edebug.el (edebug-instrument-function):
8020         Err if find-function-noselect gives no position.
8022         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8023         If can't find definition, return nil for position.
8024         (find-function-do-it): Handle new return value
8025         of find-definition-noselect.
8026         (find-definition-noselect, find-variable-noselect): Doc fix.
8027         (find-function-noselect): Doc fix.
8029         * help-mode.el (help-variable-def): Handle find-variable-noselect
8030         returning no position.
8031         (help-function-def): Likewise for find-function-search-for-symbol.
8032         (help-face-def): Likewise.
8034         * help-fns.el (describe-variable): Handle find-variable-noselect
8035         returning no position.
8037         * files.el (locate-file-completion): Avoid duplicates in result.
8039         * cus-edit.el (custom-no-edit): New command.
8040         (custom-mode-map): Remap to custom-no-edit instead of
8041         using suppress-keymap.
8043 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8045         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8046         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8047         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8049         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8051 2006-07-11  Kim F. Storm  <storm@cua.dk>
8053         * ido.el (ido-copy-current-file-name): Use buffer-name if
8054         buffer-file-name is nil.
8056 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8058         * simple.el (undo-ask-before-discard): Set to nil.
8060         * vc.el (vc-exec-after): Don't delete process manually.
8061         (vc-print-log): Run log-view-mode in process sentinel inside
8062         inhibit-read-only.  Don't shrink window due to timing issues.
8064         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8065         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8067 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8070         Fix ambiguity introduced by last change.
8071         (compilation-find-file): Move save-excursion to where it may
8072         make sense.  Fix a left over `find-file'.
8074 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8076         * textmodes/texinfmt.el (texinfo-format-separate-node):
8077         Insert a string before point, which fits documentation, not after.
8078         (texinfo-multitable-item): In a multitable row, insert any
8079         additional needed @tabs and spaces.
8081 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8083         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8084         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8085         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8086         instead of shell-command.
8087         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8088         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8089         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8090         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8091         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8092         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8094 2006-07-11  Kim F. Storm  <storm@cua.dk>
8096         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8097         Remove special case for seconds < 0.  Use (redisplay t) instead.
8099 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8101         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8102         avoid compilation error.
8104         * subr.el (sit-for): New function.
8106         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8108 2006-07-10  Richard Stallman  <rms@gnu.org>
8110         * ldefs-boot.el (edebug): Update page.
8112 2006-07-10  Kim F. Storm  <storm@cua.dk>
8114         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8115         to FOR-RELEASE and TODO.
8117 2006-07-10  Romain Francoise  <romain@orebokech.com>
8119         * emacs-lisp/authors.el (authors-aliases): Update.
8121 2006-07-10  Alan Mackenzie  <acm@muc.de>
8123         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8124         * cc-mode.el: Changes to eradicate eval-after-load.
8126 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8128         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8129         on non-char events.
8131 2006-07-09  Romain Francoise  <romain@orebokech.com>
8133         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8134         Don't highlight start/end markers as compilation messages.
8136         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8137         to t.
8139 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8143 2006-07-08  Richard Stallman  <rms@gnu.org>
8145         * term/x-win.el (x-handle-display): Add doc string.
8147         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8149         * subr.el (def-edebug-spec): Move here.
8150         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8152         * imenu.el (imenu-choose-buffer-index): Doc fix.
8154 2006-07-08  Romain Francoise  <romain@orebokech.com>
8156         * term/x-win.el (x-display-name): Fix typo.
8158 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8160         * hexl.el (hexl-find-file): Doc fix.
8162         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8164 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8166         * term/x-win.el (x-display-name): Doc fix.
8168 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8171         long prefixes.
8172         (fill-region-as-paragraph): Don't round up to a whole line.
8173         (fill-comment-paragraph): Don't include the code-before-the-comment
8174         when calling fill-region-as-paragraph.
8176         * international/mule.el (make-char): Remove redundancy.
8178         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8179         property may contain an anonymous function rather than a symbol.
8181         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8183         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8184         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8186         * dirtrack.el (dirtrack-default-directory-function): Remove.
8187         (dirtrack-directory-function): Use file-name-as-directory.
8188         (dirtrack-windows-directory-function): Simplify.
8189         (dirtrack-forward-slash, dirtrack-backward-slash)
8190         (dirtrack-replace-slash): Remove.
8191         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8192         (dirtrack): Fix wrong parenthesizing; use match-string.
8194         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8195         (inferior-octave-mode): Only change the buffer-local value of
8196         comint-dynamic-complete-functions.
8197         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8198         Move the initialization to the declaration.
8199         (inferior-octave-complete): Remove unused var `filter'.
8201         * shell.el (shell-mode): Only change the buffer-local value of
8202         comint-dynamic-complete-functions.
8204 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8206         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8207         entry is skipped because it has been scheduled.
8208         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8209         changing `:org-archived' and `:org-comment' properties.
8211 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8213         * server.el (server-select-display): Don't make the temp frame
8214         minibuffer-only, in case it's not a temp frame.
8215         (server-process-filter): Don't delete the temp frame if it's the
8216         only one we have on that display.
8218         * files.el (find-alternate-file): Doc fix.
8220 2006-07-05  Richard Stallman  <rms@gnu.org>
8222         * files.el (abbreviate-file-name): Add save-match-data.
8224 2006-07-03  Richard Stallman  <rms@gnu.org>
8226         * faces.el (read-face-name): Doc fix.
8228 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8230         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8232 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8234         * vc.el (vc-diff-internal): Fix prev change.
8236 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8238         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8239         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8241 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8243         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8244         fails if the symbol contains chars like ( or '.
8245         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8246         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8247         `short'.
8249 2006-07-04  Kenichi Handa  <handa@m17n.org>
8251         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8252         the current one, don't call set-language-environment, but call one
8253         of set-language-environment-XXX to make INFO effective now.
8254         (set-language-environment): Call set-language-environment-XXX
8255         functions instead of doing the various setups directly.
8256         (set-language-environment-coding-systems): Delete argument eol-type.
8257         (set-language-environment-input-method)
8258         (set-language-environment-nonascii-translation)
8259         (set-language-environment-charset)
8260         (set-language-environment-fontset)
8261         (set-language-environment-unibyte): New functions.
8263 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8265         * locate.el (locate-update-when-revert): New option.
8266         (locate-update-path): New option (suggested by Michael Albinus).
8267         (locate-prompt-for-command): Whitespace change.
8268         (locate-update): No longer offer to update the locate database by
8269         default.  Implement the two new options.
8271 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8273         * tooltip.el: Move comment about track-mouse...
8275         * progmodes/gud.el: ...to here.
8277 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8279         * facemenu.el (facemenu-listed-faces): New var.
8280         (facemenu-unlisted-faces): Variable deleted.
8281         (facemenu-add-new-face): Use facemenu-listed-faces.
8283         * emulation/viper-init.el, calendar/calendar.el:
8284         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8286 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8288         * textmodes/org.el (org-mode): Remove no invalid settings for
8289         calc embedded mode.
8290         (org-mode-p): New defsubst.
8291         (org-save-all-org-buffers): New function.
8292         (org-first-headline-recenter): Enclose outline-regexp in group
8293         delimiters.
8294         (org-set-tags): Keep single space after stars.
8296 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * window.el (set-window-text-height): Only set window-min-height to
8299         1 if that's the requested size.
8301         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8302         (diff-unified->context, diff-context->unified)
8303         (diff-reverse-direction): Make sure the end marker stays at the end.
8304         (diff-mode): Add the keymap table at the end of docstring.
8305         Use lexical-let rather than constructing a closure manually.
8307         * files.el (find-file-noselect-1): Remove unused var assignment.
8308         (hack-local-variables-confirm): Print lists of strings as lists of
8309         strings rather than lists of symbols.
8310         (abbreviate-file-name, hack-local-variables-prop-line):
8311         Use match-string.
8312         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8313         (recover-session-finish): Use line-end-position.
8315 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8317         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8319 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8321         * progmodes/make-mode.el (makefile-macroassign-regex):
8322         Accept preceding keyword.
8323         (makefile-gmake-statements): Reorganize, now that makepp has
8324         "override" and also handle forgotten "override define".
8325         (makefile-makepp-statements): Add new "global", "override export"
8326         and "override global".
8328 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8330         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8331         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8332         (ada-no-auto-case): Fix typos in docstrings.
8334 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8336         * info.el (Info-find-node-2): Search for makeinfo version more
8337         carefully.
8339 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8341         * textmodes/org.el (org-prepare-agenda-buffers):
8342         Use `invisible-OK' argument for `org-end-of-subtree'.
8343         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8344         (org-beginning-of-item): Fix bug in regular expression for white line.
8345         (org-export-as-html): Enforce space after bullet in plain list items.
8346         (org-set-autofill-regexps): Require space after plain list bullet
8347         for paragraph-start.
8348         (org-ts-regexp3): New constant.
8349         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8350         (org-timestamp-up-day, org-timestamp-down-day)
8351         (org-timestamp-change): Work with inactive timestamps.
8352         (org-ts-regexp1): Don't allow brackets in time stamps.
8354 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8356         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8357         for ignoring links.
8359         * faces.el (read-face-name): Use it.
8361 2006-06-28  Juri Linkov  <juri@jurta.org>
8363         * buff-menu.el (list-buffers-noselect): Compare Info file
8364         with the string "dir" to detect Info directory.
8366         * complete.el (partial-completion-mode): In lambda for
8367         `choose-completion-string-functions' use full function signature
8368         with 4 args, and move point to the end of the minibuffer only if arg
8369         `mini-p' is non-nil.
8371 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8373         * ibuffer.el (ibuffer-mode): Doc fix.
8375 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8377         * textmodes/org.el (org-context): New contexts :item-bullet,
8378         :latex-fragment, :latex-preview.
8379         (org-overlays-at, org-overlay-start, org-overlay-end):
8380         New compatibility functions.
8381         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8382         exact regexp that will be used during export.
8383         (org-latex-regexps): New variable.
8384         (org-cdlatex-mode): Improve advice for `texmathp'.
8385         (turn-on-org-cdlatex): New function.
8387 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8389         * term/mac-win.el (mac-handle-font-selection): Change keys of
8390         mac-atsu-font-table from strings to numbers.
8391         (mac-ts-caret-position): Use also when cursor-type is nil.
8392         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8393         Relax condition for using overlay strings.
8394         Use mac-ts-caret-position face when cursor-type is nil.
8396 2006-06-26  Kim F. Storm  <storm@cua.dk>
8398         * help.el (view-emacs-news): Declare `res' in the right let* form.
8400 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8402         * net/rcompile.el (remote-compile): Replace ange-ftp based
8403         implementation by Tramp functions.
8404         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8406         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8408 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8410         * international/fontset.el (setup-default-fontset): Fix a typo in
8411         the "Oriya-Akruti" registry name.
8413 2006-06-23  Lars Hansen  <larsh@soem.dk>
8415         * desktop.el (desktop-full-file-name): New function.
8416         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8417         (desktop-revert): Use it.
8418         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8419         (desktop-after-read-hook): Add option list-buffers.
8420         (desktop-locals-to-save): Add tab-width.
8421         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8422         Fix docstring.
8424 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8426         * textmodes/org.el (org-cdlatex-mode-map)
8427         (org-cdlatex-texmathp-advice-is-done): New variables.
8428         (org-cdlatex-mode): New minor mode.
8429         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8430         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8431         (org-export-with-archived-trees): New option.
8432         (org-open-file): Remove the call to `convert-standard-filename'.
8433         (org-archive-tag, org-agenda-skip-archived-trees)
8434         (org-cycle-open-archived-trees)
8435         (org-sparse-tree-open-archived-trees): New options.
8436         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8437         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8438         New functions.
8439         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8440         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8441         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8442         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8443         Call `org-prepare-agenda-buffers'.
8444         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8445         (org-file-apps, org-file-apps-defaults-gnu)
8446         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8447         Handle remote files by forcing them to be opened in Emacs.
8449 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8451         * vc.el (vc-diff-knows-L): New variable.
8452         (vc-diff-internal): Use it to handle "diff" programs that don't
8453         understand -L.  This works automatically, no user action is necessary.
8455 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8457         * net/rcirc.el (rcirc-default-user-full-name): Default to
8458         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8459         longer exists).
8460         (rcirc-process-list): Check `buffer-live-p' before attempting to
8461         switch to a buffer.
8463 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8465         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8466         based on rcirc-coding-system-alist.
8468 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8470         * cus-edit.el (customize-apropos): A better error message.
8471         (top level) <debug-ignored-errors>: Extend and update the list of
8472         ignored error messages.
8474 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8476         * complete.el (PC-do-completion): Retain capitalization of user
8477         input, when possible, even if completion-ignore-case is set.
8479 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8481         * generic-x.el (bat-generic-mode): Support .cmd files.
8483         * dos-w32.el (top level): Use find-file-not-found-functions
8484         instead of the obsolete find-file-not-found-hooks.
8486 2006-06-22  Kim F. Storm  <storm@cua.dk>
8488         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8489         to recognize mode name containing submodes, such as Grep/lw.
8491 2006-06-21  Kim F. Storm  <storm@cua.dk>
8493         * simple.el (line-move-1): Check for move-end-of-line instead of
8494         end-of-line when setting temporary-goal-column.
8496 2006-06-21  Miles Bader  <miles@gnu.org>
8498         * play/cookie1.el (cookie): Work properly when there's only one entry.
8500 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8502         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8503         (gdb-frame-handler): Generalize frame regexp for templates.
8505 2006-06-20  Glenn Morris  <rgm@gnu.org>
8507         * calendar/appt.el (appt-display-format): Default value must be
8508         one of the customize options.
8510 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8512         * term/xterm.el (terminal-init-xterm): Update key availability info.
8513         Bind C-return.
8515         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8517 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8519         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8520         whether or not a local variables list is defined.
8522         * msb.el (msb): Move `sit-for' hack here to handle both
8523         "mouse-down and drag" and "mouse-up and select" situations.
8524         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8526 2006-06-20  Kenichi Handa  <handa@m17n.org>
8528         * international/characters.el (word-combining-categories):
8529         Add entries for 2-byte Han characters.
8531 2006-06-19  Richard Stallman  <rms@gnu.org>
8533         * bindings.el (mode-line-format): Save some mode line space.
8535         * files.el (find-file-noselect): Improve the question wording.
8536         (basic-save-buffer-2): Mask UMASK against 666.
8538         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8539         (mouse-drag-vertical-line): Call it.
8541         * cus-edit.el (customize-option, customize-option-other-window):
8542         Error if SYMBOL is nil.
8544 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8546         * textmodes/org.el: Require noutline, also on XEmacs.
8547         (org-end-of-subtree): Return point.
8548         (org-dblock-start-re, org-dblock-end-re): New constants.
8549         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8550         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8551         (org-update-all-dblocks, org-find-dblock): New functions.
8552         (org-collect-clock-time-entries): New function.
8553         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8554         (org-fixup-indentation): Modify to deal correctly with lines
8555         starting with TAB.  Only one argument DIFF now.
8556         (org-demote, org-promote): Call `org-fixup-indentation' with just
8557         one argument, DIFF.
8558         (org-mode): Don't mark buffer as modified when aligning tables.
8559         (org-clock-sum): Don't mark buffer modified when adding time sum
8560         properties.
8561         (org-export-as-html): Add support for a link validation function.
8562         (org-archive-all-done): New function.
8563         (org-archive-subtree): New prefix argument.  When set, archive all
8564         done subtrees in this buffer.
8565         (org-remove-clock-overlays)
8566         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8567         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8568         (org-put-clock-overlay): Don't swallow last headline character
8569         when displaying overlay.
8570         (org-store-link): Link to `image-mode' with just the file name.
8572 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8574         * viper-cmd.el (viper-special-read-and-insert-char):
8575         Use read-key-sequence.
8576         (viper-after-change-undo-hook): Misc enhancements.
8577         (viper-after-change-undo-hook): New hook.
8578         (viper-undo): Use viper-after-change-undo-hook.
8579         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8580         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8581         clicking on that widget/button.
8583         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8585         * ediff-diff (ediff-test-patch-utility): Catch errors.
8586         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8587         (ediff-set-actual-diff-options): New function.
8588         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8589         Use ediff-set-actual-diff-options.
8590         (ediff-extract-diffs): Catch errors.
8591         (ediff-whitespace): Add non-breakable space.
8592         (ediff-same-file-contents): Catch errors.
8594         * ediff-mult.el (ediff-collect-custom-diffs):
8595         Save coding-system-for-read.
8597         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8598         (ediff-vc-internal, ediff-vc-merge-internal):
8599         Use ediff-delete-version-file.
8600         (ediff-delete-version-file): New function.
8602         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8604         * ediff.el (ediff-directories, ediff-directory-revisions)
8605         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8606         (ediff-directories-internal, ediff-merge-directory-revisions)
8607         (ediff-merge-directory-revisions-with-ancestor)
8608         (ediff-directories3): Use read-directory-name.
8610 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8612         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8613         Remove superfluous part of regexp for brace matching which is handled
8614         by `scan-lists' call.
8616 2006-06-16  Richard Stallman  <rms@gnu.org>
8618         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8620         * files.el (basic-save-buffer-2): For a new precious file,
8621         use the default modes in the return value.
8623         * facemenu.el (facemenu-color-alist): Doc fix.
8625         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8627 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8629         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8631         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8632         (mac-utxt-to-string): Use it.
8633         (mac-ts-update-active-input-area): Use mac-ae-number.
8635 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8637         * term.el (term-handle-scroll, term-delete-lines)
8638         (term-insert-lines): Fix off by one errors.
8640 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8642         * net/tramp.el (tramp-touch): Use UTC to express time.
8644 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8646         * mail/sendmail.el (mail-send): Search explicitly for
8647         mail-header-separator when checking for corrupted header lines.
8649 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8651         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8652         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8653         (gdb-init-1): Initialise them.
8654         (gdb-starting): Reset gdb-printing
8655         (gdb-starting): Save value of gud-overlay-arrow-position.
8656         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8657         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8658         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8659         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8661 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8663         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8665 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8667         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8668         (ldap-search-internal): Keep error messages, and a regexp fix.
8670 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8672         * files.el (hack-local-variables-confirm):
8673         Display string value using its printed representation.
8675 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8677         * server.el (server-edit): No-op if no server buffers exist.
8679 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8681         * textmodes/page-ext.el (pages-directory-for-addresses):
8682         Including `pages-directory-address-mode' in the function results
8683         in the message "Buffer in which pages were found is deleted".
8685 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8687         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8688         clocking functions.
8690         (org-agenda-clock-in, org-check-running-clock)
8691         (org-clock-out-if-current, org-remove-clock-overlays)
8692         (org-put-clock-overlay): New functions.
8693         (org-clock-marker, org-clock-file-total-minutes)
8694         (org-clock-overlays): New variables.
8695         (org-clock-display, org-clock-sum, org-clock-cancel)
8696         (org-clock-out, org-clock-in): New commands.
8697         (org-export): New function.
8698         (org-emph-re): New constant.
8699         (org-set-emph-re, org-do-emphasis-faces): New functions.
8700         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8701         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8702         (org-export-html-convert-emphasize): Use the configurable emphasis.
8703         (org-cleaned-string-for-export): Make multiline emphasis visible
8704         to the exporter.  New optional argument PARAMETERS.
8705         (org-export-as-html): Specify :emph-multiline parameter to
8706         `org-cleaned-string-for-export'.
8708 2006-06-10  Richard Stallman  <rms@gnu.org>
8710         * help.el (help-for-help-internal): Clean up help text.
8712 2006-06-10  Andreas Schwab  <schwab@suse.de>
8714         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8715         in doc string.
8717         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8719 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8721         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8722         spaces after the comment start.
8724 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8726         * play/pong.el (pong-init-buffer):
8727         Fill buffer with spaces instead of ^A.
8729         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8730         launched asynchronously, delete its process instead of being cool.
8731         (ispell-async-processp): Check for `delete-process' existence
8732         instead of `kill-process' one for consistency.
8734 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8736         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8737         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8738         in mode line at startup.
8740 2006-06-08  Kim F. Storm  <storm@cua.dk>
8742         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8743         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8744         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8745         (ido-file-internal): Pass full file name to write-file.
8746         (ido-read-internal): Only pop stack elements automatically if they
8747         actually match an existing directory or file name.
8749 2006-06-07  Kenichi Handa  <handa@m17n.org>
8751         * international/mule.el (find-auto-coding): Don't handle the short
8752         name `char-trans'.
8754         * files.el (hack-local-variables-prop-line)
8755         (hack-local-variables): Cancel the previous change.
8757 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8759         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8761 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8763         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8764         diff-default-read-only is non-nil.
8765         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8766         (diff-refine-hunk): Set inhibit-read-only to t.
8768         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8769         modifying the *Diff* buffer.
8770         (diff-process-filter): New filter function for diff process that
8771         sets inhibit-read-only to t when modifying the *Diff* buffer.
8773 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8775         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8776         insertion point and control the number of empty lines.
8777         (org-paste-subtree): Limit the number of empty lines at the end of
8778         the inserted tree.
8779         (org-agenda): Use buffer name of current file for narrowing.
8780         (org-export-as-xml): Command removed.
8781         (org-export-xml-type): Option removed.
8782         (org-mode-map): Call `org-export-as-xoxo' directly.
8783         (org-get-indentation): New optional argument LINE.
8784         (org-fix-indentation, org-remove-tabs): New functions.
8785         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8786         correct indentation for headlines that are converted it items.
8787         (org-skip-comments): Remove table lines that contain narrowing
8788         cookies but no other non-empty fields.
8789         (org-set-tags): Allow groups of mutually exclusive tags.
8790         (org-cmp-time): Sort 24:21 before items without time.
8791         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8792         (org-open-at-point): Require double colon also for numbers.
8794 2006-06-06  Kim F. Storm  <storm@cua.dk>
8796         * ido.el (ido-default-file-method, ido-default-buffer-method):
8797         Make choice values consistent with corresponding command names.
8798         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8800 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8802         * progmodes/gud.el (gud-running): Fix doc string.
8803         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8804         (gud-tooltip-modes): Add python-mode.
8805         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8807 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8809         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8810         Quote $(EMACS).
8812 2006-06-05  Richard Stallman  <rms@gnu.org>
8814         * faces.el (defined-colors): Doc fix.
8816 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8818         * vc.el (vc-process-filter): Inhibit undo info collection around
8819         call to insert.
8820         (vc-setup-buffer): Likewise for call to erase-buffer.
8821         (vc-do-command): Likewise for call to process-file.
8823 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8825         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8826         for gud-go.
8827         (gud-common-init): Other debuggers may trigger error.
8829 2006-06-05  Kenichi Handa  <handa@m17n.org>
8831         * international/mule.el (find-auto-coding):
8832         Handle enable-character-translation in file header.
8834 2006-06-04  Kim F. Storm  <storm@cua.dk>
8836         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8837         (authors-fixed-entries): Fix spelling.
8838         (authors-canonical-file-name): Don't report error for wildcards.
8840         * help.el (view-emacs-news): Rewrite to support new NEWS,
8841         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8842         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8843         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8845 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8847         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8848         exec constructs like `foo bar`.
8849         (sh-quoted-subshell): New helper function to search for a possibly
8850         nested subshell (like `` or $()) within a "" quoted string.
8851         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8852         (sh-apply-quoted-subshell): Flag quote characters inside a
8853         subshell, which is itself already in a quoted region, as
8854         punctuation, since this is the closest to what they actually are.
8855         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8856         sh-apply-quoted-subshell.
8857         (sh-font-lock-syntactic-face-function): Apply the new face for
8858         text inside `` instead of the old font-lock-string-face.
8860 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8862         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8863         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8864         (mac-bytes-to-text-range, mac-ae-text-range-array)
8865         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8866         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8867         (mac-ts-unicode-for-key-event): New functions.
8868         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8869         (mac-handle-font-selection): Use mac-ae-number.
8870         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8871         New variables.
8872         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8873         (mac-ts-converted-text, mac-ts-selected-converted-text)
8874         (mac-ts-block-fill-text, mac-ts-outline-text)
8875         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8876         (mac-ts-hilite-style-faces): New constant.
8877         (mac-apple-event-map): Bind text input events.
8878         (mac-dispatch-apple-event): Use command-execute instead of
8879         call-interactively.
8880         (global-map): Don't bind mac-apple-event.
8881         (special-event-map): Bind mac-apple-event.
8883 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8885         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8886         file name.
8887         (emacs): Enclose the value of $(EMACS) in quotes.
8889 2006-06-02  Juri Linkov  <juri@jurta.org>
8891         * international/mule.el (sgml-html-meta-auto-coding-function):
8892         Remove the condition `(search-forward "<html" size t)'.
8893         Replace `\"' with `[\"']?' in `re-search-forward'.
8895 2006-06-02  Kenichi Handa  <handa@m17n.org>
8897         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8898         as well as `coding'.
8899         (hack-local-variables): Likewise.
8901         * international/mule.el (enable-character-translation):
8902         Put permanent-local and safe-local-variable properties.
8903         (find-auto-coding): Handle char-trans: tag.
8905 2006-06-02  Juri Linkov  <juri@jurta.org>
8907         * international/mule.el (sgml-html-meta-auto-coding-function):
8908         Limit the search by the end of the HTML header (if any).
8910 2006-06-01  Richard Stallman  <rms@gnu.org>
8912         * subr.el (with-current-buffer): Doc fix.
8914 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8916         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8917         Almost rewrite.  Underlines over all lines of gcov output are too
8918         uncomfortable to read.  Suggested by Dan Nicolaescu.
8920 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8922         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8924         * shell.el (shell-mode): Use shell-mode-map in docstring.
8926         * comint.el (comint-send-input): Do not add help-echo and
8927         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8929 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8931         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8933 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
8935         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8936         (gdb-stopped, gdb-info-stack-custom): If there is no source info
8937         look up the stack and pop up GUD buffer if necessary.
8938         (gdb-frames-select): Remove redundant call to gud-display-frame.
8939         (gdb-info-threads-custom): Keep point at start of buffer.
8940         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8942 2006-05-31  Juri Linkov  <juri@jurta.org>
8944         * replace.el (query-replace-read-from, query-replace-read-to):
8945         Bind `history-add-new-input' to nil.  Call `add-to-history'.
8947 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8949         * textmodes/table.el: Convert all HTML tags to lower case for
8950         XHTML compatibility.
8952 2006-05-31  Masatake YAMATO  <jet@gyve.org>
8954         * progmodes/compile.el:
8955         (compilation-error-regexp-alist-alist::gcov-called-line):
8956         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
8958 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
8960         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8961         Revert inadvertent changes made with last commit.
8963 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8965         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8966         New functions.
8968         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8970 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8972         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8973         only matches in the right place.
8974         (org-upcoming-deadline): New face.
8975         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8976         (org-export-ascii-underline): Rename constant `org-ascii-underline'
8977         and make it an option.
8978         (org-export-ascii-bullets): New option.
8979         (org-export-as-html): Many changes to emit valid XHTML.
8980         (org-par-open): New variable.
8981         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8982         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8983         (org-timeline): Pass `org-timeline-show-empty-dates' to
8984         `org-get-all-dates'.  Interpret empty dates returned by
8985         `org-get-all-dates'.
8986         (org-get-all-dates): New argument EMPTY.  Add dates without
8987         entries to the list, mark large ranges of empty dates.
8988         (org-point-in-group, org-context): New functions.
8990 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
8992         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8994         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8995         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8996         to C-mouse-3 (for 2 button mice).
8997         (gdb-send): Do the right thing for C-d.
8999         * speedbar.el (speedbar-detach): Delete.
9000         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9001         it breaks things.
9002         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9004 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9006         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9007         Makeppfile.
9009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9010         Add makepp diagnostic.
9012 2006-05-29  Richard Stallman  <rms@gnu.org>
9014         * window.el (fit-window-to-buffer): Doc fix.
9016         * help.el (temp-buffer-max-height): Doc fix.
9018         * subr.el (with-current-buffer): Doc fix.
9020 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9022         * term/x-win.el: Bind F10 to menu-bar-start if available.
9024 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9026         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9027         uses with a simple test.
9028         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9029         (term-send-raw-string, term-send-raw, term-mouse-paste)
9030         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9031         (term-handle-exit, term-read-input-ring)
9032         (term-previous-matching-input-string)
9033         (term-previous-matching-input-string-position)
9034         (term-previous-matching-input-from-input)
9035         (term-replace-by-expanded-history, term-send-input)
9036         (term-skip-prompt, term-bol, term-send-invisible)
9037         (term-kill-input, term-delchar-or-maybe-eof)
9038         (term-backward-matching-input, term-check-source)
9039         (term-proc-query, term-emulate-terminal)
9040         (term-handle-colors-array, term-process-pager, term-pager-line)
9041         (term-pager-bob, term-unwrap-line, term-word)
9042         (term-dynamic-complete-filename)
9043         (term-dynamic-complete-as-filename)
9044         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9045         unlesses.
9047 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9050         during bootstrapping.
9052         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9053         Basically undo the change of 2006-05-26: use extra arguments instead of
9054         dynamic scoping.
9055         (ewoc-locate): Remove unused var `footer'.
9057 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9059         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9061         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9062         (generate-file-autoloads): Obey it.  Return whether autoloads were
9063         added at point or not.
9064         (update-file-autoloads): Use this new return value.
9065         Remove redundant test for the presence of an autoload cookie.
9067         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9068         This one calls hack-local-variables.
9069         (generate-file-autoloads, update-file-autoloads): Use it.
9071         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9072         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9073         (bibtex-sort-entry-class-alist): Don't set the global value.
9074         (bibtex-init-sort-entry-class-alist): New fun.
9075         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9076         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9077         of bibtex-init-sort-entry-class.
9079 2006-05-28  Richard Stallman  <rms@gnu.org>
9081         * subr.el (load-history-regexp): If FILE is relative, insist
9082         entire last name component must match it.
9083         (load-history-filename-element, load-history-regexp): Doc fixes.
9085 2006-05-29  Kim F. Storm  <storm@cua.dk>
9087         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9088         `pos' and `raw-data' for clarity, as eval forms may access these.
9090 2006-05-28  Kim F. Storm  <storm@cua.dk>
9092         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9094 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9096         * progmodes/make-mode.el (makefile-browser-map)
9097         (makefile-mode-syntax-table): Move initialization inside declaration.
9098         (makefile-fill-paragraph): Use the default comment-filling code.
9100 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9102         * replace.el (query-replace-defaults): New variable.
9103         (query-replace-read-from): Use `query-replace-defaults' for
9104         default value, instead of history list.
9105         (query-replace-read-to): Update `query-replace-defaults'.
9107 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9109         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9110         with no X toolkit.
9112 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9114         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9115         (tumme-show-all-from-dir): Add autoload.
9117 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9119         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9120         (tumme-remove-tag): Fix bug.
9122 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9124         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9125         FOOTER args.  Update unique caller.
9126         (ewoc-delete): Compute last node once before looping.
9127         (ewoc--node-branch): Merge into unique caller.
9128         (ewoc--node): Don't define constructor make-ewoc--node for this
9129         structure.
9130         (ewoc): Add member `hf-pp' to this structure.
9131         (ewoc--wrap): New func.
9132         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9133         header/footer pretty-printers.  Save header/footer pretty-printer.
9134         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9136         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9138 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9140         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9141         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9142         Tag'.  Change "Compare directories..." to "Change Directories...".
9143         Move tumme commands to Operate, Regexp and Immediate menus.
9144         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9145         Tag" to "Add Image Tags".
9147         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9148         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9149         `tumme-delete-tag'.
9151 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9153         * shell.el (shell-mode): Call shell-dirtrack-mode after
9154         list-buffers-directory is made a local variable, to avoid setting
9155         the default value.
9157 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9159         * info.el (Info-index-next): Use where-is-internal to report
9160         actual binding of Info-index-next, rather than hard-coded `,'.
9162 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9164         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9165         and "Find Command in Manual" to here.
9167         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9168         Info-current-file as the file name.
9170 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9172         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9173         overrides will now be done a different way.
9174         (ses-set-parameter): Reapply this function for undo.
9175         (ses-set-header-row): Reconstruct header row during undo.
9176         (ses-widen): New function.
9177         (ses-goto-data, ses-reconstruct-all): Use new function.
9178         (ses-command-hook): Widen buffer during undo, before unupdating
9179         the cells.
9180         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9181         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9182         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9183         formula hasn't been executed yet.
9185 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9187         * comint.el (comint-kill-whole-line): Rename arg to count.
9188         Fix doc string.
9190 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9192         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9193         to copy-file.
9195 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9197         * simple.el (toggle-truncate-lines): Make arg optional for
9198         backward compatibility.
9200 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9202         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9203         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9204         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9205         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9206         (ewoc--adjust): Use ewoc--current-dll.
9207         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9209 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9211         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9212         compact error message.
9213         (org-tags-view): Refresh category table in each file.
9214         (org-table-justify-field-maybe): Remove superfluous arguments to
9215         `format'.
9216         (org-export-as-html): Insert "<p>" before postamble.
9217         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9219 2006-05-26  Kenichi Handa  <handa@m17n.org>
9221         * textmodes/po.el (po-find-charset): Pay attention to the case
9222         FILENAME is a cons (NAME . BUFFER).
9223         (po-find-file-coding-system-guts): Likewise.
9225         * arc-mode.el (archive-set-buffer-as-visiting-file):
9226         Call find-operation-coding-system with (FILENAME . BUFFER).
9228         * tar-mode.el (tar-extract): Call find-operation-coding-system
9229         with (FILENAME . BUFFER).
9231         * international/mule.el (decode-coding-inserted-region):
9232         Call find-operation-coding-system with (FILENAME . BUFFER).
9234 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9236         * image-mode.el (image-toggle-display): Use buffer contents to
9237         generate image for a remote file.
9239 2006-05-25  Juri Linkov  <juri@jurta.org>
9241         * replace.el (query-replace-read-from, query-replace-read-to):
9242         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9244 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9246         * whitespace.el (whitespace-cleanup): Change to cleanup
9247         region if one is active.
9248         * whitespace.el (whitespace-cleanup-internal): New internal method.
9250 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9252         * dired.el (dired-mode-map): Add help-echo strings to tumme
9253         commands.  Bind `tumme-dired-display-image' to C-t i.
9255         * tumme.el (tumme-display-image): Change documentation string slightly.
9256         (tumme-dired-display-image): Add call to `display-buffer'.
9258 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9260         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9261         Signal error if RAW-DATA is a multibyte string.
9263 2006-05-24  Richard Stallman  <rms@gnu.org>
9265         * subr.el (with-local-quit): When handling `quit' signal,
9266         make a chance for quit-flag to cause a quit.
9268         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9269         (ad-disable-advice): Add autoloads.
9271         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9273 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9275         * dired.el (dired-mode-map): Change menu items for tumme as per
9276         suggestions in emacs-devel.
9278 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9280         * dired.el (dired-mode-map): Fix breakage.
9282 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9284         * tumme.el (tumme-display-dired-image): Rename to...
9285         (tumme-dired-display-image): ...this.
9286         (tumme-track-movement): Change default value to t.
9287         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9288         used from `tumme-next-line-and-display' and similar commands.
9290         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9291         Immediate menu.  Add some tumme commands there.
9293 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9295         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9297 2006-05-24  Chong Yidong  <cyd@mit.edu>
9299         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9300         menu entries that open submenus.
9302 2006-05-24  Alan Mackenzie  <acm@muc.de>
9304         * startup.el (command-line): For names of preloaded files, don't
9305         append ".elc" (now done in Fload), and call file-truename on the
9306         lisp directory.
9308         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9309         match ANY loaded file with the right name, not just those in
9310         load-path.  Put a regexp matching the file name into
9311         after-load-alist, rather than the name itself.
9313         * subr.el (load-history-regexp, load-history-filename-element)
9314         (do-after-load-evaluation): New functions.
9316         * international/mule.el (load-with-code-conversion): Do the
9317         eval-after-load stuff by calling do-after-load-evaluation.
9319 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9321         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9322         has not been killed.
9324 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9326         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9327         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9328         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9329         Optionally set error message in reply.
9331 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9333         * textmodes/org.el (org-open-at-point): Use renamed variable
9334         `org-confirm-shell-link-function'.
9335         (org-confirm-shell-link-function): Rename from
9336         `org-confirm-shell-links'.
9337         (org-export-directory): New function.
9338         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9339         (org-export-icalendar): Use `org-export-directory'.
9340         (org-indent-item): Keep cursor position.
9341         (org-link-file-path-type): New option.
9342         (org-export-as-html): Fix bug with plain lists starting in
9343         column 0.
9344         (org-export-as-html): Remove deadline formatting, this happens
9345         now already in `org-html-handle-time-stamps'.
9346         (org-export-html-style): Deadline class removed.
9347         (org-insert-labeled-timestamps-at-point): New option.
9348         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9349         of `hide-sublevels 1', in case the first headline is not level 1.
9350         (org-overview, org-content): New fuction.
9351         (org-cycle-global-status, org-cycle-subtree-status): Make these
9352         variables buffer-local.
9353         (org-global-cycle): New command.
9354         (org-shifttab): Use `org-global-cycle'.
9355         (org-insert-heading, org-insert-item): Go to end of new
9356         headline/item after creating it.
9357         (org-export-visible): Rename from `org-export-copy-visible'.
9358         Now creates a temporary org-file and applies an exporting command
9359         to it.
9360         (org-table-eval-formula): Support for lisp forms.
9361         (org-agenda-todo-ignore-scheduled): New option.
9362         (org-agenda-get-todos): Use new option
9363         `org-agenda-todo-ignore-scheduled'.
9364         (org-export-html-inline-images): New value `maybe'.
9365         (org-export-as-html): Inlining of images dependent on link description.
9366         (org-archive-subtree): Check for end-of-buffer before trying
9367         `kill-line'.
9368         (org-agenda-follow-mode): New option.
9369         (org-export-with-tags, org-export-with-timestamps): New options.
9370         (org-html-handle-time-stamps): New function.
9371         (org-keyword-time-regexp): New variable.
9372         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9373         (org-agenda-todo-list-sublevels): New option.
9374         (org-html-level-start): When TITLE is nil, just close all levels.
9375         (org-parse-key-lines, org-parse-export-options): Remove functions,
9376         replaced by `org-infile-export-plist'.
9377         (org-combine-plists, org-infile-export-plist)
9378         (org-default-export-plist): New functions.
9379         (org-export-html-preamble, org-export-html-postamble)
9380         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9381         New variables.
9382         (org-export-publishing-directory): New option.
9383         (org-export-as-html, org-export-as-ascii): Use the new property
9384         lists for settings.
9385         (org-export-copy-visible, org-export-as-xoxo):
9386         Respect `org-export-publishing-directory'.
9387         (org-link-search, org-store-link, org-file-apps): Support for
9388         links to BibTeX database entries..
9389         (org-get-current-options, org-set-regexps-and-options):
9390         Implement logging as a startup option.
9391         (org-store-link): Make sure context string is never empty
9392         (org-insert-link): Use relative path when possible.
9393         (org-at-item-checklet-p): New function.
9394         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9395         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9396         (org-metaright, org-metaup, org-metadown, org-shiftup)
9397         (org-shiftdown, org-shiftright, org-shiftleft)
9398         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9399         Dispatch using `call-interactively'.
9400         (org-call-with-arg): New defsubst.
9401         (org-tag-alist, org-use-fast-tag-selection): New options.
9402         (org-complete): Use `org-tag-alist'.
9403         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9404         (org-next-item, org-previous-item): New commands.
9405         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9406         make command.
9407         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9409 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9411         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9412         (ewoc-filter): Use `ewoc-delete'.
9414         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9416 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9419         Signal more user-friendly error messages.
9421         * complete.el (PC-do-completion): Undo the addition of implicit
9422         wildcards if they did not lead to finding any match.
9423         (read-file-name-internal): Don't add the final > if the completion is
9424         not finished.
9426 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9428         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9429         Quote safe-local-variable predicate.
9431 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9433         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9435 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9437         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9439         * progmodes/make-mode.el (makefile-special-targets-list)
9440         (makefile-macro-table, makefile-target-table): Mark as risky.
9441         (makefile-query-one-target-method): Make this the alias for the
9442         following variable.
9443         (makefile-query-one-target-method-function): Make this the real name.
9445         * textmodes/artist.el (artist-text-renderer): Make this the alias
9446         for the following variable.
9447         (artist-text-renderer-function): Make this the real name.
9449         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9450         the alias for the following variable.
9451         (flyspell-generic-check-word-predicate): Make this the real name.
9453         * textmodes/ispell.el (ispell-format-word): Make this the alias
9454         for the following variable.
9455         (ispell-format-word-function): Make this the real name.
9456         (ispell-message-text-end): Mark as risky.
9458         * skeleton.el (skeleton-transformation, skeleton-filter)
9459         (skeleton-pair-filter): Make these the aliases for the following
9460         variables.
9461         (skeleton-transformation-function, skeleton-filter-function)
9462         (skeleton-pair-filter-function): Make these the real names.
9464         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9465         and skeleton-pair-filter-function.
9467         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9468         alias for the following variable.
9469         (sgml-transformation-function): Make this the real name.
9470         (sgml-tag-alist): Mark as risky.
9472 2006-05-21  Richard Stallman  <rms@gnu.org>
9474         * simple.el (kill-region): Interactively, pass point, then mark.
9476 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9478         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9480 2006-05-21  Romain Francoise  <romain@orebokech.com>
9482         * dired-x.el (dired-mode-map): Don't bind M-g.
9484 2006-05-20  Richard Stallman  <rms@gnu.org>
9486         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9487         (dired-goto-file): Doc fix.
9489 2006-05-21  Kim F. Storm  <storm@cua.dk>
9491         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9492         way to enable built-in cua-mode if user loads older CUA-mode package.
9494         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9495         if default-filename is specified.
9497 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9499         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9501         * info.el (info-apropos): Make sure current-file and current-node
9502         have non-nil values.  Speed up by using add-to-list instead of
9503         manual consing.
9505 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9507         * progmodes/make-mode.el (makefile-mode): Doc fix.
9509 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9511         * dired-aux.el (dired-do-shell-command): Doc fix.
9513 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9515         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9516         ``(custom-manual :tag "Foo" "(foo)Node")''.
9518 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9520         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9521         value is an integer.
9523 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9525         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9526         "format".
9527         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9529 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9531         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9532         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9534 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9537         regexp for keywords.
9539 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9541         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9542         replace-regexp-in-string.
9544         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9545         encode, and escape file name on conversion to URL.
9547 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9549         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9550         Don't unescape URL.
9551         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9553         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9554         on conversion to URLs.
9556         * net/browse-url.el (browse-url-file-url): Encode file name on
9557         conversion to URL.
9559         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9560         conversion to URL.
9562 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9564         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9566 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9568         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9569         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9571 2006-05-19  Glenn Morris  <rgm@gnu.org>
9573         * calendar/diary-lib.el (diary-bahai-date)
9574         (list-bahai-diary-entries, mark-bahai-diary-entries)
9575         (mark-bahai-calendar-date-pattern): Not interactive.
9576         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9577         (diary-entries-list): Change format of 4th element in each entry.
9578         (diary-list-entries): Use add-to-diary-list.
9579         (diary-goto-entry): Handle the case where the buffer visiting the
9580         diary has been killed.
9581         (fancy-diary-display): Add 'locator to button rather than 'marker.
9582         Only generate temp-face when there are marks to apply.
9583         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9584         (diary-fancy-date-pattern): New variable.
9585         (diary-time-regexp): Doc fix.
9586         (diary-anniversary, diary-time): New faces.
9587         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9588         diary-time-regexp.  Add font-lock-multiline property where needed.
9589         Use new faces diary-anniversary and diary-time.
9590         (diary-fancy-font-lock-fontify-region-function): New function, to
9591         handle multiline font-lock pattern in fancy diary.
9592         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9593         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9594         diary-time.
9596 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9598         * international/code-pages.el (mik): Table corrected.
9600 2006-05-18  Kim F. Storm  <storm@cua.dk>
9602         * progmodes/grep.el (grep-find): Don't check grep-find-command
9603         before running command (breaks non-interactive usage).
9605 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9607         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9608         (ewoc--insert-new-node): Don't insert trailing newline.
9609         Instead, adjust successor nodes's start markers.
9610         (ewoc--refresh-node): Delete all text from current node's start
9611         marker to the next one's; adjust successor nodes's start markers.
9612         (ewoc--create): Doc fixes.
9613         (ewoc--refresh): Don't insert newline.
9614         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9615         * pcvs.el (cvs-make-cvs-buffer):
9616         Specify extra newline for ewoc's header and footer.
9617         (cvs-update-header): Update initial header recognition.
9618         Append newline to final header and footer values.
9619         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9621 2006-05-17  Richard Stallman  <rms@gnu.org>
9623         * files.el (file-name-extension): Doc fix.
9625 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9628         we can explicitly enable/disable rather than toggle.
9629         (shell-mode): Use it.
9630         (shell-cd): Don't try to reproduce what `cd' does.
9632 2006-05-17  Kim F. Storm  <storm@cua.dk>
9634         * ido.el (ido-read-internal): Use only nondirectory part of
9635         default item.
9637 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9639         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9640         (ewoc-nth): Doc fix.
9642         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9644 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9646         * international/mule.el (auto-coding-alist): Add .lha to files
9647         read with no-conversion.
9649         * files.el (auto-mode-alist): Add .lha files to archive file
9650         extensions.
9652         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9653         Convert csize to integer when computing offsets within the
9654         compressed archive file.
9656 2006-05-16  Kim F. Storm  <storm@cua.dk>
9658         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9659         with read-from-minibuffer.
9661 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9663         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9664         (byte-compile-warnings): Fix safe-local-variable property.
9666 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9668         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9669         (allout-stylish-prefixes, allout-numbered-bullet)
9670         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9671         predicates to qualify `safe-local-variable' property, when
9672         available, else use equivalent lambda.
9673         (allout-current-topic-collapsed-p): Do the right thing regarding
9674         trailing blank lines.
9676 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9678         * server.el (server-start): Only create a directory if needed.
9679         (server-edit, server-unload-hook): server-start => server-mode.
9680         (kill-emacs-hook): Cleanup upon exit.
9682 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * hexl.el (hexlify-buffer): Encode process arguments manually.
9686 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9688         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9689         call to gdb-tooltip-print.
9691 2006-05-15  Romain Francoise  <romain@orebokech.com>
9693         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9694         systems, default to "tar" since those systems probably have GNU tar.
9696 2006-05-14  Lars Hansen  <larsh@soem.dk>
9698         * desktop.el (desktop-missing-file-warning): Fix docstring.
9699         (desktop-restore-file-buffer): Correct question asked on missing file.
9701 2006-05-14  Kim F. Storm  <storm@cua.dk>
9703         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9704         Add CUA move property.
9706 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9708         * custom.el (custom-push-theme): Load the variable before checking
9709         its `standard-value'.
9711 2006-05-13  Lars Hansen  <larsh@soem.dk>
9713         * desktop.el (desktop-save): Use with-temp-buffer.
9715 2006-05-12  Glenn Morris  <rgm@gnu.org>
9717         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9718         * calendar/calendar.el (calendar-mode-map):
9719         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9720         * calendar/appt.el (appt-check, appt-make-list): Refer to
9721         diary-view-entries, diary-list-entries, diary-show-all-entries
9722         rather than obsolete aliases.
9724 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9726         * simple.el (line-move-finish): Avoid calling point motion hooks
9727         while processing intangibility.
9729 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9731         * term/xterm.el (terminal-init-xterm): Fix typo.
9733 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9735         * allout.el (allout-view-change-hook): Mark as being deprecated,
9736         to be replaced by `allout-exposure-change-hook'.
9737         (allout-exposure-change-hook): New, replacing
9738         `allout-view-change-hook'.
9739         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9740         in addition to `allout-view-change-hook'.
9741         (allout-show-bodies, allout-old-style-prefixes)
9742         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9743         lambda forms to prevent their showing up in variable help
9744         presentations as inscrutable byte-compiled code.
9745         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9746         Use string-or-null-p to qualify safe-local-variable values.
9747         (allout-reindent-bodies): Use memq to qualify matches against
9748         valid safe-local-variable values.  Also, quote the lambda as above.
9749         (allout-use-mode-specific-leader): Add missing candidate-value
9750         symbols, use memq, and quote the lambda.
9751         (allout-overlay-interior-modification-handler): Remove unused
9752         variables `msg' and 'opened'.
9753         (allout-hidden-p): Constrain invisibility consideration to allout's
9754         invisibility spec, disregarding invisibility for other reasons.
9756 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9758         * files.el (version-control): Correct safe values.
9760 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9762         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9764         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9765         (ewoc--insert-new-node): New func.
9766         Update callers of deleted funcs to use it, instead.
9768 2006-05-11  Glenn Morris  <rgm@gnu.org>
9770         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9771         obsolete alias `show-all-diary-entries'.
9772         (make-diary-entry): Not interactive.
9773         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9774         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9775         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9776         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9777         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9778         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9780 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9782         * calendar/calendar.el (calendar-french-date-string)
9783         (calendar-mayan-date-string, calendar-chinese-date-string)
9784         (calendar-astro-date-string, calendar-iso-date-string)
9785         (calendar-islamic-date-string, calendar-bahai-date-string)
9786         (calendar-hebrew-date-string, calendar-coptic-date-string)
9787         (calendar-ethiopic-date-string, calendar-persian-date-string):
9788         These functions are not interactive.
9790 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9792         * files.el: Balance parentheses.
9794 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9796         * files.el, newcomment.el, outline.el, simple.el,
9797         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9798         * progmodes/cc-vars.el, progmodes/compile.el:
9799         Move `safe-local-variable' declarations to the respective files.
9801         * help-fns.el (describe-variable): Don't print safe-var if it is
9802         byte-code.  Improve wording as suggested by Luc Teirlinck.
9804 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9806         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9807         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9808         Use a token for pending-triggers to ensure gdb-var-update
9809         gets called once per user input again for pre-GDB 6.4.
9810         (gdb-var-delete): Match on more complex expressions.
9811         (gdb-var-list-children-handler, gdb-var-create-handler):
9812         Use a token for consistency.
9814 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9816         * textmodes/org.el (org-read-date, org-goto-calendar)
9817         (org-agenda-goto-calendar):
9818         Bind `view-calendar-holidays-initially' to nil.
9820 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9822         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9823         Update all callers to do it there, instead.
9825 2006-05-10  Glenn Morris  <rgm@gnu.org>
9827         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9828         prefix arg case, to avoid view-diary-entries-initially error.
9829         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9830         (calendar-date-is-legal-p): Handle dates with no day part.
9832 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9834         * comint.el (comint-insert-input): Just make it when
9835         comint-use-prompt regexp is nil (default) and with the mouse.
9836         (comint-copy-old-input): Reinstate from 2004-06-23.
9837         (comint-mode-map): Bind C-c C-m to it.
9839 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9841         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9842         Remove spurious move to point-max (new comint behavior fixes).
9844         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9845         compatibility function (Emacs 18/19).
9846         (idlwave-is-continuation-line): Always return point at start of
9847         previous non-blank continuation line.
9848         (keyword-parameters): Fix continued comment font-lock matcher.
9849         (idlwave-font-lock-fontify-region): Written, use as
9850         font-lock-fontify-region-function, to fix continued keyword
9851         fontification issues.
9853 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9855         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9856         (mac-service-selection, mac-service-open-file)
9857         (mac-service-open-selection, mac-service-mail-selection)
9858         (mac-service-mail-to, mac-service-insert-text): Rename from
9859         mac-services-*.  All uses changed.
9860         (mac-apple-event-map): Rename event symbol `services' to `service'.
9862 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9864         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9865         (ewoc--node-enter-first, ewoc--node-enter-last)
9866         (ewoc--delete-node-internal): Merge funcs into unique callers.
9868 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9870         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9871         return value of read-from-minibuffer for empty input.
9873 2006-05-09  Miles Bader  <miles@gnu.org>
9875         * comint.el (comint-insert-input): Remove redundant calls to setq
9876         and goto-char.
9878 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9880         * comint.el (comint-insert-input): Make it work when
9881         comint-use-prompt-regexp is t.
9883 2006-05-10  Miles Bader  <miles@gnu.org>
9885         * subr.el (field-at-pos): New function.
9887         * comint.el (comint-insert-input): Use it.
9889 2006-05-09  Juri Linkov  <juri@jurta.org>
9891         * battery.el (battery-linux-proc-acpi): Also try
9892         `/proc/acpi/thermal_zone/THR2/temperature'.
9894         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9895         for now unused lambda `string-or-null'.
9897         * add-log.el (change-log-default-name): Put `string-or-null-p'
9898         instead of lambda on `safe-local-variable' property.
9900         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9901         `region-end' instead of `mark' and `point'.
9902         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9903         Operate on region in Transient Mark mode when the mark is active.
9904         Use `region-beginning' and `region-end' instead of `mark' and
9905         `point'.
9906         (diff-hunk-text, diff-goto-source): Doc fix.
9908         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9909         face `mode-line-buffer-id' for mode-line buffer face instead of
9910         hard-coded `(:weight bold)'.
9912         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9913         buffer-undo-list to t (undo-ask is reproducible by visiting
9914         nested archives).
9916 2006-05-09  Kim F. Storm  <storm@cua.dk>
9918         * progmodes/grep.el (rgrep): Set default directory of *grep*
9919         buffer if we start M-x rgrep in the *grep* buffer and choose
9920         a different base directory.
9922 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9924         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9925         completion also when ido is loaded.
9927 2006-05-09  Masatake YAMATO  <jet@gyve.org>
9929         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9930         "warning" and "import".
9931         (cpp-font-lock-keywords): Added "warning".
9933 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9935         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9937 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9940         pages at a time, if we signal the end, we should indeed reach that end.
9942 2006-05-08  David Reitter  <david.reitter@gmail.com>
9944         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9945         output during execution of the body.
9947 2006-05-08  Kim F. Storm  <storm@cua.dk>
9949         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9951 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
9953         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9954         Use with-current-buffer.
9956 2006-05-07  Kim F. Storm  <storm@cua.dk>
9958         * subr.el (add-to-history): Remove keep-dups arg.
9960         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9961         to nil around call to add-to-history.
9963 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9966         than after a buffer modification.
9968 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
9970         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9971         call to...
9972         (gud-watch): ...here so speedbar is raised for already watched
9973         expressions.
9974         (gdb-speedbar-refresh): Delete function.
9975         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9976         Use speedbar-timer-fn instead of speedbar-refresh (reverting
9977         earlier change).
9978         (gdb-var-evaluate-expression-handler)
9979         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9981         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9982         Update localized contents for all buffers except ignored modes.
9984 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9986         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9987         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9988         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9989         (mac-handle-font-panel-closed, mac-handle-font-selection):
9990         New functions.
9991         (mac-font-panel-mode): New minor mode.
9992         (mac-apple-event-map): Add bindings for toolbar toggle button and
9993         font panel.
9994         (menu-bar-showhide-menu): Add mac-font-panel-mode.
9996 2006-05-07  John Paul Wallington  <jpw@pobox.com>
9998         * ibuffer.el (ibuffer-compressed-file-name-regexp):
9999         Avoid `regexp-opt'; simplify regexp for readability.
10001 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10003         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10004         * files.el (buffer-stale-function):
10005         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10006         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10007         links to the main manual, not to emacs-xtra.
10009 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10011         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10012         MacJapanese if text is ASCII-only.
10014 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10016         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10017         unless so nil isn't returned.
10018         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10020 2006-05-06  Kim F. Storm  <storm@cua.dk>
10022         * subr.el (add-to-history): New function.
10024         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10025         (ediff-merge-files-with-ancestor):
10026         * env.el (setenv):
10027         * isearch.el (isearch-update-ring):
10028         * server.el (server-visit-files):
10029         * progmodes/grep.el (lgrep, rgrep):
10030         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10031         * progmodes/xscheme.el (xscheme-insert-expression):
10032         Use add-to-history.
10034         * kmacro.el (kmacro-push-ring): Use add-to-history.
10035         (kmacro-ring-length): Remove unused defun.
10036         (kmacro-start-macro): Use kmacro-push-ring.
10038 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10040         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10041         directly instead of a lambda expression that calls it.
10043 2006-05-06  Kim F. Storm  <storm@cua.dk>
10045         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10046         instead of compute-motion.
10048 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10050         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10051         change.
10053 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10055         * startup.el (command-line-1): Refer to "Pure Storage" on
10056         pure-space-overflow.
10058 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10060         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10061         provided faces once they all have been used up.
10063 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10065         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10066         reference to the Lisp manual to the warning about pure space
10067         overflow.
10069 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10071         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10072         argument to avoid the call to `ispell-internal-change-dictionary'
10073         when not needed.
10074         (ispell-change-dictionary): Use this argument and call
10075         `ispell-internal-change-dictionary' after the possible change
10076         to `ispell-local-dictionary'.
10077         (ispell-internal-change-dictionary): Check for a change in
10078         personal dictionary use too.
10080 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10082         * startup.el (command-line): On MS-Windows, probe "~", not
10083         "~USER", for warning about non-existent home directory
10085         * arc-mode.el (archive-l-e): New optional argument `float' means
10086         generate a float value.
10087         (archive-arc-summarize, archive-lzh-summarize)
10088         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10089         with 3rd argument non-nil when file's size is being computed.
10090         Format the file sizes with %8.0f instead of %8d.
10092 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10094         * cus-start.el (all): Add mac-dnd-known-types.
10096         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10097         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10098         (mac-TIFF-to-string): New functions.
10099         (x-get-selection, x-selection-value)
10100         (mac-select-convert-to-string): Use them.
10101         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10102         (mac-dnd-types-alist): New customization variable.
10103         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10104         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10105         (mac-dnd-handle-drag-n-drop-event): New functions.
10106         (mac-drag-n-drop): Remove function.
10107         (global-map): Bind drag-n-drop and M-drag-n-drop to
10108         mac-dnd-handle-drag-n-drop-event.
10110 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10112         * progmodes/perl-mode.el (perl-beginning-of-function):
10113         Skip anonymous subs.
10115 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10117         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10118         regexp-opt at run time.
10120         * term.el (term-handle-ansi-escape): Fix off by one error.
10122 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10124         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10125         (gdb-init-1, gdb-post-prompt): ...and references to it.
10126         (gdb-frame-handler): Strip directory name from filename if present.
10128         * progmodes/gud.el (gdb-force-update): Delete defvar
10129         (gud-speedbar-buttons): ...and references to it.  Use window-start
10130         to try to keep positon in watch expression.
10132 2006-05-03  Richard Stallman  <rms@gnu.org>
10134         * simple.el (next-history-element, previous-history-element): Doc fix.
10136         * isearch.el (isearch-update-ring): Doc fix.
10138 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10140         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10141         into consideration.  Replace one arm ifs with whens.
10143 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10145         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10146         (menu): Fix typo.
10148 2006-05-02  Miles Bader  <miles@gnu.org>
10150         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10152 2006-05-02  Jay Belanger  <belanger@truman.edu>
10154         * calc/calc-embed.el (calc-override-minor-modes-map)
10155         (calc-override-minor-modes): New variables.
10156         (calc-do-embedded): Make sure that Calc keystrokes aren't
10157         overwritten by minor modes.
10159 2006-05-02  Chong Yidong  <cyd@mit.edu>
10161         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10163 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10165         * startup.el (command-line-1): Refer to Lisp manual when
10166         pure-space-overflow occurs.
10168         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10169         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10170         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10171         (version-control): Don't use `t' for safe-local-variable declarations.
10173 2006-05-01  Richard Stallman  <rms@gnu.org>
10175         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10176         M-r, M-R, M-A, M-SPC or M-DEL.
10177         (diff-mode-map): diff-refine-hunk now on C-c C-w
10178         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10180         * help-mode.el (help-mode): view-exit-action calls delete-window
10181         only when it is safe and possible.
10183         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10184         in messages.
10186         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10188         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10189         in the default tool-bar-map.
10191 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10193         * net/tramp.el (tramp-completion-file-name-handler-alist)
10194         (tramp-run-real-handler, tramp-completion-run-real-handler)
10195         (tramp-completion-handle-file-name-all-completions)
10196         (tramp-completion-handle-file-name-completion): Autoload them.
10197         (tramp-completion-handle-file-exists-p)
10198         (tramp-completion-handle-file-name-directory)
10199         (tramp-completion-handle-file-name-nondirectory)
10200         (tramp-completion-handle-expand-file-name): Remove them.
10201         (tramp-handle-file-name-directory): Return the real directory name.
10202         Returning "/" only doesn't need to be necessary any longer.
10203         (tramp-file-name-handler): Make special attention when in hostname
10204         completion mode.
10205         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10206         (tramp-register-file-name-handlers):
10207         Register `tramp-completion-file-name-handler' only when
10208         `partial-completion-mode' is enabled.
10209         (tramp-completion-handle-file-name-all-completions):
10210         Delete directory part from results.
10211         (tramp-get-completion-methods, tramp-get-completion-user-host):
10212         Discard deleting "/", it doesn't work after the change of
10213         `tramp-handle-file-name-directory' above.
10215 2006-05-01  Kim F. Storm  <storm@cua.dk>
10217         * progmodes/grep.el (grep-expand-template): Use save-match-data
10218         and symbol-value.
10220 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10222         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10223         Use select-frame-set-input-focus instead of raise-frame.
10224         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10226 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10228         * progmodes/gud.el (gud-def): Add %c case.
10229         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10230         (gud-format-command): Make match case sensitive.  Match on %F.
10232 2006-04-30  Glenn Morris  <rgm@gnu.org>
10234         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10235         (cal-tex-preamble): Use cal-tex-preamble-extra.
10236         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10237         than alias `list-diary-entries'.
10239 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10241         * help-fns.el (describe-variable): Add info about safe local variables.
10243 2006-04-29  Richard Stallman  <rms@gnu.org>
10245         * bindings.el (mode-line-format): help-echo doc fixes.
10247         * net/tramp.el (tramp-file-name-handler-alist): Delete
10248         expand-file-name and other operations that can cause spurious loading.
10250 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10252         * files.el (safe-local-variable-p): Remove support for the special
10253         value t.
10255         * textmodes/paragraphs.el (sentence-end-without-space):
10256         Fix safety predicate.
10257         (sentence-end-double-space, sentence-end-without-period)
10258         (paragraph-ignore-fill-prefix):
10259         * textmodes/fill.el (colon-double-space):
10260         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10262         * subr.el (booleanp): New fun.
10264         * textmodes/reftex-vars.el (reftex-guess-label-type):
10265         Tighten the safety predicate.
10267 2006-04-28  Kim F. Storm  <storm@cua.dk>
10269         * progmodes/grep.el (defgroup grep): Doc fix.
10270         (grep-auto-highlight): Remove.
10271         (grep-template): New defcustom.
10272         (grep-find-template): Rename from grep-tree-template.
10273         (grep-files-aliases): Rename from grep-tree-files-aliases.
10274         Remove "all" alias, add "l" alias.
10275         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10276         (grep-find-ignored-directories): New defcustom to replace
10277         grep-tree-ignore-CVS-directories, to facilitate ignoring
10278         subdirectories for multiple version control systems.
10279         (grep-mode-map): Add Recursive grep item to GREP menu.
10280         (grep-regexp-history, grep-files-history): New defvars.
10281         (grep-probe): New helper function.
10282         (grep-compute-defaults): Use it to simplify code.
10283         Adapt to name changes.
10284         Use `.' as base in grep-find-template rather than <D>.
10285         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10286         Call grep-compute-defaults unconditionally.
10287         (grep-expand-keywords): New defconst.
10288         (grep-expand-template): Rename from grep-expand-command-macros.
10289         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10290         of grep-tree-ignore-case to add -i option.
10291         Bind case-fold-search to nil while matching keywords.
10292         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10293         (grep-read-regexp, grep-read-files): New helper functions.
10294         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10295         Adapt to changes in defcustoms and functions above.
10296         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10298 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10300         * net/tramp.el (tramp-completion-file-name-handler):
10301         Disable Tramp's functionality while loading Tramp itself.
10302         (tramp-register-file-name-handlers): That's a defsubst now.
10303         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10304         `after-init-hook'.
10305         (tramp-repair-jka-compr): Remove.
10307 2006-04-27  Jay Belanger  <belanger@truman.edu>
10309         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10310         read expression when `math-read-big-expr' doesn't work.
10312 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10314         * startup.el (command-line-1): Display warning when
10315         pure-space-overflow is non-nil.
10317 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10319         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10320         risky.
10322 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10324         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10325         Return the URL or nil if none can be generated.
10327 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10329         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10330         byte compiler warnings.
10331         (gud-basic-call, gud-find-expr): Let user select an expression
10332         for printing.  Print expression as well as value in GUD buffer.
10334 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10336         * allout.el: Remove local autoload declaration for
10337         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10338         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10339         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10340         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10341         (allout-stylish-prefixes, allout-numbered-bullet)
10342         (allout-file-xref-bullet, allout-presentation-padding)
10343         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10344         safe-local-variable with suitable value spec, and add autoload
10345         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10346         (move-beginning-of-line, move-end-of-line): Repair so these compat
10347         functions now actually resituate the point, when appropriate.
10349 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10353         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10354         (add-log-iso8601-time-string): Fix call to format-time-string.
10356 2006-04-26  Kim F. Storm  <storm@cua.dk>
10358         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10360 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10362         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10363         Add support for "//" style comments.  Remove `b' flag
10364         from ?* in `asm-mode-syntax-table'.
10366 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10368         * follow.el: Use (featurep 'xemacs) everywhere.
10369         (follow-mode): Use define-minor-mode.
10370         (follow-mode-map): Move initialization into the declaration.
10371         Use command remapping.
10372         (follow-emacs-version-xemacs-p): Remove.
10373         (follow-submit-feedback): Remove.
10375         * allout.el (allout-layout, allout-passphrase-verifier-string)
10376         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10378         * textmodes/reftex-vars.el (reftex-vref-is-default)
10379         (reftex-fref-is-default, reftex-guess-label-type):
10380         Tighten up a bit the safety predicate.
10382         * textmodes/paragraphs.el (sentence-end-double-space)
10383         (sentence-end-without-period, sentence-end-without-space)
10384         (page-delimiter, paragraph-ignore-fill-prefix):
10385         Tighten up a bit the safety predicate.
10387         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10389         * progmodes/python.el (python-continuation-line-p)
10390         (python-beginning-of-statement): syntax-ppss may return
10391         a negative depth.
10392         (python-mode): Don't forcefully enable font-lock.
10394         * time-stamp.el (time-stamp-start, time-stamp-end)
10395         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10397         * add-log.el: Remove spurious * in docstrings.
10398         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10399         (add-change-log-entry): Use it here, since it's not specific
10400         to iso8601.
10401         (add-log-iso8601-time-string): Don't use it here any more.
10402         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10404         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10406 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10408         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10409         (rcirc-toggle-low-priority): Doc fix.
10410         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10411         ChanServ regexp.
10412         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10413         #emacs.
10414         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10415         (rcirc-decode-coding-system): Use utf-8 as the default.
10416         (rcirc-multiline-minor-mode): Set the fill-column.
10417         (rcirc-format-response-string): Display bright and dim nicks.
10418         (rcirc-browse-url): Update interactive spec to fill ARG.
10419         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10420         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10422 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10424         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10425         case for @Article, etc.
10427 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10429         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10430         Added with autoload cookie.
10431         (tramp-unload-file-name-handlers): Rename from
10432         `tramp-unload-file-name-handler-alist'.
10434 2006-04-23  Romain Francoise  <romain@orebokech.com>
10436         * comint.el (comint-match-partial-filename): Doc fix.
10438 2006-04-21  Glenn Morris  <rgm@gnu.org>
10440         * calendar/cal-menu.el (calendar-mode-map): Refer to
10441         `diary-view-entries' rather than alias `view-diary-entries'.
10442         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10444 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10446         * progmodes/antlr-mode.el (antlr-default):
10447         * cus-edit.el (custom-documentation):
10448         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10449         in defface.
10451 2006-04-21  Kim F. Storm  <storm@cua.dk>
10453         * image.el (image-type): New defun split out of create-image.
10454         (create-image): Use it.
10456 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10458         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10459         (org-open-at-point): Remove the "...done" message to keep output
10460         in the echo area visible.
10461         (org-export-as-xoxo): Fix call to `indent-region'.
10463 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10465         * international/mule.el (keyboard-coding-system): defcustom
10466         info-link fixes: "Specify Coding" has been split, keyboard now in
10467         "Terminal Coding", and "Single-Byte Character Support" is now
10468         "Unibyte Mode".
10470 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10472         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10473         Use font-lock-warning-face for any errors e.g. no stack.
10474         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10476 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10478         * progmodes/sh-script.el (sh-shell): Mark as safe.
10480         * newcomment.el (comment-start, comment-start-skip)
10481         (comment-end-skip, comment-end): Mark as safe.
10483 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10485         * textmodes/org.el (org-deadline-announce): Face removed.
10486         (org-level-faces, org-n-levels): Convert to constant.
10487         (org-compatible-face): New function.
10488         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10489         (org-level-5, org-level-6, org-level-7, org-level-8)
10490         (org-special-keyword, org-warning, org-headline-done, org-link)
10491         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10492         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10493         Face definition revised for better color tty support.
10494         (org-bold-re, org-italic-re, org-underline-re): New constants.
10495         (org-set-font-lock-defaults): Use the new constants.
10496         (org-agenda-highlight-todo): New function.
10497         (org-agenda-todo): Fix bug with point at end of line.
10498         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10499         Fontify TODO keywords.
10500         (org-insert-link): Preserve relative path in ../ links.
10501         (org-export-as-html): Convert links pointing to .org files into
10502         links that will work beteen the exported HTML files.
10503         (org-todo-list): Fix bug when arg=0.
10504         (org-insert-heading): More fine-tuning.
10506 2006-04-19  Romain Francoise  <romain@orebokech.com>
10508         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10509         from `rmail-mime-charset-pattern'.
10511 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10513         * progmodes/python.el (python-mode): Fix typo.
10515 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10517         * comint.el (comint-previous-input): Don't clobber input line
10518         when moving off either end of the input history ring.
10519         (comint-delete-input): New function, used by
10520         `comint-previous-input' and others.
10521         (comint-previous-matching-input):
10522         Use `coming-delete-input'.  Save the partial input if leaving the
10523         edit line.  Goto point-max before deleting input to avoid
10524         partial input fragments hanging around.
10525         (comint-restore-input): New function, used by `comint-previous-input'.
10527 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10529         * imenu.el (imenu--index-alist): Balance parentheses.
10531 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10533         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10535 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10537         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10538         file is nil.
10540 2006-04-18  Richard Stallman  <rms@gnu.org>
10542         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10544         * imenu.el (imenu-create-index-function, imenu--index-alist)
10545         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10546         (imenu-default-create-index-function, imenu--generic-function):
10547         Doc fixes.
10549         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10551         * help-mode.el (help-mode): Set view-exit-action to delete window.
10553         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10554         now works by passing nil as arg.
10556         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10558         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10559         (read-abbrev-file): Provide default when reading filename.
10561         * files.el (enable-local-variables): Allow :all as value.
10562         (hack-local-variables): Implement that value.
10563         (safe-local-variable-values, safe-local-eval-forms)
10564         (enable-local-variables): Mark as risky.
10565         (find-file-visit-truename, kept-old-versions): Mark safe.
10567         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10568         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10569         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10571 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10574         Use forward-line so as to get to BOL even in the presence of fields.
10575         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10576         in return.
10577         (inferior-tcl): Tell tclsh to work in interactive mode.
10579         * complete.el (partial-completion-mode):
10580         Use 'choose-completion-string-functions to make sure that
10581         choose-completion fills the minibuffer properly.
10583         * complete.el (PC-old-read-file-name-internal): Remove.
10584         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10585         of read-file-name-internal.
10586         (partial-completion-mode): Enable/disable this advice.
10588 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10590         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10591         of 2006-04-17.
10593 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10595         * textmodes/org.el (org-insert-heading): Insert heading before
10596         current if at beginning of line.
10597         (org-todo, org-date): New faces.
10598         (org-table-align): Make sure tooltip window contains full text.
10599         (org-no-properties): New defsubst.
10600         (org-set-font-lock-defaults): Use new faces.
10602 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10604         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10605         for root variables.
10607         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10608         (gdb-frame-address): Re-use to identify frame for watch expression.
10609         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10610         variables.
10611         (gdb-init-1, gdb-source, gdb-post-prompt)
10612         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10613         (gdb-frame-handler): Get gdb-frame-address.
10615 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10617         Sync with Tramp 2.0.53.
10619         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10620         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10621         (tramp-completion-file-name-handler): Add autoload cookie for
10622         adding to `file-name-handler-alist'.
10624         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10625         the prompt.  If it returns earlier (when detecting an error
10626         message), the rest of the output will merge accidently with the
10627         output of the next command.  Reported by M Jared Finder
10628         <jared@hpalace.com>.
10630         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10631         for `process-file', in order to let it work for older Emacsen too.
10633 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10635         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10636         (tex-font-lock-keywords-3): Use it.
10638 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10640         * newcomment.el (comment-add): New function.
10641         (comment-region-default, comment-dwim): Use it.
10643 2006-04-15  Michael Olson  <mwolson@gnu.org>
10645         * emacs-lisp/tq.el: Improve comments.
10646         (tq-queue-head-question): New accessor function.
10647         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10648         Update for modified queue structure.
10649         (tq-queue-add): Accept `question' argument.
10650         (tq-queue-pop): If a question is pending, send it.
10651         (tq-enqueue): Accept new optional argument `delay-question'.
10652         If this is non-nil, and at least one other question is pending a
10653         response, queue the question rather than sending it immediately.
10655 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10657         * calendar/appt.el (appt-add): Check whether an appointment is
10658         already present in appt-time-msg-list.  Simplify code.
10660 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * progmodes/cc-langs.el (c-mode-menu):
10663         Don't presume c-subword-mode is bound.
10665 2006-04-13  Bill Wohler  <wohler@newt.com>
10667         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10668         (customize-package-emacs-version): Use cdr instead of cadr now
10669         that alists use dotted pairs.
10671         * custom.el (defcustom): Fix docstring for :package-version.
10673 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10675         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10676         (tramp-handle-shell-command): Display output buffer only when
10677         `tramp-display-shell-command-buffer' is true.
10678         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10680 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10682         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10683         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10685 2006-04-13  Romain Francoise  <romain@orebokech.com>
10687         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10688         leaving temporary .cvsignore buffers behind.
10690 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10692         * textmodes/org.el (org-set-regexps-and-options)
10693         (org-get-current-options): Better names for the startup folding
10694         options.
10696 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10698         * vc.el (vc-annotate): Arrange for point to end up at the same
10699         line number as in the original, but only when using a new buffer.
10701 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10703         * files.el (hack-one-local-variable-eval-safep):
10704         Recognize `edebug-form-spec' for `put', but only if it passes
10705         `edebug-basic-spec'.  Generalize `put' handling.
10707         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10708         vetting file-local form specs.
10710         * allout.el (allout-layout): Autoload its `safe-local-variable'
10711         property.
10713 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10715         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10716         (org-agenda-mouse-1-follows-link)
10717         (org-mouse-1-follows-link): New options.
10718         (org-format-agenda-item): Fix bug if TAGS is nil.
10719         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10721 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10723         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10724         GDB 6.1+ gives full filename for "info sources" so use
10725         file-name-nondirectory.
10727 2006-04-12  Romain Francoise  <romain@orebokech.com>
10729         * subr.el (read-passwd): Bind `message-log-max' to nil.
10731 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10733         * progmodes/perl-mode.el (perl-indent-new-calculate):
10734         Recompute parse-start after jumping backward by a whole sexp.
10736 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10738         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10739         window configuration.
10740         (vc-annotate-display-select): Select the buffer so that current-buffer
10741         (and selected-window) is the output buffer at the end of vc-annotate.
10743 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10745         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10746         8-color terminals, to use all of the colors in a sensible order.
10747         256-color terminals work well with the standard map.
10748         (vc-annotate-lines): Only strip the first color character if it
10749         is "#", to allow for terminal-style named colors.
10750         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10751         the correct buffer is scrolled.
10753 2006-04-11  Richard Stallman  <rms@gnu.org>
10755         * emacs-lisp/bytecomp.el (byte-compile-file):
10756         Bind enable-local-variables to :safe, and make normal-mode obey it.
10758         * files.el (enable-local-variables): Allow value :safe.
10759         (normal-mode): Doc fix.
10760         (hack-local-variables): Implement enable-local-variables = :safe.
10761         (hack-local-variables-confirm): Don't prevent quitting.
10763 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10765         * loadhist.el (unload-feature): A bit of sanity check of
10766         load-history entries.  Cancel timer-vars before unbinding them.
10768         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10769         quote special chars, and make the trick work on the hex part of the
10770         buffer as well.
10771         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10772         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10774         * startup.el (normal-splash-screen): Fix last change so we don't wait
10775         2 minutes if we don't show the splash screen.
10777 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10779         * textmodes/org.el (org-export-plain-list-max-depth)
10780         (org-table-spaces-around-separators)
10781         (org-radio-targets, org-activate-camels)
10782         (org-table-spaces-around-invisible-separators): Options removed.
10783         (org-time-stamp-rounding-minutes, org-remember-templates)
10784         (org-ellipsis, org-activate-links, org-descriptive-links):
10785         New options.
10786         (org-remember-apply-template, org-current-time)
10787         (org-finish-edit-table-field)
10788         (org-link-unescape, org-link-escape)
10789         (org-string-width, org-table-clean-line, org-html-do-expand)
10790         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10791         (org-read-agenda-file-list): New functions.
10792         (org-table-edit-field)
10793         (org-table-create-or-convert-from-region): New commands
10794         (org-table-toggle-vline-visibility): Command removed.
10795         (org-table-convert-region): Made a command.
10796         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10797         Replace with the normal org- functions.
10798         (org-self-insert-command): Don't trigger realign unnecessarily
10799         when blanking a field that is not full.
10800         (org-mode): `Set buffer-invisibility-spec' for links.
10801         (org-activate-links2): Hide link part and only show descriptive
10802         part of the link.
10803         (org-insert-link): Modify for new linking system.
10804         (org-store-link): Store description separately, for use by
10805         `org-insert-link'.
10806         (org-table-align): Use `org-string-width'.
10807         (defgroup): Completely new group structure for custom variables.
10808         (org-agenda-files): Option: Single file name allowed.  Function:
10809         Optional argument unrestrited means ignore any restricitons.
10810         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10811         trying to modify the menu.  Use generalized access to
10812         `org-agenda-files.'
10813         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10814         (org-agenda-file-to-front, org-remove-file, org-diary)
10815         (org-tags-view, org-export-icalendar-all-agenda-files)
10816         (org-export-icalendar-combine-agenda-files): Use generalized
10817         access to `org-agenda-files'.
10818         (org-remember-handler): Correctly preserve heading if present.
10819         (org-table-insert-row, org-table-insert-hline): Deal with
10820         invisible characters.
10822 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10824         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10825         (vc-annotate-color-map): New 18 element constant
10826         value/saturation, rotating hue colormap, from red->blue.
10827         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10828         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10829         (vc-annotate): To avoid killing the required local variables,
10830         set them before the end of `with-output-to-temp-buffer', and
10831         after first switching to annotate-mode.
10832         (vc-annotate-warp-version): Add buffer argument in goto-line to
10833         ensure annotation, not source, is scrolled.
10835 2006-04-10  Bill Wohler  <wohler@newt.com>
10837         * custom.el (defcustom, custom-handle-keyword):
10838         Add :package-version keyword.
10839         (custom-add-package-version): New function.  Sets value of new
10840         property 'custom-package-version from :package-version keyword.
10841         (defcustom): Create Common Keywords section in docstring.
10842         (defface, defgroup): Replace definitions of a select few keywords
10843         with a reference to the Common Keywords in defcustom.
10844         (defcustom, defface, defgroup): Replace reference to Customization
10845         chapter in manual with hyperlink.
10847         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10848         (customize-changed-options): Add check for custom-package-version.
10849         (customize-package-emacs-version): New function to look up Emacs
10850         version corresponding to the given package version.
10852         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10853         defun name, in similar fashion to find-variable-regexp.
10855 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10857         * international/mule-cmds.el (set-locale-environment): Fix last
10858         change for when the locale's preferences don't specify any encoding.
10860 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10863         so the defined var/fun doesn't need to be quoted.
10865 2006-04-10  Richard Stallman  <rms@gnu.org>
10867         * finder.el (finder-mode-map): Add n and p bindings.
10869 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10871         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10872         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10873         (gdb-setup-windows): Put something in source window if we can't find
10874         the source file.
10875         (gdb-frame-handler): Make it work again with just assembly.
10876         (gdb-data-list-register-values-handler): Make it work when there is
10877         no stack.
10879 2006-04-09  Richard Stallman  <rms@gnu.org>
10881         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10882         specs while looking for charset.
10884         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10886         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10887         Make them faces.
10888         (lm-font-lock-keywords): Update appropriately.
10890 2006-04-10  Kim F. Storm  <storm@cua.dk>
10892         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10893         it can also replace buffer-substring-no-properties.
10895         * emulation/cua-base.el (cua-delete-region, cua-paste)
10896         (cua-repeat-replace-region): Use filter-buffer-substring.
10898         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10899         (cua-cut-region-to-global-mark): Likewise.
10901         * emulation/cua-rect.el (cua--extract-rectangle)
10902         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10904 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10906         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10907         entry-type.  Add field delimiters to numerical fields if they are
10908         not present.
10910 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10912         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10913         string-const to return value.
10914         (bibtex-remove-delimiters): Use it.
10916 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10918         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10919         cl-byte-compile-compiler-macro unless it exists.
10921 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10923         * files.el (hack-local-variables-confirm) <offer-save>:
10924         Clarify message text.  Suggested by Ralf Angeli.
10926 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10928         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10929         (delete-extract-rectangle-line): Use `filter-buffer-substring'
10930         instead of `buffer-substring' and `delete-region'.  (Most of the
10931         code actually copied from `kill-region'.)
10933 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
10935         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10936         (rcirc-default-port): Rename from rcirc-port.
10937         (rcirc-default-nick): Rename from rcirc-nick.
10938         (rcirc-default-user-name): Rename from rcirc-user-name.
10939         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10940         (rcirc-low-priority-flag): New variable.
10941         (rcirc-decode-coding-system): New defcustom.
10942         (rcirc-encode-coding-system): New defcustom.
10943         (rcirc-coding-system-alist): New defcustom.
10944         (rcirc-multiline-major-mode): New defcustom.
10945         (rcirc-nick): New internal variable.
10946         (rcirc-process): Remove variable.
10947         (rcirc-server-buffer): New variable.
10948         (rcirc): Update to use rcirc-default-* variables above.
10949         (rcirc-connect): Do not add window-configuration-hook-here.
10950         (rcirc-server): New internal variable.
10951         (rcirc-connect): Do not send keepalive pings if
10952         rcirc-keepalive-seconds is nil.
10953         (with-rcirc-server-buffer): New macro.
10954         (rcirc-send-string): Encode with rcirc-encode-coding-system.
10955         (rcirc-server-name): Rename from rcirc-server.
10956         (rcirc-buffer-process): New function.
10957         (rcirc-buffer-nick): New function.
10958         (rcirc-buffer-target): Remove function.
10959         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10960         New commands.
10961         (rcirc-mode-map): Change binding of C-c C-l to
10962         rcirc-toggle-low-priority.
10963         (rcirc-mode): Initialize coding system based on
10964         rcirc-coding-system-alist.  New change-major-mode-hook to part the
10965         channel on a mode change.  Make kill-buffer-hook buffer-local.
10966         (rcirc-change-major-mode-hook): New function.
10967         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10968         (rcirc-last-post-time): New variable.
10969         (rcirc-process-message): Store the last time user posted a message
10970         to this target.
10971         (rcirc-multiline-minor-mode): New mode.
10972         (rcirc-multiline-minor-mode-map): New mode map.
10973         (rcirc-edit-multiline): Put multiline-edit buffer in
10974         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10975         (rcirc-print): Ignore any line starting with an ignored nick.
10976         (rcirc-print): Decode using rcirc-decode-coding-system.
10977         (rcirc-track-minor-mode): Update global-mode-string when disabling
10978         this mode.
10979         (minor-mode-alist): Add LowPri indicator.
10980         (rcirc-toggle-low-priority): New function.
10981         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10982         next lowpriority buffer with activity.
10983         (rcirc-record-activity): Sort buffers in rcirc-activity by the
10984         last time the user posted a message in to the target.
10985         (rcirc-update-activity-string): New formatting for low priority
10986         buffers.
10987         (rcirc-split-activity): New function.
10988         (rcirc-handler-PART, rcirc-handler-KICK)
10989         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10990         (rcirc-nick-away-alist): New variable.
10991         (rcirc-handler-301): New handler.  Away messages are printed once
10992         per change.
10994 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10996         * info.el (Info-follow-nearest-node): Doc fix.
10998         * international/mule-cmds.el (set-locale-environment): Make sure
10999         the coding-system preferred by the locale's language has the same
11000         EOL conversion type as the original buffer-file-coding-system.
11001         (locale-language-names): Add a few MS Windows language codes.
11003 2006-04-07  Richard Stallman  <rms@gnu.org>
11005         * simple.el (eval-expression): Doc fix.
11007         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11008         (eval-defun): Doc fixes.
11010 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11012         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11014 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11016         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11017         GDB list command without argument for greater generality.
11019 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11021         * subr.el (string-or-null-p): New function.
11023         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11025         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11027         * files.el: Update comment about safe-local-variable declarations.
11029 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11031         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11032         See idlwave.org.
11034         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11035         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11037         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11038         See idlwave.org.
11040         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11041         version 6.0 (minimal changes).  See idlwave.org.
11043         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11044         6.0 (minimal changes).  See idlwave.org.
11046         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11048 2006-04-06  Romain Francoise  <romain@orebokech.com>
11050         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11051         symmetric encryption features and a new asynchronous interface to
11052         GnuPG.  This new version is version 1.4, plus whitespace changes.
11054 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11056         * files.el: Move some `safe-local-variable' declarations to the
11057         respective files.
11059         * textmodes/ispell.el (ispell-check-comments)
11060         (ispell-local-dictionary): Mark as safe.
11062         * abbrev.el (abbrev-mode): Mark as safe.
11064         * add-log.el (change-log-default-name): Mark as safe.
11066         * textmodes/reftex-vars.el (reftex-vref-is-default)
11067         (reftex-fref-is-default, reftex-level-indent)
11068         (reftex-guess-label-type): Mark as safe.
11070         * textmodes/fill.el (colon-double-space): Mark as safe.
11072         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11073         (sentence-end-double-space, sentence-end-without-period)
11074         (sentence-end-without-space, sentence-end, sentence-end-base)
11075         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11077 2006-04-06  Kim F. Storm  <storm@cua.dk>
11079         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11080         the :set-after list.
11081         (ido-downcase-unc-hosts): New user option.  Default on.
11082         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11083         when it is set, as regexps are now applied on the fly.
11084         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11085         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11086         on the fly, but only when ido-process-ignore-lists is set.
11087         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11088         Only downcase names if ido-downcase-unc-hosts is set.
11090 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11092         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11094         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11096 2006-04-05  Kim F. Storm  <storm@cua.dk>
11098         * ido.el (ido-mode): Set after ido-unc-hosts and
11099         ido-ignore-unc-host-regexps.
11100         (ido-save-history): Save ido-unc-hosts-cache.
11101         (ido-load-history): Load ido-unc-hosts-cache.
11102         (ido-reread-directory): Refresh unc hosts cache in // dir.
11104         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11105         to nil while displaying slash screen.
11107 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11109         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11110         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11112 2006-04-05  Kenichi Handa  <handa@m17n.org>
11114         * international/characters.el: Setup cases of Latin, Greek, and
11115         Cyrillic characters in CJK charsets.
11117 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11119         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11120         default-enable-multibyte-characters.  This reverts the change from
11121         revision 6.17 which is no longer necessary because the passphrase
11122         is sent separately now.  GnuPG messages are unreadable under
11123         multibyte locales with default-enable-multibyte-characters set to nil.
11125 2006-04-04  Andreas Schwab  <schwab@suse.de>
11127         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11128         and `byte-compile-warnings' as `safe-local-variable'.
11130 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11132         * man.el (Man-mode-map): Restore the \r binding.
11133         (Man-abstract-xref-man-page): If Man-target-string is a function,
11134         call it.
11135         (Man-highlight-references): Use Man-default-man-entry to get the
11136         target.  Deal with xrefs too.
11137         (Man-highlight-references0): Don't call the target function.
11139         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11140         cannot deal with it.
11142 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11144         * pgg-gpg.el: Clean up process buffers every time gpg processes
11145         complete.
11147 2006-04-04  Kenichi Handa  <handa@m17n.org>
11149         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11150         here.
11151         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11152         Temporarily bind inhibit-field-text-motion to t.
11154 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * startup.el (normal-splash-screen): Only set mode-line-format in the
11157         splash buffer, so as not to interfere when debugging the code.
11158         Ignore errors when switching buffer.
11160 2006-04-03  Romain Francoise  <romain@orebokech.com>
11162         * dired.el (dired-dnd-protocol-alist): Fix typo.
11164 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11166         * savehist.el (savehist): Add :version.
11167         (savehist-ignored-variables): New variable.
11168         (savehist-minibuffer-hook): Don't save variables listed in
11169         `savehist-ignored-variables'.
11171         * dired.el (dired-dnd-protocol-alist): Mention that change does
11172         only apply to new buffers in doc string.
11174 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11176         * recentf.el (recentf-open-files-item): Include newline in button
11177         field, so opening a file will work, when the point is at the end
11178         of the file name.  Allow, for example, to [i]search a file by
11179         extension and just push RET to open it.
11181 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11183         * pgg-gpg.el (pgg-gpg-process-filter)
11184         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11186         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11187         lines, temporary fix.
11189 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11191         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11193 2006-04-02  Richard Stallman  <rms@gnu.org>
11195         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11197 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11199         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11200         header-mouse-map.
11202         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11203         (ibuffer-mode-header-map): New keymaps.
11204         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11205         and keybindings for column headers.
11206         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11207         property.
11209 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11211         * speedbar.el (speedbar-after-create-hook): Doc fix.
11213 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11215         * shell.el (shell-directory-tracker)
11216         (shell-dynamic-complete-command): Doc fixes.
11218 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11220         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11221         terminals.
11223 2006-04-01  Kim F. Storm  <storm@cua.dk>
11225         * ido.el (ido-unc-hosts-cache): New defvar.
11226         (ido-unc-hosts): If value of defcustom is a function, call it to
11227         get list of UNC hosts.  Add function-item choices to specify
11228         ido-unc-hosts-net-view or user function.
11229         (ido-ignore-unc-host-regexps): New defcustom.
11230         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11231         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11232         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11234 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11236         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11237         wwidth.
11239 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11241         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11242         (ido-max-work-file-list, ido-switch-buffer)
11243         (ido-read-file-name-as-directory-commands):
11244         Fix typos in docstrings.
11246 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11248         * term/mac-win.el (mac-system-coding-system): Define and use after
11249         Mac-specific coding systems are ready.
11251 2006-03-27  Romain Francoise  <romain@orebokech.com>
11253         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11255         * ldefs-boot.el: Update.
11257 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11259         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11260         passphrases when it is not needed.
11261         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11262         passphrase stuff from gpg, should only be necessary when you use
11263         gpg with a smartcard.
11265 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11267         * comint.el (comint-dynamic-list-completions): Allow user to
11268         select *Completions* buffer.
11270 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11272         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11274 2006-03-26  Andreas Schwab  <schwab@suse.de>
11276         * progmodes/gud.el (gdb): Only complain about multiple debugging
11277         when the gdb process is still running.
11279 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11281         * mail/rmail.el (tool-bar-map): Defvar it.
11282         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11283         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11285 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11287         * help.el (print-help-return-message): Suggest to use
11288         display-buffer instead of switch-to-buffer-other-window to restore
11289         the previous window without selecting it.
11291 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11293         * frame.el (select-frame-by-name): Call x-focus-frame also when
11294         window-system is mac.
11296         * term/mac-win.el: Adjust Courier font specifications in
11297         x-fixed-font-alist.
11298         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11299         when directly encoding to UTF-16 in native byte order, no BOM.
11301 2006-03-25  Kim F. Storm  <storm@cua.dk>
11303         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11304         (cua--init-keymaps): Use it instead of fixed C-return.
11305         (cua-mode): Set after it.
11307         * emulation/cua-rect.el (cua--init-rectangles):
11308         Use cua-rectangle-mark-key instead of fixed C-return.
11310 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11312         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11313         "run" in .gdbinit.
11314         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11316 2006-03-24  Romain Francoise  <romain@orebokech.com>
11318         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11319         `display-buffer-other-frame'.
11321 2006-03-24  Kim F. Storm  <storm@cua.dk>
11323         * apropos.el (apropos-synonyms): Add selection => region.
11325 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11327         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11328         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11329         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11330         (gdb-data-list-register-values-regexp)
11331         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11332         Future proof against new fields being added to MI output.
11333         (gdb-send): Don't treat backslashes for program input as
11334         continuations.
11335         (gdb-assembler-handler): Don't use window-start for this handler.
11336         (gdb-frame-handler): Don't change to hollow arrow if overlay
11337         arrow doesn't move to new frame.
11339 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11341         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11342         prevent compiler warnings.
11343         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11344         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11345         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11346         buffer too.
11348 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11350         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11351         make-network-process, so we can use the same code in Gnus v5-10
11352         too and have this file fully synchronized with that release.
11354 2006-03-23  Romain Francoise  <romain@orebokech.com>
11356         * ibuf-ext.el (ibuffer-read-filter-group-name):
11357         Use `ibuffer-generate-filter-groups' to make completion list match
11358         the filter groups that are really displayed in the Ibuffer buffer.
11359         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11361 2006-03-23  Kenichi Handa  <handa@m17n.org>
11363         * international/mule-cmds.el (sort-coding-systems): Describe that
11364         the argument is modified in docstring.
11366 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11368         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11369         (pgg-gpg-update-agent): New function.
11370         (pgg-gpg-use-agent-p): New function.
11371         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11372         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11373         (pgg-gpg-sign-region): Use it.
11375 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11377         * cus-edit.el (custom-face-set): Call custom-push-theme before
11378         face-spec set so that `changed' theme is correctly saved.
11379         (custom-face-reset-standard): Reset to recalculated face rather
11380         than defface spec.
11382         * custom.el (custom-push-theme): Only save `changed' theme if the
11383         current face does not match the defface specs.
11385 2006-03-21  Simon Josefsson  <jas@extundo.com>
11387         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11388         <wilde@sha-bang.de>.
11389         (pgg-gpg-use-agent): New variable.
11390         (pgg-gpg-process-region): Use it.
11391         (pgg-gpg-encrypt-region): Likewise.
11392         (pgg-gpg-encrypt-symmetric-region): Likewise.
11393         (pgg-gpg-decrypt-region): Likewise.
11394         (pgg-gpg-sign-region): Likewise.
11395         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11397 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11399         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11400         bracket links.
11402 2006-03-21  Kim F. Storm  <storm@cua.dk>
11404         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11405         fringe-indicator-alist instead of modifying global value.
11406         (gdb-frame-handler): Likewise.
11408 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11410         * diff-mode.el (diff-function): Make it inherit from diff-header
11411         instead of diff-context.
11413         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11414         bitmap.
11415         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11416         change names in macro above for consistency.
11417         (gdb-frame-handler): Use hollow-right-triangle for all selected
11418         frames which except the innermost (where execution has stopped).
11419         (gdb-reset): Reset buffer-local values of overlay-arrow.
11421 2006-03-20  Richard Stallman  <rms@gnu.org>
11423         * simple.el (set-mark-command): Doc fix.
11425         * files.el (display-buffer-other-frame): New command.
11426         (ctl-x-4-map): Bind C-x 5 C-o to it.
11428 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11430         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11431         rather than just defer-time, in case defer-time has been changed but
11432         the timer isn't running yet.
11433         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11435 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11437         * help-mode.el (help-follow-symbol): New function.
11438         Essentially identical to the old `help-follow', but do not let
11439         `push-button' do the work when on an xref.
11440         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11442 2006-03-19  Richard Stallman  <rms@gnu.org>
11444         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11445         preceded by the word `program'.
11446         (help-follow-mouse, help-follow): Throw error if not on xref.
11447         Delete no longer used args.
11449 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11451         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11452         annotation ensure gud-overlay-arrow-position is redisplayed.
11454 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11456         * textmodes/bibtex.el (bibtex-include-OPTkey)
11457         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11458         (bibtex-autokey-name-case-convert)
11459         (bibtex-autokey-titleword-case-convert): Make these the aliases
11460         for the following two variables.
11461         (bibtex-autokey-name-case-convert-function)
11462         (bibtex-autokey-titleword-case-convert-function): Make these the
11463         real names.
11464         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11465         bibtex-font-lock-crossref sublists.
11466         (bibtex-mode): Revert 2005-12-30 change (which made
11467         completion-ignore-case buffer-local).
11468         (bibtex-url): Simplify.
11470 2006-03-19  Kim F. Storm  <storm@cua.dk>
11472         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11473         cursor property value to 2 (to align with C level change).
11475 2006-03-19  Bill Wohler  <wohler@newt.com>
11477         * image.el (image-load-path-for-library): Shorten first line in
11478         docstring.
11480 2006-03-18  Richard Stallman  <rms@gnu.org>
11482         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11484 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11486         * isearch.el (isearch-other-meta-char): Handle user bindings for
11487         shifted control characters.
11489 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11491         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11492         part that matches email addresses, file names, etc.
11494 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11496         * term/w32-win.el (mouse-set-font):
11497         Mention w32-list-proportional-fonts in the doc string.
11499 2006-03-18  Kim F. Storm  <storm@cua.dk>
11501         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11502         (ido-unc-hosts): New user option to explicitly define list of know
11503         UNC-style hosts for completion.
11504         (ido-cache-unc-host-shares-time): New user option.
11505         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11506         New helper functions for UNC file-name support.
11507         (ido-may-cache-directory): Check for UNC host.  Simplify.
11508         (ido-wash-history): Clean out old UNC hosts.
11509         (ido-nonreadable-directory-p): UNC hosts are always readable.
11510         (ido-directory-too-big-p): UNC hosts are never too big.
11511         (ido-set-current-directory): Handle UNC root path.
11512         (ido-file-name-all-completions): Complete UNC host names from
11513         ido-unc-hosts list.  Cache UNC host shares.
11514         (ido-make-file-list-1): Don't filter UNC root.
11515         (ido-exhibit): Check for // in root directory, and switch to UNC
11516         mode by setting ido-current-directory to //.
11518 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11520         * cus-edit.el (customize-changed-options): Mention explicit
11521         version number as default in prompt.
11523 2006-03-17  Bill Wohler  <wohler@newt.com>
11525         * image.el (image-load-path-for-library): Minor docstring fix.
11527 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11529         * textmodes/org.el (org-read-date): Include subgroup 5 into
11530         replacement text.
11531         (org-popup-calendar-for-date-prompt): Fix customization type.
11533 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11535         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11536         (gdb-continuation): New variable.
11537         (gdb-send): Deal with continuation lines.
11539         * progmodes/gud.el (gud-gdb-complete-command)
11540         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11541         expressions.
11542         (gud-tooltip-mode): Use buffer-local value.
11544 2006-03-16  Kim F. Storm  <storm@cua.dk>
11546         * ido.el (ido-edit-input): Use selected match, if any.
11548 2006-03-16  Bill Wohler  <wohler@newt.com>
11550         * image.el (image-load-path-for-library): Prefer user's images in
11551         image-load-path.
11553 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11555         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11556         when checking for attempt to drag leftmost or rightmost scrollbar.
11558 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11560         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11561         (gdb-force-mode-line-update): New function.
11562         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11563         (gdb-exited): Use them.
11564         (gdb-signal): New function.
11565         (gdb-annotation-rules): Provide a rule for it.
11567 2006-03-16  Kenichi Handa  <handa@m17n.org>
11569         * international/mule.el (auto-coding-regexp-alist): Add entries
11570         for Unicode BOM.
11572         * sort.el (sort-build-lists): Temporarily bind
11573         inhibit-field-text-motion to t.
11575 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11577         * locate.el (locate-command, locate-make-command-line)
11578         (locate-fcodes-file, locate-update-command)
11579         (locate-prompt-for-command, locate, locate-with-filter)
11580         (locate-get-file-positions): Doc fixes.
11581         (locate-buffer-name, locate-header-face): Remove leading `*' in
11582         defcustom.
11583         (locate-filter-output): Use `keep-lines' instead of its alias
11584         `delete-non-matching-lines'.
11585         (locate-get-filename, locate-get-dirname): Add introductory comment.
11586         (locate-find-directory-other-window): Give appropriate error
11587         message if used outside main listing.
11589 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11592         the new extend-region feature.
11593         (font-lock-after-change-function): Update correspondingly.
11594         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11595         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11597 2006-03-15  Bill Wohler  <wohler@newt.com>
11599         * image.el (image-load-path-for-library): Fix example by not
11600         recommending that one binds image-load-path.  Just defvar it to
11601         placate compiler and only use it if previously defined.
11603 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11605         * textmodes/org.el (org-insert-centered): Use `string-width' to
11606         make underlining work for wide characters.
11607         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11608         TAB to `org-cycle', to make sure that no binding in
11609         `outline-mode-map' can supercede it.
11611 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11613         * allout.el: Increment version to 2.2.1 in file commentary.
11615         (allout-version): Increment to 2.2.1.
11617         (allout-default-layout): New customization variable, used when the
11618         file lacks a specific allout-layout.  Uses allout-layout-type for
11619         recursively nested definition.
11621         (allout-layout-type): Widget defining allout layouts, necessary for
11622         self-recursive definition.
11624         (allout-mode): Incorporate allout-default-layout as fallback for
11625         allout-layout.
11627         (allout-layout): Mark as 'safe-local-variable', and refer mention
11628         fallback to `allout-default-layout' in absence of a specified value.
11629         (allout-passphrase-verifier-string)
11630         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11632         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11634         (allout-get-encryption-passphrase-verifier): Use correct name of
11635         passphrase verifier in docstring.
11637 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11639         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11640         elements.
11641         (gdb-find-watch-expression): Make it work for arrays too.
11642         Follow change to gdb-var-list.
11643         (gud-watch): Allow the user to enter variable name with a prexix
11644         arg.  Create keybindings.
11645         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11646         (gdb-var-list-children-handler, gdb-var-update-handler)
11647         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11648         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11649         Follow change to gdb-var-list.
11650         (gdb-starting): Don't show the overlay arrows when program is running.
11652         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11653         gdb-var-list.
11655 2006-03-14  Bill Wohler  <wohler@newt.com>
11657         * image.el (image-load-path-for-library): Pass value of path
11658         rather than symbol.  Always return list of directories.
11659         Guarantee that image directory comes first.
11661 2006-03-14  Alan Mackenzie  <acm@muc.de>
11663         * font-core.el (font-lock-extend-region\(-function\)?.):
11664         New function/variable.
11666         * font-lock.el (font-lock-after-change-function):
11667         Call font-lock-extend-region.  Obey font-lock-lines-before.
11668         (font-lock-default-fontify-region): Remove reference to
11669         font-lock-lines-before.
11671         * jit-lock.el (jit-lock-after-change):
11672         Call font-lock-extend-region.  Obey font-lock-lines-before.
11674 2006-03-14  David Ponce  <david@dponce.com>
11676         * tree-widget.el (tree-widget-themes-load-path)
11677         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11679 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11681         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11682         (rcirc-print): Mark the start of text at the end of the prompt.
11683         (rcirc-track-minor-mode): Add autoload cookie.
11684         (rcirc-update-activity-string): Add space to front of mode-line
11685         indicator.
11687 2006-03-13  Miles Bader  <miles@gnu.org>
11689         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11690         (rcirc-abbrev-nick): Remove function.
11691         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11693 2006-03-13  David Ponce  <david@dponce.com>
11695         * tree-widget.el: Handle themes across all occurrences of the main
11696         themes sub-directory found in tree-widget-themes-load-path.
11697         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11698         (tree-widget--locate-sub-directory): Return all occurrences.
11699         (tree-widget-themes-path): New function.
11700         Replace tree-widget-themes-directory, and return a list of directories.
11701         (tree-widget-set-parent-theme)
11702         (tree-widget-lookup-image): Use it.
11704 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11706         * textmodes/org.el (org-link-search): Avoid self-matching of
11707         links, allow target text to be distributed over several lines.
11708         (org-search-not-link): New function.
11709         (org-set-regexps-and-options, org-get-current-options):
11710         New startup options.
11711         (org-export-as-html): Take odd-level setting from local variable.
11712         (org-fontify-emphasized-text): New option.
11713         (org-set-font-lock-defaults): Include emphasized text.
11714         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11715         (org-font-lock): Customize group renamed from `org-faces'.
11717 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11719         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11720         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11722 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11724         * cus-start.el (all): Delete :version keyword for members of the
11725         fringe group, since the entire group is new in 22.1.
11727 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11729         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11730         map if value is hexadecimal (an address).
11731         (gud-watch): Only search roots for existing watch expressions.
11732         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11733         prevent caching problems with speedbar-update-directory-contents.
11735 2006-03-12  Juri Linkov  <juri@jurta.org>
11737         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11738         before comparing with `low' and `warn'.
11740         * info.el (Info-dir-remove-duplicates): Move point to the
11741         beginning of the current line after deleting the entries from
11742         redundant heading.  Use marker for `limit' and compare it with
11743         point before calling `re-search-forward'.
11745 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11747         * simple.el (yank): Fix typo in docstring.
11749 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11751         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11752         messages, where "D" is the 6th character.
11754 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11756         * simple.el (yank): Fix last change.
11758 2006-03-11  David Ponce  <david@dponce.com>
11760         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11761         merging elements from the standard ispell-dictionary-alist.
11762         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11763         alist, and return the new alist.
11765 2006-03-11  Richard Stallman  <rms@gnu.org>
11767         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11769         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11770         the way it is implemented is too unclean.
11772         * simple.el (kill-region, yank): Doc fix.
11774         * battery.el (battery-echo-area-format): Doc fix.
11775         (battery-mode-line-format): Likewise.
11776         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11777         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11779 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11781         * progmodes/octave-mod.el (octave-indent-for-comment):
11782         Behave according to do string.
11784 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
11786         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11787         Be visible only if major mode is Mail Mode.
11789         * textmodes/flyspell.el (flyspell-external-point-words)
11790         (flyspell-process-localwords): Fix last changes.
11792 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11794         * calendar/holidays.el (list-holidays): Doc fix.
11796         * international/mule.el (auto-coding-alist): Add .odt
11797         (OpenOffice's open document) files.
11799         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11800         document) files.  Mention in the doc string the need to sync with
11801         auto-coding-alist.
11803 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11805         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11806         enable-local-variables is set to always query, or there is no
11807         savable variable.
11809 2006-03-10  Bill Wohler  <wohler@newt.com>
11811         * image.el (image-load-path-for-library): Merge at least three
11812         functions from Gnus and MH-E into this one function that can now
11813         be shared.
11815 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11817         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11818         gdb-remove-mouse-face and remove help-echo too.
11819         (gdb-enqueue-input): Correct conditional clause.
11821 2006-03-10  Glenn Morris  <rgm@gnu.org>
11823         * calendar/calendar.el (calendar-holidays): Doc fix.
11824         * calendar/holidays.el (list-holidays): Doc fix.
11826 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11828         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11829         it gets called in gdb-prompt anyway.
11830         (gdb-use-separate-io-buffer): Only restore window arrangement for
11831         gdb-many-windows.
11832         (gdb-enqueue-input): Make it harder to send GDB input when program
11833         is running.
11834         (gdb-buffer-list): New variable.
11835         (gdb-remove-mouse-face): New function.
11836         (gdb-starting): Use it when GDB input won't get sent.
11838 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11840         * help.el (view-lossage): Remove trailing whitespace before
11841         inserting "\n".
11843 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11845         * files.el (hack-local-variables-confirm):
11846         Set coding-system-for-read to nil before writing to .emacs.
11848         * arc-mode.el (archive-extract): Check if an existing buffer name
11849         comes from a different archive.
11851         * help.el (describe-key-briefly): If KEY is a down event, read and
11852         discard the up event.
11854 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11856         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11857         be edited and use font-lock-warning-face for any changes.
11859         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11860         (gdb-edit-value): Use it to report any errors.
11862 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11864         * help.el (describe-key): Remove leftover test code.
11866 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11868         * textmodes/org.el: Move defvars out of eval-when-compile.
11869         Use buffer-file-name variable.
11870         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11871         arg `file'.
11872         (org-level-faces): Remove startup dependency.
11873         (org-cycle, org-map-tree, org-scan-tags)
11874         (org-remember-handler): Don't call `outline-level' directly.
11875         (org-mhe-search-all-folders): New option.
11876         (org-mhe-get-message-folder-from-index)
11877         (org-mhe-get-message-folder): Fix indexing search.
11878         (org-format-agenda-item): Handle nil TAGS argument.
11879         (org-cleaned-string-for-export, org-activate-target-links)
11880         (org-make-target-link-regexp): Deal with empty radio target list.
11881         (org-tag): New face.
11882         (org-get-level-face): New function.
11883         (org-set-font-lock-defaults): Simplify setup for headlines.
11884         (org-complete): Pass common substring to `display-completion-list'.
11886 2006-03-06  David Ponce  <david@dponce.com>
11888         * tree-widget.el: Update Commentary header.
11889         (tree-widget-theme-name): Ignore parent themes.
11890         (tree-widget-set-parent-theme): New function.
11891         (tree-widget-set-theme): Use it.
11892         (tree-widget-set-image-properties): Move definition.  Does nothing
11893         if image properties have already been set.
11894         (tree-widget-image-properties): Move definition.  Receive an image
11895         name.  Set the :pointer property.
11896         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11897         Don't set the :pointer image property.
11898         (tree-widget-convert-widget): New function.  Handle :dynargs
11899         compatibility here.
11900         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11901         predicate to control when the :expander function is entered.
11902         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11903         (tree-widget-value-create): Handle :expander-p.  widget-apply
11904         :expander.
11905         (tree-widget-expander-p): New function.  Default value of the
11906         :expander-p property.
11908 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11910         * help.el (describe-key): Properly handle the return value of
11911         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11912         remaps.  Handle string and vector `follow-link' values.
11914 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * complete.el (PC-expand-many-files): Try be more careful when parsing
11917         the shell's output.
11919 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11921         * outline.el (hide-sublevels): Provide better interactive default.
11923 2006-03-06  Kenichi Handa  <handa@m17n.org>
11925         * international/fontset.el (create-fontset-from-fontset-spec):
11926         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11928 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11930         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11931         backslashes instead of one in regexp.
11932         (gud-tooltip-dereference): Add missing optional argument.
11934 2006-03-04  John Paul Wallington  <jpw@pobox.com>
11936         * wdired.el (toplevel): Require `cl' at compile-time.
11938 2006-03-04  Andreas Schwab  <schwab@suse.de>
11940         * server.el (server-process-filter): Handle errors during
11941         evaluation of the argument.
11943 2006-03-03  John Paul Wallington  <jpw@pobox.com>
11945         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11946         escape parentheses at beginning of line.
11947         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11948         (t-mouse-mode): Remove period from end of error message.
11950 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
11952         * textmodes/flyspell.el (flyspell-process-localwords):
11953         Be case-sensitive.
11955 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
11957         * cus-edit.el (custom-quote): Remove function, since it has been
11958         moved to custom.el.
11960         * font-lock.el (lisp-font-lock-keywords-2)
11961         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11962         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11963         they have no special meaning.
11965         * midnight.el (clean-buffer-list): Handle case where base-buffer of
11966         indirect buffer gets killed before indirect buffer.  Use dolist.
11968 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11970         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11971         value instead of a literal constant (1) on more pauses.
11973 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
11975         * textmodes/flyspell.el (flyspell-external-point-words):
11976         Be case-sensitive.
11978 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
11980         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11981         with "www".
11983 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
11985         * allout.el: Restablish intermediate missing comment header to
11986         preserve outline structure.
11987         (allout-beginning-of-current-entry): Skip invisible text.
11988         (allout-open-topic): Fix opening a topic at end-of-buffer.
11989         (allout-minor-mode): Move nearer to allout-mode function.
11991 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
11993         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11995 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
11997         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11998         is nil.
12000         * progmodes/gud.el (gud-speedbar-menu-items):
12001         Use buffer-local-value and add missing :visible keyword.
12003         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12005 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12007         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12008         must be `follow-link'.
12010         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12012         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12013         formatting: No nested anchors.
12014         (org-all-targets): Fix bug with XEmacs compatibility.
12015         (org-read-date): Add (require 'parse-time).
12016         (org-set-tags): Fix bug with extra inserted space.
12017         (org-export-html-style): Define a style class for targets.
12018         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12019         (org-hide-leading-stars): New option.
12020         (org-hide): New face.
12021         (org-set-font-lock-defaults): Allow to hide leading stars.
12022         (org-get-legal-level, org-tr-level): New functions.
12023         (org-odd-levels-only): New option.
12024         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12025         (org-demote, org-promote): Deal with double-star levels.
12026         (org-convert-to-odd-levels): New command.
12028 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12030         * speedbar.el (speedbar-update-localized-contents): Try to
12031         preserve window-start.
12032         (speedbar-update-directory-contents): Try to preserve window-start
12033         and window-point.
12034         (speedbar-update-special-contents): Don't move back to start of window.
12036         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12037         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12038         speedbar-timer-fn.
12039         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12040         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12041         instead of gdb-speedbar-timer-fn.
12043 2006-02-28  Jay Belanger  <belanger@truman.edu>
12045         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12046         (math-compose-expr): Use latex option when calling
12047         `math-compose-tex-matrix' for latex mode.
12049 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12051         * speedbar.el: Re-instate comments about developing for speedbar
12052         [this is what info and gdb-ui use even if better methods exist now].
12054         * t-mouse.el: New file.
12055         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12056         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12057         (t-mouse-make-event-element): Use posn-at-x-y instead.
12058         (t-mouse-make-event): Deal with Fedora Core 3.
12059         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12060         (t-mouse-mouse-position-function): New function.  Use it instead
12061         of advising mouse-position.
12062         (t-mouse-mode): New minor mode.
12063         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12065 2006-02-27  Glenn Morris  <rgm@gnu.org>
12067         * calendar/calendar.el (calendar-holidays): Doc fix.
12069 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12071         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12072         Re-introduce the concept of a source window.
12073         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12074         consistency with get-buffer-create.
12075         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12076         (gdb-data-list-register-values-handler)
12077         (gdb-stack-list-locals-handler): Try to preserve window-start as
12078         well as window-point.
12079         (gdb-display-source-buffer): New function (old concept).
12080         (gdb-goto-breakpoint): Use it.
12082         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12083         for gdb-ui/gdb-mi (old concept).
12085 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12087         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12088         binding.
12090         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12092         * textmodes/reftex-sel.el (reftex-select-label-map)
12093         (reftex-select-bib-map): Add `follow-mouse' binding.
12095 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12097         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12098         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12099         Give :set functions to provide automatic updating.
12100         Update docstring.  Give compiler defvars early in the file
12101         and move the defcustoms to a later spot where all called functions
12102         are defined.
12103         (jka-compr-file-name-handler-entry): Doc fix.
12104         (jka-compr-compression-info-list--internal)
12105         (jka-compr-mode-alist-additions--internal)
12106         (jka-compr-load-suffixes--internal): New variables.
12107         (jka-compr-install): Set the three above variables.
12108         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12109         (jka-compr-update, jka-compr-set): New functions.
12110         (auto-compression-mode): Doc fix.
12112         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12113         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12114         Use jka-compr-compression-info-list--internal,
12115         jka-compr-mode-alist-additions--internal and
12116         jka-compr-load-suffixes--internal.
12118         * files.el (load-library):
12119         * loadhist.el (file-loadhist-lookup):
12120         * startup.el (command-line):
12121         * subr.el (locate-library):
12122         * emacs-lisp/autoload.el (update-directory-autoloads):
12123         * emacs-lisp/find-func.el (find-library-suffixes):
12124         Use `get-load-suffixes' instead of `load-suffixes'.
12126         * subr.el (locate-library):
12127         * emacs-lisp/find-func.el (find-library-name):
12128         Use `load-file-rep-suffixes' instead of '("").
12130 2006-02-26  Kim F. Storm  <storm@cua.dk>
12132         * ido.el (ido-save-history, ido-load-history): Simplify.
12133         Don't use find-file-noselect to avoid interference from other modes.
12135 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12137         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12138         to use the default shell if filename is not available.
12139         Reported by Giorgos Keramidas.
12141 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12143         * progmodes/etags.el (tags-completion-table): Do completion from
12144         all the tables in the current list, as documented in the manual.
12146 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12148         * CC Mode Update to 5.31.3.
12150 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12152         * progmodes/cc-mode.el (c-postprocess-file-styles):
12153         Bind inhibit-read-only to t, around the call to
12154         c-remove-any-local-eval-or-mode-variables, so that it works on a
12155         RO file.
12157 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12159         * progmodes/cc-awk.el: Correct a typo.
12161 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12163         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12164         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12165         name as an alias.
12167 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12169         * progmodes/cc-mode.el: Correct a typo.
12171 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12173         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12175 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12177         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12178         brace-else-brace (error due to mbeg, mend being undefined).
12180 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12182         * progmodes/cc-mode.el: File Local variables: Solve the problem
12183         where both `mode' and c-file-offsets are specified: `mode' will
12184         overwrite c-f-o's settings:
12185         (c-remove-any-local-eval-or-mode-variables): New function.
12186         (c-postprocess-file-styles): Call the above new function, within
12187         c-tentative-buffer-change, to splat `mode' and `eval' before the
12188         second hack-local-variables.
12190 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12192         * progmodes/cc-mode.el:
12193         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12194         (c-after-change): Protect the match data with save-match-data.
12195         It was getting corrupted by c-after-change-check-<>-operators.
12197         * cc-defs.el: [Supersedes patch V1.38]:
12198         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12199         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12201         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12202         with save-match-data.  It was being corrupted when Font Lock was
12203         not enabled.
12205 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12207         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12208         Mode and Subword Mode.
12210         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12211         real labels ("case 1:" or "foo:") from non-labels ("public:").
12212         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12213         coding; c-f-t-2 doesn't move over a token at EOB.
12215         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12217         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12218         (c-update-modeline): Concatenate the minor mode indicators
12219         directly onto mode-name, removing c-submode-indicators.
12220         Sometimes, c-s-i got separated from the mode name on the mode line.
12222         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12223         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12225 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12227         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12228         error message when there's an evaluation error to show whether
12229         it's loaded from source or not.
12230         (c-filter-ops): Make it available at runtime too to work when
12231         `c-make-init-lang-vars-fun' needs to evaluate from source.
12233 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12235         * help.el (help): Revert last part of 2006-02-23 change (deletion
12236         of the `provide' call).
12238 2006-02-23  Juri Linkov  <juri@jurta.org>
12240         * compare-w.el (compare-windows-highlight): Add new value
12241         `persistent' and change :type from `boolean' to `choice'.
12242         (compare-windows-overlays1, compare-windows-overlays2):
12243         New internal variables.
12244         (compare-windows-highlight): If compare-windows-highlight is
12245         `persistent', add current overlays to compare-windows-overlays[12]
12246         instead of adding compare-windows-dehighlight to pre-command-hook.
12247         (compare-windows-dehighlight): Delete all overlays from
12248         compare-windows-overlays[12].
12250         * info.el (Info-search): Don't bind search-spaces-regexp to
12251         Info-search-whitespace-regexp in non-regexp isearch mode.
12253 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12255         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12257 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12259         * textmodes/org.el (org-xemacs-p)
12260         (org-export-html-show-new-buffer, org-table-may-need-update)
12261         (org-insert-item, org-mhe-get-message-real-folder)
12262         (org-mhe-get-message-folder-from-index)
12263         (org-mhe-get-message-folder, org-mhe-get-message-num)
12264         (org-mhe-get-header, org-make-org-heading-search-string)
12265         (org-make-org-heading-camel, org-table-sort-lines)
12266         (org-format-org-table-html, org-format-table-table-html):
12267         Fix typos in docstrings.
12269 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12271         * textmodes/org.el (org-cleaned-string-for-export)
12272         (org-solidify-link-text): New function.
12273         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12274         XEmacs, just to silence the compiler.
12275         (org-export-as-ascii, org-export-as-html-and-open):
12276         Use `org-cleaned-string-for-export' and create internal links.
12277         (org-follow-mhe-link): Require mh-e, use folder.
12279 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12281         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12283         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12284         gdb-debug-log-length.
12285         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12286         it a real ring but...
12287         (gud-gdba-marker-filter): ...make it work like mark-ring.
12288         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12289         (gdb-mouse-jump): New function.  Add bindings.
12291 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12293         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12294         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12295         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12296         (gdb-debug-log-length): Customize it's length.
12297         (gud-watch, gdb-var-create-handler): Display function::var format
12298         but don't use to create variable object.
12299         (gdb-var-create-handler): Use message-box in place of message.
12300         (gdb-stopped): Call gdb-exited if signalled.
12302 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12304         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12306         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12308         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12309         if `reftex-try-all-extensions' is set.
12311         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12312         fail silently when there is no valid argument at point.
12313         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12314         `fail-silently' argument.  From a patch by David Reiter.
12316         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12317         New commands.
12318         (org-mark-ring): New variable.
12319         (org-mark-ring-length): New option.
12320         (org-open-at-point, org-goto, org-open-file): Push old position
12321         onto the mark ring.
12322         (org-add-hook): New function.
12323         (org-export-table-remove-special-lines): New option.
12324         (org-skip-comments, org-format-org-table-html): Respect new
12325         option `org-export-table-remove-special-lines'.
12326         (org-open-file): Allow special command configuration for
12327         directory link.
12328         (org-file-apps): Fix bugs in customize type, added setting
12329         for directories.
12330         (org-activate-tags, org-format-agenda-item, org-complete)
12331         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12332         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12333         (org-link-search, org-make-org-heading-search-string)
12334         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12335         (org-radio-targets, org-file-link-context-use-camel-case)
12336         (org-activate-camels): New options.
12337         (org-update-radio-target-regexp, org-all-targets)
12338         (org-make-target-link-regexp, org-activate-target-links):
12339         New functions.
12340         (org-make-org-heading-search-string): New function.
12341         (org-store-link, org-insert-link): Use new option
12342         `org-file-link-context-use-camel-case'.
12343         (org-activate-camels): Use new option `org-activate-camels'.
12344         (org-link-regexp): Add mhe prefix.
12345         (org-open-at-point, org-store-link): Support for mhe links.
12346         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12347         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12348         (org-mhe-get-header, org-follow-mhe-link): New functions.
12349         (org-remove-angle-brackets, org-add-angle-brackets):
12350         New functions.
12351         (org-bracket-link-regexp): New constant.
12352         (org-read-date): Fix bug that was rejecting all typed dates.
12353         (org-link-search): Make hierarchy above visible after a match.
12354         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12355         (org-store-link): Fix bug with link creation when cursor is in
12356         an empty line.
12357         (org-open-at-point): Fix bug with matching a link.
12358         Fixed buggy argument sequence in call to `org-view-tags'.
12359         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12360         (org-prefix-has-tag): New variable.
12361         (org-format-agenda-item): Remove tags from headline
12362         if appropriate.
12363         (org-agenda-remove-tags-when-in-prefix): New option.
12365 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12367         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12368         Fix the regular expressions.
12370 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12372         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12373         if there's no other specific basis.
12375         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12376         as variables at all.
12377         (unsafep-variable): Rename arg; doc fix.
12379         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12381         * calendar/appt.el (diary-selective-display): Add defvar.
12383         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12385         * isearch.el (search-whitespace-regexp): Fix custom type.
12387         * help.el (describe-key-briefly): Compute interactive args
12388         in same was as before previous change.
12390         * files.el (enable-local-variables): Doc fix.
12392 2006-02-21  Kim F. Storm  <storm@cua.dk>
12394         * fringe.el: Cleanup as file is now pre-loaded.
12395         (fringe-bitmaps): Initialize unconditionally.
12396         (fringe-mode, set-fringe-style): Remove autoload cookies.
12398 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12400         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12401         `horizontal-bar'.
12402         (fringe-cursor-alist): Use `horizontal-bar'.
12404 2006-02-20  Kim F. Storm  <storm@cua.dk>
12406         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12407         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12409         * loadup.el: Load "fringe" on window systems.
12411 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12413         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12414         out of scope components.
12416         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12417         default.
12419 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12421         * custom.el (customize-mark-to-save, customize-mark-as-set):
12422         Load the symbol first.
12424 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12426         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12427         strech spec so it doesn't display as "^J" on the header line
12428         when `Buffer-menu-use-header-line' is t.
12430 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12432         * speedbar.el (speedbar-make-button): Keep text properties
12433         of string arguments if desired.
12435         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12436         expessions.
12438         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12439         of speedbar.
12441 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12443         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12444         to value of `read-file-name-completion-ignore-case'.
12446 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12448         * custom.el (customize-mark-as-set): Push to `user' theme.
12450         * cus-edit.el (custom-save-variables): Allow unthemed values.
12451         (customize-set-variable): Push setting to `user' theme.
12453 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12455         * progmodes/gud.el: Don't require font-lock as it's now
12456         automatically loaded.
12457         (gud-speedbar-buttons): Replace gdb-var-changed with
12458         gdb-force-update.
12460         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12461         gdb-var-changed.
12462         (gdb-post-prompt): Use it.
12463         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12464         (gdb-var-update-handler, gdb-var-delete)
12465         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12466         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12467         gdb-force-update in gdb-post-prompt.
12468         (gdb-reset): Clear watch expressions from speedbar when quitting.
12470 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12472         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12473         (viper-change-state-to-vi, viper-change-state-to-emacs):
12474         Make aware of cursor coloring in the Emacs state.
12475         (viper-special-read-and-insert-char): Use read-char-exclusive.
12476         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12478         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12480         * viper-util.el (viper-save-cursor-color)
12481         (viper-get-saved-cursor-color-in-replace-mode)
12482         (viper-get-saved-cursor-color-in-insert-mode)
12483         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12484         state.
12485         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12487         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12488         (ediff-ignore-case-option3, ediff-actual-diff-options)
12489         (ediff-actual-diff3-options): New variables to control case sensitivity.
12490         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12491         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12492         (ediff-toggle-ignore-case): New function.
12493         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12495         * ediff-help.el (ediff-long-help-message-narrow2)
12496         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12497         (ediff-long-help-message-word-mode): Add ignore-case command.
12498         (ediff-help-for-quick-help): Add ignore-case command.
12500         * ediff-merg.el: Move provide to the end.
12502         * ediff-ptch.el: Move provide to the end.
12504         * ediff-wind.el: Move provide to the end.
12506         * ediff-mult.el: Move provide to the end.
12507         (ediff-set-meta-overlay): Enable follow-link.
12509         * ediff.el: Move provide to the end.
12510         Break recursive load cycle in eval-when-compile.
12511         (ediff-patch-buffer): Better heuristics.
12513         * ediff-util.el: Move provide to the end.
12514         Break recursive load cycle in eval-when-compile.
12515         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12516         defuns.
12517         (ediff-submit-report): Pass the values of ediff-diff3-program,
12518         ediff-diff3-options.
12520 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12522         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12523         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12524         `' (for example, in the docstring of `windmove-default-keybindings').
12526 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12528         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12529         shadow face.  Don't provide binding to edit variable when it is
12530         out of scope.
12532         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12533         (gdb-var-update-handler): Detect out of scope variables with pre
12534         GDB 6.4 too.
12535         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12536         Reset status of variable objects to nil in update handlers.
12537         (gdb-var-update-handler-1): Detect when a variable object comes
12538         in scope.  setcar on var changes gdb-var-list directly.
12540 2006-02-17  Juri Linkov  <juri@jurta.org>
12542         * ffap.el (ffap) <defface>: Add explicit face declaration.
12543         (ffap-highlight): Use face `ffap' directly instead of checking
12544         for its existence.
12546         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12547         `visible-ok' of `other-buffer' to find the right original buffer.
12549         * info.el (Info-search): Skip `Local Variables' node.
12551 2006-02-17  Juri Linkov  <juri@jurta.org>
12553         * info.el (Info-find-file): Check for symbols `apropos', `history',
12554         `toc' in the input filename, and return these symbols as is.
12555         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12556         `history', `toc' instead of strings.
12557         (Info-set-mode-line): For non-string Info-current-file use the
12558         symbol's name inside **.
12559         (Info-isearch-push-state): Add quote before Info-current-file and
12560         Info-current-node.
12561         (Info-isearch-pop-state): Use `equal' instead of `string='.
12562         (Info-extract-pointer, Info-following-node-name): Use
12563         `match-string-no-properties' instead of `match-string'.
12564         (Info-up): Check `old-file' for `stringp'.
12565         (Info-history): Use `equal' instead of `string-equal'.
12566         Check `file' for `stringp'.
12567         (Info-history): Use symbol `history' instead of string as first arg
12568         of `Info-find-node'.
12569         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12570         `toc' instead of string.
12571         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12572         instead of `buffer-substring', and `match-string-no-properties'
12573         instead of `match-string'.
12574         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12575         instead of strings.
12576         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12577         Use symbol `apropos' instead of string.
12578         (Info-copy-current-node-name): Check `Info-current-file' for
12579         `stringp' and construct a command with `Info-find-node' from it.
12580         (Info-fontify-node): Use `match-string-no-properties' instead of
12581         `match-string' and check file names for `stringp'.
12582         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12583         `history', `toc' instead of strings.
12585 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12587         * files.el: Rearrange functions and variables in the file local
12588         variables section.
12590 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12592         * files.el: Add truncate-lines, ispell-check-comments and
12593         ispell-local-dictionary as safe local variables.
12595 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12597         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12598         out of scope variables.
12599         (gud-speedbar-buttons): Use unless.
12601         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12602         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12603         (gdb-show-changed-values): Also use for out of scope variables.
12604         (gdb-var-update-handler-1): Note if variable goes out of scope.
12606 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12608         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12609         default to global variable values for unsupplied args.
12610         (rcirc-get-buffer-create): Fix bug with setting the target.
12611         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12612         test for rcirc-always-use-server-buffer-flag here.
12613         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12614         uses the default face.  Change the ACTION format string.  If the
12615         "nick" is the server, don't print anything for that field.
12616         Comment fixes.
12617         (rcirc-target-buffer): Don't test
12618         rcirc-always-use-server-buffer-flag here.
12619         (rcirc-print): Squeeze extra spaces out of the text before message.
12620         (rcirc-put-nick-channel): Strip potential "@" char from nick
12621         before adding them to nick table.
12622         (rcirc-url-regexp): Improve to match address like "foo.com".
12624 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12626         * allout.el (allout-hidden-p): Move this defsubst before
12627         allout-overlay-interior-modification-handler, where it is first
12628         used.
12630 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12632         * allout.el: Use allout invisible-text overlays instead of
12633         selective display for concealed text.  Also, lots of general
12634         cleanup, and improved compatibility code.
12636         (allout-version) Incremented, corrected, revised, and refined
12637         module commentary.
12639         (provide 'allout): Moved to the bottom, added a require of overlay.
12641         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12642         `except-current'.
12643         (allout-write-file-hook-handler): Minimize delay.
12644         (count-trailing-whitespace-region): New function so
12645         auto-encryption of current topic can resituate cursor exactly.
12646         PGP/GPG encryption trims trailing whitespace from lines, which
12647         must be accounted for across encryption then decryption.
12649         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12650         just plain "\C-c", to avoid intruding on user's keybinding space.
12652         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12653         parameter, so user request to provide a new password is done.
12655         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12656         Refined mechanism for auto-filling behavior while in allout mode.
12658         (allout-mode): Explicitly specify the mode map in the docstring.
12659         Clarify provision for various write-file hook var names.
12660         Adjusted for invisible-text overlays instead of selective-display.
12662         (allout-depth): Really return 0 if not within any topic.  This
12663         rectifies `allout-beginning-of-level' and sequence numbering
12664         errors that occur when cutting and pasting numbered topics.
12665         Changed from a in-line subst to a regular function, as well.
12667         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12669         (allout-end-of-subtree, allout-end-of-subtree)
12670         (allout-end-of-entry, allout-end-of-current-heading)
12671         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12672         (allout-show-children, allout-show-to-offshoot)
12673         (allout-hide-current-entry, allout-show-current-entry): Rectified
12674         handling of trailing blank lines between items.
12676         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12677         (allout-current-depth, allout-unprotected, allout-hidden-p)
12678         (allout-on-current-heading-p, allout-listify-exposed)
12679         (allout-chart-subtree, allout-goto-prefix)
12680         (allout-back-to-current-heading, allout-get-body-text)
12681         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12682         (allout-hide-region-body, allout-toggle-subtree-encryption)
12683         (allout-encrypt-string, allout-encrypted-key-info)
12684         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12685         (allout-file-vars-section-data): Adjusted for use with
12686         invisible-text overlays instead of selective-display.
12688         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12689         Reworked for use with invisible text overlays.
12691         (allout-current-topic-collapsed-p): New function.
12693         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12694         to know when to close the containing topic.
12696         (allout-pre-command-business, allout-post-command-business):
12697         Simplify undo-batching and dynamic isearch exposure.
12699         (allout-set-overlay-category): New for invisible-text overlays.
12700         Sets properties of allout-overlay-category, used by
12701         allout-flag-region to set invisible-text overlay properties.
12702         (allout-get-invisibility-overlay): Get the first qualifying
12703         invisibility overlay, so we can find the extent of it.
12704         (allout-back-to-visible-text): Get to just before the beginnining
12705         of the current invisibility overlay, if any.
12707         (allout-overlay-insert-in-front-handler)
12708         (allout-overlay-interior-modification-handler)
12709         (allout-before-change-handler, allout-isearch-end-handler): New
12710         functions to handle extraordinary actions affecting concealed
12711         text.
12713         (allout-flag-region): Use overlays instead of selective-display
12714         for invisible text - by inheritence from the properties of
12715         allout-overlay-category in mainline Emacs, and applied
12716         property-by-property in XEmacs, some recent versions of which
12717         don't inherit the properties from the category.  Provisions to
12718         respond to concealed-text edits simplified drastically.
12720         (allout-isearch-rectification, allout-isearch-was-font-lock)
12721         (allout-isearch-expose, allout-enwrap-isearch)
12722         (allout-isearch-abort, allout-pre-was-isearching)
12723         (allout-isearch-prior-pos, allout-isearch-did-quit)
12724         (allout-isearch-dynamic-expose)
12725         (allout-hide-current-entry-completely): Functions deleted.
12727         (allout-undo-aggregation): Explicit undo aggregation no longer
12728         necessary due to transition away from selective-display.
12730         (set-allout-regexp, allout-up-current-level)
12731         (allout-next-visible-heading, allout-forward-current-level)
12732         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12733         (allout-kill-line, allout-yank-processing, allout-show-children)
12734         (allout-expose-topic, allout-old-expose-topic)
12735         (allout-listify-exposed, allout-insert-latex-header)
12736         (allout-toggle-subtree-encryption, allout-encrypt-string)
12737         (remove-from-invisibility-spec, allout-hide-current-subtree):
12738         Ditched unused variables.
12740 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12742         * textmodes/ispell.el (ispell-change-dictionary): Call
12743         ispell-buffer-local-dict instead of
12744         ispell-accept-buffer-local-defs.
12745         (ispell-local-dictionary-alist): Accept as valid any coding-system
12746         supported by Emacs.
12747         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12748         changed to iso-8859-3.
12750 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12752         * speedbar.el (speedbar-frame-width): Make an inline function
12753         instead of a macro.  Use frame-width.
12754         (speedbar-try-completion, speedbar-update-contents)
12755         (speedbar-timer-fn): Use consp.
12756         (speedbar-update-localized-contents): Try to preserve point.
12758         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12759         (menu): Re-order menu items.
12760         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12761         field.
12762         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12763         (gdb-post-prompt): Speed things by not forcing update.
12765 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12767         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12768         press and perform default action if we get a mouse movement event.
12770 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12772         * calendar/icalendar.el (icalendar--get-event-property)
12773         (icalendar--get-event-property-attributes): Fix typos in
12774         docstrings.
12776         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12777         docstring.
12779 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12781         * bs.el (bs-mode): Use `buffer-disable-undo'.
12782         (bs--get-file-name): Simplify.
12783         (bs-show-in-buffer): Mark the buffer as not modified.
12785 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12787         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12788         widget-button-click.
12790         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12791         (custom-mode): Update docstring.
12793         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12794         binding.
12796         * files.el (hack-local-variables-confirm): Allow scrolling if the
12797         file variable list is too long.  Kill temp buffer after use.
12799 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12801         * progmodes/gud.el (gdb): Improve doc string.
12802         (gdb-script-font-lock-keywords): Expand allowed character set.
12804         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12805         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12806         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12807         (gdb-separate-io-stop, gdb-separate-io-eof):
12808         Rename from gdb-inferior-* to gdb-separate-*.
12809         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12811 2006-02-14  Jay Belanger  <belanger@truman.edu>
12813         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12814         expression is a symbol before checking that it is bound.
12816         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12817         test to see if equation can be solved.
12819 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12821         * wid-edit.el (widget-button-click): Use :pressed-face property
12822         for overlay face, if it exists.
12824         * cus-edit.el (custom-manual, custom-add-see-also)
12825         (custom-add-parent-links, custom-group-link): Add :pressed-face
12826         property to links.
12828         * files.el (hack-local-variables): Remove ignored variables before
12829         checking if any variables need setting.
12831 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12833         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12835 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12837         * help.el (where-is): Fix message for remapped commands.
12839         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12840         Fix typos in docstrings.
12842 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12844         * files.el (safe-local-variable-values): New option.
12845         (hack-local-variables-prop-line): Return a list of variable-value
12846         pairs if MODE-ONLY is non-nil.
12847         (hack-local-variables): Construct list of variable-value pairs,
12848         and apply or reject them in one go.  Ask for confirmation if
12849         variables are not known safe.
12850         (hack-local-variables-confirm): Complete rewrite.  Support
12851         `safe-local-variable-values'.
12852         (enable-local-variables): Update docstring to reflect new
12853         behavior.
12854         (ignored-local-variables): Ignore ignored-local-variables and
12855         safe-local-variable-values.
12856         (safe-local-variable-p): New function.
12857         (risky-local-variable-p): `safe-local-variable' property check
12858         moved to safe-local-variable-p.
12859         (hack-one-local-variable): Checks moved to hack-local-variables.
12861         (byte-compile-dynamic, c-basic-offset, c-file-style)
12862         (c-indent-level, comment-column, fill-column, fill-prefix)
12863         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12864         (no-update-autoloads, outline-regexp, page-delimiter)
12865         (paragraph-start, paragraph-separate, sentence-end)
12866         (sentence-end-double-space tab-width, version-control):
12867         Add `safe-local-variable' property.
12869         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12871         * icomplete.el, play/landmark.el: Change nonexistent
12872         `outline-layout' file variable to `allout-layout'.
12874 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12876         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12877         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12878         to gud-comint-buffer.
12879         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12880         gdb-ui.el for gdb-mi.el.
12881         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12882         registers buffer to gdb-get-changed-registers.
12883         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12884         deletion of catchpoints (throw and catch).
12885         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12886         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12887         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12888         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12889         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12891 2006-02-13  Jay Belanger  <belanger@truman.edu>
12893         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12894         expression is a symbol before checking that it is bound.
12896 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12898         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12899         for the minibuffer too, but not if resize-mini-windows will interfere.
12901         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12902         inside `interactive' spec.
12903         (describe-key-briefly-internal, describe-key-internal):
12904         Functions merged back into their callers.
12906 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12908         * info.el (info-xref-visited): Inherit from info-xref too.
12909         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12910         when propertizing Info-current-file and Info-current-node.
12912 2006-02-13  Juri Linkov  <juri@jurta.org>
12914         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12915         (tumme-thumb-name): Fix per-directory format.
12917 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12919         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12921 2006-02-12  Miles Bader  <miles@gnu.org>
12923         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12925 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
12927         * tumme.el: Remove history section.  If someone needs the it, it
12928         can always be found in CVS.
12930 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12932         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
12933         about the Thumbnail Managing Standard option.
12935 2006-02-12  Richard M. Stallman  <rms@gnu.org>
12937         * subr.el (substitute-key-definition): Doc fix.
12939         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12941         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12943         * info.el (Info-mode): Doc fix.
12945         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12947 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
12949         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12950         because on Solaris a POSIX compatible "id" is needed.  Reported by
12951         Magnus Henoch <mange@freemail.hu>.
12953 2006-02-12  Juri Linkov  <juri@jurta.org>
12955         * tumme.el: Remove todo item about Thumbnail Managing Standard.
12956         (tumme) <defgroup>: Change :group to `multimedia'.
12957         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12958         Managing Standard.
12959         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12960         Fix dostring.
12961         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12962         and %y.  Fix docstring.
12963         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12964         (tumme-cmd-create-standard-thumbnail-command): New user options.
12965         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12966         is `standard'.  Fix docstring.
12967         (tumme-thumb-width, tumme-thumb-height): New user options.
12968         (tumme-external-viewer): Try to find various viewers.
12969         (tumme-get-thumbnail-image): Use `create-image' instead of
12970         constructing the `image' structure.
12971         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12972         `standard'.
12973         (tumme-thumb-name): Add file name generation for standard storage.
12974         Simplify code for other storages.
12975         (tumme-thumb-name): Use width %w and height %h instead of size %s.
12976         Add modification time %m and thumbnail-nq8 %q.
12977         Use `tumme-cmd-create-standard-thumbnail-command' if
12978         tumme-thumbnail-storage is `standard'.
12979         (tumme-dired-insert-marked-thumbs): New autoload command.
12980         (tumme-dired-after-readin-hook): New function.
12981         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12982         `tumme-thumb-size'.
12983         (tumme-display-image): Replace size-x %x and size-y %y with
12984         width %w and height %h.
12986         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12987         `tumme-dired-insert-marked-thumbs'.
12989 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12991         * tumme.el (tumme-write-tag): Fix small bug (file name did not
12992         include path).
12993         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12994         matching tag.
12996 2006-02-12  Miles Bader  <miles@gnu.org>
12998         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12999         New variables.
13000         (rcirc-abbrev-nick): New function.
13001         (rcirc-format-response-string): Rewrite to use the formats in
13002         `rcirc-response-formats' and expand escape sequences therein.
13003         A text-property `rcirc-text' is added over the actual response
13004         text to make easy to find inside the returned string.
13005         (rcirc-print): When filling, just look for the `rcirc-text'
13006         text-property to find the appropriate fill prefix, instead of
13007         using hardwired patterns.
13009 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13011         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13012         Managing Standard.
13014 2006-02-11  Kim F. Storm  <storm@cua.dk>
13016         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13017         Don't use insert-buffer; do insert-buffer-substring directly.
13018         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13020 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13022         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13023         with inhibit-read-only.  Suggested by Stefan Monnier.
13024         (revert-buffer): Let insert-file-contents discard
13025         buffer-undo-list.  Simplify code.
13026         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13028 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13030         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13032         * help.el (describe-key-briefly): Now a wrapper for
13033         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13034         to t.  Populate yank-menu if empty.
13035         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13036         (describe-key): Now a wrapper for describe-key-internal.  Bind
13037         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13038         (describe-key-internal): Renamed from describe-key.
13040 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13042         * progmodes/glasses.el (glasses-separator): Doc fix.
13043         (glasses-original-separator): New defcustom.
13044         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13046 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13048         * mwheel.el (mouse-wheel-up-event): Doc fix.
13050 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13052         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13053         (tumme-dir): New function.  Copied from thumbs.el.
13055 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13057         * desktop.el (desktop-outvar): Fix typo.
13058         (desktop-save-buffer-p): Doc fix.
13060         * subr.el (substitute-key-definition): Fix typo.
13062 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13064         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13065         when window-system is mac.
13067         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13069 2006-02-10  Kim F. Storm  <storm@cua.dk>
13071         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13072         indirect-function instead of using condition-case.
13074 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13076         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13077         less `colloquial'...
13079 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13081         * tumme.el: Add a couple of todo items.
13083 2006-02-09  Lars Hansen  <larsh@soem.dk>
13085         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13086         (highlight-changes-mode): Don't change desktop-locals-to-save.
13088 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13090         * image-mode.el (image-toggle-display): Clear image cache if using
13091         filename.
13093 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13095         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13096         a `dired-man' target.
13098         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13099         boundary of symbols.
13101 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13103         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13105 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13107         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13108         `mapcar'; return nil.
13110 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13112         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13113         some other event.
13115 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13117         * net/rcirc.el (rcirc-startup-channels-alist):
13118         Add irc.freenode.net and #emacs as defaults.
13119         (rcirc-ignore-all-activity-flag): Remove variable.
13120         (rcirc-authinfo): New variable.
13121         (rcirc-authinfo-filename): Remove variable.
13122         (rcirc-always-use-server-buffer-flag): New flag.
13123         (rcirc): M-x rcirc will automatically connect without prompting.
13124         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13125         connection in lisp.
13126         (rcirc-process-server-response-1): Remove everything but the nick
13127         portion of the sender so it doesn't need to be done everywhere
13128         else.  Update related code.
13129         (global-map): Remove global keybindings.
13130         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13131         (rcirc-send-input): Split into several functions.
13132         (rcirc-process-input-line, rcirc-process-message)
13133         (rcirc-process-command): New functions.
13134         (rcirc-target-buffer): New function to determine where to route
13135         messages.
13136         (rcirc-user-nick): Save match data.
13137         (rcirc-toggle-ignore-buffer-activity)
13138         (rcirc-update-activity-string): Remove global ignore functionality,
13139         which can be done now by toggling rcirc-track-minor-mode.
13140         (rcirc-track-minor-mode-map): New keymap.
13141         (rcirc-track-minor-mode): New minor-mode.
13142         (ignore): Make the ignore output nicer.  Always print it when
13143         adding or removing nicks.
13144         (rcirc-url-regexp): Improve.
13145         (rcirc-mangle-text): Remove properties before using text in the
13146         modeline.
13147         (rcirc-authenticate): Authentication data comes from
13148         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13149         (rcirc-server-prefix): Inherit from rcirc-server.
13151 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13153         * Makefile.in (compile): Append "|| true" to the end of the `find'
13154         command, like compile-always does.
13156 2006-02-08  Sam Steingold  <sds@gnu.org>
13158         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13159         output from a dead connection.
13161 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13163         * dired.el (dired-mode-map): Add more bindings for tumme.
13165 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13167         * wdired.el (wdired-mode-map): Use remap.
13168         (wdired-get-filename): Massage.
13169         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13170         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13171         `keymap' property rather than `local-map'.
13173 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13175         * tumme.el (tumme-get-thumbnail-image): New utility function.
13176         Suggested by from Chong Yidong.
13177         (tumme-dired-with-window-configuration): Rename from
13178         `tumme-dired'.  Add code to save window configuration.
13179         (tumme-restore-window-configuration): New command to restore the
13180         window configuration that `tumme-dired-with-window-configuration'
13181         saves before it changes the window configuration.
13182         (tumme-show-all-from-dir): New command to display thumbnails for
13183         all files in a directory entered by the user, like M-x thumbs.
13184         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13185         have been created.
13186         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13187         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13188         Remove obsolete test function.
13190 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13192         * vc.el (small-temporary-file-directory): Remove defvar; there's
13193         a defcustom for it in files.el.
13195         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13196         Fix typo in message.
13197         (tumme-gallery-generate): Fix typo in `error' message.
13198         (tumme-display-window-height-correction)
13199         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13200         (tumme-line-up-interactive): Dox fixes.
13201         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13202         (tumme-restore-window-configuration, tumme-format-properties-string)
13203         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13204         Fix typos in docstrings.
13206 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13208         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13210 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13212         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13213         User should use hook if desired.
13215         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13216         buffer if necessary.
13217         (gdb-delete-frame-or-window): New function.
13218         (gdb-breakpoints-mode-map): Bind "q" to it.
13220 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * textmodes/nroff-mode.el: Clean up name space.
13223         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13224         (nroff-mode): Obey the global setting of nroff-electric-mode.
13225         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13227         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13229 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13231         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13233 2006-02-06  Lars Hansen  <larsh@soem.dk>
13235         * generic-x.el (etc-fstab-generic-mode): Add file system types
13236         cifs and usbdevfs.  Allow special chars in file names.
13238 2006-02-05  Jay Belanger  <belanger@truman.edu>
13240         Update copyright notices of the files in lisp/calc.
13242 2006-02-05  Romain Francoise  <romain@orebokech.com>
13244         Update copyright notices of all files in the lisp/play directory.
13246 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13248         * ldefs-boot.el: Regenerate.
13250         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13252 2006-02-05  Kim F. Storm  <storm@cua.dk>
13254         * files.el (magic-mode-regexp-match-limit): New defvar.
13255         (set-auto-mode): Use it to limit magic-mode-alist matching.
13257 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13259         * info.el (Info-index, Info-mode): Improve the description of the
13260         `i' command.
13262         * ldefs-boot.el: Regenerate.
13264 2006-02-03  Werner Lemberg  <wl@gnu.org>
13266         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13267         greedy to find the closing bracket in \*[...] and similar
13268         expressions.  This is a first rough fix -- many additional
13269         refinements are necessary to make nroff mode really usable with groff.
13271 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13273         * international/mule-cmds.el (set-locale-environment):
13274         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13275         libX11.
13277 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13279         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13280         archive are created in archive-tmpdir.
13282 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13284         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13285         (ibuffer-fontification-alist): Use it.
13286         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13287         to "* z" and the Ibuffer Mark menu.
13289         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13291 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * textmodes/table.el (*table--cell-describe-mode)
13294         (*table--cell-describe-bindings): Undo last change since
13295         print-help-return-message is not obsoleted by anything at all.
13297 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13299         * emulation/cua-base.el (cua-mode): Doc fix.
13301 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13303         * dframe.el (dframe-handle-make-frame-visible)
13304         (dframe-handle-iconify-frame, dframe-get-focus)
13305         (dframe-select-attached-frame, dframe-power-click)
13306         (dframe-frame-mode): Fix typos in docstrings.
13308         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13309         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13310         Fix typos in docstrings.
13312         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13313         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13314         (hi-lock-archaic-interface-message-used)
13315         (hi-lock-file-patterns-range): Fix typos in docstrings.
13317         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13318         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13320         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13321         Fix typo in docstring.
13323         * net/newsticker.el (newsticker--decode-iso8601-date)
13324         (newsticker--set-customvar, newsticker--buffer-insert-item)
13325         (newsticker--do-run-auto-mark-filter)
13326         (newsticker--parse-generic-feed): Doc fixes.
13327         (newsticker--retrieval-timer-list, newsticker-url-list)
13328         (newsticker-hide-immortal-items-in-echo-area)
13329         (newsticker-hide-obsolete-items-in-echo-area)
13330         (newsticker-new-item-face, newsticker--enclosure)
13331         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13332         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13333         (newsticker--parse-generic-feed, newsticker--cache-contains)
13334         (newsticker--stat-num-items, newsticker-download-enclosures):
13335         Fix typos in docstrings.
13337         * net/rcirc.el (rcirc-debug): Doc fix.
13338         (rcirc-fill-column, rcirc-receive-message-hooks)
13339         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13340         (rcirc-mode, rcirc-generate-new-buffer-name)
13341         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13342         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13343         Fix typos in docstrings.
13344         (rcirc-print): "?\ " -> "?\s".
13345         (rcirc-cmd-join): Improve argument/docstring consistency.
13347 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13349         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13350         before narrow-to-region.
13352 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13354         * simple.el (move-beginning-of-line): Scan properly for invis change.
13356         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13358 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13360         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13361         change bit only when id-format is 'integer.  Reported by Matt
13362         Hodges <M.P.Hodges@rl.ac.uk>.
13364 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13366         * hilit-chg.el (highlight-changes-initial-state)
13367         (highlight-changes-global-initial-state): Doc fixes.
13368         (highlight-changes-global-modes, global-highlight-changes):
13369         Fix typos in docstrings.
13371 2006-02-01  Kim F. Storm  <storm@cua.dk>
13373         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13374         transient-mark-mode in doc string.
13376 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13378         * replace.el (multi-occur): Doc fix.
13379         (multi-occur-in-matching-buffers): Rename from
13380         multi-occur-by-filename-regexp.  Prefix arg says match
13381         buffer names instead of file names.
13383 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13385         * bs.el: Allow non-default values of `bs-header-lines-length'.
13386         (bs--running-in-xemacs): Remove (not needed anymore).
13387         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13388         instead of `shrink-window', thus avoiding having to compute the
13389         height of the window.
13390         (bs--up): Wrap around even when there's no header.
13391         (bs--down): Use `forward-line' instead of `next-line'.
13393 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13395         * image-mode.el (image-toggle-display): Use file name if possible,
13396         instead of unnecessarily allocating a (possibly huge) lisp string.
13398 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13400         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13401         because the `assert' macro signals it at runtime.
13403         * emacs-lisp/cl.el (toplevel): Remove definition of
13404         `cl-assertion-failed' condition.
13406 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13408         * thumbs.el (thumbs-marked-list): Make buffer-local and
13409         permanent-local.
13410         (thumbs-insert-thumb): Make help-echo non-sticky.
13411         (thumbs-file-alist): Use eolp as check for (non)-image.
13413 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13415         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13416         (ediff-before-session-group-setup-hooks)
13417         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13418         Fix typos in docstrings.
13420         * window.el (bw-dir, bw-eqdir, balance-windows)
13421         (split-window-keep-point): Fix typos in docstrings.
13423         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13424         (org-quote-string, org-calendar-to-agenda-key)
13425         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13426         (org-show-following-heading, org-tags-column)
13427         (org-use-tag-inheritance, org, org-allow-space-in-links)
13428         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13429         (org-enable-table-editor, org-calc-default-modes)
13430         (org-table-allow-automatic-line-recalculation)
13431         (org-export-html-style, org-export-with-fixed-width)
13432         (org-export-with-sub-superscripts, org-special-keyword)
13433         (org-formula, org-time-grid, org-table-may-need-update)
13434         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13435         (org-goto-quit, org-get-indentation, org-end-of-item)
13436         (org-move-item-down, org-move-item-up)
13437         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13438         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13439         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13440         (org-agenda-log-mode, org-agenda-toggle-diary)
13441         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13442         (org-agenda-file-to-end, org-agenda-no-heading-message)
13443         (org-agenda-get-closed, org-format-agenda-item)
13444         (org-cmp-priority, org-cmp-category, org-cmp-time)
13445         (org-agenda-change-all-lines, org-agenda-diary-entry)
13446         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13447         (org-link-search, org-camel-to-words, org-open-file)
13448         (org-remember-handler, org-table-convert-region)
13449         (org-table-move-row-down, org-table-move-row-up)
13450         (org-table-copy-region, org-table-wrap-region)
13451         (org-table-toggle-vline-visibility)
13452         (org-table-get-vertical-vector, org-table-modify-formulas)
13453         (org-table-get-specials, org-recalc-commands)
13454         (org-table-rotate-recalc-marks, org-table-eval-formula)
13455         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13456         (org-level-color-stars-only, org-insert-heading):
13457         Fix typos in docstrings.
13458         (last-arg): Add defvar.
13460         * makefile.w32-in (WINS): Add erc.
13461         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13463 2006-01-29  Bill Wohler  <wohler@newt.com>
13465         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13466         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13467         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13468         (mh-autoloads): Don't use comments on otherwise empty lines.
13470 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13472         * emulation/viper.el (viper-major-mode-modifier-list): Add
13473         insert-state and vi-state entries for erc-mode.
13474         (viper-go-away, viper-set-hooks): Add and remove
13475         viper-comint-mode-hook from erc-mode-hook as appropriate.
13477         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13479 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13481         * bs.el (bs--format-aux): Implement `middle' alignment as
13482         described in the docstring for `bs-attributes-list'.
13483         (bs--get-name): Simplify.  Don't pad the buffer name.
13485 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13487         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13488         English aspell dictionary is installed, use the first entry of
13489         ispell-dictionary-alist-1.
13491 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13493         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13494         Doc fix.
13496 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13498         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13499         for `process-file', in order to let it work for older Emacsen too.
13501 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13503         * international/latexenc.el: Add a suitable `coding:' tag.
13504         (latexenc-find-file-coding-system): Undo last change.
13506 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13508         * international/latexenc.el (latexenc-find-file-coding-system):
13509         Make sure latexenc-main-file is a regular file and is readable.
13511 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13513         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13514         Pass FILE to vc-user-login-name.
13516         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13518 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13520         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13521         there are no more images to display.
13522         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13523         the next image.
13525 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13527         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13529         * wid-edit.el (advertised-widget-backward): New alias.
13530         (widget-keymap): Use advertised-widget-backward for S-TAB.
13532         * tumme.el: Correct the keywords.
13533         (tumme-dir-max-size): Use defvar.
13534         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13536         * simple.el (move-beginning-of-line): Take account of fields.
13537         (clone-indirect-buffer-other-window): Take args like
13538         clone-indirect-buffer, and work like it.
13540         * help-fns.el (describe-function): Don't pass `nil' as default.
13542         * files.el (risky-local-variable-p): Follow var aliases.
13544         * subr.el (lazy-completion-table): Doc fix.
13546         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13547         global binding of `line'.
13549 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13551         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13552         Tramp.
13554         * vc.el (vc-default-dired-state-info): Pass FILE to
13555         vc-user-login-name.
13556         (vc-default-update-changelog): Don't use vc-user-login-name, we
13557         don't need it here.
13559         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13560         no longer necessary.
13562 2006-01-25  Kenichi Handa  <handa@m17n.org>
13564         * international/mule.el (decode-char): Avoid the overhead of
13565         calling utf-lookup-subst-table-for-decode if
13566         utf-translate-cjk-mode is nil.
13567         (encode-char): Avoid the overhead of calling
13568         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13569         nil.
13571 2006-01-22  Kenichi Handa  <handa@m17n.org>
13573         * international/mule.el (make-subsidiary-coding-system): Reset
13574         `coding-system-define-form' property of subsidiaries to nil.
13575         Avoid duplicated entry in coding-system-alist.
13576         (make-coding-system): Avoid duplicated entry in
13577         coding-system-alist.
13578         (define-coding-system-alias): Likewise.
13580 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13582         * completion.el: Minor fixes in introductory comment.
13583         (completion-def-wrapper): Fix alist.
13585 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13587         * thumbs.el (thumbs-new-image-size): New function.
13588         (thumbs-increment-image-size-element)
13589         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13590         (thumbs-decrement-image-size): Delete.
13591         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13592         temp files and use to resize.
13593         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13594         Use increment argument to enlarge/shrink.  Preserve point.
13595         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13596         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13597         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13598         (thumbs-mark, thumbs-unmark): Preserve point.
13599         (thumbs-modify-image): Keep old temp files and use to modify.
13600         Cleanup old temp files at load time.  Preserve point.
13601         (thumbs-view-image-mode-map): Use new command names.
13603 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13605         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13607         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13608         the nastiest part of the cyclic dependency.
13609         (cal-menu-update): Use dotimes and calendar-increment-month.
13611         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13612         (calendar-week-start-day): Add an :initializer.
13613         (calendar-mode-map): Use suppress-keymap, and command remapping.
13614         (describe-calendar-mode): Setup xref-stack info for the back button.
13615         (calendar-star-date): Insert before delete.
13616         (calendar-set-mode-line): Add file-modified info if applicable.
13617         (calendar-increment-month): New function.
13619 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13621         * font-lock.el (lisp-font-lock-keywords-2):
13622         Recognize "& keywords" only at word boundaries.
13624 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13626         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13627         and permanent-local.
13628         (thumbs-max-image-number): New variable.
13629         (thumbs-do-thumbs-insertion): Use them.
13630         (thumbs-per-line): Change default to 4.
13631         (thumbs-marked-list): Rename from thumbs-markedL.
13632         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13633         (thumbs-rename-images): Use -list instead of L for internal variables.
13634         (thumbs-call-convert): Use call-process instead of shell-command.
13635         (thumbs-insert-thumb): Add filename as help-echo to each image.
13636         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13637         Give dir to thumbs-show-thumbs-list.
13638         (thumbs-show-thumbs-list): Set default-directory to that of images.
13639         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13640         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13641         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13642         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13644 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13646         * ses.el (ses-read-cell): Provide a default value.
13648 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13650         * term/w32-win.el (image-library-alist): Add additional names for
13651         GIF library.
13653 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13655         * international/latexenc.el (latexenc-find-file-coding-system):
13656         Add file-regular-p check.
13658 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13660         * simple.el (clone-buffer): Don't show the new buffer in the same
13661         window.
13663 2006-01-23  Juri Linkov  <juri@jurta.org>
13665         * faces.el (link, link-visited): New faces based on default values
13666         of `info-xref' and `info-xref-visited'.
13668         * info.el (info-xref): Inherit from `link'.
13669         (info-xref-visited): Inherit from `link-visited'.
13671         * cus-edit.el (custom-buffer-create-internal): Use widget type
13672         `custom-manual' instead of `info-link' and don't set properties
13673         `button-face' and `mouse-face' explicitly.
13674         (custom-browse-group-tag, custom-browse-variable-tag)
13675         (custom-browse-face-tag): Inherit from widget class
13676         `custom-group-link' instead of `push-button'.
13677         (custom-button-unraised): Inherit from `underline' face.
13678         (custom-link): Inherit from `link' face.  Fix doc and group.
13679         (custom-add-parent-links, custom-group-value-create): Don't set
13680         properties `button-face' and `mouse-face' explicitly for
13681         `custom-group-link' widget.
13682         (custom-group-link): Add properties `button-face' and `mouse-face'
13683         to widget definition.
13684         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13685         editable-field's :keymap property.
13686         (custom-mode): Fix docstring: substitute keybindings for
13687         `widget-forward' and `widget-backward' from `widget-keymap',
13688         `widget-complete' from `custom-field-keymap', replace old
13689         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13691         * desktop.el (desktop-load-file): Check for `fboundp' before
13692         calling `symbol-function'.
13694         * simple.el (clone-buffer, clone-indirect-buffer)
13695         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13696         `read-string'.  Fix prompts.
13698         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13700 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13702         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13704 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13706         * startup.el (inhibit-splash-screen, initial-scratch-message):
13707         Doc fixes.
13709 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13711         Sync with Tramp 2.0.52.
13713         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13714         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13715         `tramp-unload-tramp' for checklist.
13717         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13718         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13719         (tramp-unload-file-name-handler-alist)
13720         (tramp-unload-tramp): New defuns.
13721         (tramp-advice-PC-expand-many-files): New defadvice.
13722         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13723         removed.
13724         (tramp-handle-expand-file-name): Remove double slash.
13725         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13726         It doesn't matter, because it will be converted later on.
13727         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13728         implementation was just heuristic.
13729         (tramp-post-connection): Set uid and gid properties.
13730         (tramp-convert-file-attributes): Set file's gid change bit.
13731         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13732         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13733         in case of su(do)? methods.  The home directory of the local user
13734         will be taken else.
13735         (tramp-open-connection-telnet)
13736         (tramp-open-connection-rsh, tramp-open-connection-su)
13737         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13738         local shell prompt could hurt.  Reported by Romain Francoise
13739         <romain@orebokech.com>.
13740         (tramp-let-maybe): Add `edebug-form-spec' property.
13741         (tramp-handle-expand-file-name): Bind `default-directory' locally
13742         to "/" in order to avoid problems with UNC shares or Cygwin
13743         mounts.
13744         (tramp-md5-function): Fix typo in error message.
13746         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13748         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13749         for byte-compiler pacification.
13751 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13753         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13754         ID-FORMAT `string'.  This allows us to get rid of
13755         `vc-user-login-name UID'.
13757         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13759 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13761         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13763 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13765         * emacs-lisp/find-func.el (find-definition-noselect)
13766         (find-variable-noselect): Search variables in C source code too.
13767         (find-function-C-source, find-function-noselect, find-function)
13768         (find-function-other-frame, find-variable-noselect, find-variable)
13769         (find-variable-other-frame, find-variable-at-point):
13770         Fix docstrings.
13772 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13774         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13776 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
13778         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13779         Default to disabling the "Save affix" question.
13781 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13783         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13784         the first arg to run-python.
13786 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13788         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13789         is not loaded.
13791 2006-01-20  Jay Belanger  <belanger@truman.edu>
13793         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13794         limit is 0.
13796         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13797         the correct variable.
13799 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13801         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13802         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13803         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13804         (org-prefix-has-tag): New variable.
13805         (org-format-agenda-item): Remove tags from headline if
13806         appropriate.
13807         (org-agenda-remove-tags-when-in-prefix): New option.
13808         (org-get-tags-at): New function.
13810 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13812         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13813         (thumbs-find-image): Move image name and number from buffer name
13814         to mode name.  Set thumbs-buffer.  Preserve point so that large
13815         images remain visible.
13816         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13817         order.
13818         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13819         mode name.
13820         (thumbs-next-image, thumbs-previous-image): Make them work.
13822 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13824         * cus-edit.el (custom-buffer-create-internal): State in the text above
13825         the whole buffer buttons that they do not operate on hidden items.
13826         (custom-face-menu): Use `custom-face-save' instead of
13827         `custom-face-save-command'.
13828         (custom-face-save-command): Make it an alias for `custom-face-save'
13829         and declare it obsolete.
13830         (custom-face-save): Doc fix.
13832         * dired.el (dired-no-confirm): Add quote.
13833         (dired-subdir-alist-pre-R): Add quote in
13834         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13836 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13838         * textmodes/table.el (table-mode-indicator): Typo in last change.
13840 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13842         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13843         Fixes bug reported in Nov 2005.
13845         * isearch.el (isearch-forward): Doc fix.
13847         * dired.el (dired-move-to-filename-regexp): Define as alias.
13848         (dired-no-confirm): Use defcustom.
13849         (dired-subdir-alist-pre-R): Put defvar at top level.
13851         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13853         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13854         Mark as risky.
13856         * simple.el (set-mark-command): Doc fix.
13857         (clone-indirect-buffer-other-window):
13858         Read arg like clone-indirect-buffer.
13859         (move-beginning-of-line): Skip invisible newlines.
13861 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13863         * progmodes/cpp.el (cpp-edit-load): Make the order of
13864         listed conditions in a base C code buffer and its associate
13865         CPP Edit buffer the same.
13867 2006-01-19  Kenichi Handa  <handa@m17n.org>
13869         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13870         (rmail-mime-feature): Likewise.
13871         (rmail-require-mime-maybe): Use display-warning to show a warning
13872         message.
13874         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13875         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13877 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13879         * array.el: Move defvars out of eval-when-compile.
13880         (array-make-template): Replace undeclared global var with a local one.
13881         (array-mode): Inline initialization functions.
13882         (array-init-local-variables, array-init-max-row)
13883         (array-init-max-column, array-init-columns-per-line)
13884         (array-init-field-width, array-init-rows-numbered)
13885         (array-init-line-length, array-init-lines-per-row): Remove.
13887         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13888         (doc-mode-map): Define explicitly.
13889         (doctor-txtype): Use mapc.
13891         * textmodes/table.el: Move defvars out of eval-when-compile.
13892         Remove harmful code meant to avoid byte-compiler warnings.
13893         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13894         specification that checks table-fixed-width-mode directly.
13895         (table-recognize-region, table-recognize-cell):
13896         Use restore-buffer-modified-p.
13897         (table-fixed-width-mode): Remove code that refreshes
13898         table-fixed-mode-indicator.
13899         (*table--cell-describe-bindings, *table--cell-describe-mode):
13900         Avoid obsolete name print-help-return-message.
13901         (table--test-cell-list): Don't use replace-regexp from elisp.
13902         (table--point-entered-cell-function, table--point-left-cell-function):
13903         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13905         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13906         that was after the end of file.  Use buffer-file-name variable.
13907         (org-timestamp-change): Use with-current-buffer.
13908         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13909         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13910         `file'.
13912         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13913         (fortran-break-line): Remove unused var `opoint'.
13914         (fortran-abbrev-start): Obey help-event-list.
13916 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13918         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13920 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13922         * progmodes/make-mode.el (makefile-imake-mode): New mode
13923         derived from makefile-mode.
13924         (makefile-imake-mode-syntax-table): New syntax table
13925         derived from makefile-mode-syntax-table.
13926         (makefile-mode): Write about makefile-imake-mode in doc string.
13927         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13928         (makefile-imake-font-lock-keywords): New font lock keywords.
13930         * files.el (auto-mode-alist): Add Imakefile.
13932 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
13934         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13935         loading the file rather than when turning on flyspell-mode.
13937 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13939         * cus-edit.el (customize-rogue): Minor doc fix.
13941 2006-01-17  Juri Linkov  <juri@jurta.org>
13943         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13944         instead of the file at the mark as default if the file at the mark
13945         is the same as the file at point or if dired-dwim-target-directory
13946         is not the same as the current directory and the mark is not active.
13948         * log-view.el (log-view-minor-wrap): Use the same logic to get
13949         revisions as `log-view-diff'.
13951         * info.el (Info-revert-find-node): Check for Info-current-file
13952         before preserving new-history.
13954         * man.el (Man-heading-regexp): Add `/'.
13956         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13957         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13959 2006-01-16  Juri Linkov  <juri@jurta.org>
13961         * faces.el (mode-line-faces): New defgroup.
13962         (mode-line-highlight): Move definition after new defgroup.
13963         (mode-line, mode-line-inactive, mode-line-highlight):
13964         Replace :group `modeline' with `mode-line-faces'.
13965         (mode-line-buffer-id): New face.
13966         (modeline-buffer-id): New face alias.
13967         (vertical-border): Remove :group `modeline'.
13969         * bindings.el (propertized-buffer-identification): Use face
13970         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13971         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13972         (mode-line-buffer-identification-keymap): For mouse-1 replace
13973         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13974         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13975         mouse-3.
13977         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13978         Buffer-menu-buffer.  Doc fix.
13979         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13980         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13981         `Buffer-menu-buffer'.
13983         * info.el (Info-mode-line-node-keymap): New defvar.
13984         (Info-set-mode-line): Use `stringp' to check Info-current-file.
13985         Propertize Info-current-node with `mode-line-buffer-id' and
13986         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13988         * time.el (display-time-mail-face): Replace :group `faces' with
13989         `mode-line-faces'.
13991 2006-01-16  Kenichi Handa  <handa@m17n.org>
13993         * international/code-pages.el: Add autoload cookies for cp125[0345678].
13995         * language/european.el (cp1252): New alias for windows-1252.
13997         * international/mule.el (autoload-coding-system): Prepare for EOL
13998         variants.
14000 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14002         * term.el (term-raw-map): Add mapping for insert.
14003         (term-send-insert): New.
14004         (term-mode): Make variables local here instead of doing it in
14005         `term-emulate-terminal'.
14006         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14007         Scroll reverse needs to take into account the scroll region.
14008         Saving and restoring the cursor should save the color attributes too.
14009         (term-reset-terminal): Reset the scroll region.
14010         (term-handle-ansi-escape): Cursor up and down should take into
14011         account the scroll region.
14012         (term-set-scroll-region): Rename from `term-scroll-region'.
14013         Move to 0,0 after setting the region.
14014         (term-handle-scroll): Handle scroll up.
14015         (term-down): Fix off by one error.
14016         (term-delete-lines): Do not delete outside the scroll region.
14017         (term-insert-lines): Take into account the scroll region.
14019 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14021         * textmodes/ispell.el (ispell-internal-change-dictionary)
14022         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14023         (start, end): Move declaration outside of eval-when-compile.
14025         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14026         (flyspell-mode-on): Use it.
14028         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14029         ispell-kill-ispell-hook.
14031 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14033         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14034         (Custom-reset-saved): Do not ask for confirmation in single option
14035         buffers.
14037 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14039         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14041 2006-01-13  Romain Francoise  <romain@orebokech.com>
14043         * add-log.el (add-change-log-entry, change-log-merge):
14044         Conditionally use `hard-newline'.
14046 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14048         * wid-edit.el (widget-field-end): If the overlay is no longer
14049         associated with a buffer, behave as if the overlay didn't exist.
14051         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14052         Make sure the links use the `custom-link' face.
14054 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14056         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14057         (ld-script-mode): Don't set indent-line-function since we don't
14058         have one.
14060 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14062         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14063         application.
14064         (org-file-apps-defaults-gnu): Use mailcap as the default for
14065         selecting an application on a UNIX system.
14066         (org-agenda-show-tags): New command.
14067         (org-table-insert-hline): Keep cursor in current table line.
14068         (org-table-convert): Offset effect of modifying
14069         `org-table-insert-hline'.
14070         (org-format-agenda-item): New optional argument TAG.
14071         (org-compile-prefix-format): Handle %T format for the tag.
14072         (org-expand-wide-chars): New function.
14073         (org-table-insert-row, org-table-insert-hline):
14074         Use `org-expand-wide-chars'.
14075         (org-open-file): Fix bug in program launch.
14076         (org-get-time-of-day): Fix bug with times before 1am.
14077         (org-agenda-menu): Add tags commands.
14079 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14081         * textmodes/ispell.el (ispell-init-process): Include the used
14082         dictionary in ispell process start message.
14083         (ispell-internal-change-dictionary): When flyspell-mode is active
14084         and dictionary is changed, make sure ispell process is restarted
14085         and flyspell word cache cleared out for the current buffer.
14086         (ispell-change-dictionary): Make sure flyspell word cache is
14087         cleared out in all buffers with active flyspell mode when
14088         dictionary is globally changed.
14089         Call ispell-internal-change-dictionary after dictionary change.
14091 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14093         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14095         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14096         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14097         years.  Fix small differences wrt Makefile.in.
14098         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14099         Makefile.in does.
14101 2006-01-12  Bill Wohler  <wohler@newt.com>
14103         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14104         mh-search.el.
14106 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14108         * progmodes/ld-script.el: Update copyright year.
14110 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14112         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14113         Don't add widget if setting undefined.
14115 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14117         * help-fns.el (describe-variable): Remove newlines from void
14118         variable output.
14120 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14122         * wdired.el (wdired-mode-map): Add help echo for
14123         wdired-abort-changes.
14125         * man.el (Man-file-name-regexp): Adjust for a list of files.
14127 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14129         * progmodes/ld-script.el (auto-mode-alist): Support
14130         suffix conventions used in netbsd and eCos.
14132 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14134         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14135         (custom-variable-menu, custom-face-menu, custom-group-menu)
14136         (Custom-mode-menu): Change names of menu items.  (As discussed on
14137         emacs-devel.)
14138         (custom-face-menu): Add "Undo Edits" item.
14140         * startup.el (init-file-user): defcustom -> defvar.
14142         * tooltip.el (tooltip-mode): Doc fix.
14144 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * reveal.el (reveal-post-command): window-buffer signals an error on
14147         dead windows rather than returning nil.
14148         (reveal-open-new-overlays): An overlay might die while we open others.
14150 2006-01-11  Bill Wohler  <wohler@newt.com>
14152         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14153         phrasing in docstring.
14155         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14156         can give some systems gas.  Add new file mh-buffers.el.
14158 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14160         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14161         C preprocessor forward ported from GNU Emacs 21.2.
14163         * progmodes/asm-mode.el (asm-font-lock-keywords):
14164         Use `cpp-font-lock-keywords'.
14166         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14168         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14169         of $ for "\\.ld[s]?".
14171 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14174         (tcl-indent-line): Return `noindent' if inside a string.
14176         * progmodes/flymake.el (flymake-split-string): Remove more than one
14177         empty string at beg/end of the result.
14178         (flymake-find-buildfile, flymake-find-possible-master-files):
14179         Use expand-file-name.
14180         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14181         since expand-file-name does it for us.  Use directory-file-name.
14182         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14183         (flymake-ler-get-type, flymake-ler-get-text)
14184         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14185         (flymake-current-line-no): Remove spurious interactive spec.
14186         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14187         (flymake-check-include): Remove arg inc-path merged into inc-name.
14188         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14189         Arg regexp-list replaced by a simple regexp.
14190         (flymake-master-make-header-init, flymake-master-tex-init):
14191         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14193 2006-01-10  Simon Josefsson  <jas@extundo.com>
14195         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14196         describing AUTH PLAIN fix.
14198 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14200         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14201         (report-emacs-bug): Don't record initial prompt text.
14202         Instead, add text properties to prompting text.
14203         (report-emacs-bug-hook): Delete prompting text.
14205 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14208         `dirs'.  Adjust callers.
14210 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14212         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14214 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14216         * reveal.el (reveal-open-new-overlays): New extracted fun.
14217         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14218         using them.  Simplify the code.
14219         (reveal-post-command): Use them.  Fix up obsolete windows in
14220         reveal-open-spots.
14222         * progmodes/flymake.el: Use `require' rather than autoload for
14223         XEmacs's overlays.
14224         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14225         Delete.  Use file-relative-name instead.
14226         (flymake-get-syntax-check-program-args, flymake-perl-init):
14227         Simplify the resulting code.
14229         * log-view.el (log-view-file-re, log-view-message-re): Add support
14230         for DaRCS output.
14232 2006-01-09  Alex Schroeder  <alex@gnu.org>
14234         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14235         identifiers sometimes added in square brackets at the beginning of
14236         subject lines.
14238 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14240         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14241         (Custom-reset-current, Custom-reset-saved): Change question text.
14242         (Custom-reset-standard): Likewise.
14243         (custom-variable-reset-saved): Doc fix.
14245 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14247         * startup.el (init-file-user): Doc fix.
14249 2006-01-07  Alex Schroeder  <alex@gnu.org>
14251         * mail/rmail.el (rmail-current-subject): New function.
14252         (rmail-current-subject-regexp): New function.
14253         (rmail-next-same-subject): Use it.
14255         * mail/rmailsum.el (rmail-summary-by-topic):
14256         Use rmail-current-subject and rmail-current-subject-regexp.
14257         (rmail-summary-next-same-subject): Ditto.
14259         * net/rcirc.el (rcirc-send-input): No longer check whether the
14260         process is open, since not all commands need an open process.
14261         (rcirc-send-string): Check whether the process is open before
14262         sending anything.
14263         (rcirc-ignore-list): New option.
14264         (rcirc-ignore-list-automatic): New variable.
14265         (rcirc-print): Take rcirc-ignore-list into account.
14266         (rcirc-cmd-ignore): New command.
14267         (rcirc-ignore-update-automatic): New function.
14268         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14269         list if ignored nicks.
14270         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14272 2006-01-06  David Reitter  <david.reitter@gmail.com>
14274         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14275         reflect the address to which the report will be sent.
14277 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14279         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14280         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14282 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14284         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14286         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14287         the doc string: "functoin" => "function".
14288         * ldefs-boot.el: Likewise.
14290         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14291         message text: "Duplicat" => "Duplicate".
14293 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14295         * files.el (basic-save-buffer-2): If backing-up failed, reset
14296         buffer-backed-up to nil.
14298 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14300         * progmodes/gud.el (gdb-script-skip-to-head)
14301         (gdb-script-calculate-indentation): Indent for breakpoint command
14302         lists also.
14304 2006-01-05  Bill Wohler  <wohler@newt.com>
14306         * Makefile.in (compile-always): Add mh-autoloads dependency.
14307         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14308         provides it.
14309         (updates): Remove mh-autoloads dependency, since it probably has
14310         already run recently (via recompile).
14312 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14315         argument `force' to disable the flyspell-last-buffer optimization.
14316         (flyspell-mode-on): Use it.
14318         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14319         flymake-simple-cleanup.
14320         (flymake-allowed-file-name-masks): Use this new default.
14321         All the functions are now called in the right buffer rather than
14322         passing the buffer as argument.
14323         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14324         (flymake-parse-err-lines): Remove redundant buffer arg.
14325         (flymake-get-program-dir): Comment out unused function.
14326         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14327         Remove redundant buffer argument.
14328         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14329         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14331 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14333         * info.el (Info-find-node): Don't record previous node if have none.
14334         (info): Go to directory only if history is empty.
14336         * simple.el (mark): Doc fix.
14338 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14340         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14341         already of desired type.
14342         (mac-ae-list): Coerce parameter to "list" type.
14343         (mac-dispatch-apple-event): Replace cadr part of event with a
14344         dummy position so that event-start returns it.
14346 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14348         * textmodes/org.el (org-end-of-subtree): New function.
14349         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14350         Use `org-end-of-subtree'.
14351         (org-agenda, org-agenda-convert-date): Protect calls to
14352         `fit-window-to-buffer'.
14353         (org-tags-view): Force matching of sublevels when doing a
14354         todo-only search.  Define the correct redo command, including the
14355         arguments.
14356         (org-agenda-redo): Display message.
14357         (org-check-for-org-mode): New function.
14358         (org-agenda-type): New variable.
14359         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14360         Set `org-agenda-type'.
14361         (org-agenda-check-type): New function.
14362         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14363         (org-agenda-week-view, org-agenda-day-view)
14364         (org-agenda-next-date-line, org-agenda-previous-date-line)
14365         (org-agenda-log-mode, org-agenda-toggle-diary)
14366         (org-agenda-toggle-time-grid, org-agenda-date-later)
14367         (org-agenda-date-prompt, org-agenda-diary-entry)
14368         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14369         (org-agenda-convert-date, org-agenda-menu):
14370         Use `org-agenda-check-type'.
14371         (org-make-overlay, org-delete-overlay)
14372         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14373         New compatibility functions.
14374         (org-calendar-select-mouse): New command.
14376 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14378         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14379         (Custom-reset-standard): Fix y-or-n-p messages.
14380         (custom-link): New face for links.
14381         (custom-buffer-create-internal, custom-manual): Use it.
14382         (custom-face-save): Push to theme-face before setting face spec.
14384         * wid-edit.el (widget-default-mouse-face-get): New function.
14385         (widget-specify-button): Handle mouse-face like button-face.
14387         * custom.el (load-theme): Clear old theme settings if reloading.
14389 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14391         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14392         "Erase Customization" button back to same position it occupies in
14393         the individual State menus.
14395 2006-01-04  Kim F. Storm  <storm@cua.dk>
14397         * wid-edit.el (key-sequence): Rework widget to read key binding
14398         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14399         (widget-key-sequence-default-value): Default value for empty sequence.
14400         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14401         (widget-key-sequence-read-event): New command for C-q.
14402         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14403         (widget-key-sequence-value-to-external): New functions.
14405 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14407         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14408         Use expand-file-name.
14409         (flymake-delete-temp-directory): Use expand-file-name,
14410         file-name-directory, and directory-file-name.
14411         (flymake-strrchr): Delete.
14412         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14413         to the init-f function.
14414         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14415         (flymake-init-find-buildfile-dir)
14416         (flymake-init-create-temp-source-and-master-buffer-copy)
14417         (flymake-simple-make-init-impl, flymake-simple-make-init)
14418         (flymake-master-make-init, flymake-master-make-header-init)
14419         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14420         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14421         (flymake-xml-init): Remove corresponding redundant buffer argument.
14422         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14423         the default anyway.  Clean up regexps.
14425         * progmodes/flymake.el (flymake-temp-source-file-name)
14426         (flymake-master-file-name, flymake-temp-master-file-name)
14427         (flymake-base-dir): New buffer-local vars.
14428         (flymake-buffer-data, flymake-get-buffer-value)
14429         (flymake-set-buffer-value): Replace those hash-tables by the new
14430         buffer-local vars.  Update callers.
14432         * progmodes/flymake.el (flymake-check-start-time)
14433         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14434         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14435         Move definition, so we can remove redundant earlier declaration.
14436         (flymake-replace-regexp-in-string, flymake-split-string)
14437         (flymake-get-temp-dir): Use defalias.
14438         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14439         (flymake-xemacs-window-edges): Remove unused function.
14440         (flymake-get-point-pixel-pos): Move.
14441         (flymake-pid-to-names, flymake-reg-names)
14442         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14443         Replace by a simple list flymake-processes and by process-buffer.
14444         Update callers.  Other than simplify the code, it uses buffers rather
14445         than buffer-names so it doesn't get confused by uniquify.
14446         (flymake-buffer-data): The global value should just be nil.
14448         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14449         Optimize the body of a defalias like any other code.
14451         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14452         Make sure we've setup font-lock's vars.  It may influence which
14453         function we then call.
14454         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14455         here since it's too late anyway.
14457 2006-01-03  Romain Francoise  <romain@orebokech.com>
14459         * startup.el (fancy-splash-tail, normal-splash-screen):
14460         Update copyright year.
14462 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14464         * mouse.el (mouse-drag-track): Rename, from
14465         `mouse-drag-region-1'.  Includes optional argument required to
14466         enable post-drag event processing (e.g. delete region keys).
14467         Can be used without this argument to track a mouse region and operate
14468         on it as soon as the drag completes.
14469         (mouse-drag-region): Use `mouse-drag-track'.
14471 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14473         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14474         Move to `custom-buffer' group.
14476         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14477         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14478         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14479         (custom-theme-face-menu): New variables.
14480         (custom-theme-add-variable, custom-theme-variable-action)
14481         (custom-variable-reset-theme, custom-theme-delete-variable)
14482         (custom-face-reset-theme, custom-theme-face-action)
14483         (custom-theme-delete-face, custom-theme-merge-theme)
14484         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14486 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14488         * custom.el: Move Custom Themes commentary to start of theme code.
14489         (custom-known-themes): Rename `standard' theme to `changed'.
14490         (custom-push-theme): Caller no longer specifies what theme to use
14491         when doing `reset'---the setting is simply removed from the theme.
14492         Delete MODE from `theme-value' and `theme-settings' properties.
14493         (custom-declare-theme): Ignore &rest args since we don't use them.
14495         (custom-loaded-themes): Delete variable.
14496         (custom-theme-load-themes, custom-theme-loaded-p)
14497         (custom-theme-value): Delete functions.
14499         (custom-declare-theme): Signal error on invalid theme names.
14500         (provide-theme): custom-loaded-themes was deleted.
14501         (load-theme): Load the file unconditionally.
14502         (enable-theme): Call `load-theme' if theme is undefined.
14503         (custom-enabled-themes): Only update value for successful loads.
14504         (disable-theme): Complete from enabled themes when interactive.
14505         (custom-variable-theme-value): Calculate theme value directly.
14507         (custom-theme-reset-variables, custom-reset-variables): Mark as
14508         XEmacs compatibility functions.  We don't actually use these.
14510         * cus-edit.el (custom-variable-state-set):
14511         Use custom-variable-theme-value instead of custom-theme-value.
14512         (custom-face-state-set): Rename `standard' theme to `changed'.
14513         (custom-save-variables, custom-save-faces): Delete unneeded
14514         references to custom-reset-variables.
14515         (custom-save-resets): Delete function.
14516         (custom-save-variables, custom-save-faces): MODE argument deleted.
14517         (custom-save-variables, custom-save-faces): Ignore theme values.
14519         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14520         compatibility function.
14522 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14524         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14525         (Custom-reset-current, Custom-reset-saved): Likewise.
14526         (Custom-reset-standard): Show message if aborted.
14527         (custom-mode): Doc fix, describing those commands.
14529         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14530         put on event-kind property.
14532 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14534         * custom.el (provide-theme): Ban `user' theme name.
14535         (custom-enabling-themes): New variable.
14536         (enable-theme): Don't enable user if custom-enabling-themes is t.
14537         (custom-enabled-themes): Make it a defcustom.
14538         (custom-theme-recalc-face): No-op if face is undefined.
14540         * cus-edit.el (custom-button-mouse): New variable.
14541         (custom-button-mouse): New face.
14542         (custom-raised-buttons, custom-mode): Use it.
14544         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14546 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14548         * progmodes/gud.el (gud-display-line): Support hl-line in the
14549         source buffer.
14551 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14553         * mouse.el (mouse-drag-window-above): Verify that the found window
14554         overlaps with the given window in the horizontal dimension.
14556 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14558         * Makefile.in (cvs-update): New target.
14560         * makefile.w32-in (cvs-update): Ditto.
14562 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14564         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14565         (custom-new-theme-mode-map): New variable.
14567 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14569         * custom.el (custom-load-themes): Function deleted.
14571         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14572         (custom-save-variables): Don't delete or add custom-load-themes call.
14574 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * cus-start.el: Add `visible-cursor'.
14578         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14579         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14580         (flymake-process-filter): Switch to buffer before calling it instead.
14581         (flymake-post-syntax-check, flymake-highlight-err-lines)
14582         (flymake-delete-own-overlays, flymake-parse-err-lines)
14583         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14584         (flymake-count-lines, flymake-parse-residual):
14585         Remove constant buffer argument.
14586         (flymake-start-syntax-check-for-current-buffer): Remove.
14587         Update callers to use flymake-start-syntax-check instead.
14588         (flymake-display-err-menu-for-current-line):
14589         Remove unused var `mouse-pos'.
14590         (flymake-restore-formatting): Comment out unused function.
14591         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14592         argument, use current-buffer instead.  Update callers.
14594 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14596         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14597         buffer-local because choose-completion-delete-max-match requires
14598         that we set completion-ignore-case (i.e., binding via let is not
14599         sufficient).
14600         (bibtex-complete): Always set completion-ignore-case and
14601         choose-completion-string-functions.  The latter is needed because
14602         choose-completion-string-functions keeps its value if we quit the
14603         *Completions* buffer without requesting a completion.
14605 2005-12-30  Andreas Schwab  <schwab@suse.de>
14607         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14609 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14611         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14613 2005-12-30  Juri Linkov  <juri@jurta.org>
14615         * locate.el (locate-fcodes-file, locate-header-face)
14616         * progmodes/delphi.el (delphi-other-face)
14617         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14619         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14620         group `paren-showing-faces'.
14622         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14623         (goto-address): Fix docstring.
14625         * net/webjump.el (webjump-sample-sites): Update URLs.
14627         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14629         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14631 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14633         * font-lock.el (font-lock-compile-keywords): Signal an error when
14634         font-lock-set-defaults hasn't been called.
14636 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14638         * subr.el (noreturn, 1value): Doc fixes.
14640 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14642         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14643         that assoc-string returns nil.
14645 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14647         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14648         (bibtex-entry-type-str, bibtex-empty-field-re)
14649         (bibtex-search-backward-string, bibtex-preamble-prefix)
14650         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14651         (bibtex-any-valid-entry-type): New variable.
14652         (bibtex-parse-field-name): Simplify.
14653         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14654         (bibtex-preamble-prefix): Include left delimiter.
14655         (bibtex-search-forward-field, bibtex-search-backward-field):
14656         Allow unbounded search past entry boundaries (required by bibtex-pop).
14657         (bibtex-text-in-field-bounds): Use push.
14658         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14659         (bibtex-parse-preamble, bibtex-valid-entry)
14660         (bibtex-beginning-first-field): New functions.
14661         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14662         (bibtex-map-entries): Fix docstring.
14663         (bibtex-flash-head): New arg prompt.  Simplify.
14664         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14665         (bibtex-insert-kill): Simplify.  Always insert text past the
14666         current field or entry.
14667         (bibtex-format-entry): Use bibtex-parse-field.
14668         (bibtex-pop): Use bibtex-beginning-of-entry and
14669         bibtex-end-of-entry to initiate the search.  Insert empty field if
14670         we found ourselves.
14671         (bibtex-print-help-message): New args field and comma.
14672         Handle entry keys.
14673         (bibtex-make-field): Use bibtex-beginning-of-entry.
14674         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14675         invalid entry.
14676         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14677         Handle preambles.  Simplify code for thorough test.
14678         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14679         New arg comma.  Handle entry heads.
14680         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14681         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14682         New arg comma.
14683         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14684         (bibtex-fill-field): Simplify.
14685         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14686         bibtex-parse-field.
14687         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14688         (bibtex-complete): Use bibtex-parse-preamble.
14690 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14692         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14693         Display name of expression instead of convenience variable.
14694         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14696         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14697         toggle-gud-tooltip-dereference.
14698         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14699         (gud-tooltip-tips): ...here when dereferencing.
14701 2005-12-28  Bill Wohler  <wohler@newt.com>
14703         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14705 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14707         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14708         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14709         (vc-annotate-display-autoscale): Adjust call.
14710         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14711         Fix interactive spec.
14712         (vc-annotate-time-span): Remove.
14713         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14714         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14715         (vc-annotate-display-select): Use new name.
14717         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14718         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14719         Correct the construction of span entries.  Simplify.
14720         (vc-annotate-display-select): Fix the nil case.
14721         (vc-annotate): Remove obsolete (and now broken) code.
14722         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14723         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14725 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14727         * subr.el (lazy-completion-table): Correct typo in docstring.
14729         * startup.el (command-line): Use `custom-reevaluate-setting' for
14730         `send-mail-function'.
14732         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14734 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14736         * mail/smtpmail.el (smtpmail-try-auth-methods):
14737         Send credentials together with "AUTH PLAIN" command.
14739 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14741         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14742         mouse-2, go back to previously selected window, so it's selected
14743         when mouse-2 command runs.
14745 2005-12-27  Juri Linkov  <juri@jurta.org>
14747         * descr-text.el (describe-text-sexp): Use square brackets for
14748         button [Show] to distinguish it from the property value `show'.
14749         (describe-property-list): Use `insert-text-button' with
14750         `help-face' type instead of putting face in quotes, because button
14751         is not created automatically for a list of faces.
14752         (describe-text-properties-1): Put button-type value in quotes to
14753         distinguish from plain text "button".
14754         (describe-char): Display code point values in hex.  Don't use
14755         `symbol-name' for `current-input-method' because it is a string.
14756         Use `insert-text-button' with `help-face' type instead of putting
14757         hardcoded face in quotes, because button is not created automatically.
14759 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14761         * progmodes/glasses.el (glasses-face): More specific custom type.
14763         * files.el (set-visited-file-name): Doc fix.
14765         * textmodes/flyspell.el (flyspell-external-point-words):
14766         Use local var buffer-scan-pos to advance scan for next misspelling.
14767         Advance it only after we find the misspelling.
14769 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14771         * textmodes/flyspell.el (flyspell-external-point-words):
14772         New criteria for finding the misspelling in the buffer.
14774 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14776         * help-mode.el (help-insert-string): Set help-xref-stack-item
14777         rather than call help-setup-xref.
14779         * descr-text.el (describe-char): Revert previous changes for
14780         optional buffer argument.
14782 2005-12-27  Juri Linkov  <juri@jurta.org>
14784         * help-mode.el (help-insert-string): New function.  Save buffer
14785         contents in cases where it is impossible to recompute the old contents.
14787         * descr-text.el (describe-char): Set help-xref-stack-item
14788         explicitly after buffer has been generated.
14790 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14792         * cus-start.el (all): Add x-gtk-show-hidden-files.
14794 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14796         * replace.el (perform-replace): Calculate match-again
14797         before skipping read-only matches.
14799         * paren.el (paren-showing-faces): New group.
14800         (show-paren-match, show-paren-mismatch): Move to that group.
14802         * button.el (button): Put into group `basic-faces'.
14804         * progmodes/make-mode.el: Remove faces from group `faces'.
14806         * apropos.el (apropos, apropos-value): Doc fix.
14807         (apropos-documentation): Doc fix.
14809 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * subr.el (lazy-completion-table): Remove argument `args'.
14813         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14814         Don't use the `args' argument of lazy-completion-table.
14816 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14818         * descr-text.el (describe-char): Add optional argument for buffer.
14819         Set buffer appropriately.  Call help-setup-xref.
14820         Suggested by Stefan Monnier.
14822 2005-12-26  Juri Linkov  <juri@jurta.org>
14824         * descr-text.el: Require `help-fns' at runtime.  Don't require
14825         `button' for byte compilation.
14826         (describe-text-widget): Add `help-echo' for first button.
14827         Use `help-info' for second.
14828         (describe-property-list): Use `help-argument-name' instead of `italic'.
14829         (describe-text-category): Add prompt to interactive spec.
14830         Call `help-setup-xref'.
14831         (describe-char): Use `help-character-set'.  Add `help-echo' for
14832         code point.  Use `help-input-method'.  Remove superfluous insert.
14834 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14836         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14837         at point, in case of narrowing.
14839         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14841         * locate.el (locate-header-face): Allow nil in type.
14843         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14845 2005-12-25  Romain Francoise  <romain@orebokech.com>
14847         * battery.el (battery-linux-proc-acpi): Also try
14848         `/proc/acpi/thermal_zone/THM0/temperature'.
14850 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14852         * custom.el (custom-push-theme): Fix docstring.
14854         * cus-edit.el (custom-variable-set, custom-variable-save)
14855         (custom-variable-save): Custom-quote widget values.
14856         (customize-save-variable): Fix custom-push-theme call.
14858 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14860         * w32-fns.el (w32-batch-update-autoloads): New function.
14862         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14863         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14864         from the command line.
14866 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14868         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14869         reset means to remove setting from theme entirely.  Don't keep
14870         expanding theme-settings list; delete old entries if necessary.
14872         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14873         customization" button one line up.
14874         (custom-themed): New face.
14875         (custom-magic-alist): New value, THEMED, for theme settings.
14876         (custom-variable-state-set, custom-face-state-set):
14877         Check theme-value instead of saved-value.
14878         (custom-variable-reset-standard, custom-face-reset-standard):
14879         Remove theme setting entirely.  Recalculate new values.
14880         (custom-variable-set, custom-variable-set)
14881         (custom-variable-reset-saved, custom-variable-reset-backup)
14882         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14883         (custom-variable-save): Fix typos.
14885 2005-12-23  Juri Linkov  <juri@jurta.org>
14887         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14888         Add autoload cookies.
14889         (edebug-outside-d-c-i-n-s-w): New variable.
14890         (edebug-display, edebug-outside-excursion): Use it to save the
14891         original value of default-cursor-in-non-selected-windows.
14892         Set default-cursor-in-non-selected-windows to t while Edebug
14893         is active.
14894         (edebug-mode, edebug-eval-mode): Doc fix.
14896         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14897         with `buffer-substring-no-properties' to remove common substring
14898         highlighting.
14900         * info.el (info-other-window, info): Rename function argument
14901         `file' to `file-or-node'.
14902         (Info-complete-menu-item): Use local variable `complete-nodes' to
14903         keep the global value of `Info-complete-nodes' unchanged for
14904         subsequent completions.
14905         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14907         * simple.el (get-next-valid-buffer, last-buffer)
14908         (next-error-buffer-p, next-error-find-buffer)
14909         (minibuffer-history-sexp-flag): Doc fix.
14911         * savehist.el (savehist-mode-hook): Add `:group'.
14913         * log-view.el: Call autoload for vc-find-version.
14914         (log-view-current-file): Adjust subgroup numbers.
14915         (log-view-current-tag): Add `length'.
14917 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14919         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14921 2005-12-23  Juri Linkov  <juri@jurta.org>
14923         * hi-lock.el (hi-lock-archaic-interface-message-used)
14924         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14925         (hi-lock-mode): Display "Hi" in the mode line only when
14926         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14927         (hi-lock-write-interactive-patterns):
14928         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14929         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14930         (hi-lock-font-lock-hook): Set 3rd arg `how' of
14931         font-lock-add-keywords to t.
14933 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
14935         * hi-lock.el (hi-lock-highlight-range): New variable.
14936         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14937         only if font-lock-fontified is non-nil.  Remove overlays.
14938         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14939         font-lock-fontified is non-nil, otherwise use overlays (instead of
14940         text properties).
14941         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14942         New variables.
14943         (hi-lock-string-serialize) New function.
14945 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14947         * menu-bar.el (menu-find-file-existing): New function.
14948         (menu-bar-file-menu): Use menu-find-file-existing for Open.
14950         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14952 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14954         * vc.el: Remove unnecessary leading * in docstrings.
14955         (vc-annotate-mode-map): Move initialization into declaration.
14956         (vc-static-header-alist): Nitpick on the regexp.
14957         (vc-default-init-version): New fun.
14958         (vc-register): Use it.
14959         (vc-insert-headers): Use dolist.
14960         (vc-annotate-get-backend): Remove unused function.
14961         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
14962         (vc-annotate-mode): Remove corresponding call.
14963         (vc-annotate-car-last-cons): Simplify.
14964         (vc-annotate-buffers): Remove var.
14965         (vc-annotate-backend): Make it buffer-local.
14966         (vc-annotate): Move the interaction to the interactive spec.
14967         Add a `buf' argument.
14968         (vc-annotate-warp-version): Use this new `buf' argument to avoid
14969         killing&creating a vc-annotate buffer, which is very disruptive when
14970         the buffers are shown in dedicated frames.
14972 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
14974         * descr-text.el: Add FSF as maintainer.
14975         (describe-text-mode, describe-text-mode-map)
14976         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
14977         help-mode.
14978         (describe-text-widget, describe-text-sexp)
14979         (describe-property-list, describe-text-category)
14980         (describe-text-properties, describe-text-properties-1)
14981         (describe-char): Use help buttons instead of widgets.
14982         (describe-char-unicodedata-file): Make URL link in doc string.
14984 2005-12-22  Richard M. Stallman  <rms@gnu.org>
14986         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14987         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14988         Don't include buttons that write a file when there's no file.
14989         (custom-variable-menu, custom-face-menu, custom-group-menu):
14990         Don't include commands that write a file when there's no file.
14991         (customize-browse): Reword the top-of-buffer help intro.
14992         (custom-buffer-create-internal): Fix previous change.
14993         (customize-changed-options-previous-release): Prev release is 21.1.
14994         (customize-changed-options): Doc fix.
14995         (customize-changed): New alias.
14996         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14997         Say "standard values".
14998         (Custom-reset-standard): Doc fix.
14999         (custom-face-reset-standard): Doc fix.
15001 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15003         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15004         even if font-lock-mode is non-nil since it may be t without having
15005         turned on font-lock-mode-internal.
15006         (font-lock-choose-keywords): Minor optimization.
15007         (font-lock-add-keywords, font-lock-remove-keywords)
15008         (font-lock-set-defaults): Don't call make-local-variable on a variable
15009         that we know to already be local.
15011 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15013         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15014         messages if in the minibuffer.
15016 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15018         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15019         (tex-mode-flyspell-verify, flyspell-get-word)
15020         (flyspell-external-point-words): Don't use point-min/max uselessly.
15022         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15023         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15024         don't need to show it.
15026 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15028         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15030 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15032         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15033         delete-windows-on with an inexistent buffer.
15035 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15037         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15038         Delete defcustom variable :tag names.
15040 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15042         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15043         (log-view-font-lock-keywords): Ajust subgroup numbers.
15044         (log-view-current-tag): Don't hard code the number of subgroups.
15046 2005-12-20  Juri Linkov  <juri@jurta.org>
15048         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15049         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15051         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15052         (menu-bar-non-minibuffer-window-p): Instead of checking
15053         display-multi-frame-p, use selected-frame when menu-updating-frame
15054         is nil.
15056 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15058         * align.el (align-rules-list): Use [ \t] instead of \s-
15059         for column separators in text mode.
15061 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15063         * help-mode.el (help-customize-variable, help-customize-face):
15064         Don't pop help-xref-stack as help-follow no longer pushes
15065         anything on to it.
15067 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15069         * textmodes/org.el (org-agenda-custom-commands): New option.
15070         (org-agenda): Offer custom commands on splash screen.
15071         (org-make-tags-matcher): Parser for Boolean logic added.
15072         (org-agenda-set-tags): New command.
15073         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15074         (org-set-tags): Efficiency improvements.
15075         (org-auto-align-tags): New option.
15076         (org-todo, org-demote, org-promote): Realign tags.
15077         (org-tags-completion-function): Use also "&" and "|" as separators.
15078         (org-org-menu): Agenda commands simplified.
15080 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15082         * cus-edit.el (customize-apropos, customize-apropos-options):
15083         Docstring changes.
15085         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15087 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15089         * longlines.el (longlines-mode): Wrap while widened.
15090         (longlines-decode-region, longlines-encode-region): Compute max
15091         just once.
15093 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15095         * cus-edit.el (mac): New group.
15097         * cus-start.el (all): Add user options in macterm.c.  Add test for
15098         Mac-related built-ins.  Fix test for GTK-related built-ins.
15100         * term/mac-win.el (mac-handle-language-change)
15101         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15102         (mac-services-open-selection, mac-services-mail-selection)
15103         (mac-services-mail-to, mac-services-insert-text)
15104         (mac-dispatch-apple-event): Add docstrings.
15105         (x-get-selection, mac-select-convert-to-string): Select coding
15106         system from `utf-16be' and `utf-16le' using `byteorder'.
15108 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15110         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15111         a "list" (lambda ...) rather than a real completion list.
15113         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15114         lexical-let when encountering ((lambda (...) ...) ...).
15116 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15118         * progmodes/sh-script.el (sh-mode):
15119         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15120         * textmodes/picture.el (picture-mode): Update docstrings.
15122 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15124         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15125         commands enclosed in $(ARGQUOTE)s should not be split between two
15126         lines, as that will break with GNU Make >3.80, when sh.exe is used
15127         and arg quoting is with '..'.
15128         (autoloads): Don't break the quoted --eval expression between
15129         several lines.
15131 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15133         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15134         Capture error from printing circular structures.
15136 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15138         * wid-edit.el (widget-checkbox-action): Clear undo info.
15140 2005-12-16  Bill Wohler  <wohler@newt.com>
15142         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15143         bar, not menubar in comment.
15145 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15148         After-change-functions should not clobber the match data.
15150 2005-12-16  Juri Linkov  <juri@jurta.org>
15152         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15153         instead of `buffer-substring'.
15154         (completion-common-substring): Doc fix.
15155         (completion-setup-function): Use minibuffer-completion-contents
15156         instead of minibuffer-contents.  Don't set common-string-length
15157         initially.  Remove special handling of partial-completion-mode.
15158         Move computation of completion-base-size into one cond.
15159         Call completion-base-size-function in mainbuf.  In computation of
15160         completion-base-size for file name completion don't move point to
15161         the end of the minibuffer.  Move computation of common-string-length
15162         into one cond.  Start putting faces only when common-string-length>=0.
15163         Add condition to put completions-common-part when
15164         common-string-length>0.
15166         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15167         place point at the first different character in the minibuffer
15168         even if this position is at the beginning of the minibuffer.
15170         * info.el (Info-read-node-name-1): In completion-base-size-function's
15171         lambda return 1 if common-substring or minibuffer-completion-contents
15172         starts with (, and 0 otherwise.
15174         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15175         Use `crm-current-element' for second arg of `display-completion-list'.
15177 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15179         * files.el (set-auto-mode): Look for an interpreter specified on
15180         the first line also if search for mode specification succeeded,
15181         but the mode is not known.
15183 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15185         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15186         (org-open-at-point): Implement tag searches as links.
15187         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15188         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15189         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15190         (org-agenda-dispatch): New commands.
15191         (org-use-tag-inheritance, org-tags-column): New options.
15192         (org-tab-follows-link, org-return-follows-link): New options.
15193         (org-tags): New customize group.
15194         (org-start-icalendar-file): Get local time zone.
15195         (org-tags-completion-function): New function.
15196         (org-set-font-lock-defaults): Make sure links will also be
15197         highlighted inside headlines.
15199 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15201         * term.el (term-emulate-terminal):
15202         Let term-handle-ansi-terminal-messages override what Bash says about
15203         its current directory.
15205 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15207         * bindings.el (last-buffer): Move to simple.el.
15208         * simple.el (last-buffer): Move here.
15209         (get-next-valid-buffer): New function.
15210         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15211         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15213         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15214         * bindings.el (global-map): Ditto.
15216 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15218         * cus-edit.el: Introductory comment change.
15219         (custom-magic-alist): Change message string for the `rogue' state.
15221 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15223         * tooltip.el: Delete defcustom variable :tag names.
15225         * complete.el (partial-completion-mode): Doc fix.
15227         * textmodes/flyspell.el (flyspell-external-point-words):
15228         Use save-excursion to ensure we don't move backward in the
15229         search loop, not even one character.
15230         (flyspell-delete-all-overlays): Use remove-overlays directly.
15232         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15233         (ispell-start-process): Set that variable.
15234         Clear ispell-buffer-local-name.
15235         (ispell-internal-change-dictionary):
15236         Set ispell-current-dictionary after killing process.
15237         (ispell-buffer-local-dict):
15238         Don't set spell-personal-dictionary after killing process.
15239         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15240         (ispell-tex-skip-alists, ispell-html-skip-alists)
15241         (ispell-skip-region-alist): Mark as risky.
15243         * net/newsticker.el (newsticker--retrieval-timer-list)
15244         (newsticker--display-timer, newsticker-running-p)
15245         (newsticker-ticker-running-p): Definitions moved up.
15247 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15249         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15251 2005-12-15  David Ponce  <david@dponce.com>
15253         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15254         (recentf-edit-list, recentf-open-files): Signal an error when
15255         there is no recent file.
15257 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15259         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15260         read-only except for texinfo-format-region evaluation.
15262 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15264         * vc.el (vc-default-previous-version, vc-default-next-version)
15265         (vc-do-command): Doc fixes.
15267 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15269         * textmodes/bibtex.el (bibtex-expand-strings)
15270         (bibtex-autokey-expand-string, bibtex-name-part)
15271         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15272         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15273         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15274         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15275         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15276         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15277         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15278         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15279         (bibtex-beginning-of-last-entry): Remove.
15280         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15281         message if comma is missing but buffer is read-only.
15282         (bibtex-parse-field-text): Handle whitespaces at the end of field
15283         text.  Return 3-element list with beginning and end of field text
15284         and end of field.
15285         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15286         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15287         (bibtex-search-forward-field, bibtex-search-backward-field):
15288         Search always delimited by limits of entry.  Use more efficient
15289         search algorithms.
15290         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15291         bibtex-end-of-name-in-field.
15292         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15293         extracting the content of a field.
15294         (bibtex-text-in-field): Use search limits.
15295         (bibtex-parse-string-prefix): Handle empty string keys based on
15296         bibtex-string-empty-key.
15297         (bibtex-parse-string): Fix docstring.
15298         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15299         (bibtex-preamble-prefix, bibtex-strings): New functions.
15300         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15301         BibTeX entries (consistent with other BibTeX functions).
15302         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15303         (bibtex-search-entry): Fix docstring.  Simplify.
15304         (bibtex-flash-head, bibtex-complete-string-cleanup)
15305         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15306         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15307         (bibtex-parse-entry): New optional arg content.
15308         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15309         Use bibtex-text-in-field-bounds.
15310         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15311         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15312         bibtex-parse-string-postfix.
15313         (bibtex-find-text-internal): New function.
15314         (bibtex-remove-delimiters): Use it.
15315         (bibtex-find-text): Use it.  New optional arg help.
15316         (bibtex-complete): Handle BibTeX string and preamble entries.
15317         (bibtex-Preamble): Fix order of closing delimiters.
15319 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15321         * vc.el (vc-default-revert): New fun.
15323         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15325 2005-12-14  Romain Francoise  <romain@orebokech.com>
15327         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15328         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15329         (font-lock-remove-keywords): Likewise.
15331 2005-12-14  Juri Linkov  <juri@jurta.org>
15333         * log-view.el (log-view-diff): Doc fix.
15335         * isearch.el (isearch-query-replace): Use (mark) instead of
15336         isearch-opoint if mark is active in transient-mark-mode.
15338 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15340         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15342 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15344         * progmodes/cpp.el (cpp-face): New widget.
15345         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15347 2005-12-14  Juri Linkov  <juri@jurta.org>
15349         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15350         around `erase-buffer' and `insert'.
15352         * descr-text.el (describe-text-properties): Replace buffer name
15353         "*Help-2*" with "*Help*<2>".
15354         (describe-char): Add functions print-help-return-message,
15355         toggle-read-only.  Use help-setup-xref with nil to not store
15356         describe-char in help-xref-stack.  Use help-make-xrefs to
15357         make [back] button.
15359         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15361         * wdired.el (wdired-old-point): New internal variable.
15362         (wdired-change-to-wdired-mode): Set it buffer-locally.
15363         (wdired-abort-changes): Restore point after aborting changes.
15365 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15367         * vc.el (vc-do-command): Add a new value t for okstatus.
15369         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15370         frame in case of errors.
15372 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15374         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15375         so it comes after "On the Left" in the menu.
15377 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15379         * cus-edit.el (customize-apropos, customize-apropos-options)
15380         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15382 2005-12-12  Bill Wohler  <wohler@newt.com>
15384         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15385         non-writable Subversion-controlled files by saving window
15386         configuration before calling vc-do-command.  vc-do-command calls
15387         pop-to-buffer on error which is unexpected during registration.
15389 2005-12-12  Jay Belanger  <belanger@truman.edu>
15391         * calc/README: Update the summary of changes.
15393 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15395         * descr-text.el (describe-char): Rework last fix to solve the problem
15396         is the same way it's solved for everything else in that function
15397         (i.e. by extracting the info before setting up the *Help* buffer).
15399 2005-12-12  Kim F. Storm  <storm@cua.dk>
15401         * subr.el (version-regexp-alist): Allow space as separator before
15402         non-numeric part, e.g. "1.0 alpha".
15403         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15405 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15407         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15408         Implement Logging and the keep-modes setting.
15409         (org-get-category): Make sure a string is returned.
15410         (org-log-done): New function.
15411         (org-log-done, org-closed-string): New options.
15413 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15415         * tooltip.el (tooltip-y-offset): Change default to 20.
15417 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15419         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15421         * frame.el (display-hourglass): Doc fix.
15423         * help.el (help-for-help-internal): Simplify entry for `a'.
15425         * info.el (Info-on-current-buffer): Doc fix.
15426         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15428         * startup.el (inhibit-splash-screen): Make this the real name.
15429         (inhibit-startup-message): Make this the alias.
15430         (command-line): Find only simple.el, and use its directory
15431         to fill in other preloaded files' names.
15432         (command-line): Deactivate the mark if deactivate-mark is set.
15434         * international/mule.el (load-with-code-conversion):
15435         Bind deactivate-mark.
15437         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15439 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15441         * cus-edit.el (customize-apropos): Avoid listing an option more
15442         than once under different aliases.  No longer list user options
15443         that are not defined with defcustom (unless a prefix arg is given).
15444         Doc fix.
15445         (customize-apropos-options): Doc fix.
15447 2005-12-11  Juri Linkov  <juri@jurta.org>
15449         * frame.el (set-background-color, set-foreground-color)
15450         (set-cursor-color, set-mouse-color, set-border-color):
15451         Add explicit prompts to read colors by `facemenu-read-color'.
15452         (show-trailing-whitespace, blink-cursor-delay)
15453         (blink-cursor-interval, display-hourglass, hourglass-delay):
15454         Remove tags.
15455         (display-hourglass, hourglass-delay): Doc fix.
15456         (cursor-in-non-selected-windows): Capitalize words in tag.
15458         * faces.el (frame-background-mode): Replace `choice-item' keywords
15459         with `const' to not make [default] button.  Change default value tag
15460         from `default' to `automatic'.  Doc fix.
15461         (trailing-whitespace) <defface>: Change group `whitespace' to
15462         `whitespace-faces'.
15464 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15466         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15468 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15470         * term/mac-win.el: Create keymap for mac-apple-event-map.
15472 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15474         * tooltip.el (tooltip-mode): Move to start of file so that it
15475         appears at top of customize buffer.
15477         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15478         Add the gud groupname.
15479         (gud-tooltip-mode): Add the tooltip groupname.
15480         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15481         avoid conflict with tooltip-use-echo-area.
15483 2005-12-10  Romain Francoise  <romain@orebokech.com>
15485         * help.el (help-for-help-internal): Add `r' in doc string.
15487 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15489         * align.el (align-regexp, align-highlight-rule):
15490         Use region-beginning and region-end instead of point and mark, so that
15491         repetition (with `repeat-complex-command') recomputes the region
15492         bounds.
15494 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15496         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15497         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15498         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15499         (balance-windows): Rewrite using the above new functions.
15501 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15503         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15504         react if global-hi-lock-mode seems intended.
15505         (global-hi-lock-mode) Renamed from hi-lock-mode.
15506         (hi-lock-archaic-interface-message-used)
15507         (hi-lock-archaic-interface-deduce): New variables.
15508         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15509         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15510         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15511         Replace hi-lock-buffer-mode with hi-lock-mode.
15513 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15515         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15516         completion list, even after a partial completion has been
15517         inserted in the current buffer.  If there are more than 1
15518         completion, redisplay the *Completions* buffer; if the
15519         completion is unique, delete the *Completions* window.
15521 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15523         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15524         strings and long subject lines that were broken into multiple
15525         lines at arbitrary places.  Handle subjects that have "Re: " in
15526         the middle.
15528 2005-12-10  John W. Eaton  <jwe@octave.org>
15530         * emacs/octave-mod.el (octave-electric-space): Don't indent
15531         comments or strings if octave-auto-indent is nil.
15533 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15535         * term/mac-win.el: Require url when compiling.
15536         Call mac-process-deferred-apple-events after loading init files.
15537         (mac-apple-event-map): New defvar.  Define event handlers in it.
15538         (core-event, internet-event): New Apple event class symbols.
15539         (open-application, reopen-application, open-documents)
15540         (print-documents, open-contents, quit-application)
15541         (application-died, show-preferences, autosave-now, get-url):
15542         New Apple event ID symbols.
15543         (about): New HICommand ID symbol.
15544         (mac-event-spec, mac-event-ae): New macros.
15545         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15546         (mac-ae-selection-range, mac-ae-text-for-search)
15547         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15548         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15549         and Services menu events are now defined in mac-apple-event-map.
15550         (mac-drag-n-drop): Remove selection range handling.
15552 2005-12-10  Kenichi Handa  <handa@m17n.org>
15554         * simple.el (zap-to-char):
15555         * isearch.el (isearch-process-search-char): Translate CHAR by
15556         translation-table-for-input.
15558 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15560         * foldout.el (foldout-exit-fold): Properly hide subtree.
15562 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15564         * files.el (save-buffer):
15565         * international/ucs-tables.el (ucs-set-table-for-input):
15566         * mail/mail-extr.el (mail-extract-address-components):
15567         * mail/sendmail.el (mail-mode): Reformat doc string.
15569 2005-12-09  Juri Linkov  <juri@jurta.org>
15571         * isearch.el (isearch-highlight): Change main overlay priority
15572         from 1 to 1001.  Simplify.
15573         (isearch-lazy-highlight-update): Change lazy overlay priority
15574         from 0 to 1000.
15576         * replace.el (replace-highlight): Change overlay priority from
15577         1 to 1001.
15579         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15580         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15582         * compare-w.el (compare-windows-highlight): Change overlay
15583         priority from 1 to 1000.
15585         * menu-bar.el (menu-bar-edit-menu): Add listp around
15586         pending-undo-list to disable menu item "undo" when pending
15587         undo list is empty.
15589         * locate.el (locate): Disable undo in *Locate* buffer.
15591 2005-12-09  Kim F. Storm  <storm@cua.dk>
15593         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15595 2005-12-09  David Ponce  <david@dponce.com>
15597         * recentf.el: Improvement of the menu code.
15598         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15599         instead of menu hook.
15600         (recentf-show-menu, recentf-hide-menu): New functions.
15601         (recentf-menu-customization-changed, recentf-mode): Use them.
15602         (recentf-menu-action, recentf-max-menu-items)
15603         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15604         (recentf-arrange-by-rule-others)
15605         (recentf-arrange-by-rules-min-items)
15606         (recentf-arrange-by-rule-subfilter) : Don't use
15607         `recentf-menu-customization-changed'.
15608         (recentf-arrange-rules): Likewise.  Accept functions to compute
15609         sub-menu titles.
15610         (recentf-menu-filter): Likewise.  Doc fix.
15611         (recentf-menu-value-shortcut): Doc fix.
15612         (recentf-dump-variable): Quote atom value.
15613         (recentf-make-menu-items): Update to use it as a menu filter.
15614         (recentf-match-rule): New function.
15615         (recentf-arrange-by-rule): Use it.
15616         (recentf-indirect-mode-rule): New function.
15617         (recentf-build-mode-rules): Use it.
15618         (recentf-dir-rule): New function.
15619         (recentf-arrange-by-dir): Use it.
15620         (recentf-filter-changer-current): Rename from
15621         `recentf-filter-changer-state'.  All references updated.
15622         (recentf-filter-changer-alist): Update filter names.
15623         (recentf-filter-changer-select): New function.
15624         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15625         available in `recentf-filter-changer-alist'.
15626         (recentf-data-cache, recentf-clear-data)
15627         (recentf-update-menu): Remove.  All references updated.
15628         (recentf-match-rule-p, recentf-build-dir-rules)
15629         (recentf-filter-changer-goto-next)
15630         (recentf-filter-changer-get-current)
15631         (recentf-filter-changer-get-next): Remove.
15633 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15635         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15636         buffer "Reset" button to "Reset to Current" for consistency with
15637         the State buttons.
15639 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15641         * ibuf-ext.el (define-ibuffer-filter filename):
15642         If `dired-directory' is a list then really use its car.
15644 2005-12-08  Kim F. Storm  <storm@cua.dk>
15646         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15647         Fix indention of text on right side of replaced rectangle.
15649 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15651         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15652         No need to check gud-comint-buffer is bound.
15653         (gdb): Prevent multiple debugging when first session uses gdba.
15655 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15657         CC Mode update to 5.31.
15659         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15660         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15661         We might do this function properly in the future).
15663         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15664         New macros c-sentence-end and c-default-value-sentence end, to cope
15665         with Emacs 22's new function `sentence-end'.
15667 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15669         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15670         compat issue using `c-put-overlay' and `c-delete-overlay'.
15672         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15673         New compat macros to handle overlays/extents.
15675 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15677         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15678         (for GNU Emacs 20.4)
15680         * progmodes/cc-defs.el:
15681         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15683         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15684         highlighting mechanism so it will work in XEmacs too.
15686         * progmodes/cc-defs.el: Insert c-int-to-char.
15688         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15689         call to the new macro c-int-to-char.  This solves XEmacs's
15690         regarding characters as different from integers.
15692 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15694         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15695         New internal helper.
15697         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15698         construct to make the indirect face lookup work in XEmacs.
15700         (c-cpp-matchers): Append the negation char face to the existing
15701         fontification, so that the cpp face doesn't disappear.
15702         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15703         and strings.
15705         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15706         to map to `font-lock-negation-char-face' in emacsen where it exists.
15708 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15710         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15712         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15713         Rename "c-subword-move-mode" as "c-subword-mode".
15715         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15716         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15718 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15720         * progmodes/cc-mode.el: Added autoload directive for
15721         `c-subword-move-mode' for use in older emacsen.
15723 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15725         * progmodes/cc-mode.el:
15726         (i) Insert a binding for C-c C-backspace into
15727         c-bind-special-erase-keys which works in TTYs.
15728         (ii) Make sure that when file styles are used, any explicitly
15729         given style variables take priority over those in the style.
15730         Do this by calling `hack-local-variables' a second time.
15732         * progmodes/cc-vars.el: Add language specific customization
15733         widgets for AWK to c-doc-comment-style, c-require-final-newline
15734         and c-default-style.  Add a defcustom for awk-mode-hook.
15735         Give c-syntactic-element and c-syntactic-context doc-strings by
15736         directly setting their `variable-documentation' propery.
15737         This allows Emacs 22.1 to read these with C-h v.
15739         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15741 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15743         * progmodes/cc-fonts.el, cc-vars.el
15744         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15745         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15746         Masatake YAMATO.
15748         (c-doc-comment-style): Made GtkDoc default in C mode.
15750         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15751         and C-c C-<delete>.
15753         (c-bind-special-erase-keys): New function for use on
15754         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15756         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15757         <delete> key behavior in XEmacs according to `delete-forward-p'.
15758         C.f. `c-electric-delete'.
15760 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15762         * progmodes/cc-mode.el: Give c-hungry-backspace and
15763         c-hungry-delete-forward permanent key bindings.
15765         * progmodes/cc-cmds.el (c-electric-semi&comma):
15766         Bind c-syntactic-context for calls to "criteria functions", for
15767         consistency with other calls to user functions.
15769         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15770         `current-prefix-arg', since this might be the prefix arg to a
15771         command which calls c-indent-command as a function.  Change the
15772         interactive spec from "p" to "P".
15774         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15775         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15776         was difficult to understand.
15778 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15780         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15781         first char of an identifier.
15783         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15784         +" syntax in C++.
15786 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15788         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15789         auto-fill doesn't split a c-comment's last word from a hanging
15790         "*/" when a space is typed between them after fill-column.
15792         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15794         * progmodes/cc-styles.el (c-set-style)
15795         (c-setup-paragraph-variables): Abort the command if we're not in a
15796         CC Mode buffer.
15798         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15799         with blank comment-prefix, and a blank line as the comment's
15800         second line.
15802 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15804         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15805         Incorporate the patterns added in the Emacs development branch
15806         for the new Emacs 22 face `font-lock-negation-char-face'.
15808         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15809         of "red" since it stands out better in xterms and DOS terminals.
15811         * progmodes/cc-engine.el (c-literal-faces):
15812         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15814 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15816         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15817         forcibly enable c-electric-flag.
15819         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15820         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15821         after the comment-prefix of a C-style comment will close that comment.
15823 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15825         * progmodes/cc-fonts.el (c-basic-matchers-before)
15826         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15827         in Pike.
15829         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15830         digraphs.
15832         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15833         (c-cpp-message-directives, c-cpp-include-directives)
15834         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15835         (c-cpp-expr-directives): Introduce new language constants to
15836         control cpp syntax in a cleaner way.
15838         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15840         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15842         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15843         (c-multiline-string-start-char): New language constants and
15844         variables to specify how newlines in string literals work.
15846         (c-font-lock-invalid-string): Use them.
15848         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15849         unbalanced close brace is entered.  Optimization by avoiding going
15850         back over arbitrarily large blocks.  Removed hints that this
15851         function only would be relevant/useful in AWK.
15853         (c-electric-brace): Indent syntactically after the cleanups since
15854         lineup functions might do it differently then.
15856         * progmodes/cc-engine.el, cc-langs.el
15857         (c-opt-op-identifier-prefix): New language constant and variable.
15859         (c-just-after-func-arglist-p, c-after-special-operator-id)
15860         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15862         * progmodes/cc-align.el, cc-engine.el
15863         (c-after-special-operator-id): New helper to handle C++ operator
15864         identifiers.
15866         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15867         (c-guess-basic-syntax): Handle C++ operator identifiers in
15868         declarations.
15870         * progmodes/cc-langs.el (c-assignment-operators): Add the
15871         trigraph version of ^= too.
15873         * progmodes/cc-langs.el (c-assignment-operators): Add the
15874         trigraph version of |= in C++.
15876         * progmodes/cc-fonts.el (c-font-lock-declarators):
15877         Handle `c-decl-hangon-kwds' after the identifier name.
15879         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15880         whether an arglist is "nonempty", ignore a comment after the open
15881         paren if it isn't followed by a non-comment token on the same line.
15883         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15884         Enable heuristics below the point to cope with classes inside special
15885         brace lists in Pike.
15887 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15889         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15891 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15893         * progmodes/cc-guess.el (cc-guess-install): New function to
15894         install an already guessed style in another buffer.
15896         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15897         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15898         anyway if the change always is undone.
15900 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15902         Implement togglable electricity:
15904         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15905         saying when it should be used.
15907         * progmodes/cc-engine.el: Add the new buffer-local variable,
15908         c-electric-flag.
15910         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15911         c-toggle-auto-newline.
15913         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15914         c-toggle-auto-newline.  Remove the binding for
15915         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15916         c-toggle-electric-state.
15918         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15920         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15921         c-\(forward\|backward\)-subword.
15922         (c-update-modeline): Add the new modeline flag `l' for
15923         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
15924         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15925         Make the old name an alias of the new name.
15926         (c-toggle-electric-state): New function.
15927         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15928         Adapt these functions to do electric things only when
15929         c-electric-flag is non-nil.
15930         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15931         new functions from c-electric-brace.
15932         (c-point-syntax): Add a check for "virtual semicolons" in AWK
15933         mode, so that the tentative extra newline doesn't change the
15934         syntax of the following brace.
15935         (c-electric-brace): Restructure by extracting the above functions.
15936         Tidy up the coding somewhat.
15937         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15938         restructure a bit.
15940 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15942         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15943         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
15945         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15946         (c-submode-indicators): Change name from `c-auto-hungry-string'
15947         since it's now used to track another submode.
15949         (c-update-modeline): Convert to function and extended to check
15950         `c-subword-move-mode'.
15952         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15953         Convert to compat aliases for `c-forward-subword' and
15954         `c-backward-subword'.
15956         * progmodes/cc-subword.el: New functions and minor mode to handle
15957         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15959         (c-forward-subword, c-backward-subword, c-mark-subword)
15960         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15961         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15962         Functions corresponding to the standard word handling functions.
15964         (c-subword-move-mode): Minor mode that replaces all the standard
15965         word handling functions with their subword equivalences.
15967 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15969         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15970         entry for one-liner-defun.
15972         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15973         name in its def-edebug-spec.
15975         * progmodes/cc-cmds.el (c-electric-brace): Make the
15976         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
15977         compacts space before a comment, if this will make things fit on
15978         one line.
15980         Introduce an "awk" style, mainly for auto-newline and clean-ups.
15982         * progmodes/cc-align.el: New function c-snug-1line-defun-close
15984         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15985         clean-up one-liner-defun.
15987         * progmodes/cc-styles.el: Add the new "awk" style.
15989         * progmodes/cc-vars.el: Add description of one-liner-defun to
15990         c-cleanup-list's doc-string.  New user options,
15991         c-max-one-liner-length.  In c-default-style, set the default style
15992         for AWK to "awk".
15994 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15996         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15997         macros inside labels.
15999         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16000         `c-at-statement-start-p' and `c-at-expression-start-p'.
16002         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16003         error if the mark isn't set.
16005         * progmodes/cc-engine.el (c-guess-continued-construct)
16006         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16007         accurately detect functions inside functions.
16009         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16010         like `c-at-statement-start-p' that additionally recognizes commas
16011         and expression parentheses as delimiters.
16013         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16014         to avoid heuristics that doesn't work for unclosed blocks.
16015         (c-at-statement-start-p): New function.
16017         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16018         Objective-C directives, e.g. directives spanning lines should work
16019         reasonably well now.
16021         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16023         (c-forward-objc-directive): New function to move over any ObjC
16024         directive.
16026         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16027         (c-basic-matchers-before): Use it.
16029         (c-font-lock-objc-iip-decl): Remove.
16031         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16032         in the template arglist recognition.
16034         * progmodes/cc-styles.el (c-style-alist): Fix several
16035         inconsistencies in the Whitesmith style.
16037         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16038         New lineup function to get lines after Whitesmith style blocks
16039         correctly indented.
16041         (c-lineup-whitesmith-in-block): Back out the compensation for
16042         opening parens since it's done using `add' lists in the style
16043         definition instead.  Don't use the anchor position since it varies
16044         too much between the syntactic symbols. :P
16046         * progmodes/cc-vars.el (c-valid-offset): Update.
16048         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16049         lists where the offsets are combined according to several
16050         different methods: `first', `min', `max', and `add'.
16051         Report offset evaluation errors with `c-benign-error' so that some kind
16052         of reindentation still is done.
16054         * progmodes/cc-engine.el (c-guess-basic-syntax):
16055         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16056         `arglist-close'.
16058         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16059         situations for `arglist-cont-nonempty' and `arglist-close'.
16061         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16063         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16064         cc-bytecomp-boundp' in a number of places.
16066         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16067         macro related issue.
16069 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16071         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16072         list is now [asdf], a char class [:alpha:].
16073         Include code for char classes.
16074         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16075         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16077         Remove (nearly all of) the cruft associated with AWK Mode's former
16078         concept of "virtual semicolons":
16080         Adapt c-beginning-of-statement, c-end-of-statement (together with
16081         subfunctions) to use the new notion of "virtual semicolon" in
16082         place of the old awkward special handling for AWK.  There remains
16083         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16084         * progmodes/cc-cmds.el:
16085         (c-ascertain-adjacent-literal): In the backwards direction, now
16086         recognises AWK regexp delimiters as string delimiters.
16087         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16088         check more rigorously for "end of macro".
16089         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16090         virtual semicolons;
16091         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16092         out the code for forward movement into ...
16093         (c-end-of-statement): Now contains the code for forward movement,
16094         adapted for virtual semicolons.
16096         * progmodes/cc-engine.el:
16097         (c-ws*-string-limit-regexp): New regexp.
16098         (c-forward-single-comment, c-backward-single-comment): Comment out
16099         the (now redundant) "special" AWK stuff.
16101         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16102         c-string-par-start, c-string-par-separate to be more like Text
16103         Mode than Fundamental Mode.
16105 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16107         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16108         to the fontified region so that fontification doesn't occur
16109         outside it (could happen e.g. when fontifying a line with an
16110         unfinished declaration).
16112 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16114         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16115         start of the file.  ^L now separate sections of the file.
16116         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16117         (c-awk-one-line-possibly-open-string-re)
16118         (c-awk-regexp-one-line-possibly-open-char-class-re)
16119         (c-awk-one-line-possibly-open-regexp-re)
16120         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16121         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16123         Amend the concept of "virtual semicolons" (in the indentation
16124         engine) for languages like AWK, such that they are now
16125         conceptually attached to end of the last token of a statement, not
16126         the end of the line.  (In AWK Mode, however, the pertinent text
16127         property is still physically set on the EOL.)  Remove the specific
16128         tests for awk-mode, thus facilitating the introduction of other
16129         language modes where EOLs can end statements.
16130         (Note: The funtionality in cc-cmds.el, specifically
16131         c-beginning/end-of-statement has yet to be amended.)
16133         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16134         New macros.
16136         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16137         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16138         c-vsemi-status-unknown-p-fn (in a new page).
16140         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16141         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16142         numerous awkward forms like
16143         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16144         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16145         variable before-ws-ip, the place just after char-before-ip appears.
16147         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16148         a comment.
16150 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16152         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16153         `c-tentative-buffer-changes'.
16155         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16156         convert to macro to choose between Emacs and XEmacs at compile time.
16158         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16160         (c-tentative-buffer-changes): New macro to handle temporary buffer
16161         changes in a convenient way.
16163         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16164         for `c-tentative-buffer-changes'.
16166         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16167         the checks for paren sexps between the point and the keyword, to
16168         avoid some false alarms.
16170         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16171         Fixed a situation where an error could be thrown for unbalanced
16172         parens.  Changed to make use of c-keyword-member' to avoid some
16173         repeated regexp matches.
16175         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16176         These language variable are no longer necessary.
16178         (c-block-stmt-kwds): New language constant used by
16179         c-looking-at-inexpr-block'.
16181         (c-guess-basic-syntax): Remove an optional check that looked at
16182         the existence of the now removed language variables.
16184         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16185         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16186         object instantiation expressions as declarations in some contexts.
16187         This bug only affected languages where the declarator can't be
16188         enclosed in parentheses.
16190         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16191         insert newlines before and after substatement braces.
16193         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16194         function declaration headers and the handling of C++ style member
16195         init lists.
16197         (c-just-after-func-arglist-p): Rewritten to use
16198         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16200         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16202         (c-guess-basic-syntax): Adapt case 5B for the new
16203         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16204         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16205         covers all cases now).
16207         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16209 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16211         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16212         c-string-par-start/separate c-sentence-end-with-esc-eol,
16213         initialised in c-setup-paragraph-variables, used in string
16214         scanning subroutines of c-beginning-of-statement.
16216         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16217         which precedes the newly inserted `{'.
16219 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16221         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16222         function for declaration level blocks.  It should now cope with
16223         templates better and also be a lot more comprehensible.
16225         (c-looking-at-decl-block): The new function.
16227         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16228         for compatibility.
16230         (c-add-class-syntax, c-guess-continued-construct)
16231         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16233         (c-decl-block-key): Change to tell apart ambiguous and
16234         unambiguous keywords.  Pike specials are now handled directly in
16235         the code instead.
16237         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16238         New language constants and variables to make the backward skip in
16239         `c-looking-at-decl-block' as tight as possible.
16241         (c-nonsymbol-token-char-list): New language constant.
16243         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16244         find balanced template arglists backwards.
16246         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16247         making char classes for `c-syntactic-skip-backward'.
16249         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16250         16D - can't be a class-close at that point.
16252         * progmodes/cc-engine.el (c-guess-basic-syntax)
16253         (c-add-class-syntax): Don't narrow out the enclosing declaration
16254         level.  This makes everything a lot easier, and it was actually
16255         only four small places that needed it to work.  Some places that
16256         previously did `widen' are removed now, which has the effect that
16257         `c-guess-basic-syntax' never will look at things outside the
16258         current narrowment now.  The anchor position for `topmost-intro'
16259         is affected by this, but it was so bogus it was basically useless
16260         before, and now it's equally bogus but in a slightly different way.
16262         (c-narrow-out-enclosing-class): Gone.
16264         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16265         the narrowed region.
16267         (c-least-enclosing-brace): Remove silly optional argument.
16269         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16270         the point could be left directly after an open paren when finding
16271         the beginning of the first decl in the block.
16273         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16274         Specify which submatch to use.
16276         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16278         (c-decl-start-re): No longer any need for special treatment of
16279         ObjC due to the above.
16281         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16282         presumably follows C in that regard.
16284         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16285         New language constants to specify operator tokens inside
16286         identifiers in a more high level way.
16288         (c-opt-identifier-prefix-key): New internal language constant.
16290         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16291         (c-identifier-start, c-identifier-key): Now completely calculated
16292         from other constants.
16294         (c-identifier-last-sym-match): Decommission since it's no longer used.
16296         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16298         * progmodes/cc-engine.el (c-forward-name): Remove the
16299         optimization when c-identifier-key is equal to c-symbol-key since
16300         it doesn't work in byte compiled files.  Don't record empty
16301         regions as identifiers.
16303         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16304         simplify access to `c-operators' and its likes.
16306         (c-operator-list, c-all-op-syntax-tokens)
16307         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16308         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16309         (c-primary-expr-regexp, c-cast-parens): Use it.
16311         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16312         an explicit language in functions.
16314         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16315         variant of adornment.
16317         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16318         variable.
16320         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16321         the Pike value.
16323         * progmodes/cc-engine.el (c-on-identifier)
16324         (c-simple-skip-symbol-backward): Small fix for handling "-"
16325         correctly in `skip-chars-backward'.  Affected the operator lfun
16326         syntax in Pike.
16328         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16329         diagnostic message about precompiled language vars not being used.
16331         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16332         "__attribute__" is followed by a parenthesis.
16334         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16335         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16336         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16338         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16339         Internal cleanups to properly detect the declared identifiers in
16340         various declarations.
16342         (c-decl-start-kwds): New language constant to recognize
16343         declarations that can start anywhere.  Used for class declarations
16344         in Pike.
16346         (c-specifier-key, c-not-decl-init-keywords)
16347         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16348         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16350         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16351         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16352         handling of the compiler specific extension keywords into a new
16353         language constant `c-decl-hangon-kwds' that defines keyword
16354         clauses to be ignored in declarations.
16356         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16357         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16358         Necessary to stop at the declared identifier in e.g. IDL valuetype
16359         declarations.
16361         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16362         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16363         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16364         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16365         class and enum declarations as such and not as part of the type.
16367         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16368         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16370         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16371         declarations when there's some syntax error later on.
16373         (c-complex-decl-matchers): Did away with a reference to
16374         `c-specifier-key'.
16376         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16377         value - this variable is always dynamically bound.
16379         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16380         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16381         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16382         functions that might do hidden buffer changes: All such internal
16383         functions are now marked instead of those that don't.
16385         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16386         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16387         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16388         (c-literal-type): Allow these functions to make hidden buffer changes,
16389         so that they are free to use text property caching later on.
16391         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16392         (c-electric-brace, c-electric-slash, c-electric-star)
16393         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16394         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16395         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16396         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16397         with the changed semantics of the functions above.
16399         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16400         when macros occur in obscure places.  Optimized the sexp movement
16401         a bit.
16403 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16405         Enhancements for c-beginning-of-statement to work in AWK Mode:
16407         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16408         (completed statement) with `}' (statement completed by closing
16409         brace or semicolon) and `$' (statement completed by EOL).
16411         (c-awk-virtual-semicolon-ends-prev-line-p)
16412         (c-awk-virtual-semicolon-ends-line-p)
16413         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16414         (c-awk-at-statement-end-p): New functions.
16416         * progmodes/cc-cmds.el: Simplify the structure of functions
16417         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16418         two functions and c-beginning-of-statement to handle AWK Mode.
16420         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16421         c-backward-single-comment for AWK mode.  Attempt to clarify their
16422         doc-strings.
16424         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16426 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16428         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16429         label handling.  Labels are now recognized in a uniform and more
16430         robust way, regardless of context.  Text properties are put on all
16431         labels to recognize the following declarations better.
16432         Multiword labels are handled both in indentation and fontification for
16433         the benefit of language extensions like Qt.  For consistency, keywords
16434         in labels are now fontified with the label face instead.
16435         That also applies to "case" and "default".
16437         (c-beginning-of-statement-1): Fix some bugs in the label
16438         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16439         with `c-label-kwds'.
16441         (c-find-decl-spots): Support that the callback adds more
16442         `c-decl-end' spots to find.
16444         (c-forward-decl-or-cast-1): Don't treat a list of plain
16445         identifiers followed by a colon as a declaration.
16447         (c-forward-label): New function to recognize labels.
16449         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16450         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16451         earlier since they aren't so context sensitive now.  Handle labels
16452         on the top level gracefully.  Moved access label recognition to
16453         the generic label case (CASE 15) - removed CASE 5E.
16455         (c-font-lock-declarations): Add recognition of labels in the
16456         same round since we need to handle labels in parallell with other
16457         declarations to recognize both accurately.  It should also improve
16458         speed.
16460         (c-simple-decl-matchers, c-basic-matchers-after):
16461         Move `c-font-lock-labels' so that it only is used on decoration level 2
16462         since `c-font-lock-declarations' handles it otherwise.
16464         (c-complex-decl-matchers): Remove the simplistic recognition of
16465         access labels.
16467         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16468         with labels earlier.
16470         (c-decl-start-re): New language variable to make
16471         `c-font-lock-declarations' stop for the special protection labels
16472         in Objective-C that start with `@'.
16474         (c-label-key): Remove since it's no longer used.
16476         (c-recognize-colon-labels, c-label-prefix-re): New language
16477         constants to support recognition of generic colon-terminated labels.
16479         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16480         are colon terminated labels.
16482         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16483         first argument starts with a special brace list.
16485         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16486         (c-font-lock-declarations): Break out the declaration and cast
16487         recognition from `c-font-lock-declarations' to a new function, so
16488         that it can be used in the indentation engine.
16490         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16491         up to the start of the literal.  Fixed bug with the point on the
16492         wrong side of the search limit that could happen when the start
16493         position is inside a literal.
16495         * progmodes/cc-engine.el (c-parse-state)
16496         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16497         so that it's kept a little bit back to increase the hit rate.
16499         (c-parse-state): Change the macro handling and fixed some
16500         glitches.  Macro context is checked more often than necessary now,
16501         but otoh less garbage conses are generated.
16503         * progmodes/cc-engine.el (c-parse-state)
16504         (c-invalidate-state-cache): Cache the last position where
16505         `c-state-cache' applies.  This can speed up refontification quite
16506         a bit in blocks where there are many non-brace parens before the point.
16508         (c-state-cache-end): New variable for this.
16510         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16511         cache variable.
16513         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16514         get close initial continue positions when the start position is
16515         inside a literal or macro.  Do not call the callback for spots
16516         before the start position (which can happen e.g. for `c-decl-end'
16517         spots inside comments).  Optimize better in special cases when the
16518         region is a single line inside a literal or macro (typically when
16519         the current line is refontified).
16521         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16522         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16523         entries from the paren state.
16525         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16526         special case for "else if" clauses.
16528         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16529         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16531         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16532         New language variable to recognize the gcc extension with statement
16533         blocks inside expressions.
16535         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16536         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16537         no longer used and hence removed.
16539         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16540         to `c-add-stmt-syntax'.
16542         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16543         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16544         This fixes bogus label recognition.
16546         * progmodes/cc-engine.el (c-add-type, c-check-type)
16547         (c-forward-name, c-forward-type): Improve storage of template
16548         types in `c-found-types' so that they can be recognized better.
16550         (c-syntactic-content): Add option to skip past nested parens.
16552         * progmodes/cc-engine.el (c-forward-name):
16553         Set `c-last-identifier-range' all the time.  It's less work that way.
16554         Handle that there might not be an identifier to store in
16555         `c-last-identifier-range'.
16557         (c-forward-type): Handle that `c-last-identifier-range' might be
16558         nil from `c-forward-name'.
16560         * progmodes/cc-defs.el (c-safe-scan-lists)
16561         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16563         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16564         to work even if the form fails.
16566         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16567         down in a large file in one go.
16569         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16571         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16572         function which is like `c-lineup-math' but returns nil instead of
16573         `c-basic-offset' when it doesn't match.
16575         (c-lineup-math): Change to use `c-lineup-assignments'.
16577 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16579         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16580         c-beginning-of-statement.  New subfunctions
16581         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16583 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16585         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16586         hardcoded char classes whereever possible.  Changed a couple of
16587         places to use skip by syntax instead of skip by char class.
16589         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16590         Fix a bug in the regexp that caused extreme backtracking.
16592         * progmodes/cc-langs.el (c-block-comment-starter)
16593         (c-block-comment-ender): New language constants to specify in a
16594         single place how block comments look.
16596         (c-comment-start-regexp, c-block-comment-start-regexp)
16597         (comment-start, comment-end, comment-start-skip)
16598         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16599         (c-syntactic-ws, c-nonempty-syntactic-ws)
16600         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16601         `c-line-comment-starter', `c-block-comment-starter' and
16602         `c-block-comment-ender'.
16604         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16605         New language constants to break up things a bit.
16607         (c-simple-ws): New language constant for simple whitespace.
16609         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16611         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16612         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16613         newlines.  Allow and ignore nil elements in the list.
16615 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16617         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16618         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16620         * progmodes/cc-cmds.el: Tidy up the comments in
16621         c-beginning-of-statement and subfunctions.
16623         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16624         more flexible c-put-char-property and c-clear-char-properties.
16625         Add the author's email address.
16627         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16629         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16630         closing "*/" of a block comment.
16632         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16633         subfunctions) so that it works at BOB and EOB.
16635         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16636         c-beginning-of-statement, including new variable
16637         c-block-comment-start-regexp.
16639 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16641         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16642         symbols from `*-font-lock-extra-types' so that there's no need to
16643         use `regexp-opt' on those lists.
16645         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16646         `c-type-modifier-kwds' is empty.
16648         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16649         there are several strings on the same line.
16651         * progmodes/cc-engine.el (c-literal-limits): Remove the
16652         compatibility function for older emacsen.  `c-literal-limits-fast'
16653         has now taken the place of this function.
16655         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16656         with older emacsen: We now require `pps-extended-state'.
16658 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16660         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16661         which obviates the need to hack sentence-end.  This now handles
16662         escaped newlines in strings correctly.  Correct minor bugs in
16663         c-move-over-sentence and in c-beginning-of-statement.
16665         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16666         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16667         that movement over macros and code are rigorously separated from
16668         eachother.  Correct a few incidental bugs.
16670         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16671         Improve its doc-string.  Improve the handling of certain specific cases.
16673 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16675         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16676         (c-guess-basic-syntax): Change the way class-level labels are
16677         recognized; they can now contain essentially any symbols.
16679         (c-opt-extra-label-key): New language variable to cope with the
16680         special protection label syntax in Objective-C.
16682         (c-opt-access-key): Remove; this is now handled better by
16683         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16685         (c-complex-decl-matchers): Update to handle that
16686         `c-opt-access-key' no longer exists.
16688         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16689         improved label recognition in `c-beginning-of-statement-1'.
16691         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16692         Recognize bitfields better.
16694         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16695         Remove some cruft and fixed a bug that could cause it to go to a
16696         position further down.
16698         * progmodes/cc-langs.el, cc-engine.el
16699         (c-beginning-of-statement-1): Improve detection of labels in
16700         declaration contexts.
16702         (c-beginning-of-decl-1): Use it.
16704         (c-nonlabel-token-key): New language constant and variable needed
16705         by `c-beginning-of-statement-1'.
16707         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16708         manifested itself due to the correction in `c-forward-sexp'.
16710         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16711         Make these behave as documented when used at the buffer limits.
16713         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16714         (c-type-decl-end-used): Made this a language variable.
16716         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16717         correctly when `combine-after-change-calls' is used together with
16718         temporary narrowings.
16720         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16721         Report labels correctly when the start point is immediately after the
16722         colon.
16724         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16725         Remove since it isn't used anymore.
16727         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16728         bracket arglists such as template parens in C++.
16730         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16731         in the last check-in.  Some optimization.
16733         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16734         where it could stop at the same level in a preceding sexp when
16735         PAREN-LEVEL is set.
16737         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16738         text property lookup only when it's needed.
16740         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16741         Change the policy for paren marked angle brackets to be more
16742         persistent; once marked they remain marked even when they're found
16743         to be unbalanced in the searched region.  This should keep the
16744         paren syntax around even when individual lines are refontified in
16745         multiline template arglists.
16747         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16748         to control markup so that incorrect angle bracket arglists aren't
16749         marked in contexts where the correct value for
16750         `c-disallow-comma-in-<>-arglists' isn't known.
16752         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16753         argument has become `c-parse-and-markup-<>-arglists'.
16755         (c-remove-<>-arglist-properties): Remove - no longer used.
16757         (c-after-change-check-<>-operators): New function used on
16758         `after-change-functions' to avoid that "<" and ">" characters that
16759         are part of longer operators have paren syntax.
16761         (c-<>-multichar-token-regexp): New language variable used by
16762         `c-after-change-check-<>-operators'.
16764         (c-after-change): Call `c-after-change-check-<>-operators'.
16766         (c-font-lock-<>-arglists): Use the context properties set by
16767         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16768         correctly to avoid doing invalid markup.
16770         (c-font-lock-declarations): Remove code that undoes the invalid
16771         markup done by `c-font-lock-<>-arglists'.
16773         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16774         after `c-font-lock-declarations'.
16776         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16777         Add paren-level feature.
16779         (c-guess-basic-syntax): Improve the anchor position for
16780         `template-args-cont' in nested template arglists.  There's still
16781         much to be desired in this area, though.
16783 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16785         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16786         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16788 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16790         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16791         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16793         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16794         it doesn't work no longer are supported.
16796         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16797         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16798         requires support for the syntax-table' text property, which rules
16799         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16800         cruft associated with those versions.
16802         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16803         for the `syntax-table' text property, which rules out Emacs 19 and
16804         XEmacs < 21.4.  Removed various compatibility cruft associated
16805         with those versions.
16807         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16808         support for the `syntax-table' text property.
16810         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16811         variable and use an extra quoted face name instead.  All the
16812         emacsen flavors handle that correctly.
16814         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16815         (c-font-lock-declarators, c-font-lock-declarations)
16816         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16817         property to mark the items in in declarator lists to handle
16818         refontification inside multiline declarations better.
16820         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16821         construct like "a * b = c;" as a declaration.
16823 2005-12-08  Kim F. Storm  <storm@cua.dk>
16825         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16826         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16827         select either meta, hyper, or super modifier for rectangle commands.
16828         (cua--rectangle-modifier-key): New defvar.
16829         (cua--M/H-key): Use it.  Remove special case for `space'.
16830         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16831         on X, to meta otherwise.  Always bind C-return to toggle
16832         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16834         * emulation/cua-rect.el (cua-help-for-rectangle):
16835         Use cua--rectangle-modifier-key.  Handle super modifier too.
16836         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16837         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16839         * ido.el: Move Acknowledgements and History after Commentary.
16840         Minor changes to Commentary.
16842         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16843         keymap if cua--prefix-override-timer is `shift'.
16844         (cua--shift-control-prefix): New function; emulate "type prefix
16845         key twice" functionality to handle shifted prefix key override.
16846         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16847         New commands.
16848         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16850 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16852         * textmodes/org.el (org-insert-heading): Try to do items before
16853         headings.
16854         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16855         (org-insert-item): New function.
16856         (org-renumber-ordered-list): Don't skip to higher level lists.
16858 2005-12-08  Juri Linkov  <juri@jurta.org>
16860         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16862         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16864         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16866         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16867         the constructed function name fun-1.
16869         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16870         because such links don't lead to parent documentation.
16872 2005-12-08  Kenichi Handa  <handa@m17n.org>
16874         * descr-text.el (describe-char): Use *Help-2* buffer if the
16875         current buffer is *Help*.  Call describe-text-properties while
16876         setting the original buffer.
16878 2005-12-07  Bill Wohler  <wohler@newt.com>
16880         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16881         and causes problems with non-MH users (such as Gnus users).
16883 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16885         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16886         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16887         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16888         command "info sources".  Move calls to GDB command "list".
16889         (gdb-find-file-hook): Just use gdb-source-file-list.
16890         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16891         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16892         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16893         (gdb-data-list-register-values-handler): Use correct trigger name.
16895 2005-12-07  Kim F. Storm  <storm@cua.dk>
16897         * ido.el (ido-completion-map): Rename from ido-mode-map.
16898         (ido-common-completion-map, ido-file-completion-map)
16899         (ido-file-dir-completion-map, ido-buffer-completion-map):
16900         Rename from ido-mode-....-map.
16901         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16902         (ido-setup-completion-map): Rename from ido-define-mode-map.
16903         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16904         to ido-completion-map.
16906 2005-12-07  Kenichi Handa  <handa@m17n.org>
16908         * international/mule-cmds.el
16909         (set-display-table-and-terminal-coding-system): If the coding
16910         system specified in `unibyte-display' property is different from
16911         the arg coding-system, don't setup standard-display-table.
16913 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16915         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16916         that comments end at \n, regardless of selective-display.
16918 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16920         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16921         (gdb-version): New variables.
16922         (gdb-source-file-list, gdb-register-names)
16923         (gdb-changed-registers): New variables for use with GDB 6.4+.
16924         (gdb-ann3): Replace with...
16925         (gdb-init-1, gdb-init-2): ...two new functions.
16926         (gdba, gdb-prompt): Call gdb-init-1.
16927         (gdb-get-version): New function.  Call gdb-init-2 from here.
16928         (gud-watch): Make it work with mouse events too.
16929         (gdb-post-prompt): Don't add to queue until GDB version is known.
16930         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16931         (gdb-locals-mode): Use gdb-version.
16932         (gdb-memory-format-map, gdb-memory-unit-map)
16933         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16934         (gdb-locals-font-lock-keywords-1)
16935         (gdb-locals-font-lock-keywords-2): New variables.
16936         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16937         (gdb-set-gud-minor-mode-existing-buffers-1)
16938         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16939         (gdb-var-update-1, gdb-var-update-handler-1)
16940         (gdb-data-list-register-values-handler)
16941         (gdb-data-list-register-values-custom)
16942         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16943         (gdb-stack-list-locals-handler, gdb-get-register-names):
16944         New functions for use with GDB 6.4+.
16945         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16946         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16947         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16948         (gdb-stack-list-locals-regexp)
16949         (gdb-data-list-register-names-regexp): New regexps for use with
16950         GDB 6.4+.
16952 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16954         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16956 2005-12-06  Nozomu Ando  <nand@mac.com>
16958         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16959         prompts work for AUTH PLAIN.  Also reported by Steve Allan
16960         <seallan@verizon.net>.
16962 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16964         * frame.el (set-frame-parameter): Add doc string.
16966 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
16968         * textmodes/org.el (org-occur-highlights): New variable.
16969         (org-highlight-new-match, org-remove-occur-highlights): New functions.
16970         (org-highlight-sparse-tree-matches): New option.
16971         (org-do-occur): New function.
16972         (org-get-heading): Make it work also at beginning of line.
16973         (org-category-table): New variable.
16974         (org-get-category-table, org-get-category)
16975         (org-camel-to-words, org-link-search): New functions.
16976         (org-select-this-todo-keyword): New variable.
16977         (org-todo-list): New command.
16978         (org-shiftright, org-shiftleft): New commands.
16979         (org-agenda-todo): Add prefix argument.
16980         (org-show-hierarchy-above): New option.
16981         (org-show-todo-tree): Numerical prefix creates tree for specific
16982         TODO keyword.
16983         (org-outline-level): New function, to assign a level to plain
16984         lists items.
16985         (org-cycle-include-plain-lists): New option.
16986         (org-mode): Use `org-outline-level' as value of `outline-level'.
16987         (org-cycle): Temporarily switch `outline-regexp' if
16988         `org-cycle-include-plain-lists' is non-nil.
16989         (org-start-icalendar-file): Fix format bug.
16990         (org-agenda-get-day-entries): Create category table.
16991         (org-agenda-get-todos, org-agenda-get-timestamps)
16992         (org-agenda-get-deadlines, org-agenda-get-scheduled)
16993         (org-agenda-get-blocks): Use `org-get-category'.
16994         (org-context-in-file-links): Rename from
16995         `org-line-numbers-in-file-links'.
16997 2005-12-06  Romain Francoise  <romain@orebokech.com>
16999         * window.el (balance-windows): Delete extraneous third arg in call
17000         to `enlarge-window'.
17002 2005-12-06  Kenichi Handa  <handa@m17n.org>
17004         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17006 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17008         * progmodes/gdb-ui.el (gdb-var-create-handler)
17009         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17010         (gdb-var-list-children-handler, gdb-var-update-handler):
17011         Current buffer is already gdb-partial-output-buffer, don't
17012         make it current again.
17014 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17016         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17017         (list-buffers-noselect): Use it.
17019 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17021         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17022         (mail-yank-ignored-headers): Use regexp-opt.
17023         (mail-mode-map): Move initialization into declaration.
17024         (mail-sent-via): Remove unused shadowed var `to-line'.
17025         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17026         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17027         (mail-do-fcc): Use dolist and push.
17028         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17029         (mail-yank-ignored-headers): Don't autoload.
17031 2005-12-05  Kenichi Handa  <handa@m17n.org>
17033         * international/mule-cmds.el (set-language-info-internal): New fun.
17034         (set-language-info): Call set-language-info-internal to update
17035         language-info-alist.  If LANG-ENV is the current one, call
17036         set-language-environment to make INFO effective now.
17037         (set-language-info-alist): Likewise.
17038         (locale-language-names): With locale "en", use English
17039         lang. env. but set the default codings to iso-8859-1.
17041 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17043         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17044         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17045         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17046         for plain strings.
17047         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17048         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17049         Create registers buffer if necessary.  Echo new state in minibuffer.
17050         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17052 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17054         * info.el (Info-fontify-node): Match external links using
17055         non-directory part of filename.
17057 2005-12-04  Juri Linkov  <juri@jurta.org>
17059         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17060         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17061         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17062         because there is no customization option for it.
17064         * font-lock.el (lisp-font-lock-keywords-1):
17065         Add define-global-minor-mode.
17067         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17069         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17070         properties on the constructed variable names.
17072         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17073         Put `definition-name' properties on the constructed function names
17074         next-sym and prev-sym.
17076         * emacs-lisp/find-func.el (find-function-regexp):
17077         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17078         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17079         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17080         and easy-menu-define.
17082         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17083         easy-mmode-define-global-mode and define-global-minor-mode.
17084         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17086         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17087         instead of easy-mmode-define-global-mode.
17089         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17090         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17092         * cus-edit.el (customize-group, customize-group-other-window):
17093         Filter out autoloaded options from the group completion list by
17094         using heuristics that autoloaded groups don't have `custom-autoload'
17095         property on their symbols (they have only `custom-loads').
17097         * simple.el (completion-setup-function): Put completions-common-part
17098         face on complete completion string too (i.e. completion string
17099         without completions-first-difference face).
17101         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17103 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17105         * view.el (view-mode): Doc fix.
17107         * disp-table.el (standard-display-european): Add to the warning
17108         message a reference to the doc string.
17110         * play/yow.el (apropos-zippy): Call print-help-return-message,
17111         similar to other Help and Apropos commands.
17113         * help.el (print-help-return-message): If pop-up-frames is
17114         non-nil, set up help-return-method to delete the help window and,
17115         possibly, its frame as well, and don't display message about
17116         scrolling the help window.  Doc fix.
17117         (help-return-method): Doc fix.
17119 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17121         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17122         whereby names of length one or names starting with a
17123         symbol-constituent character would not be returned.
17125 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17127         * subr.el (atomic-change-group): Add edebug and indentation spec.
17129 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17131         * completion.el (save-completions-file-name): Fix typo in last change.
17133 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17135         * info.el: Move back/forward history to the beginning of the tool bar.
17137 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17139         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17140         Add fset of allout-real-isearch-abort during compile to fix
17141         byte-compilation warnings.
17142         (allout-mode-p): Move definition of this macro above all uses, or
17143         byte compilation in barren Emacs (eg, during Emacs build) will
17144         lack the definition.
17145         (allout-mode): Move this variable above any uses, or byte
17146         compilation will fail.
17147         (allout-resolve-xref): Remove use of personal file-reference function.
17148         (allout-toggle-current-subtree-encryption): Do the current (ie,
17149         visible containing) topic, rather than nearest around point.  Doc fix.
17150         (allout-toggle-subtree-encryption): New function, workhorse that
17151         works on nearest topic containing point.
17152         (allout-encrypt-string): Signal requirement for newer version of pgg.
17153         (allout-resumptions): Doc fix.
17155 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17157         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17159 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17161         * textmodes/flyspell.el (flyspell-external-point-words):
17162         Consider a misspelling as found in the string search if: (a) misspelling
17163         and found string lengths match, or (b) misspelling is found as
17164         element in a boundary-chars separated longer string, or (c)
17165         ispell-program-name is really ispell and misspelling is found as
17166         part of a TeX string.  After successful match move beginning of
17167         search region to end of match.  Warn about not found misspellings
17168         once the process is done.
17169         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17171 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17173         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17174         tool bar (removed inadvertently).
17176 2005-12-02  Juri Linkov  <juri@jurta.org>
17178         * log-view.el (log-view-diff): Clarify doc string.
17180 2005-12-01  Bill Wohler  <wohler@newt.com>
17182         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17183         triggers lm-verify errors.
17185 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17187         * simple.el (transient-mark-mode, line-number-mode)
17188         (column-number-mode, size-indication-mode): Remove `:require nil'.
17190 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17192         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17193         in the margin also.
17194         (gdb-breakpoints-mode-map): Use D instead of d for
17195         gdb-delete-breakpoint.
17196         (gdb-get-frame-number): Require a number to match on.
17197         (gdb-threads-mode-map): Add follow-link binding.
17199 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17201         * isearch.el (isearch-mode-map): Avoid exiting search on
17202         language-change event.
17204 2005-11-30  Romain Francoise  <romain@orebokech.com>
17206         * speedbar.el (speedbar-default-position): New defcustom.
17207         (speedbar-frame-reposition-smartly): Use it.
17209         * dframe.el (dframe-reposition-frame-emacs): Fix position
17210         computation for `left' location.
17211         Update copyright year.
17213 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17215         * help.el (help-map): Move initialization into declaration.
17217         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17219         * help-fns.el (help-argument-name): Don't autoload.
17220         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17221         to be re-loaded when customizing the `help' group.
17223 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17225         * help-fns.el (describe-function-1): Fill arglist output.
17227 2005-11-30  Kim F. Storm  <storm@cua.dk>
17229         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17230         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17231         after revert-buffer (or anything else which kills all local variables).
17233         * apropos.el (apropos-parse-pattern): Doc fix.
17234         Set apropos-regexp directly, rather than expecting callers to do so.
17235         (apropos-command, apropos, apropos-value, apropos-documentation):
17236         Simplify calls to apropos-parse-pattern.
17238 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17240         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17241         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17242         (hi-lock-write-interactive-patterns): Use comment-region.
17244         * longlines.el (longlines-mode): Add mail-setup-hook.
17246         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17248         * simple.el (sendmail-user-agent-compose, next-line):
17249         Conditionally use hard-newline.
17251 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17253         * international/latexenc.el (latex-inputenc-coding-alist):
17254         Reword doc string.
17256 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17258         * help.el (describe-key-briefly, describe-key): Recognize default
17259         bindings.
17261 2005-11-29  Romain Francoise  <romain@orebokech.com>
17263         * view.el (view-inhibit-help-message): New defcustom.
17264         (view-mode-enter): Use it.
17266 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17268         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17269         Preserve user position.
17271 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17273         * font-lock.el: Throw error if facemenu is not loaded to prevent
17274         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17276         * loadup.el: Add comment explaining why facemenu must be loaded
17277         before font-lock.
17279 2005-11-28  Jay Belanger  <belanger@truman.edu>
17281         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17282         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17284         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17286         * calc/calc-embed.el (calc-do-embedded): Update help message.
17288         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17290 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17292         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17294         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17295         called-interactively-p.
17296         (elp-profilable-p): Rename from elp-not-profilable-p.
17297         Invert result and take into account macros and autoloaded functions.
17298         (elp-instrument-function): Update call.
17299         (elp-instrument-package): Update call.  Add completion.
17300         (elp-pack-number): Use match-string.
17301         (elp-results-jump-to-definition-by-mouse): Merge into
17302         elp-results-jump-to-definition and then remove.
17303         (elp-output-insert-symname): Make help echo text single-line.
17305         * replace.el (query-replace-map): Move initialization into declaration.
17306         (occur-engine): Use with-current-buffer.
17307         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17308         (occur-mode-mouse-goto): Replace with an alias.
17310 2005-11-28  Juri Linkov  <juri@jurta.org>
17312         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17314         * term/w32-win.el: Bind [S-tab] to [backtab].
17316         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17317         `Info-find-file' to t.
17319         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17320         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17321         and same-window-regexps.
17322         (occur-next-error): Don't move point for arg 0.
17324 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17326         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17328 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17330         * log-edit.el (log-edit-changelog-use-first): New var.
17331         (log-edit-changelog-ours-p): Use it.
17332         (log-edit-insert-changelog): Set it with new arg `use-first'.
17333         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17334         (log-edit-hook): Add them to the list of suggested options.
17336         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17337         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17338         redundant work.
17339         (flyspell-mode-on): Use add-hook for after-change-functions.
17340         (flyspell-mode-off): Use remove-hook for after-change-functions.
17341         (flyspell-changes): Make it buffer-local.
17342         (flyspell-after-change-function): Make it non-interactive.  Use push.
17343         (flyspell-post-command-hook): Check input-pending-p while processing
17344         the potentially long list of buffer changes.
17346 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17348         * buff-menu.el (list-buffers-noselect): Display the selected
17349         frame's buffer list, not the global one.
17351 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17353         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17354         that (list last-input-event) works as in interactive spec.
17356 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17358         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17359         `facemenu-keymap' needs to be defined when font-lock is loaded.
17360         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17362 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17364         * completion.el: Remove useless leading * in defcustom docstrings.
17365         (save-completions-file-name): Use ~/.emacs.d if available.
17366         (completion-standard-syntax-table): Rename from
17367         cmpl-standard-syntax-table and fold initialization into declaration,
17368         thus removing cmpl-make-standard-completion-syntax-table.
17369         (completion-lisp-syntax-table, completion-c-syntax-table)
17370         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17371         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17372         (symbol-under-point, symbol-before-point)
17373         (symbol-under-or-before-point, symbol-before-point-for-complete)
17374         (add-completions-from-c-buffer): Use with-syntax-table.
17375         (make-completion): Don't return a list of completion entries.
17376         Update callers.
17377         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17378         (completion-initialize): Rename from initialize-completions.
17379         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17380         (kill-emacs-save-completions): Collect stats here.
17381         (save-completions-to-file, load-completions-from-file):
17382         Use with-current-buffer.
17383         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17384         into a function.  Move all calls to toplevel.
17385         (completion-lisp-mode-hook): New fun.
17386         (completion-c-mode-hook, completion-setup-fortran-mode):
17387         Set the syntax-table here.  Use local-set-key.
17388         (completion-saved-bindings): New var.
17389         (dynamic-completion-mode): Make it into a proper minor mode.
17390         (load-completions-from-file): Remove unused var `num-uses'.
17392         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17393         constructor if it is explicitly overridden.
17395         * complete.el (PC-completion-as-file-name-predicate):
17396         Use minibuffer-completing-file-name.
17397         (partial-completion-mode): Use find-file-not-found-functions.
17398         (PC-lisp-complete-symbol): Use with-syntax-table.
17399         (PC-look-for-include-file): Remove dead setq.
17400         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17401         (PC-complete): Use with-current-buffer.
17403         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17404         escape single quotes.
17406 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17408         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17409         of `if' whose condition always returned nil.  Doc fix.
17411         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17412         window's buffer the current buffer around the call to
17413         `list-buffers-noselect'.  This is necessary to mark that buffer
17414         with a `.' in the Buffer Menu when called from Lisp, for instance
17415         by Auto Revert Mode.
17417 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17419         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17420         attaching to it.
17421         (gdb-pre-prompt): Make sure gdb-error is reset.
17423         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17424         with a child process, detect it.
17425         (gud-speedbar-buttons): Match regexp more carefully.
17427 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17429         * mouse.el (mouse-drag-move-window-bottom):
17430         Use adjust-window-trailing-edge.
17432 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17434         * simple.el (blink-matching-open): Ignore
17435         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17436         (blink-matching-paren-on-screen): Update docstring.
17438         * paren.el (show-paren-mode): No longer change
17439         `blink-matching-paren-on-screen'.
17441 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17443         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17444         (gdb-threads-select, gdb-edit-register-value):
17445         Use `posn-set-point' instead of `mouse-set-point' because the
17446         latter is not fbound when configured without X.
17448 2005-11-27  Kim F. Storm  <storm@cua.dk>
17450         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17451         existing face when partially highlighting a TAB in a rectangle.
17453 2005-11-26  Kim F. Storm  <storm@cua.dk>
17455         * ido.el (ido-mode-map): Doc fix.
17456         (ido-mode-common-map, ido-mode-file-map)
17457         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17458         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17459         parent for ido-mode-map instead of building from scratch.
17460         (ido-init-mode-maps): New defun to initialize new maps.
17461         (ido-mode): Call it.
17462         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17463         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17465 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17467         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17468         `mouse-set-point' because the latter is not fbound when configured
17469         without X.
17471 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17473         * files.el (file-relative-name): Doc fix.
17475 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17477         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17478         non-empty string for secondary prompt PS2.
17480 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17482         * progmodes/compile.el (compilation-setup): Fix last change.
17484 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17486         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17487         (gdb-mouse-toggle-breakpoint-margin)
17488         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17489         Add gdb-server-prefix to keep out of command history.
17490         (gdb-edit-register-value): New function.
17491         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17492         (gdb-info-registers-custom): Use above map.
17494 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17496         * custom.el (enable-theme): Signal error if argument is not a
17497         theme.  Don't recalculate a face if it's not loaded yet.
17499         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17500         the `user' theme is in effect.
17502         * info.el (Info-on-current-buffer): Record actual filename in
17503         Info-current-file, instead of t, or a fake filename if a non-file
17504         buffer.  Make autoload.
17505         (Info-find-node, Info-revert-find-node): No need to check for
17506         Info-current-file nil.
17507         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17508         Info-current-file is now never `t'.
17509         (Info-fontify-node): Many simplifications due to Info-current-file
17510         always being valid.  Use Info-find-file to find node filename.
17512 2005-11-25  David Kastrup  <dak@gnu.org>
17514         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17515         new character, then delete" in order to preserve markers.
17517 2005-11-25  David Ponce  <david@dponce.com>
17519         * recentf.el (recentf-arrange-by-rule): Handle a special
17520         `auto-mode-alist'-like "strip suffix" rule.
17521         (recentf-build-mode-rules): Handle second level auto-mode entries.
17523 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17525         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17526         window modes.
17528         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17529         jde-javadoc-checker-report-mode.
17531         * ediff-wind (ediff-make-wide-display): Slight simplification.
17533         * ediff.el (ediff-date): Change the date of last update.
17535 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17537         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17538         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17539         (hi-lock-mode): New global minor mode.
17540         (turn-on-hi-lock-if-enabled): New function.
17541         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17542         Change arguments to regexp and face instead of a font-lock pattern.
17543         Directly set face property, instead of refontifying.
17544         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17545         (hi-lock-find-patterns): Use line-number-at-pos.
17547         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17548         arguments for hi-lock-set-pattern.
17549         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17550         Call font-lock-fontify-buffer.
17551         (hi-lock-find-file-hook, hi-lock-current-line)
17552         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17554         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17555         turned off.
17557         * progmodes/compile.el (compilation-setup): Don't fiddle with
17558         font-lock-defaults.
17560 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17562         * progmodes/gdb-ui.el (gdb-var-create-handler)
17563         (gdb-var-list-children-handler): Find values for all variable
17564         objects.  gud-speedbar-buttons decides whether to display them.
17566 2005-11-24  Romain Francoise  <romain@orebokech.com>
17568         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17569         buffer name with a space.
17571 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17573         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17574         `org-export-local-list-max-depth'.  Change default value to 3.
17575         (org-auto-renumber-ordered-lists)
17576         (org-plain-list-ordered-item-terminator): New options.
17577         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17578         (org-get-indentation, org-get-string-indentation)
17579         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17580         New functions.
17581         (org-move-item-down, org-move-item-up): New commands.
17582         (org-export-as-html): New classes for CSS support.  Bug fix in
17583         regular expression detecting fixed-width regions.  Respect
17584         `org-local-list-ordered-item-terminator'.
17585         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17586         also a list item.
17587         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17588         New item moving functions.
17590 2005-11-24  Juri Linkov  <juri@jurta.org>
17592         * isearch.el (isearch-repeat): With empty search ring set
17593         `isearch-error' to the error string instead of signaling error
17594         with the function `error'.
17596 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17598         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17600 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17602         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17603         and variable.
17604         (gdb-var-create-handler, gdb-var-list-children-handler):
17605         Don't match on "char **...".
17606         (gdb-var-update-handler): Find values for all variable objects.
17607         (gdb-info-frames-custom): Identify frames by leading "#".
17609         * progmodes/gud.el (gud-speedbar-menu-items): Add
17610         gdb-speedbar-auto-raise as radio button.
17611         (gud-speedbar-buttons): Raise speedbar if requested.
17612         Don't match on "char **...".
17613         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17614         Make it editable.
17616 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17618         * info.el (Info-fontify-node): Handle the case where
17619         Info-current-file is t.
17621 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17623         * simple.el (blink-matching-open): Fix off-by-one in last change.
17625 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17627         * term/mac-win.el: Don't change default directory.
17629 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17631         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17632         buffers correctly.  (It used to throw an error in such buffers.)
17633         Make it ask for confirmation in group buffers and other Custom
17634         buffers containing more than one customization item.
17636 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17638         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17639         property on mail and url overlays.
17640         (goto-address-at-point): Use `posn-set-point' instead of
17641         `mouse-set-point' because the latter is not fbound when configured
17642         without X.
17644 2005-11-22  Lars Hansen  <larsh@soem.dk>
17646         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17647         (ls-lisp-classify, ls-lisp-format): Delete call to
17648         ls-lisp-parse-symlink.
17649         (ls-lisp-handle-switches): Handle symlinks to directories as
17650         directories when ls-lisp-dirs-first in non-nil.
17652 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17654         * startup.el (command-line): Make sure that loaddefs.el is handled
17655         correctly in load-history.
17657 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17659         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17660         (gdb-struct-string, gdb-array-string): New constants.
17661         (gdb-info-locals-handler): Use them.
17662         (gdb-reset): Reset gdb-var-list to nil.
17664 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17666         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17667         in patterns.
17669 2005-11-21  Juri Linkov  <juri@jurta.org>
17671         * custom.el (defcustom): Update link types in docstring.
17673 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17675         * custom.el (defgroup): Add doc-string-elt info.
17677         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17679 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17681         * newcomment.el (comment-enter-backward): Fix last fix.
17683         * simple.el (blink-matching-open):
17684         * paren.el (show-paren-function): Allow new paren-class info.
17686 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17688         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17689         handled automagically.
17691 2005-11-20  Andreas Schwab  <schwab@suse.de>
17693         * descr-text.el (describe-char): When copying overlays put them
17694         over the full char description instead of just the first character
17695         of it.
17697 2005-11-20  Juri Linkov  <juri@jurta.org>
17699         * simple.el (what-cursor-position):
17700         * descr-text.el (describe-char): Use Lisp-readable syntax
17701         for octal and hex.  Reorder decimal, octal and hex values.
17702         Remove excess whitespace in the output.  Use `=' in `column='
17703         like in `point=' and `Hscroll='.
17705         * international/mule-cmds.el (encoded-string-description):
17706         Use Lisp-readable syntax for hex.
17708 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17710         * newcomment.el (comment-enter-backward): Handle the case where the
17711         comment is closed by EOB.
17713 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17715         * longlines.el (longlines-before-revert-hook)
17716         (longlines-after-revert-hook): New functions.
17717         (longlines-mode): Turn off longlines temporarily when reverting.
17718         Add a message-setup-hook.
17719         (longlines-decode-buffer): New function.
17720         (longlines-wrap-line): Preserve marker positions.
17722 2005-11-19  Andreas Schwab  <schwab@suse.de>
17724         * emacs-lisp/shadow.el: Handle compressed files.
17726 2005-11-19  Romain Francoise  <romain@orebokech.com>
17728         * net/browse-url.el (browse-url-default-browser): Signal an error
17729         if no usable browser can be found, rather than try to load w3.
17731 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17733         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17734         replacing existing properties.
17735         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17736         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17737         tty specs.
17738         (rcirc-server-prefix, rcirc-server): New faces.
17739         (rcirc-url-regexp): Generate with rx macro.
17740         (rcirc-last-server-message-time): New variable.
17741         (rcirc-filter): Record time of last message.
17742         (rcirc-keepalive): Kill processes that did not send a message
17743         since the last ping.
17744         (rcirc-mode): Give rcirc-topic a local binding here.
17746 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17748         * subr.el (read-passwd): Fontify the prompt as we do with other
17749         prompts.
17751 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17753         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17754         binding buffer-read-only to nil.
17756 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17758         * complete.el (partial-completion-mode):
17759         Mention completion-auto-help in the doc string.
17761         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17762         more Lisp-ish way.
17764 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17766         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17767         digits, not 8, to avoid misalignment for files larger than 100MB.
17769 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17771         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17772         Mention "keyboard shortcuts" in the help text.
17774 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17776         * startup.el (fancy-splash-default-action): Discard only
17777         mouse-down and succeeding mouse-up events in the splash screen
17778         window so that drag-n-drop event can be processed.
17780 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17782         * longlines.el (longlines-mode): Add hacks for mail-mode and
17783         message-mode.
17785 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17787         * textmodes/org.el (org-table-sort-lines): New command.
17788         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17789         (org-add-file): Command removed, use `org-agenda-file-to-front'
17790         instead.
17791         (org-export-icalendar): Use `org-icalendar-combined-name'.
17792         (org-cycle-agenda-files, org-agenda-file-to-end)
17793         (org-agenda-file-to-front): New commands.
17794         (org-table-tab-jumps-over-hlines, org-export-html-style):
17795         New options.
17796         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17797         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17798         New functions.
17799         (org-fill-paragraph): Call `org-table-align' in tables.
17800         (org-mode): Call `org-set-autofill-regexps'.
17801         (org-export-as-html): Support for local handformatted lists.
17802         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17803         (org-export-local-list-max-depth): New option.
17804         (org-html-expand): Use `org-html-protect'.
17806 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17808         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17809         to "p".
17810         (gdb): Move definition of gud-pp to...
17812         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17813         speedbar.
17814         (gdb-find-watch-expression): New function.
17816 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17818         * faces.el (face-attribute, set-face-attribute): Mention existence
17819         of `:ignore-defface' setting in docstring.
17821 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17823         * simple.el (completion-setup-function): Fix last change.
17825 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17827         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17828         Use `posn-set-point' instead of `mouse-set-point' because the
17829         latter is not fbound when configured without X.
17831         * comint.el (comint-insert-input): Likewise.
17833 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17835         * simple.el (hard-newline): New variable.
17836         (sendmail-user-agent-compose, next-line): Use it.
17838         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17839         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17840         (mail-mail-reply-to, mail-mail-followup-to)
17841         (mail-position-on-field, mail-signature, mail-yank-original)
17842         (mail-attach-file): Likewise.
17844         * mail/mailheader.el (mail-header-format)
17845         (mail-header-format-function): Likewise.
17847         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17849 2005-11-17  Juri Linkov  <juri@jurta.org>
17851         * font-lock.el (font-lock-faces): Rename this defgroup from
17852         `font-lock-highlighting-faces'.
17853         (font-lock-comment-face, font-lock-comment-delimiter-face)
17854         (font-lock-string-face, font-lock-doc-face)
17855         (font-lock-keyword-face, font-lock-builtin-face)
17856         (font-lock-function-name-face, font-lock-variable-name-face)
17857         (font-lock-type-face, font-lock-constant-face)
17858         (font-lock-warning-face, font-lock-negation-char-face)
17859         (font-lock-preprocessor-face)
17860         (font-lock-regexp-grouping-backslash)
17861         (font-lock-regexp-grouping-construct): Rename :group from
17862         `font-lock-highlighting-faces' to `font-lock-faces'.
17864         * cus-edit.el (lisp, c, tex):
17865         * progmodes/ada-mode.el (ada):
17866         * progmodes/asm-mode.el (asm):
17867         * progmodes/cperl-mode.el (cperl-faces):
17868         * progmodes/cpp.el (cpp):
17869         * progmodes/dcl-mode.el (dcl):
17870         * progmodes/f90.el (f90):
17871         * progmodes/fortran.el (fortran):
17872         * progmodes/icon.el (icon):
17873         * progmodes/idlwave.el (idlwave-misc):
17874         * progmodes/m4-mode.el (m4):
17875         * progmodes/make-mode.el (makefile):
17876         * progmodes/meta-mode.el (meta-font):
17877         * progmodes/modula2.el (modula2):
17878         * progmodes/octave-mod.el (octave):
17879         * progmodes/pascal.el (pascal):
17880         * progmodes/perl-mode.el (perl):
17881         * progmodes/prolog.el (prolog):
17882         * progmodes/ps-mode.el (PostScript-edit):
17883         * progmodes/scheme.el (scheme):
17884         * progmodes/sh-script.el (sh-script):
17885         * progmodes/simula.el (simula):
17886         * progmodes/tcl.el (tcl):
17887         * textmodes/nroff-mode.el (nroff):
17888         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17889         * textmodes/sgml-mode.el (sgml):
17890         * textmodes/texinfo.el (texinfo):
17891         Add :link (custom-group-link font-lock-faces) to defgroup.
17893         * hi-lock.el (hi-lock): Rename this defgroup from
17894         `hi-lock-interactive-text-highlighting'.  Change parent group from
17895         `faces' to `font-lock'.  Add link to the manual.
17896         (hi-lock-mode, hi-lock-file-patterns-range)
17897         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17898         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17899         (hi-lock-faces): Add :group `faces'.
17901         * cus-edit.el (custom-variable-prompt): Clarify the code.
17903         * faces.el (face-read-string): Set the default value arg of
17904         completing-read.
17906 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17908         * rfn-eshadow.el (file-name-shadow-properties)
17909         (file-name-shadow-tty-properties, file-name-shadow-mode):
17910         Remove autoloads, because the file is now preloaded.
17912 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17914         * printing.el (easy-menu-intern): Don't define.
17915         (pr-get-symbol): Use easy-menu-intern only if defined.
17917         * simple.el (blink-matching-open): Simplify a bit.
17918         (completion-setup-function): Fix the case of partial-completion-mode
17919         when the minibuffer's contents start with "-".
17920         Obey completion-base-size-function even when
17921         minibuffer-completing-file-name is non-nil.
17923 2005-11-16  Richard M. Stallman  <rms@gnu.org>
17925         * net/eudcb-ph.el (eudc-ph-open-session):
17926         Use set-process-query-on-exit-flag.
17928         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17930         * international/ucs-tables.el (ucs-set-table-for-input):
17931         Use make-local-variable, not make-variable-buffer-local.
17933         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17934         Improve warning message text.
17936         * savehist.el (savehist-save-hook): Add :group.
17938         * menu-bar.el (menu-bar-help-menu):
17939         Rename Find Extra Packages to External Packages.
17941         * cus-edit.el (Custom-reset-standard): Verify that
17942         :custom-standard-value prop exists before calling it.
17944         * apropos.el (apropos-calc-scores): Use apropos-pattern.
17946 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
17948         * wid-edit.el (color): Enclose %t in %{...%}.
17950         * cus-edit.el (face): Enclose %t in %{...%}.
17952 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
17954         * savehist.el (savehist-mode-hook): Re-add the var.
17955         (savehist-mode): Use it.
17957 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17959         * textmodes/flyspell.el: Fix commenting convention.
17960         Remove unnecessary leading * in custom docstrings.
17961         (flyspell-emacs): Remove unused var.
17962         (flyspell-delete-region-overlays): Use remove-overlays.
17963         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17964         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17965         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17966         (flyspell-debug-signal-word-checked): Use with-current-buffer.
17967         (make-flyspell-overlay): Don't locally reuse a global name.
17968         (flyspell-highlight-incorrect-region)
17969         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17970         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17971         (flyspell-notify-misspell): Remove unused args `start' and `end'.
17972         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
17973         Wrap calls to accept-process-output inside with-local-quit since it's
17974         often called from a post-command-hook.
17975         (flyspell-correct-word, flyspell-auto-correct-word):
17976         Use ispell-send-string.
17977         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
17979         * calendar/diary-lib.el (diary-list-entries): Also hide the
17980         terminating newline.
17982 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
17984         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17985         window-system, to allow fonts on tty.
17987 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
17989         * progmodes/gud.el (gud-speedbar-item-info): New function.
17990         (gud-install-speedbar-variables): Use it to display data type
17991         of watch expression as a tooltip in speedbar.
17993 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
17995         * font-core.el (global-font-lock-mode): Add :version keyword,
17996         because default was changed.
17998         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18000         * startup.el (command-line): Use `custom-reevaluate-setting' for
18001         `file-name-shadow-mode'.
18003         * loadup.el: Preload rfn-eshadow.
18005         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18006         Add :version keyword.
18007         (file-name-shadow-properties, file-name-shadow-tty-properties)
18008         (file-name-shadow): Add :version keyword.
18010         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18011         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18012         in the custom-group property of the symbol frames and the fringe
18013         group got no link to its parent group frames.
18014         Doc fix.
18016 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18018         * progmodes/gud.el (gud-stop-subjob): New function.
18019         (gud-menu-map, gud-tool-bar-map): Use it.
18021 2005-11-16  Kim F. Storm  <storm@cua.dk>
18023         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18024         than kill it.
18025         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18026         to a more useful/logical place.
18028 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18030         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18031         go buttons complementary.
18033 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18035         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18036         (rfn-eshadow-sifn-equal): New function.
18037         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18039 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18041         * viper-utils.el (viper-non-word-characters-reformed-vi):
18042         Quote `-' in string.
18044         * viper.el (viper-emacs-state-mode-list): Ensure that
18045         rcirc-mode buffers come up in Emacs state.
18047         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18048         operation.
18050 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18052         * term.el (term-termcap-format): Fix typos.
18053         (term-down): Fix the negative argument case.
18055 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18057         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18058         2005-08-15.
18059         (gdb-ann3): New command gud-go.
18060         (menu): Accomodate gdb-mi.el.
18061         (gdb-assembler-custom): Make buffer of selected window current
18062         so that set-window-point works.
18064         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18065         buttons and include new ones.
18067 2005-11-16  Kim F. Storm  <storm@cua.dk>
18069         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18070         (gud-menu-map): Use it.
18072 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18074         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18075         that works correctly for Custom and that does not override a user
18076         who disables it.
18078         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18079         (help-xref-interned, help-follow): Make hyperlinks for variables
18080         that are unbound, but have a non-nil variable-documentation property.
18082         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18083         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18084         Use the `variable-documentation' property to give the mode hook a
18085         docstring and expand that docstring.
18087 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18089         * savehist.el (savehist-mode): Don't bother with
18090         `custom-set-minor-mode'.
18091         (savehist-coding-system): Check XEmacs version.
18092         (history-length): Declare also at run time.
18093         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18094         Don't set the customize state.
18095         (savehist-minibuffer-hook): Special case for when
18096         minibuffer-history-variable is equal to t.
18098 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18100         * files.el (write-file): Refresh VC status.
18102         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18103         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18104         than fundamental-mode to see if the mode was set.
18106 2005-11-14  Romain Francoise  <romain@orebokech.com>
18108         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18109         dummy function in `eval-when-compile' to avoid compiler warning.
18110         Require `man' at compile time.
18112 2005-11-14  Jay Belanger  <belanger@truman.edu>
18114         * calc-alg.el (calcFunc-write-out-power): Rename it to
18115         calcFunc-powerexpand.
18116         (math-write-out-power): Rename it to math-powerexpand; have it
18117         handle negative exponents.
18118         (calc-writeoutpower): Rename it to calc-powerexpand.
18120         * calc-ext.el: Change calcFunc-writeoutpower and
18121         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18122         autoloads.
18123         Add calcFunc-ldiv to autoloads.
18125         * calc-arith.el (calcFunc-ldiv): New function.
18127         * calc.el (calc-left-divide): New function.
18129 2005-11-14  Juri Linkov  <juri@jurta.org>
18131         * cus-edit.el (custom-variable-prompt): Set the default value arg
18132         of completing-read.
18134         * cus-dep.el (custom-make-dependencies): Reverse the list of
18135         found dependencies.
18137 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18139         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18140         Highlighting" entry, it is on by default now.
18141         (menu-bar-options-save): Do not save global-font-lock-mode.
18143 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18145         * textmodes/flyspell.el (flyspell-large-region):
18146         Call flyspell-accept-buffer-local-defs.
18148 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18150         * textmodes/flyspell.el (flyspell-notify-misspell):
18151         Fix misspelling of "Misspelling".
18152         (flyspell-process-localwords): New function.
18153         (flyspell-large-region): Call flyspell-process-localwords and
18154         flyspell-delete-region-overlays.
18155         (flyspell-delete-region-overlays): New function.
18156         (flyspell-delete-all-overlays): Call that.
18158 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18160         * help.el (help-for-help-internal): Improve doc of C-h a.
18161         (describe-key): Improve prompt; doc fix.
18163 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18165         * vc-svn.el (vc-svn-registered): Catch all errors.
18167         * cus-dep.el (custom-make-dependencies): Typo.
18169 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18171         * net/tramp-util.el (top): Fix compilation warning.
18173 2005-11-13  Kim F. Storm  <storm@cua.dk>
18175         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18177 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18179         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18180         (gud-speedbar-buttons): Match on "const char *" too.
18182         * progmodes/gdb-ui.el (gdb-var-create-handler)
18183         (gdb-var-list-children-handler): Match on "const char *" too.
18184         (gdb-var-evaluate-expression-handler): Match on empty string.
18185         (gdb-var-update-handler): Only call
18186         gdb-var-evaluate-expression-handler when required.
18188 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18190         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18191         selected window.  This still doesn't work for speedbar.
18192         (gud-speedbar-buttons): Handle string expressions properly.
18194         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18195         (gdb-var-create-handler): Handle string expressions properly.
18196         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18197         Handle string expressions properly.  Move "type" field into regexp.
18199 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18201         * bookmark.el (bookmark-maybe-message): New function to reduce
18202         code duplication: invokes `message' iff baud-rate is high enough.
18203         (bookmark-write-file): Use above instead of an inline conditional.
18204         (bookmark-load): Same.
18206 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18208         * bookmark.el (bookmark-write-file): Don't visit the destination
18209         file, just write the data to it using write-region.  This is
18210         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18211         change to avoid visiting the file in the first place.
18213 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18215         * hi-lock.el (hi-lock-mode): Set the default value of
18216         font-lock-defaults.
18218 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18220         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18221         arg to `file-attributes'.
18222         (find-lisp-format): The UID and GID can now be strings.
18224 2005-11-12  Kim F. Storm  <storm@cua.dk>
18226         * help.el (help-map): Bind C-h d to apropos-documentation.
18228         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18229         when point is at end-of-buffer.
18231         * apropos.el (apropos-match-face): Doc fix.
18232         (apropos-sort-by-scores): Add new choice `verbose'.
18233         (apropos-documentation-sort-by-scores): New defcustom.
18234         (apropos-pattern): Now contains the pattern entered by the user.
18235         (apropos-pattern-quoted): New defvar.
18236         (apropos-regexp): New defvar, containing the regexp corresponding
18237         to apropos-pattern.
18238         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18239         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18240         interactive calls; returns list of words for a word list, and
18241         string for a regexp.
18242         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18243         parses a list of words or regexp as returned by apropos-read-pattern.
18244         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18245         (apropos-score-doc): Return a very high score if the string
18246         entered by the user matches literally.
18247         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18248         (apropos-command): Doc fix.  Use apropos-read-pattern and
18249         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18250         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18251         apropos-parse-pattern.
18252         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18253         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18254         apropos-documentation-sort-by-scores.  Call apropos-print with
18255         nosubst=t.
18256         (apropos-documentation-internal): Pass doc string through
18257         substitute-key-definition before adding text properties.
18258         Highlight substring matching literal user input if possible.
18259         (apropos-documentation-check-doc-file): Remove locals beg and end.
18260         Fix calculation of score (as added twice).  Pass doc string through
18261         substitute-key-definition before adding text properties.
18262         (apropos-documentation-check-elc-file): Pass doc string through
18263         substitute-key-definition before adding text properties.
18264         Highlight substring matching literal user input if possible.
18265         (apropos-print): Add new arg NOSUBST; if set, command and variable
18266         doc strings have already been passed through substitute-key-definition.
18267         Add code to handle apropos-accumulator items without score element
18268         for backwards compatibility (e.g. with woman package).
18269         Only show scores if apropos-sort-by-scores is `verbose'.
18271 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18273         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18274         Add jka-compr-load-suffixes to load-suffixes.
18276         * jka-compr.el: Require jka-cmpr-hook.
18277         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18278         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18279         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18280         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18281         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18282         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18283         (jka-compr-uninstall): Remove entries from
18284         jka-compr-added-to-file-coding-system-alist after they are used.
18285         (jka-compr-error): Remove unused var `curbuf'.
18286         (jka-compr-file-local-copy): Remove unused var `notfound'.
18288 2005-11-10  Romain Francoise  <romain@orebokech.com>
18290         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18292 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18294         * progmodes/gud.el (gud-menu-map): Move parentheses.
18295         (gdb): New command gud-pv.
18297 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18299         * tar-mode.el: Remove spurious or unnecessary leading stars
18300         in docstrings.
18301         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18302         (tar-parse-octal-integer-safe): Use mapc.
18303         (tar-header-block-summarize): Remove unused var `ck'.
18304         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18305         cleared before.  Obey default-enable-multibyte-characters.
18306         Use mapconcat.  Simplify setting of tar-header-offset.
18307         (tar-mode-map): Move initialization inside delcaration.
18308         (tar-flag-deleted): Use `abs'.
18309         (tar-expunge-internal): Remove unused var `line'.
18310         (tar-expunge-internal): Don't hardcode point-min==1.
18311         (tar-expunge): Widen while doing set-buffer-multibyte.
18312         (tar-rename-entry): Use file-name-coding-system.
18313         (tar-alter-one-field): Don't hardcode point-min==1.
18314         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18315         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18317 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18319         * add-log.el (add-log-current-defun): Handle class::method
18320         notation of c++.  Fix incorrect comment.
18322 2005-11-10  Alan Mackenzie  <acm@muc.de>
18324         * help-fns.el (describe-variable): Make C-h v work when a variable
18325         has variable documentation yet is unbound.
18327 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18329         * man.el (Man-highlight-references): Set an empty
18330         string to `Man-arguments' if it is nil.
18331         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18333 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18335         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18336         commenting conventions.
18338         * cus-dep.el (custom-make-dependencies): Simplify.
18339         Better follow the commenting conventions.
18341 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18343         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18344         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18345         All uses changed.
18346         (apropos-rewrite-regexp): Doc fix.
18347         (apropos-variable, apropos-command, apropos, apropos-value):
18348         Change prompt; carry through the argument renaming.
18350 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18352         * find-lisp.el: Require dired.
18353         (find-lisp-find-dired-internal): Do not call
18354         `abbreviate-file-name' on DIR.
18356 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18358         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18360 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18362         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18363         when using the speedbar.
18364         (gdb): New command gud-pp.
18365         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18367 2005-11-09  Juri Linkov  <juri@jurta.org>
18369         * replace.el (occur-excluded-properties): New defcustom.
18370         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18372 2005-11-08  Jay Belanger  <belanger@truman.edu>
18374         * calc/calc-units.el (math-convert-units): Replace any composite
18375         unit by its definition.
18377 2005-11-08  Lars Hansen  <larsh@soem.dk>
18379         * emacs-lisp/autoload.el (update-directory-autoloads):
18380         Add obsolete function alias.
18382 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18384         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18385         comment-indent-function.
18386         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18388         * reveal.el (reveal-post-command): Rework the handling of
18389         reveal-open-spots, so as to be more reliable.  There were several
18390         tricky corner cases where an open spot might be lost, or where
18391         a closed spot might end up on the list of open spots.
18392         Only reveal text that's ellipsised.
18394 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18396         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18398 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18400         * ibuffer.el (ibuffer): Search iconified frames too when
18401         getting Ibuffer buffer's window.
18403 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18405         * progmodes/compile.el (compilation-internal-error-properties):
18406         save-excursion around the computation of MARKER.
18408 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18410         * textmodes/flyspell.el (flyspell-external-point-words):
18411         flyspell-get-word returns a list, not just a string.
18413 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18415         * ibuffer.el (ibuffer): Search all visible frames when getting
18416         Ibuffer buffer's window.
18418 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18420         * man.el (Man-reference-regexp): Accept spaces between
18421         `Man-name-regexp' and `Man-section-regexp'.
18422         (Man-apropos-regexp): New variable.
18423         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18424         if available.
18425         (Man-highlight-references, Man-highlight-references0):
18426         Handle the case when `Man-arguments' includes "-k".
18427         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18428         `TARGET'. `TARGET' can be a number, function or nil.
18430 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18432         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18433         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18434         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18435         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18436         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18437         (gdb-send-item): Use buffer-local-value and simplify.
18439 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18441         * startup.el (command-line): Use `custom-reevaluate-setting' for
18442         `global-font-lock-mode'.
18444         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18445         by default, except in batch mode or when the -D option is given.
18447         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18448         specified keyword args on to `define-minor-mode'.  Update docstring.
18450 2005-11-05  Romain Francoise  <romain@orebokech.com>
18452         * replace.el (occur-engine): Add marker at end of line, too.
18454 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18456         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18457         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18458         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18459         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18460         argument to all these routines, so the passphrase can be managed
18461         externally and passed in to the system.
18462         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18463         pgg-add-passphrase-to-cache function.
18465         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18466         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18467         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18468         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18469         argument to all these routines, so the passphrase can be managed
18470         externally and passed in to the system.
18471         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18472         function.
18474 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18476         * font-lock.el: Don't deal with font-lock-face-attributes here,
18477         move the code ...
18479         * startup.el (command-line): ... here.  Use face-spec-set instead
18480         of custom-declare-face.
18482         * faces.el (face-spec-set): Reset the face if spec is not nil.
18484 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18486         * newcomment.el (comment-region-internal): Box more tightly in the
18487         common case where there's no TAB in the boxed text.
18489 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18491         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18492         up-node.
18494 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18496         * newsticker.el: Commentary updated.  Code formatting changed.
18497         (newsticker-version): Change to "1.9".
18498         (newsticker, newsticker-feed): Doc fix.
18499         (newsticker-url-list): Doc fix.  Add option "Weekly".
18500         (newsticker-retrieval-interval): Add option "Weekly".
18501         (newsticker-headline-processing): Doc fix.
18502         (newsticker-auto-mark-filter): Remove.
18503         (newsticker-auto-mark-filter-list): New.
18504         (newsticker-layout, newsticker-sort-method): Doc fix.
18505         (newsticker-hide-old-items-in-newsticker-buffer)
18506         (newsticker-heading-format, newsticker-item-format)
18507         (newsticker-desc-format): Doc fix.
18508         (newsticker-show-all-rss-elements): Remove.
18509         (newsticker-show-all-news-elements): New.
18510         (newsticker-faces, newsticker-ticker): Doc fix.
18511         (remove-from-invisibility-spec): Code formatting.
18512         (newsticker--process-ids): New.
18513         (newsticker-mode): Doc fix.
18514         (newsticker-mode): Change mode-line-format.
18515         (newsticker-start): Remove debug output.
18516         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18517         (newsticker-w3m-show-inline-images): Code formatting.
18518         (newsticker-next-item): Call `force-mode-line-update'.
18519         (newsticker-previous-item): Call `force-mode-line-update'.
18520         (newsticker-next-feed): Call `force-mode-line-update'.
18521         (newsticker-previous-feed): Call `force-mode-line-update'.
18522         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18523         (newsticker-show-old-items): Do not show descs.
18524         (newsticker-hide-entry): Hide too much.
18525         (newsticker-hide-entry, newsticker-show-entry)
18526         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18527         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18528         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18529         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18530         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18531         (newsticker-get-news): Call `force-mode-line-update'.
18532         Collect process ids.
18533         (newsticker--sentinel): Change coding system handling.
18534         Move image retrieval to new functions newsticker--get-logo-url-*.
18535         Move feed parsing to new functions newsticker--parse-*.
18536         Update list of process ids.
18537         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18538         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18539         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18540         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18541         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18542         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18543         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18544         (newsticker--decode-coding-string): Remove.
18545         (newsticker--decode-numeric-entities): Check input.  Format code.
18546         (newsticker--remove-whitespace): Check input.
18547         (newsticker--do-forget-preformatted): Doc fix.
18548         (newsticker--decode-rfc822-date): Allow for missing time.
18549         (newsticker--update-process-ids): New.
18550         (newsticker--image-sentinel): Change comment.
18551         (newsticker--image-read): Change error message.
18552         (newsticker--imenu-goto): Doc fix.  Show headline title.
18553         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18554         (newsticker--buffer-do-insert-text): Clean whitespace in
18555         html-rendered headline title.  Code formatting.
18556         Call `newsticker--buffer-print-extra-elements'.
18557         (newsticker--buffer-print-extra-element): Remove.
18558         (newsticker--buffer-print-extra-elements): New.
18559         (newsticker--buffer-do-print-extra-element): New.
18560         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18561         large sizes.
18562         (newsticker--run-auto-mark-filter)
18563         (newsticker--do-run-auto-mark-filter):
18564         Use `newsticker-auto-mark-filter-list'.
18566 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18568         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18569         (rcirc-print): Force redisplay before running hooks.  Do long
18570         buffer truncation after making new text read-only.  Deal with nil
18571         text when decoding strings.  If TARGET is nil, use either the
18572         currently selected buffer, if it is an rcirc buffer and of the
18573         same process or the process buffer.
18574         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18575         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18576         (rcirc-short-buffer-name): Add variable.
18577         (rcirc-kill-buffer-hook): Recompute short buffer names.
18578         Remove nick from private channel.
18579         (rcirc-send-input): Send command text to current-buffer.
18580         Don't clear overlay arrow here.
18581         (rcirc-short-buffer-name): Return a short buffer name.
18582         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18583         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18584         buffer-name abbreviations.
18585         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18586         Do not touch nick-table when killing a parted channel.
18587         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18588         Clear arrow from current buffer if it is now hidden.
18589         (rcirc-current-buffer): Add variable.
18590         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18591         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18592         Remove -face from names.
18593         (rcirc-update-activity-string): Print "DND" when globally ignoring
18594         activity.
18595         (rcirc-ignore-buffer-activity-flag): Rename from
18596         rcirc-ignore-channel-activity.
18597         (rcirc-ignore-all-activity-flag): Doc fix.
18598         (rcirc-channels): Remove variable.
18599         (rcirc-kill-buffer-hook):
18600         (rcirc-get-buffer-create): Add nick to private channel.
18601         (rcirc-multiline-edit-submit): Remove tabs.
18602         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18603         folded.
18604         (rcirc-remove-nick-channel): Bug fix.
18605         (rcirc-toggle-ignore-buffer-activity): Rename from
18606         rcirc-toggle-ignore-channel-activity.
18607         (rcirc-record-activity): Add buffers to the front of the list.
18608         (rcirc-update-activity): Remove killed buffers from list.
18609         (rcirc-process-server-response-1): Remove last argument if it is
18610         null before calling handler.
18611         (rcirc): Add "rcirc" defcustom prefix.
18612         (rcirc-prompt): Simplify default prompt.
18613         Use custom-initialize-default.
18614         (rcirc-private-chats): Remove variable.
18615         (rcirc-prompt): Change initialization.
18616         (rcirc-version): Remove function.
18617         (rcirc-id-string): Add constant.
18618         (rcirc-last-buffer): Remove variable.
18619         (rcirc-buffer-alist): Add variable.
18620         (rcirc-connect): Update variable setup.
18621         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18622         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18623         default.
18624         (rcirc-handler-generic): Trigger activity.
18625         (rcirc-send-message): Create the buffor of the target.
18626         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18627         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18628         (rcirc-multiline-edit-cancel): Remove function.
18629         (rcirc-set-last-buffer): Remove function.
18630         (rcirc-get-any-buffer): Add function.
18631         (rcirc-join-channels): Don't print /join text.
18632         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18633         messages.
18634         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18635         (rcirc-handler-NOTICE): Recognize CTCP responses.
18636         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18637         constructing TOPIC string for buffers we are not JOINed.
18638         (rcirc-handler-CTCP-response): Add handler.
18639         (rcirc-multiline-edit-submit): Restore the window-configuration
18640         before adjusting point.
18641         (rcirc): Add customization group.
18642         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18643         (rcirc-user-full-name, rcirc-startup-channels-alist)
18644         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18645         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18646         (rcirc-input-ring-size, rcirc-read-only-flag)
18647         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18648         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18649         Change defvar to defcustom.
18650         (rcirc-update-prompt): Add optional ALL arg, which will update
18651         prompts in all rcirc buffers.  Regexp quote replacement text.
18652         (rcirc-fill-column): Accept frame-width as a value.
18653         (rcirc-set-changed): Add function.
18654         (rcirc-next-active-buffer): Write more meaningful messages.
18655         (rcirc-faces): Add customization group.
18656         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18657         (rcirc-nick-in-message-face, rcirc-prompt-face)
18658         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18659         (with-rcirc-process-buffer): Move before first usage.
18660         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18661         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18662         (rcirc-debug): Rename from `rcirc-log'.
18663         (rcirc-format-response-string): Do not print `-' chars for a
18664         NOTICE with no sender.  Simplify output of server responses.
18666 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18668         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18669         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18670         Make urls mouse and RET clickable.
18672 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18674         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18676 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18678         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18679         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18680         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18681         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18682         argument to all these routines, so the passphrase can be managed
18683         externally and passed in to the system.
18684         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18685         pgg-add-passphrase-to-cache function.
18687         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18688         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18689         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18690         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18691         argument to all these routines, so the passphrase can be managed
18692         externally and passed in to the system.
18693         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18694         function.
18696 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18698         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18699         from goto-address-url-regexp.
18701 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18703         * textmodes/org.el (org-read-date, org-goto-calendar)
18704         (org-recenter-calendar, org-agenda-goto-calendar):
18705         Temporarily clear `calendar-move-hook'.
18707 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18709         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18710         merging.
18712         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18713         have merge clashes.
18715 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18717         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18718         Undo previous change.
18720         * startup.el (command-line): Use `custom-reevaluate-setting' for
18721         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18722         tty-register-default-colors on Mac.
18724 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18726         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18727         (gdb-buffer-type): Make it automatically buffer local...
18728         (gdb-get-create-buffer): ...and set it accordingly.
18729         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18730         actually work.
18732 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18734         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18735         not red.
18737 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18739         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18740         case GUD buffer is not visible.
18741         (gdb-goto-breakpoint): Try to force display in source buffer.
18742         (gdb-frame-gdb-buffer): Copy other similar functions.
18743         (gdb-restore-windows): Don't display source if not asked for.
18744         (gdb-assembler-buffer-name): Don't capitalise.
18746 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18748         * wid-edit.el (key-sequence): New widget type.
18750         * simple.el (set-mark-command-repeat-pop): New variable.
18751         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18752         if set-mark-command-repeat-pop is true.
18754         * info.el (Info-fontify-node): Don't display extra "see" if there
18755         already is one here.
18757         * mouse.el: Fix special handling of DEL after dragging a region:
18758         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18759         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18761         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18763         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18764         not to assume it pertains to an affix.
18766         * textmodes/flyspell.el (flyspell-post-command-hook):
18767         Bind deactivate-mark to prevent deactivation.
18769 2005-11-03  Lars Hansen  <larsh@soem.dk>
18771         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18772         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18773         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18775 2005-11-03  Romain Francoise  <romain@orebokech.com>
18777         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18778         Update copyright years.
18780 2005-11-03  Sam Steingold  <sds@gnu.org>
18782         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18783         Use system-type instead of window-system because window-system is not
18784         correctly defined during loadup.
18786 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18788         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18789         (xml-parse-tag): Join strings separated by a comment properly.
18791 2005-11-02  Andreas Schwab  <schwab@suse.de>
18793         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18795 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18797         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18798         (byte-optimize-pure-func): Quote the eval'd value.
18800         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18801         Rename from perl-font-lock-syntactic-face-function.
18802         Change the calling convention so it can be used as a font-lock MATCHER.
18803         Do the parse-partial-sexp loop outselves.
18804         (perl-font-lock-syntactic-keywords): Use it.
18805         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18807 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18809         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18810         disassembly buffer too.
18811         (gdb-exited): Remove overlay arrows when execution has finished.
18812         (gdb-info-frames-custom, gdb-info-threads-custom)
18813         (gdb-info-registers-custom): Don't add inappropriate text
18814         properties if inferior is not active.
18816 2005-11-02  Glenn Morris  <rgm@gnu.org>
18818         * progmodes/fortran.el (fortran-blink-match):
18819         Use `blink-matching-delay'.
18821 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18823         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18825 2005-11-02  Lars Hansen  <larsh@soem.dk>
18827         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18828         "Permission denied".
18830 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18832         * textmodes/flyspell.el (flyspell-external-point-words):
18833         Pass nil to flyspell-get-word.
18835 2005-11-02  Kim F. Storm  <storm@cua.dk>
18837         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18838         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18840 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18842         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18843         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18844         (calendar-mouse-print-dates): Add optional `event' argument.
18845         Update interactive-spec.
18846         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18847         Use `calendar-event-to-date' instead of `event'.
18849 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18851         * progmodes/ld-script.el (ld-script-builtins):
18852         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18853         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18854         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18856 2005-11-01  Romain Francoise  <romain@orebokech.com>
18858         * vc-sccs.el: Update copyright year.
18859         * ezimage.el: Likewise.
18861 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18863         * info.el (Info-fontify-node): Use `string-width' for fontifying
18864         underlined titles.
18866 2005-11-01  Juri Linkov  <juri@jurta.org>
18868         * info.el (Info-fontify-node): Downcase node header keywords Node,
18869         Prev, Next, Up before comparison.
18870         (Info-history): Insert absolute directory name, and put invisible
18871         property on it.
18873 2005-11-01  Juri Linkov  <juri@jurta.org>
18875         * info.el (Info-file-supports-index-cookies): New variable.
18876         (Info-find-node-2): Check makeinfo version for index cookie support.
18877         (Info-index-nodes): Search for nodes with index cookies only when
18878         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18879         with "Index" in the node name.
18880         (Info-index-node): Search index cookie in the current node only when
18881         Info-file-supports-index-cookies is t.  Otherwise, check the word
18882         "Index" in the node name.
18883         (Info-find-emacs-command-nodes): Remove code that searches nodes
18884         with "Index" node name in the top menu.
18886 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * progmodes/scheme.el (scheme-mode-variables): Use the default
18889         comment-indent-function.
18891         * faces.el (face-attribute): Handle the case where a face inherits from
18892         a non-existent face.
18894         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18895         for octal and hexa output, and merge the char into the paren.
18896         (kill-new): Use push.
18897         (copy-to-buffer): Use with-current-buffer.
18898         (completion-setup-function): Move code in loop to remove redundancy.
18899         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18900         those inherited from minibuffer-local-completion-map.
18902         * savehist.el (savehist-mode) <defcustom>:
18903         Use custom-set-minor-mode if available.
18904         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18905         and emit a message if applicable.
18907 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18909         * savehist.el: Sync up to version 19.
18910         (savehist-mode): New minor mode.
18911         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18912         (savehist-length): Remove (use history-length instead).
18913         (savehist-file-modes): Rename from savehist-modes.
18914         (savehist-save-hook, savehist-loaded): New vars.
18915         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18916         old format to new format.
18917         (savehist-install): Allow savehist-autosave-interval to be nil.
18918         (savehist-save): Run the new hook.  Be more careful to only trim the
18919         history variables.
18920         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18921         (savehist-printable): Print into a buffer rather than char-by-char.
18923 2005-11-01  John Wiegley  <johnw@newartisans.com>
18925         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18926         toggle-ignore keybinding (C-a).  The author said it had been
18927         disabled much earlier due to a possible incompatibility, but after
18928         many months of usage I have encountered no problems (and it is a
18929         rather useful option, especially for switching to " *temp*").
18931         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18932         support for OS/X's AddressBook, by calling out to the open source
18933         program "contacts" (installable through Fink).
18935         * net/eudc.el (eudc-expand-inline): If the
18936         `eudc-multiple-match-handling-method' is set to `all', delete the
18937         query string before inserting the query result.
18939         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18940         flag, to prevent Eshell from using the system ls when
18941         `eshell-ls-insert-directory' is in used.
18942         (eshell-ls-insert-directory): Disable font-lock in directory
18943         buffer so that Eshell's own fontification is seen.  This broke
18944         recently due to changes in font-lock, so this goes back to version
18945         21 behavior.
18947 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
18949         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18950         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18951         (gdb-many-windows): Doc fix.
18953 2005-10-31  Romain Francoise  <romain@orebokech.com>
18955         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18957 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
18959         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18960         that global-font-lock-mode can be enabled by default.
18962         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18963         (font-lock-add-keywords, font-lock-remove-keywords)
18964         (font-lock-fontify-buffer): Remove autoload cookies.
18966         * jit-lock.el (jit-lock-register): Likewise.
18968         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18970 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
18972         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18973         intact if there is no gud-comint-buffer.
18975 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
18977         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18978         old prompt comint-prompt-read-only is t and GDB commands are
18979         issued from tool bar etc.
18981 2005-10-31  Masatake YAMATO  <jet@gyve.org>
18983         * vc.el (vc-directory-exclusion-list): Add "{arch}".
18985 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18987         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18988         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18990 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
18992         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18993         starting at beginning of line.  Fontification is messed up when
18994         `open-paren-in-column-0-is-defun-start' set to t.
18995         Reported by John Paul Wallington <jpw@pobox.com>.
18997 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
18999         * comint.el (comint-send-input): Call `comint-update-fence' when
19000         `comint-process-echoes' and `comint-prompt-read-only' are both
19001         non-nil, to avoid leftover read-only newline.
19003 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19005         * textmodes/flyspell.el (flyspell-external-point-words):
19006         Detect when WORD can't be checked properly because
19007         flyspell-get-word finds just part of it, and move on.
19009         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19010         boundarychar for Polish.
19011         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19012         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19014 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19016         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19017         (gdb-registers-font-lock-keywords): Delete.
19018         (gdb-registers-mode): Don't fontify.
19019         (gdb-info-registers-custom): Use text properties instead as, in
19020         future, changed register values will use font-lock-warning-face.
19021         (gdb-local-font-lock-keywords): Rename to...
19022         (gdb-locals-font-lock-keywords): ...for consistency.
19024 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19026         * vc.el (vc-switch-backend): Better error message if the buffer is
19027         not visiting a file under version control.
19029         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19031 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19033         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19034         ~/.emacs.d/.emacs.
19036 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19038         * replace.el (occur-mode-mouse-goto): Always go to other window.
19039         (occur-mode-goto-occurrence): Always switch in same window.
19041         * simple.el (undo): Display message at end, not at start.
19043         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19044         New arg REUSE-CELL.
19045         (cancel-timer-internal): New function.
19046         (timer-event-handler): Use cancel-timer-internal,
19047         and pass the cell it returns to timer-activate...
19049         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19050         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19051         (jit-lock-after-change): Test memory-full.
19053 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19055         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19056         part of the decoded armor to find the key-identifier.
19057         (pgg-gpg-lookup-key-owner): New function to return the
19058         human-readable identifier of a key owner.
19059         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19060         key itself.
19061         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19062         the key value) if we have a key and can match it against a secret
19063         key.  Also, added a note pointing out fact that the prompt only
19064         indicates the first matching key.
19066         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19067         pgg-decrypt-region.
19068         (pgg-pending-timers): A new hash for tracking the passphrase cache
19069         timers, so that new ones supercede old ones.
19070         (pgg-add-passphrase-to-cache): Rename from
19071         `pgg-add-passphrase-cache' to reduce confusion (all callers
19072         changed).  Modified to cancel old timers when new ones are added.
19073         (pgg-remove-passphrase-from-cache): Rename from
19074         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19075         changed).  Modified to cancel old timers when their keys are
19076         removed from the cache.
19077         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19078         XEmacs, an indirection to delete-itimer.
19079         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19080         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19081         users can only check cache without risk of prompting.  Correct bug in
19082         notruncate behavior.
19083         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19084         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19085         Add informative docstrings.
19086         (pgg-decrypt): Convey provided passphrase in subordinate call to
19087         pgg-decrypt-region.
19089         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19090         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19091         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19092         `passphrase' argument, so the passphrase can be managed externally
19093         and then passed in to the system.
19095         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19096         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19097         so the passphrase cache can be used reliably with identifiers
19098         besides a pgp packet's key id.
19100         * pgg-gpg.el (pgg-pgp-encrypt-region)
19101         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19102         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19103         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19104         argument to all these routines, so the passphrase can be managed
19105         externally and passed in to the system.
19107         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19108         `notruncate' argument, so the passphrase cache can be used
19109         reliably with identifiers besides a pgp packet's key id.
19111 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19113         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19114         symmetric encryption.
19115         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19116         encrypted session key.
19117         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19118         message ask for the passphrase in a proper way.
19120         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19121         New user commands for symmetric encryption.
19123 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19125         * textmodes/conf-mode.el (conf-assignment-sign)
19126         (conf-assignment-regexp): Fix docstrings.
19127         (conf-mode-initialize): New function.
19128         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19129         recognize recursive calls.
19130         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19131         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19132         (conf-xdefaults-mode): Use define-derived-mode and
19133         conf-mode-initialize.
19135 2005-10-29  Romain Francoise  <romain@orebokech.com>
19137         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19139 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19141         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19142         part of the decoded armor to find the key-identifier.
19143         (pgg-gpg-lookup-key-owner): New function to return the
19144         human-readable identifier of a key owner.
19145         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19146         key itself.
19147         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19148         the key value) if we have a key and can match it against a secret
19149         key.  Also, added a note pointing out fact that the prompt only
19150         indicates the first matching key.
19152         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19153         pgg-decrypt-region.
19154         (pgg-pending-timers): A new hash for tracking the passphrase cache
19155         timers, so that new ones supercede old ones.
19156         (pgg-add-passphrase-to-cache): Rename from
19157         `pgg-add-passphrase-cache' to reduce confusion (all callers
19158         changed).  Modified to cancel old timers when new ones are added.
19159         (pgg-remove-passphrase-from-cache): Rename from
19160         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19161         changed).  Modified to cancel old timers when their keys are
19162         removed from the cache.
19163         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19164         XEmacs, an indirection to delete-itimer.
19165         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19166         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19167         users can only check cache without risk of prompting.  Correct bug in
19168         notruncate behavior.
19169         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19170         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19171         Add informative docstrings.
19172         (pgg-decrypt): Convey provided passphrase in subordinate call to
19173         pgg-decrypt-region.
19175 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19177         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19178         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19179         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19180         `passphrase' argument, so the passphrase can be managed externally
19181         and then passed in to the system.
19183         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19184         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19185         so the passphrase cache can be used reliably with identifiers
19186         besides a pgp packet's key id.
19188         * pgg-gpg.el (pgg-pgp-encrypt-region)
19189         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19190         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19191         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19192         argument to all these routines, so the passphrase can be managed
19193         externally and passed in to the system.
19195         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19196         `notruncate' argument, so the passphrase cache can be used
19197         reliably with identifiers besides a pgp packet's key id.
19199 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19201         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19202         symmetric encryption.
19203         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19204         encrypted session key.
19205         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19206         message ask for the passphrase in a proper way.
19208         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19209         New user commands for symmetric encryption.
19211 2005-10-28  Bill Wohler  <wohler@newt.com>
19213         * help-mode.el (help-url): New button type.  Calls browse-url.
19214         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19215         Similar to Info nodes: URL `url'.
19216         (help-make-xrefs): Create help-url buttons for
19217         help-xref-url-regexp matches.
19219 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19221         * tool-bar.el (tool-bar-add-item-from-menu)
19222         (tool-bar-local-item-from-menu): Fix doc strings.
19224 2005-10-28  Romain Francoise  <romain@orebokech.com>
19226         * ldefs-boot.el: Update.
19228         * subr.el (locate-library): Move from help-fns.el.
19229         * help-fns.el (locate-library): Move to subr.el.
19231 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19233         * net/tramp.el (tramp-completion-mode): defvar moved up.
19235         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19237         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19239         * files.el (find-file-noselect): Use %d to format large file size.
19241         * bindings.el (mode-line-format): Add %e.
19243         * loadup.el ("facemenu"): Load unconditionally.
19244         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19245         ("x-dnd"): Load, when appropriate.
19247         * startup.el (command-line): Call before-init-hook earlier.
19248         Warn about some bad characters in -u user name.
19250         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19251         (flyspell-external-point-words): Error if misspelled word is not found.
19252         Set flyspell-large-region-beg at end of word.
19254 2005-10-28  Andreas Schwab  <schwab@suse.de>
19256         * view.el (View-revert-buffer-scroll-page-forward):
19257         Use view-page-size-default.
19259 2005-10-28  Juri Linkov  <juri@jurta.org>
19261         * international/quail.el (quail-get-current-str): Translate last
19262         raw character for deterministic input methods.
19264 2005-10-27  Jay Belanger  <belanger@truman.edu>
19266         * calc/calc-ext.el: Add functions to autoloads.
19267         (math-identity-matrix-p, math-ident-row-p): New functions.
19269         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19270         multiplication by an identity matrix; don't turn multiplication by
19271         an inverse matrix into division.
19272         (math-div-symbol-fancy): Replace division by matrices with
19273         multiplication by inverse.
19275         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19277         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19278         (calc-writeoutpower): New functions.
19280 2005-10-27  Romain Francoise  <romain@orebokech.com>
19282         * replace.el (occur-engine): Include colon in mouse-face highlight.
19284         * dired-x.el: Change Maintainer field.
19286 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19288         * longlines.el (longlines-mode): Bind after-change-functions to
19289         nil during initial decoding and final encoding.
19291 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19293         * term.el (term-emulate-terminal, term-handle-colors-array)
19294         (term-handle-ansi-escape): Specify the terminfo capabilities
19295         implemented.
19297 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19299         * info.el (Info-fontify-node): Fix detection of sentence-break
19300         before *Note.
19302 2005-10-26  Romain Francoise  <romain@orebokech.com>
19304         * smerge-mode.el: Add `tools' to file keywords.
19306 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19308         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19309         when the fringe is not available.
19311         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19312         (def-gdb-auto-update-trigger): Simplify construction.
19313         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19314         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19315         defined explicitly.
19316         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19317         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19318         defined explicitly.
19319         (gdb-info-locals-custom): Remove as it's a no-op.
19321 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19323         * longlines.el (longlines-mode): Remove narrowing before
19324         performing the initial decoding or final encoding.
19326 2005-10-25  Romain Francoise  <romain@orebokech.com>
19328         * emacs-lisp/find-func.el (find-library-name): Also strip
19329         extension if library name ends in .el, to take advantage of
19330         `find-library-suffixes'.
19332 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19334         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19336 2005-10-25  Juri Linkov  <juri@jurta.org>
19338         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19339         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19341 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19343         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19344         (blackbox-redefine-key): Add argument `map'.
19346         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19347         regions when moving the jit-lock-context-unfontify-pos boundary.
19349 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19351         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19353 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19355         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19357 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19359         * play/blackbox.el (blackbox-redefine-key): New function.
19360         (blackbox-mode-map): Use it to remap existing bindings for cursor
19361         motion instead of binding literal keys.
19363 2005-10-25  Glenn Morris  <rgm@gnu.org>
19365         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19366         diary does not end in a newline.  Do not assume a blank line at
19367         the start of the diary file.
19369 2005-10-25  Kenichi Handa  <handa@m17n.org>
19371         * international/quail.el (quail-translate-key): If the input
19372         method is deterministic and failed to handle the last key, restart
19373         the key handling loop from an appropriate key.
19375 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19377         * vc.el (vc-dired-mode): Extend comment for binding of
19378         `directory-listing-before-filename-regexp'.
19380 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19382         * textmodes/texinfo.el (texinfo-mode):
19383         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19384         not to unnecessarily expose emacs-mule's internal char codes.
19386 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19388         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19389         Display hand pointer and help-echo on disabled icon too.
19390         (gdb-mouse-until): New function.
19391         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19393 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19395         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19396         with 2005-10-23 change to doctor.el.
19398         * finder.el (finder-mode-map): Add follow-link binding.
19400 2005-10-25  Kim F. Storm  <storm@cua.dk>
19402         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19403         to gdb-mouse-toggle-breakpoint-fringe.
19404         (gdb-mouse-toggle-breakpoint-margin): Rename from
19405         gdb-mouse-toggle-breakpoint.  Fix doc.
19406         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19407         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19408         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19409         string properties also for fringe breakpoint bitmaps.
19411 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19413         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19415 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19417         * simple.el (completion-common-substring):
19418         Use `completion-common-substring' prior to `completion-base-size'.
19420 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19422         * savehist.el: Require CL while compiling.
19423         (savehist-history-variables): Remove.
19424         (savehist-save-minibuffer-history, savehist-additional-variables)
19425         (savehist-minibuffer-history-variables): New vars.
19426         (savehist-save): Use them.
19427         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19428         (savehist-install): New fun, extracted from savehist-load.
19429         (savehist-load): Use them.
19431 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19433         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19434         a dummy doc-string-elt property.
19435         (defalias, defvaralias, define-category): Add a docstring property.
19437         * image.el (defimage):
19438         * widget.el (define-widget):
19439         * custom.el (defface, defcustom): Add `doc-string' declaration.
19441         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19442         (defadvice): Add `doc-string' declaration.
19444         * emacs-lisp/byte-run.el (macro-declaration-function):
19445         Handle `doc-string' declarations.
19446         (define-obsolete-function-alias, define-obsolete-variable-alias):
19447         Add `doc-string' declaration.
19449 2005-10-24  Kenichi Handa  <handa@m17n.org>
19451         * international/utf-7.el (utf-7): Add autoload cookie.
19453         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19455 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19457         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19458         list of directories passed to batch-update-autoloads.  Add "." to
19459         the list of the echoed directories.
19461         * pgg-def.el:
19462         * pgg-gpg.el:
19463         * pgg-parse.el:
19464         * pgg-pgp.el:
19465         * pgg-pgp5.el:
19466         * pgg.el: Moved here from the gnus subdirectory.
19468 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19470         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19471         in case comint-prompt-read-only is set to t.
19473         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19474         in case comint-prompt-read-only is set to t.
19476 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19478         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19479         Now a string.
19480         (icalendar-import-format): Handle CLASS, STATUS, URL.
19481         Rename `subject' to `summary'.
19482         (icalendar-import-format-summary): Rename from
19483         `icalendar-import-format-subject'.
19484         (icalendar-import-format-url, icalendar-import-format-status)
19485         (icalendar-import-format-class): New variables.
19486         (icalendar--rris): Take variable argument list.
19487         (icalendar--datestring-to-isodate): Remove unnecessary
19488         calendar-style check when converting dates with explicit month names.
19489         (icalendar-export-region): Change return type of conversion
19490         subroutines.  Bury current buffer unless error occurred.
19491         (icalendar--convert-to-ical)
19492         (icalendar--parse-summary-and-rest): New functions.
19493         (icalendar--convert-ordinary-to-ical)
19494         (icalendar--convert-weekly-to-ical)
19495         (icalendar--convert-yearly-to-ical)
19496         (icalendar--convert-block-to-ical)
19497         (icalendar--convert-cyclic-to-ical)
19498         (icalendar--convert-anniversary-to-ical): Change return type.
19499         Strip trailing blanks from subject.
19500         (icalendar--convert-sexp-to-ical): Change return type.
19501         Strip trailing blanks from subject.  Handle simple sexp
19502         entries as generated by icalendar.el.
19503         (icalendar--convert-float-to-ical)
19504         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19505         (icalendar-import-file): Doc fix.
19506         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19507         Correct call to icalendar--rris.
19508         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19509         `summary'.
19510         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19512 2005-10-24  Romain Francoise  <romain@orebokech.com>
19514         * server.el (server-sentinel): Set query-on-exit flag to nil on
19515         new client processes (it isn't inherited from the server process).
19517         * replace.el (occur-engine): Rearrange text properties.
19519 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19521         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19522         case-fold-search is nil.
19523         (debug-help-follow): Use help-xref-interned directly.
19525 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19527         * thumbs.el (thumbs-image-type): Add .pbm.
19529 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19531         * faces.el (inhibit-face-set-after-frame-default): New variable.
19532         (set-face-attribute): Bind it.
19533         (face-set-after-frame-default): Test it.
19535         * help-fns.el (describe-simplify-lib-file-name): New function.
19536         (describe-function-1, describe-variable): Use it.
19538         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19540         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19541         Eliminate nil as possible value.
19542         (tooltip-hide-delay): Reduce internal-border-width.
19544         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19545         (menu-bar-file-menu) <new-file>: Likewise.
19547         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19549         * international/mule.el (load-with-code-conversion):
19550         Pass full file name to `eval-buffer' unless preloading.
19552         * textmodes/flyspell.el (flyspell-large-region):
19553         Call ispell-check-version.
19555         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19556         Fix the make-variable-buffer-local call that was supposed
19557         to be for this variable.
19558         (ispell-aspell-supports-utf8): Doc fix.
19559         (ispell-find-aspell-dictionaries): Preserve elements of
19560         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19561         (ispell-aspell-find-dictionary): Return nil on error.
19563         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19564         (doctor-symptoms): Likewise.
19566         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19568 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19570         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19571         (custom-raised-buttons): Add :set spec.
19572         (custom-button-unraised, custom-button-pressed-unraised):
19573         New faces, so that custom-raised-buttons actually does something.
19574         (custom-mode): Use custom-button and custom-button-pressed.
19576         * wid-edit.el (widget-specify-button): Don't ignore
19577         widget-mouse-face on graphic terminals.
19578         (widget-move-and-invoke): Cleanup.
19580 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19582         * whitespace.el (whitespace-cleanup): Doc fix.
19584 2005-10-23  Romain Francoise  <romain@orebokech.com>
19586         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19587         `eval-after-load' to avoid evaluating their result.
19589 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19591         * files.el (directory-listing-before-filename-regexp):
19592         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19594         * dired.el (dired-move-to-filename-regexp): Remove.
19595         All occurences replaced by `directory-listing-before-filename-regexp'.
19597         * dired-x.el, locate.el, vc.el:
19598         Replace `dired-move-to-filename-regexp' by
19599         `directory-listing-before-filename-regexp'.  In vc.el it is
19600         overwritten locally; maybe this can be handled in files.el too.
19602         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19603         replaced by `directory-listing-before-filename-regexp'.
19605 2005-10-23  Andreas Schwab  <schwab@suse.de>
19607         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19608         and eval-next-after-load.
19610 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19612         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19613         exist, create it.
19615 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19617         * allout.el: Remove autoloads for mailcrypt and crypt++.
19618         Require pgg, pgg-gpg during compilation.
19619         (allout-version): Increment version number to 2.1, and use a literal
19620         rather than RCS Id.
19621         (allout-default-encryption-scheme): Remove.
19622         (allout-passphrase-verifier-handling)
19623         (allout-passphrase-verifier-string)
19624         (allout-file-passphrase-verifier-string)
19625         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19626         (allout-passphrase-hint-handling): Rename and simplify.
19627         (allout-init): Use `find-file-hook' if available, otherwise
19628         `find-file-hooks'.
19629         (allout-mode): Use `write-file-functions' if available, otherwise
19630         `local-write-file-hooks' and, instead of making auto-save-hook
19631         buffer local, make the write-file-hook activity contingent to
19632         allout-mode.
19633         (allout-mode): Use key-binding substitution in the docstring.
19634         (allout-kill-line): Spell-out kill ring data structure mutation
19635         instead of using byte-compiler-complaint-provoking `pop'.
19636         (allout-insert-listified): Use `insert' rather than `insert-string'
19637         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19638         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19639         (allout-encrypt-string): Totally revamped vis new underlying
19640         encryption facilities.
19641         (allout-mc-activate-passwd): Remove.
19642         (allout-obtain-passphrase): New, more or less replaces
19643         allout-mc-activate-passwd.
19644         (allout-encrypted-key-info): More or less replaces
19645         allout-encrypted-text-type.
19646         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19647         (my-mark-marker): Use `(featurep 'xemacs)'.
19649 2005-10-23  Lars Hansen  <larsh@soem.dk>
19651         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19652         (byte-compile-file-form-defmumble, byte-compile-defun)
19653         (byte-compile-defmacro): Use it.
19654         (byte-compile-form): Don't call byte-compile-set-symbol-position
19655         when a byte-compile handler is called.
19657 2005-10-22  Romain Francoise  <romain@orebokech.com>
19659         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19661         * subr.el (eval-after-load): Convert library name to an absolute
19662         file name using locate-library, since load-history no longer has
19663         library names in it.
19665 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19667         * files.el (make-temp-file): Move from subr.el.
19668         * subr.el (make-temp-file): Move to files.el.
19670         * window.el (get-buffer-window-list): Move from subr.el.
19671         * subr.el (get-buffer-window-list): Move to window.el.
19673         * image.el (image-load-path): Use eval-at-startup to initialize.
19675         * subr.el (eval-at-startup): New macro.
19677         * subr.el: Much rearrangement of functions and division
19678         into pages.  No code changes.
19680 2005-10-22  Kenichi Handa  <handa@m17n.org>
19682         * tar-mode.el (tar-extract): Be sure to call
19683         find-operation-coding-system if set-auto-coding doesn't find a
19684         coding system.
19686 2005-10-22  Kim F. Storm  <storm@cua.dk>
19688         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19689         Change users.
19690         (image-type-file-name-regexps): New defconst.
19691         (image-type-from-data): Simplify loop.
19692         (image-type-from-buffer): New defun.
19693         (image-type-from-file-header): Use it instead of image-type-from-data.
19694         Use image-search-load-path instead of only looking in data-directory.
19695         (image-type-from-file-name): New defun.
19696         (image-search-load-path): Change `pathname' to `filename'.
19697         Make PATH arg optional, default to image-load-path.
19699 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19701         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19703         * textmodes/paragraphs.el (sentence-end-base): New variable.
19704         (sentence-end): Use sentence-end-base.
19706 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19709         property independently from the font-lock-multiline variable.
19711 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19713         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19715         * startup.el (command-line): Convert library names
19716         in `load-history' to absolute file names.
19718         * subr.el (symbol-file): Doc fix.
19720         * loadhist.el (file-loadhist-lookup): Call locate-library
19721         instead of find-library-name.  Don't try converting
19722         abs file names to library names, since load-history no longer
19723         has library names in it.
19724         (file-dependents, file-provides, file-requires): Doc fixes.
19726 2005-10-21  Juri Linkov  <juri@jurta.org>
19728         * progmodes/etags.el (tags-table-mode): New function.
19729         (tags-verify-table): Replace initialize-new-tags-table with
19730         tags-table-mode.
19732         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19733         default value.
19734         (desktop-modes-not-to-save): Add tags-table-mode to the
19735         default value.
19737         * info.el (Info-index-next): Add total number of index
19738         alternatives to the message.
19740         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19741         backward only space (instead of space and period) before looking
19742         at sentence end.
19744         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19745         Add the old variable value as 4th default-value arg of read-string.
19747 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19749         * cus-face.el (custom-declare-face): Make face from X resources
19750         also on Mac.
19752         * disp-table.el (standard-display-g1, standard-display-graphic):
19753         Refuse to use string glyphs also on Mac.
19754         (standard-display-european): Don't set terminal coding system also
19755         on Mac.
19757         * frame.el (display-screens): Use x-display-screens also on Mac.
19759 2005-10-21  Romain Francoise  <romain@orebokech.com>
19761         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19763 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19765         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19766         and $? into sexps.
19768         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19769         warning face on open-paren-in-column-0.
19771         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19772         boundary case.  Fix typo.
19773         Suggested by Martin Rudalics <rudalics@gmx.at>.
19775 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19777         * textmodes/org.el (org-combined-agenda-icalendar-file)
19778         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19779         (org-export-icalendar-this-file)
19780         (org-export-icalendar-all-agenda-files)
19781         (org-export-icalendar-combine-agenda-files): New commands.
19782         (org-export-icalendar, org-print-icalendar-entries)
19783         (org-start-icalendar-file, org-finish-icalendar-file)
19784         (org-ical-ts-to-string): New functions.
19785         (org-read-date, org-goto-calendar)
19786         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19787         call to `calendar'.
19788         (orgtbl-setup): Remove the :keys arguments from the menu description.
19789         (org-after-save-iCalendar-file-hook): New variable.
19791 2005-10-21  Kenichi Handa  <handa@m17n.org>
19793         * language/vietnamese.el (tcvn-5712): Make it an alias of
19794         vietnamese-tcvn coding-system.
19796 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19798         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19799         group id is given.
19801 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19803         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19804         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19805         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19806         whose line is either continued or ends with a comment.
19808 2005-10-20  Romain Francoise  <romain@orebokech.com>
19810         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19812         * replace.el (occur-engine): Add follow-link property.
19814         * font-core.el (font-lock-mode): Doc fix.
19816 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19818         * net/rcirc.el: New file.
19820 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19822         * term.el (term-term-name): Initialize to "eterm-color".
19824 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19826         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19827         for encryption functionality.
19828         Move allout customization subgroup from `editing' to `outlines' group.
19829         Fix commentary keywords to legitimate ones.
19830         Update author info (using my current email address, obscurified).
19831         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19832         (allout-encrypted-topic-p, allout-encrypted-text-type)
19833         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19834         (allout-situate-encryption-key-verifier)
19835         (allout-get-encryption-key-verifier, allout-verify-key)
19836         (allout-next-topic-pending-encryption)
19837         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19838         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19839         (outline-key-verifier-handling, outline-key-hint-handling)
19840         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19841         (allout-file-key-verifier-string, allout-encryption-scheme)
19842         (allout-key-verifier-string, allout-key-hint-string)
19843         (allout-after-save-decrypt): New variables.
19844         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19845         (allout-after-saves-handler): New hook functions.
19846         (allout-post-command-business): Do allout-after-save-decrypt.
19847         (allout-enable-file-variable-adjustment): Custom var to enable
19848         mechanism for adding and adjusting settings of Emacs file variables.
19849         (allout-adjust-file-variable, allout-file-vars-section-data):
19850         New functions, implement the mechanism.
19851         (outlineify-sticky): Use the file vars mechanism.
19852         (allout-inhibit-protection, allout-during-write-cue)
19853         (allout-override-protect, allout-before-change-protect): Remove.
19854         (allout-flag-region, allout-open-topic): Adjust read-only text.
19855         (allout-open-line-not-read-only): Add to facilitate read-only
19856         text based protection.
19857         (allout-kill-line): Revise to adjust read-only text, clue the
19858         user about the inhibition.
19859         (allout-unprotected): Use unwind-protect.
19860         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19861         topic deeper than the offspring depth of the previous topic -
19862         avoiding confusing "containment discontinuities".
19863         (allout-reindent-bodies): Fix retention of body relative hanging
19864         indent during promotion of collapsed bodies.
19865         (allout-open-topic): Make it easy to open new topic with same
19866         bullet as current topic - topic creation functions provided with
19867         any universal argument provokes now prompt for bullet, defaulting
19868         to the bullet of the previous topic.
19869         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19870         Plain bullet alternates `.' period and `,' comma only.  All other
19871         bullets are relegated to special status (but customizable).
19872         (allout-end-of-entry): Rename from allout-end-of-current-entry
19873         since it actually operates w.r.t. most immediately containing
19874         entry, visible or not.
19875         (allout-hide-current-entry, allout-show-current-entry): Use the
19876         revised version.
19877         (allout-old-expose-topic): Solidify deprecation.
19878         (allout-end-of-subtree): Add so we can span concealed as well
19879         as visible topics.
19880         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19881         (allout-end-of-current-heading): Tweak to just respect the first line.
19882         (allout-get-body-text): Add.
19883         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19884         when invoked interactively.
19885         (allout-up-current-level): Use `interactive-p'.
19886         (allout-mode, allout-init): Miscellaneous docstring and
19887         operational refinements, as well as hookups of new encryption stuff.
19888         (allout-beginning-of-current-entry): Now works as advertised.
19889         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19890         (allout-isearch-rectification): Refine condition for isearching.
19891         (allout-isearch-abort, allout-enwrap-isearch)
19892         (allout-flag-region, my-region-active-p): Relocate some macros.
19893         (allout-title): Fallback title is (buffer-name), not
19894         non-existing (current-buffer-name).
19895         (subst-char-in-string): Define if absent (for some XEmacs versions).
19897 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19899         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19900         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19901         (mail-citation-prefix-regexp, mail-signature-file)
19902         (mail-default-headers, mail-bury-selects-summary)
19903         (mail-send-nonascii): Add autoload cookies.
19905 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19907         * frame.el (blink-cursor-mode): Add `mac' to the list of
19908         window-system's that support blinking cursor.
19910 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19912         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19914 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19916         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19917         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19918         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19920 2005-10-20  Kim F. Storm  <storm@cua.dk>
19922         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19923         (ido-set-current-directory): Don't add / after final @.
19924         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19925         Explicitly handle ange-ftp completion oddities.
19926         (ido-make-file-list): Don't rotate list at tramp root to avoid
19927         triggering tramp file handler for expand-file-name via get-file-buffer.
19929 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19931         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19933 2005-10-19  Jay Belanger  <belanger@truman.edu>
19935         * calc/calc-units.el (math-standard-units): Add units, adjust
19936         symbols and update values.
19937         (math-unit-prefixes): Add more prefixes.
19939 2005-10-19  Romain Francoise  <romain@orebokech.com>
19941         * bookmark.el (bookmark-menu-heading): New face.
19942         (bookmark-bmenu-list): Use it.
19943         Don't fiddle with `baud-rate' at top-level.
19945 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
19947         * image.el (create-image, find-image): Mention max-image-size in
19948         docstring.
19950 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19952         * savehist.el (savehist-load): Revert to checking XEmacs.
19954         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19955         Various docstring and line-width fixups.
19956         (conf-mode): Use cond.
19957         Set font-lock-defaults.  Don't set comment-use-syntax.
19959 2005-10-18  David Ponce  <david@dponce.com>
19961         * tree-widget.el (tree-widget-button-click): New function.
19962         (tree-widget-button-keymap): Use it.
19964 2005-10-18  Romain Francoise  <romain@orebokech.com>
19966         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19967         (bookmark-bmenu-hide-filenames): Add follow-link property.
19968         Improve help-echo text.
19970         * ffap.el (find-file-at-point): Doc fix.
19972 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19974         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19976 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19978         Install to the CVS repository what I forgot to install in my
19979         2005-10-16 changes.
19981         * progmodes/python.el (python-complete-symbol): Pass the common
19982         prefix substring of completion to `display-completion-list'.
19984         * textmodes/org.el (org-complete): Ditto.
19986 2005-10-18  Masatake YAMATO  <jet@gyve.org>
19988         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19990         * woman.el (WoMan-xref-man-page): New button type derived
19991         from `Man-abstract-xref-man-page'.
19992         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19994         * man.el (Man-abstract-xref-man-page): New button type.
19995         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19996         (Man-highlight-references): Add new optional argument `xref-man-type'.
19998 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20000         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20002 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20004         * cus-edit.el (Custom-move-and-invoke): Delete.
20005         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20007         * wid-edit.el (widget-move-and-invoke): New function, from
20008         Custom-move-and-invoke.
20010 2005-10-17  Bill Wohler  <wohler@newt.com>
20012         Move all remaining images from lisp/toolbar to etc/images, move
20013         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20014         the low resolution images in their own directory (low-color).
20016         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20017         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20018         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20019         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20020         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20021         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20022         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20024         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20025         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20026         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20027         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20028         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20029         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20030         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20031         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20032         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20033         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20034         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20035         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20036         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20037         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20038         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20040         To conform with convention, replace the underscore (_) in the
20041         following image names with dash (-) or (/) as appropriate.
20043         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20044         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20045         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20046         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20047         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20048         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20049         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20050         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20051         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20052         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20053         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20054         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20055         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20056         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20057         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20059         * info.el (info-tool-bar-map): Replace underscores in image names
20060         with dashes.
20062         * makefile.w32-in (WINS): Remove toolbar.
20064         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20066         * tool-bar.el: Move to lisp from toolbar.  Now that
20067         toolbar is empty, it should be deleted when folks run "cvs up -P".
20069 2005-10-18  Jay Belanger  <belanger@truman.edu>
20071         * calc/calc-store.el (calc-store-into): Get the proper variable name
20072         to display in message.
20074 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20076         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20077         expressions display in speedbar for all buffers when debugging.
20078         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20080         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20081         (speedbar-insert-button, speedbar-make-button):
20082         Use add-text-properties.
20083         (speedbar-update-localized-contents)
20084         (speedbar-update-directory-contents)
20085         (speedbar-update-special-contents): Use dolist.
20086         (speedbar-buffer-easymenu-definition): Add a menu separator.
20088 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20090         * makefile.w32-in: Use $(lisp) consistently.
20091         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20092         for shell specific generation of mh-autoloads.
20094 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20096         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20098 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20100         * jit-lock.el (jit-lock-fontify-now):
20101         Move jit-lock-context-unfontify-pos to avoid wasted work.
20103 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20105         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20106         `tramp-completion-mode' for checking if we are in completion mode.
20107         (tramp-completion-handle-file-name-all-completions): Reorder code
20108         in order to complete for file names only in case there are no
20109         method/user/host completions.  This is necessary for cooperation
20110         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20112 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20114         * longlines.el (longlines-search-forward)
20115         (longlines-search-backward): Match any number of spaces.
20117 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20119         * diff-mode.el (diff-mode): Doc fix.
20121 2005-10-16  David Reitter  <david.reitter@gmail.com>
20123         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20124         as default on darwin and windows systems.
20126 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20128         * arc-mode.el (archive-zip-extract): Doc fix.
20130 2005-10-16  Romain Francoise  <romain@orebokech.com>
20132         * mouse.el (mouse-1-click-follows-link): Doc fix.
20134 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20136         * savehist.el: Don't require CL at runtime.
20137         (savehist-xemacs): Remove.
20138         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20139         (savehist-no-conversion): Use (featurep 'xemacs).
20140         (savehist-load): Check existence of start-itimer rather than XEmacs.
20141         Use an idle timer.
20142         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20143         `delete-if-not'.
20145 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20147         * savehist.el: Newer version.
20148         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20149         (savehist-last-checksum, savehist-no-conversion): New vars.
20150         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20151         New functions.
20152         (savehist-load, savehist-save): Use them.
20153         (savehist-delimit): Remove.
20155 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20157         * progmodes/compile.el (compilation-goto-locus): Display the
20158         compilation buffer first and the source buffer second, in case they're
20159         in overlapping frames.  Don't raise the compilation frame if it was the
20160         selected window upon entry.  Pass the `other-window' arg to
20161         pop-to-buffer.
20163         * info.el (Info-fontify-node): Use dolist.
20164         Change add-text-properties to put-text-property.
20166 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20168         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20169         bound of search.
20171 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20173         * dabbrev.el (dabbrev-completion): Pass the common
20174         prefix substring of completion to `display-completion-list'.
20176         * filecache.el (file-cache-minibuffer-complete)
20177         (file-cache-complete): Ditto.
20179         * tempo.el (tempo-display-completions): Ditto.
20181         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20183         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20185         * eshell/em-hist.el (eshell-list-history): Ditto.
20187         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20189         * mail/mailalias.el (mail-complete): Ditto.
20191         * progmodes/etags.el (complete-tag): Ditto.
20193         * progmodes/make-mode.el (makefile-complete): Ditto.
20195         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20197         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20199         * progmodes/pascal.el (pascal-complete-word)
20200         (pascal-show-completions): Ditto.
20202         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20204         * simple.el (completion-common-substring): New variable.
20205         (completion-setup-function): Use `completion-common-substring'
20206         to put faces.
20208 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20210         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20211         (x-get-selection, mac-select-convert-to-string): Convert from/to
20212         UTF-16 clipboard data as in native byte order, no BOM.
20214 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20216         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20217         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20218         (gud-sentinel): Use speedbar-frame to check for speedbar.
20220 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20222         * savehist.el: New file.
20224 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20226         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20227         Fix bug in \bf fontification.
20229 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20231         * pcvs.el (cvs-edit-log-files): New var.
20232         (cvs-mode-edit-log): New arg `file'.
20233         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20234         Instead force the use of the original file and nothing else.
20235         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20236         the cvs-minor-wrap-function is set.
20237         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20239 2005-10-14  Bill Wohler  <wohler@newt.com>
20241         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20242         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20243         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20244         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20245         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20246         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20247         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20248         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20249         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20250         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20251         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20252         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20253         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20254         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20255         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20257         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20258         appropriately (for example, gud-break to gud/break).
20260 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20262         * longlines.el (longlinges-search-function)
20263         (longlines-search-forward, longlines-search-backward): New functions.
20264         (longlines-mode): Set isearch-search-fun-function to
20265         longlinges-search-function.
20267         * mouse.el (mouse-drag-region-1): Handle the case where a
20268         double-click event is bound to an arbitrary function.
20270 2005-10-14  David Ponce  <david@dponce.com>
20272         * recentf.el (recentf-track-opened-file)
20273         (recentf-track-closed-file, recentf-update-menu)
20274         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20275         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20276         mouse-1-click-follows-link.
20278 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20280         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20281         Gnome file-manager.png.  Suggested by
20282         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20284         * toolbar/README: Add diropen.xpm.
20286 2005-10-13  Bill Wohler  <wohler@newt.com>
20288         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20289         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20291 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20293         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20294         Don't waste the byte-compiler's time on constant data.
20296 2005-10-13  Kenichi Handa  <handa@m17n.org>
20298         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20299         byte with `escape-glyph' face.
20301         * international/fontset.el (ccl-encode-unicode-font):
20302         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20303         Handle the case that ucs-mule-to-mule-unicode translates a character to
20304         ASCII (usually for IPA characters).
20306 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20308         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20309         Don't hide the underline of titles if font-lock-mode is disabled.
20311 2005-10-12  Bill Wohler  <wohler@newt.com>
20313         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20314         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20315         files in MH-E-SRC have been updated.
20316         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20318 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20320         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20321         (mixal-mode-syntax-table): Add \n as end-comment.
20322         (mixal-operation-codes-alist): Immediately initialize to full value.
20323         (mixal-add-operation-code): Remove.
20324         (mixal-describe-operation-code): Make the arg non-optional.
20325         Use the interactive spec instead.
20326         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20327         (mixal-font-lock-keywords): Don't highlight comments here any more.
20328         (mixal-font-lock-syntactic-keywords): New var.
20329         (mixal-mode): Use it.  Fix comment-start-skip.
20331 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20333         * startup.el (command-line-x-option-alist): -nb => -nbi
20335 2005-10-12  Kim F. Storm  <storm@cua.dk>
20337         * startup.el (fancy-splash-default-action): Discard mouse click in
20338         the splash screen window, as it has no sensible meaning in the
20339         next window to be selected.  Fixes error reported by Jan D.
20341 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20343         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20345 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20347         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20348         Try to fix up minor layout issues like indentation, line break, etc...
20349         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20350         because it doesn't work.
20351         (mixal-operation-codes): Add some more codes.
20352         (mixal-font-lock-keywords): Process comments here.
20353         (mixal-mode): mixasm no longer needs -g option.
20355 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20357         * progmodes/sh-script.el (sh-tmp-file):
20358         Use mktemp -t.  Finish support for es and rc shells.
20360 2005-10-11  Jay Belanger  <belanger@truman.edu>
20362         * calc/calcalg2.el (calc-integral): With an argument, compute the
20363         definite integral.
20365 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20367         * mouse.el (mouse-drag-region-1): Don't try to catch a
20368         double-click when doing follow-link (it's overridden anyway).
20370 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20372         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20373         (autoload-print-form-outbuf): Add docstring.
20375 2005-10-11  Juri Linkov  <juri@jurta.org>
20377         * info.el (Info-mode-menu): Delete menu item "Edit".
20378         (Info-mode): Delete description of Info-edit from docstring,
20379         and rearrange descriptions of Info commands in the order
20380         they are documented in the Info manual.
20382 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20384         * calendar/appt.el (appt-check): Use diary-selective-display var.
20386 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20388         * net/newsticker.el (newsticker-start, newsticker-show-news):
20389         Add autoload cookies.
20391 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20393         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20395 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20397         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20399 2005-10-10  Jay Belanger  <belanger@truman.edu>
20401         * calc/calc-arith.el (math-check-known-scalarp)
20402         (math-check-known-matrixp): Check the values of arguments that are
20403         variables.
20404         (math-check-known-square-matrixp): New function.
20405         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20406         (math-super-types): Add sqmatrix type.
20408         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20409         mode name `square' to `sqmatrix'.
20411         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20412         mode name `square' to `sqmatrix'.
20414 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20416         * progmodes/etags.el (select-tags-table-mode): Don't use
20417         selective-display.
20418         (tags-select-tags-table): Pass `button' to the action function.
20419         (select-tags-table): Place the side-info on button properties rather
20420         than in hidden text.  Abbreviate file names.
20421         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20422         (select-tags-table-select): Add `button' argument.
20423         Get side-info from the button property rather than from hidden text.
20425 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20427         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20428         (gud-speedbar-buttons): Preserve point if possible.
20429         (gud-sentinel): Restore previous speedbar display type.
20431         * progmodes/gdb-ui.el (gdba): Improve diagram.
20432         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20433         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20434         Call get-buffer-window once.
20436 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20438         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20439         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20440         (pascal-indent-command): Remove unused var `ind'.
20441         (pascal-indent-case): Remove unused var `oldpos'.
20442         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20443         since it's now used as a proper minor mode map.
20444         (pascal-outline): Rename to pascal-outline-mode.
20445         (pascal-outline-mode): Use define-minor-mode.
20446         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20447         selective-display.
20449 2005-10-10  Andreas Schwab  <schwab@suse.de>
20451         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20452         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20454         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20455         outside source directory.
20457 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20459         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20460         C-x' as a prefix.
20461         (orgtbl-mode-map): Full keymap instead of sparse, because all
20462         `self-insert-command' keys are redefined in this map.
20463         (org-export-as-html): Specify charset for HTML file, by taking it
20464         from the coding system.
20466 2005-10-10  Kenichi Handa  <handa@m17n.org>
20468         * textmodes/flyspell.el (flyspell-check-word-p):
20469         If unread-command-events is non-empty, don't call sit-for.
20471 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20473         * font-lock.el (font-lock-syntactic-keywords)
20474         (font-lock-keywords): Doc fixes.
20476         * textmodes/flyspell.el (flyspell-external-point-words):
20477         Simplify logic, and don't try to check for consecutive appearances
20478         of one incorrect word.
20480 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20482         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20483         separator.
20485         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20486         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20487         (gud-expansion-speedbar-buttons): New function.
20488         (gud-speedbar-buttons): Check for gud-comint-buffer.
20490 2005-10-09  Bill Wohler  <wohler@newt.com>
20492         * Makefile.in (updates): Add mh-loaddefs dependency.
20494 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20496         * speedbar.el (speedbar-file-key-map): Fix typo.
20498 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20500         * cus-start.el (line-spacing): Add custom spec.
20502 2005-10-09  Romain Francoise  <romain@orebokech.com>
20504         * textmodes/ispell.el (ispell-check-version): Fix last change.
20506 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20508         * term/x-win.el: Remove -i, --icon-type from comment.
20510         * startup.el (command-line-x-option-alist): Remove options -i,
20511         -itype, --icon-type, added -nb, --no-bitmap-icon
20513 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20515         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20516         instead of :active.
20518 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20520         * textmodes/ispell.el (ispell-check-version):
20521         Ignore hyphen, and all that follows, in aspell's version text.
20523 2005-10-08  Jay Belanger  <belanger@truman.edu>
20525         * calc/calc-arith.el (math-known-square-matrixp): New function.
20526         (math-pow-fancy): Check for matrices before distributing exponent
20527         across products.
20529         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20530         fullscreen keypad.  Suggested by Luc Teirlinck.
20531         (calc-keypad-show-input): Add space for formatting.
20533         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20534         Add square matrix option.
20536         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20537         of checking calc-matrix-mode when deciding how to expand.
20539         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20541 2005-10-08  Lars Hansen  <larsh@soem.dk>
20543         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20544         Add error handling.
20545         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20547 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20549         Sync with Tramp 2.0.51.
20551         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20552         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20553         Insert special handling for `last-coding-system-used', again
20554         it still seems to be necessary (unlike stated before).
20555         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20556         (tramp-password-prompt-regexp): There might be other words before
20557         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20558         (tramp-chunksize): Improve docstring.
20559         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20560         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20561         Christian Joergensen <bugs@razor.dk>.
20563 2005-10-07  Glenn Morris  <rgm@gnu.org>
20565         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20566         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20567         precision'.
20569 2005-10-07  Romain Francoise  <romain@orebokech.com>
20571         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20572         (ibuffer-do-shell-command-pipe-replace)
20573         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20574         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20575         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20576         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20577         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20578         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20579         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20580         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20581         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20582         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20583         Autoload file sans suffix.
20585         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20587 2005-10-07  David Ponce  <david@dponce.com>
20589         * recentf.el (recentf-menu-open-all-flag): New option.
20590         (recentf-digit-shortcut-command-name): New function.
20591         (recentf--shortcuts-keymap): New variable.
20592         (recentf-menu-shortcuts): New variable.
20593         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20594         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20595         (recentf-menu-value-shortcut): New function.
20596         (recentf-make-menu-item): Use it.  No more in-lined.
20597         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20598         (recentf-open-most-recent-file): Rename from
20599         `recentf-open-file-with-key'.  Don't depend on key binding.
20600         (recentf-mode-map): New variable.
20601         (recentf-mode): Use it.
20603 2005-10-06  Bill Wohler  <wohler@newt.com>
20605         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20607         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20608         (MH-E-SRC): New.  Used by mh-autoloads.
20609         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20610         files in MH-E-SRC have been updated.
20611         (compile, recompile, bootstrap): Depend on mh-autoloads.
20613 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20615         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20616         gud-break and gud-remove icons when the fringe is not available.
20618         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20619         Typo.
20621 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20623         * play/zone.el (zone): Wrap body with save-window-excursion.
20625 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20627         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20628         Use the new `list-only' arg to diary-list-entries.
20630         * calendar/diary-lib.el: Use overlays rather than selective-display.
20631         (diary-selective-display): New var.
20632         (diary-header-line-format): Use it.
20633         (diary-list-entries): Add argument `list-only'.
20634         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20635         Replace \^M by invisible overlays.
20636         (diary-unhide-everything): Replace \^M by invisible overlays.
20637         (print-diary-entries): Look for overlays rather than \^M.
20638         Add a space to the temp buffer name.
20639         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20640         Put the buffer in diary-mode.
20641         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20642         (diary-anniversary): Make the year arg optional.
20643         (diary-time-regexp): New const.
20644         (diary-font-lock-keywords): Use it to accept a few more time formats.
20646         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20648 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20650         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20651         Fix bug introduced 2005-07-03: Use (car (last ...))
20652         to faithfully reproduce replaced artist-last.
20653         (artist-set-arrow-points-for-poly): Likewise.
20654         Suggested by Johan Bockg\e,Ae\e(Brd.
20656 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20658         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20659         * wid-edit.el (widget):
20660         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20661         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20663 2005-10-06  Kenichi Handa  <handa@m17n.org>
20665         * international/mule-cmds.el (set-language-environment):
20666         Fix setting up of case-table for unibyte mode.
20668         * simple.el (what-cursor-position): If the character is displayed
20669         by some `display' text property, show that.  Don't use
20670         single-key-description for eight-bit characters in multibyte mode.
20672 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20674         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20675         (gdb-ann3): Set it.
20676         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20677         (gdb-info-frames-custom): Use inverse-video for first five
20678         characters of selected frame only.
20679         (gdb-get-frame-number): Select frame even when point is on frame
20680         number.
20682 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20684         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20685         Put `font-lock-function-name-face'.
20686         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20687         and `font-lock-variable-name-face'
20688         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20689         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20690         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20691         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20692         (gdb-local-font-lock-keywords): New font lock keywords definition.
20693         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20694         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20695         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20697 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20699         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20700         (ediff-merge-region-is-non-clash-to-skip): Previously called
20701         ediff-merge-region-is-non-clash.
20703         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20704         Use insert-buffer-substring.
20706         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20707         selecting files to patch.  Also bug fixes.
20709         * ediff-util.el (ediff-setup): Bug fix.
20710         (ediff-next-difference): Never skip clashes that differ in white
20711         space only.
20713         * ediff-wind.el (ediff-setup-control-frame)
20714         (ediff-destroy-control-frame): Check the menubar feature.
20716         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20717         (viper-refresh-mode-line): Use make-local-variable to localize
20718         some vars instead of make-variable-buffer-local.  Suggested by
20719         Stefan Monnier.
20721         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20722         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20723         Use make-local-variable instead of make-variable-buffer-local.
20724         Suggested by Stefan Monnier.
20726         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20727         (viper-comint-mode-hook): Use make-local-variable on
20728         require-final-newline.
20729         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20731 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20733         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20734         also the second char of a comment-start sequence.
20735         (scheme-sexp-comment-syntax-table): New var.
20736         (lambda, define): Set their scheme-doc-string-elt property.
20737         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20738         Use lisp-font-lock-syntactic-face-function now that it properly
20739         handles |...| symbols.
20740         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20741         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20743         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20744         bit from # to |.
20745         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20747         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20748         (lisp-doc-string-elt-property): New var.
20749         (lisp-font-lock-syntactic-face-function): Use it.
20750         Rewrite to recognize docstrings even for forms not at toplevel.
20752         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20753         annotation on the | part of #| rather than on the # part.
20754         (scheme-font-lock-syntactic-face-function): New function, to
20755         distinguish strings from |...| symbols.
20756         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20757         syntax-table so that #|...|# is properly highlighted.
20759         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20760         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20762 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20764         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20765         and C-e.
20767         * emacs-lisp/eldoc.el: Move comments into docstrings.
20768         (eldoc-message-commands): Initialize in its declaration.
20769         Add move-beginning-of-line and move-end-of-line.
20770         (eldoc-add-command, eldoc-add-command-completions)
20771         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20773         * outline.el (outline-mark-subtree): Activate the mark.
20775         * calendar/appt.el (appt-time-regexp): New var.
20776         (appt-add, appt-make-list): Use it.
20777         (appt-convert-time): Clean up.
20779         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20780         Don't set any syntax-table property here.
20781         (tex-font-lock-verb): New function.  Do it here.
20782         (tex-font-lock-syntactic-keywords): Use it.
20784 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20786         * wid-edit.el (widget-file-complete): Get the widget start point
20787         the right way.  Default directory to `/' if file has none.
20789         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20791         * textmodes/flyspell.el (flyspell-mode-on):
20792         Call ispell-maybe-find-aspell-dictionaries.
20794         * textmodes/ispell.el (ispell-word, ispell-region):
20795         Call ispell-maybe-find-aspell-dictionaries.
20796         (ispell-accept-buffer-local-defs):
20797         Don't call ispell-maybe-find-aspell-dictionaries
20799 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20801         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20803 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20805         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20806         instead of `fboundp' in order to allow for anonymous functions.
20808 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20810         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20811         case the user clicks on the link while another window is selected.
20812         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20814         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20815         functionality.
20816         (dframe-help-echo): Save point in case mouse tracking is off.
20818 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20820         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20822 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20824         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20825         not change the global value of those vars.
20827         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20828         make-local-variable which we do not need any more.
20830 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20832         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20833         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20834         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20835         (speedbar-path-line): Define obsolete aliases.
20836         (speedbar-line-directory): Doc fix.
20838         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20839         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20840         instead of speedbar-line-path.
20842 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20844         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20845         to nil if dropping on a window.  Handle dropping on a minibuffer window
20846         like dropping on a non-window part of Emacs.
20848 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20850         * net/ange-ftp.el: Use with-current-buffer.
20851         (ange-ftp-insert-directory): Do not follow symlinks any more.
20853         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20854         Remove interactive spec.
20856 2005-10-03  Kim F. Storm  <storm@cua.dk>
20858         * ido.el (ido-mode): Use custom-initialize-set.
20860 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20862         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20863         Use insert-buffer-substring.
20865         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20866         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20868 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20870         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20871         in last change.
20872         (ange-ftp-insert-directory): Fix up the search for the case where
20873         `file' is absolute.
20875 2005-10-02  Romain Francoise  <romain@orebokech.com>
20877         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20879 2005-10-02  Andreas Schwab  <schwab@suse.de>
20881         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20882         directory component in the session info.
20884 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20886         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20888         * simple.el (next-error-internal): New function.
20890         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20891         (compilation-start): Pass new arg to compilation-buffer-name.
20892         (compile-goto-error): Use next-error-internal.
20894 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20896         * speedbar.el: Remove RCS tag.
20897         (speedbar-check-read-only): Handle non-existent files.
20899         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20901         * info.el (Info-speedbar-hierarchy-buttons)
20902         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20904 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20906         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20907         Do not match newline.
20908         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20909         (bibtex-summary): Remove unnecessary save-excursion.
20910         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20912 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20914         * term/mac-win.el: Add charset info for "iso10646-1".
20915         Modify default fontset to use ATSUI-compatible fonts for some charsets
20916         if available.
20918 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20920         * speedbar.el: Re-apply arch tag.
20921         (speedbar-version): Rename to version 1.0.  Suggested by Eric
20922         M. Ludlam.
20923         Reapply two changes from Emacs CVS' version of speedbar lost
20924         during the merge:
20925         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20926         (speedbar-frame-parameters): Improve customize type.
20928 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20930         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20931         (ange-ftp-file-directory-p): Fix the symlink case.
20932         (ange-ftp-insert-directory): When listing a single file, get a list of
20933         the parent buffer and extract the relevant line.  Inspired from a patch
20934         by Katsumi Yamaoka <yamaoka@jpl.org>.
20935         (ange-ftp-file-name-sans-versions): Simplify.
20937 2005-09-30  Bill Wohler  <wohler@newt.com>
20939         Move MH-E image files from toolbar and mail directories into
20940         etc/images.
20942         * mail/reply2.*: Move to etc/images/mail/reply*.
20944         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20945         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20946         etc/images.
20948         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20949         * toolbar/reply*: Move to etc/images/mail.
20951         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20953 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
20955         * speedbar.el: New version 1.0pre3.
20957         Frame management code (including timer, and mouse click specifics)
20958         moved to dframe.el:
20959         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
20960         (speedbar-timer): Removed.  Use dframe-timer.
20961         (speedbar-close-frame): Removed.  Use dframe-close-frame.
20962         (speedbar-activity-change-focus-flag): Removed.  Use
20963         dframe-activity-change-focus-flag.
20964         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
20965         dframe-update-speed.
20967         (speedbar-current-frame): New macro.  Use this instead of the
20968         variable speedbar-frame.
20970         (speedbar-use-images, speedbar-expand-image-button-alist)
20971         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20973         (speedbar-find-image-on-load-path): Removed.  Replaced by
20974         defezimage in ezimage.el.
20975         (speedbar-expand-image-button-alist): Removed.  Replaced by
20976         ezimage-expand-image-button-alist in ezimage.el.
20978         (speedbar-ignored-directory-regexp)
20979         (speedbar-add-ignored-directory-regexp)
20980         (speedbar-ignored-directory-expressions)
20981         (speedbar-line-directory, speedbar-buffers-line-directory)
20982         (speedbar-directory-line, speedbar-buffers-line-directory):
20983         Renamed, replacing `path' with `directory'.
20985         (speedbar-create-directory, speedbar-expand-line-descendants)
20986         (speedbar-toggle-line-expansion)
20987         (speedbar-contract-line-descendants): New commands.
20989         (speedbar-query-confirmation-method, speedbar-select-frame-method)
20990         (speedbar-use-tool-tips-flag): New options.
20992         (speedbar-check-read-only, speedbar-require-version)
20993         (speedbar-insert-separator, speedbar-buffers-tail-notes)
20994         (speedbar-handle-delete-frame, speedbar-try-completion)
20995         (speedbar-update-localized-contents): New functions.
20997         (speedbar-incompatible-version, speedbar-ro-to-do-point)
20998         (speedbar-object-read-only-indicator): New variables.
21000         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21001         New hooks.
21003         (speedbar-separator-face): New face.
21005         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21006         (speedbar-ignored-modes): Add fundamental-mode.
21007         (speedbar-directory-unshown-regexp): Add . directories.
21009         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21010         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21011         `]' for full expand/close.
21012         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21014         (speedbar-check-vc): Support hidden files.
21015         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21016         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21017         state is nil, it is not checked out.
21019         (speedbar-line-text, speedbar-line-token): Support expand buttons
21020         with no text.
21021         (speedbar-refresh): Universal argument acts as power-click.
21022         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21023         that buffer to get variable values.
21025         And many other bugfixes.
21027         * dframe.el, ezimage.el, sb-image.el: New files.
21029         * sb-*.xpm: Remove files.  New image files installed into
21030         etc/images/ezimage.
21032 2005-09-30  Kenichi Handa  <handa@m17n.org>
21034         * ps-mule.el (ps-mule-show-warning): If a character is in
21035         ps-print-translation-table, don't treat it as non-printable.
21037 2005-09-30  David Ponce  <david@dponce.com>
21039         * tree-widget.el (tree-widget-themes-load-path): New variable.
21040         (tree-widget-themes-directory): Doc fix.
21041         (tree-widget-image-formats) [Emacs]: Doc fix.
21042         (tree-widget--locate-sub-directory): New function.
21043         (tree-widget-themes-directory): Use it.
21045         * recentf.el (recentf-filename-handlers): Rename from
21046         `recentf-filename-handler'.  Allow a list of functions.
21047         (recentf-menu-items-for-commands): Fix :help strings.
21048         (recentf-apply-filename-handlers): New function.
21049         (recentf-expand-file-name): Use it.
21050         (recentf-cleanup): Remove duplicates too.
21052 2005-09-29  Juri Linkov  <juri@jurta.org>
21054         * faces.el: Rearrange face definitions to be in the same order as
21055         their face descriptions in "(emacs)Standard Faces".
21057         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21059         * tooltip.el (tooltip): Add group `basic-faces'.
21061         * buff-menu.el (Buffer-menu-buffer): Remove group
21062         `font-lock-highlighting-faces'.
21064         * progmodes/compile.el (compilation-error, compilation-warning)
21065         (compilation-info, compilation-line-number, compilation-column-number):
21066         Change group from `font-lock-highlighting-faces' to `compilation'.
21068         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21069         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21070         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21071         (vhdl-font-lock-reserved-words-face)
21072         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21073         `font-lock-highlighting-faces'.
21075         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21077 2005-09-28  Kim F. Storm  <storm@cua.dk>
21079         * emulation/cua-base.el: Set CUA move property on additional commands:
21080         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21081         forward-sexp, backward-sexp, forward-list, backward-list.
21083 2005-09-28  Romain Francoise  <romain@orebokech.com>
21085         * comint.el (comint-show-output): Really set point at the
21086         beginning of the output when not using `comint-use-prompt-regexp'.
21088 2005-09-27  Jay Belanger  <belanger@truman.edu>
21090         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21091         in TeX mode.
21093 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21095         * textmodes/org.el (org-table-sum): Fix format string.
21097         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21098         Quote face names.
21100 2005-09-26  Romain Francoise  <romain@orebokech.com>
21102         * isearch.el (isearch-forward-regexp): Close doc string.
21104 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21106         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21108         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21110         * progmodes/compile.el (compilation-error-properties):
21111         When getting the file from the previous error message,
21112         correctly decode the new data format.
21114         * progmodes/cc-cmds.el (c-electric-paren):
21115         Call old-blink-paren only for close-paren.
21117 2005-09-24  Andreas Schwab  <schwab@suse.de>
21119         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21120         condition.
21122 2005-09-25  Romain Francoise  <romain@orebokech.com>
21124         * dired-aux.el (dired-copy-file-recursive):
21125         * dired.el (dired-delete-file):
21126         * ediff-mult.el (ediff-dir-diff-copy-file):
21127         * ediff-util.el (ediff-test-save-region):
21128         * forms.el (forms-mode):
21129         * ido.el (ido-file-internal, ido-delete-file-at-head):
21130         * log-edit.el (log-edit-done):
21131         * ses.el (ses-yank-resize):
21132         * play/gomoku.el (gomoku-human-plays, gomoku)
21133         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21134         (gomoku-offer-a-draw):
21135         * play/landmark.el (lm-human-resigns, lm):
21136         * net/eudcb-ldap.el (eudc-ldap-check-base):
21137         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21138         * progmodes/ebrowse.el (ebrowse-find-pattern):
21139         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21140         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21141         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21143         * vc.el (vc-delete-file):
21144         * play/gomoku.el (gomoku-terminate-game, gomoku)
21145         (gomoku-prompt-for-move, gomoku-human-takes-back):
21146         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21147         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21149 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21151         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21152         color rxvt terminals by using the code xterm.el used to use before
21153         2005-04-09 in order to match the colors used by rxvt.
21155 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21157         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21158         colors rxvt-unicode terminals by using the same code as xterm.el.
21160 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21162         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21163         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21164         new symbol used for the tex-verbatim face.
21166 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21168         * woman.el (woman-file-name):
21169         * wid-edit.el (widget-file-prompt-value)
21170         (widget-coding-system-prompt-value):
21171         * w32-fns.el (set-w32-system-coding-system):
21172         * vc.el (vc-version-diff, vc-annotate):
21173         * textmodes/reftex-auc.el (reftex-arg-cite)
21174         (reftex-arg-index-tag):
21175         * textmodes/refer.el (refer-get-bib-files):
21176         * textmodes/artist.el (artist-figlet-choose-font):
21177         * terminal.el (terminal-emulator):
21178         * replace.el (occur-read-primary-args):
21179         * rect.el (string-rectangle, string-insert-rectangle):
21180         * ps-print.el (ps-print-preprint):
21181         * progmodes/pascal.el (pascal-goto-defun):
21182         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21183         * progmodes/compile.el (compilation-find-file):
21184         * printing.el (pr-interactive-n-up):
21185         * play/animate.el (animate-birthday-present):
21186         * net/rcompile.el (remote-compile):
21187         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21188         * mail/rmailsum.el (rmail-summary-search-backward)
21189         (rmail-summary-search):
21190         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21191         (rmail-output-read-file-name):
21192         * mail/rmail.el (rmail-search, rmail-search-backwards):
21193         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21194         * locate.el (locate):
21195         * international/quail.el (quail-show-keyboard-layout):
21196         * international/mule.el (set-buffer-file-coding-system)
21197         (revert-buffer-with-coding-system, set-file-name-coding-system)
21198         (set-terminal-coding-system, set-keyboard-coding-system)
21199         (set-next-selection-coding-system):
21200         * international/mule-diag.el (describe-coding-system)
21201         (describe-font, describe-fontset):
21202         * international/mule-cmds.el (universal-coding-system-argument)
21203         (search-unencodable-char, describe-input-method)
21204         (set-language-environment, describe-language-environment):
21205         * international/codepage.el (codepage-setup):
21206         * international/code-pages.el (codepage-setup):
21207         * info.el (Info-search, Info-follow-reference)
21208         (Info-search-backward):
21209         * emacs-lisp/advice.el (ad-read-advised-function)
21210         (ad-read-advice-class, ad-clear-cache, ad-activate)
21211         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21212         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21213         (ad-read-regexp):
21214         * ediff-util.el (ediff-toggle-regexp-match):
21215         * ediff-ptch.el (ediff-prompt-for-patch-file):
21216         * dired-aux.el (dired-diff):
21217         * diff.el (diff):
21218         * cus-edit.el (custom-variable-prompt):
21219         * calendar/timeclock.el (timeclock-ask-for-project):
21220         * calc/calcalg3.el (calc-get-fit-variables):
21221         * calc/calc-store.el (calc-edit-variable)
21222         (calc-permanent-variable):
21223         * vc-mcvs.el (vc-mcvs-register):
21224         * shadowfile.el (shadow-define-literal-group):
21225         * woman.el (woman-file-name):
21226         * vc.el (vc-version-diff, vc-merge):
21227         * textmodes/reftex-index.el (reftex-index-complete-tag):
21228         * format.el (format-decode-buffer, format-decode-region):
21229         * emulation/viper-cmd.el (viper-read-string-with-history):
21230         * emacs-lisp/debug.el (cancel-debug-on-entry):
21231         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21232         * ediff.el (ediff-merge-revisions)
21233         (ediff-merge-revisions-with-ancestor, ediff-revision):
21234         * completion.el (interactive-completion-string-reader):
21235         * calc/calc-prog.el (calc-user-define-formula):
21236         Follow convention for reading with the minibuffer.
21238 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21240         * progmodes/python.el (python-describe-symbol): Add globals() and
21241         locals() to the arguments of emacs.ehelp.
21243 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21245         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21246         New function, code extracted from ispell-valid-dictionary-list.
21247         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21248         Call it.
21250 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21252         * subr.el (version-regexp-alist): Extend valid syntax for version
21253         strings: allow any of the characters -,_,+ to separate the
21254         alpha/beta/rc part from the version part.  Doc fix.
21255         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21257 2005-09-23  David Reitter  <david.reitter@gmail.com>
21259         * mail/mailclient.el: New file.
21261 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21263         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21264         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21265         Doc fixes.
21267         * progmodes/cc-mode.el (c-font-lock-init):
21268         Specify font-lock-lines-before.
21270 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21272         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21273         whole conflict.
21275 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21277         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21278         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21279         of `remap' feature when available.  Additional key bindings for
21280         better tty support.
21281         (org-mode-restart, org-force-self-insert): New commands.
21282         (org-time-stamp-inactive): New command.
21283         (org-remap): New function.
21284         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21285         (org-enable-fixed-width-editor): Move to `org-structure'
21286         customization group.
21287         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21288         blank field after field motion commands.
21290 2005-09-23  Kenichi Handa  <handa@m17n.org>
21292         * international/mule-cmds.el (set-language-environment):
21293         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21294         have to call utf-translate-cjk-load-tables.
21296 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21298         * mouse.el (mouse-move-drag-overlay): Fix last change.
21300 2005-09-22  David Ponce  <david@dponce.com>
21302         * tree-widget.el (tree-widget-value-create): Fix previous change.
21304 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21306         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21308 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21310         * mouse.el (mouse-move-drag-overlay): New function.
21311         (mouse-drag-region-1): Use it.
21312         Try to simplify a bit the state handling.  Handle clicks on links
21313         inside intangible areas.
21314         (mouse-save-then-kill): Minor simplification.
21315         (mouse-secondary-overlay): Make it always non-nil instead of
21316         recreating it each time.
21317         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21318         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21319         Simplify accordingly.
21321 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21323         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21325 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21327         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21328         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21329         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21330         to patch.
21332         * ediff-util.el: Use insert-buffer-substring.
21334         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21336         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21337         field boundaries in the minibuffer.
21338         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21339         (viper-minibuffer-post-command-hook): New hook.
21340         (viper-line): Don't move cursor at bolp.
21342         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21344         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21345         avoid compiler warnings.
21347         * emulation/viper-macs.el (ex-map): Better messages.
21349         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21351         * emulation/viper.el: Replace make-variable-buffer-local with
21352         viper-make-variable-buffer-local everywhere, to avoid warnings.
21354 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21356         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21357         Delete unused var `old-selected-window'.
21358         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21359         (mouse-drag-secondary): Delete unused var `start-frame'.
21361 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21363         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21365 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21367         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21368         Re-indent within 80 columns.  Use inhibit-read-only.
21370 2005-09-19  Romain Francoise  <romain@orebokech.com>
21372         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21374 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21376         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21377         unconditionally, since the after-change-function already did it.
21379 2005-09-19  Miles Bader  <miles@gnu.org>
21381         * net/newsticker.el: Get rid of CVS keyword.
21383 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21385         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21386         The prompt is formatted later.
21388 2005-09-19  David Ponce  <david@dponce.com>
21390         * tree-widget.el (tree-widget-value-create): Save the converted
21391         tree :node widget.
21393 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21395         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21396         variable `message'.
21398 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21400         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21401         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21402         <slawomir.nowaczyk.847@student.lu.se>.
21404 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21406         * image.el (image-load-path): Use symbol `data-directory' instead
21407         of its value, for backward compatibility with packages that bind
21408         it during `find-image'.  Suggested by Katsumi Yamaoka.
21409         (image-search-load-path): Handle symbols whose values are strings.
21411 2005-09-18  Romain Francoise  <romain@orebokech.com>
21413         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21414         with-current-buffer form in save-excursion.
21416 2005-09-18  Deepak Goel  <deego@gnufans.org>
21418         * apropos.el (apropos-command): Fix `message' call: first arg
21419         should be a format spec.  In this and all other cases that appear
21420         below and elsewhere in the source code, I made a change only when
21421         two conditions were satisfied: [1] I can think of a possibility
21422         that the arguments would cause an error, for example, the code in
21423         question relies on external variables such as filenames.  [2] I
21424         was sure that the arg to `message' could not have been nil in the code.
21426         * textmodes/tildify.el (tildify-region): Ditto.
21428         * textmodes/reftex-index.el (reftex-index-change-entry)
21429         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21430         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21431         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21432         (org-priority, org-table-sum):
21433         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21434         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21435         (flyspell-word, flyspell-display-next-corrections):
21436         * textmodes/bibtex.el (bibtex-print-help-message):
21437         * textmodes/artist.el (artist-key-set-point-poly):
21438         * term/mac-win.el (mac-services-insert-text):
21439         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21440         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21441         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21442         (vhdl-compose-configuration):
21443         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21444         (sh-set-indent, sh-learn-line-indent):
21445         * progmodes/ps-mode.el (ps-mode-target-column):
21446         * progmodes/idlwave.el (idlwave-make-tags)
21447         (idlwave-scan-library-catalogs):
21448         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21449         * progmodes/gud.el (gud-jdb-analyze-source):
21450         * progmodes/flymake.el (flymake-log):
21451         * progmodes/ebnf2ps.el (ebnf-generate-region):
21452         * progmodes/cmacexp.el (c-macro-expansion):
21453         * progmodes/ada-xref.el (ada-treat-cmd-string):
21454         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21455         (ada-justified-indent-current, ada-batch-reformat):
21456         * play/zone.el (zone):
21457         * play/landmark.el (lm-move):
21458         * play/decipher.el (decipher-show-alphabet):
21459         * net/newsticker.el (newsticker--display-jump)
21460         (newsticker--display-scroll):
21461         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21462         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21463         * mail/feedmail.el (feedmail-dump-message-to-queue):
21464         * eshell/esh-proc.el (eshell-remove-process-entry):
21465         * emulation/ws-mode.el (ws-last-error):
21466         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21467         (viper-record-kbd-macro):
21468         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21469         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21470         * emacs-lisp/find-func.el (find-function-noselect):
21471         * calendar/timeclock.el (timeclock-status-string)
21472         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21473         (timeclock-when-to-leave-string):
21474         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21475         * calc/calc-units.el (calc-enter-units-table):
21476         * calc/calc-mode.el (calc-mode-record-mode):
21477         * woman.el (woman-mini-help):
21478         * wdired.el (wdired-change-to-wdired-mode):
21479         * vc.el (vc-retrieve-snapshot):
21480         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21481         * startup.el (display-startup-echo-area-message):
21482         * simple.el (set-goal-column):
21483         * ses.el (ses-command-hook, ses-recalculate-cell):
21484         * server.el (server-process-filter):
21485         * printing.el (pr-interface-txt-print, pr-interface-printify)
21486         (pr-interface-ps):
21487         * pcvs.el (cvs-help):
21488         * log-edit.el (log-edit, log-edit-mode-help):
21489         * iswitchb.el (iswitchb-possible-new-buffer):
21490         * isearch.el (isearch-edit-string):
21491         * image-mode.el (image-mode, image-minor-mode):
21492         * ibuf-macs.el (define-ibuffer-filter):
21493         * hi-lock.el (hi-lock-find-patterns):
21494         * files.el (toggle-read-only):
21495         * ediff-util.el (ediff-copy-diff)
21496         (ediff-write-merge-buffer-and-maybe-kill):
21497         * echistory.el (Electric-history-undefined):
21498         * dnd.el (dnd-insert-text):
21499         * dired-aux.el (dired-query):
21500         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21501         * bookmark.el (bookmark-bmenu-locate):
21502         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21503         Fix `message' calls to ensure first arg is a format string.
21504         The change was made only when these two conditions were satisfied:
21505         [1] when there is a possibility that the arguments would cause an error
21506         for example, if the code in question relies on external variables
21507         such as filenames, and
21508         [2] if the arg to `message' could not have been nil in the code.
21510         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21511         Not having a %s would be weird, though not technically wrong.
21513 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21515         * term/mac-win.el (mac-add-charset-info): Doc fix.
21517 2005-09-17  Romain Francoise  <romain@orebokech.com>
21519         * shell.el (shell-resync-dirs): Handle echoing processes more
21520         reliably.  Don't insert resync command if `comint-process-echoes'
21521         is non-nil.
21523 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21525         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21526         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21527         aspell versions >= 0.60.
21528         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21529         only if ispell-aspell-supports-utf8 is non-nil.
21531 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21533         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21534         buffer-local value to lisp-indent-function.
21536 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21538         * progmodes/glasses.el (glasses-make-readable): If
21539         glasses-separator differs from underscore, put appropriate
21540         overlays over underscore characters.
21541         (glasses-convert-to-unreadable): If glasses-separator differs from
21542         underscore, try to convert glasses-separator characters to
21543         underscores.
21545 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21547         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21548         Use with-syntax-table and dolist.
21550 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21552         * textmodes/reftex-auc.el:
21553         * textmodes/reftex-cite.el:
21554         * textmodes/reftex-dcr.el:
21555         * textmodes/reftex-global.el:
21556         * textmodes/reftex-parse.el:
21557         * textmodes/reftex-ref.el:
21558         * textmodes/reftex-sel.el:
21559         * textmodes/reftex-toc.el:
21560         * textmodes/reftex-vars.el:
21561         * textmodes/reftex.el: Small changes to remove compiler warnings.
21563         * textmodes/reftex-index.el: Likewise.
21564         (reftex-query-index-phrase): More efficient use of markers.
21566 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21568         * image.el (image-load-path): New variable.
21569         (image-search-load-path): New function.
21570         (find-image): Search for images in `image-load-path'.
21572 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21574         * follow.el: Change Maintainer field.
21576 2005-09-15  David Ponce  <david@dponce.com>
21578         * recentf.el (recentf-save-file-modes): New option.
21579         (recentf-save-list): Use it.
21581 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21583         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21584         (mode-line-mule-info, mode-line-modified): Move bindings from
21585         mouse-3 to mouse-1.
21587 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21589         * simple.el (sendmail-user-agent-compose): Revert last change.
21591 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21593         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21594         Use with-current-buffer.
21595         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21596         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21597         (ange-ftp-insert-directory): Remove unused var `short'.
21598         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21600         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21601         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21603         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21604         (check-calendar-holidays, diary-list-entries): Autoload.
21605         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21606         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21608         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21609         which mistakenly removed a call to display-buffer.
21611 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21613         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21615 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21617         * progmodes/hideshow.el
21618         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21619         (hs-allow-nesting): New user var.
21620         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21621         (hs-hide-block-at-point): When nesting allowed,
21622         if there is already an overlay in place, delete it.
21623         (hs-safety-is-job-n): Delete func; remove call sites.
21624         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21625         (hs-overlay-at): New func.
21626         (hs-already-hidden-p, hs-show-block): Use it.
21627         (hs-hide-all): Don't pre-clean if nesting allowed.
21628         (hs-show-all): Temporarily disallow
21629         nesting around call to `hs-discard-overlays'.
21631 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21633         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21634         Delete unused local var.
21636 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21638         * help-fns.el (describe-categories): "?\ " -> "?\s".
21639         (help-do-arg-highlight): Recognize also ARG-n, as in
21640         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21642         * international/codepage.el (dos-unsupported-char-glyph):
21643         * net/newsticker.el (tool-bar-map, w3-mode-map)
21644         (w3m-minor-mode-map):
21645         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21646         (ent-alist):
21647         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21649 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21651         * custom.el (custom-push-theme): Handle the case where a symbol is
21652         bound but face properties have not yet been assigned.
21654         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21655         Fix behavior if noerase is `t' and there is no mail buffer.
21657         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21658         if `continue' is nil, rather than signal an error.
21660 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21662         * font-lock.el (font-lock-keywords): Add autoload.
21664         * help-fns.el (describe-variable): Rearrange to put source link
21665         in a predictable place.
21667         * net/newsticker.el: New file.
21669 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21671         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21672         (calendar-basic-setup): Use the new nil arg.
21673         (number-of-diary-entries): Move to diary-lib.el.
21675         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21676         (diary-list-entries): Use with-syntax-table and dolist.
21677         Rename from list-diary-entries.
21678         Use number-of-diary-entries if `number' is nil.
21679         (diary, diary-view-entries): Use this new name and new nil arg value.
21680         (number-of-diary-entries): Move from calendar.el.
21681         (diary-unhide-everything): New function.
21682         (include-other-diary-files, fancy-diary-display)
21683         (diary-show-all-entries, make-diary-entry): Use it.
21684         (diary-mail-entries): Use buffer-string.
21685         (mark-diary-entries): Fix long standing paren typo.
21686         (diary-sexp-entry): Use count-lines.
21687         (make-diary-entry): Avoid `previous-line'.
21688         (diary-mode-map): New var.
21689         (diary-mode): Redraw cal after saving.  Setup header-line.
21690         (fancy-diary-display-mode): Use local-set-key.
21692         * startup.el (command-line): Try calling various terminal-init-foo-bar
21693         functions by stripping hyphenated suffixes from $TERM.
21695         * files.el (normal-mode): Check boundness of font-lock-keywords.
21697 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21699         * progmodes/compile.el: Don't decide a file's directory
21700         until the user actually tries to go there.
21701         (compilation-next-error-function):
21702         Pass compilation-find-file the directory from the file-struct.
21703         (compilation-internal-error-properties): Separate local FILE-STRUCT
21704         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21705         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21706         Expand it, and if nil, use default-directory.
21707         (compilation-get-file-structure): Don't mix specified directory
21708         with default directory.  Put specified directory into
21709         file-struct.  Don't make the file name absolute.
21711         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21712         (compile-command): Add autoload.
21713         (compilation-disable-input): Add autoload.
21715 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21717         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21718         strings of the variables it can override.
21719         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21720         %Q and %q, for fully-qualified domain name and unqualified host name.
21722 2005-09-11  Kim F. Storm  <storm@cua.dk>
21724         * emacs-lisp/authors.el (authors-aliases): Update list.
21725         (authors-fixed-entries): Update mldrag.el entry.
21727 2005-09-10  Alan Mackenzie  <acm@muc.de>
21729         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21730         from the region narrowed to.
21732 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21734         * textmodes/ispell.el (ispell-check-version): Signal an error if
21735         aspell version is less than 0.60.
21737 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21739         * progmodes/octave-inf.el (inferior-octave-startup):
21740         Resync current dir at the end.
21742 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21744         * woman.el (woman-topic-at-point-default):
21745         Rename to woman-use-topic-at-point-default.
21746         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21747         (woman-file-name): Reflect renames above.  Automatically use the
21748         word at point as topic if woman-use-topic-at-point is non-nil.
21749         Otherwise offer it as default but don't insert it in the
21750         minibuffer.  Also use `test-completion' instead of `assoc' as
21751         suggested by Stefan Monnier.
21753 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21755         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21756         the attempt to do it over Tramp.  This is not yet supported.
21758 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21760         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21761         (menu-bar-non-minibuffer-window-p): New functions.
21762         ("Split Window", "Save As..."): Use them.
21763         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21764         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21765         Use menu-bar-menu-frame-live-and-visible-p.
21766         ("Save Buffer", "Insert File", "Open Directory...")
21767         ("Open File...", "Visit New File..."):
21768         Use menu-bar-non-minibuffer-window-p.
21769         (kill-this-buffer-enabled-p, dired <menu-enable>):
21770         Use menu-bar-non-minibuffer-window-p.
21772 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21774         * cus-start.el (all): Don't complain about fringe-related
21775         built-ins if fringes are not supported.  Ditto about
21776         selection-related built-ins.  Fix the test for GTK-related built-ins.
21778         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21779         ("Postscript Print Buffer", "Print Region", "Save As...")
21780         ("Save", "Insert File...", "Open Directory...")
21781         ("Open File...", "Visit New File..."")
21782         ("Truncate Long Lines in this Buffer"): Don't look at
21783         menu-updating-frame if this display does not support multiple frames.
21785 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21787         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21789 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21791         * woman.el: Format- and whitespace-related changes.
21793 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21795         * woman.el: Fix my email address.
21797 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21799         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21800         (sh-mode): Locally set skeleton-pair-default-alist.
21802         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21804         * progmodes/flymake.el: Require `compile' unconditionally.
21806         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21808         * woman.el (woman-file-name): Provide a default, not initial input.
21810         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21812         * font-lock.el (font-lock-support-mode): Doc fix.
21814         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21816 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21818         * simple.el (blink-matching-open): Get rid of text props from
21819         the string shown in echo area.  Don't permanently set point.
21820         Some rearrangements.
21822 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21824         * recentf.el (recentf-filename-handler): Add custom choice
21825         `abbreviate-file-name'.
21827         * msb.el (msb--very-many-menus): Fix typo.
21829         * disp-table.el (standard-display-european): Don't set
21830         enable-multibyte-characters to nil.
21832 2005-09-08  David Ponce  <david@dponce.com>
21834         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21835         (recentf-expand-file-name): Doc fix.
21836         (recentf-dialog-mode-map): Define digit shortcuts.
21837         (recentf--files-with-key): New variable.
21838         (recentf-show-digit-shortcut-filter): New function.
21839         (recentf-open-files-items): New function.
21840         (recentf-open-files): Use it.
21841         (recentf-open-file-with-key): New command.
21843 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21845         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21846         Suggested by Kim F. Storm.
21847         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21848         (Buffer-menu-make-sort-button): Use global keymap.
21850 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21852         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21853         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21854         necessary any longer with the remapped command.
21855         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21856         formatting time only.
21858         * net/tramp.el (tramp-action-password)
21859         (tramp-multi-action-password): Compile the password prompt from
21860         `method', `user' and `host'.  Sometimes it isn't obvious which
21861         password to enter, for example with remote files offered by
21862         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21863         <robert@chezmarshall.freeserve.co.uk>.
21865 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21867         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21868         Fix regexp for when "s///" is at the beginning of line.
21870 2005-09-07  Jay Belanger  <belanger@truman.edu>
21872         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21873         when in matrix mode.
21875 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21877         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21878         non-anonymous functions.
21880 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21882         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21883         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21885         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21886         can't be moved; don't signal an error.
21888 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21890         * cus-theme.el (custom-theme-write-faces): Save the current face
21891         spec, not the defface spec.
21893         * custom.el (custom-known-themes): Clarify meaning of "standard".
21894         (custom-push-theme): Save old values in the standard theme.
21895         (disable-theme): Correct typo.
21896         (custom-face-theme-value) Deleted unused function.
21897         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21899 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21901         * progmodes/compile.el (compilation-goto-locus): Take into account
21902         iconified frames when determining whether the buffer is
21903         already visible.
21904         Don't reset window height if the window already existed.
21906 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21908         * custom.el (load-theme): Rename from require-theme.
21909         Add interactive spec.
21910         (enable-theme): Rename from custom-enable-theme.
21911         Add interactive spec.
21912         (disable-theme): Rename from custom-disable-theme.
21913         Add interactive spec.
21914         (custom-make-theme-feature): Doc fix.
21915         (custom-theme-directory): Doc fix.
21916         (provide-theme): Call enable-theme.
21918 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21920         * obsolete/lazy-lock.el (lazy-lock-mode):
21921         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21922         font-lock-mode if it's off.  Print a warning instead.
21924         * progmodes/compile.el (compilation-start): Ignore errors if the
21925         process died before we get to send-eof.
21927         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21928         Undo last change.  Enclosing the result in quotes broke things on Unix
21929         since tex-send-command passes it through shell-quote-argument.
21930         (tex-send-command): Pass `file' through convert-standard-filename
21931         when possible.
21932         (tex-uptodate-p): Handle the case where TeX hasn't put additional
21933         info in a transcript.
21935 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
21937         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21938         fix compilation warning.  Reorder the key definitions to group
21939         together keys emitted by the current version of xterm.
21941         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21942         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21943         Reorder predicates to correct min-color usage.
21945 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
21947         * longlines.el (longlines-mode): Inhibit read-only when encoding.
21948         Kill local variables when longlines-mode is turned off.
21950 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21952         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21954         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21956         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21958         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21959         (font-lock-lines-before): Change default to being inactive.
21960         (font-lock-default-fontify-region): Obey font-lock-lines-before.
21961         (font-lock-after-change-function): Don't handle f-l-lines-before here.
21963 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
21965         * net/tramp.el (tramp-handle-make-auto-save-file-name):
21966         Deactivate temporarily advice if active (not needed for Emacs 22,
21967         but for backwards compatibility).
21968         (tramp-exists-file-name-handler): Rewrite.  First implementation
21969         was too simple.
21970         (tramp-advice-make-auto-save-file-name):
21971         Call `tramp-handle-make-auto-save-file-name' (again, just for
21972         backwards compatibility).
21974 2005-08-31  Reto Zimmermann  <reto@gnu.org>
21976         * progmodes/vhdl-mode.el
21977         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21978         (vhdl-end-p): Fix indentation bug "else" after "-- when".
21979         (vhdl-set-default-project): New function (easier setting of default).
21980         (vhdl-port-copy): Handle extended identifiers for generics.
21981         (vhdl-compiler-alist): Better description for error message regexp.
21982         (vhdl-make): Query for target, use previous as default.
21983         (vhdl-port-copy): Fix port copy for port names starting with "signal".
21984         (vhdl-font-lock-keywords-2): Fix fontification for record
21985         el. assign.
21986         (vhdl-speedbar-make-subpack-line): Add package body link.
21987         (vhdl-generate-makefile-1): Not include itself as dependency.
21988         (vhdl-font-lock-init): Highlight c-preprocessor directives.
21989         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21990         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21991         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21992         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21993         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21994         (vhdl-import-project): Add string argument for `error'.
21995         (vhdl-compose-configuration)
21996         (vhdl-compose-configuration-architecture): Add configuration
21997         declaration generation.
21998         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21999         (vhdl-trailer-re): Add "record" keyword (better indentation).
22000         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22001         "[^ \t-\"]+".
22002         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22003         (vhdl-testbench-entity-file-name)
22004         (vhdl-testbench-architecture-file-name): Allow separate
22005         customization of testbench file names.
22006         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22007         (vhdl-get-visible-signals): Allow newline within alias declaration.
22008         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22009         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22010         (member-ignore-case): Alias for missing function in XEmacs.
22011         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22012         (vhdl-update-sensitivity-list): Ignore case on read signals.
22013         (vhdl-replace-string): Adjust case only for file names.
22014         (vhdl-update-sensitivity-list): Fix search for read signals.
22015         (vhdl-update-sensitivity-list): Exclude formal parameters.
22016         (vhdl-get-visible-signals): Include aliases of signals.
22017         (vhdl-get-visible-signals): Fix signal name searching.
22018         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22019         (vhdl-fixup-whitespace-region): Fix for character
22020         literals (e.g. `:').
22022 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22024         * ansi-color.el (comint-last-output-start):
22025         * bs.el (font-lock-verbose):
22026         * diff-mode.el (add-log-buffer-file-name-function):
22027         * dired-x.el (vm-folder-directory):
22028         * faces.el (help-xref-stack-item):
22029         * files.el (font-lock-keywords):
22030         * find-lisp.el (dired-buffers, dired-subdir-alist):
22031         * ido.el (cua-inhibit-cua-keys):
22032         * log-view.el (cvs-minor-wrap-function):
22033         * outline.el (font-lock-warning-face):
22034         * simple.el (compilation-current-error):
22035         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22036         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22037         * tooltip.el (comint-prompt-regexp):
22038         * w32-fns.el (explicit-shell-file-name):
22039         * term/mac-win.el (mac-charset-info-alist)
22040         (mac-services-selection, mac-system-script-code):
22041         * term/tty-colors.el (msdos-color-values):
22042         * term/w32-win.el (xlfd-regexp-registry-subnum):
22043         * term/x-win.el (x-keysym-table, x-selection-timeout)
22044         (x-session-id, x-session-previous-id):
22045         * textmodes/ispell.el (mail-yank-prefix):
22046         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22047         * textmodes/org.el (calc-embedded-close-formula)
22048         (calc-embedded-open-formula)
22049         (font-lock-unfontify-region-function):
22050         * textmodes/reftex-global.el (isearch-next-buffer-function)
22051         (TeX-master):
22052         * textmodes/reftex.el (font-lock-keywords):
22053         * textmodes/tex-mode.el (font-lock-comment-face)
22054         (font-lock-doc-face):
22055         * textmodes/texinfo.el (outline-heading-alist):
22056         Add defvars.
22058         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22059         (artist-spray-chars, artist-mode-init, artist-replace-string)
22060         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22061         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22062         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22064         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22065         (conf-align-assignments): "?\ " -> "?\s".
22067         * textmodes/reftex-index.el (TeX-master): Add defvar.
22068         (reftex-index-phrases-marker): Move up defvar.
22070         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22071         (reftex-toc-include-labels-indicator)
22072         (reftex-toc-include-index-indicator)
22073         (reftex-toc-max-level-indicator): Move up declarations.
22075         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22076         of args to `tramp-run-real-handler', even if it's empty in this case.
22078 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22080         * dired.el (dired-move-to-filename-regexp): Add date format for
22081         Mac OS X 10.3 in East Asian locales.
22083 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22085         * files.el (make-auto-save-file-name): Add file name handler call
22086         if applicable.
22088         * net/tramp.el (tramp-file-name-handler-alist)
22089         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22090         (tramp-handle-make-auto-save-file-name): Rename from
22091         `tramp-make-auto-save-file-name'.
22092         (tramp-exists-file-name-handler): New defun.
22093         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22094         `make-auto-save-file-name' is not a magic file name operation.
22096 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22098         * files.el (risky-local-variable-p):
22099         Match `-predicates' and `-commands.
22101         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22102         (custom-save-all): Visit the file if necessary;
22103         kill the buffer if we created it.
22104         (custom-save-delete): Don't visit file or kill buffer here.
22106 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22108         * textmodes/org.el (org-special-keyword): New face.
22109         (org-table-copy-down, org-table-eval-formula)
22110         (org-table-recalculate, org-init-section-numbers):
22111         Use `string-to-number' instead of `string-to-int'.
22112         (org-get-location): Use `insert-buffer-substring' instead of
22113         `insert-buffer'.
22114         (org-modify-diary-entry-string): New function.
22115         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22116         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22117         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22118         active region.
22119         (org-export-as-html): Handle QUOTE keyword.
22120         (org-quote-string): New option.
22121         (org-bookmark-jump-unhide): New function, used for
22122         `bookmark-after-jump-hook'.
22123         (org-diary-default-entry): Apply only when not called through
22124         `org-agenda'.
22126 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22128         * net/eudc.el (mode-popup-menu):
22129         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22130         * progmodes/ada-mode.el (compile-auto-highlight)
22131         (skeleton-further-elements):
22132         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22133         * progmodes/cmacexp.el (msdos-shells):
22134         * progmodes/compile.el (font-lock-extra-managed-props)
22135         (font-lock-keywords, font-lock-maximum-size)
22136         (font-lock-support-mode):
22137         * progmodes/grep.el (font-lock-lines-before):
22138         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22139         * progmodes/mixal-mode.el (compile-command):
22140         * progmodes/perl-mode.el (font-lock-comment-face)
22141         (font-lock-doc-face, font-lock-string-face):
22142         * progmodes/prolog.el (comint-prompt-regexp):
22143         * progmodes/sh-script.el (font-lock-comment-face)
22144         (font-lock-set-defaults, font-lock-string-face):
22145         * progmodes/sql.el (font-lock-keyword-face)
22146         (font-lock-set-defaults, font-lock-string-face):
22147         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22148         (itimer-version, lazy-lock-defer-contextually)
22149         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22150         Add defvars.
22152         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22153         (cperl-electric-keyword, cperl-electric-pod)
22154         (cperl-electric-backspace, cperl-forward-re)
22155         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22156         (vc-rcs-header, vc-sccs-header): Add defvars.
22158         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22159         (font-lock-syntactic-keywords, gud-find-expr-function):
22160         Add defvars.
22162         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22163         (gdb-frame-parameters): Declare before use.
22165         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22166         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22167         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22168         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22170         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22171         (idlwave-help-with-source): Use `insert-buffer-substring', not
22172         `insert-buffer'.
22174 2005-08-29  Juri Linkov  <juri@jurta.org>
22176         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22177         Put outline-back-to-heading function call inside save-excursion.
22179 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22181         * man.el (Man-init-defvars, Man-translate-references)
22182         (Man-support-local-filenames, Man-highlight-references):
22183         * progmodes/sql.el (sql-interactive-mode):
22184         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22186         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22187         (compilation-mode-font-lock-keywords): Add defvars.
22188         (checkdoc-interactive-loop): "?\ " -> "?\s".
22190         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22191         (font-lock-doc-face, font-lock-string-face)
22192         (font-lock-keywords-case-fold-search): Add defvars.
22193         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22195         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22196         Don't pass X and Y (they are ignored anyway).
22197         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22198         (mouse-delete-window): Make arguments optional.
22200         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22201         (caesar-translate-table, minor-modes, news-buffer-save)
22202         (news-group-name, news-minor-modes): Add defvars.
22204         * emacs-lisp/lselect.el (mouse-highlight-priority)
22205         (x-lost-selection-functions, zmacs-regions):
22206         * emacs-lisp/pp.el (font-lock-verbose):
22207         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22208         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22209         (ses-mode-map):
22210         * emacs-lisp/tcover-unsafep.el (safe-functions):
22211         * international/mule-cmds.el (mac-system-coding-system)
22212         (mac-system-locale):
22213         * language/ethio-util.el (rmail-current-message)
22214         (rmail-message-vector):
22215         * language/thai-util.el (thai-auto-composition-mode):
22216         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22217         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22218         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22219         (vm-primary-inbox, vm-spool-files):
22220         * mail/rmail.el (deleted-head, font-lock-fontified)
22221         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22222         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22223         (total-messages):
22224         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22225         (rmail-summary-mode-map):
22226         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22227         (rmail-last-label, rmail-last-multi-labels)
22228         (rmail-summary-vector, rmail-total-messages):
22229         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22230         * mail/rmailsum.el (msgnum):
22231         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22232         (rmail-current-message):
22233         * obsolete/fast-lock.el (font-lock-face-list):
22234         * obsolete/rnewspost.el (mail-reply-buffer):
22235         * obsolete/scribe.el (compile-command):
22236         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22238 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22240         * ibuf-ext.el (ibuffer-auto-update-changed):
22241         Use `frame-or-buffer-changed-p' to check whether we need to update.
22242         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22243         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22244         as a `frame-or-buffer-changed-p' state vector instead.
22246 2005-08-27  Romain Francoise  <romain@orebokech.com>
22248         * textmodes/makeinfo.el (makeinfo-compile):
22249         Use `compilation-start'.  Set `next-error-function' according to
22250         `disable-errors'.
22251         (makeinfo-next-error): New function.
22252         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22253         (makeinfo-buffer): Likewise.
22255         * progmodes/compile.el (compilation-start): Add autoload cookie.
22257         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22258         * textmodes/sgml-mode.el: Likewise.
22259         * progmodes/python.el: Likewise.
22261 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22263         * simple.el (blink-matching-paren-distance): Document the meaning
22264         of nil value, and allow to customize to nil.
22266         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22267         command.com, not command.exe.
22269 2005-08-26  John Wiegley  <johnw@newartisans.com>
22271         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22272         code around a bit so that an extraneous nil argument is not added
22273         to a command when no args are given.
22275         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22276         double-quoted argument resolves to nil, return it as an empty
22277         string rather than as nil.  This made it impossible to pass "" to
22278         a shell script as a null string argument.
22280 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22282         * outline.el (outline-invent-heading): New fun.
22283         (outline-promote, outline-demote): Use it.
22284         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22285         (outline-end-of-subtree): Remove unused var `opoint'.
22287 2005-08-26  David Reitter  <david.reitter@gmail.com>
22289         * menu-bar.el (truncate-lines, write-file, print-buffer)
22290         (ps-print-buffer-faces, ps-print-buffer, split-window):
22291         Disable menu items when the frame they refer to is invisible, or when
22292         they refer to a buffer and the minibuffer is selected.
22294 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22296         * progmodes/flymake.el (flymake-highlight-err-lines):
22297         Use save-excursion around flymake-highlight-line to preserve point.
22299 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22301         * progmodes/octave-mod.el: Change Author and Maintainer address.
22302         (octave-maintainer-address): Change Kurt's email address.
22303         * progmodes/octave-inf.el: Change Author and Maintainer address.
22304         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22306 2005-08-26  Kim F. Storm  <storm@cua.dk>
22308         * subr.el (version-list-<, version-list-<=, version-list-=):
22309         Rename from integer-list-*.
22310         (version-list-not-zero): Likewise.  Fix while loop.
22311         (version=): Use version-list-= instead of string-equal.
22313 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22315         * outline.el (outline-promote): Try shortening the heading.
22316         As last resort, read the heading to use.
22317         (outline-demote): As last resort, read the heading to use.
22319 2005-08-26  Romain Francoise  <romain@orebokech.com>
22321         * progmodes/compile.el (compilation-start): Doc fix.
22323         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22324         (antlr-font-lock-additional-keywords): Fix reference to
22325         `antlr-font-lock-literal-regexp' erroneously changed during the
22326         mass face rename.
22327         (antlr-run-tool): Use `compilation-start'.
22329         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22330         instead of the obsolete `compile-internal'.
22332 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22334         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22335         (number, original-date):
22336         * calendar/cal-china.el (date):
22337         * calendar/cal-coptic.el (date):
22338         * calendar/cal-french.el (date):
22339         * calendar/cal-hebrew.el (date, entry, number, original-date):
22340         * calendar/cal-islam.el (date, number, original-date):
22341         * calendar/cal-iso.el (date):
22342         * calendar/cal-julian.el (date):
22343         * calendar/cal-mayan.el (date):
22344         * calendar/cal-menu.el (date, event):
22345         * calendar/cal-persia.el (date):
22346         * calendar/lunar.el (date):
22347         * calendar/solar.el (date): Add defvars.
22349         * emerge.el:
22350         * ibuffer.el:
22351         * info-xref.el:
22352         * obsolete/bg-mouse.el:
22353         * obsolete/sun-curs.el:
22354         * obsolete/swedish.el: Move the `defvar's to the top level.
22356         * smerge-mode.el (smerge-refined-change): Add :group.
22358 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22360         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22361         (smerge-keep-n): Remove props.
22362         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22363         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22364         now that it's done in smerge-keep-n.
22365         (smerge-refined-change): New face.
22366         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22367         (smerge-refine): New funs.
22368         (smerge-basic-map): Bind smerge-refine.
22370 2005-08-25  Juri Linkov  <juri@jurta.org>
22372         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22373         compilation-process-setup-function and compilation-disable-input
22374         in grep-mode instead of let-bindings in grep.
22376         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22377         Delete "Automatic File De/compression" (auto-compression-mode).
22379 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22381         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22382         Silence warning about non-existent variable.
22384 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22386         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22387         Rename "Describe Key" to "Describe Key or Mouse Operation".
22389         * mail/mailalias.el (build-mail-aliases): Delete comments
22390         from the contents before processing them.
22392         * isearch.el (isearch-edit-string): Erase the Search prompt
22393         if user enters an empty string and there is no default.
22395         * comint.el (comint-file-name-prefix): Add autoload.
22397 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22399         * subr.el (play-sound): Rearrange to avoid warning.
22401 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22403         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22404         New hook.
22405         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22407 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22409         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22411         * custom.el (custom-theme-set-variables): Sort minor modes last.
22413 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22415         * subr.el (version-separator, version-regexp-alist): New vars used by
22416         version comparison funs.
22417         (integer-list-<, integer-list-=, integer-list-<=)
22418         (integer-list-not-zero): New funs for integer list comparison.
22419         (version-to-list, version=, version<, version<=): New funs for version
22420         comparison.
22422 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22424         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22425         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22426         time to silence the byte-compiler.
22428         * ibuffer.el (ibuffer-compile-make-eliding-form)
22429         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22430         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22431         so it's silly to get warnings for it).
22432         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22433         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22434         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22435         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22436         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22437         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22438         Defvar at compile time.
22439         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22440         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22441         Declare them before use.
22443         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22444         (info-xref-good, info-xref-bad): Defvar at compile time.
22446         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22447         Use `let*' instead of `let'.
22449         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22450         (*mouse-y*, menu, char): Defvar at compile time.
22451         (sc::menu): Declare it before use.
22452         (sc::pack-one-line): Use `let', not `let*'.
22454         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22455         (mail-send-hook): Defvar at compile time.
22457         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22458         Defvar at compile time.
22460         * term/sun-mouse.el (current-global-mousemap)
22461         (current-local-mousemap): Declare them before use.
22463 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22465         * bookmark.el (bookmark-after-jump-hook): New hook.
22466         (bookmark-jump): Run `bookmark-after-jump-hook'.
22468 2005-08-23  Juri Linkov  <juri@jurta.org>
22470         * faces.el (minibuffer-prompt): Doc fix.
22472 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22474         * progmodes/xscheme.el: Trivial changes to silence warnings.
22475         (xscheme-previous-mode, xscheme-previous-process-state):
22476         Add defvars.
22477         (xscheme-last-input-end, xscheme-process-command-line)
22478         (xscheme-process-name, xscheme-buffer-name)
22479         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22480         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22481         (xscheme-control-g-synchronization-p)
22482         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22483         (default-xscheme-runlight, xscheme-runlight)
22484         (xscheme-runlight-string, xscheme-process-filter-state)
22485         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22486         Move to beginning of file.
22487         (scheme-interaction-mode-commands-alist)
22488         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22489         Declare them before use.  Note: the initialization code for the
22490         variables has not been moved because it uses functions that reference
22491         the variables.
22492         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22493         (xscheme-prompt-for-expression-map): Declare them before use.
22494         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22496 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22498         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22500 2005-08-22  Juri Linkov  <juri@jurta.org>
22502         * faces.el (set-face-underline): Delete this duplicate function
22503         and make an obsolete alias to set-face-underline-p.
22504         (set-face-underline-p): Use docstring of set-face-underline.
22505         (describe-face): Create hyperlink to parent face.
22507         * info.el (Info-insert-dir): Use save-excursion around
22508         insert-buffer-substring.
22509         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22510         (Info-escape-percent): Delete function.
22511         (Info-fontify-node): Replace Info-escape-percent by
22512         replace-regexp-in-string with REP arg set to lambda that
22513         duplicates `%' and preserves text properties.
22515         * progmodes/compile.el (compilation-disable-input): Doc fix.
22516         (define-compilation-mode): Doc fix and refill.
22517         (kill-compilation): Use `mode-name' in the error message.
22518         (compilation-find-file): Use `compilation-error' in the
22519         read-file-name's prompt.
22521 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22523         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22524         (smerge-auto-leave): Make undo re-enable the mode.
22525         (debug-ignored-errors): Add the user-error of impossible resolution.
22526         (smerge-resolve): Move things around a bit, in preparation for later.
22527         (smerge-diff): Don't fail if the buffer has no associated file.
22528         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22529         (smerge-conflict-overlay): New function.
22530         (smerge-match-conflict): Don't add text properties here.
22531         (smerge-find-conflict): Instead, add an overlay here.
22532         Also check for the case where we're inside a conflict already, so as to
22533         obviate the need for font-lock-multiline, which is unbearably slow with
22534         large conflicts and ciomplex font-lock patterns.
22535         (smerge-remove-props): Remove overlay rather than text-properties.
22536         (smerge-mode): Don't set font-lock-multiline.
22537         Remove overlays when turned off.
22539 2005-08-21  Kim F. Storm  <storm@cua.dk>
22541         * ido.el (ido-ignore-item-p): Use save-match-data.
22542         Bind case-fold-search to ido-case-fold locally.
22544 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22546         * files.el (normal-mode): If font lock is on, turn it off and on.
22548         * subr.el (replace-regexp-in-string): Doc fix.
22550         * startup.el (command-line-1): Don't suppress startup screen
22551         due to existing processes.
22553         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22555         * progmodes/compile.el (compilation-disable-input): Default to nil.
22557 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22559         * progmodes/compile.el (compilation-disable-input): New defcustom.
22560         (compilation-start): If compilation-disable-input is non-nil, send
22561         EOF to the compilation process.
22563 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22565         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22566         Run the argument of tex-shell-cd-command through
22567         convert-standard-filename, to get the correct style of slashes on
22568         Windows, and enclose the result in quotes, in case the file name
22569         includes whitespace or other special characters.
22571 2005-08-19  Andreas Schwab  <schwab@suse.de>
22573         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22574         process.
22576 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22578         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22580 2005-08-18  Kim F. Storm  <storm@cua.dk>
22582         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22584 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22586         * scroll-lock.el: New file.
22588 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22590         * dired.el (dired-move-to-end-of-filename):
22591         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22593 2005-08-18  Kim F. Storm  <storm@cua.dk>
22595         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22596         rather than toggle mode when custom value is nil.
22597         (ido-everywhere): Fix defun doc string.
22599 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22601         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22602         as tag instead of "Inviolable".
22604 2005-08-17  Kim F. Storm  <storm@cua.dk>
22606         * windmove.el (windmove-coordinates-of-position): Remove.
22607         (windmove-coordinates-of-window-position): Remove.
22608         (windmove-reference-loc): Use posn-at-point instead.
22610         * subr.el (insert-for-yank-1): Doc fix.
22612         * ido.el (ido-enter-matching-directory): Rename from
22613         ido-enter-single-matching-directory.  Change `slash' choice to
22614         `only'.  Add `first' choice.
22615         (ido-exhibit): Adapt to above changes.
22617 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22619         * Makefile.in: Expand comment about building loaddefs.el.
22621 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22623         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22624         Comment use of defadvice.
22626         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22628 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22630         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22631         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22632         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22633         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22634         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22635         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22636         for backward compatibility for faces that did not appear in the
22637         previous Emacs release.
22639         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22641 2005-08-15  Kim F. Storm  <storm@cua.dk>
22643         * emulation/cua-base.el (cua-delete-region): Return t if
22644         deleted region was non-empty.
22645         (cua-replace-region): Inhibit overwrite-mode for
22646         self-insert-command if replaced region was non-empty.
22647         (cua--explicit-region-start, cua--status-string): Make them
22648         buffer-local at top-level...
22649         (cua-mode): ...rather than when mode is enabled.
22651 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22653         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22654         Set t for Emacs 21, 22, and so on.
22656 2005-08-15  David Ponce  <david@dponce.com>
22658         * tree-widget.el: Update Commentary header.
22659         (tree-widget-theme): Doc fix.
22660         (tree-widget-space-width): New option.
22661         (tree-widget-image-properties): Look up in the default theme too.
22662         (tree-widget--cursors): Only for images with arrow pointer shape.
22663         (tree-widget-lookup-image): Pointer shape is hand by default.
22664         (tree-widget-icon): Rename generic icon widget from
22665         `tree-widget-control'.
22666         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22667         derive from `tree-widget-icon'.
22668         (tree-widget-handle): Improve default look and feel of the text
22669         representation.
22670         (tree-widget): Rename :*-control properties to :*-icon properties.
22671         Add :action and :help-echo properties.
22672         (tree-widget-after-toggle-functions): Move.
22673         (tree-widget-close-node, tree-widget-open-node): Remove.
22674         (tree-widget-before-create-icon-functions): New hook.
22675         (tree-widget-value-create): Update to allow customization of icons
22676         and nodes at run-time via that new hook.
22677         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22678         (tree-widget-icon-action, tree-widget-icon-help-echo)
22679         (tree-widget-action, tree-widget-help-echo): New functions.
22681 2005-08-15  Kim F. Storm  <storm@cua.dk>
22683         * ido.el (ido-buffer-internal): Use with-no-warnings.
22684         (ido-make-merged-file-list): Use while-no-input.
22686 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22688         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22689         (flyspell-large-region): Fix doc and custom type.
22691 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22693         * files.el (interpreter-mode-alist): Doc fix.
22695         * mail/rmail.el (rmail-nonignored-headers): New variable.
22696         (rmail-clear-headers): Use it.
22697         (rmail-reply): Better handling of mail-followup-to header.
22699         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22700         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22701         don't try to refer to executable-font-lock-keywords.
22702         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22703         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22704         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22705         (sh-mode): Set comment-start-skip, local-abbrev-table,
22706         imenu-case-fold-search.
22707         (sh-set-shell): Don't set them here.
22708         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22709         Don't cache the results in the original alist; don't ever modify
22710         that alist.
22712         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22714         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22715         empty.
22717 2005-08-15  Andreas Schwab  <schwab@suse.de>
22719         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22721         * dired.el, info.el, mail/rmail.el: Revert last change.
22723 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22725         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22726         modification in `eval-after-load' form.
22727         * info.el: Likewise.
22728         * mail/rmail.el: Likewise.
22730 2005-08-14  Juri Linkov  <juri@jurta.org>
22732         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22733         Remove highlighting of "Compilation started".  Highlight only
22734         the word "finished" in "Compilation finished".  Add highlighting
22735         of "interrupt", "killed", "terminated" and the exit code.
22736         (compilation-start): Add newline after header.  Use exactly the
22737         same time stamp format as the finishing message.
22738         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22740         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22741         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22742         Add highlighting of "interrupt", "killed", "terminated".
22744         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22745         enabled and the current command is self-insert-command, call it
22746         explicitly with overwrite-mode bound to nil, to not allow it
22747         to delete the character after the selected region.
22749 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22751         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22752         move-end-of-line, end-of-line, and beginning-of-line to the list
22753         of commands after which the echo area is updated.
22755 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22757         * cus-edit.el (custom-save-all, custom-save-delete):
22758         Bind recentf-exclude to exclude custom-file.
22760 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22762         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22763         to go to the bottom of the mail message.  Added to
22764         `rmail-summary-mode-map' with key "/".
22765         (rmail-summary-show-message): New (internal) function for use by
22766         both `rmail-summary-beginning/end-of-message'.
22767         (rmail-summary-beginning-of-message): Change to use
22768         rmail-summary-show-message.
22770         * mail/rmail.el (rmail-end-of-message): New command to go to the
22771         end of the current message.  Added to `rmail-mode-map' with key "/".
22772         (rmail-beginning-of-message): Fix to work as documented.
22773         (rmail-mode): Change documentation.
22775         * progmodes/compile.el (compilation-start): Add the line
22776         "Compilation started" with compilation start time.
22777         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22779 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22781         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22782         of menu items.
22784 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22786         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22788         * battery.el (battery-status-function): Don't use ignore-errors.
22790 2005-08-11  Lute Kamstra  <lute@gnu.org>
22792         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22793         define-obsolete-variable-alias.
22795 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22797         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22798         (ange-ftp-send-cmd): Revert last change, and expand
22799         the comment explaining the problem.
22801 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22803         * ldefs-boot.el: Update.
22805         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22806         item to "Time, Load and Mail".  Change help echo text.
22808         * time.el (display-time-use-mail-icon, display-time-format)
22809         (display-time-string-forms): Shorten first line of docstrings.
22811 2005-08-10  Lars Hansen  <larsh@soem.dk>
22813         * desktop.el (desktop-buffer-mode-handlers):
22814         Make non-customizable.  Add autoload cookie.  Change initial value to
22815         nil; add elements in respective modules instead.  Fix doc string.
22816         (desktop-load-file): New function.
22817         (desktop-minor-mode-handlers): New autoloaded variable.
22818         (desktop-create-buffer): Call minor mode handlers.
22819         Use desktop-load-file to load major and minor mode modules prior to
22820         checking for a handler.
22821         (desktop-save): Don't add nil to desktop-minor-modes for minor
22822         modes with nil function in desktop-minor-mode-table.  Don't delete
22823         desktop file before rewriting it.
22824         (desktop-locals-to-save): Add autoload cookie.  Don't make
22825         automatically buffer-local.  Add variables column-number-mode,
22826         size-indication-mode, indent-tabs-mode,
22827         indicate-buffer-boundaries, indicate-empty-lines and
22828         show-trailing-whitespace.
22829         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22830         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22831         (desktop-clear-preserve-buffers-regexp): Delete.
22832         (desktop-clear-preserve-buffers): Update initial value and docstring.
22833         (desktop-save-buffer): Fix doc string.
22835         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22836         (hilit-chg-desktop-restore): New function.
22837         (highlight-changes-mode): Add highlight-changes-mode to
22838         desktop-locals-to-save.
22840         * dired.el: Add handler to desktop-buffer-mode-handlers.
22841         (dired-restore-desktop-buffer): Remove autoload cookie.
22842         (dired-mode): Add autoload cookie.
22844         * info.el: Add handler to desktop-buffer-mode-handlers.
22845         (Info-restore-desktop-buffer): Remove autoload cookie.
22846         (Info-mode): Add autoload cookie.
22848         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22849         (mh-restore-desktop-buffer): Remove autoload cookie.
22850         (mh-folder-mode): Add autoload cookie.
22852         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22853         (rmail-restore-desktop-buffer): Remove autoload cookie.
22855 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22857         * hexl.el (hexl-address-region):
22858         (hexl-ascii-region, hexl-font-lock-keywords):
22859         (hexl-highlight-line-range): Use the term "region"
22860         instead of "area" for consistency with the other symbols
22861         defined in hexl.el.
22863 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22865         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22866         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22867         out by Juri Linkov).  Add `display-battery-mode'.
22869 2005-08-09  Juri Linkov  <juri@jurta.org>
22871         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22872         Remove `-text' from face variable names.
22873         (compilation-error-file-name, compilation-warning-file-name)
22874         (compilation-info-file-name): Delete faces.
22875         (compilation-line-number, compilation-column-number):
22876         Remove face underlining.
22877         (compilation-message-face): Set to `underline' value by default.
22878         (compilation-error-face, compilation-warning-face)
22879         (compilation-info-face): Remove `-file-name' from face names.
22880         (compilation-error-text-face, compilation-warning-text-face)
22881         (compilation-info-text-face): Delete face variables.
22882         (compilation-text-face): Delete function.
22884         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22885         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22886         (grep-error-face): Set to `compilation-error' instead of
22887         `compilation-error-face' (which is redefined to `grep-hit-face' in
22888         grep buffers).
22889         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22890         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22892         * dired-aux.el (dired-do-query-replace-regexp):
22893         Use `query-replace-read-args'.
22895         * replace.el (query-replace-read-from, query-replace-read-to)
22896         (query-replace-read-args): Rename arg `string' to `prompt'.
22898         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22900 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
22902         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22903         uploading files.
22904         (ange-ftp-canonize-filename): Handle file names beginning with ~
22905         correctly.
22907 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22909         * textmodes/fill.el (canonically-space-region)
22910         (fill-context-prefix, fill-french-nobreak-p)
22911         (fill-delete-newlines, fill-comment-paragraph)
22912         (justify-current-line): "?\ " -> "?\s".
22914 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22916         * textmodes/fill.el (fill-nonuniform-paragraphs):
22917         Improve argument/docstring consistency.
22919 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22921         * textmodes/ispell.el (ispell-word): More fboundp checks.
22923         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22924         (find-file-noselect-1): Call it here, only if RAWFILE.
22925         (normal-mode): Always set some major mode.
22926         (save-some-buffers-action-alist): Change some explanation strings.
22927         (file-name-non-special): In the `quote' method, use unwind-protect.
22929 2005-08-09  Magnus Henoch  <mange@freemail.hu>
22931         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22932         (ispell-have-aspell-dictionaries): New variable.
22933         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22934         (ispell-get-aspell-config-value): New function.
22935         (ispell-aspell-find-dictionary): New function.
22936         (ispell-aspell-add-aliases): New function.
22937         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22938         appropriate.  Don't look for ispell dictionaries if we use aspell.
22939         (ispell-menu-map): Don't build a submenu of dictionaries.
22941 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22943         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22944         (sql-read-passwd): Use read-passwd.
22946         * progmodes/idlw-toolbar.el (idlwave-toolbar)
22947         (idlwave-toolbar-is-possible): Add defvars.
22949         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22950         Avoid warnings.
22952         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22953         (idlwave-system-class-info, idlwave-executive-commands-alist):
22954         Use defvar.
22956         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22958         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22959         Avoid warnings.
22961         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22962         and content-type: headers.
22964         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22966         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22967         and rename some of them to be more self-explanatory.
22969         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22971         * startup.el (command-line-1): Implement -scriptload.
22973         * replace.el (occur-engine): Initial *Occur* output not undoable.
22975         * menu-bar.el (menu-bar-file-menu): Rename some menu items
22976         and improve help strings.
22978         * isearch.el (isearch-repeat): When changing direction,
22979         mark search successful.
22981         * ediff-init.el: Use (featurep 'xemacs).
22983         * comint.el (send-invisible): Identify buffer, if not selected.
22985         * align.el: Delete autoload for c-guess-basic-syntax.
22987 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22989         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22990         Improve argument/docstring consistency.  Doc fixes.
22991         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22992         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22993         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22994         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22995         (r2bv-organization, r2bv-pages, r2bv-primary-author)
22996         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22997         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22998         Defvar at compile time.
23000 2005-08-09  Juri Linkov  <juri@jurta.org>
23002         * info.el: Replace `info' with upper-case `Info' where appropriate.
23003         (info-title-1, info-title-2, info-title-3, info-title-4)
23004         (info-menu-header): Move up face definitions.
23005         (info-menu-star): Rename from `info-menu-5'.
23006         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23007         (Info-fontify-visited-nodes): Fix docstring.
23008         (Info-hide-note-references): Fix docstring.
23009         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23010         menu items in the same way as on cross-references.
23011         (info-apropos): Fix sorting order and formatting to be like in the
23012         stand-alone Info browser.  Display error messages for 1 sec.
23013         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23014         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23015         from the menu bar.
23016         (Info-insert-dir): Restore point after calling
23017         `insert-buffer-substring'.
23019 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23021         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23022         (recompute-lucid-menubar): Add defvars.
23024         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23026         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23028         * net/net-utils.el (run-dig): Rename from `dig'.
23030         * play/gametree.el (gametree-mode): Use make-local-variable,
23031         not make-variable-buffer-local.
23033         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23035         * ansi-color.el (ansi-color-make-extent)
23036         (ansi-color-set-extent-face): Use fboundp, not functionp.
23038         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23039         not make-variable-buffer-local.
23041         * bookmark.el (Info-current-file): Add defvar.
23042         (bookmark-jump-noselect): Use with-no-warnings.
23044         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23046         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23048         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23050         * find-file.el (ada-procedure-start-regexp)
23051         (ada-package-start-regexp): Add defvars.
23053         * info.el (Info-insert-dir): Use insert-buffer-substring.
23055         * xml.el (xml-att-def-re): Add defvar.
23057         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23058         calling convention.
23060         * subr.el (while-no-input): Return t if there is input.
23062 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23064         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23066 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23068         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23069         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23071 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23073         * cmuscheme.el (scheme-start-file): Replace reference to
23074         `user-emacs-directory' by "~/.emacs.d/".
23076 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23078         * info.el (Info-dir-remove-duplicates): Avoid case folding
23079         in loop; instead, keep downcased strings for comparison.
23080         Suggested by Helmut Eller.
23082 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23084         Sync with Tramp 2.0.50.
23086         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23087         XEmacs case; not necessary anymore.
23088         (tramp-user-regexp): Allow "@" as part of user name.
23089         (tramp-handle-set-visited-file-modtime)
23090         (tramp-handle-insert-file-contents)
23091         (tramp-handle-write-region): No special handling for
23092         `last-coding-system-used, because this is done in
23093         `tramp-accept-process-output' now.
23094         (tramp-accept-process-output): New defun.
23095         (tramp-process-one-action, tramp-process-one-multi-action)
23096         (tramp-wait-for-regexp, tramp-wait-for-output)
23097         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23098         Howells <dhowells@redhat.com>.
23099         (clear-visited-file-modtime): Defadvice removed.  The check for
23100         unset buffer's modtime does not need to be based on
23101         `tramp-buffer-file-attributes'.  Suggested by RMS.
23102         (tramp-message): Insert "\n" if not being at beginning of line.
23103         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23104         sequence with same logic.
23105         (tramp-completion-handle-expand-file-name): Discard call of
23106         `tramp-drop-volume-letter'.  It is not necessary, and there have
23107         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23108         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23109         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23110         should always be visible.
23111         (tramp-handle-insert-directory, tramp-setup-complete)
23112         (tramp-set-process-query-on-exit-flag)
23113         (tramp-append-tramp-buffers): Pacify byte-compiler.
23114         (tramp-bug): Delete non-existing variables from list.
23115         Apply `tramp-load-report-modules' as pre-hook.
23116         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23117         `shell-prompt-pattern' because of non-7bit characters.
23118         Reported by Sebastian Luque <sluque@mun.ca>.
23119         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23120         (tramp-match-string-list): Remove function.
23121         (tramp-wait-for-regexp): Remove call of that function.
23122         Suggested by Kim F. Storm <storm@cua.dk>.
23123         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23124         instead of octal character code ?\600.  The latter resulted in a
23125         syntax error with XEmacs.
23127         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23128         XEmacs case; not necessary anymore.
23129         (tramp-smb-handle-write-region): No special handling for
23130         `last-coding-system-used, because this is done in
23131         `tramp-accept-process-output' now.
23132         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23134 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23136         * wid-edit.el (widget-choice-value-create):
23137         Unconditionally respect user choice.  Set :explicit-choice back to nil
23138         when no longer needed.
23139         (widget-choice-action): Unconditionally respect user choice.
23140         Eliminate :explicit-choice-value.
23142         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23144         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23145         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23146         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23147         running new function `toggle-indicate-empty-lines'.
23148         Rename "Customize" item to "Customize fringe".
23149         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23150         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23151         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23152         Delete "Empty lines only" item.
23153         (menu-bar-showhide-fringe-ind-customize): New function.
23154         (menu-bar-showhide-fringe-ind-mixed)
23155         (menu-bar-showhide-fringe-ind-box)
23156         (menu-bar-showhide-fringe-ind-right)
23157         (menu-bar-showhide-fringe-ind-left)
23158         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23159         instead of `fringe-indicators'.
23161 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23163         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23164         Change the date of last update.
23166 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23168         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23169         (viper-exec-yank, viper-put-back): Don't display modification msg
23170         if in the minibuffer.
23172         * viper-init.el (viper-replace-overlay-cursor-color)
23173         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23174         Make variables frame local.
23176         * viper-util.el (viper-append-filter-alist): Use append instead of
23177         nconc.
23179         * viper.el (viper-vi-state-mode-list)
23180         (viper-emacs-state-mode-list): Move help-mode and
23181         completion-list-mode from the first list to the second.
23182         (viper-mode): Docstring.
23183         (viper-go-away, viper-non-hook-settings): Don't localize
23184         minor-mode-alist in newer Emacsen.  Add advice to
23185         set-cursor-color.  Don't bind "\C-c\\".
23187 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23189         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23190         (scheme-macro-expand-command): New user options.
23191         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23192         (scheme-form-at-point, scheme-start-file)
23193         (scheme-interactively-start-process): New functions.
23194         (scheme-get-process): New function, extracted from `scheme-proc'.
23195         (run-scheme): Call `scheme-start-file' to get start file, and pass
23196         it to `make-comint'.
23197         (switch-to-scheme, scheme-proc):
23198         Call `scheme-interactively-start-process' if no Scheme buffer/process
23199         is available.
23201 2005-08-06  Juri Linkov  <juri@jurta.org>
23203         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23204         Use `compilation-text-face', `compilation-info-text-face' and
23205         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23206         (compilation-error): New face.
23207         (compilation-error-file-name): Inherit from
23208         `compilation-error' instead of `font-lock-warning-face'.
23209         (compilation-warning-file-name): Inherit from
23210         `compilation-warning' instead of `font-lock-warning-face'.
23211         (compilation-info, compilation-error-file-name)
23212         (compilation-warning-file-name, compilation-info-file-name)
23213         (compilation-line-number, compilation-column-number): Doc fix.
23214         (compilation-error-text-face, compilation-warning-text-face)
23215         (compilation-info-text-face): New face variables.
23216         (compilation-line-face, compilation-column-face)
23217         (compilation-enter-directory-face)
23218         (compilation-leave-directory-face): Doc fix.
23219         (compilation-text-face): New function.
23221         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23222         instead of 1 to display binary file names as info file links.
23223         (grep-error-face): Use `compilation-error-face' instead of
23224         `font-lock-keyword-face'.
23225         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23226         and `compilation-warning-text-face' instead of
23227         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23228         instead of `grep-error-face'.
23230 2005-08-05  Kenichi Handa  <handa@m17n.org>
23232         * international/code-pages.el: Add autoload cookies for all coding
23233         systems.
23235 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23237         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23239 2005-08-04  Juri Linkov  <juri@jurta.org>
23241         * progmodes/compile.el (compilation-mode-map):
23242         * progmodes/grep.el (grep-mode-map):
23243         Bind TAB to `compilation-next-error' and [backtab] to
23244         `compilation-previous-error'.
23246         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23247         matching line numbers, column numbers and their ranges with regexp
23248         matching only line numbers.
23249         (grep-context-face): New face variable.
23250         (grep-mode-font-lock-keywords): Use it.
23252         * faces.el (read-face-name): Delete duplicate faces.
23254 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23256         * thumbs.el (thumbs-find-image): Don't make variables
23257         automatically buffer local.
23258         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23259         (thumbs-image-num): Make automatically buffer local.
23260         (thumbs-show-thumbs-list): Use `make-local-variable', not
23261         `make-variable-buffer-local'.
23262         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23264         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23265         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23266         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23267         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23268         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23269         (feelings-about, foullst, found, hello, history, howareyoulst)
23270         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23271         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23272         (neglst, obj, object, owner, please, problems, qlist)
23273         (random-adjective, relation, remlst, repetitive-shortness)
23274         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23275         (shortlst, something, sportslst, stallmanlst, states, subj)
23276         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23277         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23278         Defvar at compile time.
23280         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23281         not `make-variable-buffer-local'.
23283 2005-08-02  Kim F. Storm  <storm@cua.dk>
23285         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23286         rectangle overlay in selected window.
23288 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23290         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23291         instead of display group.  Make `indicate-buffer-boundaries'
23292         customizable through Custom.
23294 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23296         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23297         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23298         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23299         (gdb-put-string): Fix typos in docstrings.
23301 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23303         Update copyright notices of files in progmodes directory for
23304         release of Emacs 22.1.
23306         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23308         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23309         Don't barf if the GUD buffer has been killed.
23311 2005-08-01  Kim F. Storm  <storm@cua.dk>
23313         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23315 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23317         * simple.el (next-error-follow-minor-mode):
23318         make-variable-buffer-local -> make-local-variable.
23320         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23322         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23323         (byte-compile-form-make-variable-buffer-local): New functions to warn
23324         about misuses of make-variable-buffer-local where make-local-variable
23325         was meant.
23327 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23329         * bs.el (bs-attributes-list): Doc fix.
23330         (bs): Update url-link.
23332         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23333         (desktop-load-default): Simplify.
23335         * ibuffer.el (ibuffer-columnize-and-insert-list)
23336         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23337         (ibuffer-unmark-all, ibuffer-toggle-marks)
23338         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23339         (ibuffer-compile-make-format-form, ibuffer-format-column)
23340         (ibuffer-current-buffers-with-marks)
23341         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23342         (ibuffer): Doc fix.
23343         (ibuffer-mode): Fix typo in docstring.
23344         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23345         with `define-obsolete-variable-alias'.
23346         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23348 2005-07-29  Kenichi Handa  <handa@m17n.org>
23350         * international/mule-cmds.el (select-message-coding-system):
23351         Be sure to use LF for end-of-line.  If no coding system is decided,
23352         return iso-8859-1-unix.
23354 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23356         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23357         (ange-ftp-pending-error-line): New vars.
23358         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23359         to handle the non-fatal no-route-to-host messages.
23360         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23362 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23364         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23365         (isearch-quote-char, isearch-printing-char)
23366         (isearch-text-char-description): "?\ " -> "?\s".
23367         (isearch-lazy-highlight-cleanup)
23368         (isearch-lazy-highlight-initial-delay)
23369         (isearch-lazy-highlight-interval)
23370         (isearch-lazy-highlight-max-at-a-time)
23371         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23372         Declare with define-obsolete-*-alias macros.
23373         (isearch-forward): Fix typo in docstring.
23374         (search-invisible, search-ring-yank-pointer)
23375         (regexp-search-ring-yank-pointer): Doc fixes.
23377         * recentf.el (recentf-menu-append-commands-p): Declare with
23378         `define-obsolete-variable-alias'.
23379         (recentf-max-saved-items, recentf-menu-filter)
23380         (recentf-arrange-by-rule-subfilter): Doc fixes.
23381         (recentf-menu-append-commands-flag)
23382         (recentf-initialize-file-name-history, recentf-expand-file-name)
23383         (recentf-clear-data): Fix typos in docstrings.
23385 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23387         * progmodes/gdb-ui.el: Smarten comments.
23388         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23390 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23392         * term/apollo.el (terminal-init-apollo): New function containing
23393         all former top level forms in the file.
23394         * term/bobcat.el (terminal-init-bobcat):
23395         * term/cygwin.el (terminal-init-cygwin):
23396         * term/iris-ansi.el (terminal-init-iris-ansi):
23397         * term/linux.el (terminal-init-linux):
23398         * term/news.el (terminal-init-news):
23399         * term/rxvt.el (terminal-init-rxvt):
23400         * term/sun.el (terminal-init-sun):
23401         * term/tvi970.el (terminal-init-tvi970):
23402         * term/vt100.el (terminal-init-vt100):
23403         * term/vt102.el (terminal-init-vt102):
23404         * term/vt125.el (terminal-init-vt125):
23405         * term/vt200.el (terminal-init-vt200):
23406         * term/vt201.el (terminal-init-vt201):
23407         * term/vt220.el (terminal-init-vt220):
23408         * term/vt240.el (terminal-init-vt240):
23409         * term/vt300.el (terminal-init-vt300):
23410         * term/vt320.el (terminal-init-vt320):
23411         * term/vt400.el (terminal-init-vt400):
23412         * term/vt420.el (terminal-init-vt420):
23413         * term/wyse50.el (terminal-init-wyse50):
23414         * term/xterm.el (terminal-init-xterm): Likewise.
23416         * term/README: Describe the terminal-init-* functionality.
23418         * startup.el (command-line): After loading the terminal initialization
23419         file call the corresponding terminal initialization function.
23421 2005-07-27  Kenichi Handa  <handa@m17n.org>
23423         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23424         negative.
23426         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23427         (ps-mule-composition-prologue): Fix for the case that
23428         RelativeCompose is false.
23430 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23432         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23434         * descr-text.el (describe-char): Handle the case where the list of
23435         chars is displayed in a separate frame.
23436         Be a bit more discriminating when looking for the char.
23438 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23440         * bookmark.el (bookmark-automatically-show-annotations)
23441         (bookmark-read-annotation-text-func): Doc fixes.
23442         (bookmark-save): Improve argument/docstring consistency.
23443         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23444         (bookmark-alist-from-buffer)
23445         (bookmark-upgrade-file-format-from-0)
23446         (bookmark-grok-file-format-version)
23447         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23448         (bookmark-read-annotation-mode)
23449         (bookmark-insert-current-bookmark, bookmark-jump)
23450         (bookmark-exit-hook): Fix typos in docstrings.
23451         (bookmark-exit-hooks): Define as obsolete alias.
23452         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23453         not `bookmark-exit-hooks'.  Fix docstring.
23454         (bookmark-bmenu-select): "?\ " -> "?\s".
23456 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23458         * startup.el (command-line): Fix typo.
23460 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23462         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23463         not emacs-quick-startup.
23465 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23467         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23468         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23469         instead of `reb-with-current-window'.
23470         (reb-prev-match): Likewise.  Also, don't move left if the search
23471         was unsuccessful.
23472         (reb-initialize-buffer): New function.
23473         (re-builder, reb-change-syntax): Use it.
23475         * man.el (Man-goto-page): Make second argument NOERROR optional.
23477 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23479         * man.el (Man-bgproc-sentinel): Check here for failure to find
23480         any man page in the output, and report the error here.
23481         (Man-arguments): Make it permanent local.
23482         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23483         (Man-mode): Pass t for NOERROR.
23485         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23486         (grep-mode-font-lock-keywords):
23487         Don't use compilation-...-face for messages that are not file names.
23489         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23490         Don't use compilation-...-face for messages that are not file names.
23492 2005-07-22  Juri Linkov  <juri@jurta.org>
23494         * startup.el (normal-splash-screen): Update menu name.
23496         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23498 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23500         * term/xterm.el: Load term/rxvt if the terminal is actually an
23501         rxvt terminal.
23502         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23504         * term/rxvt.el (function-key-map): Use substitute-key-definition
23505         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23507         * term/cygwin.el: New file.
23509 2005-07-22  Kim F. Storm  <storm@cua.dk>
23511         * image-file.el (insert-image-file, image-file-yank-handler):
23512         Fix last change to maintain a (unique) yank-handler on yanked images.
23514 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23516         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23517         of the file size (as in "177B" for 177 bytes).  This happens with
23518         "ls -lh" on FreeBSD.
23520 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23522         * hilit-chg.el (highlight-changes-global-initial-state)
23523         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23524         (hilit-chg-fixup, highlight-changes-mode):
23525         Fix typos in docstrings.
23526         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23527         Doc fixes.
23529 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23531         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23532         mode function using `eval-after-load'.
23534 2005-07-21  Kim F. Storm  <storm@cua.dk>
23536         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23537         included when reporting an Emacs crash, and tell about the DEBUG file.
23539         * image-file.el (insert-image-file): Add yank-handler.
23540         (image-file-yank-handler): Yank handler to make unique copies of
23541         images when they are yanked into a buffer next to each other.
23543 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23545         * comint.el (comint-use-prompt-regexp, comint-send-input)
23546         (comint-source-default, comint-extract-string)
23547         (comint-get-source, comint-word, comint-completion)
23548         (comint-source, comint-prompt-read-only, comint-update-fence):
23549         Fix typos in docstrings.
23550         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23551         Declare with define-obsolete-*-alias macros.
23552         (comint-previous-matching-input-from-input)
23553         (comint-next-matching-input-from-input)
23554         (comint-previous-matching-input, comint-next-matching-input)
23555         (comint-forward-matching-input):
23556         Improve argument/docstring consistency.
23558         * desktop.el (desktop-clear-preserve-buffers-regexp):
23559         Also preserve the *server* buffer.
23561         * simple.el (clone-indirect-buffer): Doc fix.
23562         (fixup-whitespace, just-one-space)
23563         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23564         (next-error, next-error-highlight)
23565         (next-error-highlight-no-select, next-error-last-buffer)
23566         (next-error-buffer-p, next-error-find-buffer, next-error)
23567         (previous-error, next-error-no-select, previous-error-no-select)
23568         (open-line, split-line, minibuffer-prompt-width, kill-new)
23569         (binary-overwrite-mode): Fix typos in docstrings.
23570         (set-fill-column): Fix typo in message.
23572         * skeleton.el (skeleton-proxy-new): Doc fix.
23574         * strokes.el (strokes-load-hook): Doc fix.
23575         (strokes-grid-resolution, strokes-get-grid-position)
23576         (strokes-renormalize-to-grid, strokes-read-stroke)
23577         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23578         (strokes-global-map): Fix typos in docstrings.
23579         (strokes-help): Doc fix.  Fix help message and pass it through
23580         `substitute-command-keys'.
23582         * tempo.el (tempo-insert-prompt, tempo-interactive)
23583         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23584         (tempo-insert-string-functions, tempo-local-tags)
23585         (tempo-define-template, tempo-insert-template)
23586         (tempo-insert-prompt-compat, tempo-is-user-element)
23587         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23588         Fix typos in docstrings.
23590         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23591         (vcursor-key-bindings, vcursor-use-vcursor-map)
23592         (vcursor-find-window, vcursor-scroll-down)
23593         (vcursor-disable, vcursor-beginning-of-buffer)
23594         (vcursor-end-of-buffer): Fix typos in docstrings.
23595         (vcursor-relative-move, vcursor-get-char-count):
23596         Improve argument/docstring consistency.
23598         * version.el: "?\ " -> "?\s".
23600         * wid-edit.el (widget-default-create, widget-after-change)
23601         (widget-default-format-handler, widget-checklist-add-item)
23602         (widget-radio-add-item, widget-choose, widget-specify-secret)
23603         (widget-field-value-create, widget-field-value-get)
23604         (widget-editable-list-format-handler)
23605         (widget-editable-list-entry-create, widget-group-value-create)
23606         (widget-documentation-link-add)
23607         (widget-documentation-string-value-create): "?\ " -> "?\s".
23608         (widget-convert-text): Doc fix.
23609         (widget-narrow-to-field, widget-field-find)
23610         (widget-url-link-action, widget-emacs-library-link-action)
23611         (widget-color-notify): Fix typos in docstrings.
23613         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23614         (x-select-text, set-w32-system-coding-system)
23615         (w32-add-charset-info): Fix typos in docstrings.
23617         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23618         (cua-enable-cua-keys, cua-use-hyper-key)
23619         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23620         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23622         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23624         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23625         `defalias' instead of faking it.
23627         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23628         (eshell-ls-missing, eshell-ls-dired-initial-args)
23629         (eshell-ls-use-in-dired): Fix typos in docstrings.
23631 2005-07-20  Kim F. Storm  <storm@cua.dk>
23633         * emulation/cua-base.el (cua-mode): Improve doc string.
23635 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23637         * abbrev.el (expand-region-abbrevs): Doc fix.
23638         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23639         Improve argument/docstring consistency.
23641         * arc-mode.el (archive-get-descr, archive-alternate-display):
23642         Doc fixes.
23643         (archive-l-e): Improve argument/docstring consistency.
23644         (archive-tmpdir, archive-unixdate, archive-unixtime)
23645         (archive-chmod-entry): Fix typos in docstrings.
23646         (archive-unflag, archive-unflag-backwards)
23647         (archive-unmark-all-files): "?\ " -> "?\s".
23649         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23650         (Buffer-menu-not-modified, Buffer-menu-execute)
23651         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23652         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23654         * composite.el (compose-string, encode-composition-rule)
23655         (compose-last-chars): Fix typos in docstrings.
23657         * desktop.el (desktop-enable, desktop-basefilename):
23658         Declare with `define-obsolete-variable-alias'.
23659         (desktop-internal-v2s): Don't quote keywords.
23660         (desktop-clear): "?\ " -> "?\s".
23662         * dired.el (dired-align-file, dired-flag-backup-files)
23663         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23664         (dired-listing-switches, dired-ls-F-marks-symlinks)
23665         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23666         (dired-directory, dired-faces, dired, dired-revert)
23667         (dired-mode, dired-summary, dired-view-file)
23668         (dired-copy-filename-as-kill, dired-delete-file)
23669         (dired-no-confirm, dired-unmark-all-marks)
23670         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23671         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23672         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23673         Fix typos in message strings.
23675         * dired-x.el (virtual-dired): Declare with `defalias'.
23676         (dired-mark-unmarked-files, dired-local-variables-file)
23677         (dired-omit-here-always): Doc fix.
23678         (dired-omit-mode, dired-find-subdir)
23679         (dired-enable-local-variables, dired-clean-up-buffers-too)
23680         (dired-extra-startup, dired-mark-extension, dired-jump)
23681         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23682         (dired-smart-shell-command, dired-guess-shell-alist-user)
23683         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23684         (dired-x-bind-find-file, dired-x-submit-report):
23685         Fix typos in docstrings.
23686         (dired-mark-unmarked-files): "?\ " -> "?\s".
23688         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23690         * faces.el (describe-face): "?\ " -> "?\s".
23691         (read-all-face-attributes, read-face-font, modify-face)
23692         (face-attr-construct, italic): Fix typos in docstrings.
23693         (frame-update-face-colors): Declare with
23694         `define-obsolete-function-alias'.
23696         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23697         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23698         (magic-mode-alist, buffer-file-numbers-unique)
23699         (write-file-functions, get-free-disk-space):
23700         Fix typos in docstrings.
23701         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23702         (write-contents-hooks, write-file-hooks):
23703         Declare with `define-obsolete-variable-alias'.
23705         * forms-d2.el (arch-rj): Fix typo in docstrings.
23706         (arch-tocol): Likewise.  "?\ " -> "?\s".
23708         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23709         Fix typo in docstring.
23710         (set-screen-width, set-screen-height): Delete redundant info in
23711         doctrings.
23712         (new-frame, screen-height, screen-width): Declare with
23713         `define-obsolete-function-alias'.
23714         (delete-frame-hook, blink-cursor): Declare with
23715         `define-obsolete-variable-alias'.
23717         * paths.el (prune-directory-list): Fix typos in docstring.
23719         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23720         (cvs-prefix-get): Fix typos in docstrings.
23722         * ps-print.el (ps-extend-face-list, ps-extend-face)
23723         (ps-print-background-image): Fix typos in docstrings.
23724         (ps-default-fg, ps-default-bg): Doc fixes.
23726         * s-region.el (s-region-bind): Doc fix.
23727         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23729         * textmodes/org.el (org-table-formula-substitute-names)
23730         (org-table-get-vertical-vector): Doc fixes.
23731         (org-table-recalculate): Remove unused argument to `message'.
23733 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23735         * textmodes/org.el (org-table-column-names)
23736         (org-table-column-name-regexp)
23737         (org-table-named-field-locations): New variables.
23738         (org-archive-subtree): Protect `this-command' when calling
23739         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23740         the kill buffer.
23741         (org-complete): Remove fixed-formula completion.
23742         (org-edit-formulas-map): New variable.
23743         (org-table-edit-formulas): New command.
23744         (org-finish-edit-formulas, org-abort-edit-formulas)
23745         (org-show-variable, org-table-get-vertical-vector): New functions.
23746         (org-table-maybe-eval-formula): Handle `:=' fields.
23747         (org-table-get-stored-formulas, org-table-store-formulas)
23748         (org-table-get-formula, org-table-modify-formulas)
23749         (org-table-replace-in-formulas): Handle named field formulas.
23750         (org-table-get-specials): Store locations of named fields.
23752 2005-07-19  Juri Linkov  <juri@jurta.org>
23754         * progmodes/grep.el (grep-regexp-alist)
23755         (grep-mode-font-lock-keywords, grep-process-setup):
23756         Use default GNU grep match color "01;31m" instead of "01;41m".
23757         (grep-regexp-alist, grep-mode-font-lock-keywords):
23758         Use `\\[[0-9]*m' instead of `\\[00m'.
23759         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23760         sgr_start where its handling is more important.  Use the real
23761         length of sgr_start instead of constant 8.
23762         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23763         specially.  Delete all remaining escape sequences.
23764         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23765         (grep-regexp-alist): Make hyperlink only for binary file name
23766         instead of the whole line.
23767         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23768         (grep-mode): Add autoload.
23770         * emacs-lisp/find-func.el (find-function-regexp):
23771         Add `define-compilation-mode'.
23773 2005-07-19  Juri Linkov  <juri@jurta.org>
23775         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23776         (compare-windows-sync-string-size, compare-windows-recenter)
23777         (compare-windows-highlight, compare-windows): Add version 22.1.
23778         (compare-windows) <defface>: Inherit from lazy-highlight instead
23779         of duplicating its default value.
23781         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23782         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23784         * descr-text.el (describe-char): Create link buttons for `charset'
23785         and `code point'.  Add the current input method name with a link
23786         button to `to input' field.  Print face names of display table
23787         characters in `The display table entry is displayed by' section
23788         instead of printing face-id in the `display' field.
23789         Guess hardcoded faces and create a link button for them.
23790         Skip empty fields when calculating max-width.
23791         Treat `widget-create' specially while inserting strings from the
23792         collected field list.
23793         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23795         * diff-mode.el (diff-file-header): Change foreground color from
23796         yellow to green on light backgrounds.
23797         (diff-context): Inherit from `shadow' only for color/grayscale
23798         with more than 88 colors.
23799         (diff-indicator-removed, diff-indicator-added)
23800         (diff-indicator-changed): New faces.
23801         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23802         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23803         font-lock-comment-delimiter-face and font-lock-comment-face.
23804         Add `#' to ^[^...] in the rule for `diff-context-face'.
23806         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23807         a button-like box.  Inherit from `highlight' on low colors.
23808         (shadow): Use shades of gray only for color/grayscale with
23809         more than 88 colors.  Use green for light backgrounds with
23810         8 colors, and yellow for dark backgrounds with 8 colors.
23812         * font-lock.el (font-lock-regexp-grouping-backslash):
23813         Don't inherit from escape-glyph (use bold for all cases).
23815         * info.el (info-xref-visited): Use light foreground color `violet'
23816         for dark backgrounds instead of dark color `magenta3'.
23817         (info-title-1): Use `yellow' color for dark backgrounds.
23819         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23820         too-light magenta2.
23822         * replace.el (match): Use slightly more light RoyalBlue3 instead
23823         of dark RoyalBlue4.
23825         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23827 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23829         * novice.el (disabled-command-hook): Declare it with
23830         `define-obsolete-variable-alias'.
23832         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23833         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23834         (desktop-load-default): Add release to obsolescence info.
23835         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23836         (desktop-append-buffer-args, desktop-read):
23837         Fix typos in docstrings.
23838         (desktop-kill): Fix typo in message.
23839         (desktop-save): Doc fix.
23841 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23843         * viper-cmd.el (viper-escape-to-state): Bug fix.
23844         (viper-envelop-ESC-key): Change the definition of fast
23845         keysequence so it'll work with keyboard macros.
23847         * ediff.el (ediff-patch-buffer): Change the docstring.
23849 2005-07-19  Kenichi Handa  <handa@m17n.org>
23851         * international/mule-cmds.el (select-safe-coding-system): Try to
23852         use an auto-coding (if any) before anything else.  If the found
23853         auto-coding is invalid, show a warning message.
23855         * international/mule.el (find-auto-coding): New function created
23856         by modifying the body of set-auto-coding.
23857         (set-auto-coding): Use find-auto-coding to find a coding.
23859 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23861         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23862         not isearch-mode-end-hook-error.
23863         (allout-before-change-protect): Fix error message.
23865 2005-07-18  Juri Linkov  <juri@jurta.org>
23867         * allout.el (allout-mode):
23868         * calculator.el (calculator-copy):
23869         * custom.el (custom-known-themes):
23870         * dired.el (dired-desktop-buffer-misc-data)
23871         (dired-restore-desktop-buffer):
23872         * dired-x.el (dired-omit-marker-char):
23873         * files.el (basic-save-buffer):
23874         * font-core.el (font-lock-mode):
23875         * calendar/calendar.el (calendar-goto-hebrew-date)
23876         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23877         (calendar-goto-persian-date):
23878         * language/ethio-util.el (ethio-sera-to-fidel-region):
23879         * textmodes/picture.el (picture-mode):
23880         Delete duplicate duplicate words.
23882 2005-07-18  Juri Linkov  <juri@jurta.org>
23884         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23885         chars * ? } |.
23886         (isearch-fallback): Don't call `isearch-process-search-char'.
23887         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23888         (isearch-process-search-char): Call `isearch-fallback' for regexp
23889         chars * ? } |.
23890         (isearch-return-char): Make obsolete with `make-obsolete' instead
23891         of simply documenting it as obsolete in the docstring.
23892         (isearch-fallback): Refill docstring.
23894         * international/isearch-x.el
23895         (isearch-process-search-multibyte-characters): Remove unneeded
23896         `concat'.  Add intermediate values to `junk-hist' instead of
23897         `minibuffer-history'.  Test the length of `str'.
23899 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23901         * allout.el (allout-resolve-xref): Fix typos in error strings.
23902         (allout-before-change-protect): Remove unneeded `concat'.
23904         * array.el (array-mode, array-reconfigure-rows)
23905         (untabify-backward): Fix typos in docstrings.
23906         (array-reconfigure-rows): Use `insert-buffer-substring', not
23907         `insert-buffer'.
23909         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23910         * progmodes/ada-mode.el (ada-make-body):
23911         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23913         * dired.el (dired-log):
23914         * tar-mode.el (tar-subfile-save-buffer):
23915         * play/zone.el (zone-pgm-stress-destress):
23916         Use `insert-buffer-substring', not `insert-buffer'.
23918 2005-07-17  Simon Josefsson  <jas@extundo.com>
23920         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23922 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
23924         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23925         Add plain auth method.
23926         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23928 2005-07-17  Kim F. Storm  <storm@cua.dk>
23930         * ido.el (dired-other-window): Add ido property.
23932 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
23934         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23935         Fix typo in docstring.
23936         (byte-compile-interactive-only-functions): Add `insert-buffer' and
23937         `insert-file-literally'.
23939         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23940         info and delete redundant message.  Doc fix.
23941         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23942         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23944 2005-07-16  Richard M. Stallman  <rms@gnu.org>
23946         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23947         (byte-compile-and): Use byte-compile-and-recursion.
23948         (byte-compile-or-recursion): New function.
23949         (byte-compile-or): Use that.
23950         (byte-compile-if): Guard the else-clause too.
23951         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23953         * isearch.el (isearch-mode-end-hook-quit): New variable.
23954         (isearch-done): Bind it.
23955         (isearch-mode-end-hook): Doc fix.
23957         * allout.el (allout-isearch-did-quit): Variable deleted.
23958         (allout-real-isearch-abort): Function name no longer used.
23959         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23960         (allout-isearch-rectification): isearch-mode always exists.
23961         Don't set allout-isearch-did-quit.
23962         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23963         allout-isearch-did-quit.
23964         (allout-enwrap-isearch): Just add the hook.
23965         (allout-isearch-abort): Function deleted.
23966         (allout-pre-command-business): Avoid warning.
23968         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23969         Correctly avoid warnings.
23970         (pascal-outline): Likewise.
23972         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23974         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23976         * play/tetris.el (tetris-mode): Avoid warning.
23978         * play/snake.el (snake-mode): Avoid warning.
23980         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23981         (gamegrid-set-display-table): Avoid warning.
23982         (gamegrid-set-timer): Likewise.
23983         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23984         (gamegrid-add-score-with-update-game-score-1): Take FILE
23985         as argument.
23986         (gamegrid-add-score-with-update-game-score): Pass that argument.
23987         Rename have-shared-game-dir to gamegrid-shared-game-dir.
23989         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23991         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23992         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23994         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23995         and insert-file.
23997         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23998         (sc-ask): Avoid warnings.
24000         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24001         (eshell-hist-initialize): Use that var the natural way.
24003         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24005         * emacs-lisp/re-builder.el (reb-cook-regexp):
24006         Avoid warning calling lre-compile-string.
24007         (reb-color-display-p): Avoid warning.
24009         * calculator.el (calculator-last-input): Guard uses
24010         of event-key and key-press-event-p.
24011         (event-key, key-press-event-p): Delete definitions.
24013         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24014         (find-gc-source-directory, find-gc-subrs-callers)
24015         (find-gc-noreturn-list, find-gc-source-files)
24016         (find-gc-subrs-called): Vars renamed and defvar'd.
24018         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24019         (checkdoc-overlay-put, checkdoc-delete-overlay)
24020         (checkdoc-overlay-start, checkdoc-overlay-end)
24021         (checkdoc-mode-line-update, checkdoc-char=):
24022         Define such that compiler knows they are defined.
24023         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24024         (checkdoc-read-event): Delete.  Use read-event directly.
24026         * whitespace.el (whitespace-make-overlay)
24027         (whitespace-overlay-put, whitespace-delete-overlay)
24028         (whitespace-overlay-start, whitespace-overlay-end):
24029         Define such that compiler knows they are defined.
24030         (whitespace): Move conditional inside.
24032         * tempo.el (tempo-insert-template): Suppress warning.
24034         * ediff-diff.el (longlines-mode): Add defvar.
24036 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24038         * server.el: Bind "C-x #" in a way that works even if C-x is
24039         redefined to a command key, not a prefix key.
24041 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24043         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24044         cl-make-type-test till execution time.
24046 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24048         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24049         arg ARG and use it.
24051 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24053         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24055 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24057         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24058         a defcustom with two :set or :type keywords.
24060 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24062         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24063         Don't give ^M comment-end syntax.
24065 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24067         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24068         Don't consider gdbmi (gdb-mi.el has its own update functions).
24069         (gdb-var-delete): Make it work for gdbmi as well.
24070         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24072         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24073         (gud-speedbar-menu-items): Correct logic for enabling items.
24075 2005-07-15  Kim F. Storm  <storm@cua.dk>
24077         * ido.el: Fix commentary.
24078         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24079         Use with-no-warnings around ffap-guesser.
24080         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24081         Let bind minibuffer-completing-file-name to t.
24083 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24085         * startup.el (site-run-file, keyboard-type): Doc fixes.
24086         (command-line): Check for "--basic-display" argument; also for
24087         "--quick", not "--bare-bones" (which was renamed).
24088         (fancy-splash-text): Add missing item "Getting New Versions".
24089         (normal-splash-screen): Fix typos and improve consistency with
24090         `fancy-splash-text'.  Update copyright year.
24092         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24093         valid binding for `help-char'.
24095         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24097 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24099         * term.el (term-mode): Disable cua-mode for term buffers.
24101 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24103         * add-log.el (add-log-mailing-address, change-log-merge):
24104         Doc fixes.
24105         (change-log-get-method-definition): Fix typo in docstring.
24107 2005-07-14  Kim F. Storm  <storm@cua.dk>
24109         * emulation/cua-base.el:
24110         (cua--pre-command-handler-1, cua--pre-command-handler)
24111         (cua--post-command-handler-1, cua--post-command-handler):
24112         Split in two.  Check (buffer local) value of cua-mode.
24113         (cua-selection-mode): New command.
24115 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24117         * custom.el (custom-initialize-safe-set)
24118         (custom-initialize-safe-default): Doc fixes.
24120         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24121         and simplify :init-value again.
24123         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24124         and simplify :init-value again.  Delete autoload.
24126         * startup.el (command-line): Use `custom-reevaluate-setting' again
24127         for tooltip-mode.
24129         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24130         a defcustom with two :initialize keywords.
24132 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24134         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24135         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24136         (allout-post-command-business, allout-flag-region)
24137         (isearch-reenable-font-lock, allout-yank)
24138         (allout-insert-latex-header, allout-insert-latex-trailer)
24139         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24140         (allout-latex-verb-quote): Fix typos in docstrings.
24141         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24142         (allout-unprotected, allout-prefix-data):
24143         Improve argument/docstring consistency.
24144         (allout-chart-subtree): Fix argument spec.
24145         (allout-open-topic): Rename `use_sib_bullet' argument to
24146         `use-sib-bullet'.  Doc fix.
24148         * whitespace.el (whitespace-check-buffer-leading)
24149         (whitespace-check-buffer-trailing)
24150         (whitespace-check-buffer-indent)
24151         (whitespace-check-buffer-spacetab)
24152         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24153         (whitespace-check-leading-whitespace)
24154         (whitespace-check-trailing-whitespace)
24155         (whitespace-check-spacetab-whitespace)
24156         (whitespace-check-indent-whitespace)
24157         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24158         (whitespace-modes): Fix typos in docstrings.
24159         (defgroup, defcustom): Doc fixes.
24161         * winner.el (winner-mode, winner-boring-buffers)
24162         (winner-pending-undo-ring): Doc fixes.
24163         (winner-ring): Remove unneeded `progn'.
24164         (winner-equal): `defsubst' it.
24165         (winner-redo): Fix message.
24167 2005-07-13  Kim F. Storm  <storm@cua.dk>
24169         * simple.el (line-move-1): Always use vertical-motion to
24170         do the last (or only) line move to ensure some movement.
24171         Undo 2005-06-23 change--don't check for overlays.
24173 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24175         * term/mac-win.el (ccl-encode-mac-roman-font)
24176         (ccl-encode-mac-centraleurroman-font)
24177         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24178         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24179         Change charset-id boundary of dimension to ?\xef.
24180         (mac-char-fontspec-list): New constant.
24181         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24182         argument.  Nil uses itself as family in font-spec.  Previous
24183         behavior for nil is now provided by non-nil non-string argument.
24184         All callers changed.  Add font-specs for Mac fonts to
24185         "fontset-default" unless iso8859-1 fonts are installed.
24187 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24189         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24190         a continuation line if the \ is preceded by SPC or TAB.
24191         (sh-get-indent-info): Simplify.
24192         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24193         Use with-current-buffer.
24195         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24196         when the matched text is empty.
24198 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24200         * startup.el (command-line): Revert to previous handling of
24201         tooltip-mode.  Explain in comment why the complexity is needed.
24203         * tooltip.el (tooltip-mode): Revert to previous implementation of
24204         its defcustom.
24206         * frame.el (blink-cursor-mode): Revert to previous implementation
24207         of its defcustom.  Update comment.
24209 2005-07-12  Lars Hansen  <larsh@soem.dk>
24211         * desktop.el: Update e-mail address.
24213 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24215         * term/mac-win.el (mac-services-mail-selection)
24216         (mac-services-mail-to): New functions.
24217         (mac-application-menu-map): Bind them.
24219 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24221         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24223 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24225         * custom.el (custom-reevaluate-setting): Doc fix.
24227 2005-07-11  Jay Belanger  <belanger@truman.edu>
24229         * calc/calc.el (calc-embedded-announce-formula-alist)
24230         (calc-embedded-open-close-plain-alist)
24231         (calc-embedded-open-close-mode-alist): Add checks for additional
24232         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24234 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24236         * custom.el (custom-enable-theme): Don't add theme to
24237         `custom-enabled-themes' with `push' because there is no
24238         setf-method for `delq'.
24240 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24242         * custom.el (custom-declare-variable): Doc fix.
24244         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24245         from the alists.
24247         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24248         Do nothing if edebug-active.
24250         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24251         (edebug-display): Do it here instead.
24253 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24255         * cus-face.el (custom-theme-set-faces): Make it work.
24256         (custom-reset-faces): Doc fix.
24257         (custom-theme-reset-internal-face, custom-theme-face-value):
24258         Functions deleted.
24260         * custom.el (custom-push-theme): Maintain list of the settings
24261         of a given theme in its theme-settings property.
24262         Maintain position of old settings in the theme-value
24263         or theme-face property.
24264         (custom-enabled-themes): New variable.
24265         (custom-theme-enabled-p): New function.
24266         (provide-theme): Update custom-enabled-themes.
24267         Disable and reenable the `user' theme.
24268         (require-theme): Doc fix.
24269         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24270         (custom-theme-value, custom-theme-variable-value): Likewise.
24271         (custom-theme-reset-internal): Likewise.
24272         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24273         (custom-enable-theme, custom-disable-theme): New functions.
24274         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24275         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24276         (custom-theme-reset-variables): Simplify.
24277         (deftheme, custom-declare-theme, custom-make-theme-feature):
24278         Definitions moved.
24280 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24282         * longlines.el (longlines-show-region)
24283         (longlines-unshow-hard-newlines): Recognize hard newlines by
24284         non-nil hard property, instead of t.
24286 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24288         * viper-cmd.el (viper--key-maps): New variable.
24289         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24290         emulation-mode-map-alists.
24291         (viper-envelop-ESC-key): Use viper-subseq.
24292         (viper-search-forward/backward/next): Disable debug-on-error.
24294         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24295         (viper-ESC-key): New defcustoms.
24297         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24299         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24300         (viper-subseq): Copy of subseq from cl.el.
24302         * viper.el (viper-go-away, viper-set-hooks): Use
24303         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24305         * viper-mous.el (viper-current-frame-saved): Use defvar.
24307         * viper-init.el: Get rid of -face in face names.
24309         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24310         Make it work with longlines mode
24312         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24314         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24316         * ediff-init.el: Get rid of -face in face names.
24318 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24320         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24321         and with-timeout-unsuspend.
24323         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24324         and with-timeout-unsuspend.
24326         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24327         (with-timeout): Bind that variable to record timers.
24328         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24330         * emacs-lisp/debug.el (debug-help-follow): New function.
24331         (debugger-mode-map): Use that instead of help-follow.
24332         (debugger-setup-buffer): Use eval-buffer-list
24333         to handle eval-buffer frames.
24335 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24337         * timezone.el (timezone-parse-date): Change first regexp
24338         so it will not mistakenly match dates with no time zone.
24340 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24342         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24344 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24346         * custom.el (custom-initialize-safe-set)
24347         (custom-initialize-safe-default): New functions.
24349         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24350         and simplify :init-value.
24352         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24353         and simplify :init-value.  Delete obsolete comment.
24355         * startup.el (command-line): Use `custom-reevaluate-setting' to
24356         handle `tooltip-mode'.  Delete obsolete comment.
24358         * files.el (set-visited-file-name): Avoid calling
24359         `file-name-nondirectory' with a nil argument.
24361 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24363         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24364         was called with nil for the buffer, handle the read position right.
24365         Handle read position for eval-region, too.
24367 2005-07-09  Juri Linkov  <juri@jurta.org>
24369         * fringe.el (fringe-mode): Add period in docstring.
24370         (fringe-query-style): Build prompt depending on `all-frames' arg.
24372         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24373         to not create links to unrelated functions in the Help buffer.
24375         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24376         Doc fix.
24378         * simple.el (next-error-hook): New variable.
24379         (next-error): Use it.  Doc fix.
24381         * textmodes/ispell.el (ispell-command-loop): Add current
24382         dictionary name and program name to mode-line-format.
24383         (ispell-region, ispell-process-line): Add current dictionary name
24384         and program name to messages.
24386 2005-07-08  Jay Belanger  <belanger@truman.edu>
24388         * calc/calc.el (calc-embedded-announce-formula-alist)
24389         (calc-embedded-open-close-formula-alist)
24390         (calc-embedded-open-close-word-alist)
24391         (calc-embedded-open-close-plain-alist)
24392         (calc-embedded-open-close-new-formula-alist)
24393         (calc-embedded-open-close-mode-alist)
24394         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24395         (calc-embedded-mode-hook): New variables.
24397         * calc/calc-embed.el (calc-embedded-firsttime)
24398         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24399         New variables.
24400         (calc-do-embedded): Use calc-embedded-firsttime,
24401         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24402         determine whether or not to run hooks.
24403         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24404         calc-embedded-firsttime-formula appropriately.
24405         Set calc-embedded delimiter variables according to mode.
24407 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24409         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24410         Check for "emacs", etc., as entire symbol, not just as word.
24411         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24413         * files.el (set-visited-file-name): Report the error
24414         for "empty filename" earlier.
24415         (kill-some-buffers): Ignore buffers already dead.
24417         * fringe.el (fringe-mode): Doc fix.
24419         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24420         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24421         Use unwind-protect to ensure byte-compile-unresolved-functions
24422         is updated.
24424         * whitespace.el (whitespace-buffer-leading-cleanup):
24425         Simplify w/ skip-chars-forward.
24426         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24428         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24429         Unconditionally try to leave point at the same old place.
24431 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24433         * comint.el (comint-postoutput-scroll-to-bottom)
24434         (comint-show-maximum-output): Take scroll-margin into consideration.
24436 2005-07-08  Kim F. Storm  <storm@cua.dk>
24438         * ido.el (ido-use-filename-at-point): New choice `guess'.
24439         (ido-file-internal): Try ffap-guesser if selected.
24441         * ido.el (ido-before-fallback-functions): New hook.
24442         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24443         (ido-read-file-name): Run it.
24445 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24447         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24448         strings rather than a list of symbols to the completion function.
24450 2005-07-07  Jay Belanger  <belanger@truman.edu>
24452         * calc/calc-units.el (math-apply-units): Change the places in
24453         which units are simplified.
24455 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24457         * cus-edit.el (customize-option, customize-option-other-window):
24458         Make them handle aliases.
24460         * custom.el (custom-variable-p): Make it recursively follow
24461         aliases.  Mention that in the docstring.
24463 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24465         * cus-start.el (exec-path): Use `directory' instead of `file'.
24466         Fix tag for nil.
24468 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24470         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24471         when called non-interactively.  Doc fix.
24473 2005-07-07  Lute Kamstra  <lute@gnu.org>
24475         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24476         new address as well.
24478 2005-07-07  Kenichi Handa  <handa@m17n.org>
24480         * international/mule.el (make-coding-system):
24481         Describe `ascii-incompatible' property in the docstring.
24482         (set-file-name-coding-system): Signal an error if coding-system is
24483         ascii-incompatible.
24484         (set-keyboard-coding-system): Likewise.
24486         * international/mule-cmds.el (set-default-coding-systems):
24487         Don't set default-file-name-coding-system and
24488         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24490         * international/utf-16.el: Declare that all UTF-16-based coding
24491         systems are ASCII-incompatible.
24493 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24495         * progmodes/gud.el: Require font-lock for displaying errors.
24496         Used by gdb-ui.el.
24498 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24500         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24501         values for the pattern lists which are `read'able but not
24502         `append'able (like symbols).
24504 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24506         * progmodes/flymake.el (flymake-float-time): Instead of
24507         with-no-warnings, test for XEmacs.
24508         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24509         to avoid warning.
24511 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24513         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24515 2005-07-05  Lute Kamstra  <lute@gnu.org>
24517         * battery.el: Add support for Darwin (with much debugging help
24518         from Samuel Lauber <sam124@operamail.com>).
24519         (battery-status-function, battery-echo-area-format)
24520         (battery-mode-line-format): Add support for pmset on Darwin.
24521         (battery-load-low, battery-load-critical): New user options.
24522         (battery-pmset): New function.
24524 2005-07-05  Lute Kamstra  <lute@gnu.org>
24526         Update FSF's address in GPL notices.
24528         * textmodes/page-ext.el: Update FSF's address.
24530 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24532         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24533         filling from using prefix when filling a single-line docstring.
24535         * progmodes/flymake.el: Remove useless eval-when-compile.
24537         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24539 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24541         * textmodes/org.el (org-file-apps-defaults-gnu):
24542         Rename from org-file-apps-defaults-linux.
24543         (org-default-apps): Don't test system-type for `linux'.
24544         (org-file-apps): Doc fix.
24546 2005-07-04  David Ponce  <david@dponce.com>
24548         * tree-widget.el: Improve header Commentary section.
24549         (tree-widget) [defgroup]
24550         (tree-widget-image-enable, tree-widget-themes-directory)
24551         (tree-widget-theme, tree-widget-image-properties-emacs)
24552         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24553         (tree-widget-image-formats, tree-widget-control)
24554         (tree-widget-empty-control, tree-widget-leaf-control
24555         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24556         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24557         (tree-widget-keep, tree-widget-after-toggle-functions)
24558         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24559         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24560         :help-echo message.
24561         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24562         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24563         (tree-widget--cursors): New constant.
24564         (tree-widget-lookup-image): New function split from
24565         `tree-widget-find-image'.  Clearer implementation.
24566         (tree-widget-find-image): Use it.
24567         (tree-widget-button-keymap): Use `set-keymap-parent'.
24568         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24569         Define the sub-widgets here.
24570         (tree-widget-node): Check that :node is not a tree-widget.
24571         (tree-widget-get-super, tree-widget-open-control)
24572         (tree-widget-close-control, tree-widget-empty-control)
24573         (tree-widget-leaf-control, tree-widget-guide)
24574         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24575         (tree-widget-no-handle, tree-widget-value-delete)
24576         (tree-widget-map): Remove.
24577         (tree-widget-children-value-save): Doc fix.  Simplified.
24578         (tree-widget-value-create): Update according to previous changes.
24580 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24582         * textmodes/org.el: Leading space replaced by TABS.
24583         (org-recalc-marks, org-table-rotate-recalc-marks)
24584         (org-table-get-specials): Treat "^" and "_" marks.
24585         (org-table-justify-field-maybe): Optional argument NEW.
24586         (org-table-eval-formula): Parsing of the format simplified.
24587         New modes C,I.  Honor the %= parameter in the current table.
24588         Avoid unnecessary re-align by using the NEW argument to
24589         `org-table-justify-field-maybe'.
24590         (org-calc-default-modes): Default for date-format mimicks org-mode.
24591         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24593 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24595         * cus-face.el (custom-theme-set-faces): Make it handle face
24596         aliases whose alias declarations are pre- or autoloaded.
24598 2005-07-04  Juri Linkov  <juri@jurta.org>
24600         * faces.el (read-face-name): Put the code for getting a face name
24601         from the buffer before adding the faces from the `face' property.
24602         Use `completing-read-multiple' instead of `completing-read'.
24603         Require `crm'.  Add default value and post-process the returned
24604         list of faces.
24606         * emacs-lisp/crm.el (crm-find-current-element)
24607         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24609         * emacs-lisp/lisp-mode.el (eval-defun-1):
24610         * emacs-lisp/edebug.el (edebug-eval-defun):
24611         Remove unnecessary quotes.
24613 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24615         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24616         (prolog-indent-level): Fix typo in docstring.
24618         * info.el (Info-history, Info-history-forward)
24619         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24621         * add-log.el (add-change-log-entry):
24622         * comint.el (comint-dynamic-list-input-ring)
24623         (comint-dynamic-list-completions):
24624         * dabbrev.el (dabbrev-expand):
24625         * delim-col.el (delimit-columns-rectangle-line):
24626         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24627         (diff-unified->context):
24628         * ediff-init.el (ediff-abbrev-jobname):
24629         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24630         (ediff-replace-session-activity-marker-in-meta-buffer):
24631         * info.el (Info-summary):
24632         * lpr.el (printify-region):
24633         * printing.el (pr-create-interface):
24634         * ps-print.el (ps-print-quote):
24635         * ses.el (ses-column-widths, ses-print-cell)
24636         (ses-adjust-print-width, ses-center):
24637         * shell.el (shell-file-name-quote-list):
24638         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24639         (strokes-fill-current-buffer-with-whitespace)
24640         (strokes-xpm-for-stroke, strokes-list-strokes)
24641         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24642         * term.el (term-dynamic-list-input-ring)
24643         (term-dynamic-list-completions):
24644         * calc/calc.el (math-format-stack-value):
24645         * emacs-lisp/edebug.el (edebug-display-freq-count):
24646         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24647         (delphi-new-comment-line):
24648         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24649         * progmodes/executable.el (executable-set-magic):
24650         * progmodes/python.el (inferior-python-mode):
24651         * progmodes/scheme.el (scheme-mode-syntax-table):
24652         * progmodes/sh-script.el (sh-maybe-here-document):
24653         * progmodes/sql.el (sql-copy-column):
24654         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24655         * textmodes/bibtex.el (bibtex-mode):
24656         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24657         (sgml-auto-attributes):
24658         * textmodes/table.el (table-insert, table-shorten-cell)
24659         (table--generate-source-scan-lines, table-delete-row)
24660         (*table--cell-delete-char, table--spacify-frame)
24661         (table--horizontally-shift-above-and-below)
24662         (table--cell-insert-char, table--cell-blank-str)
24663         (table--fill-region-strictly):
24664         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24665         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24667         * add-log.el (change-log):
24668         * apropos.el (apropos):
24669         * comint.el (comint-completion, comint-source):
24670         * dabbrev.el (dabbrev):
24671         * delim-col.el (columns):
24672         * diff-mode.el (diff-mode):
24673         * ediff.el (ediff):
24674         * ediff-diff.el (ediff-diff):
24675         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24676         * ediff-mult.el (ediff-mult):
24677         * ediff-ptch.el (ediff-ptch):
24678         * ediff-wind.el (ediff-window):
24679         * facemenu.el (facemenu):
24680         * indent.el (indent):
24681         * info.el (info):
24682         * jka-cmpr-hook.el (compression, jka-compr):
24683         * lpr.el (lpr):
24684         * outline.el (outlines):
24685         * pcmpl-cvs.el (pcmpl-cvs):
24686         * pcmpl-rpm.el (pcmpl-rpm):
24687         * printing.el (printing):
24688         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24689         (ps-print-vertical, ps-print-headers, ps-print-font)
24690         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24691         (ps-print-background, ps-print-printer, ps-print-page)
24692         (ps-print-miscellany):
24693         * ses.el (ses):
24694         * shell.el (shell, shell-directories, shell-faces):
24695         * startup.el (initialization):
24696         * strokes.el (strokes):
24697         * term.el (term):
24698         * uniquify.el (uniquify):
24699         * w32-vars.el (w32):
24700         * calc/calc.el (calc):
24701         * emacs-lisp/bytecomp.el (bytecomp):
24702         * emacs-lisp/cl-indent.el (lisp-indent):
24703         * emacs-lisp/edebug.el (edebug):
24704         * emacs-lisp/elp.el (elp):
24705         * emacs-lisp/testcover.el (testcover):
24706         * emacs-lisp/trace.el (trace):
24707         * emulation/viper-ex.el (viper-ex):
24708         * emulation/viper-mous.el (viper-mouse):
24709         * mail/mailalias.el (mailalias):
24710         * mail/supercite.el (supercite, supercite-frames)
24711         (supercite-attr, supercite-cite, supercite-hooks):
24712         * net/rcompile.el (remote-compile):
24713         * net/rlogin.el (rlogin):
24714         * obsolete/ooutline.el (outlines):
24715         * progmodes/delphi.el (delphi):
24716         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24717         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24718         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24719         (ebnf-optimization):
24720         * progmodes/etags.el (etags):
24721         * progmodes/executable.el (executable):
24722         * progmodes/idlwave.el (idlwave):
24723         * progmodes/pascal.el (pascal):
24724         * progmodes/prolog.el (prolog):
24725         * progmodes/python.el (python):
24726         * progmodes/scheme.el (scheme):
24727         * progmodes/sh-script.el (sh, sh-script):
24728         * progmodes/sql.el (SQL):
24729         * progmodes/tcl.el (tcl):
24730         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24731         * textmodes/enriched.el (enriched):
24732         * textmodes/makeinfo.el (makeinfo):
24733         * textmodes/sgml-mode.el (sgml):
24734         * textmodes/table.el (table-hooks):
24735         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24736         * textmodes/texinfo.el (texinfo):
24737         * textmodes/two-column.el (two-column):
24738         Finish `defgroup' description with period.
24740         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24741         * eshell/esh-var.el (eshell-var):
24742         * progmodes/vhdl-mode.el (vhdl-testbench):
24743         * textmodes/org.el (org): Fix typos in docstrings.
24745         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24746         consistency.
24748         * progmodes/flymake.el (flymake-find-file): Remove.
24749         (flymake-float-time): Use `with-no-warnings'.
24750         (flymake-check-start-time, flymake-check-was-interrupted)
24751         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24752         (flymake-new-err-info): `defvar' at compile time.
24754 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24756         * replace.el (occur-hook): Doc fix.
24757         (occur-1): Don't call `occur-hook' if there are no matches.
24759 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24761         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24762         global-map, save the same map.
24763         (global-map): Don't alter it at top level.
24764         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24765         Then alter it here instead.
24766         (tpu-edt-off): Set global-map to the saved one.
24768         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24769         All references simplified.
24770         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24771         (zmacs-regions): Add defvar.
24772         (repeat-complex-command-map): Everything about that deleted.
24774         * textmodes/artist.el (artist-key-is-drawing)
24775         (artist-key-endpoint1, artist-key-poly-point-list)
24776         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24777         (artist-key-compl-table, artist-rb-save-data)
24778         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24779         Don't put them in eval-when-compile.
24780         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24782         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24783         Use with-no-warnings.
24785         * net/browse-url.el (dos-windows-version): Add defvar.
24787         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24789         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24790         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24791         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24792         Add defvar.
24793         (rmail-summary-beginning-of-message): Use with-no-warnings.
24794         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24796         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24797         Use with-no-warnings.
24799         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24800         (c-mark-function): Add point-moving-unit property.
24801         (vi-goto-line): Use with-no-warnings.
24803         * emulation/edt.el (edt-last-copied-word): Add defvar.
24804         (zmacs-region-stays): Likewise.
24805         (edt-mark-section-wisely): Use c-mark-function for C.
24806         Use makr-defun for Fortran.
24807         (time-string): defvar deleted.
24808         (edt-display-the-time): Don't set time-string.
24810         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24812         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24813         Don't warn when name is not constant
24814         or for defining the group `emacs'.
24816         * tooltip.el (gud-tooltip-mode): Add defvar.
24818         * startup.el (default-frame-background-mode): Add defvar.
24820         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24822         * info.el (tool-bar-map): Add defvar.
24824         * dired.el (dnd-protocol-alist): Add defvar.
24826         * dired-aux.el (dired-query): Display question with answer, when
24827         the user answers.
24829         * custom.el (custom-add-option): Doc fix.
24831         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24833 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24835         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24836         bogus name from the last change.
24838 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24840         * custom.el (custom-declare-variable): Fix typos in comment.
24841         (custom-known-themes): Doc fix.
24842         (custom-theme-directory): New defcustom.
24843         (require-theme): Make it check `custom-theme-directory'.
24845         * cus-theme.el (custom-new-theme-mode): New function.
24846         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24847         (custom-theme-description): Add compiler defvars.
24848         (customize-create-theme): Add doc to the "*New Custom Theme*"
24849         buffer.  Use `custom-new-theme-mode'.
24850         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24851         and save it to the `custom-theme-directory'.  Make this the
24852         default directory of the buffer.
24854 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24856         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24857         Fix unbalanced parentheses.
24859 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24861         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24862         into flymake-mode and delegate to flymake-mode.
24864         * find-file.el (ff-which-function-are-we-in): Clean up.
24866 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24868         * replace.el (occur-rename-buffer): Fix docstring.
24870         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24871         (edt-last-copied-word, edt-learn-macro-count)
24872         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24873         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24874         (time-string, zmacs-region-stays):
24875         * emulation/edt-mapper.el (edt-save-function-key-map)
24876         (EDT-key-name): `defvar' to silence the byte-compiler.
24878 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24880         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24881         font-lock-regexp-backslash.  Doc fix.
24882         (font-lock-regexp-backslash-grouping-construct): Rename from
24883         font-lock-regexp-backslash-construct.  Doc fix.
24884         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24885         grouping constructs.
24887 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24889         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24890         updating all the prerequisites.
24892 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24894         * textmodes/org.el (org-agenda-start-on-weekday)
24895         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24896         (org-agenda-use-time-grid, org-archive-location)
24897         (org-allow-space-in-links, org-usenet-links-prefer-google)
24898         (org-enable-table-editor, org-export-default-language)
24899         (org-export-html-show-new-buffer, org-fill-paragraph)
24900         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24901         (org-goto-quit, org-occur, org-eval-in-calendar)
24902         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24903         (org-agenda-diary-entry, org-remember-help)
24904         (org-table-convert-region, org-at-table-p)
24905         (org-table-move-row-down, org-table-move-row-up)
24906         (org-table-copy-region, org-table-toggle-vline-visibility)
24907         (org-table-get-stored-formulas, org-table-get-specials)
24908         (org-recalc-commands, org-table-eval-formula)
24909         (org-table-formula-substitute-names, orgtbl-make-binding)
24910         (org-format-org-table-html, org-format-table-table-html)
24911         (org-format-table-table-html-using-table-generate-source)
24912         (org-customize): Fix typos in docstrings.
24913         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24914         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24915         (org-back-to-heading): Doc fixes.
24916         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24917         (org-agenda-change-all-lines, org-get-header):
24918         Improve argument/docstring consistency.
24919         (orgtbl-error): Fix error message.
24921         * progmodes/flymake.el (flymake-find-possible-master-files)
24922         (flymake-master-file-compare, flymake-get-line-err-count)
24923         (flymake-highlight-line, flymake-gui-warnings-enabled):
24924         Fix typos in docstrings.
24925         (flymake-parse-line, flymake-get-project-include-dirs-function)
24926         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24927         Doc fixes.
24928         (flymake-get-project-include-dirs-function)
24929         (flymake-make-err-menu-data):
24930         Improve argument/docstring consistency.
24932 2005-07-01  Lute Kamstra  <lute@gnu.org>
24934         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24935         Catch errors with ignore-errors.  Use temporary buffer.
24936         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
24938         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24939         background color faces.
24940         (facemenu-set-foreground, facemenu-set-background):
24941         Use facemenu-set-face-from-menu.
24942         (facemenu-set-face-from-menu): Treat face names that start with
24943         "fg:" or "bg:" as special.
24944         (facemenu-add-new-color): Don't create faces.  Simplify.
24946 2005-06-30  Richard M. Stallman  <rms@gnu.org>
24948         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24949         (crm-find-current-element): Likewise.
24951 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24953         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24955 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24957         * arc-mode.el (archive-extract): Make it work as a mouse binding.
24958         (archive-mouse-extract): Make it an obsolete alias.
24959         (archive-mode-map): Don't use archive-mouse-extract any more.
24960         (archive-mode, archive-extract): write-contents-hooks ->
24961         write-contents-functions.
24962         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24963         first arg.
24964         (archive-rename-entry): Update the call.
24965         (archive-zip-summarize): Remove unused var `method'.
24966         (archive-lzh-summarize): Remove unused var `creator'.
24968         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24969         dedicated frame upon exit.
24971         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24972         (archive-zip-extract, archive-zip-expunge)
24973         (archive-zip-update, archive-zip-update-case): Use executable-find.
24974         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24975         Use restore-buffer-modified-p.
24976         (archive-extract, archive-add-new-member, archive-write-file-member):
24977         Use with-current-buffer.
24978         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24980 2005-06-30  Andreas Schwab  <schwab@suse.de>
24982         * progmodes/gud.el (gud-filter): Remove unneeded progn.
24984 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
24986         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24988 2005-06-30  Juri Linkov  <juri@jurta.org>
24990         * faces.el (vertical-border): Inherit from mode-line-inactive
24991         only on tty.
24993 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
24995         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24996         example, -NLINES in the `occur' docstring).
24998         * replace.el (occur-1): When no matches are found, do not set the
24999         `buffer-read-only' and modified flags for the occur buffer,
25000         because it is deleted.
25002         * emulation/cua-base.el (cua-check-pending-input)
25003         (cua-repeat-replace-region, cua-mode, cua-debug)
25004         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25005         Fix typos in docstrings.
25007         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25008         (cua-cut-region-to-global-mark)
25009         (cua--cut-rectangle-to-global-mark):
25010         Remove period from end of messages.
25012         * emulation/cua-rect.el (cua-do-rectangle-padding):
25013         Remove period from end of messages.
25014         (cua--rectangle-seq-format): Fix typo in docstring.
25015         (cua-sequence-rectangle, cua-fill-char-rectangle):
25016         Improve argument/docstring consistency.
25018 2005-06-29  Juri Linkov  <juri@jurta.org>
25020         * faces.el (default-frame-background-mode): New internal variable.
25021         (frame-set-background-mode): Use it.
25023         * startup.el (normal-top-level): Set default-frame-background-mode
25024         instead of frame-background-mode.  Before setting it, test for its
25025         nil value.  Remove tests for frame-background-mode and frame
25026         parameter `reverse'.  Add test for "unspecified-fg".
25028         * term/xterm.el (xterm-rxvt-set-background-mode):
25029         * term/rxvt.el (rxvt-set-background-mode):
25030         Set default-frame-background-mode instead of frame-background-mode.
25032 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25034         * simple.el (set-variable): Warn about obsolete user variables.
25036         * imenu.el (imenu--completion-buffer):
25037         * mouse.el (mouse-buffer-menu-alist):
25038         * msb.el (msb-invisible-buffer-p):
25039         * calendar/diary-lib.el (diary-header-line-format):
25040         * emacs-lisp/pp.el (pp-buffer):
25041         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25042         * textmodes/picture.el (picture-replace-match):
25043         Change space constants followed by a sexp to "?\s ".
25045         * play/decipher.el (decipher-loop-with-breaks):
25046         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25047         constants "protected" from end of line by a comment to "?\s".
25049 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25051         * font-lock.el (save-buffer-state): Use `declare'.
25053         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25054         reset the syntax-table to cperl-mode-syntax-table.
25055         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25056         "foo_print_bar" is not matched as a reserved keyword.
25058 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25060         * textmodes/org.el (orgtbl-setup): New function, for delayed
25061         setup for the orgtbl commands.
25062         (org-calc-default-modes): New option.
25063         (orgtbl-make-binding): Use `defun' to get better help display.
25064         (org-diary): Call `org-compile-prefix-format'.
25065         (org-table-formula-substitute-names): New function.
25066         (org-agenda-day-view, org-agenda-week-view): New commands.
25067         (org-agenda-toggle-week-view): Command removed.
25068         (org-tbl-menu): Split off from org-org-menu.
25069         (org-mode): Move removal of outline-mode menus to here.
25070         (org-table-formula-debug): New option.
25071         (org-table-insert-row): Keep first field if just "#" or "*".
25072         (org-mode): Paragraph regexps fixed.
25073         (org-table-recalculate-regexp): New constant.
25074         (org-table-justify-field-maybe): Avoid replace if not necessary.
25075         (org-copy-special, org-cut-special): Use `call-interactively'.
25076         (org-table-copy-region): Take region from `interactive' call.
25077         (org-trim): Return string even if no match.
25078         (org-formula): New face.
25079         (org-set-font-lock-defaults): No longer highlight "FIXME".
25080         But highlight formula-related fields in table.
25081         (org-table-p): Use regexp, not fontification.
25082         (org-table-align): Handle white space at end of line.
25083         (org-table-formula-evaluate-inline): New option.
25084         (org-mode): Auto-wrapping in comment lines turned off.
25085         (org-table-copy-down): Evaluate only in copied field, not in
25086         destination.
25087         (org-table-current-formula): Variable removed.
25088         (org-table-store-formulas, org-table-get-stored-formulas)
25089         (org-table-modify-formulas, org-table-replace-in-formulas)
25090         (org-table-maybe-eval-formula): New functions.
25091         (org-table-get-formula): Modify to use stored formulas.
25092         (org-table-insert-column, org-table-delete-column)
25093         (org-table-move-column): Call `org-table-modify-formulas'.
25094         (org-complete): Add completion for keyword formulas.
25095         (orgtbl-mode): Pull orgtbl-mode-map to start of
25096         minor-mode-map-alist.
25098 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25100         * progmodes/python.el (python-check): Require `compile' before
25101         modifying its variables.
25103         * newcomment.el (comment-indent-default): Don't get fooled by an early
25104         end of buffer.
25106 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25108         * ps-print.el (ps-print-version): Fix version number.
25110 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25112         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25114 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25116         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25117         (flyspell-local-mouse-map): Declaration deleted.
25118         (flyspell-mouse-map): Bind only mouse-2.
25119         (flyspell-mode-map): Don't test flyspell-use-local-map.
25120         (flyspell-overlay-keymap-property-name): Var deleted.
25121         (flyspell-mode-on): Don't make local bindings for
25122         flyspell-mouse-map and flyspell-mode-map.
25123         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25125         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25127         * progmodes/compile.el (compilation-next-error-function):
25128         Don't switch buffers; operate on the current buffer.
25130         * progmodes/compile.el (compilation-error-file-name)
25131         (compilation-warning-file-name, compilation-info-file-name)
25132         (compilation-line-number, compilation-column-number): New faces.
25133         (compilation-error-face, compilation-warning-face)
25134         (compilation-info-face, compilation-line-face)
25135         (compilation-column-face): Use them.
25137         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25139         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25141         * bindings.el (global-map): Bind insertchar and its variants.
25143 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25145         * textmodes/artist.el (artist-text-overwrite)
25146         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25148 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25150         * ps-print.el: It was not working the page selection for printing.
25151         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25152         (ps-print-version): New version 6.6.7.
25153         (ps-end-sheet): New fun.
25154         (ps-header-sheet, ps-end-job): Call it.
25156 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25158         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25160 2005-06-27  Lute Kamstra  <lute@gnu.org>
25162         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25163         background color faces.
25164         (facemenu-get-face): Delete function.
25165         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25166         (facemenu-add-new-color): Make second argument mandatory.
25167         Create the appropriate face and return it.  Simplify.
25168         (facemenu-set-foreground, facemenu-set-background): Don't check if
25169         color is defined.  Use return value of facemenu-add-new-color.
25171 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25173         * progmodes/gud.el (gud-filter): Add missing argument to
25174         with-selected-window.
25176 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25178         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25179         a :require to the defcustom.
25181         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25182         defcustoms corresponding to minor modes.
25184 2005-06-26  David Ponce  <david@dponce.com>
25186         * recentf.el: Require tree-widget instead of wid-edit.
25187         (recentf-filename-handler): Fix widget :type.
25188         (recentf-cancel-dialog, recentf-open-more-files)
25189         (recentf-open-files-action): Doc fix.
25190         (recentf-dialog-goto-first): New function.
25191         (recentf-dialog-mode-map): Set parent keymap first.
25192         (recentf-dialog-mode): Define with define-derived-mode.
25193         Don't display continuation lines in dialogs.
25194         (recentf-edit-list): Rename from recentf-edit-selected-items.
25195         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25196         Simplify.
25197         (recentf-edit-list-validate): New function.
25198         (recentf-edit-list): Update accordingly.
25199         (recentf-open-files-item-shift): Remove.
25200         (recentf-open-files-item): Convert menu elements into tree and
25201         link widgets.  Don't create the widgets.
25202         (recentf-open-files): Update accordingly.
25203         (recentf-save-list): Untabify.
25205 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25207         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25208         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25209         partially contained in the active region.  Do not take active
25210         region into account when called from Lisp, unless INTERACTIVE arg
25211         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25212         avoid trouble with fields.  Make marker point nowhere when no
25213         longer used.  Always return nil.  Doc fix.
25214         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25215         into account when called from Lisp, unless INTERACTIVE arg is
25216         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25217         avoid trouble with fields.  Make marker point nowhere when no
25218         longer used.  Always return nil.  Doc fix.
25219         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25220         interchangeable.  Do not take active region into account when
25221         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25222         message in echo area when called from Lisp, unless INTERACTIVE arg
25223         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25224         Return the number of matches.  Doc fix.
25225         (occur): Doc fix.
25226         (perform-replace): Make comment follow double space convention for
25227         the sake of `outline-minor-mode'.
25229         * faces.el (facep): Doc fix.
25231 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25233         * facemenu.el (facemenu-enable-faces-p): New function.
25234         (facemenu-background-menu, facemenu-foreground-menu)
25235         (facemenu-face-menu): Add menu-enable property.
25237         * jka-compr.el (jka-compr-insert-file-contents):
25238         Special handling if cannot find the uncompression program.
25240         * cus-face.el (custom-face-attributes): Add autoload.
25242         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25243         Bind comment-indent-function locally.
25245         * window.el (save-selected-window): Use save-current-buffer.
25247         * subr.el (with-selected-window): Use save-current-buffer.
25249         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25250         and with-current-buffer.
25252 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25254         * simple.el (line-move-1): Fix previous change.
25256 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25258         * replace.el (occur-1): Set `buffer-read-only' and the
25259         buffer-modified flag before running `occur-hook' to protect
25260         against unintentional buffer switches that can lead to data loss.
25262 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25264         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25265         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25266         initial error.
25268         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25269         after fresh input.
25270         (gdb-var-create-handler): Put name of expression in quotes.
25272 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25274         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25275         elements of RING in order, and without bogus nil elements.
25277 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25279         * simple.el (set-variable): Args renamed; doc fix.
25280         (line-move-1): When there are overlays around, use vertical-motion.
25282         * faces.el (escape-glyph): Use brown against light background.
25283         (nobreak-space): Rename from no-break-space.
25284         Fix previous change.
25286         * dired-aux.el (dired-do-copy): Fix arg prompt.
25288         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25290 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25292         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25293         rather than "Distributor".
25295 2005-06-23  Lute Kamstra  <lute@gnu.org>
25297         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25298         (debug-on-entry): Use it.  New interactive declaration that uses
25299         function-called-at-point.
25301 2005-06-23  Kim F. Storm  <storm@cua.dk>
25303         * subr.el (save-match-data): Add comment about using evaporate arg
25304         to set-match-data.
25306 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25308         * cus-edit.el (customize-face)
25309         (customize-face-other-window): Handle face aliases.
25311         * faces.el (face-documentation, set-face-attribute)
25312         (face-spec-set): Handle face aliases.
25314 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25316         * help-mode.el (help-make-xrefs): If a symbol representing a face
25317         name is not followed by the word "face", it could still be a
25318         function or variable name, so don't bypass other checks.
25320 2005-06-22  Juri Linkov  <juri@jurta.org>
25322         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25323         Replace aliased functions with calls where second arg `inherit' is t.
25325 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25327         * progmodes/gdb-ui.el (gdb-error): New variable.
25328         (gdb-error): New function.
25329         (gdb-annotation-rules): Act on error-begin and error annotations.
25330         (gdb-concat-output): Use font-lock-warning-face for errors.
25332 2005-06-22  Miles Bader  <miles@gnu.org>
25334         * bindings.el (propertized-buffer-identification): Use renamed
25335         `Buffer-menu-buffer' face.
25337         * faces.el (vertical-border): Rename from `vertical-divider'.
25338         (escape-glyph): Change dark-background color back to `cyan'.
25340 2005-06-21  Juri Linkov  <juri@jurta.org>
25342         * faces.el (face-user-default-spec): Try getting `customized-face'
25343         prior to `saved-face'.
25344         (frame-background-mode): Refill docstring.
25346         * emacs-lisp/lisp-mode.el (eval-defun-1):
25347         * emacs-lisp/edebug.el (edebug-eval-defun):
25348         Set `saved-face' temporarily to nil before calling form.
25349         Set `customized-face' to the new spec after that.
25351 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25353         * subr.el (1value, lambda, key-substitution-in-progress):
25354         Doc fixes.
25356         * autoinsert.el (auto-insert-alist):
25357         * ses.el (ses-call-printer):
25358         * subr.el (noreturn):
25359         * emacs-lisp/lisp.el (check-parens):
25360         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25361         * net/browse-url.el (browse-url-mosaic):
25362         * progmodes/cc-defs.el (c-safe-scan-lists):
25363         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25364         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25365         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25366         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25367         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25368         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25370 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25372         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25374 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25376         * calendar/appt.el (appt-make-list): Activate the package, if
25377         not already active (for backwards compatibility).
25379 2005-06-20  Kim F. Storm  <storm@cua.dk>
25381         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25383 2005-06-20  Miles Bader  <miles@gnu.org>
25385         * faces.el (vertical-divider): New face.
25387 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25389         * simple.el (kill-whole-line): Doc fix.
25390         (next-error-buffer-p, next-error-find-buffer)
25391         (clone-indirect-buffer): Fix typos in docstrings.
25392         (comment-line-break-function): Doc fix: don't say variable
25393         is automatically buffer-local (it isn't).
25395 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25397         * net/tramp-ftp.el (top):
25398         * net/tramp-smb.el (top):
25399         * net/tramp-util.el (top):
25400         * net/tramp-uu.el (top):
25401         * net/tramp-vc.el (top):
25402         * net/tramp.el (top): Revert copyright years back to original
25403         ones.  Tramp has a life outside GNU Emacs.
25405 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25407         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25409 2005-06-18  Juri Linkov  <juri@jurta.org>
25411         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25412         end of first regexp to limit the match to the position between
25413         line number and source line with same separator character as used
25414         between file name and line number.  In the second regexp limit
25415         mouse-face area to file name and line number by adding new group
25416         for them and referring it in HYPERLINK arg.
25417         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25418         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25419         previous line where grep markers may be already removed.
25421 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25423         * progmodes/ps-mode.el: Update version and maintainer's email address.
25425 2005-06-18  Steve Youngs  <steve@xemacs.org>
25427         * net/browse-url.el (browse-url-browser-function)
25428         (browse-url-default-browser): Add firefox.
25429         (browse-url-firefox-program, browse-url-firefox-arguments)
25430         (browse-url-firefox-startup-arguments)
25431         (browse-url-firefox-new-window-is-tab): New defcustoms.
25432         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25434 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25436         * startup.el (command-line): Warn if specified user name has
25437         no home directory.
25439         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25440         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25442         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25443         Doc fixes.
25445         * faces.el (underline): Try bold if terminal doesn't support underline.
25447         * mail/sendmail.el (mail-setup-with-from): New variable.
25448         (mail-insert-from-field): New function.
25449         (sendmail-send-it): Call it.
25450         (mail-setup): Optionally call it here.
25452         * term/linux.el: Call tty-no-underline.
25454 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25456         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25458 2005-06-17  Miles Bader  <miles@gnu.org>
25460         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25461         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25462         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25463         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25464         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25465         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25466         Remove "-face" suffix from face names.
25467         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25468         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25469         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25470         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25471         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25472         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25473         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25474         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25475         New backward-compatibility aliases for renamed faces.
25476         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25477         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25478         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25479         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25480         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25481         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25482         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25483         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25484         Use renamed ediff faces.
25486         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25487         Remove "-face" suffix from face names.
25488         (eshell-test-ok-face, eshell-test-failed-face):
25489         New backward-compatibility aliases for renamed faces.
25490         (eshell-run-test): Use renamed eshell-test faces.
25492         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25493         face name.
25494         (eshell-prompt-face): New backward-compatibility alias for renamed
25495         face.
25496         (eshell-emit-prompt): Use renamed eshell-prompt face.
25498         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25499         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25500         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25501         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25502         Remove "-face" suffix from face names.
25503         (eshell-ls-directory-face, eshell-ls-symlink-face)
25504         (eshell-ls-executable-face, eshell-ls-readonly-face)
25505         (eshell-ls-unreadable-face, eshell-ls-special-face)
25506         (eshell-ls-missing-face, eshell-ls-archive-face)
25507         (eshell-ls-backup-face, eshell-ls-product-face)
25508         (eshell-ls-clutter-face):
25509         New backward-compatibility aliases for renamed faces.
25510         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25512         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25513         Remove "-face" suffix from face name.
25514         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25515         instead of literal face.
25517 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25519         * emacs-lisp/warnings.el (display-warning, lwarn)
25520         (warning-minimum-log-level): Doc fixes.
25521         (warning-minimum-level, warning-minimum-log-level):
25522         Add :debug to :type choices.
25524         * progmodes/ada-mode.el (ada-format-paramlist)
25525         (ada-get-indent-case, ada-check-matching-start)
25526         (ada-check-defun-name, ada-goto-matching-decl-start)
25527         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25528         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25529         (ada-make-subprogram-body): Follow error conventions.
25530         (ada-case-exception-file, ada-indent-comment-as-code)
25531         (ada-indent-handle-comment-special, ada-indent-renames)
25532         (ada-indent-return, ada-search-directories-internal)
25533         (ada-tab-policy, ada-case-exception-substring)
25534         (ada-other-file-alist, ada-matching-start-re)
25535         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25536         (ada-imenu-generic-expression, ada-compile-goto-error)
25537         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25538         (ada-popup-menu, ada-add-extensions, ada-mode)
25539         (ada-region-selected, ada-create-case-exception)
25540         (ada-create-case-exception-substring, ada-after-keyword-p)
25541         (ada-activate-keys-for-case, ada-adjust-case-region)
25542         (ada-adjust-case-buffer, ada-format-paramlist)
25543         (ada-scan-paramlist, ada-insert-paramlist)
25544         (ada-indent-newline-indent)
25545         (ada-indent-newline-indent-conditional)
25546         (ada-justified-indent-current, ada-goto-previous-word)
25547         (ada-indent-current, ada-get-indent-open-paren)
25548         (ada-get-indent-paramlist, ada-get-indent-end)
25549         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25550         (ada-get-indent-block-start, ada-get-indent-subprog)
25551         (ada-get-indent-noindent, ada-get-indent-label)
25552         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25553         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25554         (ada-goto-stmt-end, ada-goto-next-word)
25555         (ada-check-matching-start, ada-check-defun-name)
25556         (ada-goto-matching-decl-start, ada-goto-matching-start)
25557         (ada-goto-matching-end, ada-search-ignore-string-comment)
25558         (ada-in-decl-p, ada-looking-at-semi-or)
25559         (ada-looking-at-semi-private, ada-in-paramlist-p)
25560         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25561         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25562         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25563         (ada-previous-package, ada-create-menu)
25564         (ada-fill-comment-paragraph-justify)
25565         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25566         (ada-other-file-name, ada-last-which-function-line)
25567         (ada-last-which-function-subprog, ada-which-function)
25568         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25569         (ada-gen-treat-proc, ada-check-emacs-version)
25570         (ada-continuation-indent, ada-align-region-separate):
25571         Fix typos in docstrings.
25572         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25574 2005-06-16  Lute Kamstra  <lute@gnu.org>
25576         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25577         conditionally.
25579 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25581         * comint.el (comint-replace-by-expanded-filename)
25582         (comint-prompt-regexp, comint-delimiter-argument-list)
25583         (comint-preinput-scroll-to-bottom):
25584         * info.el (Info-hide-cookies-node):
25585         * ls-lisp.el (ls-lisp-classify):
25586         * find-file.el (ff-search-directories, ff-special-constructs)
25587         (ff-find-other-file):
25588         * font-lock.el (font-lock-keywords):
25589         * shell.el (shell-prompt-pattern)
25590         (shell-dynamic-complete-functions, shell-mode)
25591         (shell-delimiter-argument-list):
25592         * term.el (term-replace-by-expanded-filename)
25593         (term-prompt-regexp, term-delimiter-argument-list):
25594         * woman.el (woman-ignore, woman0-if):
25595         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25596         * emacs-lisp/elint.el (elint-init-env):
25597         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25598         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25599         * language/ethio-util.el (ethio-tilde-escape)
25600         (ethio-use-three-dot-question):
25601         * net/zone-mode.el (zone-mode-load-time-setup):
25602         * progmodes/cc-align.el (c-lineup-argcont):
25603         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25604         * progmodes/cperl-mode.el (cperl-set-style-back):
25605         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25606         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25607         Fix spellings in docstrings.
25609         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25610         * progmodes/modula2.el (m2-for): Fix spellings.
25612         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25614         * simple.el (undo-more): Don't use `format' on `error' arguments.
25615         Improve argument/docstring consistency.
25616         (pending-undo-list): Doc fix.
25618         * smerge-mode.el (smerge-ensure-match):
25619         * emulation/vip.el (vip-ex):
25620         * net/zone-mode.el (zone-mode-update-serial):
25621         * progmodes/idlwave.el (idlwave-complete):
25622         * progmodes/vhdl-mode.el (vhdl-visit-file)
25623         (vhdl-compose-wire-components):
25624         Don't use `format' on `error' arguments.
25626         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25627         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25628         (tooltip-help-tips): Fix typos in docstrings.
25630 2005-06-16  David Ponce  <david@dponce.com>
25632         * tree-widget.el (tree-widget-value-create): Simplify last change.
25634 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25636         * ido.el (ido-incomplete-regexp): New variable.
25637         (ido-set-matches-1): Handle invalid-regexp error and set
25638         ido-incomplete-regexp.
25639         (ido-incomplete-regexp): New face.
25640         (ido-completions): Use it.
25641         (ido-complete, ido-exit-minibuffer, ido-completions):
25642         Handle incomplete regexps.
25643         (ido-completions): Add check for complete match when entering a regexp.
25645 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25647         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25649 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25651         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25652         by field delimiters.
25654 2005-06-15  David Ponce  <david@dponce.com>
25656         * tree-widget.el: eval-and-compile inlined functions so they will
25657         be available at run-time too.
25658         (tree-widget-super-format-handler)
25659         (tree-widget-format-handler): Remove.
25660         (tree-widget-value-create): Handle the :indent property.
25662 2005-06-15  Miles Bader  <miles@gnu.org>
25664         * progmodes/which-func.el (which-func): Only inherit
25665         `font-lock-function-name-face' when that makes sense against the
25666         default mode-line face, otherwise set the face color explicitly.
25668         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25669         faces instead of (non-existent) variables.
25671 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25673         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25674         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25676 2005-06-14  Miles Bader  <miles@gnu.org>
25678         * progmodes/ld-script.el (ld-script-location-counter):
25679         Remove "-face" suffix from face name.
25680         (ld-script-location-counter-face):
25681         New backward-compatibility alias for renamed face.
25682         (ld-script-location-counter-face): Use renamed face.
25684         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25685         (cperl-hash): Remove "-face" suffix from face names.
25686         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25687         New backward-compatibility aliases for renamed faces.
25688         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25689         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25691         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25692         name.
25693         (which-func-face): New backward-compatibility alias for renamed face.
25694         (which-func-format): Use renamed which-func face.
25696         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25697         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25698         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25699         names.
25700         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25701         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25702         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25703         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25704         (vhdl-speedbar-architecture-selected)
25705         (vhdl-speedbar-configuration-selected)
25706         (vhdl-speedbar-package-selected)
25707         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25708         names.
25709         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25710         Use renamed faces.
25711         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25712         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25713         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25714         Use renamed faces.
25715         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25716         names.
25717         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25718         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25719         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25720         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25721         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25722         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25724         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25725         face name.
25726         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25727         (sh-heredoc-face): Use renamed sh-heredoc face.
25729         * progmodes/idlw-help.el (idlwave-help-link):
25730         Remove "-face" suffix from face name.
25731         (idlwave-help-link-face):
25732         New backward-compatibility alias for renamed face.
25733         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25735         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25736         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25737         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25738         New backward-compatibility aliases for renamed faces.
25739         (idlwave-shell-disabled-breakpoint-face)
25740         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25742         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25743         Remove "-face" suffix from face names.
25744         (flymake-errline-face, flymake-warnline-face):
25745         New backward-compatibility aliases for renamed faces.
25746         (flymake-highlight-line): Use renamed flymake faces.
25748         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25749         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25750         (ebrowse-member-class, ebrowse-progress):
25751         Remove "-face" suffix from face names.
25752         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25753         (ebrowse-file-name-face, ebrowse-default-face)
25754         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25755         (ebrowse-progress-face):
25756         New backward-compatibility aliases for renamed faces.
25757         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25758         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25759         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25760         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25762         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25763         antlr-syntax)
25764         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25765         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25766         names.
25767         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25768         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25769         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25770         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25771         backward-compatibility aliases for renamed faces.
25772         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25773         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25774         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25775         remove "font-lock-".  Use renamed antlr-mode faces.
25776         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25777         literal face-names with face variable references.
25779         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25780         face name.
25781         (Buffer-menu-buffer-face): New backward-compatibility alias for
25782         renamed face.
25783         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25785 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25787         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25788         Eliminate "-face" suffix.
25789         (makefile-targets): Inherit from font-lock-function-name-face and
25790         eliminate "-face" suffix.
25791         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25792         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25793         actions, instead of prepending, to make it less visible.
25794         (makefile-previous-dependency, makefile-match-dependency):
25795         Don't match a target on a continuation line.
25797         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25799 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25801         * progmodes/gdb-ui.el (menu): Re-order menu items.
25802         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25804         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25805         Define in tooltip.el.
25806         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25807         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25808         gud-tooltip-echo-area.
25810         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25811         backward compatibility and make obsolete.
25812         (tooltip-help-tips): Use tooltip-use-echo-area.
25813         (tooltip-show-help-function): Rename to...
25814         (tooltip-show-help): ...this, because it is a function.
25815         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25817 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25819         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25820         (edebug-print-length, edebug-print-level, edebug-print-circle)
25821         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25822         (edebug-eval-print-last-sexp): Doc fixes.
25824 2005-06-14  Kim F. Storm  <storm@cua.dk>
25826         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25827         as the coverage buffer/file/both may change.
25829 2005-06-14  Lute Kamstra  <lute@gnu.org>
25831         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25832         and run-mode-hooks.  Simplify.
25834         * mail/rmailedit.el (rmail-edit-mode):
25835         * progmodes/octave-inf.el (inferior-octave-mode):
25836         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25838         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25839         and run-mode-hooks.
25840         (recentf-edit-list, recentf-open-files): Don't call
25841         kill-all-local-variables directly.
25843         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25845 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25847         * emacs-lisp/byte-run.el (make-obsolete)
25848         (define-obsolete-function-alias): Rename arguments FUNCTION and
25849         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25850         (make-obsolete-variable, define-obsolete-variable-alias):
25851         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25852         respectively.
25854         * isearchb.el (isearchb-activate):
25855         * pcvs.el (cvs-mode):
25856         * ses.el (ses-load):
25857         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25858         * net/tramp.el (tramp-find-file-exists-command)
25859         (tramp-find-shell):
25860         * progmodes/ada-mode.el (ada-create-case-exception)
25861         (ada-create-case-exception-substring, ada-make-subprogram-body):
25862         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25863         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25864         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25865         * textmodes/org.el (org-promote, org-evaluate-time-range)
25866         (org-agenda-next-date-line, org-agenda-previous-date-line)
25867         (org-agenda-error, org-open-at-point, org-table-move-row)
25868         (org-format-table-table-html-using-table-generate-source)
25869         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25870         * textmodes/reftex.el (reftex-access-scan-info):
25871         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25872         (reftex-toc-promote-prepare): Follow error conventions.
25874         * diff-mode.el (diff-mode): Fix typo in docstring.
25876         * forms.el (forms--intuit-from-file): Fix reference to
25877         `forms-number-of-fields' in error message.
25878         (forms-print): Fix quoting in error message.
25880         * forms.el (forms-mode):
25881         * emulation/vi.el (vi-goto-insert-state):
25882         * progmodes/flymake.el (flymake-new-err-info)
25883         (flymake-start-syntax-check-for-current-buffer)
25884         (flymake-simple-cleanup):
25885         * eshell/esh-var.el (eshell/export):
25886         * progmodes/gud.el (xdb):
25887         * textmodes/flyspell.el (flyspell-incorrect-hook)
25888         (flyspell-maybe-correct-transposition)
25889         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25891 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25893         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25894         minibuffer prompt.
25896 2005-06-13  Kim F. Storm  <storm@cua.dk>
25898         * subr.el (add-to-ordered-list): New defun.
25900         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25901         add cua--keymap-alist to emulation-mode-map-alists.
25903 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25905         * subr.el (complete-in-turn): New macro.
25906         (dynamic-completion-table, lazy-completion-table): Add debug info.
25908         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25909         in preference to face aliases.
25911         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25912         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25913         Remove unused vars `start' and `firstline'.
25914         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25915         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25917 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25919         * cus-start.el (all): Don't complain about missing GTK-related
25920         variables, unless either `gtk' is boundp or this isn't a
25921         `windows-nt' build.
25923 2005-06-13  Lute Kamstra  <lute@gnu.org>
25925         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25926         run-mode-hooks.
25928         * ediff-mult.el (ediff-meta-mode):
25929         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25931         * ledit.el (ledit-mode): Use delay-mode-hooks.
25933         * woman.el (woman-mode-line-format): Delete constant.
25934         (woman-mode-map): Initialize it properly.
25935         (woman-mode): Set mode-class property to special.
25936         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25937         Set major-mode and mode-name.  Don't set mode-line-format directly.
25938         (Man-getpage-in-background): Don't reference woman-mode-line-format.
25940         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25941         string argument obsolete.
25943 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
25945         * textmodes/org.el (org-CUA-compatible): New option.
25946         (org-disputed-keys): New variable.
25947         (org-key): New function.
25948         (orgtbl-make-binding): Add docstring to the created function.
25949         (org-mode): Set paragraph start/separate regexps.
25950         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25951         (org-archive-location, org-archive-mark-done)
25952         (org-archive-stamp-time): New options.
25953         (org-archive-subtree): New command.
25954         (org-fill-paragraph): New function.
25955         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25956         (org-fake-empty-table-line): Function removed.
25957         (org-format-org-table-html): Do not create empty table lines at
25958         separator lines.  Improved table header treatment.
25959         (org-link-format): New option.
25960         (org-make-link): New function.
25961         (org-insert-link, org-store-link): Use org-make-link.
25962         (org-open-file): Quote file name for shell command, to allow
25963         spaces in file names.
25964         (org-link-regexp): Fix bug with mailto link.
25965         (org-link-maybe-angles-regexp, org-protected-link-regexp):
25966         New constants.
25967         (org-export-as-html): Deal with the optional angles around a link.
25968         Better treatment of file: links.
25969         (org-open-at-point): Replace @{ and @} with < and >.
25970         (org-run-mode-hooks): Function removed.
25971         (org-agenda-mode): No longer use `org-run-mode-hooks'.
25973 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
25975         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25976         MI command -data-list-register-values.
25977         (gdb-post-prompt): Indent properly.
25979 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
25981         * hilit-chg.el (highlight-changes-colors): Rename from
25982         `highlight-changes-colours'.
25983         (highlight-changes-colours): Keep as obsolete alias.
25984         (highlight-changes-face-list): Doc fix.
25985         (hilit-chg-make-list): Use `highlight-changes-colors'.
25987 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
25989         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25990         defun-prompt-regexp.
25992 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
25994         * loadup.el: Don't say we are dumping under 2 names on windows-nt
25995         and cygwin.
25997         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25998         Don't use an old loaddefs.el, as in Makefile.in.
26000 2005-06-12  Lute Kamstra  <lute@gnu.org>
26002         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26004         * man.el (Man-mode-map): Initialize it properly.
26005         (Man-mode): Set mode-class property to special.
26007         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26009 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26011         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26012         A newline is needed in the docstring there.
26014         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26015         Doc fixes.
26017 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26019         * printing.el: Doc fix.  The menubar is no more changed when printing
26020         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26021         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26022         (pr-version): New version number (6.8.4).
26023         (pr-menu-bind): New command.
26024         (pr-update-menus): Docstring and code fix.
26025         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26026         Docstring fix.
26027         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26028         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26030 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26032         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26033         "Returns" to "return", document useful return values, etc.
26035 2005-06-11  Alan Mackenzie  <acm@muc.de>
26037         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26038         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26039         (adaptive-file-function): Minor amendment to doc-string.
26041 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26043         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26044         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26045         Fix :type--it is `integer', not `string'.
26047         * faces.el (modeline-highlight): Rename from (the erroneous)
26048         `modeline-higilight'.
26050 2005-06-11  Lute Kamstra  <lute@gnu.org>
26052         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26053         lisp-interaction-mode-map but make it the parent.
26054         (edebug-eval-mode): Use define-derived-mode.
26056 2005-06-11  Andreas Schwab  <schwab@suse.de>
26058         * bindings.el: Add binding of `ESC functionkey' for every
26059         `M-functionkey'.
26060         * hexl.el (hexl-mode-map): Likewise.
26062 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26064         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26065         [msft]: update regexp for newer msft compilers.
26067 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26069         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26070         ATTLIST portions of included DTDs.
26071         (xml-parse-dtd): Eliminate use of inefficient match-data.
26073 2005-06-10  Miles Bader  <miles@gnu.org>
26075         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26076         (mpuz-text): Remove "-face" suffix from face names.
26077         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26078         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26079         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26081         * play/gomoku.el (gomoku-O, gomoku-X):
26082         Remove "-face" suffix from face names.
26083         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26084         New backward-compatibility aliases for renamed faces.
26085         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26087 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26089         * thumbs.el: Fixes for changes of 2005-06-09.
26090         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26091         as a directory.
26092         (thumbs-thumbname): Remove directory separator from format string;
26093         `thumbs-thumbsdir' now returns a valid directory name.
26094         (thumbs-temp-dir): New defsubst.
26095         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26096         Use it.
26098         * cus-edit.el (minibuffer):
26099         * files.el (make-backup-file-name-function):
26100         * filesets.el (filesets-external-viewers):
26101         * hilit-chg.el (highlight-changes-colours)
26102         (highlight-changes-face-list, highlight-changes-rotate-faces):
26103         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26104         * kmacro.el (kmacro-call-macro):
26105         * log-edit.el (log-edit-changelog-full-paragraphs):
26106         * mouse.el (mouse-1-click-follows-link):
26107         * skeleton.el (skeleton-autowrap):
26108         * subr.el (insert-for-yank-1):
26109         * tempo.el (tempo-insert-region):
26110         * terminal.el (terminal-emulator):
26111         * time.el (display-time-mail-face):
26112         * vc.el (vc-annotate):
26113         * vcursor.el (vcursor-copy-line):
26114         * woman.el (woman-bold-headings, woman-ignore)
26115         (woman-default-faces, woman-monochrome-faces):
26116         * calendar/todo-mode.el (todo-insert-threshold):
26117         * emulation/pc-select.el (pc-select-selection-keys-only)
26118         (pc-selection-mode):
26119         * emulation/vip.el (vip-find-char-forward):
26120         * emulation/viper-cmd.el (viper-find-char-forward):
26121         * international/mule-cmds.el
26122         (select-safe-coding-system-accept-default-p)
26123         (input-method-exit-on-invalid-key):
26124         * international/mule-diag.el (describe-coding-system):
26125         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26126         * net/browse-url.el (browse-url-xterm-program):
26127         * obsolete/lazy-lock.el (lazy-lock-mode):
26128         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26129         (cperl-mode):
26130         * progmodes/cpp.el (cpp-face-light-name-list)
26131         (cpp-face-dark-name-list):
26132         * progmodes/delphi.el (delphi-newline-always-indents):
26133         Fix spellings in docstrings.
26135         * ido.el (ido-mode, ido-file-extensions-order)
26136         (ido-default-file-method, ido-default-buffer-method)
26137         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26138         (ido-decorations, ido-read-file-name-as-directory-commands)
26139         (ido-read-file-name-non-ido, ido-work-directory-list)
26140         (ido-ignore-item-temp-list, ido-current-directory)
26141         (ido-magic-forward-char, ido-enter-find-file)
26142         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26143         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26145 2005-06-10  Lute Kamstra  <lute@gnu.org>
26147         * play/dunnet.el (dun-mode): Use define-derived-mode.
26148         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26149         obsolete alias.
26151         * play/doctor.el (doctor-mode-map): Remove defvar.
26152         (doctor-mode): Use define-derived-mode.
26154         * mail/mspools.el (mspools-mode):
26155         * net/eudc-hotlist.el (eudc-hotlist-mode):
26156         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26158 2005-06-10  Miles Bader  <miles@gnu.org>
26160         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26161         Remove "-face" suffix from face names.
26162         (flyspell-incorrect-face, flyspell-duplicate-face):
26163         New backward-compatibility aliases for renamed faces.
26164         (flyspell-mode-on, make-flyspell-overlay)
26165         (flyspell-highlight-incorrect-region)
26166         (flyspell-highlight-duplicate-region)
26167         (flyspell-display-next-corrections)
26168         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26170         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26171         from face name.
26172         (texinfo-heading-face): New backward-compatibility alias for
26173         renamed face.
26174         (texinfo-heading-face): Use renamed texinfo-heading face.
26176         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26177         suffix from face names.
26178         (tex-math-face, tex-verbatim-face):
26179         New backward-compatibility aliases for renamed faces.
26180         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26181         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26182         literal face name.
26184         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26185         name.
26186         (table-cell-face): New backward-compatibility alias for renamed face.
26187         (table--put-cell-face-property, table--update-cell-face):
26188         Use renamed table-cell face.
26190         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26191         from face name.
26192         (sgml-namespace-face): New backward-compatibility alias for
26193         renamed face.
26194         (sgml-namespace-face): Use renamed sgml-namespace face.
26196         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26197         (org-level-4, org-level-5, org-level-6, org-level-7)
26198         (org-level-8, org-warning, org-headline-done)
26199         (org-deadline-announce, org-scheduled-today)
26200         (org-scheduled-previously, org-link, org-done, org-table)
26201         (org-time-grid): Remove "-face" suffix from face names.
26202         (org-level-1-face, org-level-2-face, org-level-3-face)
26203         (org-level-4-face, org-level-5-face, org-level-6-face)
26204         (org-level-7-face, org-level-8-face, org-warning-face)
26205         (org-headline-done-face, org-deadline-announce-face)
26206         (org-scheduled-today-face, org-scheduled-previously-face)
26207         (org-link-face, org-done-face, org-table-face)
26208         (org-time-grid-face):
26209         New backward-compatibility aliases for renamed faces.
26210         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26211         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26212         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26213         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26215         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26216         (viper-minibuffer-emacs, viper-minibuffer-insert)
26217         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26218         (viper-search-face, viper-replace-overlay-face)
26219         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26220         (viper-minibuffer-vi-face):
26221         New backward-compatibility aliases for renamed faces.
26222         (viper-search-face, viper-replace-overlay-face)
26223         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26224         (viper-minibuffer-vi-face): Use renamed viper faces.
26226         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26227         Remove "-face" suffix from face names.
26228         (testcover-nohits-face, testcover-1value-face):
26229         New backward-compatibility aliases for renamed faces.
26230         (testcover-mark): Use renamed testcover faces.
26232         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26233         face name.
26234         (diary-button-face): New backward-compatibility alias for renamed face.
26235         (diary-entry): Use renamed diary-button face.
26237         * calendar/calendar.el (diary, calendar-today, holiday)
26238         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26239         (diary-face, calendar-today-face, holiday-face):
26240         New backward-compatibility aliases for renamed faces.
26241         (eval-after-load "facemenu", diary-entry-marker)
26242         (calendar-today-marker, calendar-holiday-marker, diary-face):
26243         Use renamed calendar faces.
26245         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26246         (compare-windows-face): New backward-compatibility alias for
26247         renamed face.
26248         (compare-windows-highlight): Use renamed compare-windows face.
26250         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26251         (strokes-char-face): New backward-compatibility alias for renamed face.
26252         (strokes-encode-buffer): Use renamed strokes-char face.
26254         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26255         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26256         Remove "-face" suffix from face names.
26257         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26258         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26259         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26260         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26261         Use renamed pcvs faces.
26262         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26263         * pcvs-defs.el (cvs-mode-map): Likewise.
26264         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26266         * info.el (info-title-1, info-title-2, info-title-3)
26267         (info-title-4): Remove "-face" suffix from and downcase face names.
26268         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26269         (Info-title-4-face):
26270         New backward-compatibility aliases for renamed faces.
26271         (Info-fontify-node): Use renamed info faces.
26273         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26274         Remove "-face" suffix from face names.
26275         (highlight-changes-face, highlight-changes-delete-face):
26276         New backward-compatibility aliases for renamed faces.
26277         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26278         (hilit-chg-make-list): Use renamed highlight-changes faces.
26280         * generic-x.el (show-tabs-tab, show-tabs-space):
26281         Remove "-face" suffix from face names.
26282         (show-tabs-tab-face, show-tabs-space-face):
26283         New backward-compatibility aliases for renamed faces.
26284         (show-tabs-generic-mode-font-lock-defaults-1)
26285         (show-tabs-generic-mode-font-lock-defaults-2):
26286         Use renamed show-tabs faces.
26288         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26289         (smerge-markers): Remove "-face" suffix from face names.
26290         (smerge-mine-face, smerge-other-face, smerge-base-face)
26291         (smerge-markers-face):
26292         New backward-compatibility aliases for renamed faces.
26293         (smerge-mine-face, smerge-other-face, smerge-base-face)
26294         (smerge-markers-face): Use renamed smerge faces.
26296         * log-view.el (log-view-file, log-view-message): Remove "-face"
26297         suffix from face names.
26298         (log-view-file-face, log-view-message-face):
26299         New backward-compatibility aliases for renamed faces.
26300         (log-view-file-face, log-view-message-face): Use renamed log-view
26301         faces.
26303         * paren.el (show-paren-match, show-paren-mismatch):
26304         Remove "-face" suffix from face names.
26305         (show-paren-match-face, show-paren-mismatch-face):
26306         New backward-compatibility aliases for renamed faces.
26307         (show-paren-function): Use renamed show-paren faces.
26309         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26310         (ruler-mode-margins, ruler-mode-fringes)
26311         (ruler-mode-column-number, ruler-mode-fill-column)
26312         (ruler-mode-comment-column, ruler-mode-goal-column)
26313         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26314         suffix from face names.
26315         (ruler-mode-default-face, ruler-mode-pad-face)
26316         (ruler-mode-margins-face, ruler-mode-fringes-face)
26317         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26318         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26319         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26320         New backward-compatibility aliases for renamed faces.
26321         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26322         (ruler-mode-column-number, ruler-mode-fill-column)
26323         (ruler-mode-comment-column, ruler-mode-goal-column)
26324         (ruler-mode-tab-stop, ruler-mode-current-column)
26325         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26326         faces.
26328         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26329         face name.
26330         (whitespace-highlight-the-space): Use renamed face.
26331         (whitespace-highlight-face): New backward-compatibility alias for
26332         renamed face.
26334         * woman.el (woman-italic, woman-bold, woman-unknown)
26335         (woman-addition, woman-symbol-face):
26336         Remove "-face" suffix from face names.
26337         (woman-italic-face, woman-bold-face, woman-unknown-face)
26338         (woman-addition-face):
26339         New backward-compatibility aliases for renamed faces.
26340         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26341         (woman-decode-region, woman-replace-match)
26342         (woman-display-extended-fonts, woman-special-characters)
26343         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26344         Use renamed woman faces.
26346         * longlines.el (longlines-visible-face): Face removed.
26348         * diff-mode.el (diff-header, diff-file-header, diff-index)
26349         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26350         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26351         suffix from face names.
26352         (diff-header-face, diff-file-header-face, diff-index-face)
26353         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26354         (diff-changed-face, diff-function-face, diff-context-face)
26355         (diff-nonexistent-face): New backward-compatibility aliases for
26356         renamed faces.
26357         (diff-header-face, diff-file-header-face)
26358         (diff-index, diff-index-face, diff-hunk-header)
26359         (diff-hunk-header-face, diff-removed, diff-removed-face)
26360         (diff-added, diff-added-face, diff-changed-face, diff-function)
26361         (diff-function-face, diff-context-face, diff-nonexistent)
26362         (diff-nonexistent-face): Use renamed diff-mode faces.
26364         * progmodes/compile.el (compilation-warning-face)
26365         (compilation-info-face): Remove "-face" suffix from face names.
26366         (compilation-warning-face, compilation-info-face):
26367         New backward-compatibility aliases for renamed faces.
26368         (compilation-warning-face, compilation-info-face):
26369         Use renamed compilation faces.
26371         * add-log.el (change-log-date, change-log-name)
26372         (change-log-email, change-log-file, change-log-list)
26373         (change-log-conditionals, change-log-function)
26374         (change-log-acknowledgement): Remove "-face" suffix from face names.
26375         (change-log-date-face, change-log-name-face)
26376         (change-log-email-face, change-log-file-face)
26377         (change-log-list-face, change-log-conditionals-face)
26378         (change-log-function-face, change-log-acknowledgement-face):
26379         New backward-compatibility aliases for renamed faces.
26380         (change-log-font-lock-keywords): Use renamed change-log faces.
26382         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26383         (custom-set, custom-changed, custom-saved, custom-button)
26384         (custom-button-pressed, custom-documentation, custom-state)
26385         (custom-comment, custom-comment-tag, custom-variable-tag)
26386         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26387         (custom-group-tag): Remove "-face" suffix from face names.
26388         (custom-magic-alist, custom-magic-value-create)
26389         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26390         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26391         (custom-set-face, custom-changed-face, custom-saved-face)
26392         (custom-button-face, custom-button-pressed-face)
26393         (custom-documentation-face, custom-state-face)
26394         (custom-comment-face, custom-comment-tag-face)
26395         (custom-variable-tag-face, custom-variable-button-face)
26396         (custom-face-tag-face, custom-group-tag-face-1)
26397         (custom-group-tag-face):
26398         New backward-compatibility aliases for renamed faces.
26400         * wid-edit.el (widget-documentation, widget-button)
26401         (widget-field, widget-single-line-field, widget-inactive)
26402         (widget-button-pressed): "-face" suffix removed from face names.
26403         (widget-documentation-face, widget-button-face)
26404         (widget-field-face, widget-single-line-field-face)
26405         (widget-inactive-face, widget-button-pressed-face):
26406         New backward-compatibility aliases for renamed faces.
26407         (widget-documentation-face, widget-button-face)
26408         (widget-button-pressed-face, widget-specify-field)
26409         (widget-specify-inactive): Use renamed widget faces.
26411 2005-06-10  Kenichi Handa  <handa@m17n.org>
26413         * term/x-win.el (x-clipboard-yank): Remove condition-case
26414         wrapping.
26416 2005-06-11  Kenichi Handa  <handa@m17n.org>
26418         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26419         date lines stricter.
26421 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26423         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26424         of x-get-selection.
26426 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26428         * comint.el (comint-mode, comint-snapshot-last-prompt):
26429         * frame.el (frame-current-scroll-bars):
26430         * term.el (term-mode, term-check-proc, term-input-sender)
26431         (term-simple-send, term-extract-string, term-word)
26432         (term-match-partial-filename):
26433         * window.el (window-current-scroll-bars):
26434         * emulation/cua-base.el (cua-normal-cursor-color)
26435         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26436         (cua-global-mark-cursor-color):
26437         * mail/undigest.el (rmail-forward-separator-regex):
26438         Fix typos in docstrings.
26440         * comint.el (comint-check-proc, make-comint-in-buffer)
26441         (comint-source-default): Doc fixes.
26443         * term.el (term-send-string): Improve argument/docstring consistency.
26445 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26447         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26448         call to `delete-region'.
26449         (comint-mode-hook): Do not enable Font Lock by default.
26451 2005-06-09  Lute Kamstra  <lute@gnu.org>
26453         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26454         could be void.
26456 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26458         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26459         (debug): Use it.
26460         (debugger-step-through, debugger-continue, debugger-jump)
26461         (debugger-return-value): Set it when needed.
26462         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26463         Use inhibit-read-only.
26465 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26467         * window.el (shrink-window-if-larger-than-buffer)
26468         (window-size-fixed): Fix typo in docstring.
26470         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26471         thumbnails directory on loading.
26472         (thumbs-conversion-program): Use `eq' to check the system type,
26473         not `equal'.
26474         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26475         not "/tmp".  Fix docstring.
26476         (thumbs-thumbsdir): New function to return the thumbnails
26477         directory, creating it if needed.
26478         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26479         (thumbs-temp-file): Delete variable and make it into a function.
26480         (thumbs-resize-image, thumbs-modify-image): Use it.
26481         (thumbs-kill-buffer): Simplify.
26482         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26483         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26484         docstrings.
26486 2005-06-09  Kim F. Storm  <storm@cua.dk>
26488         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26489         set-match-data to free markers in match-data.
26491         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26492         match-data to unchain markers in match-data.
26494 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26496         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26497         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26498         unnecessary now.
26500 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26502         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26503         give the variable a doc string that doesn't say don't set it directly.
26505         * textmodes/ispell.el (ispell-check-version):
26506         Use match-string-no-properties.
26507         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26508         (ispell-buffer-local-words): Likewise.
26510         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26511         except on terminals with enough colors to really display it.
26512         (makefile-dependency-regex): Delete spurious `bb'.
26514         * faces.el (escape-glyph): Use blue once again in last case.
26515         (no-break-space): Redefine so that it isn't invisible on a tty.
26517 2005-06-08  Kim F. Storm  <storm@cua.dk>
26519         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26520         also when reading directory name.
26522 2005-06-08  Lute Kamstra  <lute@gnu.org>
26524         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26525         (flyspell-mode-line-string): Remove autoload cookie.
26526         (flyspell-mode): Remove defvar.
26528 2005-06-07  Lute Kamstra  <lute@gnu.org>
26530         * textmodes/org.el (org-run-mode-hooks): New function.
26531         (org-agenda-mode): Use it.
26533 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26535         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26537 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26539         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26541 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26543         * font-lock.el (font-lock-add-keywords): Doc fix.
26545 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26547         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26548         (tex-compile-default): In the absence of any history, use the order in
26549         tex-compile-alist to choose the preferred command.
26550         (tex-compile-commands): Reorder a bit.
26552         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26553         (flyspell-incorrect-face, flyspell-duplicate-face):
26554         Use (X)Emacs-agnostic code.
26555         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26556         redundant with the subsequent add-minor-mode.  Merge Emacs and
26557         XEmacs code.
26558         (flyspell-word): Minor simplification.
26559         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26560         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26561         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26562         Merge the corresponding Emacs code.
26563         (flyspell-correct-word, flyspell-xemacs-popup):
26564         Use flyspell-do-correct.
26566         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26567         a dedicated window.
26569         * international/latexenc.el (latexenc-find-file-coding-system):
26570         Undo part of last patch, to turn off a compiler warning.
26572 2005-06-06  Juri Linkov  <juri@jurta.org>
26574         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26575         Rename `tmm-inactive-face' to `tmm-inactive'.
26577 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26579         * iswitchb.el: Rename faces.
26581 2005-06-06  Kim F. Storm  <storm@cua.dk>
26583         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26584         (cua-global-mark): Remove -face suffix from face names.
26586         * emulation/cua-gmrk.el (cua--init-global-mark):
26587         Remove cua-global-mark face setup.
26589 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26591         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26592         just like other allowed characters.
26593         (makefile-match-dependency): Exclude leading and training whitespace
26594         from the range of regexp subexp 1.
26595         (makefile-macroassign-regex): Don't try to match the body,
26596         just the name of the macro being defined.
26598         * info.el (Info-read-node-name-2): New function.
26599         (Info-read-node-name-1): Use that.
26600         Add a completion-base-size-function property.
26602         * simple.el (completion-setup-function): Look for
26603         completion-base-size-function property of minibuffer-completion-table.
26605         * files.el (locate-file-completion): Doc fix.
26607         * printing.el: Don't call pr-update-menus; user must do that.
26609         * emacs-lisp/debug.el (debugger-window): New variable.
26610         (debug): Use debugger-window if it is set and still alive.
26611         Record debugger-window for next entry.
26613         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26615 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26617         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26618         (hack-one-local-variable, hack-local-variables)
26619         (hack-local-variables-prop-line): Pass that arg.
26621 2005-06-06  Kim F. Storm  <storm@cua.dk>
26623         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26624         (ido-indicator): Remove -face suffix from face names.
26626 2005-06-06  Juri Linkov  <juri@jurta.org>
26628         * font-lock.el (font-lock-regexp-backslash)
26629         (font-lock-regexp-backslash-construct): New faces.
26630         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26631         after `('.  Add `while-no-input' to control structures.
26633         * faces.el (no-break-space, shadow): New faces.
26634         (escape-glyph): Use less loud colors pink2 and red4.
26636         * diff-mode.el (diff-context-face)
26637         * dired.el (dired-ignored)
26638         * rfn-eshadow.el (file-name-shadow)
26639         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26641         * info.el (Info-title-1-face): Use green instead of yellow because
26642         bold yellow is not readable on light backgrounds.
26644         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26645         before selecting the desired mode to not spend time fontifying
26646         old contents.
26648 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26650         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26651         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26653         * ps-print.el (ps-default-fg, ps-default-bg):
26654         Fix typos in docstrings.
26656         * isearchb.el (isearchb): Don't pass a spurious second argument to
26657         `iswitchb-completions'.
26659 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26661         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26662         to preserve point.
26663         (gdb-find-file-hook): Add doc string.
26665         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26666         C dereferenced pointer expression.
26667         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26669         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26671         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26672         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26673         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26674         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26675         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26676         Make background transparent.
26678 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26680         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26681         (font-lock-remove-keywords): Doc fix.
26682         (font-lock-mode-major-mode): Compiler defvar.
26683         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26685         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26686         (font-lock-mode): Update `font-lock-mode-major-mode'.
26687         (font-lock-set-defaults): Compiler defvar.
26688         (font-lock-default-function): Take `font-lock-mode-major-mode'
26689         into account.
26691         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26692         keep track of which major mode it enabled the minor mode for.
26693         Use find-file-hook again.  Update docstring.
26695         * simple.el (eval-expression-print-level)
26696         (eval-expression-print-length, eval-expression-debug-on-error):
26697         Doc fixes.
26699 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26701         * iswitchb.el (iswitchb-single-match-face)
26702         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26703         (iswitchb-invalid-regexp-face): New faces.
26704         (iswitchb-completions): Use them.
26705         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26706         now marked as an obsolete alias.
26707         (iswitchb-read-buffer): Remove check for bound font variables.
26708         (iswitchb-invalid-regexp): New free variable.
26709         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26710         set iswitchb-invalid-regexp.
26711         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26712         invalid regexps.
26713         (iswitchb-completions): Add check for complete match when entering
26714         a regexp.
26715         (iswitchb-completions): Remove require-match argument.
26716         (iswitchb-exhibit): Fix caller.
26717         (iswitchb-common-match-inserted): New variable.
26718         (iswitchb-complete, iswitchb-completion-help): Use it.
26720 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26722         * url-http.el (url-http-chunked-encoding-after-change-function):
26723         Use `url-http-debug' instead of `message'.
26725 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26727         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26728         callback argument.
26730 2005-06-04  Kim F. Storm  <storm@cua.dk>
26732         * simple.el (line-move): Only call sit-for when moving backwards.
26734         * ido.el (ido-make-merged-file-list-1): New defun split from
26735         ido-make-merged-file-list.
26736         (ido-make-merged-file-list): Bind throw-on-input around call to
26737         ido-make-merged-file-list-1.  Return input-pending-p if
26738         interrupted by more input available.
26739         (ido-read-internal): Handle input-pending-p return value from
26740         ido-make-merged-file-list.
26742 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26744         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26745         compatibility code.
26747         * international/latexenc.el (latexenc-find-file-coding-system):
26748         Don't inherit the EOL part of the coding-system from the
26749         tex-main buffer.  Fit within 80 columns.
26751 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26753         * tmm.el (tmm-inactive-face): New face.
26754         (tmm-remove-inactive-mouse-face): New function.
26755         (tmm-prompt, tmm-add-one-shortcut)
26756         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26757         but not selectable.
26759 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26761         * faces.el (face-equal): Improve argument/docstring consistency.
26763 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26765         * progmodes/make-mode.el (makefile-targets-face)
26766         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26767         (makefile-bsdmake-dependency-regex)
26768         (makefile-makepp-rule-action-regex)
26769         (makefile-bsdmake-rule-action-regex): New constants.
26770         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26773         Allow (...) within `...' for makepp messages.
26775 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26777         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26779         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26780         "." files are deleted from all file lists before comparison.
26782         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26783         (viper-ESC-key): Made them customizable.
26785         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26787 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26789         * autorevert.el (auto-revert-buffers): Use save-match-data.
26791 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26793         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26794         menu items with a nil command binding.
26796 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26798         * emacs-lisp/cl-macs.el (defsetf):
26799         Improve argument/docstring consistency.
26801         * faces.el (list-faces-display): Improve the formatting by
26802         computing the maximum length required for any face-name (reworked
26803         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26804         (internal-find-face): Remove redundant info in docstring.
26806 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26808         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26809         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26810         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26811         (gdb-assembler-custom): Improve regexps.
26812         (def-gdb-auto-update-handler): Use window point to preserve point.
26814 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26816         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26818 2005-05-31  Jay Belanger  <belanger@truman.edu>
26820         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26821         to calc-embedded.
26822         (calc-embedded-make-info): Have plain prefix argument select
26823         entire line.
26825 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26827         * faces.el (list-faces-display): Signal error if passed a regexp
26828         that matches no face name.
26830         * simple.el (filter-buffer-substring): Fix typo in docstring.
26832 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26834         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26835         (vhdl-emacs-21): Doc fix.
26836         (vhdl-mode): Unconditionally set comment-padding.
26837         (vhdl-fixup-whitespace-region): Insert spaces only where
26838         there are none.
26839         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26841 2005-05-30  John Wiegley  <johnw@newartisans.com>
26843         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26844         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26845         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26846         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26847         `string-to-number'.
26849 2005-05-30  Jay Belanger  <belanger@truman.edu>
26851         * calc/calc.el (calc-bug-address): Fix docstring.
26852         (calc-window-hook, calc-trail-window-hook): New variables.
26853         (calc-trail-display): Restore use of calc-trail-window-hook.
26854         (calc): Restore use of calc-window-hook.
26856 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26858         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26860         * help-fns.el (help-C-file-name): Add autoload mark for
26861         `find-function-noselect'.
26863 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26865         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26866         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26868 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26870         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26871         included diary buffer if it was not already being visited.
26872         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26874         * calendar/icalendar.el (top-level): Do not require appt.
26876         * mail/supercite.el (sc-select-attribution): Only use a list
26877         element from sc-attrib-selection-list if it returns a string.
26878         Reported by Davide G. M. Salvetti <salve@debian.org>.
26880 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26882         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26883         includes a hash value to improve its uniqueness, and has a ".jpg"
26884         extension.  Also, it is now a valid filename on all systems.
26885         (thumbs-make-thumb): Use `let', not `let*'.
26886         (thumbs-show-thumbs-list): Check for JPEG availability.
26888 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26890         * filesets.el (filesets-menu-ensure-use-cached):
26891         Prevent warning when emacs-version>= is undefined.
26893         * printing.el (pr-interactive-n-up): Use string-to-number.
26895         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26897         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26898         Warn only when name to be defined is quoted.
26900 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26902         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26903         Make regexp more robust.
26904         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26905         Force regeneration of disassembly.
26907 2005-05-29  Jay Belanger  <belanger@truman.edu>
26909         * calc/calc.el (calc-user-invocation): Check if
26910         calc-invocation-macro is non-nil.
26912 2005-05-29  Juri Linkov  <juri@jurta.org>
26914         * add-log.el (change-log-font-lock-keywords):
26915         Add `+' to e-mail regexp to accept mail address with keywords.
26917         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26919 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26921         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26923         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26925 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26927         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26928         Undo the change that moves to end of the current word.
26930 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26932         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26933         Throw error when count <= 0 to ensure input is a number.
26934         (gdb-read-memory-custom): Pick up address from buffer.
26935         (gdb-memory-mode): Allow user to increment and decrement
26936         memory address from header line.
26938 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26940         * flyspell.el (flyspell-version): Function deleted.
26941         (flyspell-auto-correct-previous-hook): Doc fix.
26943         * jit-lock.el (jit-lock-function, jit-lock-after-change):
26944         Do nothing if memory is full.
26946         * font-lock.el (font-lock-fontify-syntactically-region):
26947         Pass t for GREEDY to looking-back.
26949         * saveplace.el (save-place-alist-to-file): Write the file
26950         using write-region.
26952         * subr.el (looking-back): New argument GREEDY.
26954         * progmodes/compile.el (compilation-start): Set the mode
26955         before inserting the initial text.
26957         * progmodes/which-func.el (which-func-update-1): Turn the mode
26958         off in case of error by setting which-func-mode.
26960 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
26962         * flyspell.el (flyspell-auto-correct-previous-word):
26963         Narrow down to what's on the screen, and recenter overlays
26964         at the end of the next word.
26966 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
26968         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26969         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26970         (flyspell-abbrev-p): Default to nil.
26971         (flyspell-use-global-abbrev-table-p): Doc fix.
26972         (flyspell-large-region): Allow nil as value.
26973         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26975         (mail-mode-flyspell-verify): More robust handling
26976         of `mail-header-separator'.  More efficient signature detection.
26977         Allow for regexp metacharacters in message-header-separator.
26978         Adding `To' not to be checked in mail-mode-flyspell-verify.
26980         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26981         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26982         Bind flyspell-auto-correct-binding.
26983         Bind C-. and C-, .
26984         (flyspell-mode-map): Likewise.
26985         (flyspell-mode): Doc fix.
26986         (flyspell-accept-buffer-local-defs): Preserve current buffer.
26987         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26988         (flyspell-word-cache-result): New var, always local.
26989         (flyspell-check-pre-word-p): Doc fix.
26990         (flyspell-check-changed-word-p): Handle spc like newline.
26991         (flyspell-post-command-hook): Set flyspell-word-cache-result.
26992         (flyspell-word-search-backward, flyspell-word-search-forward):
26993         New functions.
26994         (flyspell-word): Return t if nothing to check.
26995         When parsing TeX code, check for after } or \.
26996         Use flyspell-word-search-backward to find previous word.
26997         Return nil if duplicated word.
26998         For word already checked, return same value as last time.
26999         Set flyspell-word-cache-result after checking.
27000         Don't clobber the return value.
27001         (flyspell-get-word): Major rewrite.
27002         (flyspell-external-point-words): New locals pword, pcount.
27003         Fix size used in progress message.
27004         Find the proper corresponding word in flyspell-large-region-buffer.
27005         (flyspell-region): Check for flyspell-large-region = nil.
27006         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27007         (flyspell-auto-correct-word): Check that WORD is a cons.
27008         (flyspell-correct-word): Likewise.
27010 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27012         * progmodes/make-mode.el (makefile-rule-action-regex)
27013         (makefile-macroassign-regex, makefile-makepp-mode)
27014         (makefile-bsdmake-mode): Continuation lines may be empty.
27015         Reported by Joshua Varner.
27016         (makefile-makepp-font-lock-keywords): Add $(stem).
27018 2005-05-28  Karl Berry  <karl@gnu.org>
27020         * textmodes/tex-mode.el: Now that tex-send-command calls
27021         shell-quote-argument (2005-03-31 change), remove all calls to
27022         shell-quote-argument; they all end up invoking tex-send-command.
27023         The double quoting loses on filenames with non-safe characters,
27024         such as "@".  Reported by Frederik Fouvry.
27026 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27028         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27029         about preserving point.
27031 2005-05-27  Jay Belanger  <belanger@truman.edu>
27033         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27034         Info-goto-node.
27036         * calc/calc-embed.el (calc-embed-arg): New variable.
27037         (calc-do-embedded-activate, calc-embedded-activate-formula)
27038         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27039         variable by new variable.
27040         (calc-embedded-make-info): Replace undeclared variable by new
27041         variable.  When selecting region with positive prefix
27042         argument, use end of previous line instead of beginning of line.
27044         * calc/calc-aent.el (calc-arg-values): Declare it.
27046         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27047         Declare them.
27049         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27051         * calc/calc.el (calc-alg-map): Declare it.
27053         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27055 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27057         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27058         (gdb-registers-buffer, toggle-gdb-all-registers):
27059         Toggle display of floating point registers.
27060         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27062         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27063         (toggle-gud-tooltip-dereference):
27064         Rename from gud-toggle-tooltip-dereference.
27066 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27068         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27070 2005-05-27  Jay Belanger  <belanger@truman.edu>
27072         * calc/calc-prog.el (calc-kbd-report): Remove.
27073         (calc-kbd-query): Rewrite.
27075 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27077         * image.el (image-library-alist): Move to image.c.
27078         (image-type-available-p): Doc fix.
27080 2005-05-27  Lute Kamstra  <lute@gnu.org>
27082         * calc/calc.el (calc):
27083         * outline.el (outline-1, outline-2, outline-3, outline-4)
27084         (outline-5, outline-6, outline-7, outline-8):
27085         * textmodes/dns-mode.el (dns-mode):
27086         * textmodes/sgml-mode.el (sgml-namespace-face):
27087         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27088         (tex-verbatim-face, tex-use-reftex):
27089         * textmodes/texinfo.el (texinfo-heading-face):
27090         Specify customization group.
27092         * longlines.el: Don't require easy-mmode.
27093         (longlines-visible-face): Specify customization group.
27095 2005-05-27  Kenichi Handa  <handa@m17n.org>
27097         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27098         encoding table of windows-1251.
27100         * international/ucs-tables.el (ucs-set-table-for-input):
27101         If translation-table-for-input of a coding system is a symbol, get
27102         its translation-table property.
27104         * international/code-pages.el: Don't register a coding system into
27105         non-iso-charset-alist more than once.
27106         (cp-make-coding-system): Likewise.
27108 2005-05-26  John Wiegley  <johnw@newartisans.com>
27110         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27111         `eshell-resume-eval' is wrapped in a list, it indicates that the
27112         command was run asynchronously.  In that case, unwrap the value
27113         before checking the delimiter value.
27115         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27116         character before a space at the end of a line is \, assume the space
27117         is part of the last argument rather than a final argument separator.
27119         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27120         is in use, and the target is `t' or `nil' (which are the most common
27121         values), don't assume that the symbol target is a buffer.
27123 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27125         * calendar/calendar.el (calendar-mode-line-format):
27126         Use mode-line-highlight as mouse-face.
27128         * time.el (display-time-string-forms, display-time-update):
27129         Use mode-line-highlight as mouse-face.
27131 2005-05-26  Jay Belanger  <belanger@truman.edu>
27133         * calc/calc.el (calc-language-alist): Remove extra defvar.
27135 2005-05-26  Lute Kamstra  <lute@gnu.org>
27137         * arc-mode.el (archive-mode):
27138         * bookmark.el (bookmark-read-annotation-mode)
27139         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27140         * bs.el (bs-mode):
27141         * calc/calc-yank.el (calc-edit-mode):
27142         * calc/calc.el (calc-mode, calc-trail-mode):
27143         * calculator.el (calculator-mode):
27144         * chistory.el (command-history-mode):
27145         * comint.el:
27146         * cus-edit.el (custom-mode):
27147         * descr-text.el (describe-text-mode):
27148         * ebuff-menu.el (Electric-buffer-menu-mode):
27149         * ediff-util.el (ediff-mode):
27150         * emacs-lisp/re-builder.el (reb-mode):
27151         * emulation/vi.el (vi-mode-setup):
27152         * emulation/ws-mode.el (wordstar-mode):
27153         * eshell/esh-mode.el (eshell-mode):
27154         * forms.el (forms-mode):
27155         * help-mode.el (help-mode):
27156         * hexl.el (hexl-mode):
27157         * ibuffer.el (ibuffer-mode):
27158         * ielm.el (inferior-emacs-lisp-mode):
27159         * info.el (Info-mode, Info-edit-mode):
27160         * international/swedish.el:
27161         * ledit.el (ledit-from-lisp-mode):
27162         * locate.el (locate-mode):
27163         * mail/rmail.el (rmail-mode):
27164         * mail/rmailedit.el (rmail-edit-mode):
27165         * mail/rmailsum.el (rmail-summary-mode):
27166         * mail/supercite.el (sc-electric-mode):
27167         * net/eudc.el (eudc-mode):
27168         * net/quickurl.el (quickurl-list-mode):
27169         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27170         * obsolete/ooutline.el (outline-mode):
27171         * obsolete/options.el (Edit-options-mode):
27172         * obsolete/rnews.el (news-mode):
27173         * obsolete/rnewspost.el (news-reply-mode):
27174         * play/5x5.el (5x5-mode):
27175         * play/decipher.el (decipher-mode, decipher-stats-mode):
27176         * play/gomoku.el (gomoku-mode):
27177         * play/snake.el (snake-mode):
27178         * play/solitaire.el (solitaire-mode):
27179         * play/tetris.el (tetris-mode):
27180         * progmodes/ada-mode.el (ada-mode):
27181         * progmodes/antlr-mode.el (antlr-mode):
27182         * progmodes/autoconf.el (autoconf-mode):
27183         * progmodes/dcl-mode.el (dcl-mode):
27184         * progmodes/delphi.el (delphi-mode):
27185         * progmodes/ebrowse.el (ebrowse-tree-mode)
27186         (ebrowse-electric-list-mode, ebrowse-member-mode)
27187         (ebrowse-electric-position-mode):
27188         * progmodes/f90.el (f90-mode):
27189         * progmodes/fortran.el (fortran-mode):
27190         * progmodes/icon.el (icon-mode):
27191         * progmodes/idlw-help.el (idlwave-help-mode):
27192         * progmodes/idlw-shell.el (idlwave-shell-mode):
27193         * progmodes/idlwave.el (idlwave-mode):
27194         * progmodes/inf-lisp.el (inferior-lisp-mode):
27195         * progmodes/m4-mode.el (m4-mode):
27196         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27197         * progmodes/modula2.el (modula-2-mode):
27198         * progmodes/octave-inf.el (inferior-octave-mode):
27199         * progmodes/octave-mod.el (octave-mode):
27200         * progmodes/pascal.el (pascal-mode):
27201         * progmodes/sh-script.el (sh-mode):
27202         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27203         * progmodes/vhdl-mode.el (vhdl-mode):
27204         * progmodes/xscheme.el (scheme-interaction-mode):
27205         * replace.el (occur-mode):
27206         * ses.el (ses-mode):
27207         * simple.el (completion-list-mode):
27208         * skeleton.el:
27209         * speedbar.el (speedbar-mode):
27210         * term.el (term-mode):
27211         * terminal.el (terminal-edit-mode):
27212         * textmodes/reftex-index.el (reftex-index-mode)
27213         (reftex-index-phrases-mode):
27214         * textmodes/reftex-sel.el (reftex-select-label-mode)
27215         (reftex-select-bib-mode):
27216         * textmodes/reftex-toc.el (reftex-toc-mode):
27217         * wdired.el (wdired-change-to-wdired-mode):
27218         * wid-browse.el (widget-browse-mode):
27219         Use run-mode-hooks.
27221         * array.el (array-mode):
27222         * calendar/todo-mode.el (todo-mode):
27223         * man.el (Man-mode):
27224         * play/landmark.el (lm-mode):
27225         * play/mpuz.el (mpuz-mode):
27226         Use kill-all-local-variables and run-mode-hooks.
27228         * subr.el (delay-mode-hooks): Specify indentation.
27230 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27232         * xml.el (xml-substitute-special): Don't die for undefined xml
27233         entities.
27235 2005-05-26  Jay Belanger  <belanger@truman.edu>
27237         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27238         of nil.
27240 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27242         * progmodes/gdb-ui.el (gdb-frame-address):
27243         Rename from gdb-current-address.
27244         (gdb-previous-frame-address): Rename from gdb-previous-address.
27245         (gdb-selected-frame): Rename from gdb-current-frame.
27246         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27247         (gdb-frame-number): Rename from gdb-current-stack-level.
27248         (gdb-ann3): Match new mode-name for disassembly buffer.
27249         Extend initialization of variables.
27250         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27251         (gdb-memory-mode): Use mouse-face in header line.
27252         (gdb-assembler-buffer-name): Call it disassembly and give frame
27253         in mode line.
27254         (gdb-source-spec-regexp, gdb-assembler-custom)
27255         (gdb-invalidate-assembler, gdb-frame-handler):
27256         Make robust to leading zeroes in address format.
27258 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27260         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27261         define `org-mode'.
27262         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27264 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27266         * log-edit.el (log-edit-changelog-entries): Distinguish between
27267         filenames like xfns.c and fns.c.
27269 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27271         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27272         point after reverting.
27273         (Buffer-menu-make-sort-button): Handle the case where
27274         `Buffer-menu-use-header-line' is nil.
27276 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27278         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27279         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27280         and `:' to them.
27282 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27284         * startup.el (normal-top-level): Allow modification of load-path while
27285         we're iterating over it.
27287 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27289         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27290         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27291         (thumbs-resize-interactive, thumbs-insert-image)
27292         (thumbs-insert-thumb, thumbs-dired-show-marked)
27293         (thumbs-find-image-at-point, thumbs-delete-images)
27294         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27295         (thumbs-increment-image-size, thumbs-decrement-image-size):
27296         Fix typos in docstrings.
27298 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27300         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27301         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27302         (cperl-mode): Use them.
27304 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27306         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27307         Doc fixes.
27309 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27311         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27312         Bind C-d to gdb-inferior-io-eof.
27314         * dired.el (dired-dnd-popup-notice): Use message-box.
27316 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27318         * bindings.el (mode-line-major-mode-keymap):
27319         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27321         * faces.el (mode-line-highlight): New face.
27323         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27324         as mouse-face.
27326         * bindings.el (top-level, help-echo, mode-line-modified)
27327         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27328         as mouse-face.
27330 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27332         * progmodes/cc-engine.el (c-guess-basic-syntax):
27333         Remove spurious call to `zerop'.
27335         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27337 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27339         CC Mode update to 5.30.10:
27341         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27342         could go past the limit in decoration level 2, thereby causing
27343         errors during interactive fontification.
27345         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27346         the file is evaluated interactively.
27348         * cc-engine.el (c-guess-basic-syntax): Handle operator
27349         declarations somewhat better in C++.
27351         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27352         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27353         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27354         (awk-mode): Use it.
27355         (make-local-hook): Suppress warning about obsoleteness.
27357         * cc-engine.el, cc-align.el, cc-cmds.el
27358         (c-append-backslashes-forward, c-delete-backslashes-forward)
27359         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27360         Compensate for return value from `forward-line' when it has moved
27361         but not to a different line due to eob.
27363         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27364         `objc-method-intro' and `objc-method-args-cont'.
27366 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27368         CC Mode update to 5.30.10:
27370         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27371         in the copyright statement.  Incidentally, change "along with GNU
27372         Emacs" to "along with this program" where it occurs.
27374         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27375         so that it is interactive, hence can be found by M-x awk-mode
27376         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27377         <gmorris+emacs@ast.cam.ac.uk>.
27379         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27380         Mode's regexps.
27382 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27384         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27385         c-parse-state, to avoid a lisp error (on bad code).
27387 2005-05-23  Lute Kamstra  <lute@gnu.org>
27389         * subr.el (font-lock-defaults): Remove defvar as it's already
27390         defined in font-core.el.
27392         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27394 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27396         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27397         more general and work when GDB variable "print pretty" is on,
27398         as with Emacs, for example.
27400 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27402         * font-core.el: Update comment.
27404         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27405         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27407         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27409 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27411         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27412         and `yank-handler' in the doc strings.
27414 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27416         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27418 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27420         * help.el (describe-key): Move print-help-return-message call
27421         out of conditional.
27423         * progmodes/etags.el (list-tags): Use with-no-warnings.
27425         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27426         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27427         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27429         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27431         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27432         Add defvar.
27434         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27435         Use defvar, not defconst.
27437         * hexl.el (hexl-follow-line): Use with-no-warnings.
27439         * emulation/tpu-extras.el: Use write-file-functions instead of
27440         write-file-hooks.
27442         * dired.el (dired-font-lock-keywords): Fontify files with junk
27443         extensions even if marked by -F.
27445 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27447         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27448         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27449         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27450         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27451         (concatenate, list-length, get*, getf, cl-remprop):
27452         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27453         (etypecase, progv, lexical-let, lexical-let*)
27454         (multiple-value-bind, multiple-value-setq, shiftf):
27455         Improve argument/docstring consistency.
27457         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27459 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27461         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27462         doesn't exist.
27464         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27465         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27467 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27469         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27470         already deleted variables: auto-fill-hook, blink-paren-hook,
27471         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27472         suspend-hooks, comment-indent-hook, meta-flag,
27473         before-change-function, after-change-function,
27474         font-lock-doc-string-face.
27476 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27478         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27480 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27482         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27483         rmail-dont-reply-to.
27485 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27487         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27488         literal blank when splitting new-header-values.
27490 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27492         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27493         string so that tmm doesn't create a completion entry for it.
27495         * textmodes/table.el (table-disable-menu): Ditto.
27497 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27499         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27501         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27503         * net/rcompile.el (remote-compile): Use compilation-start.
27505         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27507 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27509         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27510         Default to makefile-bsdmake-mode on BSD systems.
27512         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27513         REGEXP may also be a search function now.  The part of doc-string
27514         for describing the structure was 95% identical to that of
27515         `imenu--generic-function'.  Unify it there.
27517         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27518         Use function to find dependencies, because regexp alone is so complex,
27519         it easily goes into an endless loop.
27520         (makefile-makepp-mode): Also add submenu for Perl functions
27521         defined in the makefile.
27522         (makefile-bsdmake-mode): Special imenu-generic-expression no
27523         longer needed, due to function call.
27524         (makefile-match-dependency): Take BOUND into account when checking
27525         if we're through.
27527 2005-05-20  Jay Belanger  <belanger@truman.edu>
27529         * calc/calc-units.el (calc-invalidate-units-table):
27530         Use inhibit-read-only.
27531         (math-build-units-table-buffer): Use view-mode.
27533 2005-05-20  David Kastrup  <dak@gnu.org>
27535         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27536         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27538 2005-05-20  Lute Kamstra  <lute@gnu.org>
27540         * diff-mode.el (diff-header-face, diff-file-header-face)
27541         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27542         (diff-added-face, diff-changed-face, diff-function-face)
27543         (diff-context-face, diff-nonexistent-face): Put them in the
27544         diff-mode customization group.
27546 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27548         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27550         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27552         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27553         Minor regexp-optimization.
27555 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27557         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27558         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27559         (org-agenda-add-time-grid-maybe): New function.
27560         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27561         (org-table-create): `dotimes' instead of `mapcar'.
27562         (org-xor): Simplify implementation.
27563         (org-agenda): `inhibit-redisplay' turned on.
27564         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27565         a consistent line after a state change.
27566         (org-agenda-remove-times-when-in-prefix): New option.
27567         (org-prefix-has-time): New variable.
27568         (org-parse-time-string): Optional argument NODEFAULT.
27569         (org-format-agenda-item): Parse items for time-of-day
27570         specifications and move these into the prefix if possible.
27571         (org-agenda-priority): Get current heading, not previous heading
27572         during agenda remote editing.
27574 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27576         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27577         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27578         (remove-duplicates, delete-duplicates, substitute)
27579         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27580         (nsubstitute-if-not, find, find-if, find-if-not, position)
27581         (position-if, position-if-not, count, count-if, count-if-not)
27582         (mismatch, search, sort*, stable-sort, merge, member*)
27583         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27584         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27585         (intersection, nintersection, set-difference, nset-difference)
27586         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27587         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27588         (nsublis, tree-equal): Improve argument/docstring consistency.
27590         * subr.el (send-string, send-region): Remove obsolescence declaration.
27591         (window-dot, set-window-dot, read-input, show-buffer)
27592         (eval-current-buffer, string-to-int):
27593         Add release number to obsolescence declarations.
27595 2005-05-19  Kim F. Storm  <storm@cua.dk>
27597         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27598         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27600 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27602         * faces.el (list-faces-display): Make back button respect optional
27603         regexp arg.
27605 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27607         * calculator.el (calculator-radix-grouping-mode)
27608         (calculator-radix-grouping-digits, calculator-displayer)
27609         (calculator-radix-grouping-separator, calculator-copy-displayer):
27610         * dabbrev.el (dabbrev-search-these-buffers-only):
27611         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27612         (diff-advance-after-apply-hunk, diff-mode-hook)
27613         (diff-minor-mode-prefix):
27614         * imenu.el (imenu-use-popup-menu):
27615         * jit-lock.el (jit-lock-context-time):
27616         * newcomment.el (comment-fill-column, comment-column)
27617         (comment-style, comment-padding, comment-multi-line)
27618         (comment-empty-lines, comment-auto-fill-only-comments):
27619         * reveal.el (reveal-around-mark):
27620         * uniquify.el (uniquify-buffer-name-style)
27621         (uniquify-after-kill-buffer-p)
27622         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27623         (uniquify-min-dir-content, uniquify-separator)
27624         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27625         * w32-vars.el (w32-fixed-font-alist):
27626         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27627         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27628         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27629         * progmodes/perl-mode.el (perl-indent-level)
27630         (perl-continued-statement-offset, perl-continued-brace-offset)
27631         (perl-brace-offset, perl-brace-imaginary-offset)
27632         (perl-label-offset, perl-indent-continued-arguments)
27633         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27634         * progmodes/tcl.el (tcl-indent-level)
27635         (tcl-continued-indent-level, tcl-auto-newline)
27636         (tcl-tab-always-indent, tcl-electric-hash-style)
27637         (tcl-help-directory-list, tcl-use-smart-word-finder)
27638         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27639         (inferior-tcl-source-command):
27640         * textmodes/fill.el (enable-kinsoku):
27641         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27642         * textmodes/table.el (table-yank-handler):
27643         Specify missing group (and type, if simple) in defcustom.
27645 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27647         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27649 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27651         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27653         * subr.el (event-basic-type): Don't get an error.
27654         (left-fringe-p): Function deleted.
27656         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27657         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27659         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27660         in recursive copy.
27662         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27664         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27666         * emacs-lisp/bytecomp.el
27667         (byte-compile-file-form-custom-declare-variable):
27668         Call byte-compile-nogroup-warn if appropriate.
27670         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27671         (compilation-set-window): Don't call left-fringe-p; do it directly.
27673 2005-05-19  Jay Belanger  <belanger@truman.edu>
27675         * calc/calc-graph.el (calc-graph-format-data): Make sure
27676         var-PlotRejects is bound before trying to check its value.
27678 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27680         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27681         definition of this variable from reftex-global.el to reftex.el,
27682         because it is needed in the menu.
27684 2005-05-19  Lute Kamstra  <lute@gnu.org>
27686         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27687         years are fixed.  Don't insert a space after a dash.
27689 2005-05-19  Kim F. Storm  <storm@cua.dk>
27691         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27693 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27695         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27696         strings, because (eq ... ?\\) is fairly frequent.
27698         * progmodes/make-mode.el (makefile-add-this-line-targets):
27699         Simplify and integrate into `makefile-pickup-targets'.
27700         (makefile-add-this-line-macro): Simplify and integrate into
27701         `makefile-pickup-macros.
27702         (makefile-pickup-filenames-as-targets): Simplify.
27703         (makefile-previous-dependency, makefile-match-dependency):
27704         Don't stumble over `::'.
27706 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27708         * subr.el (post-command-idle-hook, post-command-idle-delay):
27709         Remove obsoletion of post-command-idle-hook and
27710         post-command-idle-delay.
27712         * faces.el (list-faces-display): Provide button when describe-face
27713         is called to take user back to the list of faces.
27715         * help-fns.el (describe-variable): Remove hyperlinks in a
27716         variable's value as these are quite frequently inappropriate.
27718         * follow.el (follow-submit-feedback, follow-mode):
27719         Remove references to post-command-idle-hook.
27721 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27723         * progmodes/make-mode.el (makefile-previous-dependency)
27724         (makefile-match-dependency): Check for := (and in bsd mode also
27725         !=) to give a better result, even when font-lock is not on.
27727 2005-05-18  Jay Belanger  <belanger@truman.edu>
27729         * calc/calc-help.el (calc-s-prefix-help):
27730         Add `calc-copy-special-constant' to help string.
27732 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27734         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27736 2005-05-18  Jay Belanger  <belanger@truman.edu>
27738         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27739         in linear factors are in proper order.
27741 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27743         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27744         Support for jurabib.
27746         * textmodes/reftex.el (featurep): Define aliases for overlay
27747         commands, for XEmacs compatibility, and use these aliases in
27748         overlay initializations.
27749         (reftex-highlight): Use `reftex-move-overlay'.
27750         (reftex-unhighlight): Use `reftex-delete-overlay'.
27751         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27752         (reftex-access-search-path): Use `reftex-uniquify' instead of
27753         `reftex-uniq'
27755         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27756         `before-string' property modification enables for Emacs as well.
27757         (reftex-select-item): Use `reftex-delete-overlay'.
27758         (reftex-select-mark): Use `reftex-make-overlay' and
27759         `reftex-overlay-put'.
27760         (reftex-select-unmark): Use `reftex-delete-overlay' and
27761         `reftex-overlay-put'.
27763 2005-05-18  Lute Kamstra  <lute@gnu.org>
27765         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27767 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27769         * add-log.el (add-change-log-entry):
27770         * array.el (array-make-template, array-reconfigure-rows)
27771         (array-init-max-row, array-init-max-column)
27772         (array-init-columns-per-line, array-init-field-width):
27773         * replace.el (replace-match-maybe-edit, perform-replace):
27774         * textmodes/spell.el (spell-region):
27775         Replace `read-input' by `read-string'.
27777         * forms.el (forms-mode):
27778         * finder.el (finder-compile-keywords):
27779         * shadowfile.el (shadow-read-files):
27780         Replace `eval-current-buffer' by `eval-buffer'.
27782         * terminal.el (te-pass-through):
27783         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27784         (ange-ftp-raw-send-cmd):
27785         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27786         (send-process-next-char, telnet-initial-filter, telnet):
27787         Replace `send-string' by `process-send-string'.
27789         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27790         (prolog-consult-region): Replace `send-string' by
27791         `process-send-string'; replace `send-region' by `process-send-region'.
27793         * progmodes/delphi.el (delphi-log-msg):
27794         Replace `set-window-dot' by `set-window-point'.
27796         * subr.el (window-dot, set-window-dot, read-input, send-string)
27797         (send-region, show-buffer, eval-current-buffer):
27798         Make really obsolete, as the comment says.
27800 2005-05-17  Kim F. Storm  <storm@cua.dk>
27802         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27803         (cua--init-keymaps): Bind C-return instead of S-return to set
27804         rectangle mark.
27806         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27807         instead of S-return to toggle/clear rectangle mark.
27809 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27811         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27812         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27813         Also fontify plain strings assigned to variables, mostly so that a
27814         colon has a face and is thus not taken as a dependency separator.
27815         (makefile-previous-dependency): Inline the new matcher, because it
27816         is too complex to work in both directions.
27817         (makefile-match-dependency): Eliminate `backward' arg (see above).
27818         Completely reimplemented so as to not sometimes go into an endless
27819         loop.  It should also be more efficient, because first it only
27820         searches for `:', instead of applying the very complex regexp.
27821         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27822         to be fontified in one piece can be too long for JIT.
27823         Makefiles are never *that* big.
27825 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27827         * dired.el (dired-mode): Simplify.
27829 2005-05-17  Lute Kamstra  <lute@gnu.org>
27831         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27832         defcustom for the mode hook variable.
27834         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27835         Emacs Lisp Reference Manual.
27837 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27839         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27840         (evenp, list*):
27841         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27842         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27844         * net/tramp-smb.el (tramp-smb-open-connection):
27845         Pass `tramp-chunksize' as fifth (required) argument.
27847 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27849         * font-lock.el (lisp-font-lock-keywords-1):
27850         Set `font-lock-negation-char-face' for [^...] char group.
27851         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27853         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27854         a var, and refine it to mask one more level of nested vars.
27855         (makefile-rule-action-regex): Turn it into a var, and refine it so
27856         it recognizes backslashed continuation lines as belonging to the
27857         same command.
27858         (makefile-macroassign-regex): Refine it so it recognizes
27859         backslashed continuation lines as belonging to the same command.
27860         (makefile-var-use-regex): Don't look at the next char, because it
27861         might be the same one to be skipped by the initial [^$], leading
27862         to an overlooked variable use.
27863         (makefile-make-font-lock-keywords): Remove two parameters, which
27864         are now variables that some of the modes set locally.
27865         Handle dependency and rule action matching through functions, because
27866         regexps alone match too often.  Dependency matching now comes
27867         last, so it can check, whether a colon already matched something else.
27868         (makefile-mode): Inform that font-lock improves makefile parsing
27869         capabilities.
27870         (makefile-match-dependency, makefile-match-action): New functions.
27872 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27874         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27876         * align.el (align-regexp):
27877         * ansi-color.el (ansi-color-get-face):
27878         * array.el (array-reconfigure-rows, array-init-max-row)
27879         (array-init-max-column, array-init-columns-per-line)
27880         (array-init-field-width):
27881         * dired-aux.el (dired-trample-file-versions):
27882         * dired-x.el (dired-mark-sexp):
27883         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27884         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27885         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27886         * faces.el (face-read-integer):
27887         * files.el (backup-extract-version, insert-directory):
27888         * hexl.el (hexl-insert-decimal-char):
27889         * server.el (server-process-filter):
27890         * shell.el (shell-extract-num):
27891         * startup.el (command-line-1):
27892         * term.el (term-command-hook):
27893         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27894         (time-stamp-do-number):
27895         * time.el (display-time-update):
27896         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27897         (timezone-fix-time):
27898         * vms-patch.el (vms-suspend-resume-hook):
27899         * calendar/appt.el (appt-convert-time):
27900         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27901         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27902         * calendar/cal-islam.el (mark-islamic-diary-entries):
27903         * calendar/calendar.el (calendar-cursor-to-date)
27904         (calendar-star-date):
27905         * calendar/diary-lib.el (diary-attrtype-convert)
27906         (mark-diary-entries, diary-entry-time):
27907         * calendar/solar.el (solar-get-number):
27908         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27909         * emacs-lisp/re-builder.el (reb-display-subexp):
27910         * emulation/edt.el (edt-set-scroll-margins):
27911         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27912         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27913         (vip-get-ex-count):
27914         * emulation/viper-ex.el (viper-get-ex-token)
27915         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27916         * international/fontset.el (fontset-plain-name):
27917         * mail/feedmail.el (feedmail-look-at-queue-directory):
27918         * mail/mailalias.el (mail-get-names):
27919         * mail/rmail.el (rmail-convert-to-babyl-format):
27920         * mail/rmailsum.el (rmail-make-basic-summary-line)
27921         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27922         (rmail-summary-goto-msg):
27923         * mail/smtpmail.el (smtpmail-read-response):
27924         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27925         (ange-ftp-vms-add-file-entry):
27926         * play/gametree.el (gametree-looking-at-ply)
27927         (gametree-current-branch-score):
27928         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27929         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27930         * progmodes/cperl-mode.el (condition-case):
27931         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27932         (ebrowse-set-member-buffer-column-width)
27933         (ebrowse-select-1st-to-9nth):
27934         * progmodes/etags.el (etags-snarf-tag):
27935         * progmodes/flymake.el (flymake-parse-line):
27936         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27937         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27938         (idlwave-shell-menu-def):
27939         * progmodes/ps-mode.el (ps-run-goto-error):
27940         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27941         (vhdl-speedbar-contract-level):
27942         * term/mac-win.el (x-handle-numeric-switch):
27943         * term/sun-mouse.el (sun-get-frame-data):
27944         * term/w32-win.el (x-handle-numeric-switch):
27945         * term/x-win.el (x-handle-numeric-switch):
27946         * textmodes/ispell.el (ispell-parse-output):
27947         * textmodes/nroff-mode.el (nroff-outline-level):
27948         * textmodes/reftex-cite.el (reftex-bib-sort-year)
27949         (reftex-bib-sort-year-reverse, reftex-format-citation):
27950         * textmodes/reftex-parse.el (reftex-init-section-numbers)
27951         (reftex-section-number):
27952         * textmodes/texinfmt.el (texinfo-paragraphindent):
27953         Replace `string-to-int' by `string-to-number'.
27955         * international/latexenc.el: Add page marker to force the "Local
27956         Variables:" string out of the last page.
27958 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27960         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27961         tooltip-change-major-mode.
27962         (gud-tooltip-print-command): Remove case where gud-minor-mode
27963         is gdb ("--fullname").
27964         (gud-tooltip-tips): Turn GUD tooltips off for this case and
27965         explain to user.
27967 2005-05-16  Jay Belanger  <belanger@truman.edu>
27969         * calc/calc-store.el (calc-copy-special-constant): New function.
27971         * calc/calc-ext.el (calc-init-extensions): Add binding for
27972         `calc-copy-special-constant'.
27974         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27975         for the `calc-copy-special-constant' command.
27977 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
27979         * subr.el (left-fringe-p): New function.
27981         * progmodes/compile.el (compilation-setup): Set local value of
27982         overlay-arrow-string to "" always.
27983         (compilation-set-window): Left fringe then don't scroll.
27984         No left fringe then no arrow and scroll message to top.
27985         (compilation-context-lines): Adjust doc string accordingly.
27987 2005-05-16  Kim F. Storm  <storm@cua.dk>
27989         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27990         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27991         (ido-wide-find-dir-or-delete-dir): New command for M-d.
27992         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
27993         (ido-read-file-name): Handle commands with ido property value
27994         equal to find-file as reading a file name, to allow C-d to enter dired.
27995         (ibuffer-find-file): Add ido property with value find-file.
27997 2005-05-15  Kim F. Storm  <storm@cua.dk>
27999         * subr.el (open-network-stream-nowait): Remove.
28000         (open-network-stream-server): Remove.
28002 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28004         * faces.el (describe-face): Output a definition link button.
28006         * help-mode.el (help-face-def): New button type.
28008         * emacs-lisp/copyright.el (copyright-fix-years):
28009         Match properly if the first year is 2-digit.
28010         Don't mess up the whitespace after the years by filling.
28012         * dired-aux.el (dired-mark-confirm):
28013         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28015         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28016         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28017         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28019         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28020         Set font-lock-comment-start-skip.
28022         * font-lock.el (font-lock-comment-start-skip): New variable.
28023         (font-lock-comment-end-skip): New variable.
28024         (font-lock-fontify-syntactically-region): Use them if non-nil.
28026 2005-05-15  Jay Belanger  <belanger@truman.edu>
28028         * calc/calc-store.el (calc-store-value): Return a string rather
28029         than display it as a message.
28030         Use calc-var-name for variable name.
28031         (calc-store-into): Add the result of calc-store-value to message.
28032         (calc-copy-variable): Add a message.
28033         (calc-store-exchange): Improve error messages.
28034         (calc-store-binary, calc-store-map): Don't reset the values of
28035         special constants.
28037 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28039         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28040         manual to docstring.
28042         * files.el (hack-local-variables-confirm): Add STRING argument.
28043         Make the function handle non file visiting buffers correctly.
28044         (hack-local-variables-prop-line, hack-local-variables)
28045         (hack-one-local-variable): Use STRING arg of
28046         `hack-local-variables-confirm'.
28048 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28050         Sync with Tramp 2.0.49.
28052         * net/tramp.el (tramp-handle-dired-call-process)
28053         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28054         because the contents of the Tramp buffer is changed before
28055         insertion (`expand-file' and alike).
28056         (tramp-handle-insert-directory): If `localname' has an empty
28057         nondirectory name, it must not be quoted.
28058         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28059         variable `tramp-chunksize'.  Change callees.
28060         (tramp-open-connection-setup-interactive-shell): Check remote host
28061         for buggy `send-process-string' implementation.
28062         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28063         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28064         (tramp-handle-shell-command): `insert-buffer' cannot be used
28065         because the contents of the Tramp buffer is changed before
28066         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28067         <frederic.bothamy@free.fr>.
28068         (tramp-set-auto-save): Actions should be done for Tramp file name
28069         handler only.  Ange-FTP has its own auto-save mechanism.
28070         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28071         (tramp-set-auto-save-file-modes): Set file modes of
28072         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28073         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28074         (tramp-bug): Remove obsolete variable.
28075         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28076         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28078 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28080         * ibuf-ext.el (define-ibuffer-filter filename):
28081         If `dired-directory' is a list, use its car.
28083 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28085         * ibuffer.el (define-ibuffer-column filename):
28086         If `dired-directory' is a list, use its car.
28088 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28090         * subr.el (symbol-file): Doc fix.
28092         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28093         (byte-compile-form): Call byte-compile-nogroup-warn.
28094         (byte-compile-warning-types): Doc fix.
28096         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28098         * progmodes/cc-engine.el (c-literal-faces):
28099         Add font-lock-comment-delimiter-face.
28101         * net/net-utils.el (dig): Use with-no-warnings.
28103         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28104         (sc-recite-frame-alist, sc-default-cite-frame)
28105         (sc-default-uncite-frame, sc-default-recite-frame)
28106         (sc-attrib-selection-list, sc-rewrite-header-list):
28107         Mark as risky-local-variable.
28109         * international/ogonek.el (ogonek-jak, ogonek-how):
28110         Don't use beginning-of-buffer.
28112         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28114         * calendar/solar.el (solar-data-list): Move definition up.
28116         * dnd.el (dnd-protocol-alist): Add autoload.
28118         * progmodes/sh-script.el: Many doc usage fixes.
28119         (sh-indent-after-do): Change default to match common styles.
28121 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28123         * files.el (interpreter-mode-alist)
28124         (auto-mode-interpreter-regexp): Doc fixes.
28126 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28128         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28130         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28132 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28134         * dired.el (dired-mode): make-variable-buffer-local =>
28135         make-local-variable.
28137 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28139         * term/mac-win.el (mac-select-convert-to-string): Try coding
28140         systems in mac-script-code-coding-systems if specified one cannot
28141         encode string for `com.apple.traditional-mac-plain-text'.
28143 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28145         * progmodes/make-mode.el (makefile-targets-face)
28146         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28147         (makefile-dependency-regex): Fix it to not make the colon in
28148         $(var:a=b) special.
28149         (makefile-rule-action-regex): New regexp for highlighting embedded
28150         Shell strings.
28151         (makefile-macroassign-regex): Handle != for highlighting as
28152         embedded Shell strings.
28153         (makefile-var-use-regex): New const.
28154         (makefile-statements, makefile-automake-statements)
28155         (makefile-gmake-statements, makefile-makepp-statements)
28156         (makefile-bsdmake-statements): New consts.
28157         (makefile-make-font-lock-keywords): New function.
28158         (makefile-automake-font-lock-keywords)
28159         (makefile-gmake-font-lock-keywords)
28160         (makefile-makepp-font-lock-keywords)
28161         (makefile-bsdmake-font-lock-keywords): New consts.
28162         (makefile-mode-map): Add switchers between the various submodes.
28163         (makefile-mode): Document the availability of the variants.
28164         (makefile-automake-mode, makefile-gmake-mode)
28165         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28167         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28168         new variants of makefile-mode.
28170 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28172         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28173         the inheritance.
28175 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28177         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28178         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28180         * files.el (normal-mode): Extend the scope of the
28181         `enable-local-variables' binding to include the `set-auto-mode' call.
28182         (magic-mode-alist): Doc fix.
28184 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28186         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28187         font-lock-comment-face rather than copying its setting.
28189 2005-05-12  Andreas Schwab  <schwab@suse.de>
28191         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28193 2005-05-12  Lute Kamstra  <lute@gnu.org>
28195         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28196         defcustom for the mode hook variable.  Delete the last argument.
28197         * generic-x.el: Fix callers of define-generic-mode.
28198         (generic-x-modes): Delete group.
28199         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28200         generic-x customization group.
28202 2005-05-12  Kim F. Storm  <storm@cua.dk>
28204         * font-lock.el (font-lock-negation-char-face): Default to "off".
28206         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28207         font-lock-negation-char-face to ! in !=.
28209 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28211         * add-log.el (find-change-log): Fix typos in the docstring
28212         of function.
28214 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28216         * international/latexenc.el (latexenc-find-file-coding-system):
28217         Avoid `re-search-forward' when looking for input encoding because
28218         of speed and safety.  Better regular expressions for recognizing
28219         input encoding.  Limit a search for TeX-master/tex-main-file to
28220         the local variable section.
28222 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28224         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28225         syntax of $ to "'" (quote).
28227 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28229         * dnd.el (dnd-protocol-alist): Improve custom type.
28231         * dired.el (dired-dnd-protocol-alist): New variable.
28232         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28233         `dired-mode-hook' to the end.
28235 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28237         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28238         comment-end if comment-start-skip is not set.
28239         Obey the font-lock-comment-delimiter-face variables.
28241 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28243         * files.el (executable-find): Move from executable.el.  Use
28244         locate-file.
28245         * progmodes/executable.el (executable-find): Move to files.el.
28247         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28248         when trying to ensure forward progress.
28250 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28252         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28253         (mouse-select, mouse-select-internal, mouse-extend-internal):
28254         Use it to implement mouse-1-click-follows-link functionality.
28256 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28258         * font-lock.el (font-lock-fontify-syntactically-region):
28259         Use font-lock-comment-delimiter-face for comment delimiters.
28261 2005-05-10  Jay Belanger  <belanger@truman.edu>
28263         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28264         preserving embedded modes.
28266 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28268         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28270         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28271         Move from ada-stmt.el.
28272         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28274         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28275         Move to ada-mode.el.
28276         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28278         * cus-edit.el (custom-file): Call file-chase-links.
28280         * files.el (read-directory-name): Fix previous change.
28281         (hack-local-variables-confirm): New function.
28282         (hack-local-variables-prop-line, hack-local-variables)
28283         (hack-one-local-variable): Use it.
28285 2005-05-10  Lute Kamstra  <lute@gnu.org>
28287         * font-lock.el (font-lock-keywords-alist)
28288         (font-lock-removed-keywords-alist): Clarify docstrings.
28290 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28292         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28293         (gdb-source-info): Check for preprocessor info.
28294         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28295         a macro for a function.
28296         (gdb-info-breakpoints-custom): Try to find file again if not already
28297         found (user might have used GDB dir command).
28298         (gdb-get-location): Update gdb-location-alist correctly for change
28299         to gdb-info-breakpoints-custom.
28301         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28302         (gud-tooltip-print-command): Add gdbmi case.
28303         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28304         preprocessor info.
28306 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28308         * startup.el (fancy-splash-insert): Fix typo in doc string.
28310 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28312         * obsolete/float.el (string-to-float):
28313         * obsolete/hilit19.el (hilit-add-pattern):
28314         * obsolete/rnews.el (news-parse-range, news-select-message)
28315         (news-get-pruned-list-of-files): Replace `string-to-int' by
28316         `string-to-number'.
28318         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28319         `find-file-not-found-hooks'; use `add-hook'.
28320         (uncompress-while-visiting): Set `write-file-functions', not
28321         `write-file-hooks'; use `add-hook'.
28323 2005-05-09  Kim F. Storm  <storm@cua.dk>
28325         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28326         (cua-paste): Handle clipboard action.
28327         (cua--init-keymaps): Remap clipboard-kill-region and
28328         clipboard-kill-ring-save.
28330 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28332         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28333         Improve commentary.
28335         * simple.el (next-error-overlay-arrow-position): Revert the change
28336         made on 2005-04-30.
28338 2005-05-07  Jay Belanger  <belanger@truman.edu>
28340         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28341         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28342         `calc-sel-reselect'.
28344         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28345         Calc is in embedded mode.
28347 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28349         * progmodes/compile.el (compilation-setup):
28350         Set overlay-arrow-string to an empty string on text terminals.
28352         * textmodes/ispell.el (ispell-program-name): Try looking for
28353         "aspell" along exec-path, and if found, use it as the default
28354         speller program.
28356 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28358         * international/mule.el (sgml-xml-auto-coding-function):
28359         Recognize encoding='FOO' in single quotes as well as in double quotes.
28361 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28363         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28364         as well as `interactive', so that defmacro* would recognize
28365         `declare' forms.
28367 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28369         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28370         Explain more about the LIGHTER arg's usage in the doc string.
28371         Add commentary to clarify what the code does.  Fix the regexp that
28372         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28373         since it could have characters special to regular expressions.
28375 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28377         * replace.el (occur-1): Bind inhibit-read-only so that
28378         erase-buffer doesn't barf on read-only text properties (likewise
28379         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28380         (occur-engine): Don't set buffer-read-only here.
28382 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28384         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28385         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28386         sometimes mistakenly reused as a *cvs* buffer.
28388 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28390         * tooltip.el: Move code for GUD tooltips into gud.el.
28391         (require): CL no longer needed to compile case.
28392         (tooltip-mode): Do not toggle functions for GUD tooltips.
28393         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28394         gud-tooltip-mode in gud.el.
28395         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28396         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28397         tooltip-gud prefix with gud-tooltip and obsolete.
28398         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28399         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28400         (tooltip-mouse-motion): Mouse movement functions/variable.
28401         Rename in gud.el by adding gud prefix.
28402         (tooltip-gud-original-filter, tooltip-gud-dereference)
28403         (tooltip-gud-event, tooltip-toggle-gud-tips)
28404         (tooltip-gud-process-output, tooltip-gud-print-command)
28405         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28406         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28407         (gdb-tooltip-print): Move to gdb-ui.el.
28409         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28410         (require): CL needed to compile case.
28411         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28412         tooltip-gud-tips-p.  Make it a minor-mode.
28413         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28414         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28415         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28416         (gud-tooltip-change-major-mode)
28417         (gud-tooltip-activate-mouse-motions-if-enabled)
28418         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28419         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28420         (gud-tooltip-original-filter, gud-tooltip-dereference)
28421         (gud-tooltip-event, tooltip-toggle-gud-tips)
28422         (gud-tooltip-process-output, gud-tooltip-print-command)
28423         (gud-tooltip-tips): Move from tooltip.el.
28425         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28426         (gdb-cpp-define-alist-flags): Doc fix.
28427         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28428         gud-tooltip-mode is t.
28430 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28432         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28433         evaporate if their text is deleted.
28434         (goto-address-at-point): Make it work as a mouse binding as well.
28435         (goto-address-at-mouse): Obsolete it.  Update users.
28437 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28439         * calendar/appt.el (top-level): No longer activate on load.
28441 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28443         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28444         * net/webjump.el (webjump):
28445         * progmodes/idlw-help.el (idlwave-do-context-help1)
28446         (idlwave-highlight-linked-completions):
28447         * textmodes/po.el (po-find-file-coding-system-guts):
28448         Replace `assoc-ignore-case' by `assoc-string'.
28450 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28452         * files.el (locate-file): Doc fix.
28454         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28455         Remove the redundant test for ms-dos.
28457         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28458         look for the preprocessor with exec-suffixes.  If not found in
28459         standard places, look in exec-path.  Remove most of the tests that
28460         used system-type.
28462         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28464         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28466         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28467         file-name clash with jka-compr.el on 8+3 filesystems.
28469 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28471         * term/mac-win.el: Don't define or bind scroll bar functions if
28472         x-toolkit-scroll-bars is t.
28473         (x-select-text, x-get-selection-value): Clear
28474         x-last-selected-text-clipboard if x-select-enable-clipboard is
28475         nil.
28476         (PRIMARY): Put mac-scrap-name property.
28477         (mac-select-convert-to-file-url): New function.
28478         (public.file-url): New selection target type.  Add to
28479         selection-converter-alist.
28480         (x-get-selection, x-selection-value): Handle it.
28481         (x-cut-buffer-or-selection-value): New alias.
28483 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28485         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28486         entry to avoid calling bibtex-find-entry with arg global
28487         being t.  Remove arg key.
28488         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28489         (bibtex-copy-summary-as-kill): Change accordingly.
28491 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28493         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28494         (org-agenda-date-later): Use with-current-buffer.
28496 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28498         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28499         (define-obsolete-variable-alias): Doc Fixes.
28501 2005-05-06  Kim F. Storm  <storm@cua.dk>
28503         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28504         vertical-motion when selective-display is active.
28506         * ido.el (ido-setup-hook): New hook.
28507         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28508         (ido-input-stack): New var.
28509         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28510         ido-next-work-file binding to M-O.
28511         Bind M-f to ido-wide-find-file-or-pop-dir.
28512         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28513         (ido-read-internal): Run ido-setup-hook.
28514         Catch quit in read-file-name and read-string to cancel edit.
28515         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28516         Automatically pop-all when completing a directory name (RET).
28517         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28518         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28519         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28520         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28521         New functions for M-b/M-f to move among the directory components.
28522         (ido-make-merged-file-list): Catch quit to cancel merge.
28523         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28524         (ido-completion-help): No warnings for ido-completion-buffer-full.
28526 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28528         * font-lock.el (font-lock-negation-char-face): New face and variable.
28529         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28530         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28531         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28532         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28534 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28536         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28537         Fix typo in docstring.
28539         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28540         (ebrowse-print-statistics-line)
28541         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28543         * term/w32-win.el (image-library-alist): Add additional name for
28544         Xpm library.
28546 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28548         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28549         use gcc instead of cpp.
28551         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28552         (gdb-create-define-alist): Use it.
28553         (gdb-cpp-define-alist-program): Update for MS-DOS.
28555 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28557         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28559 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28561         * help.el (describe-key): No error when UNTRANSLATED is nil.
28563         * simple.el (line-move-1): Fix previous change to signal errors
28564         appropriately.
28566 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28568         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28569         (icalendar-duration-correction): Remove.
28570         (icalendar--get-event-properties): Split result at commas.
28571         (icalendar--decode-isoduration): New optional argument
28572         DURATION-CORRECTION.
28573         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28574         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28575         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28576         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28577         (icalendar--convert-anniversary-to-ical): New functions, extracted
28578         from icalendar-export-region, with bug fixes.
28579         (icalendar-export-region): Use the above functions.
28580         (icalendar-import-buffer): Check before saving diary file.
28581         (icalendar--convert-recurring-to-diary)
28582         (icalendar--convert-non-recurring-all-day-to-diary)
28583         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28584         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28585         (icalendar--convert-ical-to-diary): Use the above functions.
28587 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28589         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28590         Remove these recent additions.
28591         (c-mode): Restore to before 2005-04-28.
28593         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28594         recent addition.
28596         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28597         (gdb-define-alist): New variables.
28598         (gdb-create-define-alist): New function.
28599         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28600         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28601         with string-to-number.
28602         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28604         * progmodes/gud.el: Replace string-to-int with string-to-number.
28605         (gud-find-file): Handle gdb-define-alist.
28607         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28609 2005-05-02  Jay Belanger  <belanger@truman.edu>
28611         * calc/calc-aent.el (math-read-token):
28612         * calc/calc-bin.el (calc-word-size):
28613         * calc/calc-ext.el (calc-read-number-fancy):
28614         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28615         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28616         * calc/calc-frac.el (calc-over-notation):
28617         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28618         (calc-graph-num-points, calc-graph-init):
28619         * calc/calc-prog.el (calc-read-parse-table-part)
28620         (calc-edit-macro-repeats):
28621         * calc/calc-yank.el (calc-do-grab-rectangle):
28622         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28623         Replace `string-to-int' by `string-to-number'.
28625 2005-05-02  Kim F. Storm  <storm@cua.dk>
28627         * kmacro.el: Use executing-kbd-macro-index variable.
28629 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28631         * net/rlogin.el (rlogin-parse-words): Delete func.
28632         (rlogin): Use split-string, not rlogin-parse-words.
28633         Also, if there are option-like elements in the parsed args,
28634         take the host to be the first arg immediately following them.
28635         Suggested by Michael Mauger.
28637 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28639         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28641 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28643         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28644         (cc-mode-cpp-program): Rename to cc-define-list-program and
28645         move to cc-vars.el.
28647         * progmodes/cc-vars.el (cc-define-list-program):
28648         Change to "gcc -E -dM -".  Make customizable.
28650 2005-05-02  Kim F. Storm  <storm@cua.dk>
28652         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28654 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28656         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28658         * international/mule-util.el (truncate-string): Remove alias and
28659         obsolete declaration.
28661         * international/mule-cmds.el (update-iso-coding-systems):
28662         Remove alias and obsolete declaration.
28664         * international/mule.el (coding-system-parent): Remove alias and
28665         obsolete declaration.
28667         * subr.el (define-function, sref): Remove aliases and obsolete
28668         declarations.
28669         (chars-in-region): Remove obsolete declaration.
28671 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28673         * info.el (Info-mode): Set widen-automatically to nil, locally.
28675         * simple.el (widen-automatically): New variable.
28676         (pop-global-mark): Obey widen-automatically.
28678 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28680         * term/xterm.el (function-key-map): Call substitute-key-definition
28681         before the keymap size is increased by a lot of define-key calls.
28683 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28685         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28686         Rename ARG to ELEMENT.  Doc fix.
28688 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28690         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28691         Remove references to allout-exposure/change to allout-new-exposure.
28693         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28694         bytecode symbols.
28696         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28697         (compiled-function-p, focus-frame, unfocus-frame):
28698         Remove aliases and obsolete declarations.
28699         Back out inadvertent changes from previous commit.
28701 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28703         * files.el (require-final-newline): Make Custom tags consistent
28704         with mode-require-final-newline.
28705         (mode-require-final-newline): Doc fix.
28707 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28709         * international/latexenc.el (latexenc-find-file-coding-system):
28710         Fix regular expressions.
28712 2005-05-01  David Kastrup  <dak@gnu.org>
28714         * international/latexenc.el (latexenc-find-file-coding-system):
28715         Fix regular expressions.
28717 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28719         * subr.el (string-to-int): Make obsolete.
28721 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28723         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28725         * loadup.el: load jka-comp-hook.
28727         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28728         (jka-compr-handler): Add autoload.  `put' calls moved
28729         to jka-comp-hook.el.
28730         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28731         (jka-compr-inhibit): Autoload.
28733         * jka-comp-hook.el: New file.
28734         Enable the mode by default.
28736         * files.el (backup-buffer-copy): Use copy-file instead
28737         of write-region, and put back the 'excl.
28739 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28741         * progmodes/flymake.el (flymake-split-string)
28742         (flymake-split-string, flymake-log, flymake-pid-to-names)
28743         (flymake-reg-names, flymake-get-source-buffer-name)
28744         (flymake-unreg-names, flymake-add-line-err-info)
28745         (flymake-add-err-info): Clarify docstrings.
28746         (flymake-popup-menu, flymake-make-emacs-menu)
28747         (flymake-make-xemacs-menu): Add docstrings.
28748         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28749         Set variables directly throughout.
28751 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28753         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28754         exists.  Initialize cc-define-alist.
28755         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28756         If there is no file (Macroexpansion) don't create an alist.
28758 2005-04-29  Sam Steingold  <sds@gnu.org>
28760         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28761         (cc-create-define-alist): Use it instead of the hard-coded string.
28763 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28765         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28766         for latexenc.
28768 2005-04-29  Lute Kamstra  <lute@gnu.org>
28770         * emacs-lisp/generic.el: Improve commentary section.
28771         (define-generic-mode): Improve docstring.
28773 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28775         * textmodes/org.el (many places): Change to quiet the byte compiler.
28776         (org-prefix-format-compiled): New variable.
28777         (org-compile-prefix-format): New function.
28778         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28779         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28780         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28781         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28782         consistency with entries from `org-mode' files.
28783         (org-get-time-of-day): Fix bug with partial matches early in a line.
28784         (org-non-link-chars): New constant.
28785         (org-link-regexp): Respect `org-non-link-chars'.
28786         (org-agenda-day-view): Remove command.
28787         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28788         (org-follow-bbdb-link, org-store-link): Search also company field.
28789         (org-highlight-overlay): New variable.
28790         (org-highlight, org-unhighlight): New functions.
28791         (org-agenda-mode): Add pre-command-hook to remove highlight.
28792         (org-evaluate-time-range): Behavior depends upon whether time stamp
28793         contains a time or not.
28794         (org-show-subtree, org-show-entry): New functions.
28795         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28797 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28799         * comint.el (comint-output-filter-functions): Add autoload cookie.
28801 2005-04-28  Kim F. Storm  <storm@cua.dk>
28803         * ido.el (ido-everywhere): Fix last change.
28805 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28807         * international/latexenc.el: New file.
28808         * international/mule-conf.el (file-coding-system-alist): For .tex,
28809         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28811 2005-04-28  Lute Kamstra  <lute@gnu.org>
28813         * font-lock.el (font-lock-add-keywords)
28814         (font-lock-remove-keywords): Clarify docstring.
28815         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28816         Don't start docstrings with a `*'.
28817         (font-lock-update-removed-keyword-alist): Give it a docstring.
28819         * generic-x.el: Update commentary section.
28820         Only require font-lock when compiling.
28821         Define all modes conditionally.
28822         Place all generic modes in the generic-x-modes customization group.
28823         (generic-x-modes): New customization group.
28824         (generic-default-modes, generic-mswindows-modes)
28825         (generic-unix-modes, generic-other-modes): New constants.
28826         (generic-define-mswindows-modes, generic-define-unix-modes):
28827         Update docstrings.  Make them obsolete.
28828         (generic-extras-enable-list): New default value.  Update docstring.
28829         Improve :type.  Change :set function.
28830         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28831         Fix docstring.
28833         * emacs-lisp/generic.el (generic-mode-internal):
28834         Simplify font-lock-defaults.
28835         (define-generic-mode): Fix docstring.
28837 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28839         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28840         font-lock-face property to highlight matches.
28842 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28844         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28845         (cc-define-alist): New variable.
28846         (c-mode): Make it local and initialize it.
28848         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28849         (gdb-exited): New function.
28850         (gdb-annotation-rules): Use it.
28851         (gdb-starting): Set gdb-active-process to t.
28852         (gdb-stopping): Amend doc string.
28853         (gdb-reset): Set gdb-active-process to nil.
28855         * tooltip.el (tooltip-gud-tips): Show the associated #define
28856         directives when a C program under GDB is not executing.
28858 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28860         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28861         font-lock-fontify-syntactic-keywords.
28863         * font-lock.el (font-lock-default-fontify-region): Don't force
28864         parse-sexp-lookup-properties to nil.
28866 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28868         * man.el (man-mode-syntax-table): Set up `:' to have
28869         word-constituent syntax.
28871 2005-04-27  Lute Kamstra  <lute@gnu.org>
28873         * novice.el (disable-command): Don't add spurious newlines to the
28874         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28876 2005-04-26  Jay Belanger  <belanger@truman.edu>
28878         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28879         than one window before deleting window.
28881 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28883         * shell.el (shell-prompt-pattern): Doc fix.
28884         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28886         * comint.el (comint-prompt-regexp, comint-get-old-input)
28887         (comint-use-prompt-regexp)
28888         (comint-use-prompt-regexp-instead-of-fields)
28889         (comint-replace-by-expanded-history, comint-send-input)
28890         (comint-output-filter, comint-get-old-input-default)
28891         (comint-line-beginning-position, comint-bol, comint-show-output)
28892         (comint-backward-matching-input, comint-forward-matching-input)
28893         (comint-next-prompt, comint-previous-prompt):
28894         Rename `comint-use-prompt-regexp-instead-of-fields' to
28895         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28896         obsolete.
28897         (comint-use-prompt-regexp): Shorten first line of doc string.
28899         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28900         Set paragraph-separate buffer locally to "\\'".
28902         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28903         Adapt to above name change.
28905         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28906         (smbclient-prompt-regexp): Ditto.
28908         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28910 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28912         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28913         gdb-location-list.
28914         Break lines that are over 80 characters wide.
28916 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28918         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28919         New fun and var, to preserve compatibility.
28921         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28923 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28925         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28926         name to file-newer-than-file-p.
28928 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28930         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28932         * progmodes/python.el (python-mode):
28933         Use new name eldoc-documentation-function.
28935         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28937         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28938         (eldoc-documentation-function):
28939         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
28941 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
28943         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28945 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28947         * term/xterm.el (function-key-map): Fix strings for
28948         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
28949         {C,S,A,C-S}-{f1-f12}.
28951 2005-04-26  Kenichi Handa  <handa@m17n.org>
28953         * international/mule-cmds.el (select-safe-coding-system):
28954         Fix previous change.
28956 2005-04-26  Lute Kamstra  <lute@gnu.org>
28958         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28960         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28961         (font-lock-comment-delimiter-face): Ditto.
28963         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28965 2005-04-25  Jay Belanger  <belanger@truman.edu>
28967         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28968         to t while inserting information; use help-mode.
28970 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28972         * term.el (ansi-term-color-vector): Use the xterm colors.
28973         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
28975 2005-04-25  Lute Kamstra  <lute@gnu.org>
28977         * font-core.el (font-lock-defaults): Fix docstring.
28979         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28981 2005-04-25  Kenichi Handa  <handa@m17n.org>
28983         * international/mule-cmds.el (select-safe-coding-system):
28984         Don't check consistency with coding: spec, etc if raw-text or
28985         no-conversion was found to be safe.
28987 2005-04-24  Richard M. Stallman  <rms@gnu.org>
28989         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28990         citation markers at start of each line.
28992         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28993         citation markers at start of each line.
28995         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28997         * files.el (mode-require-final-newline): Fix previous change.
28998         (require-final-newline): Fix type label.
29000 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29002         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29003         statement in buffer (broken by 2004-11-24 change).
29005 2005-04-24  Kim F. Storm  <storm@cua.dk>
29007         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29008         and read-file-name-function values.  Don't overwrite existing
29009         non-nil values if ido-mode is enabled without ido-everywhere.
29011 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29013         * files.el (mode-require-final-newline): Minor doc fix.
29015 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29017         * subr.el (syntax-after): Doc fix.
29018         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29019         bits, not 8 bits.
29021         * files.el (mode-require-final-newline): Doc fix.
29022         (backup-buffer-copy): Fix last change.
29024 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29026         * term/mac-win.el: Require select.  Set selection-coding-system to
29027         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29028         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29029         (x-select-enable-clipboard): New variables.
29030         (x-select-text, x-get-selection, x-selection-value)
29031         (x-get-selection-value, mac-select-convert-to-string)
29032         (mac-services-open-file, mac-services-open-selection)
29033         (mac-services-insert-text): New functions.
29034         (CLIPBOARD, FIND): Put mac-scrap-name property.
29035         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29036         (public.tiff): Put mac-ostype property.
29037         (selection-converter-alist): Add entries for them.
29038         (mac-application-menu-map): New keymap.
29039         (interprogram-cut-function, interprogram-paste-function): Set to
29040         x-select-text and x-get-selection-value, respectively.
29041         (split-window-keep-point): Set to t.
29043 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29045         * files.el (read-directory-name): Always pass non-nil
29046         DEFAULT-FILENAME arg to read-file-name.
29047         (backup-buffer-copy, basic-save-buffer-2): Take care against
29048         writing thru an unexpected existing symlink.
29049         (revert-buffer): In indirect buffer, revert the base buffer.
29050         (magic-mode-alist): Doc fix.
29051         (buffer-stale-function): Doc fix.
29052         (minibuffer-with-setup-hook): Avoid warning.
29053         (mode-require-final-newline): Doc and custom fix.
29055         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29057         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29058         use the default appearance.
29059         (font-lock-comment-delimiter-face): New face, new variable.
29061         * imenu.el (imenu--generic-function): The official position of a
29062         definition is the start of the line that BEG is in.
29064         * midnight.el (midnight-timer): Move defvar up.
29066         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29068         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29070         * startup.el (command-line): Use with-no-warnings.
29072         * window.el (window-size-fixed): New defvar.
29074         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29076         * mail/rmail.el (rmail-font-lock-keywords):
29077         Use font-lock-comment-delimiter-face.
29079         * mail/sendmail.el (mail-font-lock-keywords):
29080         Use font-lock-comment-delimiter-face.
29082         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29084 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29086         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29087         Specify t for LAXMATCH when matching directories.
29088         Save match data around compilation-compat-error-properties form.
29090 2005-04-23  David Kastrup  <dak@gnu.org>
29092         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29093         Mention that the autoloaded aliases should be kept for AUCTeX.
29095 2005-04-23  Andreas Schwab  <schwab@suse.de>
29097         * isearch.el (isearch-forward): Doc fix.
29099 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29101         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29102         (jit-lock-stealth-nice): Change default value to 0.5.
29104 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29106         * abbrev.el (write-abbrev-file): Write table entries in
29107         alphabetical order by table name.
29109 2005-04-22  Kim F. Storm  <storm@cua.dk>
29111         * ido.el (ido-read-internal): Fix `list' completion.
29113 2005-04-22  Kenichi Handa  <handa@m17n.org>
29115         * recentf.el (recentf-save-file-coding-system): New variable.
29116         (recentf-save-list): Encode the file by
29117         recentf-save-file-coding-system and add coding: tag.
29119 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29121         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29123 2005-04-21  Lute Kamstra  <lute@gnu.org>
29125         * loadhist.el (unload-feature): Don't remove a function from hooks
29126         if it is about to be restored to an autoload .  Remove functions
29127         that will become unbound from auto-mode-alist.  Simplify the code.
29129         * subr.el (assq-delete-all): New implementation that is linear,
29130         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29131         (rassq-delete-all): New function.
29133         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29134         Add size-indication-mode.
29136 2005-04-21  Kenichi Handa  <handa@m17n.org>
29138         * international/mule-cmds.el: Add autoload for widget-value in
29139         eval-when-compile.
29141 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29143         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29144         Add tooltip-mode.
29146         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29148 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29150         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29151         (inferior-lisp-filter-regexp, inferior-lisp-program)
29152         (inferior-lisp-load-command, inferior-lisp-prompt)
29153         (inferior-lisp-mode-hook, lisp-source-modes)
29154         (inferior-lisp-load-hook): defvar->defcustom.
29155         (inferior-lisp-program, inferior-lisp-prompt)
29156         (inferior-lisp-load-hook): Doc fixes.
29157         (inferior-lisp-install-letter-bindings): Small change in
29158         introductory comment.
29160 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29162         * vc.el (vc-annotate-color-map): Change some colors so that text
29163         using them as foreground is readable on both white and black
29164         backgrounds.
29166 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29168         * international/mule-conf.el (translation-table-for-input):
29169         Remove redundant declaration.
29171 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29173         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29175         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29176         (tooltip-toggle-gud-tips): New function.
29178 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29180         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29181         right angle brackets.
29183 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29185         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29187 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29189         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29190         Remove.  Update callers to use expand-file-name instead.
29192         * subr.el (syntax-class): New function.
29194         * simple.el (blink-matching-open): Use it.
29196         * paren.el (show-paren-function): Use it to recognize parens that are
29197         also used in 2-char comment markers.
29199 2005-04-19  Lute Kamstra  <lute@gnu.org>
29201         * loadhist.el (unload-feature): Update for new format of
29202         load-history.  Simplify the code.
29204 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29206         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29207         (mac-add-charset-info): New function.  Initialize variable
29208         mac-charset-info-alist using it.
29209         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29210         for translation.
29211         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29212         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29213         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29214         New CCL programs.
29216 2005-04-19  Kim F. Storm  <storm@cua.dk>
29218         * simple.el (next-buffer, prev-buffer, next-error)
29219         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29220         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29222         * bindings.el (next-buffer, prev-buffer, next-error)
29223         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29224         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29225         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29226         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29228 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29230         * isearch.el (isearch-edit-string): Make the search-ring available for
29231         minibuffer history commands.
29232         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29233         the default history commands now work just as well.
29234         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29236 2005-04-18  Kim F. Storm  <storm@cua.dk>
29238         * emulation/cua-base.el (cua--pre-command-handler): Add more
29239         elaborate check for shift modifier on non-window systems.
29241 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29243         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29245 2005-04-18  Kim F. Storm  <storm@cua.dk>
29247         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29248         and make it optional.  Don't test tooltip-gud-echo-area here.
29249         (tooltip-gud-process-output, gdb-tooltip-print):
29250         Pass tooltip-gud-echo-area to tooltip-show.
29251         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29253 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29255         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29256         `display-graphic-p' may not be bound yet.
29258 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29260         * startup.el (command-line): No longer enable Xterm Mouse mode by
29261         default in terminals compatible with xterm.
29263         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29265 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29267         * tooltip.el (tooltip-gud-echo-area): Rename from
29268         tooltip-use-echo-area.
29269         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29270         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29271         area independently of where help tooltips are displayed.
29273 2005-04-17  David Kastrup  <dak@gnu.org>
29275         * cus-theme.el (custom-theme-write-variables): Quote variables
29276         where necessary.
29278 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29280         * simple.el (yank-excluded-properties): Add follow-link to value.
29282         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29284         * startup.el (fancy-splash-max-time): Just 30 seconds.
29285         (fancy-splash-delay): Just 7.
29286         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29288         * loadhist.el (unload-feature): Update for new format of load-history.
29289         Simplify the code.
29291         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29292         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29294         * mail/sendmail.el (mail-font-lock-keywords):
29295         Don't fontify subject text.
29296         Don't fontify the text of a citation.
29298 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29300         * comint.el (comint-output-filter): Run comint-output-filter-functions
29301         with point where the user had it.
29303 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29305         * international/ucs-tables.el (ucs-set-table-for-input):
29306         Disable when using unify-on-decoding.
29308 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29310         * emulation/cua-base.el (cua-global-mark-face): Add special case
29311         for displays supporting a high number of colors.
29313 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29315         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29317 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29319         * filesets.el (filesets-add-buffer): If user supplies a name of a
29320         non-existing fileset, create a new fileset.
29322 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29324         * textmodes/org.el (org-up-heading-all): Fix bug with
29325         `outline-up-heading-all'.
29327 2005-04-16  Andreas Schwab  <schwab@suse.de>
29329         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29330         /etc/permissions.d/* and /etc/aliases.d/*.
29332 2005-04-16  Kenichi Handa  <handa@m17n.org>
29334         * international/code-pages.el (cp-make-coding-system):
29335         Set `translation-table-for-input' property value to the symbol
29336         ucs-mule-to-mule-unicode, not to that value.
29337         (pt154): Escape guillemet by `\'.
29339 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29341         * loadup.el: Load tooltip if x-show-tip is fboundp.
29343         * startup.el (command-line): Add comment.
29345         * tooltip.el (tooltip-mode): Specify correct standard value for
29346         Custom in init-value.
29348 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29350         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29351         possible.
29353 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29355         * textmodes/org.el (org-agenda-date-prompt): Rename from
29356         `org-agenda-date-today'.
29357         (org-evaluate-time-range): Insert at point instead of directly
29358         after time range.
29359         (org-first-headline-recenter, org-subtree-end-visible-p)
29360         (org-optimize-window-after-visibility-change): New functions
29361         (org-agenda-post-command-hook): Don't allow point at end of line,
29362         to make sure it always hits the text properties.
29363         (org-agenda-next-date-line, org-agenda-previous-date-line):
29364         New commands.
29365         (org-set-regexps-and-options): Category may contain white space.
29366         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29367         Improve marker positions.
29368         (org-agenda-new-marker): Argument POS made optional.
29369         (org-agenda-get-timestamps): Deadlines which are done are listed
29370         in org-done-face now.
29371         (org-agenda-get-todos, org-agenda-get-timestamps)
29372         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29373         Set `undone-face' and `done-face' properties.
29374         (org-last-todo-state-is-todo): New variable.
29375         (org-todo): Set `org-last-todo-state-is-todo'.
29376         (org-agenda-todo): Change face according to
29377         `org-last-todo-state-is-todo'.  And change other lines referring to
29378         the same entry.
29379         (org-calendar-goto-agenda): New command.
29380         (org-calendar-to-agenda-key): New option.
29381         (org-startup-folded): New allowed value `content'.
29382         (org-set-regexps-and-options): Accept new value `content' for
29383         `org-startup-folded'.
29384         (org-get-current-options): Handle new value `content' for
29385         `org-startup-folded'.
29386         (org-insert-todo-heading): New command.
29387         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29388         interactively in empty file and option
29389         `org-insert-mode-line-in-empty-file' has been set.
29390         (org-agenda-todo, org-agenda-priority): Modify to use
29391         `org-agenda-change-all-lines'.
29392         (org-warning-face): Change color on dark background
29394 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29396         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29397         use preferences AppleLocale and AppleLanguages, and variable
29398         mac-system-locale for default locale.  On Mac OS Classic, use
29399         mac-system-coding-system for default coding systems.
29401         * term/mac-win.el: Don't set file-name-coding-system.
29402         Decode variables system-name, emacs-build-system, user-login-name, and
29403         user-full-name by mac-system-coding-system on Mac OS Classic.
29404         (mac-system-coding-system): New variable.
29406 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29408         * startup.el (command-line): Handle `xterm-mouse-mode' before
29409         reading init file.
29411         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29413 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29415         * progmodes/sh-script.el (sh-here-document-word): Make it a
29416         defcustom.  Doc fix.
29417         (sh-add): Bash uses $(( )) for arithmetic.
29418         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29419         (sh-maybe-here-document): Remove quotes and leading whitespace
29420         from heredoc word when closing.  Indent heredoc with tabs if word
29421         starts with "-".
29423 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29425         * simple.el (undo): Fix previous change.
29427         * custom.el (defface): Doc fix.
29429 2005-04-13  Lute Kamstra  <lute@gnu.org>
29431         * Makefile.in (DONTCOMPILE): Remove list.
29432         (compile, compile-always): Don't use DONTCOMPILE.
29433         (update-authors): Load the library in which batch-update-authors
29434         is defined.
29435         * makefile.w32-in (DONTCOMPILE): Remove list.
29436         (compile, compile-always): Fix comments.
29437         (update-authors): Load the library in which batch-update-authors
29438         is defined.
29440         * generic-x.el (generic-mode-ini-file-find-file-hook):
29441         Rename to ini-generic-mode-find-file-hook.
29442         Keep generic-mode-ini-file-find-file-hook as an alias.
29443         (ini-generic-mode-find-file-hook): Rename from
29444         generic-mode-ini-file-find-file-hook.  Fix docstring.
29445         (ini-generic-mode): Docstring change.
29446         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29448         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29449         called from lisp.
29451         * generic.el: Move to the emacs-lisp subdir.
29453 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29455         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29456         and C-S- function and cursor motion keys.
29458 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29460         * startup.el (command-line): Enable Xterm Mouse mode by default.
29461         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29462         for Custom.  No longer show "Mouse" in mode line when enabled.
29463         Doc fix.
29465 2005-04-12  Kim F. Storm  <storm@cua.dk>
29467         * emulation/cua-base.el (cua-rectangle-face)
29468         (cua-rectangle-noselect-face): Define face attributes here.
29470         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29472 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29474         * startup.el (command-line): Turn off blinking cursor if
29475         cursorBlink in resources is off or false.
29477 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29479         * term/mac-win.el (dnd): Require dnd.
29480         (mac-drag-n-drop): Call dnd-handle-one-url.
29481         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29482         (kTextEncodingISOLatin2): Remove constants.
29483         (mac-script-code-coding-systems): New constant.
29484         (mac-handle-language-change): New function.
29485         (special-event-map): Bind it to `language-change' event.
29486         (mac-centraleurroman, mac-cyrillic): New coding systems.
29487         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29488         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29489         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29490         encode-mac-cyrillic, respectively.
29492 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29494         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29495         Don't set overlay-arrow-string to "=>" as this is done
29496         globally in C now.
29498 2005-04-12  Lute Kamstra  <lute@gnu.org>
29500         * generic-x.el (rc-generic-mode, rul-generic-mode):
29501         Fix auto-mode-alist entries.
29502         (etc-fstab-generic-mode): Tweak fontification.
29504         * generic.el (generic-make-keywords-list): Fix docstring.
29505         (generic-mode-internal): Simplify generic-font-lock-keywords.
29507 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29509         * whitespace.el (whitespace-buffer-leading)
29510         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29511         However, fix the highlight area for the leading and
29512         trailing whitespaces to show space.
29514 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29516         * whitespace.el (whitespace-version): Bump to 3.5
29518         (whitespace-buffer-leading, whitespace-buffer-trailing):
29519         Invert sense of the test to highlight the whitespace.
29521 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29523         * progmodes/gud.el (gud-display-line): GUD uses its own
29524         overlay arrow now so don't set overlay-arrow-string.
29525         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29527 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29529         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29530         (term-ansi-current-reverse, term-ansi-current-invisible)
29531         (term-ansi-face-already-done): Change to boolean.
29532         (term-reset-terminal, term-handle-colors-array): Handle the above
29533         vars accordingly.
29534         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29535         (term-emulate-terminal): Use the new name.
29537         * faces.el (secondary-selection): Use yellow1, not yellow.
29538         (trailing-whitespace): Use red1, not red.
29540 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29542         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29543         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29544         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29546         * cus-edit.el (dnd): New group.
29548         * term/w32-win.el (dnd): Require dnd
29549         (w32-drag-n-drop): Call dnd-handle-one-url.
29551         * x-dnd.el: Require dnd.
29552         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29553         Call dnd-handle-one-url.
29554         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29555         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29556         to dnd-insert-text.
29557         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29558         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29559         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29560         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29562         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29564 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29566         * wdired.el: Doc fixes.
29567         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29568         (wdired-use-dired-vertical-movement): Rename from
29569         wdired-always-move-to-filename-beginning.
29570         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29571         (wdired-change-to-wdired-mode): Change mode name.
29572         (wdired-newline): Delete.
29574 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29576         * whitespace.el (whitespace-highlight-the-space):
29577         Don't call whitespace-unhighlight-the-space here.
29579         * simple.el (undo): Record t in undo-equiv-table
29580         for the redo record made by an undo-in-region.
29582 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29584         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29585         (gdb-frame-inferior-io-buffer): New Functions to control
29586         display of separate IO buffer.
29587         (menu): Add them to menu-bar.
29588         (gdb-display-buffer): Check for buffer another frame.
29589         Protect GUD buffer.
29590         (gdb-setup-windows): Create IO buffer if not already there.
29591         (gdb-memory-mode): Remove purecopy noops.
29593 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29595         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29596         and pass to self-insert-command.
29598 2005-04-11  Lute Kamstra  <lute@gnu.org>
29600         * generic.el: Commentary section cleanup.
29601         (generic): Delete.
29602         (generic-use-find-file-hook, generic-lines-to-scan)
29603         (generic-find-file-regexp, generic-ignore-files-regexp)
29604         (default-generic-mode, generic-mode-find-file-hook)
29605         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29606         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29607         (generic-use-find-file-hook, generic-lines-to-scan)
29608         (generic-find-file-regexp, generic-ignore-files-regexp)
29609         (default-generic-mode, generic-mode-find-file-hook)
29610         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29612 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29614         * bookmark.el (bookmark-write-file): Catch errors writing file.
29615         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29617 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29619         * startup.el (fancy-splash-tail): Update copyright year.
29620         (command-line): Split part of -Q into -D.
29621         (emacs-basic-display): New defvar.
29622         (fancy-splash-text): Correct name of menu item.
29624         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29626         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29627         lines in one node.
29629         * comint.el (comint-send-input): New arg ARTIFICIAL.
29630         Callers in this file changed.
29632         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29634         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29636 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29638         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29639         `ldap-search-internal'.
29641 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29643         * files.el (set-auto-mode-1): Use line-end-position.
29645         * international/latin-1.el:
29646         * international/latin-2.el:
29647         * international/latin-3.el:
29648         * international/latin-4.el:
29649         * international/latin-5.el:
29650         * international/latin-8.el:
29651         * international/latin-9.el: Give punctuation syntax to NBSP.
29653         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29654         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29655         Use char-classes to accept non-ascii letters, accepted in some recent
29656         bibtex implementations.
29658 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29660         * custom.el (custom-set-minor-mode): Any non-nil value for the
29661         variable should enable the mode when set through Custom.
29663 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29665         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29666         TAB binding so tab-always-indent is obeyed.
29667         (vhdl-minibuffer-local-map): Move initialization into declaration.
29668         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29669         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29670         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29671         (vhdl-current-line): Use line-beginning-position.
29672         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29673         with-output-to-temp-buffer, so the current position can be recorded.
29675 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29677         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29678         Add regexp for gcov.
29680 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29682         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29683         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29684         syntax which Emacs 20 doesn't support.
29686 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29688         * help.el (describe-key-briefly, describe-key):
29689         Replace strings as event types with "(any string)".
29691 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29693         * arc-mode.el (archive-mode-map): Move initialization into
29694         the declaration.  Override *all* bindings of `undo'.
29695         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29697 2005-04-09  Jay Belanger  <belanger@truman.edu>
29699         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29701 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29703         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29704         (xterm-register-default-colors): Update color values computation
29705         to match xterm-200.
29707 2005-04-09  Kenichi Handa  <handa@m17n.org>
29709         * international/code-pages.el (iso-latin-7): Fix the map.
29711 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29713         * emacs-lisp/lisp.el (defun-prompt-regexp)
29714         (parens-require-spaces, buffer-end, end-of-defun)
29715         (insert-parentheses): Doc fixes.
29717 2005-04-08  Kim F. Storm  <storm@cua.dk>
29719         * comint.el (comint-highlight-prompt): Fix face spec.
29720         * hi-lock.el (hi-green): Likewise.
29722 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29724         * cus-edit.el (custom-modified-face):
29725         * comint.el (comint-highlight-input): Fix previous changes.
29726         * term.el (term-handle-ansi-escape): Add a comment.
29728 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29730         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29731         in the buffer and in whitespace-highlighted-space.
29732         (whitespace-unhighlight-the-space): Simplify.
29733         (whitespace-buffer): Simplify.
29735 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29737         * textmodes/table.el (table-cell-face): Add special case for
29738         displays supporting a high number of colors.
29739         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29740         (vhdl-font-lock-reserved-words-face)
29741         (vhdl-speedbar-architecture-face)
29742         (vhdl-speedbar-instantiation-face)
29743         (vhdl-speedbar-architecture-selected-face)
29744         (vhdl-speedbar-instantiation-selected-face): Likewise.
29745         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29746         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29747         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29748         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29749         (ebrowse-progress-face): Likewise.
29750         * progmodes/compile.el (compilation-info-face): Likewise.
29751         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29752         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29753         * calendar/calendar.el (diary-face): Likewise.
29754         * woman.el (woman-italic-face, woman-bold-face)
29755         (woman-unknown-face): Likewise.
29756         * wid-edit.el (widget-button-pressed-face): Likewise.
29757         * whitespace.el (whitespace-highlight-face): Likewise.
29758         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29759         * pcvs-info.el (cvs-marked-face): Likewise.
29760         * info.el (info-xref): Likewise.
29761         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29762         * hilit-chg.el (highlight-changes-face)
29763         (highlight-changes-delete-face): Likewise.
29764         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29765         (hi-red-b): Likewise.
29766         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29767         * font-lock.el (font-lock-keyword-face)
29768         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29769         * cus-edit.el (custom-invalid-face, custom-modified-face)
29770         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29771         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29772         * comint.el (comint-highlight-prompt): Likewise.
29774 2005-04-08  Lute Kamstra  <lute@gnu.org>
29776         * font-lock.el (font-lock-keywords): Docstring fixes.
29778 2005-04-08  Kenichi Handa  <handa@m17n.org>
29780         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29781         chars are more than a limit, print " and more..." at the tail.
29783 2005-04-08  Kim F. Storm  <storm@cua.dk>
29785         * emacs-lisp/authors.el (authors-aliases): Update list.
29786         (authors-ignored-files): New list.
29787         (authors-fixed-entries): Fix typo.
29788         (authors-renamed-files-alist): Update list.
29789         (authors-add): Check authors-ignored-files.
29791 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29793         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29794         optional, to ensure backward compatibility.
29796 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29798         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29800 2005-04-08  Kim F. Storm  <storm@cua.dk>
29802         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29804         * mouse.el (mouse-on-link-p): Doc fix.
29806 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29808         * ielm.el (ielm-prompt-read-only): Doc fix.
29810         * comint.el (comint-prompt-read-only): Doc fix.
29812 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29814         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29815         ensure dired always handles wildcards passed to ffap.
29816         (find-file-at-point): Use it.
29817         (ffap-dired-wildcards): Doc fix.
29819 2005-04-07  Juri Linkov  <juri@jurta.org>
29821         * simple.el (next-error-overlay-arrow-position): New defvar.
29822         Put "=>" on its property `overlay-arrow-string'.  Add it to
29823         `overlay-arrow-variable-list'.
29825         * progmodes/compile.el (compilation-setup):
29826         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29827         nil in the local hook `kill-buffer-hook'.  Make local variable
29828         `overlay-arrow-string' and set it to "=>".
29829         (compilation-goto-locus): Set BOL position to
29830         `next-error-overlay-arrow-position' instead of
29831         `overlay-arrow-position'.
29833         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29834         locally instead of adding it to the global hook.
29835         (Info-kill-buffer): Move up.
29837 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29839         * term/xterm.el (xterm-standard-colors): Update color values from
29840         xterm-200.
29842 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29844         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29846         * fast-lock.el:
29847         * lazy-lock.el: Move them to the obsolete subdir.
29849 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29851         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29852         (wdired-add-replace-advice): Remove.
29853         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29855 2005-04-06  Kim F. Storm  <storm@cua.dk>
29857         * startup.el (command-line): Add --bare-bones alias for -Q.
29859 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29861         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29862         create the startup fontset if a font specification ends with
29863         `mac-roman'.
29865 2005-04-06  Lute Kamstra  <lute@gnu.org>
29867         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29868         change.
29870         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29871         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29873 2005-04-05  Lute Kamstra  <lute@gnu.org>
29875         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29876         (define-generic-mode): Ditto.  Fix debug declaration.
29878         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29879         Put them in the generic-x group.
29881         * calendar/timeclock.el (timeclock): Doc fix.
29883         * generic.el (define-generic-mode): Don't use custom-current-group.
29884         Document default :group value.
29885         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29886         (define-global-minor-mode): Don't use custom-current-group.
29888 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29890         * startup.el (command-line-1): Display startup-echo-area-message
29891         when fancy splash screen is in use.
29893         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29894         (sh-escaped-newline): New face.
29895         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29896         newline, and use sh-escaped-newline face.
29898         * progmodes/tcl.el (tcl-escaped-newline): New face.
29899         (tcl-builtin-list): New variable.
29900         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29901         newlines.  Fix keywords subexpression number.
29903 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29905         * textmodes/org.el (org-diary-default-entry): Fix call to
29906         `add-to-diary-entry'.
29908 2005-04-05  Kim F. Storm  <storm@cua.dk>
29910         * ediff-init.el: Use (featurep 'xemacs).
29912 2005-04-05  David Ponce  <david@dponce.com>
29914         * cus-edit.el (face): Derive from symbol widget.  Display sample
29915         of the current face on the fly.
29916         (widget-face-sample-face-get, widget-face-notify): New functions.
29917         (widget-face-value-create): Remove.
29919         * wid-edit.el (widget-field-end): Temporarily remove field
29920         narrowing before to call `get-char-property'.
29922 2005-04-04  Jay Belanger  <belanger@truman.edu>
29924         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29925         (math-read-subscripts): New variable.
29926         (math-read-preprocess-string): Process subscripts.
29928 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29930         * comint.el (comint-prompt-read-only): Doc fix.
29932         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29933         `-1'.  Doc fix.
29935 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
29937         * textmodes/org.el (org-insert-mode-line-in-empty-file):
29938         Change default value to nil.
29940 2005-04-04  Lute Kamstra  <lute@gnu.org>
29942         * autorevert.el (auto-revert-mode): Specify :group.
29943         * battery.el (display-battery-mode): Specify :group.
29944         * diff-mode.el (diff-minor-mode): Specify :group.
29945         * font-core.el (font-lock-mode): Specify :group.
29946         * hl-line.el (hl-line-mode): Specify :group.
29947         * iimage.el (iimage): New customization group.
29948         (iimage-mode): Specify :group.
29949         * longlines.el (longlines-mode): Specify :group.
29950         * master.el: Don't require easy-mmode.
29951         (master): New customization group.
29952         (master-mode): Specify :group.
29953         * msb.el (msb-mode): Specify :group.
29954         * reveal.el (reveal-mode): Specify :group.
29955         * simple.el (next-error-follow-minor-mode): Specify :group.
29956         * smerge-mode.el (smerge-mode): Specify :group.
29957         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29958         * emulation/cua-base.el (cua-mode): Specify :group.
29959         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29960         * language/thai-util.el (thai-auto-composition-mode)
29961         (thai-word-mode): Specify :group.
29962         * mail/supercite.el (sc-minor-mode): Specify :group.
29963         * progmodes/cwarn.el (cwarn-mode): Specify :group.
29964         * progmodes/flymake.el (flymake-mode): Specify :group.
29965         * progmodes/glasses.el (glasses-mode): Specify :group.
29966         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29967         * textmodes/enriched.el (enriched-mode): Specify :group.
29968         * textmodes/refill.el (refill-mode): Specify :group.
29970         * add-log.el (change-log-font-lock-keywords): Names in
29971         parenthesized lists can contain spaces.
29973 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
29975         * startup.el (fancy-splash-text): Shorten default text of
29976         "Emacs Tutorial" line.  Also, if the current language env
29977         indicates an available tutorial file other than TUTORIAL,
29978         extract its title and append it to the line in parentheses.
29979         (fancy-splash-insert): If arg is a thunk, funcall it.
29981 2005-04-04  Jay Belanger  <belanger@truman.edu>
29983         * calc.el (calc-language-alist): Add tags to customization type.
29985 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
29987         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29988         Doc fix.
29990 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
29992         * add-log.el (change-log-font-lock-keywords): The manual
29993         describing a Change Log entry, says: (...) "Aside from these
29994         header lines, every line in the change log starts with a space or
29995         a tab.".  The font-lock was not highlighting lines started with
29996         spaces, added support for it.
29998 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30000         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30001         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30002         complex example in the docstring.
30003         (bibtex-font-lock-url): Use pop.
30005 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30007         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30009         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30011 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30013         * filesets.el (filesets-set-default): Doc fix.
30015 2005-04-03  Lute Kamstra  <lute@gnu.org>
30017         * generic.el (define-generic-mode): Add argument to specify
30018         keywords for defcustom.
30019         (default-generic-mode): Specify :group.
30021         * generic-x.el: Specify :group for all generic modes.
30023         * desktop.el (desktop-no-desktop-file-hook)
30024         (desktop-after-read-hook): Doc fix.
30026 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30028         * simple.el (visible-mode): Use explicit :group keyword.
30029         This changes the group of `visible-mode-hook' from paren-blinking
30030         to editing-basics.
30032 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30034         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30035         mailbox specifications as well as URLs.
30036         (rmail-insert-inbox-text): Remove unused conditional branches.
30038 2005-04-01  Jay Belanger  <belanger@truman.edu>
30040         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30041         (calc-gnuplot-print-command): Move definitions to calc.el.
30043         * calc/calc-embed.el (calc-embedded-announce-formula)
30044         (calc-embedded-open-formula, calc-embedded-close-formula)
30045         (calc-embedded-open-word, calc-embedded-close-word)
30046         (calc-embedded-open-plain, calc-embedded-close-plain)
30047         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30048         (calc-embedded-open-mode, calc-embedded-close-mode):
30049         Move definitions to calc.el.
30051         * calc/calc.el (calc-settings-file, calc-language-alist):
30052         Make customizable.
30053         (calc-embedded-announce-formula, calc-embedded-open-formula)
30054         (calc-embedded-close-formula, calc-embedded-open-word)
30055         (calc-embedded-close-word, calc-embedded-open-plain)
30056         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30057         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30058         (calc-embedded-close-mode, calc-gnuplot-name)
30059         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30060         from other files and make customizable.
30062 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30064         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30065         Use buffer-live-p.
30066         (cvs-mode-run): Don't call cvs-update-header here.
30067         (cvs-run-process): Call cvs-update-header.
30068         Use process properties for cvs-postprocess and cvs-buffer so that
30069         the sentinel can behave better if the temp buffer is killed.
30070         Use a pipe rather than a tty, to better handle unexpected prompts.
30071         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30073 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30075         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30076         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30078 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30080         * generic.el (define-generic-mode): Add indentation rule.
30082 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30084         * files.el (mode-require-final-newline): Make Custom correctly
30085         report a nil value and allow to set it to nil via Custom.
30086         Doc fix.
30088 2005-04-01  Kenichi Handa  <handa@m17n.org>
30090         * international/characters.el: Enable the correct case setting for
30091         dotless-i and dotted-I.
30093 2005-04-01  Kim F. Storm  <storm@cua.dk>
30095         * ido.el (ido-file-internal): Fall back to non-ido command if
30096         initial directory is on slow ftp (or tramp) host.
30098 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30100         * emacs-lisp/autoload.el (make-autoload):
30101         Handle define-global-minor-mode.
30103         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30104         Rename from easy-mmode-define-global-mode.
30105         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30107         * progmodes/scheme.el (scheme-mode-syntax-table):
30108         Update syntax of | and # for two-character comment syntax.
30110 2005-03-31  Lute Kamstra  <lute@gnu.org>
30112         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30113         (define-minor-mode): Call custom-current-group at load-time.
30115         * generic.el (define-generic-mode): Add debug declaration.
30116         Add defcustom for the mode hook.
30117         (generic-mode-internal): Use run-mode-hooks.
30119 2005-03-31  Kim F. Storm  <storm@cua.dk>
30121         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30122         (mouse-fixup-help-message): New defun called by show_help_echo
30123         to fixup mouse-2 prefix in help messages when applicable.
30125         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30127 2005-03-31  Kenichi Handa  <handa@m17n.org>
30129         * language/thai-word.el (thai-find-word-ends): Pay attention to
30130         the case that we reach the end of buffer.
30132         * textmodes/fill.el (fill-text-properties-at): New function.
30133         (fill-newline): Use fill-text-properties-at instead of
30134         text-properties-at.
30136 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30138         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30139         not comint-quote-filename.
30141 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30143         * help-fns.el (help-with-tutorial): Revert last change.
30145 2005-03-31  Kim F. Storm  <storm@cua.dk>
30147         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30149 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30151         * calendar/cal-china.el: Update reference to "Calendrical
30152         Calculations" book; there's a new edition.
30153         * calendar/cal-coptic.el: Likewise.
30154         * calendar/cal-french.el: Likewise.
30155         * calendar/cal-hebrew.el: Likewise.
30156         * calendar/cal-islam.el: Likewise.
30157         * calendar/cal-iso.el: Likewise.
30158         * calendar/cal-julian.el: Likewise.
30159         * calendar/cal-mayan.el: Likewise.
30160         * calendar/cal-persia.el: Likewise.
30161         * calendar/calendar.el: Likewise.
30162         * calendar/holidays.el: Likewise.
30163         * calendar/lunar.el: Likewise.
30164         * calendar/solar.el: Likewise.
30166         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30167         white space from doc string.
30169 2005-03-30  Jay Belanger  <belanger@truman.edu>
30171         * calc/calc-help.el (calc-full-help): Remove email address.
30173 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30175         * help-fns.el (help-with-tutorial): Delete title line.
30177 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30179         * calendar/cal-x.el (calendar-one-frame-setup)
30180         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30181         rather than `symbol' for set-window-dedicated-p.
30183         * calendar/appt.el (appt-buffer-name): Make it a constant.
30184         (appt-add): Doc fix.
30186         * filesets.el (filesets-menu-path, filesets-menu-before)
30187         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30188         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30189         (filesets-add-submenu): Delete and use add-submenu instead.
30191 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30193         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30194         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30195         (org-diary-default-entry): New function.
30196         (org-get-entries-from-diary): Better parsing of diary entries.
30197         (org-agenda-check-no-diary): New function.
30198         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30199         linking to diary entries.
30200         (org-agenda-execute-calendar-command): New function.
30201         (org-agenda): Improve visible section in window.
30202         Use `org-fit-agenda-window'.
30203         (org-fit-agenda-window): New option.
30204         (org-move-subtree-down): Better handling of empty lines
30205         at end of subtree.
30206         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30207         levels up.
30208         (org-fontify-done-headline): New option.
30209         (org-headline-done-face): New face.
30210         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30211         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30212         When current field is non-empty, it is copied to next row.
30213         (org-table-copy-from-above): Fix bug which made it
30214         impossible to copy fields containing only a single non-white character.
30216 2005-03-30  Kim F. Storm  <storm@cua.dk>
30218         * kmacro.el (kmacro-end-macro): Isearch may store this command
30219         into the macro -- so ignore it when executing keyboard macro.
30221 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30223         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30225 2005-03-29  Kenichi Handa  <handa@m17n.org>
30227         * language/thai.el ("Thai"): Set setup-function and exit-function
30228         for Thai language environment.
30230         * language/thai-util.el: Require thai-word.
30231         (thai-word-mode-map): New variable.
30232         (thai-word-mode): New minor mode.
30233         (setup-thai-language-environment-internal): New function.
30234         (exit-thai-language-environment-internal): New function.
30236         * language/thai-word.el (thai-word-table): Declare it by defvar,
30237         use dolist to initialize it.
30238         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30239         (thai-fill-find-break-point): New functions.
30241 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30243         * simple.el (idle-update-delay): Move definition up.
30244         (set-mark): Doc fix.
30246 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30248         * longlines.el: New file.
30250         * simple.el (buffer-substring-filters): New variable.
30251         (filter-buffer-substring): New function.
30252         (kill-region, copy-region-as-kill): Use it.
30254         * register.el (copy-to-register, append-to-register)
30255         (prepend-to-register): Use filter-buffer-substring.
30257 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30259         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30260         (gud-filter-pending-text): Move in front of gdb.
30261         (gud-overlay-arrow-position): New variable.
30262         (gud-sentinel, gud-display-line): Use it in place of
30263         overlay-arrow-position.
30265 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30267         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30268         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30269         (fortran-font-lock-keywords-4): New variable.
30270         (fortran-blocks-re, fortran-end-block-re)
30271         (fortran-start-block-re): New constants, for hideshow.
30272         (hs-special-modes-alist): Add a Fortran entry.
30273         (fortran-mode-map): Bind fortran-end-of-block,
30274         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30275         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30276         (fortran-looking-at-if-then, fortran-end-of-block)
30277         (fortran-beginning-of-block): New functions, for hideshow.
30279         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30280         Doc fix.  Tweak regexp.
30281         (f90-beginning-of-block): Push mark first.
30283 2005-03-29  Jay Belanger  <belanger@truman.edu>
30285         * calc/calc.el: Update copyright date.
30286         (calc-version): Increase to 2.1.
30287         (calc-version-date): Remove.
30289         * calc/calc-help.el: Update copyright date.
30290         (calc-full-help): Remove reference to calc-version-date.
30291         Update copyright date.
30293 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30295         * vc.el (vc-do-command): Use a pipe for async processes, so password
30296         prompts don't show up at places where the user can't reply.
30298 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30300         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30301         on the file name we pass to the inferior shell.
30303 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30305         * progmodes/which-func.el (which-function): Be robust in the face of an
30306         imenu--make-index-alist failure.
30308 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30310         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30312         * progmodes/python.el (python-preoutput-filter): Fix last change.
30314 2005-03-29  Lute Kamstra  <lute@gnu.org>
30316         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30317         functions and compiled macros.
30318         (debug-convert-byte-code): Handle macros too.
30319         (debug-on-entry-1): Don't signal an error when trying to clear a
30320         function that is not set to debug on entry.
30322 2005-03-29  Jay Belanger  <belanger@truman.edu>
30324         * calc/calc-lang.el: Add functions to math-function-table
30325         properties of tex and math.
30327 2005-03-29  Kenichi Handa  <handa@m17n.org>
30329         * ps-mule.el (ps-mule-plot-string): Translate characters by
30330         ps-print-translation-table.
30331         (ps-mule-begin-job): Call find-charset-region/string with
30332         ps-print-translation-table.
30333         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30335         * ps-print.el (ps-print-translation-table): New variable.
30336         (ps-plot-region): Translate characters by ps-print-translation-table.
30338 2005-03-29  Juri Linkov  <juri@jurta.org>
30340         * simple.el (next-error-highlight-timer): New variable.
30342         * progmodes/compile.el (compilation-goto-locus):
30343         Use `next-error-highlight-timer' instead of `sit-for'.
30345 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30347         * mail/supercite.el (sc-mail-field): Use assoc-string.
30348         (sc-get-address): Simplify regexps.
30350         * files.el (minibuffer-with-setup-hook): New macro.
30351         (find-file-read-args): Use it to avoid let-binding
30352         minibuffer-with-setup-hook (which breaks turning on/off
30353         file-name-shadow-mode while in the prompt).
30355         * complete.el (PC-read-include-file-name-internal):
30356         Use test-completion.
30358 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30360         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30362 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30364         * window.el (window-buffer-height): Use count-screen-lines.
30366         * progmodes/python.el (python-preoutput-leftover): New var.
30367         (python-preoutput-filter): Use it.
30368         (python-send-receive): Loop until all the result has been received.
30370 2005-03-28  Juri Linkov  <juri@jurta.org>
30372         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30374         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30375         "Recover Crashed Session".
30376         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30377         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30378         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30379         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30380         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30381         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30382         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30383         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30385         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30386         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30387         Ediff Sessions", "Toggle use of separate control buffer frame",
30388         "Use separate frame for Ediff control buffer".
30390         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30391         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30392         "Rename Bookmark", "Delete Bookmark".
30394         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30395         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30396         Add `:active Info-index-alternatives' to "Next Matching Item".
30398         * wdired.el (wdired-change-to-wdired-mode):
30399         Mention `wdired-abort-changes' key in the initial message.
30401         * international/mule.el (auto-coding-alist): Associate non-ascii
30402         image filename extensions with `no-conversion'.
30404 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30406         * international/iso-acc.el:
30407         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30409 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30411         * textmodes/sgml-mode.el (html-mode): Doc update.
30413         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30415 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30417         * term.el (term-move-columns): Fix face after extending a line.
30418         (term-insert-spaces): Likewise.
30419         (term-reset-terminal): Fix off by one error.
30421 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30423         * international/mule.el (auto-coding-alist): Add .xpi files.
30425         * files.el (auto-mode-alist): Add .xpi files.
30427 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30429         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30431 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30433         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30435 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30437         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30438         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30440         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30441         cursor to Jan 1 when needed.
30442         (calendar-end-of-year): Fix -/+ typo.
30443         Reported by Chong Yidong <cyd@stupidchicken.com>.
30445 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30447         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30449         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30450         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30452 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30454         * filesets.el (filesets-init): Add autoload.
30456         * mail/mailalias.el (mail-directory): Doc fix.
30458 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30460         * mail/mailalias.el (mail-directory-process): Do nothing if
30461         mail-directory-process is an atom.
30462         (mail-get-names): Ignore mail-directory-names if it is an atom.
30463         (mail-directory-process defvar): Doc fix.
30464         (mail-names): Doc fix.
30466 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
30468         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30470 2005-03-26  Kenichi Handa  <handa@m17n.org>
30472         * international/mule-util.el (detect-coding-with-priority):
30473         Call update-coding-systems-internal before detect-coding-region.
30475 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30477         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30478         (gdb-frames-mode-map): Add follow-link property.
30480 2005-03-25  Jay Belanger  <belanger@truman.edu>
30482         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30483         for variables.
30485 2005-03-25  Juri Linkov  <juri@jurta.org>
30487         * image-mode.el: Optimize image filename extension regexps in
30488         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30489         in `auto-mode-alist'.
30490         (image-mode): Add `image-toggle-display-text' to local hook
30491         `change-major-mode-hook'.  Display the image as an image by
30492         default.  Set `cursor-type' and `truncate-lines' if the image
30493         is already displayed.  Take into account the current mode (image
30494         or text) in message.
30495         (image-minor-mode): New minor mode.
30496         (image-mode-maybe, image-toggle-display-text): New functions.
30497         (image-toggle-display): Use called-interactively-p.
30498         Let-bind `inhibit-read-only' to t.
30500         * image-mode.el (image-minor-mode): Set `cursor-type' and
30501         `truncate-lines' if the image is already displayed.  Add turning
30502         image-minor-mode off to `change-major-mode-hook'.  Add message.
30503         Call `image-toggle-display-text' after turning image-minor-mode off.
30505 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30507         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30508         Terminal.app, use utf-8.
30509         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30510         (set-locale-environment): Use it.
30512         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30514         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30516         * progmodes/python.el (python-close-block-statement-p)
30517         (python-outdent-p, python-current-defun): Use symbol-end.
30519 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30521         * files.el (save-some-buffers): Doc fix.
30523 2005-03-25  Werner Lemberg  <wl@gnu.org>
30525         * complete.el, thumbs.el: Replace `legal' with `valid'.
30526         * calendar/calendar.el: Replace `legal' with `valid'.
30527         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30528         * mail/supercite.el: Replace `legal' with `valid'.
30529         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30530         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30531         Replace `legal' with `valid'.
30532         * textmodes/reftex-vars.el, textmodes/reftex.el:
30533         Replace `legal' with `valid'.
30535 2005-03-25  Werner Lemberg  <wl@gnu.org>
30537         * calc/calc-forms.el, calc/calc-sel.el
30538         * midnight.el, vc-cvs.el
30539         * emacs-lisp/cl-macs.el
30540         * emulation/vip.el
30541         * eshell/esh-io.el, eshell/esh-var.el
30542         * mail/supercite.el
30543         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30544         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30545         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30546         * progmodes/sh-script.el, progmodes/xscheme.el
30547         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30548         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30549         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30550         * textmodes/reftex.el, textmodes/org.el:
30551         Replace `illegal' with `invalid'.
30553 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30555         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30556         (flymake-find-buildfile, flymake-find-possible-master-files)
30557         (flymake-check-include, flymake-parse-line): Replace loops over the
30558         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30560         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30561         Substitute file-name-as-directory in the rest of the file.
30562         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30563         (flymake-replace-region): Remove unused arg `buffer'.
30564         (flymake-check-patch-master-file-buffer): Update calls to it.
30565         (flymake-add-err-info): Remove unused var `count'.
30566         (flymake-mode): Use define-minor-mode.
30568         * progmodes/flymake.el: Use with-current-buffer.
30569         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30570         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30571         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30572         Avoid testing for `xemacs'.
30573         (flymake-nop): Move.
30574         (flymake-region-has-flymake-overlays): Return the computed value.
30575         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30576         Remove unused var `endline'.
30577         (flymake-get-line-count): Remove unused function.
30578         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30580         * emulation/vi.el:
30581         * generic.el:
30582         * hilit-chg.el (global-highlight-changes):
30583         * hi-lock.el (hi-lock-mode):
30584         * follow.el: find-file-hooks -> find-file-hook.
30586         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30588 2005-03-24  Juri Linkov  <juri@jurta.org>
30590         * dired.el (dired-mode-map): Add menu item "Compare directories"
30591         for dired-compare-directories.
30593         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30594         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30596 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30598         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30600 2005-03-24  Jay Belanger  <belanger@truman.edu>
30602         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30603         relevant mode settings in calc-embedded-original-modes when modes
30604         are permanently changed.
30606 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30608         * autoinsert.el: find-file-hooks -> find-file-hook.
30610 2005-03-24  Lute Kamstra  <lute@gnu.org>
30612         * generic.el (generic-font-lock-defaults): Make it obsolete.
30613         (generic-font-lock-keywords): New variable to replace
30614         generic-font-lock-defaults.
30615         (generic-mode-set-font-lock): Delete it.
30616         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30617         (generic-bracket-support): Add docstring.
30619         * generic-x.el: Rename generic-font-lock-defaults to
30620         generic-font-lock-keywords throughout.
30621         (mailagent-rules-setup-function): Delete it.
30622         (mailagent-rules-generic-mode): Use anonymous function instead.
30623         (show-tabs-generic-mode-font-lock-defaults-1)
30624         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30625         Quote faces.
30626         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30627         not foreground.
30629         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30630         Recognize define-generic-mode.
30632 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30634         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30635         if there's no completion table.
30637 2005-03-23  Miles Bader  <miles@gnu.org>
30639         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30640         Remove tty-specific variants, as they're no longer needed.
30642 2005-03-23  Lute Kamstra  <lute@gnu.org>
30644         * generic-x.el: Code cleanup: make args constant whenever possible.
30645         (installshield-statement-keyword-list)
30646         (installshield-system-functions-list)
30647         (installshield-system-variables-list, installshield-types-list)
30648         (installshield-funarg-constants-list): Make them constants.
30650         * generic.el (generic-make-keywords-list): Add autoload cookie.
30652         * calendar/time-date.el: Add comment on time value formats.
30653         Don't require parse-time.
30654         (with-decoded-time-value): New macro.
30655         (encode-time-value): New function.
30656         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30657         (days-to-time): Return a valid time value when arg is huge.
30658         (time-since): Use time-subtract.
30659         (time-to-number-of-days): Use time-to-seconds.
30661 2005-03-23  David Ponce  <david@dponce.com>
30663         * recentf.el (recentf-keep): New option.
30664         (recentf-menu-action): Default to `find-file'.
30665         (recentf-keep-non-readable-files-flag)
30666         (recentf-keep-non-readable-files-p)
30667         (recentf-file-readable-p, recentf-find-file)
30668         (recentf-cleanup-remote): Remove.
30669         (recentf-include-p): More robust.
30670         (recentf-keep-p): New function.
30671         (recentf-remove-if-non-kept): Rename from
30672         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30673         All callers updated.
30674         (recentf-menu-items-for-commands): Fix help string.
30675         (recentf-track-closed-file): Update.  Doc fix.
30676         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30678 2005-03-23  Kim F. Storm  <storm@cua.dk>
30680         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30681         Don't inherit from fringe face (now happens automatically).
30683 2005-03-22  Kim F. Storm  <storm@cua.dk>
30685         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30686         position values.
30688 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30690         * menu-bar.el (showhide-date-time): Remove.
30691         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30692         (menu-bar-make-mm-toggle): Simplify.
30694 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30696         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30697         Accept qualified variable and function names.
30699 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30701         * bindings.el (completion-ignored-extensions):
30702         Remove ".lis" for `vax-vms'.
30704 2005-03-22  Andreas Schwab  <schwab@suse.de>
30706         * generic-x.el: Revert last change.
30707         * ldefs-boot.el: Update.
30709 2005-03-22  Jay Belanger  <belanger@truman.edu>
30711         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30712         (calc-embedded-save-original-modes)
30713         (calc-embedded-restore-original-modes): New functions.
30714         (calc-do-embedded): Save original modes when entering embedded mode
30715         and restore when leaving embedded mode.
30716         (calc-embedded-modes-change): Change the value of
30717         calc-embedded-original-modes to reflect permanent changes.
30719 2005-03-22  Lute Kamstra  <lute@gnu.org>
30721         * generic-x.el: Require generic again.
30723 2005-03-22  Miles Bader  <miles@gnu.org>
30725         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30726         Tweak details to look good on both ttys and bitmap displays, light
30727         or dark background, etc.
30729 2005-03-21  Kim F. Storm  <storm@cua.dk>
30731         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30732         mouse position.
30734 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30736         * icomplete.el: Don't forcibly turn on the mode upon load.
30737         (icomplete-mode): Use define-minor-mode.
30738         (icomplete-eoinput): Default to nil.
30739         (icomplete-minibuffer-setup): Remove autoload.
30740         (icomplete-tidy): Simplify.
30741         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30742         in the initial state or if the user has modified the field.
30743         Fix handling of icomplete-max-delay-chars.
30744         Remove code that handles the oddball case where
30745         minibuffer-completion-table is an integer.
30746         Wrap icomplete-completions in while-no-input in case building
30747         completions takes more time than expected.
30748         (icomplete-completions): Simplify.
30750 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30752         * jka-compr.el (jka-compr-really-do-compress):
30753         Make variable buffer-local.
30755         * image-mode.el: Handle .xpm files too.
30756         (image-toggle-display): Preserve modification flag.
30758         * help.el (where-is): Don't mention aliases with no key bindings.
30760 2005-03-21  Lute Kamstra  <lute@gnu.org>
30762         * generic.el: Fix commentary section.  Don't require cl for
30763         compilation.
30764         (generic-mode-list): Add autoload cookie.
30765         (generic-use-find-file-hook, generic-lines-to-scan)
30766         (generic-find-file-regexp, generic-ignore-files-regexp)
30767         (generic-mode, generic-mode-find-file-hook)
30768         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30769         (define-generic-mode): Make it a defmacro.  Fix docstring.
30770         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30771         (generic-mode-set-comments): Code cleanup.
30772         * generic-x.el: Don't prevent compilation.  Don't require generic.
30773         Follow coding conventions.  Minor code cleanup.
30774         (etc-fstab-generic-mode): Add some keywords.
30775         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30776         define-generic-mode like a function declaration.
30778 2005-03-21  Jay Belanger  <belanger@truman.edu>
30780         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30781         changing modes.
30783 2005-03-21  Sam Steingold  <sds@gnu.org>
30785         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30787 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30789         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30790         Add underscore to "f$ lexicals" regexp.
30792 2005-03-20  Juri Linkov  <juri@jurta.org>
30794         * subr.el (progress-reporter-do-update): When `min-value' is equal
30795         to `max-value', set `percentage' to 0 and prevent division by zero.
30797 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30799         Sync with Tramp 2.0.48.
30801         * net/tramp.el (all): Change all addresses to .gnu.org.
30802         (tramp-append-tramp-buffers): New defun.
30803         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30804         Catch `dont-send' signal.
30805         (tramp-set-auto-save-file-modes): Set always permissions, because
30806         there might be an old auto-saved file belonging to another
30807         original file.  This could be a security threat.  Reported by
30808         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30809         Check for Emacs 21.3.50 removed.
30811         * net/tramp-smb.el (all): Remove debug construct for
30812         `with-parsed-tramp-file-name'.
30813         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30814         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30815         No error message if DIRECTORY or FILENAME doesn't exist.
30816         (tramp-smb-open-connection): Check existence of
30817         `tramp-smb-program'.
30819 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30821         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30822         Properly handle the case where the `m' or `s' command's argument is not
30823         yet terminated.
30824         (perl-indent-new-calculate): New function.
30825         (perl-indent-line): Use it.
30827 2005-03-20  Miles Bader  <miles@gnu.org>
30829         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30830         in text-mode too.  Change to new face names.
30831         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30832         Add `:weight bold' attribute.
30833         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30835 2005-03-19  Juri Linkov  <juri@jurta.org>
30837         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30839         * international/mule.el (auto-coding-alist): Sync with
30840         `auto-mode-alist' by adding upper case archive file extensions
30841         and adding ear/war to jar extension.
30843 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30845         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30846         running, restart it.
30848 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30850         * finder.el (finder-current-item): Throw an error on an empty line.
30852         * man.el (Man-follow-manual-reference): If current-word returns
30853         nil, use "".
30855 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30857         * simple.el (goto-line): Doc fix.
30859 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30861         * files.el (save-buffer): Doc fix.
30863 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30865         * recentf.el (recentf-cleanup-remote): New variable.
30866         (recentf-cleanup): Use it to conditionally check availability of
30867         remote files.
30869 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30871         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30872         function names.
30874 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30876         * language/thai-word.el: New file.
30878 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30880         * files.el (backup-buffer): If the file's directory is not
30881         writable, use copy instead of move to backup the file.
30883 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30885         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30887 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30889         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30890         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30891         <darkman_spam@yahoo.fr>.
30892         (ps-print-version): New version 6.6.6.
30894 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30896         * textmodes/table.el (table--line-column-position): New idiom.
30897         (table--row-column-insertion-point-p): New function to test
30898         validity of row and column insertion operation at a location.
30899         (table-global-menu, table-cell-menu): Use above functions for
30900         deterministic test operation.
30901         (table--editable-cell-p): Behave in deterministic fashion.
30903 2005-03-18  Juri Linkov  <juri@jurta.org>
30905         * isearch.el (isearch-lazy-highlight-new-loop):
30906         Make arguments beg and end optional.
30907         (isearch-update): Remove optional arguments nil from
30908         isearch-lazy-highlight-new-loop.
30909         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30910         isearch-lazy-highlight-case-fold-search instead of
30911         isearch-case-fold-search, and let-bind isearch-regexp to
30912         isearch-lazy-highlight-regexp.
30913         Use isearch-lazy-highlight-last-string instead of isearch-string.
30915         * replace.el (perform-replace): Remove bindings of global
30916         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30917         Add three new arguments to `replace-highlight'.
30918         (replace-highlight): Add arguments string, regexp, case-fold.
30919         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30920         to allow isearch-lazy-highlight-new-loop to use these values
30921         to set corresponding isearch-lazy-highlight-* internal
30922         variables whose values lazy highlighting will use regardless of
30923         changes to global variables isearch-string, isearch-regexp,
30924         isearch-case-fold-search during lazy highlighting loop.
30925         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30926         to `lazy-highlight-cleanup'.
30928         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30929         (ispell-highlight-face): Set default face to `isearch' when
30930         lazy highlighting is enabled.
30931         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30932         priority to 1.  Add lazy highlighting.
30933         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30934         from `isearch-dehighlight'.
30936 2005-03-18  David Ponce  <david@dponce.com>
30938         * files.el (hack-local-variables): Do a case-insensitive search
30939         for End.
30941 2005-03-18  Juri Linkov  <juri@jurta.org>
30943         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30944         `isearch-lazy-highlight-cleanup', add alias to old name and
30945         declare obsolete.  Add release numbers to other obsolete vars.
30946         (isearch-done, isearch-lazy-highlight-new-loop):
30947         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30948         (lazy-highlight-cleanup) <variable>: Doc fix.
30949         (isearch-lazy-highlight-update): Rename obsolete
30950         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30952 2005-03-18  Kenichi Handa  <handa@m17n.org>
30954         * language/thai-util.el: Fix categorization of Thai characters in
30955         thai-category-table.
30956         (thai-composition-pattern): Adjust it for the above change.
30957         (thai-self-insert-command, thai-compose-syllable): New functions.
30958         (thai-compose-region): Use thai-compose-syllable.
30959         (thai-compose-string): Likewise.
30960         (thai-composition-function): Likewise.
30961         (thai-auto-composition): New function.
30962         (thai-auto-composition-mode): New minor mode.
30964         * language/thai.el: Fix patterns to be registered in
30965         composition-function-table.
30967         * international/quail.el (quail-input-method): Locally bind
30968         inhibit-modification-hooks to t.
30970 2005-03-17  Richard M. Stallman  <rms@gnu.org>
30972         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30973         (perl-mode): Use run-mode-hooks.
30975         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30976         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30977         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30979         * mail/sendmail.el (sendmail-send-it): Reenable the code
30980         to compute resend-to-address and use it.
30982         * tar-mode.el (tar-mode): Turn off undo unconditionally.
30984         * image-mode.el: New file.
30986         * image.el (insert-sliced-image): Add autoload cookie.
30988         * font-lock.el (font-lock-lines-before): New user option.
30989         (font-lock-after-change-function): Obey it.
30991         * bindings.el (esc-map): Make M-g a prefix.
30992         Bind M-g g and M-g M-g to goto-line.
30994         * faces.el (face-id): Doc fix.
30996 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30998         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30999         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31000         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31002         * mail/sendmail.el (mail-yank-ignored-headers)
31003         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31004         Add Mail-Followup-To and Mail-Reply-To headers.
31005         (mail-citation-hook): Add autoload cookie.
31006         (mail-mode): Doc fix.
31007         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31008         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31009         (mail-mode-fill-paragraph): Handle those headers.
31010         (mail-mailing-lists): New variable.
31011         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31013 2005-03-17  Juri Linkov  <juri@jurta.org>
31015         * isearch.el (isearch-fallback): Check for `(car previous)'
31016         before calling `isearch-other-end-state'.
31018 2005-03-17  Kim F. Storm  <storm@cua.dk>
31020         * simple.el (move-beginning-of-line): Move to beginning of buffer
31021         line, as well as beginning of screen line.
31023 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31025         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31026         argument REDRAW rather than calendar-redrawing variable.
31027         * calendar/calendar.el (calendar-redrawing): Delete.
31028         (redraw-calendar): Do not bind calendar-redrawing.
31030 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31032         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31033         diary-file buffer.
31035 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31037         * help.el (describe-mode): Allow a :minor-mode-function property to
31038         specify a different minor mode toggle function than the variable.
31039         * simple.el (auto-fill-function):
31040         * subr.el (add-minor-mode): Use it.
31042 2005-03-16  Kenichi Handa  <handa@m17n.org>
31044         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31045         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31046         (ethio-fidel-to-sera-buffer): Likewise.
31048 2005-03-16  Juri Linkov  <juri@jurta.org>
31050         * emacs-lisp/find-func.el (find-function-regexp):
31051         Add defun-emitting macro `menu-bar-make-toggle'.
31053         * isearch.el: Put `isearch-scroll' property to
31054         `split-window-horizontally'.
31056         * info.el: Update error messages for `debug-ignored-errors'.
31057         (Info-isearch-search): Doc fix.
31058         (Info-find-node): Move up code to go into info buffer before
31059         recording the node to the history.
31060         (Info-fontify-node): Fontify titles only if the next line
31061         has two or more `*', `=', `-', `.'.
31062         Display "go to this node" for empty (match-string 3).
31064 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31066         * term/mac-win.el: Add mouse pointer shape constants.
31068 2005-03-15  Kim F. Storm  <storm@cua.dk>
31070         * simple.el (move-beginning-of-line): Use vertical-motion.
31072 2005-03-15  Juri Linkov  <juri@jurta.org>
31074         * isearch.el (isearch-error): New variable.
31075         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31076         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31077         (isearch-within-brackets-state): Remove.
31078         (isearch-case-fold-search-state, isearch-pop-fun-state):
31079         Decrease frame index.
31080         (isearch-mode, isearch-top-state, isearch-push-state)
31081         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31082         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31083         (isearch-search, isearch-lazy-highlight-new-loop):
31084         Replace `isearch-invalid-regexp' with `isearch-error'.
31085         Remove `isearch-within-brackets'.
31086         (isearch-search): Add `search-failed' handler to `condition-case'.
31087         (isearch-lazy-highlight-search): Add `condition-case' to catch
31088         errors and allow `isearch-lazy-highlight-update' to try
31089         highlighting from the beginning of the window.
31090         (isearch-repeat): Move up code to set isearch-wrapped to t
31091         before calling isearch-wrap-function.
31093         * info.el (Info-isearch-initial-node): New internal variable.
31094         (Info-search): Signal an error in isearch mode when search leaves
31095         the initial node.  Signal an error when `bound' is non-nil and
31096         nothing was found in the current subfile.
31097         (Info-isearch-search): Remove `condition-case'.
31098         (Info-isearch-wrap): Don't wrap when search failed during leaving
31099         the initial node.  If `Info-isearch-search' is nil, wrap around
31100         the current node.
31101         (Info-isearch-start): New fun.
31102         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31103         `isearch-mode-hook'.
31105 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31107         * simple.el (normal-erase-is-backspace): Set default to t if
31108         running on Mac.
31110         * term/mac-win.el (function-key-map): Sync with x-win.el.
31112 2005-03-15  Kenichi Handa  <handa@m17n.org>
31114         * international/mule-cmds.el (locale-language-names): Modify the
31115         format of elements and add more entries.
31116         (locale-preferred-coding-systems): Add more entries.
31117         (set-locale-environment): Adjust for the change of
31118         locale-language-names.
31120 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31122         * pcvs.el (smerge-ediff): Remove bogus autoload.
31124 2005-03-14  Lute Kamstra  <lute@gnu.org>
31126         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31127         Ignore a `*' at the beginning of a line.
31129         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31130         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31131         subr.el.
31132         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31133         to specify indentation.
31135         * generic.el (define-generic-mode): Let generic-mode-list be a
31136         list of strings; test membership with equal.
31138 2005-03-14  Kim F. Storm  <storm@cua.dk>
31140         * simple.el (next-line, previous-line): Add optional try-vscroll
31141         arg to recognize interactive use.  Pass it on to line-move.
31142         (line-move): Don't perform auto-window-vscroll when defining or
31143         executing keyboard macro to ensure consistent behavior.
31145 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31147         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31149 2005-03-13  Lute Kamstra  <lute@gnu.org>
31151         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31152         debugger-setup-buffer so that backtrace marks the frames set to
31153         debug-on-exit and we don't have to do it manually.  Set an extra
31154         debug-on-exit for macro's.
31155         (debugger-setup-buffer): Don't mark the top frame manually.
31157 2005-03-12  Lute Kamstra  <lute@gnu.org>
31159         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31160         lisp-indent-function throughout.
31161         (with-no-warnings): Set lisp-indent-function property.
31163 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31165         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31166         Add entry for backslash.
31168 2005-03-12  Juri Linkov  <juri@jurta.org>
31170         * info.el (Info-search): Four fixes for backward search.
31172 2005-03-11  Jay Belanger  <belanger@truman.edu>
31174         * calc/calc.el (calc-language-alist): New variable.
31175         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31176         (calc-embedded-find-modes): Use calc-language-alist instead of
31177         calc-embedded-language-alist.
31179 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31181         * calendar/calendar.el (calendar-redrawing): New internal
31182         variable.
31183         (redraw-calendar): Remove bogus save-excursion from previous
31184         change.  Bind calendar-redrawing to t for mark-diary-entries.
31185         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31186         calendar if that is why we were called.
31188 2005-03-11  Kenichi Handa  <handa@m17n.org>
31190         * international/mule.el (make-coding-system): Set property
31191         coding-system-define-form to nil.
31192         (define-coding-system-alias): Likewise.
31194 2005-03-11  Kenichi Handa  <handa@m17n.org>
31196         These changes are suggested by Dave Love <fx@gnu.org>.
31198         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31199         coding: tag.
31200         (adaptive-fill-regexp): Add more bullets.
31201         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31202         regexps.
31204 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31206         * help.el (describe-mode): Properly handle non-trivial lighters.
31207         Don't ignore minor modes that are not listed in minor-mode-list.
31209         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31210         feature ON when the user requests to turn it OFF.
31212 2005-03-10  Lute Kamstra  <lute@gnu.org>
31214         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31215         (implement-debug-on-entry): New function to replace debug-entry-code.
31216         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31217         second argument as the 2005-03-07 change makes it obsolete.
31218         (debug-on-entry, cancel-debug-on-entry): Update call to
31219         debug-on-entry-1.
31220         (debug, debugger-setup-buffer): Comment update.
31221         (debugger-frame-number): Update to work with implement-debug-on-entry.
31223 2005-03-10  Jay Belanger  <belanger@truman.edu>
31225         * calc/calc-embed.el (math-ms-args): Declare it.
31226         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31227         math-ms-args.
31228         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31229         variables.
31231 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31233         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31234         Use message-box.
31236         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31237         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31238         (tooltip-gud-tips): Simplify.
31239         (tooltip-gud-tips-p): Remove superfluous :set.
31240         (tooltip-gud-modes): Add fortran-mode.
31241         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31243         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31245 2005-03-09  Kim F. Storm  <storm@cua.dk>
31247         * play/animate.el (animate-place-char): Use forward-line instead
31248         of next-line to improve performance.
31250 2005-03-09  Simon Josefsson  <jas@extundo.com>
31252         * net/browse-url.el (browse-url-default-browser): Doc fix.
31254 2005-03-09  Miles Bader  <miles@gnu.org>
31256         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31257         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31259 2005-03-09  Kenichi Handa  <handa@m17n.org>
31261         * international/latin-1.el: Set case and syntax for 255 only if
31262         set-case-syntax-set-multibyte is nil.
31264         * textmodes/ispell.el (ispell-insert-word): New function.
31265         (ispell-word): Use ispell-insert-word to insert a new word.
31266         (ispell-process-line): Likewise.
31267         (ispell-complete-word): Likewise.
31269 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31271         * calendar/calendar.el (redraw-calendar): Preserve point.
31272         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31273         (calendar-week-start-day): Move after definition of
31274         redraw-calendar.  Delete buffer test, since redraw-calendar has
31275         that now.
31277         * calendar/diary-lib.el (mark-diary-entries): Only call
31278         redraw-calendar in the first of any recursive calls.
31279         Reported by Alan Shutko <ats@acm.org>.
31281 2005-03-08  Juri Linkov  <juri@jurta.org>
31283         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31284         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31285         (html-radio-buttons): Add a space before the trailing `/>' where
31286         sgml-xml-mode is non-nil.
31287         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31288         the subsequent tag of the empty XML tag.
31289         (html-href-anchor): Don't set initial input to "http:".
31290         (html-image): Ask for the image URL and set point inside alt="".
31291         (html-name-anchor): Duplicate the name in the `id' attribute when
31292         sgml-xml-mode is non-nil.
31293         (html-paragraph): Remove \n before <p>.
31294         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31295         instead of `checked' when sgml-xml-mode is non-nil.
31297         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31298         Remove 1 space before #RRGGBB to not truncate it on terminal
31299         windows w/o fringes.  Remove 1 space between bg and fg examples
31300         to get more space.
31301         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31302         avoid byte-compile warnings.
31304         * image-file.el (image-file-handler): Put `safe-magic' property to
31305         `image-file-handler'.
31307         * info.el (Info-isearch-search): Emulate word search in
31308         isearching through multiple Info nodes with Info-search.
31309         (Info-isearch-wrap): Allow isearch-word.
31311 2005-03-08  Lute Kamstra  <lute@gnu.org>
31313         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31314         stepping into the debugger's code is not possible.
31315         (debugger-jumping-flag): Docstring update.
31317 2005-03-08  Jay Belanger  <belanger@truman.edu>
31319         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31320         embedded mode begins.
31321         (calc-embedded-language-alist): New variable.
31322         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31323         set default language mode.
31325 2005-03-08  Kenichi Handa  <handa@m17n.org>
31327         * international/ccl.el (define-ccl-program): Fix docstring about
31328         extra 256 bytes assured for the output buffer.
31330         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31331         Fix BUFFER_MAGNIFICATION to 2.
31332         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31334 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31336         * align.el (align-rules-list): Added an alignment rule for CSS
31337         declarations (applies to css-mode and html-mode buffers).
31339 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31341         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31343 2005-03-07  Kim F. Storm  <storm@cua.dk>
31345         * simple.el (move-beginning-of-line): New command.
31347         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31349         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31351         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31352         and move-beginning-of-line.
31354         * apropos.el (apropos-print): Omit command from M-x ... RET.
31356 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31358         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31359         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31361 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31363         * bindings.el (esc-map): Bind M-g to goto-line.
31365         * facemenu.el (global-map): Bind M-o, not M-g.
31367 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31369         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31370         "Open Directory" as for "Open File".
31372 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31374         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31375         (push-mark-command): Run activate-mark-hook.
31377 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31379         * help-mode.el (help-mode-finish): Don't alter the element
31380         in view-return-to-alist if there already is one.
31382         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31383         make sure the current buffer is the expected one.
31385         * novice.el (disabled-command-function): Output in *Disabled Command*.
31386         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31388         * textmodes/flyspell.el (flyspell-large-region):
31389         Pass args differently for aspell.
31391         * files.el (mode-require-final-newline): Doc fix.
31393 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31395         * progmodes/which-func.el (which-function):
31396         Specify NOERROR when calling imenu--make-index-alist.
31398 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31400         * simple.el (normal-erase-is-backspace): Define default value.
31402         * custom.el (custom-theme-set-variables): Remove unused var
31403         `immediate'.
31404         (custom-reevaluate-setting): Simple function to handle variables
31405         that are defined before their default value can really be
31406         computed.
31408         * startup.el (command-line): Use it for temporary-file-directory,
31409         small-emporary-file-directory, auto-save-file-name-transforms,
31410         blink-cursor-mode, and normal-erase-is-backspace.
31412         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31413         progress, even with buggy anchored keywords.
31415 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31417         * simple.el (goto-line): Remove unbalanced final parenthesis.
31419 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31421         * simple.el (goto-line): Use a number at point as the default.
31422         With C-u as arg, switch buffers.
31424 2005-03-05  Juri Linkov  <juri@jurta.org>
31426         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31427         with `no-blinking-cursor'.
31429         * startup.el (no-blinking-cursor): New defvar.
31430         (command-line): Add `--no-blinking-cursor' to longopts.
31431         Set `no-blinking-cursor' to t for command line arguments
31432         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31433         with `no-blinking-cursor' in the condition for calling
31434         `blink-cursor-mode'.
31436 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31438         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31439         (menu-bar-options-save): Add blink-cursor-mode.
31440         (menu-bar-options-menu): Add blink-cursor-mode.
31442 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31444         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31445         (icalendar-export-file, icalendar-export-region)
31446         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31447         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31449 2005-03-04  Lute Kamstra  <lute@gnu.org>
31451         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31452         (debug-function-list): Ditto.
31454 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31456         * textmodes/texinfmt.el (texinfo-append-refill):
31457         Redefine the types of line to which @refill
31458         is not appended by replacing a search for `@refill\\|@bye' with
31459         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31460         itemize@refill' bug and the unfilled long lines bug.
31461         (texinfmt-version): Update number and date.
31463 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31465         * international/code-pages.el (windows-1250, windows-125[2-8])
31466         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31468 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31470         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31471         bound yet.
31473 2005-03-02  Romain Francoise  <romain@orebokech.com>
31475         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31476         buffer after removing limits.
31477         (ibuffer-pop-filter): Ditto.
31478         Update copyright.
31480 2005-03-02  Miles Bader  <miles@gnu.org>
31482         * button.el (make-text-button): If the user doesn't specify a
31483         type, use the default.  Rewrite to use `add-text-properties' and
31484         plist functions.
31486 2005-03-01  Lute Kamstra  <lute@gnu.org>
31488         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31489         (debugger-jumping-flag): New var.
31490         (debug-entry-code): Use it.
31491         (debugger-jump): Use debugger-jumping-flag and add
31492         debugger-reenable to post-command-hook.
31493         (debugger-reenable): Use debugger-jumping-flag and remove itself
31494         from post-command-hook.
31495         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31496         debugger-reenable.
31498 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31500         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31501         inclusion of "itemize\\|", which may be unnecessary, is certainly
31502         inelegant, and stops refilling in itemize lists when formatting
31503         Japanese Texinfo files to Info.
31504         Update copyright to 2005.
31506 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31508         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31509         of an error if GDB can't find the source file.
31511 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31513         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31514         not just the calendar.
31516         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31517         first.
31518         (diary-redraw-calendar): New function.
31519         (make-diary-entry): Add diary-redraw-calendar to local
31520         write-contents-functions.  Turn off selective display before
31521         inserting in diary.
31523 2005-03-01  Kim F. Storm  <storm@cua.dk>
31525         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31527 2005-03-01  Lute Kamstra  <lute@gnu.org>
31529         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31530         that debug-entry-code can be safely removed from a function while
31531         this code is being evaluated.  Revert the 2005-02-27 change as the
31532         new implementation no longer requires it.  Make sure that a
31533         function body containing just a string is not mistaken for a docstring.
31534         (debug): Skip one more frame in case of debug on entry.
31535         (debugger-setup-buffer): Delete one more frame line in case of
31536         debug on entry.
31537         (debugger-frame-number): Update to use the new text introduced by
31538         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31540 2005-02-28  Kim F. Storm  <storm@cua.dk>
31542         * double.el (double-translate-key): Call force-window-update after
31543         read-event to avoid crash in redisplay.
31545 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31547         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31548         (debug): Use it.  Move the inhibit-trace earlier.
31549         (debug-entry-code): New const.
31550         (debug-on-entry-1): Use it.
31552 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31554         * international/utf-16.el (ccl-encode-mule-utf-16le):
31555         Fix BUFFER_MAGNIFICATION to 2.
31556         (ccl-encode-mule-utf-16be): Likewise.
31558 2005-02-28  Kenichi Handa  <handa@m17n.org>
31560         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31561         Fix BUFFER_MAGNIFICATION to 4.
31562         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31564 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31566         * speedbar.el (speedbar-update-flag): Doc fix.
31567         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31568         argument.
31570 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31572         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31573         have a non-nil `invisible' property but are actually visible.
31575         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31576         for perldoc sections.
31577         (perl-outline-regexp, perl-outline-level): New var and function.
31578         (perl-mode): Use them.
31580 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31582         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31583         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31585 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31587         * cus-edit.el: Comment change.
31588         (custom-buffer-create-internal): Slightly reword text at top of
31589         Custom buffers.  Mention there that saving an option edits the
31590         init file.  Add link to Emacs manual node on `custom-file'.
31591         (custom-magic-alist): Rewrite individual State messages to use
31592         capitalized keywords.  Doc fix.
31594 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31596         * calendar/calendar.el (calendar-buffer): Move above
31597         calendar-week-start-day.
31598         (calendar-week-start-day): Doc fix.  Add :set function.
31599         (calendar-minimum-window-height): New variable.
31600         (generate-calendar-window): Only resize window if selected-window
31601         is displaying the calendar buffer.  Use new variable
31602         calendar-minimum-window-height.
31603         (generate-calendar): Reword error message.
31604         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31606 2005-02-27  Andreas Schwab  <schwab@suse.de>
31608         * vc.el (vc-do-command): Don't run command asynchronously when
31609         operating in a remote directory.
31611         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31612         change from sync with Tramp 2.0.47.
31614 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31616         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31618         * textmodes/flyspell.el (flyspell-mode-on):
31619         Call ispell-change-dictionary only if necessary.
31621         * emacs-lisp/re-builder.el (regexp-builder): New function.
31623         * register.el (describe-register-1): Explicitly handle
31624         yank-excluded-properties = t.
31626         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31627         (custom-magic-alist): Change the status descriptions again.
31628         (face widget-type): Total rewrite based on `restricted-sexp'
31629         to eliminate the confusing double hiding levels.
31631         * emacs-lisp/debug.el (debug-on-entry-1):
31632         If function body is empty, add nil as body form.
31634 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31636         * emacs-lisp/trace.el (inhibit-trace): New var.
31637         (trace-make-advice): Use it.
31639         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31641 2005-02-26  Kim F. Storm  <storm@cua.dk>
31643         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31644         (mouse-on-link-p, mouse-drag-region-1): Use it.
31646 2005-02-25  Lute Kamstra  <lute@gnu.org>
31648         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31650 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31652         * frame.el (blink-cursor-mode): Add :group keyword.
31654 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31656         * calendar/icalendar.el (icalendar--decode-isodatetime):
31657         New optional argument DAY-SHIFT.
31658         (icalendar-export-region): Fix coding-system-for-write.
31659         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31660         events by one.
31662 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31664         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31666 2005-02-24  Kim F. Storm  <storm@cua.dk>
31668         * international/iso-acc.el (iso-accents-compose): Fix crash
31669         during redisplay.  Call force-window-update after read-event
31670         and delete-region to signal that window is not accurate.
31672 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31674         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31675         Remove unused and inexistent var `inhibit-trace'.
31676         (debugger-mode): Use run-mode-hooks.
31677         (debugger-list-functions): Add buttons; setup xref stack.
31679 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31681         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31682         appointment says it was explicitly made.
31683         (appt-add): Set the 3rd element.
31684         (appt-make-list): Preserve explicit appointments.
31686         * subr.el (find-tag-default): Catch errors in forward-sexp.
31688 2005-02-23  Juri Linkov  <juri@jurta.org>
31690         * info.el (Info-isearch-search): New defcustom.
31691         (Info-isearch-search): Call the default isearch function
31692         when Info-isearch-search is nil.
31693         (Info-isearch-wrap): Use variable Info-isearch-search.
31695 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31697         * cus-edit.el: Comment change.
31699 2005-02-22  Kim F. Storm  <storm@cua.dk>
31701         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31702         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31704 2005-02-22  Simon Josefsson  <jas@extundo.com>
31706         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31707         New variable.
31708         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31709         Oskarsson" <myrkraverk@users.sourceforget.net>.
31711 2005-02-22  Kim F. Storm  <storm@cua.dk>
31713         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31714         check that window of that event is the selected window.
31715         (mouse-drag-region-1): Compare mouse event window to selected
31716         window before setting point.
31718         * tooltip.el (tooltip-show-help-function): Pass event to
31719         mouse-on-link-p so it can check selected window.
31721 2005-02-22  Kenichi Handa  <handa@m17n.org>
31723         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31724         (ps-mule-show-warning): New function.
31725         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31726         characters are found.
31728         * ps-print.el (ps-header-footer-string): Return a list of header
31729         and footer strings.
31731 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31733         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31735 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31737         * frame.el (blink-cursor-mode): Use define-minor-mode.
31739         * term/mac-win.el (function-key-map): Use char-names more consistently.
31740         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31741         already handled in mule-cmds.el (where it also works when mac-win.el
31742         is not used).
31744 2005-02-21  Kenichi Handa  <handa@m17n.org>
31746         * international/mule.el (ctext-pre-write-conversion): Always use
31747         " *code-converting-work*" buffer for work.
31749         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31751 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31753         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31755 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31757         * ses.el (undo-more): Restore defadvice, but only the part that
31758         allows changes outside the restricted area of the buffer.
31760 2005-02-20  Kim F. Storm  <storm@cua.dk>
31762         * simple.el (line-move): Add fourth optional arg try-vscroll which
31763         must be set to perform auto-window-vscroll.
31764         When moving backwards and doing auto-window-vscroll, automatically
31765         vscroll to the last part of lines which are taller than the window.
31766         (next-line, previous-line): Set try-vscroll arg on line-move.
31768 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31770         * replace.el (query-replace, query-replace-regexp)
31771         (replace-string, replace-regexp): When operating on region, make
31772         the minibuffer prompt say so.
31774         * isearch.el (isearch-forward): Document isearch-query-replace and
31775         isearch-query-replace-regexp keybindings.
31777 2005-02-19  Jay Belanger  <belanger@truman.edu>
31779         * calc/calc-aent.el (math-read-token): Add local variable.
31781         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31782         (calc-edit-top): Move declaration to earlier in file.
31783         (calc-edit-macro-repeats): Add local variables.
31785         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31786         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31787         calcFunc-tanh.
31788         Adjust integration rule for calcFunc-tan.
31790 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31792         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31793         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31794         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31795         (viper-skip-separators): Bug fix.
31796         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31797         particular major mode.
31798         (viper-del-backward-char-in-replace): Don't put deleted char on the
31799         kill ring.
31801         * viper-ex.el (viper-color-display-p): New function.
31802         (viper-has-face-support-p): Use viper-color-display-p.
31804         * viper-keym.el (viper-gnus-modifier-map): New keymap.
31806         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31808         * viper-util.el (viper-glob-unix-files): Fix shell status check.
31809         (viper-file-remote-p): Make equivalent to file-remote-p.
31811         * viper.el (viper-major-mode-modifier-list):
31812         Use viper-gnus-modifier-map.
31814 2005-02-19  David Kastrup  <dak@gnu.org>
31816         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31817         quoting.
31819 2005-02-19  Jay Belanger  <belanger@truman.edu>
31821         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31822         Remove extra definitions.
31823         (calc-coth): New function.
31824         (calcFunc-cot): Fix `let'.
31826 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31828         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31829         the reasons we use "type pc" in these faces.
31831         * button.el (button): Ditto.
31833 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31835         * replace.el (query-replace-read-from): Set the value of
31836         query-replace-from-history-variable to handle the case of an empty
31837         string entered to accept the suggested default.
31839         * net/tramp.el (tramp-file-name-for-operation):
31840         Use dired-call-process instead of dired-call-process-command.
31842 2005-02-19  Jay Belanger  <belanger@truman.edu>
31844         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31845         (math-div-non-trig): New variables.
31846         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31847         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31848         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31849         trig expressions.
31851 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31853         * progmodes/gdb-ui.el (gdb-var-update-handler)
31854         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31855         for watch expressions,
31856         (gdb-var-create-handler): Don't set speedbar-update-flag.
31857         (gdb-post-prompt): Simplify test for speedbar.
31859 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31861         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31862         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31863         we use the syntax table of the correct buffer.
31864         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31865         Felix Gatzemeier.
31867         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31868         (ediff-file-remote-p): Make synonymous with file-remote-p.
31869         In all deffaces ediff-*-face-*, use min-colors.
31871         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31872         ediff-recurse-to-subdirectories.
31873         (ediff-mark-if-equal): Check that the arguments are strings, use
31874         ediff-same-contents (after to Felix Gatzemeier).
31876         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31877         nil.
31879 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31881         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31883 2005-02-18  David Kastrup  <dak@gnu.org>
31885         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31886         use `mark-active' when defined.
31888 2005-02-18  Kenichi Handa  <handa@m17n.org>
31890         * ps-print.el (ps-font-info-database): New entry
31891         ZapfChancery-MediumItalic with correct font name.  Fix font name
31892         of the entry Zapf-Chancery-MediumItalic.
31894 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31896         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31898 2005-02-16  Kim F. Storm  <storm@cua.dk>
31900         * ido.el (ido-fallback-command): Pass user input to fallback command.
31902 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31904         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31905         (gdb-find-file-hook): Add server prefix.
31907 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31909         * replace.el (perform-replace): Pass new args to replace-highlight.
31910         (replace-highlight): Take region args,
31911         and pass them to isearch-lazy-highlight-new-loop.
31913         * novice.el (disabled-command-hook): Autoload the defalias
31914         and the make-obsolete-variable call.
31916         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31918         * isearch.el (isearch-lazy-highlight-start-limit)
31919         (isearch-lazy-highlight-end-limit): New variables limit
31920         the region for highlighting.
31921         (isearch-lazy-highlight-new-loop): New args BEG and END.
31922         (isearch-lazy-highlight-search): Use the new vars.
31923         (isearch-lazy-highlight-update): Likewise.
31925         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31927         * cus-start.el (all): Use default-boundp.
31929 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31931         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31933 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
31935         * autorevert.el (auto-revert-stop-on-user-input)
31936         (auto-revert-verbose): Doc fixes.
31938 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
31940         * international/mule-cmds.el (set-locale-environment): Remove call
31941         to set-selection-coding-system on Windows.
31943 2005-02-15  Jay Belanger  <belanger@truman.edu>
31945         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31946         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31947         calcFunc-coth.
31948         (math-simplify-sqrt): Add simplifications.
31950         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31951         to list.
31953         * calc/calc-ext.el: Add functions to autoloads.
31955         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31956         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31957         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31958         (math-csc-raw, math-cot-raw): New functions.
31960         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31962         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31963         the variable name in a message.
31965         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31966         calcFunc-csc, calcFunc-cot.
31968         * calc/calcalg2.el: Add derivative and integration rules for
31969         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31970         calcFunc-csch, calcFunc-coth.
31971         (math-do-integral-methods): Add to checks for when to use
31972         substitutions.
31974         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31976 2005-02-15  Lute Kamstra  <lute@gnu.org>
31978         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31979         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
31980         <monnier@iro.umontreal.ca>.
31981         (lisp-outline-level): Improve efficiency.  Suggested by David
31982         Kastrup <dak@gnu.org>.
31984 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
31986         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31987         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31988         (gdb-set-gud-minor-mode-existing-buffers): New functions.
31989         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
31990         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31992 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
31994         * cus-start.el (all): Comment change.
31996 2005-02-14  Lute Kamstra  <lute@gnu.org>
31998         * cus-start.el (all): Check if symbol is void.
32000 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32002         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32003         optional argument to \cite.
32005 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32007         * cus-edit.el (custom-buffer-create-internal): Update help message.
32008         (custom-magic-alist): Update help messages.
32010         * cus-start.el (all): Allow a var to specify a standard value.
32012 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32014         * custom.el (custom-theme-set-variables): Handle variable aliases.
32016         * frame.el (blink-cursor-timer): Doc fix.
32017         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32018         declare obsolete.
32019         (blink-cursor-mode): Define with defcustom and use correct
32020         standard expression in that defcustom.
32021         * startup.el (command-line): Adapt to above changes in frame.el.
32023 2005-02-11  Lute Kamstra  <lute@gnu.org>
32025         * apropos.el (apropos-score-doc): Prevent division by zero.
32027 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32029         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32030         (icalendar--get-event-property-attributes)
32031         (icalendar--get-event-properties)
32032         (icalendar--datetime-to-diary-date): New functions.
32033         (icalendar--split-value): Doc fix.
32034         (icalendar--datetime-to-noneuropean-date)
32035         (icalendar--datetime-to-european-date): New optional argument
32036         SEPARATOR.  Return result as a string instead of a list.
32037         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32038         (icalendar--convert-string-for-export): Rename arg S to STRING.
32039         (icalendar-export-region): Doc fix.  Change name of error buffer.
32040         Save output buffer.
32041         (icalendar-import-file): Add blank at end of prompt.
32042         (icalendar-import-buffer): Doc fix.  Do not switch to error
32043         buffer.  Indicate status in return value.
32044         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32045         buffer.  Save output buffer.  Handle exception from recurrence
32046         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32047         events.  Fix problems with weekly all-day events.
32049 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32051         * simple.el (eval-expression-print-format):
32052         Avoid warning about edebug-active.
32054         * help.el (help-for-help-internal): Rename from help-for-help.
32055         (help-for-help): Define with defalias.
32057         * font-core.el (font-lock-default-function): Use with-no-warnings.
32059         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32061         * custom.el (defface): Doc fix.
32063 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32065         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32066         width 0" to prevent word wrapping problems.
32068 2005-02-09  Kim F. Storm  <storm@cua.dk>
32070         * ido.el (ido-file-extensions-order): New defcustom.
32071         (ido-file-extension-lessp, ido-file-extension-aux)
32072         (ido-file-extension-order): New advanced file ordering.
32073         (ido-file-lessp): New simple file ordering.
32074         (ido-sort-list): Remove.
32075         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32076         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32078 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32080         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32081         that some versions of grep produce.
32082         (grep-mode-font-lock-keywords): Likewise.
32084 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32086         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32087         (gdb-cdir): Delete.
32088         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32089         (gdb-source-info): Treat case when source file is in another
32090         directory properly.
32091         (gdb-get-location): New function.
32093 2005-02-07  Jay Belanger  <belanger@truman.edu>
32095         * calc/calc-prog.el (calc-write-parse-table-part)
32096         (calc-fix-token-name): Fix a check for language type.
32098         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32100 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32102         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32103         as directory not writable.
32105 2005-02-07  Kim F. Storm  <storm@cua.dk>
32107         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32108         (cua--standard-movement-commands): Remove list.
32109         Instead, set CUA property value to move for movement commands.
32110         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32111         (cua--pre-command-handler): Check CUA property.
32112         (cua--init-keymaps): Don't remap undo commands.
32113         (cua-mode): Don't call cua--rectangle-on-off.
32115         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32116         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32117         (cua--rect-undo-set-point): New var.
32118         (cua--rectangle-undo-boundary): Setup undo apply entry.
32119         (cua--rect-undo-handler): New function for rectangle undo.
32120         (cua--rect-start-position, cua--rect-end-position): Add.
32121         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32122         for restored rectangle.  Set point if cua--rect-undo-set-point.
32124 2005-02-06  Jay Belanger  <belanger@truman.edu>
32126         * calc/calc-lang.el (calc-tex-language): Display more information
32127         in messages.
32129         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32130         in TeX mode.
32132 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32134         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32136 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32138         * net/ldap.el (ldap-search-internal): Support attributes with
32139         optional descriptions separated by a semi-colon, as in
32140         "userCertificate;binary".
32142 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32144         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32145         isn't a cons (i.e. the version is 0).
32147 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32149         * help.el (help-for-help): Doc fix.
32151 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32153         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32154         GDB-Windows on the menu-bar as this works better.
32156 2005-02-04  Jay Belanger  <belanger@truman.edu>
32158         * calc/calc-embed.el (calc-embedded-update): Don't put in
32159         unnecessary newlines.  Adjust the end of formula marker.
32161         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32162         (math-latex-parse-two-args): New function.
32164 2005-02-03  Lute Kamstra  <lute@gnu.org>
32166         * help-fns.el (help-with-tutorial): Make sure that users cannot
32167         remove the entire text of the tutorial by means of `undo'.
32169 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32171         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32172         in recent changes, where the ispell process was repeatedly
32173         killed & restarted.
32175         * international/mule-cmds.el (set-locale-environment): Set file-name
32176         coding system to utf-8 on Darwin systems.
32177         (set-default-coding-systems): Don't set default-file-name-coding-system
32178         on Darwin systems.
32180 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32182         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32184 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32186         * faces.el (list-faces-display): Add optional argument.
32188 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32190         * font-core.el (font-lock-default-function): Handle the rare case where
32191         only font-lock-keywords is set.
32193 2005-02-02  Kenichi Handa  <handa@m17n.org>
32195         * international/characters.el: Cancel previous change for
32196         I-WITH-DOT-ABOVE and DOTLESS-i.
32198         * international/latin-5.el: Cancel previous change.
32200 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32202         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32204 2005-02-02  Kenichi Handa  <handa@m17n.org>
32206         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32207         DOTLESS-i.
32209         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32210         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32212         * case-table.el (get-upcase-table): New function.
32213         (copy-case-table): Copy upcaes table too if non-nil.
32214         (set-case-syntax-delims): Maintain upcase table too.
32215         (set-case-syntax-pair): Likewise.
32216         (set-upcase-syntax, set-downcase-syntax): New functions.
32217         (set-case-syntax): Maintain upcase table too.
32219 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32221         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32223         * progmodes/gud.el (gud-goto-info): New function.
32224         (gud-tool-bar-map): Use correct icon.
32226 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32228         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32229         When delegating, order args in the funcall correctly.
32231 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32233         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32235 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32237         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32238         buffer not visiting a file.
32240 2005-01-31  Jay Belanger  <belanger@truman.edu>
32242         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32243         bound on the line with the formula.
32245 2005-01-31  Kim F. Storm  <storm@cua.dk>
32247         * ses.el (ses-create-cell-variable-range)
32248         (ses-destroy-cell-variable-range, ses-reset-header-string)
32249         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32250         (ses-insert-row): Fix format of apply undo entries.
32252 2005-01-31  Jay Belanger  <belanger@truman.edu>
32254         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32255         parts.
32257         * calc/calc-embed.el (calc-embedded-open-formula)
32258         (calc-embedded-close-formula): Ignore matrix environments.
32260         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32261         TeX mode.
32263         * calc/calc-lang.el (math-function-table, math-oper-table)
32264         (math-variable-table): Adjust the LaTeX portions.
32266         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32267         (math-latex-ignore-words): New constant.
32269 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32271         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32272         (ispell-local-dictionary): Doc fix.
32273         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32274         Don't reinitialize at run time.  Don't defcustom.
32275         All uses changed to append ispell-local-dictionary-alist,
32276         or check it first.
32277         (ispell-current-dictionary): New variable for dictionary in use.
32278         (ispell-dictionary): Now used only for global default.
32279         (ispell-start-process): Set ispell-current-dictionary,
32280         not ispell-dictionary.
32281         (ispell-change-dictionary): Use this only for setting
32282         user preferences.
32283         (ispell-internal-change-dictionary): New function
32284         to change the current dictionary in use.
32285         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32286         Use ispell-current-dictionary.
32287         Handle ispell-local-dictionary-overridden.
32288         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32290 2005-01-31  Jay Belanger  <belanger@truman.edu>
32292         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32294         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32295         (calc-mode-map): Add calc-latex-language.
32297         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32298         (math-latex-print-frac): New functions.
32299         (math-oper-table, math-function-table, math-variable-table)
32300         (math-complex-format, math-input-filter): Add latex properties.
32301         (calc-set-language): Set math-expr-special-function-mapping.
32303         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32304         (calc-write-parse-table-part): Add LaTeX support.
32306         * calc/calc.el (calc-language): Adjust docstring.
32307         (calc-set-mode-line): Add LaTeX support.
32308         (math-expr-special-function-mapping): New variable.
32309         (math-tex-ignore-words): Add to list.
32311         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32312         Add LaTeX support.
32313         (math-compose-expr): Add support for special functions.
32315         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32317 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32319         * progmodes/gdb-ui.el (gdb-memory-address)
32320         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32321         (gdb-memory-mode-map, gdb-memory-format-keymap)
32322         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32323         (gdb-memory-unit-menu): New variables for a buffer
32324         that lets the user examine program memory.
32325         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32326         (gdb-memory-format-binary, gdb-memory-format-octal)
32327         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32328         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32329         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32330         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32331         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32332         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32333         (gdb-memory-mode, gdb-memory-buffer-name)
32334         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32335         New functions for above buffer.
32337 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32339         * cus-edit.el (custom-bury-buffer): Function deleted.
32340         (custom-buffer-done-function): Option deleted.
32341         (custom-buffer-done-kill): New replacement option.
32342         (Custom-buffer-done): Call quit-window.
32343         (custom-buffer-create-internal): Update for above changes.
32345 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32347         * simple.el (undo-ask-before-discard): New var.
32348         (undo-outer-limit-truncate): Implement it.
32349         (undo-extra-outer-limit): Doc update.
32351 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32353         * ses.el (undo-more): Delete defadvice.
32354         (ses-begin-change): Doc fix.
32356         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32357         instead of rebinding C-x u and C-_.
32359         * files.el (normal-backup-enable-predicate): Return nil for files
32360         in /tmp, regardless of temporary-file-directory.
32362         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32364         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32365         (open-rectangle, delete-whitespace-rectangle-line)
32366         (clear-rectangle-line): If FILL, pass t instead of FILL
32367         for move-to-column's 2nd arg.
32369         * simple.el (undo): Fix the test for continuing a series of undos.
32370         (undo-more): Set pending-undo-list to t when we reach end.
32371         (pending-undo-list): Move up defvar.
32373         * wid-edit.el (widget-button-click):
32374         Shorten the range of the track-mouse binding.
32376         * comint.el (comint-insert-input): Undo previous changes;
32377         use last-input-event in interactive spec.
32379 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32381         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32382         to nil before invoking call-process.  Reset buffer's modified flag
32383         after fontifying it in the no-async branch.
32385         * wid-edit.el (widget-specify-button): If mouse pointer shape
32386         cannot be changed, use mouse face instead.
32388 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32390         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32391         (gdb-goto-breakpoint): Make breakpoint handling work on template
32392         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32393         (gdb-assembler-custom): Update to recognize breakpoint information
32394         added on 2005-01-19.
32396 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32398         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32399         (dsssl-mode): Use define-derived-mode.
32400         (scheme-mode-initialize): Remove.
32401         (scheme-mode): Use run-mode-hooks.
32403         * cus-edit.el (customize-group-other-window)
32404         (custom-buffer-create-other-window): Don't override special-display-*.
32405         (custom-mode-map): Make it dense.
32407         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32408         sets the default value.
32410 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32412         * descr-text.el: Add more keywords.
32414 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32416         * speedbar.el: Avoid unnecessary use of locate-library.
32418         * international/mule-cmds.el (standard-display-european-internal):
32419         Don't fiddle with latin-1 non-break space any more since it's now
32420         special cased in the C code.
32421         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32423 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32425         * cus-start.el (all): Add `undo-outer-limit'.
32427 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32429         * textmodes/bibtex.el (bibtex-format-entry):
32430         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32431         field lines.
32432         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32433         not on part of a buffer.
32435 2005-01-25  Lute Kamstra  <lute@gnu.org>
32437         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32438         nonempty field text strings like "{letters\\macro{}more letters}".
32439         Clarify docstring.
32440         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32441         (bibtex-entry-offset, bibtex-parse-association)
32442         (bibtex-parse-field-name): Fix typos in docstrings.
32443         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32445 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32447         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32448         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32449         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32450         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32452         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32453         isearch minor mode.
32455 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32457         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32459 2005-01-24  Lute Kamstra  <lute@gnu.org>
32461         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32462         CASECHARS and NOT-CASECHARS regular expressions of the
32463         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32464         striding over charsets" error.
32466 2005-01-24  Jay Belanger  <belanger@truman.edu>
32468         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32469         display variable name.
32471 2005-01-24  Kenichi Handa  <handa@m17n.org>
32473         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32474         Fix setting of the element of encoded-kbd-iso2022-invocations.
32476 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32478         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32479         (gdb-threads-select): Change to also accept mouse events.
32480         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32481         (gdb-threads-mouse-select): Delete.
32483 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32485         * files.el (insert-directory): Take care of empty directory,
32486         listed without -a switch.
32488 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32490         * textmodes/refill.el (refill-post-command-function):
32491         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32492         to the list of functions that we should be careful not to undo.
32493         (refill-late-fill-paragraph-function): Remove.
32494         (refill-saved-state): New var.
32495         (refill-mode): Use it to save fill-paragraph-function.
32496         Save also the value of auto-fill-function.
32498         * term/w32-win.el: Simplify code.
32500 2005-01-23  Kim F. Storm  <storm@cua.dk>
32502         * simple.el (line-move): Adapt to new return value from
32503         pos-visible-in-window-p.
32505         * simple.el (line-move): Fix last change.  Check partial
32506         visibility at point rather than at window-start.
32508 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32510         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32512 2005-01-22  David Kastrup  <dak@gnu.org>
32514         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32516 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32518         * type-break.el (type-break-mode): Add a test for
32519         type-break-file-name being non-nil.
32521 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32523         * net/eudc.el (top level): Call (message "") via progn, so that
32524         eudc-options-file is loaded.
32526 2005-01-22  Kim F. Storm  <storm@cua.dk>
32528         * simple.el (line-move-1): Rename from line-move.
32529         (line-move): New function that adjusts vscroll for partially
32530         visible rows, and calls line-move-1 otherwise.
32532 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32534         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32535         since it's not a complete read-event implementation
32537 2005-01-20  Jay Belanger  <belanger@truman.edu>
32539         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32540         for called function.
32542 2005-01-20  Steven Tamm  <steventamm@mac.com>
32544         * term/mac-win.el (process-connection-type): Remove.
32545         Controlled now by s/darwin.h:PTY_ITERATION.
32547 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32549         * window.el (handle-select-window): Don't switch window when we're
32550         in the minibuffer.
32552 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32554         * subr.el (dotimes-with-progress-reporter): New macro.
32556         * ses.el (ses-dotimes-msg): Remove macro.
32557         Use `dotimes-with-progress-reporter' instead.
32559 2005-01-19  Steven Tamm  <steventamm@mac.com>
32561         * term/mac-win.el (process-connection-type): Use new
32562         operating-system-release variable to use ptys on Darwin 7 (OS X
32563         10.3) when using carbon build.
32565 2005-01-19  Jay Belanger  <belanger@truman.edu>
32567         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32568         flags if the last command was a tab or M-tab.
32570         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32571         in formula editing buffer.
32573 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32575         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32576         breakpoint image symbol in margin.
32578 2005-01-19  Jay Belanger  <belanger@truman.edu>
32580         * calc/calc-prog.el (calc-execute-kbd-macro):
32581         Ignore calc-keep-arg-flag.
32583 2005-01-19  Kenichi Handa  <handa@m17n.org>
32585         * textmodes/ispell.el (ispell-looking-at): New function.
32586         (ispell-process-line): Use ispell-looking-at to compare the ispell
32587         output and the buffer contents.
32589 2005-01-18  Jay Belanger  <belanger@truman.edu>
32591         * calc/calc.el (calc-display-raw): Fix docstring.
32593 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32595         * simple.el (blink-matching-open): Strip extra info from syntax.
32597         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32598         funny chars in the end-of-here-doc marker.
32600 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32602         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32603         that enable/disabled state of breakpoints is shown correctly in
32604         fringe and on ttys.
32605         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32606         Add breakpoint information as text properties.
32607         (gdb-mouse-toggle-breakpoint):
32608         Rename to gdb-mouse-set-clear-breakpoint.
32609         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32610         breakpoints in the margin.
32611         (gdb-remove-strings): Simplify.
32613 2005-01-17  Jay Belanger  <belanger@truman.edu>
32615         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32616         erasing buffer.
32618 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32620         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32621         for calling grep-compute-defaults.
32623         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32624         if buffer is empty.
32626         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32628 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32630         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32632         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32633         non-preloaded variables.
32635 2005-01-17  Steven Tamm  <steventamm@mac.com>
32637         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32638         tex-shell cause to force interactivity when using pipes.
32640 2005-01-17  Kim F. Storm  <storm@cua.dk>
32642         * simple.el (just-one-space): Make arg optional.
32644 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32646         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32647         posn-at-x-y to t to access left-margin.
32649 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32651         Sync with Tramp 2.0.47.
32653         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32654         catching keep-date problems in cp/scp operations.
32655         (tramp-handle-copy-file): Don't call `set-file-modes'
32656         unconditionally.  Specialized functions should know better what is
32657         necessary.  This improves performance a little bit, and the
32658         functions could catch errors with `cp -p' and `scp -p'.
32659         (tramp-do-copy-or-rename-file-via-buffer)
32660         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32661         when appropriate.
32662         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32663         Call `set-file-modes' when appropriate.
32664         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32665         Johnsson <isak@hypergene.com>.
32666         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32667         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32668         <joakim@verona.se>.
32669         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32670         Emacs only.
32672         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32673         `find-file-hooks' and `dired-mode-hook'.
32674         (tramp-minor-mode-map): Respective map.  Add remapping for
32675         `compile' and `recompile'.
32676         (tramp-remap-command, tramp-recompile): New defuns.
32677         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32678         in buffer "*Compilation*".  Call the commands asynchronously.
32680         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32681         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32682         `shell-command', because it isn't magic in XEmacs.  Reported by
32683         Adrian Aichner <adrian@xemacs.org>.
32685         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32686         `substitute-in-file-name.
32687         (tramp-smb-handle-substitute-in-file-name): New defun.
32688         (tramp-smb-advice-PC-do-completion): Delete advice.
32690 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32692         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32693         Fix error in deleting region.
32695 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32697         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32698         In non-temp buffer, switch syntax table temporarily.
32700         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32702         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32704         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32706         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32707         (imenu--generic-function): Use START, not BEG, as pos of definition.
32709         * simple.el (just-one-space): Argument specifies number of spaces.
32711         * simple.el (eval-expression-print-format): Avoid warning
32712         about edebug-active.
32714 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32716         * progmodes/sh-script.el: Code copied from make-mode.el
32717         with small changes,
32718         (sh-mode-map): Bind C-c C-\.
32719         (sh-backslash-column, sh-backslash-align): New variables.
32720         (sh-backslash-region, sh-append-backslash): New functions.
32722 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32724         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32725         (rmail-pop-password, rmail-pop-password-required): Move to
32726         rmail-obsolete group.
32727         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32728         All callers updated.
32729         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32730         Take an argument specifying whether it is POP or IMAP mailbox we
32731         are using.  All callers updated.
32732         (rmail-pop-password-error): Rename to
32733         rmail-remote-password-error.  Added mailutils-specific error message.
32734         (rmail-movemail-search-path)
32735         (rmail-movemail-variant-in-use): New variables.
32736         (rmail-remote-password, rmail-remote-password-required):
32737         New customization variables.
32738         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32739         (rmail-parse-url): New function.
32740         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32741         with GNU mailutils movemail.
32743 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32745         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32746         suffix to space, $ or '$, to correctly position point when going
32747         to @table style constants like DBL_MAX.
32749 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32751         * type-break.el (type-break-mode, type-break-file-time)
32752         (type-break-file-keystroke-count, type-break-choose-file):
32753         Don't store data in or load data from the file if type-break-file-name
32754         is nil.
32755         (type-break-file-name): Doc update as per the above.
32757 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32759         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32760         lookup-key might return nil; handle that.
32762 2005-01-15  Alan Mackenzie  <acm@muc.de>
32764         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32765         rather than the element found, thus enabling the tree to be setcar'd.
32767 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32769         * textmodes/org.el (org-show-following-heading): New option.
32770         (org-show-hierarchy-above): Use `org-show-following-heading'.
32771         (org-cycle): Documentation fix.
32773         * textmodes/org.el (orgtbl-optimized): New option
32774         (orgtbl-mode): New command, a minor mode.
32775         (orgtbl-mode-map): New variable.
32776         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32777         (orgtbl-error, orgtbl-self-insert-command)
32778         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32780         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32781         a local variable in each org-mode buffer.
32783         * textmodes/org.el (org-set-regexps-and-options): Rename from
32784         `org-set-regexps'.  Added checking for STARTUP keyword.
32785         (org-get-current-options): Add STARTUP options.
32786         (org-table-insert-row): Make mode intelligent about when
32787         realignment is needed.
32788         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32789         New commands.
32790         (org-enable-table-editor): New default value `optimized'.
32791         (org-table-blank-field): Support blanking regions if active.
32793 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32795         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32796         if the year is not given.
32798         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32799         Add new escapes %m and %M, fixed bug with %F by adding
32800         save-match-data.
32801         (reftex-reference): Remove ?. from list of spaces.
32802         (reftex-label-info): Add automatic label prefix recognition.
32804         * textmodes/reftex-index.el (reftex-index-next-phrase):
32805         Add slave parameter to call of `reftex-index-this-phrase'.
32806         (reftex-index-this-phrase): New optional argument.
32807         (reftex-index-region-phrases): Add slave parameter to call of
32808         `reftex-index-this-phrase'.
32809         (reftex-display-index): New argument redo.
32810         (reftex-index-rescan): Add `redo' to arguments of
32811         `reftex-display-index'.
32812         (reftex-index-Rescan, reftex-index-revert)
32813         (reftex-index-switch-index-tag): Add `redo' to arguments of
32814         `reftex-display-index'.
32815         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32816         indexing.  Fix bug with matching is there is a quote before or
32817         after the word.
32819         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32820         Fix bug when collecting citation keys in lines with comments.
32821         (reftex-citation): Prefix argument no longer rescans the document,
32822         but forces prompting for optional arguments of cite macros.
32823         (reftex-do-citation): Prompting for optional arguments implemented.
32825         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32826         Add optional arguments to most cite commands.
32827         (reftex-cite-cleanup-optional-args): New option
32828         (reftex-cite-prompt-optional-args): New option.
32829         (reftex-trust-label-prefix): New option.
32831         * textmodes/reftex-toc.el (reftex-toc-find-section):
32832         Add push-mark before changing the position in the buffer.
32834         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32835         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32837 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32839         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32840         more carefully.
32842 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32844         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32845         (sgml-mode): Use it.
32846         (sgml-get-context): Better keep track of implicitly closed tags.
32848 2005-01-13  Kenichi Handa  <handa@m17n.org>
32850         * textmodes/ispell.el: These changes are to fix misalignment error
32851         caused by equivalent characters of different Emacs charsets.
32852         (ispell-unified-chars-table): New variable.
32853         (ispell-get-decoded-string): New function.
32854         (ispell-get-casechars, ispell-get-not-casechars)
32855         (ispell-get-otherchars): Call ispell-get-decoded-string.
32857 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
32859         * custom.el (custom-declare-variable): Just put symbol instead
32860         of (defvar . symbol) in `current-load-list'.
32862 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32864         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32866 2005-01-12  Jay Belanger  <belanger@truman.edu>
32868         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32869         to create a Calc summary.
32871 2005-01-12  Kim F. Storm  <storm@cua.dk>
32873         * mouse.el (mouse-on-link-p): Change functionality and doc
32874         string to comply with latest description in lisp ref.
32876 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32878         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32879         Enable mouse clicks on mode-line, header-line and margin.
32880         (event-type): Give mouse event symbols an `event-kind' property
32881         with value `mouse-click'.
32883 2005-01-12  Juri Linkov  <juri@jurta.org>
32885         * facemenu.el (list-colors-display): Add new arg buffer-name.
32886         Use it.  Fix docstring.  Replace code for identifying duplicate
32887         colors by the name with call to `list-colors-duplicates' which
32888         identifies duplicate colors by the value unless the color
32889         is one of special Windows colors.  Set truncate-lines to t.
32890         Print sorted duplicate color names on each line.  Indent to 22
32891         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32892         (list-colors-duplicates): New function.
32893         (facemenu-color-name-equal): Delete function.
32895         * facemenu.el (list-colors-print): New function created from code
32896         in list-colors-display.  Print #RRGGBB at the window right edge.
32897         (list-colors-display): When temp-buffer-show-function is not
32898         defined, call list-colors-print from temp-buffer-show-hook
32899         to get the right value of window-width in list-colors-print
32900         after the buffer is displayed.
32902         * simple.el (pop-mark): Move deactivate-mark out of conditional
32903         part to deactivate the active mark regardless of the state of the
32904         mark ring.
32906         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32907         variables line in desktop files.
32909 2005-01-12  Juri Linkov  <juri@jurta.org>
32911         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32912         Bring together isearch highlight related options.
32913         (lazy-highlight): Replace group `replace' by `matching'.
32914         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32915         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32916         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32917         and declare them obsolete.
32918         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32919         (isearch-faces): Remove defgroup.
32920         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32921         Move isearch highlighting code closer to lazy highlighting code.
32923         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32924         (query-replace-highlight, query-replace-lazy-highlight)
32925         (query-replace): Move definitions to the beginning of the file.
32927 2005-01-11  Juri Linkov  <juri@jurta.org>
32929         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32930         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32931         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32933         * info.el (Info-history-forward): New variable.
32934         (Info-select-node): Reset Info-history-forward to nil.
32935         (Info-last): Turn into defalias.
32936         (Info-history-back): Rename from Info-last.
32937         Add current node to Info-history-forward.
32938         (Info-history-forward): New fun.
32939         (Info-mode-map): Replace Info-last by Info-history-back.
32940         Bind Info-history-forward to "r".
32941         (Info-mode-menu): Replace Info-last by Info-history-back.
32942         Fix menu item text.  Add menu item for Info-history-forward.
32943         (info-tool-bar-map): Replace Info-last by Info-history-back.
32944         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
32945         for Info-history-forward.
32946         (Info-mode): Replace Info-last by Info-history-back in docstring.
32947         Add local variable Info-history-forward.
32948         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32950 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32952         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32953         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32954         Ignore select-window events rather than fiddle with
32955         mouse-autoselect-window.
32957 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
32959         * type-break.el (type-break-mode): Fix previous change.
32961 2005-01-10  Jay Belanger  <belanger@truman.edu>
32963         * calc/calc-ext.el (calc-reset): Reset when inside embedded
32964         calculator; only reset when point is inside a calculator.
32965         Don't adjust the window height if the window takes up the whole height
32966         of the frame.
32968 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
32970         * ebuff-menu.el (Electric-buffer-menu-mode):
32971         Preserve value of buffer-local var header-line-format.
32973 2005-01-09  Jay Belanger  <belanger@truman.edu>
32975         * calc/calc.el (calc-mode-var-list-restore-saved-values):
32976         Make sure settings file exists before accessing it.
32978         * calc/calc-embed.el (calc-embedded-subst):
32979         Replace math-multi-subst-rec, which is only supposed to be called
32980         by math-multi-subst, by math-multi-subst.
32982 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
32984         * vc.el (vc-allow-async-revert): New user option.
32985         (vc-disable-async-diff): New internal variable.
32986         (vc-revert-buffer): Use them to disable asynchronous diff.
32988         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32989         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32990         asynchronously if vc-disable-async-diff is t.
32992 2005-01-09  Jay Belanger  <belanger@truman.edu>
32994         * calc/calc.el (defcalcmodevar): New macro.
32995         (calc-mode-var-list-restore-default-values)
32996         (calc-mode-var-list-restore-saved-values): New functions.
32997         (calc-mode-var-list): Use defcalcmodevar to define it.
32998         (calc-always-load-extensions, calc-line-numbering)
32999         (calc-line-breaking, calc-display-just, calc-display-origin)
33000         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33001         (calc-group-char, calc-point-char, calc-frac-format)
33002         (calc-prefer-frac, calc-hms-format, calc-date-format)
33003         (calc-float-format, calc-full-float-format, calc-complex-format)
33004         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33005         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33006         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33007         (calc-matrix-brackets, calc-language, calc-language-option)
33008         (calc-left-label, calc-right-label, calc-word-size)
33009         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33010         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33011         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33012         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33013         (calc-window-height, calc-display-trail, calc-show-selections)
33014         (calc-use-selections, calc-assoc-selections)
33015         (calc-display-working-message, calc-auto-why, calc-timing)
33016         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33017         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33018         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33019         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33020         (calc-gnuplot-geometry, calc-graph-default-resolution)
33021         (calc-graph-default-resolution-3d, calc-invocation-macro)
33022         (calc-show-banner): Use defcalcmodevar to declare them and set
33023         their default values.
33025         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33026         instead of default values (but restore default values if there is
33027         an argument of 0).
33029 2005-01-09  David Kastrup  <dak@gnu.org>
33031         * desktop.el (desktop-restore-eager): Fix typo in type.
33033 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33035         * cus-edit.el (customize): Delete :link.
33037 2005-01-08  Jay Belanger  <belanger@truman.edu>
33039         * calc/calc.el (calc-mode): Remove the extension from the
33040         `calc-settings-file' file name when loading it.
33042 2005-01-08  Kim F. Storm  <storm@cua.dk>
33044         * info.el (Info-mode-map, Info-next-link-keymap)
33045         (Info-prev-link-keymap, Info-up-link-keymap):
33046         Map follow-link to mouse-face.
33047         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33049 2005-01-08  Jay Belanger  <belanger@truman.edu>
33051         * calc/calc.el (calc-settings-file): Change default value.
33052         Suggested by cgw in a comment in calc-mode.el.
33054         * calc/calc-mode.el (calc-settings-file-name):
33055         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33056         Replace ~/.emacs in a prompt by calc-settings-file.
33058 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33060         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33061         (desktop-lazy-idle-delay): New customizable variables.
33062         (desktop-buffer-args-list): New variable.
33063         (desktop-append-buffer-args): New function.
33064         (desktop-save): Call desktop-append-buffer-args for some buffers.
33065         (desktop-lazy-create-buffer): New function.
33066         (desktop-idle-create-buffers): New function.
33067         (desktop-read): Add message about buffers to restore lazily.
33068         (desktop-lazy-abort): New command.
33069         (desktop-clear): Call desktop-lazy-abort.
33070         (desktop-lazy-complete): New command.
33072 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33074         * emacs-lisp/find-func.el (find-face-definition):
33075         Rename from find-face.
33077 2005-01-06  Kim F. Storm  <storm@cua.dk>
33079         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33081         * man.el (Man-xref-man-page, Man-xref-header-file)
33082         (Man-xref-normal-file): Add follow-link property.
33084 2005-01-06  Jay Belanger  <belanger@truman.edu>
33086         * calc/calc-units.el: Make sure the proper macro definitions are
33087         available when compiling.
33089 2005-01-06  Juri Linkov  <juri@jurta.org>
33091         * isearch.el (isearch-lazy-highlight-update):
33092         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33094 2005-01-06  Miles Bader  <miles@gnu.org>
33096         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33097         (isearch-lazy-highlight-face): Use new name.
33099 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33101         * uniquify.el (uniquify-rationalize-file-buffer-names):
33102         Re-add an interactive spec.
33103         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33104         to the same name.
33106         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33107         (isearch-update, isearch-done): Adjust calls accordingly.
33109 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33111         * custom.el (custom-set-variables, custom-theme-set-variables):
33112         Clarify documentation.
33114         * emacs-lisp/find-func.el (find-variable)
33115         (find-variable-other-window, find-variable-other-frame):
33116         Fix the TYPE args to find-function-read and find-function-do-it.
33117         (find-function): Doc fix.
33118         (find-function-at-point): Replace function-at-point alias.
33120 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33122         * cus-face.el (custom-declare-face):
33123         Record defface in current-load-list.
33125         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33127         * emacs-lisp/find-func.el: Doc fixes.
33128         (find-face-regexp): New variable.
33129         (find-function-regexp-alist): New variable.
33130         (find-function-C-source): Third arg is now TYPE.
33131         (find-function-search-for-symbol): Handle general TYPE.
33132         (find-function-read, find-function-do-it): Handle general TYPE.
33133         (find-definition-noselect, find-face): New functions.
33134         (function-at-point): Alias deleted.
33136 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33138         * battery.el (display-battery-mode): Rename from display-battery.
33139         Handle the case where it gets turned off.
33141 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33143         * cus-edit.el (customize): Make :link point to user doc.
33145         * man.el (Man-fontify-manpage): Turn off undo generation.
33147         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33149 2005-01-04  Andreas Schwab  <schwab@suse.de>
33151         * files.el (insert-directory): Only look for error lines in
33152         inserted text.  Don't move too far after processing --dired markers.
33154 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33156         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33157         Don't expand if the character is @, period, dash, etc.
33158         (define-mail-abbrev): Quote names that contain problem characters.
33160 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33162         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33164 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33166         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33167         (query-replace-highlight, query-replace-lazy-highlight)
33168         (query-replace): Definitions moved up.  Doc fix.
33170 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33172         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33173         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33174         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33175         (lazy-highlight-face): Rename from isearch-lazy-...
33176         Change all references to them.
33178 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33180         * cus-edit.el (custom-file): Doc fix for defcustom.
33181         (custom-file): The function no longer sets the variable
33182         `custom-file' to its return value.
33184         * startup.el (command-line): No longer load `custom-file'.
33186 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33188         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33190         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33191         Don't confuse module-prefixed identifiers for labels.
33192         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33194 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33196         * files.el (basic-save-buffer-1): Fix previous change.
33198         * loadhist.el (file-loadhist-lookup): New function.
33199         (file-provides, file-requires): Use it.
33201         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33202         instead of calculating the right size.
33204 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33206         * vc-svn.el (vc-svn-diff): Stay local if possible.
33208 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33210         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33212         * files.el (hack-local-variables): Fix last change.
33214 2005-01-02  Jay Belanger  <belanger@truman.edu>
33216         * calc/calc-yank.el (calc-edit-top): New variable.
33217         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33218         object.  Change header properties.
33219         (calc-edit-finish, calc-edit-finish-stack-object)
33220         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33221         edited object.
33222         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33223         for the beginning of the edited object.
33224         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33225         for the beginning of the edited object.
33226         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33227         (calc-finish-formula-edit, calc-macro-repeats)
33228         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33229         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33230         beginning of the edited object.
33231         (calc-user-define-edit): Change the header for editing macros.
33232         Remove unnecessary variable.
33234 2005-01-01  Jay Belanger  <belanger@truman.edu>
33236         * calc/calc-yank.el (calc-edit-mode): Change default header.
33237         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33238         * calc/calc-store.el (calc-edit-variable): Change title to match new
33239         header.
33240         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33241         mode to match new header.
33242         (calc-user-define-edit): Change titles to include names of commands.
33243         (calc-finish-formula-edit): Adjust to handle new header.
33244         (calc-finish-macro-edit): Remove.
33245         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33246         (calc-edit-macro-command, calc-edit-macro-command-type)
33247         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33248         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33249         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33250         (calc-edit-macro-finish-edit): New functions.
33251         (calc-user-define-edit): Use new functions to edit named calc macros.
33253 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33255         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33257         * ses.el (copy-region-as-kill): Deactivate mark.
33259 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33261         * replace.el (occur-1): If the output buffer is also an input,
33262         don't kill it, rename it.
33264         * faces.el (set-face-background, set-face-foreground): Doc fix.
33266         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33267         for :foreground and :background.
33269         * dired.el (dired-view-command-alist): Variable deleted.
33270         (dired-view-file, dired-mouse-find-file-other-window):
33271         Delete the code to use it.
33273 2005-01-01  Kim F. Storm  <storm@cua.dk>
33275         * image.el (insert-sliced-image): Use t for line-height property.
33277 See ChangeLog.11 for earlier changes.
33279 ;; Local Variables:
33280 ;; coding: iso-2022-7bit
33281 ;; add-log-time-zone-rule: t
33282 ;; End:
33284     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33286   This file is part of GNU Emacs.
33288   GNU Emacs is free software; you can redistribute it and/or modify
33289   it under the terms of the GNU General Public License as published by
33290   the Free Software Foundation; either version 2, or (at your option)
33291   any later version.
33293   GNU Emacs is distributed in the hope that it will be useful,
33294   but WITHOUT ANY WARRANTY; without even the implied warranty of
33295   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33296   GNU General Public License for more details.
33298   You should have received a copy of the GNU General Public License
33299   along with GNU Emacs; see the file COPYING.  If not, write to the
33300   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33301   Boston, MA 02110-1301, USA.
33303 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1