Regenerate.
[emacs.git] / lisp / ChangeLog
bloba1ca31688a31a52b5e2023986cc45152babcf1b8
1 2007-04-23  Glenn Morris  <rgm@gnu.org>
3         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
5 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
7         * button.el (button): Inherit from link face on a tty.
9 2007-04-23  Glenn Morris  <rgm@gnu.org>
11         * button.el (button): Use color for this face on a tty.
13         * files.el (magic-mode-alist): Allow for carriage-returns in
14         html-mode and sgml-mode entries.
16 2007-04-22  Richard Stallman  <rms@gnu.org>
18         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19         Improve doc string of generated command.
21         * subr.el (read-number): Catch errors.
23         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
25 2007-04-22  Alan Mackenzie  <acm@muc.de>
27         * progmodes/cc-mode.el
28         (c-remove-any-local-eval-or-mode-variables): Replace wrong use of
29         `kill-line' by "delete-" code, to avoid polluting the kill ring.
31 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
33         * image-dired.el: Rename from thumbnails.el.  All instances of
34         "thumbnails" replaced with "image-dired".
36         * dired.el (dired-mode-map): Rename "thumbnails" again, to
37         "image-dired".
39 2007-04-22  Kim F. Storm  <storm@cua.dk>
41         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
42         Don't use kill-line.
44 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
46         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
47         error message.
49 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
51         * dired.el: Rename "tumme" to "thumbnails".
53         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
54         replaced with "thumbnails".
56 2007-04-22  Glenn Morris  <rgm@gnu.org>
58         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
59         and give it the risky-local-variable property.
61         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
62         before defining it.
64 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
66         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
67         Use delete-region instead of kill-line.
69 2007-04-21  Alan Mackenzie  <acm@muc.de>
71         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
72         `kill-region' by `delete-region'.
74 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
76         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
77         instead of kill-region.
79         * progmodes/mantemp.el (mantemp-make-mantemps-region)
80         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
81         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
82         and kill-line.
84         * progmodes/vhdl-mode.el (vhdl-template-type)
85         (vhdl-template-record, vhdl-template-nature)
86         (vhdl-template-configuration-spec, vhdl-template-component-inst)
87         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
88         delete-region instead of kill-word and kill-line.
90 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
92         * dired-x.el (dired-virtual-mode): Doc fix.
94 2007-04-21  Richard Stallman  <rms@gnu.org>
96         * font-lock.el (font-lock-keywords-alist): Mark as risky.
98         * subr.el (read-number): Doc fix.
100         * simple.el (pop-to-mark-command): Display message "mark popped"
101         if point does not move.
102         (set-mark-command): Doc fix.
104 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
106         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
107         (locate-local-filter, locate-local-search): New vars.
108         (locate): Make variables local.
109         (locate-update): Bind locate-buffer-name.  Call locate using
110         locate-local-filter and locate-local-search.
112 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
114         * hi-lock.el (hi-lock-file-patterns-policy): New var.
115         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
116         (hi-lock-mode): Update docstring.
118 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
121         fill-nobreak-predicate when the break is past fill-column.
123 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
125         * locate.el (locate): Output from shell-command should go in the
126         current buffer rather than *Shell Command Output*.
128 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
130         * paren.el (show-paren-function): Fix last fix.
132 2007-04-19  Kevin Ryde  <user42@zip.com.au>
134         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
135         (archive-lzh-summarize): Add optional start arg for where to start
136         looking at the archive.
137         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
139         * international/mule.el (auto-coding-alist): no-conversion for .exe
140         and .EXE.
142 2007-04-19  Alan Mackenzie  <acm@muc.de>
144         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
145         function return type contains "struct", "union", etc.
146         c-end-of-defun goes too far forward.
148 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
150         * paren.el (show-paren-function): Reset window-start to avoid
151         recentering.
153 2007-04-19  Glenn Morris  <rgm@gnu.org>
155         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
157 2007-04-18  Glenn Morris  <rgm@gnu.org>
159         * calendar/diary-lib.el (diary-header-line-format): Add a custom
160         :set function.
161         (diary-list-entries): Only switch to diary-mode from
162         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
163         diary-mode set header-line-format, in case of any customization.
165 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
167         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
168         is less than the length of parse-time-syntax.
170 2007-04-17  David Kastrup  <dak@gnu.org>
172         * replace.el (query-replace-regexp-eval): Deprecate.
174 2007-04-17  Alan Mackenzie  <acm@muc.de>
176         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
177         point too close to EOB, leave point at EOB rather than last `}'.
179 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
181         * textmodes/bibtex.el (bibtex-include-OPTkey)
182         (bibtex-user-optional-fields, bibtex-entry-field-alist):
183         Fix defcustom.
185 2007-04-17  Glenn Morris  <rgm@gnu.org>
187         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
188         be encoded, fall back to current year.
190 2007-04-14  Kevin Ryde  <user42@zip.com.au>
192         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
193         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
194         M "MSDOS".
196 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
198         * progmodes/python.el (python-end-of-block): Avoid looping forever
199         if python-next-statement fails.
201 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
203         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
205 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
207         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
208         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
210 2007-04-15  Jay Belanger  <belanger@truman.edu>
212         * calc/calc.el (calc-version): New function.
213         (calc-trail-mode): Shorten the title.
215 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
217         * mail/footnote.el (footnote-style): Clarify docstring to state
218         that customizing this only applies to future footnotes.
220 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
222         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
223         (bibtex-make-field): Check that INIT is a string. Use functionp.
225 2007-04-14  Glenn Morris  <rgm@gnu.org>
227         * complete.el (PC-goto-end): New buffer-local variable.
228         (PC-do-completion-end): Make buffer-local.
229         (partial-completion-mode) <choose-completion-string-functions>:
230         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
231         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
232         doc string.  Set PC-goto-end for choose-completion.
233         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
234         PC-do-completion.
236         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
237         arg to bibtex-make-field.
238         (bibtex-make-field): Add optional fourth arg NODELIM.
239         Insert delimiters around INIT unless this arg is non-nil.
241 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
243         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
244         global map isn't modified
246 2007-04-14  Glenn Morris  <rgm@gnu.org>
248         * calendar/appt.el (appt-disp-window): Do not split small windows.
249         Suggested by Jeff Miller <jmiller@cablespeed.com>.
251 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
253         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
255         * files.el: Ditto.
257 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
259         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
261         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
262         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
263         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
264         (term-pager-help): Fix typos in docstrings.
266         * wid-edit.el (widget-documentation): Fix typo in docstring.
268         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
269         Fix typos in error messages.
271 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
273         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
274         window marked as dedicated.
276         * mail/footnote.el (footnote-latin-string): New variable.
277         (footnote-latin-regexp): Redefine as regexp alternative.
278         (Footnote-latin): Use footnote-latin-string instead of
279         footnote-latin-regexp.
281 2007-04-13  Glenn Morris  <rgm@gnu.org>
283         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
284         inherited keymaps.
286 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
288         * outline.el (outline-get-next-sibling): Clarify docstring.
289         (outline-get-last-sibling): Handle case where we are at the first
290         heading.  Clarify docstring.
292 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
294         * progmodes/gud.el (gud-minor-mode-map): Make go button same
295         length as stop button to lessen flicker.
296         (jdb): Add gud-print.
297         (gud-find-expr): Jdb prints the expression with the value, so
298         don't insert it in the output.
300 2007-04-11  Jason Rumney  <jasonr@gnu.org>
302         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
303         case hex.  Do not try to decode non-hex letters.
305 2007-04-11  Markus Triska  <markus.triska@gmx.at>
307         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
308         (byte-optimize-backward-word): Remove (move to bytecomp.el).
309         (byte-optimize-form-code-walker): Evaluate pure function calls if
310         possible.
311         (byte-optimize-all-constp): New function.
313         * emacs-lisp/bytecomp.el (byte-compile-char-before):
314         Improve numeric argument case.
315         (byte-compile-backward-char, byte-compile-backward-word):
316         New functions, performing rewriting previously done in byte-opt.el.
317         Fix their "Fixme" item (restriction to numeric arguments).
319 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
322         with dolist.
323         (after-init-hook): Don't quote lambda.
324         (desktop-first-buffer): Don't wrap it in eval-when-compile.
325         (desktop-internal-v2s): Remove unused var `el'.
326         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
327         desktop-restore-file-buffer.
328         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
329         desktop-create-buffer.
331 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
333         * woman.el (woman-decode-buffer): Postpone macro-set check...
334         (woman-decode-region): ...to here.
336 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
338         * startup.el (tty-handle-args): Use %S to log ARGS.
340 2007-04-10  Glenn Morris  <rgm@gnu.org>
342         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
343         it is obsolete and has no effect.
345         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
346         byte-compiler.
348         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
349         obsolete function make-local-hook.
351         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
352         start to quieten byte-compiler.
354 2007-04-10  Markus Triska  <markus.triska@gmx.at>
356         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
357         to bytecomp.el as byte-compile-char-before).
358         * emacs-lisp/bytecomp.el (byte-compile-char-before):
359         New function (modified replacement for byte-optimize-char-before in
360         byte-opt.el).
362 2007-04-09  Alan Mackenzie  <acm@muc.de>
364         * startup.el (inhibit-splash-screen): Emphatically state that it
365         can't be set in site-start.el.
367 2007-04-09  Masatake YAMATO  <jet@gyve.org>
369         * progmodes/cc-subword.el (c-capitalize-subword): More closely
370         mimic the behavior of `capitalize-word'.  Do not move point with a
371         negative argument.  Based on tiny change by Paul Curry.
373 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
375         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
376         Don't move point if ARG is negative.
378 2007-04-09  Alan Mackenzie  <acm@muc.de>
380         Changes to make `narrow-to-defun' and `mark-defun' work properly
381         in CC Mode:
383         * progmodes/cc-defs.el (c-beginning-of-defun-1):
384         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
385         Bind beginning/end-of-defun-function to nil around calls to
386         beginning/end-of-defun.
388         * progmodes/cc-langs.el (beginning-of-defun-function)
389         (end-of-defun-function): New c-lang-setvar's.
391         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
392         (setq arg 1))" to enable non-interactive call.
394 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
396         * simple.el (set-mark-command): Doc fix.
398 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
400         * progmodes/gud.el (gdb): Restore existing session if user
401         tries to start a second one in graphical mode.
403 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
405         * cus-start.el <scroll-preserve-screen-position>: Add choices.
407 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
409         * term/xterm.el (terminal-init-xterm): Fix key definitions.
410         Add binding for C-M-SPC.
412 2007-04-08  Richard Stallman  <rms@gnu.org>
414         * pcomplete.el (pcomplete-read-event): One single definition,
415         and not a defsubst.
417 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
419         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
420         byte-compiler warning "value unused".
422 2007-04-08  Andreas Schwab  <schwab@suse.de>
424         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
426 2007-04-07  Glenn Morris  <rgm@gnu.org>
428         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
429         Autoload these functions.
430         (diary-date-forms): Add a custom :set form.
432         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
433         before first use.
434         (diary-font-lock-keywords): New function with old code for
435         initialization of variable of same name.
437 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
439         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
440         clean-up: only insert space when on identifier, etc.
442 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
444         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
446         * net/tls.el (open-tls-stream): Properly handle case where there
447         is no associated buffer.
449 2007-04-07  Glenn Morris  <rgm@gnu.org>
451         * ffap.el (ffap-file-at-point): Lower the priority of the
452         ffap-ftp-sans-slash-regexp check.
454 2007-04-06  Alan Mackenzie  <acm@muc.de>
456         Fix fontification of labels, and other things with ":".
458         * progmodes/cc-engine.el (c-forward-label): The function now
459         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
460         the former t.
462         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
463         new return code from c-forward-label, fontifying tokens properly.
464         Add some general comments throughout the file.
466 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
468         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
469         Revert 2006-01-27 change.
471         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
473         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
475         * desktop.el (desktop-create-buffer, desktop-save):
476         Revert 2004-11-12 change for lack of copyright papers.
478         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
479         (dired-guess-default): Respect case.
481         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
483         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
484         was originally checked in as byte-optimize-concat on 1997-11-02.
486         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
487         1995-05-19 doc changes.
489 2007-04-06  Kim F. Storm  <storm@cua.dk>
491         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
492         (unload-feature): Update interactive spec accordingly.
494         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
496 2007-04-06  John Paul Wallington  <jpw@pobox.com>
498         * subr.el (with-case-table): Use `make-symbol' to avoid variable
499         capture.  Restore the table in the same buffer.
501         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
503 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
505         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
506         Print entire form.
508 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
510         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
511         for low-color displays.
513 2007-04-05  Glenn Morris  <rgm@gnu.org>
515         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
516         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
517         Seed random number generator on loading.
519         * emacs-lisp/authors.el (top-level): Provide self.
521         * play/animate.el (top-level): Provide self.
523 2007-04-04  Alan Mackenzie  <acm@muc.de>
525         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
526         to mention c-syntactic-indentation.
528 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
530         * subr.el (with-case-table): New macro.
532         * international/mule.el (ascii-case-table): New var.
534         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
535         downcasing.
537 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gud.el (gud-minor-mode-map): Simplify.
541         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
542         of the window if we're outside it e.g menu-bar.
544         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
545         window if we're outside it e.g menu-bar.
547 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
549         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
550         decode base-64 encoded body if its content-type is something other
551         than text/* or message/*.
553 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
555         * simple.el (activate-mark-hook): Fix typo in docstring.
557 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
559         * tmm.el (tmm-c-prompt): Initialize.
560         (tmm-menubar): Deal with extended menu-items at top level.
561         (tmm-get-keybind): Handle bindings redefined/undefined locally.
562         (tmm-prompt): Handle visibility of top level menu-items.
564         * progmodes/gud.el (gud-menu-map): Simplify.
565         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
566         menubar.
568 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
570         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
572         * comint.el (comint-send-input): Widen the buffer first.
574         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
576 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
579         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
581         * newcomment.el (comment-search-forward): Discard comment starters
582         before point.
584 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
586         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
588 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
590         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
591         when downcasing.
593         * button.el (previous-button): Rewrite to account for adjacent buttons.
595 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
597         * progmodes/idlwave.el (idlwave-auto-fill):
598         Revert paragraph-separate change.
600         * progmodes/idlw-shell.el (idlwave-shell-break-in):
601         Simplify module calc.
602         (idlwave-shell-set-bp-in-module): Compute module.
604 2007-03-31  Glenn Morris  <rgm@gnu.org>
606         * emacs-lisp/timer.el (run-at-time): Doc fix.
608         * emacs-lisp/warnings.el (display-warning): If we create the
609         buffer displaying the warning, disable undo there.
611 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
613         * net/tramp.el (tramp-register-file-name-handler)
614         (tramp-register-completion-file-name-handler): New defsubst,
615         derived from `tramp-register-file-name-handlers'.  The split is
616         necessary because Tramp's file name handlers must be registered at
617         different startup places.
619 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
621         * progmodes/hideshow.el (turn-off-hideshow): New function.
622         (hs-minor-mode): Use it instead of a lambda expression in
623         change-major-mode-hook.
625 2007-03-31  David Kastrup  <dak@gnu.org>
627         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
628         corresponding to MANPATH_MAP entries.
629         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
630         (woman-parse-man.conf): Use more discriminating man.conf name.
631         (woman-parse-man.conf): Parse MANPATH_MAP entries.
632         (woman-manpath): Doc fix and type fix.
633         (woman-cached-data): Check for MANPATH_MAP entries.
634         (woman-expand-directory-path): Treat MANPATH_MAP entries.
636 2007-03-31  Stuart Herring  <herring@lanl.gov>
638         * emacs-lisp/sregex.el (sregexq): Doc fix.
640 2007-03-31  Markus Triska  <markus.triska@gmx.at>
642         * flymake.el (flymake-err-line-patterns): Doc fix.
644 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
646         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
647         Move to the right.
649 2007-03-30  Alan Mackenzie  <acm@muc.de>
651         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
653 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
655         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
656         Use it, passed in explicitly, instead of from the dynamic binding.
657         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
659 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
661         * simple.el (blink-matching-open): When in minibuffer, don't
662         search for a match inside the prompt.
664 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
666         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
667         (tmm-prompt): Don't make the mouse user select the first menu
668         item twice.
670 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
672         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
673         SIGUSR1 and SIGUSR2.
675 2007-03-29  Kim F. Storm  <storm@cua.dk>
677         * ido.el (ido-read-internal): When reading file or dir, only override
678         minibuffer-local-filename-completion-map, otherwise only override
679         minibuffer-local-completion-map.
681 2007-03-29  Glenn Morris  <rgm@gnu.org>
683         * complete.el (partial-completion-mode): Set PC-do-completion-end
684         to nil after use.
685         (PC-lisp-complete-symbol): Create and use a marker at `end',
686         rather than using point-marker.
688 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
690         * simple.el (next-error-highlight): Doc fix.
691         (compose-mail): Revert 2007-03-19 change.
693 2007-03-28  Richard Stallman  <rms@gnu.org>
695         * emacs-lisp/edebug.el (edebug-display): Don't go to
696         edebug-outside-buffer if it is dead.
698 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
700         * view.el (view-mode): Fix typos in docstring.
702 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
704         * recentf.el (recentf-save-file): Add a custom :set function.
706 2007-03-28  Glenn Morris  <rgm@gnu.org>
708         * complete.el (PC-do-completion-end): New variable.
709         (partial-completion-mode) <choose-completion-string-functions>:
710         Use PC-do-completion-end in the non-minibuffer case to replace the
711         correct amount of text.
712         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
713         (PC-lisp-complete-symbol): Give marker the after-insertion type,
714         to deal with improvements inserted after point.
716 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * button.el (make-text-button): Add explicit `button' property.
719         (default-button): Don't put a `button' property on it.
721         * progmodes/python.el (python-mode): Skip comments when parsing.
723         * vc-arch.el (vc-with-current-file-buffer): New macro.
724         (vc-arch-file-source-p): Use it to avoid infloop.
726 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
728         * emacs-lisp/lisp.el (lisp-complete-symbol):
729         Fix call to get-buffer-window to find windows in other frames.
731 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * comint.el (comint-proc-query, comint-dynamic-list-completions):
734         Fix calls to get-buffer-window to find windows in other frames.
735         Reported by David Hansen <david.hansen@gmx.net>.
737 2007-03-27   Kevin Ryde  <user42@zip.com.au>
739         * info.el (Info-display-images-node): On a text-only terminal,
740         show the "text" or "alt" parts of the image blobs.
742 2007-03-27  Glenn Morris  <rgm@gnu.org>
744         * complete.el (PC-do-completion): Compute completion-base-size in
745         the non-filename case, rather than setting to nil.
746         (PC-lisp-complete-end): New variable.
747         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
748         original end in a series of consecutive invocations.
750         * calendar/calendar.el (calendar-mode-hook): Declare it.
752         * calendar/diary-lib.el (diary-live-p): Do not check for
753         diary-selective-display.
755 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * replace.el (occur-next-error): *Occur* might not be displayed in the
758         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
760 2007-03-26  Richard Stallman  <rms@gnu.org>
762         * textmodes/flyspell.el (flyspell-large-region):
763         Use ispell-call-process-region.
765 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
767         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
768         Use prin1 instead of princ.
770 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
772         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
773         Merge in X resources before global face.
775         * progmodes/compile.el (compilation-start): Save compilation-directory
776         rather than default-directory as local var.
777         (compilation-directory): Mark as safe local var.
779         * files.el: Don't mark default-directory as a safe local var.
781 2007-03-25  Alan Mackenzie  <acm@muc.de>
783         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
784         * progmodes/cc-engine.el: Fix typo.
786 2007-03-25  Juri Linkov  <juri@jurta.org>
788         * compare-w.el (compare-windows): Rename customization group
789         `compare-w' to `compare-windows'.
790         (compare-windows-whitespace, compare-ignore-whitespace)
791         (compare-ignore-case, compare-windows-sync)
792         (compare-windows-sync-string-size, compare-windows-recenter)
793         (compare-windows-highlight, compare-windows): Change group name in
794         the `group' tag from `compare-w' to `compare-windows'.
795         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
797 2007-03-24  Markus Triska  <markus.triska@gmx.at>
799         * expand.el: Change example to always enable abbrev-mode,
800         and remove redundant `function'.
801         (expand-abbrev-hook): Add autoload cookie.
803 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
805         * emacs-lisp/testcover.el (testcover-start, testcover-end)
806         (testcover-mark-all, testcover-unmark-all): Add prompts to
807         interactive specs.
809 2007-03-24  Jason Rumney  <jasonr@gnu.org>
811         * autorevert.el (find-file-hook, auto-revert-tail-mode):
812         Use file size in bytes for auto-revert-tail-pos not characters.
814 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
816         * vc-rcs.el (vc-rcs-annotate-command):
817         Set text property :vc-annotate-prefix on the annotation text.
818         (vc-rcs-annotate-time): Instead of searching for ": ",
819         search for end of text propertized with :vc-annotate-prefix.
821 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
823         * whitespace.el (top level): Remove calls putting
824         permanent-local nil property since these are no-ops.
826         * man.el (Man-support-local-filenames): Assure that
827         default-directory exists when doing call-process.
829 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
831         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
832         Fix omission bug: Use m4-program-options to construct shell command.
834 2007-03-23  David Kastrup  <dak@gnu.org>
836         * progmodes/cc-mode.el (c-make-emacs-variables-local):
837         Use `mapcar' rather than `mapcan' to silence compiler warning.
839 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
841         * textmodes/reftex.el, textmodes/reftex-vars.el,
842         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
843         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
844         * textmodes/reftex-index.el, textmodes/reftex-global.el,
845         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
846         * textmodes/reftex-auc.el: Add maintainer address.
848 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
850         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
851         Make sure that `global-font-lock-mode' does not turn on font-lock
852         in these buffers.
854 2007-03-21  Kim F. Storm  <storm@cua.dk>
856         * xt-mouse.el (xt-mouse-epoch): New variable.
857         (xterm-mouse-event): Use float-time.
859 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
861         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
862         current-time.
864 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
866         * complete.el (read-file-name-internal): Don't add the final > if the
867         completion is not finished (re-application of this patch, which was
868         accidentally undone by Eli).
870 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
872         * emulation/viper.el (viper-non-hook-settings): Handle mouse
873         clicks in describe-key and describe-key-briefly advice a little better.
875 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
877         * server.el (server-process-filter): Cancel any pending isearch.
879 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
881         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
882         (icalendar--get-unfolded-buffer): Define actual arguments rather
883         than just using &rest.  Check replace-in-string is fbound.
884         (icalendar-import-buffer): Doc fix.
885         (icalendar--convert-ical-to-diary): Set diary-file.
886         Check diary-file before inserting final newline.
887         (icalendar--add-diary-entry): Return diary-file.
889 2007-03-21  Glenn Morris  <rgm@gnu.org>
891         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
892         (diary-display-hook): Add custom :set function.
894         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
895         Add custom :set function.
896         (diary-header-line-format): Doc fix.
897         (diary-set-maybe-redraw): New function.
898         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
899         (diary-list-entries): Always run diary-mode.
901 2007-03-20  Kenichi Handa  <handa@m17n.org>
903         * international/quail.el (quail-setup-completion-buf): Make the
904         completion buffer read-only.
905         (quail-completion): Adjusted for the above change.  Leave the
906         modified flag nil.
908 2007-03-20  David Kastrup  <dak@gnu.org>
910         * files.el (magic-mode-alist): Require literal "%!PS" string for
911         magic postscript file detection.
913 2007-03-20  Richard Stallman  <rms@gnu.org>
915         * textmodes/ispell.el (ispell-call-process): New function.
916         Defends against bad `default-directory.'
917         (ispell-check-version, ispell-find-aspell-dictionaries)
918         (ispell-get-aspell-config-value, lookup-words): Call it.
919         (ispell-call-process-region): New function.
920         (ispell-send-string): Call it.
922 2007-03-20  Andreas Schwab  <schwab@suse.de>
924         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
925         (finder-data): Likewise.
926         (autoloads): Likewise.
928 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
930         * files.el (basic-save-buffer): Do not set visited filename when
931         the corresponding directory does not exist or the specified
932         filename is that of an existing directory.
934 2007-03-20  Glenn Morris  <rgm@gnu.org>
936         * calendar/diary-lib.el (diary-live-p): New function.
937         (number-of-diary-entries): Add a :set function to redisplay diary
938         when necessary.
940 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
942         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
943         from client program, mev, to compute mouse event.
945 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
947         * faces.el (momentary): Face removed; unused due to reversion of
948         2007-01-04 changes by Kevin Rodgers.
950         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
951         Suggested by Johan Bockg\e,Ae\e(Brd.
953 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
955         * font-lock.el (lisp-font-lock-keywords-1):
956         Highlight define-globalized-minor-mode as a keyword.
958 2007-03-19  Kim F. Storm  <storm@cua.dk>
960         * calc/calc-forms.el (math-std-daylight-savings)
961         (math-std-daylight-savings-old): Doc fix.
963 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
965         * progmodes/python.el (python-default-template): Doc fix.
966         (python-buffer): Fix typo in docstring.
968         * isearchb.el (isearchb-follow-char):
969         * subr.el (def-edebug-spec): Fix typo in docstring.
971 2007-03-19  Richard Stallman  <rms@gnu.org>
973         * files.el (default-directory): Mark safe.
974         (basic-save-buffer-2): Put proper dir name in error message.
976         * simple.el (compose-mail): Run switch-function after
977         setting up the mail buffer.
979         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
981 2007-03-18  Jay Belanger  <belanger@truman.edu>
983         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
984         (math-std-daylight-savings-new): Rename from
985         `math-std-daylight-savings'.
986         (math-std-daylight-savings-old): Rename from old value of
987         `math-std-daylight-savings'.
988         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
989         `math-std-daylight-savings-old' depending on the year.
991 2007-03-18  Detlev Zundel  <dzu@gnu.org>
993         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
994         zero-width regexps as invalid but rather at least count them correctly.
996 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
998         * net/tls.el (open-tls-stream): In handshake-waiting loop,
999         don't wait more if there is output available to process.
1001 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1003         * progmodes/compile.el (compilation-find-file): Revert change
1004         from 2006-07-18 to allow completion of directory names.
1005         Reported by John Carter <john.carter@tait.co.nz>.
1007 2007-03-18  Kim F. Storm  <storm@cua.dk>
1009         * subr.el (when, unless): Doc fix.
1011 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1013         * net/tls.el (tls-program): Doc fix.
1015 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1017         * autorevert.el (auto-revert-tail-handler):
1018         Call after-revert-hook.
1020 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1022         * simple.el (switch-to-completions): No error if search for \n\n fails.
1024 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1026         * simple.el (line-move-1):
1027         Respect `inhibit-line-move-field-capture' property.
1029 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1031         * comint.el (comint-arguments): Mark backslash-escaped chars.
1032         (comint-delim-arg): Don't treat them as delimiters.
1034 2007-03-12  Kim F. Storm  <storm@cua.dk>
1035         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1037 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1039         * tempo.el (tempo-insert): Deal with 'r> if it appears
1040         specified with a prompt argument.
1042 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1044         * textmodes/org.el (org-set-font-lock-defaults):
1045         Handle narrow table columns correctly.
1047 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1049         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1050         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1051         Return to use of the -no-properties variants.  There was
1052         consensus on emacs-devel that the speed of these variants was
1053         prefered since we are usually parsing files (from the internet
1054         or on disk) instead of XML created in Emacs.
1056         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1057         Add customize option.
1059 2007-03-12  Glenn Morris  <rgm@gnu.org>
1061         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1062         North American rule.  Replace "daylight savings" with "daylight
1063         saving" in doc.
1065         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1066         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1067         "daylight saving" in text.
1069         * woman.el (woman-change-fonts): Tweak previous change by using
1070         woman-request-regexp rather than "^\\.".
1072         * startup.el (command-line-1): Make insertion of
1073         initial-scratch-message not depend on scratch being selected.
1075 2007-03-11  Juri Linkov  <juri@jurta.org>
1077         * replace.el (match): Use yellow background on light-bg terminals.
1079 2007-03-11  Richard Stallman  <rms@gnu.org>
1081         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1082         Correctly compute line number.
1084 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1086         * type-break.el (type-break-get-previous-count):
1087         Repeat previous change here.
1089 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1091         * progmodes/grep.el (grep-find-ignored-directories):
1092         Add .git and .bzr to list.
1094 2007-03-11  Andreas Schwab  <schwab@suse.de>
1096         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1098 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1102 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1104         * faces.el (face-set-after-frame-default): Recalculate face
1105         customizations after applying X resources.
1107 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1109         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1110         (rcirc-keepalive-seconds): Remove variable.
1111         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1112         (rcirc-process, rcirc-user-disconnect): New variables.
1113         (rcirc-connect): Initalize new variables.
1114         (rcirc-keepalive): Don't send keepalive pings before connection
1115         is completed.
1116         (rcirc-sentinel): Do mark all channels with activity when
1117         connection is dropped.  Run hook with process buffer local.
1118         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1119         (rcirc-buffer-process): Return value of rcirc-process if
1120         rcirc-server-buffer is nil.
1121         (rcirc-server-name): Return the reported server name.
1122         (rcirc-update-prompt): Simplify computation of the server name.
1123         (rcirc-format-response-string): Likewise.
1124         (rcirc-handler-001): Mark server as connected, record the reported
1125         server name, and schedule a timeout.
1126         (rcirc-track-nick): Add a spec for the tty class.
1127         (rcirc-user-non-nick): Remove function.
1128         (rcirc-nick-prefix-chars): Add variable.
1129         (rcirc-user-nick): Use above variable.
1131 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1133         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1134         Bind deactivate-mark to nil.
1136 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1138         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1139         that buffer contents get erased during completion.
1141 2007-03-10  Glenn Morris  <rgm@gnu.org>
1143         * woman.el (woman-change-fonts): Add a hack to deal with
1144         font-escape followed by "." at start of a line.
1145         (woman2-IP): Add a hack to deal with consecutive requests.
1146         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1148 2007-03-10  Alan Mackenzie  <acm@muc.de>
1150         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1152 2007-03-09  Richard Stallman  <rms@gnu.org>
1154         * abbrev.el (abbrev): Add `provide'.
1156 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1158         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1160 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1162         * complete.el (PC-try-completion): New function.
1163         (PC-do-completion, read-file-name-internal): Use it instead of
1164         try-completion.
1166 2007-03-08  Alan Mackenzie  <acm@muc.de>
1168         Remove stale tokens from `c-found-types' cache.
1170         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1171         (c-unfind-coalesced-tokens, c-before-change): New functions.
1172         (c-maybe-stale-found-type): New variable.
1174         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1175         (c-trim-found-types): New functions.
1177 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1179         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1180         (debug-ignored-errors): Add entry from smerge-match-conflict.
1182 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1184         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1185         special help topics for keywords.
1186         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1187         etc. Assistant command.
1189 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1191         * replace.el (occur-engine): Move buffer-undo-list binding...
1192         (occur-1): ...to here.
1194         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1196         * simple.el (minibuffer-completing-symbol): New var.
1197         (eval-expression): Use it.
1198         (completion-setup-function): Don't bind completion-base-size when
1199         completing a symbol in the minibuffer.
1201 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1203         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1204         tries to start a second session in graphical mode.
1206 2007-03-07  Miles Bader  <miles@gnu.org>
1208         * international/isearch-x.el
1209         (isearch-process-search-multibyte-characters):
1210         Strip text-properties from PROMPT to avoid an error from read-string.
1212 2007-03-07  Kim F. Storm  <storm@cua.dk>
1214         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1215         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1217 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1219         * complete.el (PC-do-completion): Delete duplicates in the list of
1220         possible completions.
1222 2007-03-07  Glenn Morris  <rgm@gnu.org>
1224         * ses.el (ses-mode): Doc fix.
1226 2007-03-06  Kim F. Storm  <storm@cua.dk>
1228         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1230 2007-03-06  Kenichi Handa  <handa@m17n.org>
1232         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1234 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * simple.el (completion-setup-function): Improve last fix so it doesn't
1237         set it to a relative directory name either.
1239 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1241         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1243 2007-03-05  Richard Stallman  <rms@gnu.org>
1245         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1247         * files.el (find-file-noselect): No error if file no longer exists.
1248         Display a message and avoid other questions.
1250 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1253         as not to use an invisible window and to create a window if none exist.
1255         * progmodes/python.el (python-send-command): Restart proc if necessary.
1256         (python-proc): Simplify.
1258 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1260         * pcomplete.el (pcomplete-show-completions): Search all frames for
1261         completions buffer.
1263 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1265         * cus-edit.el (customize-save-variable): Clear customized-value
1266         property (saved values are now put in theme-value property).
1267         (customize-set-variable): Doc fix.
1269         * complete.el (PC-do-completion): If completion-ignore-case is
1270         non-nil, replace field with completion string before exiting.
1272 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1274         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1275         Append its extension to the resulting temporary file name.
1276         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1278         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1279         (tramp-smb-handle-write-region): Apply it.
1281 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1283         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1284         Redo previous change.
1286 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1288         * diff-mode.el (diff-mode): Doc fix.
1290 2007-03-05  Kenichi Handa  <handa@m17n.org>
1292         * international/characters.el: Set category `l' (latin)
1293         for more characters.
1295 2007-03-04  Kim F. Storm  <storm@cua.dk>
1297         * emacs-lisp/authors.el (authors-aliases): Add alias.
1299 2007-03-04  Glenn Morris  <rgm@gnu.org>
1301         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1302         all when switching major mode.
1303         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1304         (hs-block-start-mdata-select, hs-block-end-regexp)
1305         (hs-forward-sexp-func, hs-adjust-block-beginning):
1306         Do not make these variables permanent-local.
1308 2007-03-04  Richard Stallman  <rms@gnu.org>
1310         * progmodes/cperl-mode.el (cperl-mode):
1311         Modify cperl-compilation-error-regexp-alist by appending.
1313         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1314         (edebug-mode): Add the hook.
1315         (edebug-recursive-edit): Remove the hook on exiting.
1317         * type-break.el (type-break-get-previous-time):
1318         Handle end-of-file errors specially
1319         so they don't get reported wrong in .emacs.
1321         * startup.el (fancy-splash-text): Clarify text.
1323         * simple.el (beginning-of-buffer, end-of-buffer):
1324         Avoid treating plain C-u like numeric arg.
1326         * simple.el (completion-setup-function): Don't set
1327         default-directory to nil.
1329         * shell.el (shell-dirstack-query): Doc fix.
1331         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1332         Don't select the window -- pass it to primitives instead.
1334         * faces.el (minibuffer-prompt): Use medium blue by default.
1336 2007-03-04  David Kastrup  <dak@gnu.org>
1338         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1339         Preserve 16 as default value for "seconds" when customizing.
1341 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1343         * textmodes/org.el (org-self-insert-command)
1344         (orgtbl-self-insert-command, org-delete-char)
1345         (org-delete-backward-char): Set the `flyspell-delayed' property.
1347 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1349         * international/mule.el (find-auto-coding): Don't search for
1350         line-ending characters past the end of the tail.
1352 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1354         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1355         Jump to the line where new score has been uploaded.
1357         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1358         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1359         Do nothing when the game is paused.
1361 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1363         * textmodes/org.el (org-set-tags): Prevent slipping of point
1364         during completion.
1366 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1368         * isearch.el (isearch-message-prefix):
1369         Use minibuffer-prompt-properties.
1371 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1373         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1374         (ps-setup): Print which Emacsen is running ps-print package.
1376 2007-03-01  Stuart Herring  <herring@lanl.gov>
1378         * files.el (set-auto-mode-0): Use `indirect-function'.
1379         (hack-one-local-variable): Don't reapply current major mode.
1381 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * progmodes/python.el (python-quote-syntax): Don't bother with
1384         syntax-ppss-context.
1385         (python-fill-paragraph): Make sure that fenced-string delimiters that
1386         stand on their own line stay there
1388 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1390         * replace.el (perform-replace): Propertize message.
1392 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1394         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1395         invisible heading.
1397 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1399         * net/tramp.el (tramp-file-name-handler): Revert last change.
1401 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1403         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1404         Correct doc strings.
1406 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1408         * replace.el (perform-replace): Undo forward-char immediately if
1409         non-adjacent search fails.
1411 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1413         * version.el (emacs-major-version, emacs-minor-version):
1414         string-to-int -> string-to-number.
1416 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1418         * help.el (where-is): Fail gracefully when not passed a command.
1420 2007-02-28  Stuart Herring  <herring@lanl.gov>
1422         * find-lisp.el (find-lisp-default-directory-predicate):
1423         Fix bug: Do symlink check on expanded filename.
1425 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1427         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1428         changes during replacement.
1429         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1431 2007-02-28  Lars Hansen  <larsh@soem.dk>
1433         * desktop.el: Delete header line listing me as maintainer.
1435 2007-02-28  Glenn Morris  <rgm@gnu.org>
1437         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1438         the menus case.
1440 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1442         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1443         hooks to avoid confusion when combining after-change calls.
1445 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1447         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1448         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1449         (allout-distinctive-bullets-string): Add info about bullet conventions.
1450         (allout-mode): Add info about distinctive vs plain bullets.
1452 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1454         * textmodes/org.el (org-archive-subtree): Quote variable name.
1455         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1457 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1459         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1460         (gud-bashdb-command-name, bashdb): Remove.
1461         (gud, gud-menu-map): Remove references to bash/bashdb.
1463 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1465         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1466         keyword for Python 2.5.
1468 2007-02-26  Romain Francoise  <romain@orebokech.com>
1470         * net/net-utils.el (whois-server-tld): Update server for .org.
1471         (whois-server-list): Add whois.publicinterestregistry.net.
1472         (whois-guess-server): Fix formatting in docstring.
1474 2007-02-26  Kim F. Storm  <storm@cua.dk>
1476         * mouse.el (mouse-show-mark): Run hooks and perform command
1477         remapping for mouse-region-delete-keys.
1479 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1481         * font-core.el (font-lock-mode): Doc fix.
1483 2007-02-25  Kim F. Storm  <storm@cua.dk>
1485         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1486         Add selected buffer to buffer-name-history.
1487         (ido-file-internal): Set this-command to fallback command.
1488         Add file names to file-name-history.
1490         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1491         Apply minibuffer-prompt-properties.
1493 2007-02-25  Andreas Schwab  <schwab@suse.de>
1495         * files.el (hack-one-local-variable-eval-safep): Correct handling
1496         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1498 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1500         * textmodes/org.el (org-table-overlay-coordinates)
1501         (org-table-toggle-coordinate-overlays): New functions.
1502         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1503         New variables.
1504         (org-startup-with-deadline-check): Remove option.
1505         (org-mode): Remove deadline check on startup.
1506         (org-table-limit-column-width): Remove option.
1507         (org-table-formula-numbers-only): Remove option.
1508         (org-link-style, org-link-format): Remove options.
1509         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1510         (org-export-ascii-show-new-buffer)
1511         (org-export-html-show-new-buffer): Remove options.
1512         (org-activate-links): Remove camel option.
1513         (org-file-link-context-use-camel-case): Remove option.
1514         (org-camel-regexp): Remove variable.
1515         (org-activate-camels): Remove function.
1516         (org-store-link): Remove Camel stuff.
1517         (org-make-org-heading-camel): Remove function.
1518         (org-open-at-point): Remove camel stuff.
1519         (org-link-search): Remove camel stuff.
1520         (org-camel-to-words): Function removed.
1521         (org-get-agenda-file-buffer): Make sure we prepare the base
1522         buffers, not any indirect buffers.
1523         (org-sort-entries): Sort top-level when not on a headline, and no
1524         active region.
1525         (org-in-regexp): New function.
1526         (org-search-not-self): Rename from `org-search-not-link'.
1527         (org-open-link-marker): New variable.
1528         (org-open-at-point): Set `org-open-link-marker'.
1529         (org-print-icalendar-entries): Fixe bug with excluding DONE
1530         entries from the exported list.
1531         (org-edit-formula-lisp-indent): New command.
1532         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1533         (orgtbl-to-latex, orgtbl-insert-radio-table)
1534         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1535         (orgtbl-radio-table-templates): New option.
1536         (org-store-link-props):
1537         (org-remember-templates): More possibilities to insert info
1538         into templates.
1539         (org-remember-apply-template): Make use of the extended
1540         template capabilities.
1541         (org-remember-redo-template): New command.
1542         (org-upgrade-old-links)
1543         (org-table-modify-formulas, org-table-replace-in-formulas)
1544         (org-table-find-dataline)
1545         (org-table-get-vertical-vector): Remove functions.
1546         (org-table-remove-rectangle-highlight)
1547         (org-time-stamp-format, org-toggle-log-option)
1548         (org-table-highlight-rectangle)
1549         (org-table-iterate, org-table-make-reference):
1550         (org-translate-time, org-tree-to-indirect-buffer)
1551         (org-table-field-info, org-table-fix-formulas)
1552         (org-table-force-dataline, org-table-get-descriptor-line)
1553         (org-table-get-range)
1554         (org-skip-comments, org-sort)
1555         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1556         (org-table-current-dline, org-table-current-field-formula)
1557         (org-table-edit-backward-field)
1558         (org-table-edit-formulas-post-command)
1559         (org-table-edit-line-down, org-table-edit-line-up)
1560         (org-agenda-archive)
1561         (org-agenda-clock-cancel)
1562         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1563         (org-agenda-open-link, org-agenda-show-new-time)
1564         (org-agenda-skip-subtree-when-regexp-matches)
1565         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1566         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1567         (org-do-sort, org-file-image-p, org-find-overlays)
1568         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1569         (org-highlight-until-next-command, org-isearch-end)
1570         (org-match-any-p, org-next-link, org-previous-link):
1571         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1572         (org-rewrite-old-row-references)
1573         (org-isearch-post-command)
1574         (org-table-edit-move, org-table-edit-next-field)
1575         (org-table-edit-scroll, org-table-edit-scroll-down)
1576         (org-set-frame-title, org-show-reference)
1577         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1578         (org-show-variable): Remove command.
1579         (org-add-log-maybe): New arguments STATE, FINDPOS
1580         (org-table-sort-lines): Rewrite from scratch.
1581         (org-link-search): New argument AVOID-POS.
1582         (org-print-icalendar-entries): Remove argument CATEGORY.
1583         (org-run-agenda-series): Remove argument WONDOW.
1584         (org-next-link, org-previous-link): New commands.
1585         (org-agenda-date-format): New option.
1586         (org-table-iterate): New command.
1587         (org-table-modify-formulas)
1588         (org-table-replace-in-formulas): Remove functions.
1589         (org-table-fix-formulas): New function.
1590         (org-table-insert-column, org-table-delete-column)
1591         (org-table-move-column): Use `org-table-fix-formulas'.
1592         (org-follow-gnus-link): Patch from Bastien/Leo.
1593         (org-table-current-field-formula): New function.
1594         (org-file-image-p): New function.
1595         (org-agenda-show-new-time): New function.
1596         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1597         (org-with-remote-undo): New macro.
1598         (org-agenda-undo): New command.
1599         (org-verify-change-for-undo): New function.
1600         (org-time-stamp-format): New function.
1601         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1602         by user.
1603         (org-match-any-p): New function.
1604         (org-make-tags-matcher): Handle regular expressions for tag and
1605         todo matches.
1606         (org-read-date): Accept "+N" as input for a date relative to the
1607         current date.
1608         (org-remove-subtree-entries-from-agenda): New function.
1609         (org-agenda-archive, org-agenda-kill):
1610         Use `org-remove-subtree-entries-from-agenda'.
1611         (org-do-sort, org-sort-entries): New functions.
1612         (org-sort): New command.
1613         (org-table-sort-lines): Use `org-do-sort'.
1614         (org-fix-decoded-time): New function.
1615         (org-table-number-regexp): Require 0x... to identify as number
1616         in tables.
1617         (org-startup-options): New keywords for note taking.
1618         (org-upgrade-old-links): Remove function.
1619         (org-get-repeat): New function.
1620         (org-show-context): Also show siblings on current level.
1621         (org-show-siblings): New function.
1622         (org-isearch-end, org-isearch-post-command): New functions.
1623         (org-show-siblings): New option.
1624         (org-show-context): Use `org-show-siblings'.
1625         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1626         to be bound, because user may just use elisp.
1628 2007-02-24  Kim F. Storm  <storm@cua.dk>
1630         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1631         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1633 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1635         * startup.el (command-line): Also check if the abbrev file is readable.
1637 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1639         * net/tls.el (tls-certtool-program): Fix custom type.
1641         * mail/feedmail.el (feedmail-message-id-generator)
1642         (feedmail-date-generator): Fix custom types.
1644         * mail/rmail.el (rmail-message-filter): Fix custom type.
1646 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1648         * startup.el (command-line): If simple.el cannot be found, proceed
1649         with a warning message.
1651 2007-02-24  Kenichi Handa  <handa@m17n.org>
1653         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1654         case that BEG is a string.
1656 2007-02-24  Chris Moore  <dooglus@gmail.com>
1658         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1659         * pgg-pgp.el (pgg-pgp-encrypt-region):
1660         * pgg-gpg.el (pgg-gpg-encrypt-region):
1661         Check pgg-encrypt-for-me if no other recipients.
1663 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1665         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1667         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1668         shell-quote-argument.
1670 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1672         * comint.el (comint-read-input-ring): Use comint-input-ring-size
1673         from the comint buffer instead of the temporary one.
1675 2007-02-23  David Reitter  <david.reitter@gmail.com>
1677         * cus-edit.el (custom-save-all): Canonicalize custom-file before
1678         storing it in recentf-exclude.
1680 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
1682         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1683         in splash screen.
1685 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
1687         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1688         commands, for restart.
1689         (idlwave-shell-current-module): Fix handling of module name by type.
1690         (idlwave-shell-break-in): Update type handling.
1691         (idlwave-shell-bp-get): Encode type in BP structure.
1692         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1693         (idlwave-shell-module-source-query): Query routine info based on type.
1694         Fix path parsing for non-compiled files.
1695         (idlwave-shell-module-source-filter): Don't signal error in filter
1696         if no source found.
1697         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1698         filter race.
1700 2007-02-22  Kim F. Storm  <storm@cua.dk>
1702         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1703         (editable-field): Document need to put some text before the %v
1704         escape in :format string.
1706 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1709         (vc-svn-use-edit): Remove unused config var.
1710         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1712         * outline.el (hide-sublevels): Keep empty last line, if available.
1714         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1715         rather than the corresponding unicode char, to make the code
1716         more readable.
1718 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
1720         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1721         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1722         (speedbar-item-info-tag-helper): Doc fixes.
1724 2007-02-19  Kenichi Handa  <handa@m17n.org>
1726         * international/mule-cmds.el (locale-language-names):
1727         Map "eo" to "Esperanto".
1729         * language/european.el ("Esperanto"): New language environment.
1731 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1733         * simple.el (kill-line): Doc fix.
1735 2007-02-17  Kim F. Storm  <storm@cua.dk>
1737         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1738         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1739         (bindat--unpack-group, bindat--pack-group):
1740         Handle vectors with optional element type.
1742 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
1744         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1745         if PASSPHRASE is given.
1747 2007-02-17  Chris Moore  <dooglus@gmail.com>
1749         * jka-cmpr-hook.el (jka-compr-compression-info-list):
1750         Recognize backups of bz2 compressed files.
1752 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
1754         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1755         to nil to speed up lookup of the symbol in index nodes.
1757 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1759         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1760         Add indentation for the constants of Lisp.
1762 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * ps-print.el: Use (defvar <foo>) where applicable.
1765         (ps-print-emacs-type): Remove.
1766         (ps-x-frame-property, ps-e-frame-parameter): Remove.
1767         (ps-frame-parameter): Align its call-convention with frame-parameter.
1768         (ps-begin-job): Adjust calls to it appropriately.
1769         (ps-setup): Don't print ps-print-emacs-type.
1770         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1771         Define in such a way that it's obvious that it's defined.
1772         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1773         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1774         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1776 2007-02-15  Alan Mackenzie  <acm@muc.de>
1778         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1779         an empty one-line C-style comment, post-position point properly.
1781 2007-02-15  Chris Moore  <dooglus@gmail.com>
1783         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1784         (isearch-lazy-highlight-new-loop): Bind it.
1785         (isearch-lazy-highlight-search): Use it.
1787         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1789 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         * font-lock.el (font-lock-extend-region-wholelines):
1792         Only return non-nil if the region has really been changed.
1793         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1795 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
1797         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1798         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1799         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1801 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
1803         * faces.el (color-values): Revert changes to docstring from
1804         2007-01-31 and 2000-09-07.
1806         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1807         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1808         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1809         (ispell-help): Fix typos in docstring and output message.
1811 2007-02-14  Kim F. Storm  <storm@cua.dk>
1813         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1814         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1815         (grep): Fix lgrep reference.
1817         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1818         (standard-display-underline): Use make-glyph-code.
1820         * descr-text.el (describe-char): Use glyph-char and glyph-face.
1822         * international/latin1-disp.el (latin1-display-char):
1823         Use make-glyph-code.
1825 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
1827         * ehelp.el (with-electric-help, electric-help-exit)
1828         (electric-help-retain): Doc fixes.
1830         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1831         (byte-compile-file): Doc fixes.
1833 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1835         * term/mac-win.el: Change all uses of
1836         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1837         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1838         (mac-ae-get-url): Call select-frame-set-input-focus.
1839         (mac-dnd-handle-drag-n-drop-event): Don't call
1840         select-frame-set-input-focus.
1842 2007-02-13  Kenichi Handa  <handa@m17n.org>
1844         * international/characters.el: Fix documentation of category `a'.
1846 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1848         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1850 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
1852         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1853         (tramp-get-remote-ln): Handle error case.
1854         Reported by Chris Moore <dooglus@gmail.com>.
1856 2007-02-11  Kim F. Storm  <storm@cua.dk>
1858         * bindings.el (ctl-x-map): Remove register compatibility bindings
1859         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1861 2007-02-11  Richard Stallman  <rms@gnu.org>
1863         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1864         in load history.
1866         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1867         condition -- don't fail to stop at endpos.
1869 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
1871         * textmodes/org.el (org-agenda-get-todos)
1872         (org-agenda-get-timestamps, org-agenda-get-closed)
1873         (org-agenda-get-deadlines, org-agenda-get-scheduled)
1874         (org-agenda-get-blocks, org-format-agenda-item)
1875         (org-agenda-change-all-lines, org-scan-tags): Rename text property
1876         from `category' to `org-category'.
1878 2007-02-11  Kenichi Handa  <handa@m17n.org>
1880         * international/titdic-cnv.el (titdic-convert): Force files be written
1881         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
1882         (miscdic-convert): Force files be written with Unix-like eol format.
1884 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
1886         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1888         * calculator.el (calculator-prompt): Doc fix.
1889         (calculator-mode-map): Fix typo in menu entry.
1891 2007-02-10  Jay Belanger  <belanger@truman.edu>
1893         * calculator.el (calculator): Do more extensive checking for when
1894         3 lines should be used for the calculator.
1896 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
1898         * info-look.el (info-lookup-make-completions):
1899         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1900         index nodes.
1902         * info.el (Info-fontify-maximum-menu-size): Document the effect
1903         of a nil value.
1904         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1905         non-nil before using it as size.
1907 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
1909         * subr.el (insert-for-yank-1): Prevent read-only properties from
1910         interfering with text property operations.
1912         * image-mode.el (image-mode): Revert 2007-01-30 changes.
1914         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1915         (image-type-auto-detected-p): Fail if another match is found in
1916         auto-mode-alist.
1918         * files.el (magic-mode-alist): Call image-mode instead of
1919         image-mode-maybe for autodetected images.
1921 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
1923         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1924         Fix typos in docstrings.
1925         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1927 2007-02-09  Kim F. Storm  <storm@cua.dk>
1929         * emacs-lisp/float-sup.el: Remove obsolete comment.
1931 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1935 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1937         * simple.el: Revert previous change, at request of RMS:
1938         (fundamental-mode-hook): Remove.
1939         (fundamental-mode): Run after-change-major-mode-hooks manually,
1940         and don't run the now-nonexistent fundamental-mode-hook.
1942 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
1944         * simple.el (fundamental-mode-hook): Declare new hook.
1945         (fundamental-mode): Run the new dedicated hook, and don't run
1946         after-change-major-mode-hooks manually anymore.
1948 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1951         added columns of chars.  Remove support for the "no-meta-info" format.
1952         Prompted by Romain Francoise <romain@orebokech.com>.
1954 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1956         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1957         (gdb-mouse-until, gdb-mouse-jump): Use it.
1959 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
1961         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1962         work when there is just an assembler buffer (no source buffer).
1964 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
1966         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1967         just because the diff was produced using "-p" (--show-c-function).
1969 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
1971         * faces.el (frame-set-background-mode): Use `color-values' and
1972         `display-color-p', not `x-color-values' and `x-display-color-p'.
1973         (face-valid-attribute-values): Use `defined-colors' instead of
1974         `x-defined-colors'.
1976 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1978         * ps-print.ps: The ps-print commands without face printing should not
1979         print background color.  Reported by Leo <sdl.web@gmail.com>.
1980         (ps-print-version): New version 6.7.3.
1981         (ps-begin-job): New arg.  Fix ps-default-background and
1982         ps-default-foreground initialization.
1983         (ps-face-attributes): Fix doc string.
1984         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1986         * printing.el: Fix ps-print link.
1988 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
1990         * faces.el (face-set-after-frame-default): Compile attributes to
1991         be set by frame parameters before merging in X resources.
1993 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
1995         * simple.el (blink-matching-paren-dont-ignore-comments):
1996         (blink-matching-paren-on-screen): Doc fixes.
1998 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2000         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2002 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2004         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2005         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2006         entries like `defun'.  Return nil.
2008 2007-02-05  Kim F. Storm  <storm@cua.dk>
2010         * ido.el: Doc fixes.
2012 2007-02-04  David Kastrup  <dak@gnu.org>
2014         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2015         `mpuz-allow-double-multiplicator' is non-zero, and correct
2016         calculation of `min'.
2018 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2020         * wid-edit.el (widget-default-create): Insert new text at the
2021         :from marker _after_ the marker, not before it.
2023 2007-02-04  Alan Mackenzie  <acm@muc.de>
2025         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2026         containing it is re-indented.
2028 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2030         * net/newsticker.el (newsticker--insert-image): Update docstring,
2031         and insert the image directly.
2032         (newsticker--buffer-redraw): Update docstring.
2034         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2035         Rename from define-global-minor-mode.
2037         * progmodes/cwarn.el (global-cwarn-mode):
2038         * emacs-lisp/autoload.el (make-autoload):
2039         * hi-lock.el (global-hi-lock-mode):
2040         * font-core.el (global-font-lock-mode): All callers changed.
2042 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2044         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2045         Don't copy @ignore lines into menu descriptions.
2046         (texinfo-multi-file-update): Goto the @node line before attempting
2047         to pluck the node name.
2048         (texinfo-multiple-files-update): Reverse the optional arguments'
2049         order, as per the doc string and the `interactive' form.
2051 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2053         * image-mode.el: Use autoload to avoid overriding disabled setting
2054         applied in .emacs.
2056 2007-02-03  Alan Mackenzie  <acm@muc.de>
2058         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2059         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2060         adjacent paren groups).
2062 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2064         * progmodes/ebnf2ps.el: Doc fixes.
2065         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2067 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2069         * dired-x.el (dired-do-relsymlink): Add reference to
2070         dired-do-symlink.  Add an autoload cookie.
2072         * dired-aux.el (dired-do-symlink): Add reference to
2073         dired-do-relsymlink.
2075 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2077         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2078         <left-fringe mouse-3>: New bindings.
2080 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2082         * newsticker.el (newsticker-version): Changed to "1.10".
2083         (newsticker--set-customvar): Doc string.
2084         (newsticker-new-item-face): Doc string.
2085         (newsticker-mode): Initialize `invisibility-spec' with t.
2086         (newsticker-mode-map): Added
2087         `newsticker-mark-all-items-at-point-as-read'.
2088         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2089         (newsticker-w3m-show-inline-images): Do not call
2090         `w3m-remove-image'.
2091         (newsticker--buffer-after-w3m-insert-image): New advice for
2092         w3m-insert-image to cache images.
2093         (newsticker-next-item-same-feed): New.
2094         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2095         (newsticker-mark-all-items-of-feed-as-read): New.
2096         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2097         (newsticker-mark-item-at-point-as-read): Doc string.
2098         (newsticker-mark-item-at-point-as-read): Use new functions.
2099         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2100         `newsticker-mark-item-at-point-as-read'.
2101         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2102         (newsticker--sentinel): Yet another xml-parser workaround.
2103         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2104         days.
2105         (newsticker--buffer-do-insert-text): Fix.
2106         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2107         (newsticker--buffer-make-item-completely-visible):
2108         `switch-to-buffer' not necessary.
2110 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2112         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2113         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2114         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2115         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2116         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2118 2007-02-02  Kenichi Handa  <handa@m17n.org>
2120         * international/quail.el (quail-show-key): Fix an error message.
2122 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2124         * faces.el (set-face-underline-p, modify-face): Rename arg
2125         UNDERLINE-P to UNDERLINE (it is not a flag).
2127 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2129         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2130         when adding gdb-speedbar-update to gdb-input-queue.
2132 2007-02-01  Kenichi Handa  <handa@m17n.org>
2134         * international/quail.el (quail-show-key): Signal an error if the
2135         current input method is not using Quail.
2137 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2139         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2140         Trim leading whitespace in sysvar names.
2142 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2144         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2146 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2148         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2150 2007-01-31  Romain Francoise  <romain@orebokech.com>
2152         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2153         previous change to this file.
2155 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2157         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2158         image-mode.
2160         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2161         interfering with attempt to set major mode from modified
2162         auto-mode-alist.
2164 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2166         * faces.el (color-values): Doc fix.
2167         (face-differs-from-default-p): Don't check :foreground twice.
2169 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2171         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2173 2007-01-31  Kenichi Handa  <handa@m17n.org>
2175         * international/quail.el (quail-store-decode-map-key): Store a
2176         translated character too.
2177         (quail-char-equal-p): New function.
2178         (quail-find-key1): Check character equality by quail-char-equal-p.
2179         (quail-decode-map-generated): New variable.
2180         (quail-find-key): Check quail-decode-map-generated and re-generate
2181         a decode map if necessary.
2183 2007-01-30  Richard Stallman  <rms@gnu.org>
2185         * tutorial.el (tutorial--detailed-help): Make the list of
2186         changed keys look nicer.
2188 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2190         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2191         (gdb-var-delete): Use it.
2192         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2193         `in_scope'.
2195 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2197         * files.el (get-free-disk-space): Return nil for remote directories.
2199         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2200         instead of "dir".
2202 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2204         * type-break.el (type-break-catch-up-event): New function.
2205         (type-break-demo-hanoi, type-break-demo-life)
2206         (type-break-demo-boring): Use it.
2208         * image-mode.el (image-mode): Don't automatically view as image.
2209         (image-toggle-display): Add `disabled' property.
2211 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2213         * isearchb.el (isearchb-iswitchb):
2214         * ps-print.el (ps-build-face-reference):
2215         * emacs-lisp/shadow.el (list-load-path-shadows):
2216         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2217         * international/mule.el (find-auto-coding):
2218         * mail/supercite.el (sc-attrib-selection-list):
2219         * progmodes/cc-defs.el (c-emacs-features):
2220         * progmodes/cc-vars.el (c-offsets-alist):
2221         * progmodes/flymake.el
2222         (flymake-init-create-temp-source-and-master-buffer-copy):
2223         Fix typos in docstrings (some suggested by Chris Moore).
2225         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2226         (vhdl-get-library-unit, vhdl-corresponding-begin)
2227         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2228         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2229         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2230         (vhdl-font-lock-match-item): Fix typos in docstrings.
2231         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2232         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2233         (vhdl-speedbar-insert-project-hierarchy):
2234         Improve argument/docstring consistency.
2236 2007-01-29  Kenichi Handa  <handa@m17n.org>
2238         * international/titdic-cnv.el (py-converter): Fix previous change.
2240 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2242         * jka-compr.el (jka-compr-partial-uncompress)
2243         (jka-compr-call-process): Rebind default-directory if it is
2244         invalid.  Suggested by Chris Moore.
2246         * comint.el (comint-insert-input): Handle situation where the
2247         selected buffer is not the clicked buffer.
2249 2007-01-29  Kenichi Handa  <handa@m17n.org>
2251         * international/ja-dic-cnv.el (skkdic-convert):
2252         Add byte-compile-disable-print-circle:t at the head.
2254         * international/titdic-cnv.el (tit-process-header):
2255         Add byte-compile-disable-print-circle:t at the head.
2256         (miscdic-convert): Likewise.
2257         (py-converter): Skip the header comments.
2259         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2260         New variable.
2261         (byte-compile-output-file-form): Bing print-circle to nil if
2262         byte-compile-output-file-form is not nil.
2263         (byte-compile-output-docform): Likewise.
2265 2007-01-28  Kim F. Storm  <storm@cua.dk>
2267         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2268         Declare earlier to avoid byte compiler warnings.
2270 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2272         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2274 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2276         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2277         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2278         when calling update-game-score program.  Remove unnecessary
2279         save-excursion.
2281         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2283 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2285         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2286         avoid compiler warning.
2287         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2288         might have values other than "true" or "false".
2290 2007-01-28  Richard Stallman  <rms@gnu.org>
2292         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2293         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2295         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2297         * image.el (image-type-header-regexps): Make GIF regex more specific.
2299         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2300         Don't check `backspace'.
2301         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2302         in Fundamental mode.
2304         * startup.el (fancy-splash-text, normal-splash-screen):
2305         Mention C-g.
2307         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2308         when inserting in buffer.
2310         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2311         inside the if.
2313 2007-01-27  Richard Stallman  <rms@gnu.org>
2315         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2317 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2319         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2320         enum/union/struct/class definition.
2321         Revert change to call `forward-sexp' multiple times.
2323 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2325         * files.el (hack-local-variables-confirm): Don't keep trying to
2326         read an event from an empty kbd macro.
2328 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2330         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2332 2007-01-27  Ben North  <ben@redfrontdoor.org>
2334         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2335         the arg CHILDREN -> WHICH.
2337 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2339         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2340         default-directory to a sane value when calling start-process.
2342 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2344         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2345         (ls-lisp-format-time-list): Doc fix.  Mention
2346         ls-lisp-use-localized-time-format.
2347         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2348         ls-lisp-use-localized-time-format is non-nil, even if a valid
2349         locale is defined.
2351 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2353         * jka-compr.el (jka-compr-shell): Doc fix.
2355         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2357 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2359         * ps-print.ps: Fix background height.
2360         (ps-print-version): New version 6.7.2.
2362 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2364         * makefile.w32-in (finder-data, custom-deps): Depend on
2365         $(lisp)/loaddefs.el.
2367 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2369         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2371 2007-01-24  Miles Bader  <miles@gnu.org>
2373         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2374         (byte-compile-output-docform): Bind `print-circle' to t.
2376 2007-01-24  Kenichi Handa  <handa@m17n.org>
2378         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2379         file name of the original SKK dictionary file.
2381 2007-01-24  Kim F. Storm  <storm@cua.dk>
2383         * ido.el (ido-initial-position): New variable.
2384         (ido-read-internal): Set it if default item is specified.
2385         (ido-minibuffer-setup): Position cursor accordingly if set.
2386         (ido-edit-input): C-e moves to end of input if not already there.
2387         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2388         Don't switch to buffer mode if repeating C-b at start of input.
2389         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2390         input; else it moves to start of input.
2391         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2392         not at end of input, delete rest of input, rather than normal op.
2394 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2396         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2398         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2399         of message.  Activate mark.
2400         (ediff-activate-mark): Set transient-mark-mode to t.
2402         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2404 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2406         * help-fns.el (describe-variable): Don't suppress display of
2407         buffer local value when the value is "large".
2409 2007-01-22  Kim F. Storm  <storm@cua.dk>
2411         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2412         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2413         (ido-tidy): Use ido-active.
2415 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2417         * hexl.el (hexl-mode-exit): Add missing quote.
2419 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2421         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2422         (mac-ae-keyboard-modifiers): New function.
2423         (mac-handle-toolbar-switch-mode): Use it.
2424         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2425         if keyboard modifiers on drop contain option key.
2426         (mac-dnd-drop-data): Add optional argument `action'.
2427         (special-event-map): Remove binding for M-drag-n-drop.
2429 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2431         * add-log.el (add-log-current-defun): Use CC Mode functions to
2432         find the beginning and end of a defun.
2434 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2436         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2437         (gdb-var-create-handler): Handle value field in GDB output of
2438         -var-create.
2439         (gdb-max-frames): New variable.
2440         (gdb-stack-buffer, gdb-frames-select): Use it.
2441         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2442         if necessary.
2443         (gdb-get-frame-number): Simplify.
2445 2007-01-21  Glenn Morris  <rgm@gnu.org>
2447         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2448         Update copyrights.
2450 2007-01-21  Alan Mackenzie  <acm@muc.de>
2452         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2453         handling of K&R stuff.
2455 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2457         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2459 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2461         * ps-print.el: Handle frame parameters (background and/or foreground
2462         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2463         (ps-print-version): New version 6.7.1.
2464         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2465         (ps-frame-parameter): New fun.
2466         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2467         Fix doc and customization.
2468         (ps-begin-job): Get frame parameters (background and/or foreground
2469         colors).
2470         (ps-do-despool): Ensure ps-printer-name has a valid value.
2472 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2474         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2475         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2476         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2477         mean unlimited.
2479 2007-01-20  Alan Mackenzie  <acm@muc.de>
2481         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2482         much more rigorous analysis of putative K&R regions.
2484 2007-01-20  Alan Mackenzie  <acm@muc.de>
2486         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2487         New functions.
2489 2007-01-20  Alan Mackenzie  <acm@muc.de>
2491         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2492         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2493         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2494         * progmodes/cc-vars.el: Add my name.
2496 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2498         * files.el (find-alternate-file): Revert query message to Emacs 21
2499         version.
2501 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2503         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2504         the doc string how to use personal abbrevs without electric
2505         keywords.
2507 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2509         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2510         Fixed cursor position when toggle abbreviated display.
2512 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2514         * t-mouse.el: Update copyright following assignment by
2515         Alessandro Rubini.
2517 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2519         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2520         (type-break-demo-boring): Call read-event instead of read-char.
2522 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2524         * progmodes/compile.el: Add handling for makepplog.
2526 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2528         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2529         aspell dictionaries are initialized when called non-interactively.
2531 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2533         * progmodes/compile.el (compilation-loop): New arg limit.
2534         Handle case where the first error is at point-min.
2535         (compilation-next-error): New arg to compilation-loop call.
2537 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2539         * info.el (Info-default-dirs): Change default info dir to
2540         share/info.
2542         * paths.el (Info-default-directory-list): Ditto.
2544 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2546         * hexl.el (hexl-before-revert-hook): New function.
2547         (hexl-mode): Use it.
2548         (hexl-after-revert-hook): Just call hexl-mode.
2549         (hexl-mode-exit): Remove before-revert-hook.
2551 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2553         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2555 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2557         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2558         by "-" in francais7 otherchars entry.
2559         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2560         otherchars entry.
2562 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2564         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2565         path.  Rewrite function in `cond' style for readability.
2567         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2568         (The path shortening, that is, not the rearrarangement.)
2570 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2572         * term/mac-win.el (mac-ae-quit-application): New function.
2573         (mac-apple-event-map): Bind "quit application" Apple event to it.
2575 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2577         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2578         than the program's output.
2580 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2582         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2583         (kmacro-start-macro-or-insert-counter)
2584         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2585         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2587         * longlines.el (longlines-show-hard-newlines):
2588         * ruler-mode.el (ruler-mode-ruler):
2589         * emulation/keypad.el (keypad-setup):
2590         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2591         Fix typo in docstring.
2593 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2595         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2596         Remove redirect character ">".
2598 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2600         * replace.el (perform-replace): Remove leftover code.
2602 2007-01-12  Richard Stallman  <rms@gnu.org>
2604         * replace.el (perform-replace): Don't clear NODENT when computing
2605         the replacement string.
2607 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2609         * net/tramp.el (tramp-handle-file-local-copy):
2610         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2611         <christopher.ian.moore@gmail.com>.
2613 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * diff-mode.el (diff-sanity-check-context-hunk-half)
2616         (diff-sanity-check-hunk): New functions.
2617         (diff-find-source-location): Use'em to check the hunks are well-formed.
2619         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2620         activate undo when undo is not active.
2621         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2623 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2626         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2627         (ffap-url-at-point): Use char-classes rather than "a-z".
2629 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2631         * ediff-init.el (ediff-autostore-merges):
2632         * textmodes/fill.el (fill-region): Doc fix.
2634 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         * server.el (server-ensure-safe-dir): UIDs may be floats.
2638 2007-01-10  Richard Stallman  <rms@gnu.org>
2640         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2641         around calls to directory-files.
2643         * subr.el (momentary-string-display): Use save-excursion.
2645         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2646         argument, but read it as `X' does.
2648 2007-01-09  Juri Linkov  <juri@jurta.org>
2650         * info.el (Info-fontify-node): Don't hide node names of index entries.
2652         * faces.el (momentary): Change :group to basic-faces where all
2653         basic faces belong to.  Add :version.
2655 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2657         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2658         keybinding is found.
2659         (tutorial--find-changed-keys): Never treat null keybinding as a
2660         remapping.
2662 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2664         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2666 2007-01-09  Kenichi Handa  <handa@m17n.org>
2668         * international/mule-cmds.el
2669         (select-safe-coding-system-interactively): Fix message.
2671 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
2673         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2674         (tramp-process-actions): Add optional parameter TIMEOUT.
2675         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2676         (tramp-open-connection-su): Add timeout of 60".
2678 2007-01-09  Richard Stallman  <rms@gnu.org>
2680         * progmodes/compile.el (compile): Doc fix.
2682 2007-01-09  Markus Triska  <markus.triska@gmx.at>
2684         * tumme.el (tumme-display-thumb): Doc fix.
2686 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
2688         * battery.el (battery-search-for-one-match-in-files):
2689         * bindings.el (mode-line-minor-mode-help):
2690         * x-dnd.el (x-dnd-types-alist):
2691         * calendar/icalendar.el (icalendar-import-buffer):
2692         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2694         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2696 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
2698         * replace.el (replace-regexp): Fix typo in docstring.
2700 2007-01-07  Alan Mackenzie  <acm@muc.de>
2702         * progmodes/cc-langs.el (c-operators, c-filter-ops):
2703         Amend doc-string and comments.
2705 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
2707         * files.el (abbreviate-file-name): Doc fix.
2709 2007-01-06  Markus Triska  <triska@gmx.at>
2711         * subr.el (split-string): Remove spurious ")" from doc string.
2713 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2715         * textmodes/table.el (table--warn-incompatibility):
2716         Use display-warning instead of momentary-string-display.
2718 2007-01-05  Richard Stallman  <rms@gnu.org>
2720         * image.el (image-type-header-regexps): Recognize xbm more strictly.
2722         * simple.el (backward-kill-word): Doc fix.
2724 2007-01-05  Romain Francoise  <romain@orebokech.com>
2726         * international/mule.el (sgml-html-meta-auto-coding-function):
2727         Ensure that the buffer contains a HTML document.
2729 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
2731         * faces.el (momentary): Move here ...
2732         * subr.el (momentary): ... from here.
2734 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
2736         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2737         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2738         large structures/arrays.
2740 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
2742         * files.el (find-file-noselect-1, set-visited-file-name):
2743         Allow backup-enable-predicate to be nil.
2745 2007-01-04  Andreas Schwab  <schwab@suse.de>
2747         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2748         last change.
2750 2007-01-03  Richard Stallman  <rms@gnu.org>
2752         * woman.el (woman-decode-buffer): Clarify error message.
2754 2007-01-03  Alan Mackenzie  <acm@muc.de>
2756         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2758 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
2760         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2762 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2764         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2766 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2768         * emulation/viper.el (viper-custom-file-name, viper-mode):
2769         Fix typos in docstrings.
2771         * subr.el (momentary-string-display): After moving point, set POS
2772         variable to it to avoid later errors once the buffer is modified.
2773         Doc fix.
2775 2007-01-02  Alan Mackenzie  <acm@muc.de>
2777         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2778         check that the "*/" is present before trying to manipulate it.
2780 2007-01-02  Richard Stallman  <rms@gnu.org>
2782         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2784         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2785         Fix format of value.
2787         * cus-edit.el (customize-unsaved): Rename from customize-customized.
2788         Change messages accordingly.
2789         (customize-customized): Now alias.
2791 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
2793         * files.el (version-control): Doc fix.
2795 2007-01-01  Alan Mackenzie  <acm@muc.de>
2797         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2798         Check the format of c-state-cache is valid for an optimisation before
2799         using it.
2801         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2802         are at a statement within a macro".  Other changes so that only
2803         the first continuation line in a macro gets the symbol
2804         `cpp-define-intro', the others getting `statement', or whatever.
2806         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2807         a string, preserve whitespace.  Add a backslash only when also in
2808         a macro.
2810         * progmodes/cc-defs.el: Correct typos.
2812         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2813         new line after an escaped EOL in a string.
2815         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2816         label when it directly follows "else", "do", ....
2818         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2819         angle brackets (as seen in "explicit specialisations" of C++
2820         templates).
2822         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2823         in the doc-string.
2825         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2826         when the comment ender looks like "=========*/" and is alone on
2827         its line.
2829         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2830         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
2831         for the old name.
2833         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2834         c-\(beginning\|end\)-of-defun by default.
2836         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2837         New line-up function, for the DEFUN macro in the Emacs C sources.
2838         Only used in "gnu" style.
2840         * progmodes/cc-styles.el (c-style-alist): Use this new function in
2841         the "gnu" style.
2843         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2844         clean-up comment-close-slash also to work when there's a comment
2845         terminator on the line.
2846         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2847         these for large arg - only take account of top level {..}, except
2848         for initial and final adjustments.  M-- C-M-[ae] now go to the
2849         right defuns when the starting point is between defuns.  They use
2850         the four new functions:
2851         (c-in-function-trailer-p, c-where-wrt-brace-construct)
2852         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2853         support c-\(beginning\|end\)-of-defun.
2855         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2856         expressions more rigorously, to exclude bit-field specifiers from
2857         being classed as labels.
2858         (c-forward-label): When analyzing a ":" within a macro, be careful
2859         about using c-forward-syntactic-ws at the macro beginning.
2860         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2861         stmt boundary, check for "operator=", etc.
2863         * progmodes/cc-mode.el (c-postprocess-file-styles):
2864         Bind inhibit-read-only to t, around the call to
2865         c-remove-any-local-eval-or-mode-variables, so that it works on a
2866         RO file.
2868         * progmodes/cc-defs.el (c-version): Update the version number to
2869         "5.31.4".
2871 2007-01-01  Richard Stallman  <rms@gnu.org>
2873         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2874         only if we restored isearch-window-configuration.
2876 2006-12-31  Romain Francoise  <romain@orebokech.com>
2878         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2880 2006-12-31  Kim F. Storm  <storm@cua.dk>
2882         * files.el (auto-mode-case-fold): New defcustom.
2883         (set-auto-mode): If non-nil, perform second case-sensitive pass
2884         through auto-mode-alist if first pass failed.
2886 2006-12-30  Richard Stallman  <rms@gnu.org>
2888         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2890 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
2892         * allout.el (allout-encrypt-string): Handle symmetric-key
2893         passphrase caching but leave keypair caching to pgg.
2895 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
2897         Sync with Tramp 2.0.55.
2899         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2900         `integerp'.  `char-equal' could fail else in case of negative
2901         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2902         (top): Check for `font-lock-add-keywords' before calling; it
2903         doesn't exist under XEmacs.
2904         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
2905         (tramp-completion-mode): Remove clause (not
2906         tramp-unified-filenames), because the function is called in other
2907         context too, where this check results in wrong results in the
2908         XEmacs case on Windows.
2909         (tramp-touch): UTC handling is not possible for XEmacs.
2911 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2913         * scroll-bar.el (previous-scroll-bar-mode): New variable
2914         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2915         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2917         * term/x-win.el: Set scroll bar mode to right if set by X resources.
2919 2006-12-30  Richard Stallman  <rms@gnu.org>
2921         * files.el (make-backup-file-name-1): Precompute abs name
2922         but don't lose the relative name.
2924         * international/mule-cmds.el (select-safe-coding-system-interactively):
2925         Fix message.
2927 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2929         * files.el (backup-buffer): Show entire backup file name in msg.
2931 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
2933         * image.el (image-type-header-regexps, image-type-from-data)
2934         (image-type-from-buffer, image-type-from-file-header):
2935         Revert changes from 2006-12-26.
2936         (image-type-auto-detectable): New variable.
2937         (image-type-auto-detected-p): New function.
2939         * files.el (magic-mode-alist): Detect image files with
2940         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2942 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
2944         * dired.el (dired-sort-other): Move test for dired-mode...
2945         (dired-sort-set-modeline): ...to here.
2947 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2949         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2950         change.  Suggested by Stefan Monnier.
2952 2006-12-29  Kim F. Storm  <storm@cua.dk>
2954         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2955         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2957 2006-12-27  Kim F. Storm  <storm@cua.dk>
2959         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2960         so it doesn't accidentally match an fsf.org mail address.
2961         (authors-renamed-files-alist): Add tcover-*.el.
2963 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * vc-arch.el (vc-arch-find-version): New function.
2967         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2968         composed of arbitrary characters (even /) in some systems.
2970 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
2972         * international/mule-cmds.el (select-safe-coding-system-interactively):
2973         Improve the message in the *Warning* buffer.
2975 2006-12-27  Kim F. Storm  <storm@cua.dk>
2977         * ido.el (ido-set-matches-1): Fix last change.  If default item is
2978         current buffer, it is ok to be first.
2980 2006-12-27  Kenichi Handa  <handa@m17n.org>
2982         * international/mule-cmds.el (select-safe-coding-system-interactively):
2983         Use face `link' for problematic chars.
2985 2006-12-27  Kenichi Handa  <handa@m17n.org>
2987         * international/mule-cmds.el (select-safe-coding-system-interactively):
2988         Improve the message in *Warning* buffer.
2990 2006-12-27  Kim F. Storm  <storm@cua.dk>
2992         * ido.el (ido-set-matches-1): Never put current buffer first if
2993         there are other matches.
2995 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
2997         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2998         expressions.
2999         (gdb-var-delete): Handle duplicate names.  Print message for non
3000         root expressions.
3001         (gdb-partial-output-name): Start buffer name with a space.
3002         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3003         buffer name.
3005 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3007         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3008         last footnote when `footnote-spaced-footnotes' is nil.
3010 2006-12-26  Richard Stallman  <rms@gnu.org>
3012         * cus-edit.el (custom-browse-sort-alphabetically)
3013         (custom-buffer-sort-alphabetically)
3014         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3016         * image.el (image-type-header-regexps): Change element format
3017         to include third item NOT-ALWAYS.
3018         (image-type-from-data): Handle new format.
3019         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3020         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3022 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3024         * add-log.el (add-log-current-defun): Call `forward-sexp'
3025         multiple times to pick a member function name defined as
3026         part of nested classes/namespaces.
3028 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3030         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3031         which keymap should be used to change menu.  It does not affect any
3032         existent code.
3034 2006-12-26  Richard Stallman  <rms@gnu.org>
3036         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3037         rather than for being in a minibuffer window.
3039 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3041         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3042         locale-coding-system.
3043         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3044         LF.
3046 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3048         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3049         (sql-mode-syntax-table): Disable double quoted strings.
3050         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3052 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3054         * startup.el (fancy-splash-last-input-event): New variable.
3055         (fancy-splash-special-event-action): New function.
3056         (fancy-splash-screens): Temporarily bind special events to it.
3057         Execute command for saved special event before exiting from
3058         recursive editing.
3060         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3061         New functions.
3062         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3063         Use mac-unread-string.
3065 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3067         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3068         an optimized comment regexp if `comment-start-skip' uses a ^.
3069         * bs.el (bs--up): Remove interactive spec.
3071 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3073         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3074         Suggested by James Cloos.
3076 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3078         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3079         in March.
3080         (calendar-dst-ends): Default to first Sunday in November.
3082 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3084         * allout.el (allout-encrypt-string): Inhibit use of agent within
3085         body of let form where encryption happens.  Acknowledge non-use of
3086         gpg-agent in docstring.
3087         (allout-toggle-subtree-encryption): Acknowledge non-use of
3088         gpg-agent in docstring.
3090 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3092         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3094 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3096         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3097         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3099         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3100         in hooks.
3101         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3102         actually modify buffer; ignore errors if occur.
3104 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3106         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3107         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3108         formatting.
3110 2006-12-23  Richard Stallman  <rms@gnu.org>
3112         * simple.el (delete-horizontal-space): Doc fix.
3114 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3116         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3117         explicitly in a recursive Make, not implicitly through prerequisites,
3118         since the latter is wrong under parallel builds.
3120 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3122         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3124 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3126         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3127         message string.
3129 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3131         * outline.el (outline-next-visible-heading): Fix the case with a
3132         header at end-of-file with no final newline.
3134 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3136         * indent.el (tab-always-indent): Doc fix.
3138 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3140         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3141         (Info-fontify-node): Do fontify indices.
3143         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3144         to the Emacs Lisp reference manual.
3145         (tutorial--tab-map): Remove.  All callers changed.
3146         (tutorial--find-changed-keys): New elt QUIET, used to...
3147         (tutorial--display-changes): ...ensure that warning messages are
3148         only issued once per changed key.
3149         (tutorial--remove-remarks): Delete unused code-path.
3150         (lang-strings): Remove extraneous formatting.
3151         (tutorial--save-tutorial): Prompt before saving tutorial state.
3153 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3155         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3156         Replace '?\ ' by '?\s' throughout.
3157         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3158         `help' custom group.
3159         (tutorial--key-description): New function.
3160         (tutorial--display-changes): Remove redundant arg.  Scan for all
3161         key sequences to avoid false matches.  Cleanup.
3162         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3163         reduce homedir pollution.
3164         (help-with-tutorial): Call tutorial--display-changes with no arg.
3166 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3168         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3170 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3172         * net/tramp.el (tramp-default-method): We still need to check for
3173         `executable-find', because it is not bound under Emacs 20.
3174         (tramp-handle-file-name-completion)
3175         (tramp-completion-handle-file-name-completion): Handle optional
3176         parameter PREDICATE.
3177         (tramp-find-default-method): Add code for default values.
3179 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3181         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3182         make gud-go send "continue".
3184 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3186         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3187         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3189 2006-12-19  Kim F. Storm  <storm@cua.dk>
3191         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3192         instead of global-map.
3194         * files.el (magic-mode-alist): Allow matching file type by
3195         calling a function at bob.  Check for image types by calling
3196         image-type-from-buffer.  Suggested by Juanma Barranquero.
3197         (set-auto-mode): Do it.
3199 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3201         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3202         Remove "ControlMaster" option from the other `scp*' methods.
3203         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3205 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3207         * textmodes/org.el (org-mode): Show context after isearch.
3208         (org-show-siblings): New function.
3209         (org-show-context): Use `org-show-siblings'.
3211 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3214         Use syntax-ppss-toplevel-pos.
3216 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3218         * textmodes/org.el (org-current-line): Make sure that lines are
3219         counted from beginning of buffer.
3220         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3221         lines are counted from beginning of buffer.
3223 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3225         * info.el (Info-build-node-completions): Signal error if tag-table
3226         marker is not found.
3228         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3230 2006-12-17  Alan Mackenzie  <acm@muc.de>
3232         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3233         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3234         Based on code by Martin Rudalics.
3236         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3237         open-paren-in-column-0-is-defun-start to nil any more.
3239 2006-12-17  Richard Stallman  <rms@gnu.org>
3241         * simple.el (delete-horizontal-space): Use prefix arg.
3243         * help-fns.el (describe-variable): Improve blank separator lines.
3245         * files.el (magic-mode-alist): Mark as risky.
3247         * files.el (make-backup-file-name-1):
3248         Expand backup-directory explicitly.
3250 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3252         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3253         check whether package password.el is loaded, or Pageant is running.
3255 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3257         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3258         (icalendar--rris): First try Emacs, then XEmacs.
3259         (icalendar--convert-ical-to-diary): Doc fix.
3260         Insert newline at end of target file.
3262 2006-12-17  Kim F. Storm  <storm@cua.dk>
3264         * outline.el (outline-isearch-open-invisible-function): New defvar.
3265         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3266         overlay property instead of outline-isearch-open-invisible.
3268 2006-12-16  Kim F. Storm  <storm@cua.dk>
3270         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3271         if ido-directory-too-big is set on entry.
3272         (ido-toggle-ignore, ido-completion-help): Print message while
3273         reading big directory.
3275 2006-12-15  Richard Stallman  <rms@gnu.org>
3277         * shell.el (shell): Doc fix.
3279 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3281         * emulation/edt.el (edt-xserver):
3282         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3283         to fix a problem on Cygwin.
3285         * emulation/edt.el
3286         * emulation/edt-mapper.el
3287         * emulation/edt-lk201.el
3288         * emulation/edt-pc.el
3289         * emulation/edt-vt100.el: Update maintainer's email address.
3291 2006-12-15  Simon Marshall  <simon@gnu.org>
3293         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3295 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3297         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3298         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3299         instead of mac-atsu-font-table.
3300         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3302 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3304         * align.el (align-match-tex-pattern): Fix a rare bug which
3305         hanged Emacs.
3307 2006-12-14  Richard Stallman  <rms@gnu.org>
3309         * startup.el (use-fancy-splash-screens-p): Use frame-height
3310         instead of window-height.  Pass frame to image-size.
3312 2006-12-13  Kenichi Handa  <handa@m17n.org>
3314         * international/mule-cmds.el (set-locale-environment):
3315         Set default-sendmail-coding-system too.
3317 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3319         * progmodes/idlw-help.el: Fix copyright notice.
3321 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3323         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3325 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3327         * subr.el (unread-command-char): Reformat obsolescence info.
3329 2006-12-11  Richard Stallman  <rms@gnu.org>
3331         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3332         about calls to cl-struct-setf-expander.
3334 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3336         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3337         (ediff-combination-pattern): Fix typo in docstring.
3339         * textmodes/refer.el (refer-find-entry): Doc fix.
3340         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3341         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3342         Fix tipos in docstrings.
3344         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3346 2006-12-10  Kim F. Storm  <storm@cua.dk>
3348         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3349         instead of binding M-backspace.
3351 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3353         * replace.el (replace-match-data, replace-match-maybe-edit):
3354         * calc/calc-aent.el (calc-eval-error):
3355         * emulation/vi.el (vi-char-argument):
3356         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3357         (c-vsemi-status-unknown-p-fn): Doc fixes.
3359 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3361         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3362         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3364 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3366         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3368 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3370         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3372         * man.el (Man-xref-button-action): New function.  If the
3373         `Man-target-string' button property is a function, assume it
3374         accepts a position argument.
3375         (Man-abstract-xref-man-page): Use it.
3376         (Man-default-man-entry): New optional arg POS.
3378         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3379         symlink arrows read-only and non-rear-sticky.
3381 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3383         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3384         (wdired-search-and-rename): Simplify code.
3385         (wdired-preprocess-files, wdired-preprocess-perms): Make
3386         read-only property of preceding character rear-nonsticky to
3387         avoid that it can be modified.  Put old-name and old-link
3388         properties on character preceding name and replace
3389         put-text-property by add-text-properties.
3390         (wdired-get-filename, wdired-get-previous-link): Get old-name
3391         and old-link properties from character preceding name and
3392         simplify code.
3393         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3394         (wdired-perms-to-number): Make local-map property
3395         rear-nonsticky to avoid that text following permissions may be
3396         modified.  Use add-text-properties instead of put-text-property
3397         when changing a permission bit.
3398         (wdired-change-to-dired-mode): Remove stickiness properties.
3400 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3402         * international/mule-cmds.el (register-input-method): Doc fix.
3404 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3406         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3408 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3410         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3411         Force buffer local defs evaluation on local variables loading.
3412         (flyspell-mode-on, flyspell-mode-off): Use it in
3413         `hack-local-variables-hook'.
3415 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3417         * emacs-lisp/find-func.el (find-variable): Doc fix.
3419         * help-fns.el (variable-at-point): Doc fix.
3421         * w32-fns.el (w32-append-code-lines): New function.
3423 2006-12-09  Romain Francoise  <romain@orebokech.com>
3425         * comint.el (comint-insert-input): Delete obsolete comment.
3427 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3429         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3430         current frame, in case we're connected to several displays.
3432 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3434         * frame.el (other-frame): Doc fix.
3435         (set-frame-parameter): Fix typo in docstring.
3437 2006-12-07  Kim F. Storm  <storm@cua.dk>
3439         * info.el (Info-index): Strip leading colon from topic.
3441 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3443         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3444         to pointers.
3446 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3448         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3449         Trim out spurious class inheritance "None" entries.
3451 2006-12-05  Kim F. Storm  <storm@cua.dk>
3453         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3454         (cua-paste-pop): Rework last change for
3455         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3456         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3457         text inserted by the last M-y command.
3459 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3461         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3462         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3464         * shell.el (shell): Search the start file in ~/.emacs.d as
3465         `init_SHELLNAME.sh' instead.
3467 2006-12-05  Glenn Morris  <rgm@gnu.org>
3469         * progmodes/cperl-mode.el (cperl-mode)
3470         * progmodes/f90.el (f90-mode-abbrev-table)
3471         * progmodes/fortran.el (fortran-mode-abbrev-table)
3472         * progmodes/octave-mod.el (octave-abbrev-table)
3473         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3474         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3476         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3477         clear abbrev table, else saved abbrevs will not be restored.
3479 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3481         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3482         the call to `make-obsolete-variable', not in the docstring.
3484 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3486         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3488 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3490         * progmodes/ebnf-abn.el:
3491         * progmodes/ebnf-bnf.el:
3492         * progmodes/ebnf-dtd.el:
3493         * progmodes/ebnf-ebx.el:
3494         * progmodes/ebnf-iso.el:
3495         * progmodes/ebnf-otz.el:
3496         * progmodes/ebnf-yac.el:
3497         * progmodes/ebnf2ps.el:
3498         * delim-col.el:
3499         * printing.el:
3500         * ps-bdf.el:
3501         * ps-mule.el:
3502         * ps-print.el: Remove 'Time-stamp' comment mark.
3504         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3505         'easy-menu-add-item' when called in Emacs 21 or higher.
3507 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3509         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3510         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3512 2006-12-04  Kim F. Storm  <storm@cua.dk>
3514         * bindings.el (global-map): Bind [signal t] to ignore, to have
3515         user signals ignored by default.
3517 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3519         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3520         Unicode data file pointed to by `describe-char-unicodedata-file'.
3522 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3524         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3525         O(n^2) regexp-search by anchoring the search.
3527 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3529         * whitespace.el (whitespace-cleanup-internal): Use current
3530         argument for recursive call.
3532 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3534         * net/tramp.el (tramp-methods): Add "ControlPath" and
3535         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3536         Andreas Schwab <schwab@suse.de>.
3537         (tramp-do-copy-or-rename-file-out-of-band)
3538         (tramp-open-connection-rsh): Compute format spec for ?t.
3539         (tramp-process-actions): Trace command parameters.
3541 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3543         * simple.el (toggle-truncate-lines): Clarify doc string.
3545         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3546         (gdb-speedbar-expand-node): Use it.
3548 2006-12-04  Richard Stallman  <rms@gnu.org>
3550         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3552         * dired.el (dired-revert): Turn off dired-after-readin-hook
3553         around call to dired-readin.
3555         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3556         to echo area messages.
3557         <indicate-empty-lines, case-fold-search>:
3558         Add "globally" to Help string.
3559         <case-fold-search>: MESSAGE arg need not say "globally".
3560         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3562 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3564         * outline.el (outline-end-of-subtree): Don't leave an empty
3565         line hidden as we would a real next heading.
3567 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3569         * allout.el (allout-ascend): Add an optional argument to preserve
3570         original position of point when unsuccessful.  Also, fix a
3571         docstring error.
3572         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3573         work again, using allout-ascend's new option.
3574         (allout-setup-mode-map): Extract from allout-mode to initialize
3575         allout-mode-map.  Call it on file load, so the mode docstring
3576         substitutions work even if allout mode has not yet been invoked.
3577         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3578         customizations since the map was last processed.  Also, refine the
3579         docstring so it's ship-shape for release.
3580         (allout-default-layout, allout-beginning-of-line-cycles)
3581         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3582         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3583         (allout-version, allout-layout, allout-infer-body-reindent)
3584         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3585         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3586         (allout-previous-heading, allout-goto-prefix-doublechecked)
3587         (allout-current-bullet-pos, allout-next-sibling-leap)
3588         (allout-pre-command-business, allout-encrypted-type-prefix)
3589         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3590         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3591         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3592         (allout-old-expose-topic, allout-listify-exposed)
3593         (allout-process-exposed, allout-latex-verb-quote)
3594         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3595         (allout-toggle-current-subtree-encryption)
3596         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3597         Remove extraneous open-paren and close paren string escapes.
3599 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3601         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3602         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3603         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3604         Fix typos in docstrings.
3606 2006-12-03  Glenn Morris  <rgm@gnu.org>
3608         * progmodes/cc-align.el
3609         * progmodes/cc-awk.el
3610         * progmodes/cc-cmds.el
3611         * progmodes/cc-compat.el
3612         * progmodes/cc-defs.el
3613         * progmodes/cc-engine.el
3614         * progmodes/cc-langs.el
3615         * progmodes/cc-menus.el
3616         * progmodes/cc-mode.el
3617         * progmodes/cc-styles.el
3618         * progmodes/cc-vars.el
3619         * progmodes/vhdl-mode.el: Fix Copyright format.
3621 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3623         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3624         initial down event.
3626 2006-12-02  Kim F. Storm  <storm@cua.dk>
3628         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3629         (cua-repeat-replace-region): Make M-v more robust.
3630         (cua-paste-pop-rotate-temporarily): New defcustom.
3631         (cua-paste-pop): Use it.
3632         (cua-auto-mark-last-change): New defcustom.
3633         (cua-pop-to-last-change): New helper function.
3634         (cua-set-mark): Use them.
3636 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3638         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3639         mini-buffer message.
3641 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3643         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3645 2006-12-01  Ben North  <ben@redfrontdoor.org>
3647         * paren.el: Fix the highlight overlay extension when the user types a
3648         sequence of char very fast just before the open parenthesis.
3650 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3652         * ps-mule.el: Eliminate Emacs 20 compatibility.
3654         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3655         (ps-print-version): New version 6.7.
3656         (ps-print-quote): Replace '?\ ' by '?\s'.
3658 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3660         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3661         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3662         (hexl-end-of-1k-page): Doc fixes.
3663         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3664         Fix typos in docstrings.
3666 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3668         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
3669         locally, i.e. without using file name handlers.
3670         (ido-read-internal): Allow mono letter host names, avoiding the
3671         `c:' problem by testing if the file exists locally.
3672         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3674 2006-11-30  Masatake YAMATO  <jet@gyve.org>
3676         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3677         to avoid bytecomp warnings.
3678         (hexl-mode-old-ruler-function): New variable.
3679         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3680         and `hl-line-range-function' after `require' hl-line.
3681         Then bind `hl-line-range-function' and `hl-line-face'.
3682         Don't require frame.  Don't use `with-no-warnings'.
3683         (hexl-activate-ruler): Store the original value of
3684         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3685         (hexl-mode-exit): Restore the original value of
3686         `ruler-mode-ruler-function'.
3688 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3690         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3691         (hexl-mode-old-hl-line-face): New variable.
3692         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3693         line when exit from the hexl-mode.
3695 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3697         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3698         Doc fixes.
3700         * international/fontset.el (create-fontset-from-ascii-font)
3701         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3702         (fontset-name-p): Fix typo in docstring.
3704         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3706 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3708         * ps-bdf.el: Fix maintainer email.
3710         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
3711         compatibility.
3713         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
3714         21 compatibility.
3715         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3716         Emacs 20 & 21.
3718 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
3720         * progmodes/idlwave.el (idlwave-auto-fill):
3721         Remove paragraph-start let to prevent auto-fill giving up.
3723 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
3725         * vt100-led.el (led-state): Fix typo in previous change.
3727 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3729         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3730         Fix interactive spec of the functions getting defined to make them
3731         work as documented.
3733 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
3735         * startup.el (fancy-splash-screens): Hide initial splash buffer.
3737 2006-11-28  Kim F. Storm  <storm@cua.dk>
3739         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3740         icomplete-mode is enabled.
3742 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
3744         * textmodes/org.el (require): Require gnus-sum during compilation
3745         to avoid problem with a macro call.
3747 2006-11-28  Glenn Morris  <rgm@gnu.org>
3749         * emacs-lisp/authors.el (authors-aliases): Add new alias.
3751         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3752         (fortran-window-create-momentarily): Do not need string-to-char.
3754 2006-11-28  Richard Stallman  <rms@gnu.org>
3756         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3757         Replace incorrect use of assoc-default with a loop.
3759         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3761         * simple.el (next-error-find-buffer): Improve messages.
3763         * files.el (revert-buffer): Special error message if file
3764         is now not readable.
3766         * facemenu.el (facemenu-add-new-face): Improve doc strings of
3767         constructed commands.
3769         * comint.el (comint-exec-1): Provide Emacs version and `comint'
3770         in INSIDE_EMACS.
3772 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3776         * server.el: Remove spurious * in docstrings.
3777         (server-process-filter): Exit from recursive editing before processing
3778         a new request.
3780 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
3782         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3783         line so hidden blocks will be correctly identified.
3785 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
3787         * ledit.el (ledit-save-defun, ledit-mode):
3788         * resume.el (resume-emacs-args-buffer):
3789         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3790         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3791         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3792         (command-send-input, command-kill-line):
3793         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3795         * autoarg.el (autoarg-kp-mode): Doc fix.
3797         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
3798         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
3799         (check-emacs-lock): Doc fix.  Simplify.
3801         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3802         (iimage-mode-buffer): Fix typos in docstring.
3804         * misc.el (zap-up-to-char): Doc fix.
3806         * time-stamp.el: Fix comment and obsolescence string for old
3807         functions.  Use `dolist' instead of `while'.
3809         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3811         * disp-table.el (standard-display-8bit, standard-display-default):
3812         * ebuff-menu.el (electric-buffer-list):
3813         * ehelp.el (electric-help-command-loop):
3814         * font-core.el (font-lock-mode):
3815         * help-macro.el (make-help-screen):
3816         * help.el (describe-minor-mode-completion-table-for-indicator)
3817         (lookup-minor-mode-from-indicator):
3818         * indent.el (tab-to-tab-stop, move-to-tab-stop):
3819         * info-look.el (info-lookup-guess-custom-symbol):
3820         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3821         * longlines.el (longlines-wrap-line):
3822         * macros.el (insert-kbd-macro):
3823         * menu-bar.el (menu-bar-update-buffers):
3824         * misc.el (copy-from-above-command):
3825         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3826         * newcomment.el (comment-indent):
3827         * novice.el (disabled-command-function):
3828         * sort.el (sort-fields-syntax-table):
3829         * subr.el (momentary-string-display):
3830         * tar-mode.el (tar-header-block-summarize)
3831         (tar-clear-modification-flags):
3832         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3833         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3834         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3835         (te-delete-char, te-down-vertically-or-scroll):
3836         * time-stamp.el (time-stamp-string-preprocess):
3837         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3839 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3841         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3842         in GUD mode.
3844         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3845         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3847 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3849         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3851 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
3853         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3854         (ada-compile-goto-error): Adapt to new argument profile of
3855         compilation-goto-locus in Emacs 22.  Don't check if the various
3856         compile functions are defined; we already do "(require 'compile)".
3858 2006-11-26  Kim F. Storm  <storm@cua.dk>
3860         * kmacro.el: Fix commentary.
3862 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
3864         * progmodes/gud.el (gdb): Explain how to run in text command mode
3865         more clearly.  Say in error message that multiple debugging
3866         requires restarting GDB.
3868 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
3870         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3872 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
3874         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3875         (flymake-popup-menu): Use it instead of posn-at-point.
3877 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3879         * progmodes/cc-vars.el (c-backslash-column):
3880         Mention c-backslash-max-column in documentation for c-backslash-column.
3882 2006-11-24  Lars Hansen  <larsh@soem.dk>
3884         * net/tramp.el (tramp-default-method): Under Windows, change from
3885         plink to pscp.
3886         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3887         (tramp-actions-copy-out-of-band):
3888         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3889         (tramp-action-out-of-band): Move "Permission denied" handling to
3890         tramp-action-copy-failed.
3891         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3892         process buffer.
3894 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3897         strings to a single string.  Quote `errors-file-name'.
3898         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3899         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3900         Adjust calls.  Use `shell-quote-argument'.
3902         * international/mule.el (load-with-code-conversion)
3903         (with-category-table): Use with-current-buffer.
3904         (after-insert-file-set-coding): Use restore-buffer-modified-p.
3906 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
3908         * mail/smtpmail.el (smtpmail-send-it):
3909         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
3910         MIME header for the message encoding.
3911         Bind coding-system-for-write around the call to mail-do-fcc.
3912         Use smtpmail-code-conv-from to encode queued mail messages.
3914 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3916         * tabify.el (tabify-regexp): Doc fix.
3918         * net/rcirc.el (rcirc-buffer-maximum-lines):
3919         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3921         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3922         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3923         Fix typos in output messages.
3924         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3926 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3929         the horse's mouth.
3930         (hexlify-buffer): Don't re-encode an arg that's already encoded.
3932 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3934         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3935         Remove condition-case.
3937 2006-11-23  Glenn Morris  <rgm@gnu.org>
3939         * progmodes/f90.el (f90-comment-indent): Do not move point in
3940         default case.
3942 2006-11-21  Romain Francoise  <romain@orebokech.com>
3944         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3945         from library name (reverts change of 2005-10-25).
3947 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3949         * tutorial.el (tutorial--default-keys): Add newline and
3950         delete-backward-char bindings.
3951         (tutorial--detailed-help): Save excursion when finding keys.
3952         Correct warning string for M-x FOO case.
3953         (tutorial--display-changes): Print special keys in tutorial style.
3954         Tweak search regexp for changed keys.
3956 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3958         * thingatpt.el (thing-at-point-url-at-point): Don't add a
3959         redundant scheme.
3961 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
3963         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3964         are new to the list at IANA.  Also added irc, mms, mmsh.
3966 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
3968         * progmodes/idlw-help.el (idlwave-html-help-location):
3969         Fail gracefully for missing help packages.
3970         (idlwave-help-assistant-open-link): Open full links.
3971         (idlwave-help-assistant-help-with-topic): Direct help link.
3973         * progmodes/idlwave.el (idlwave-mode):
3974         Set add-log-current-defun-function.
3975         (idlwave-current-routine-fullname): Add, to support add-log.
3976         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3977         to reflect improvements to xml-parse-file.
3978         (idlwave-mode-menu-def): New binding for help-with-topic.
3980         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3981         Handle extra newlines and spaces.
3982         (idlwave-shell-mode-map): Add help-with-topic.
3984 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
3986         * tutorial.el (tutorial-warning-face): New face.
3987         (tutorial--detailed-help, tutorial--display-changes): Use it.
3988         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3989         Improve search pattern for occurrences of changed keys.
3991 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3993         * term/x-win.el (x-last-cut-buffer-coding): New variable.
3994         (x-select-text): Set it.
3995         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3996         when checking for newness.
3998 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4000         * subr.el (posn-image):
4001         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4003         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4005 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4007         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4008         Exceptions to the rule "add a space between an identifier and an
4009         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4010         (glasses-parenthesis-exception-p): New.  Check if the region is an
4011         exception regarding to that.
4012         (glasses-make-readable): Use it.
4013         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4014         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4016 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4018         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4020 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4022         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4024         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4025         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4027 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4029         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4030         conditions for function or variable bindings.
4032         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4034         * progmodes/compile.el (compilation-start): Ditto.
4036 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4038         * net/tramp.el (top): cl and custom are always required.
4040 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4042         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4043         cut-buffers with next-selection-coding-system if not nil.
4045 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4047         * textmodes/org.el (org-fix-decoded-time): New function.
4048         (org-display-custom-time): Use `org-fix-decoded-time'.
4050 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4052         * menu-bar.el (menu-bar-games-menu): Remove yow.
4054 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4056         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4057         (org-detach-overlay): Rename from `org-detatch-overlay'.
4058         (org-table-convert-region): Insert space after column separator.
4059         (org-agenda-kill): New command.
4060         (org-metaleft): Call `org-outdent-item' on bullets.
4061         (org-metaright): Call `org-indent-item' on bullets.
4062         (org-timestamp-change): Set `org-last-changed-timestamp'.
4063         (org-current-line): Make sure (bolp) returns correct result.
4064         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4066 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4070 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4072         * mouse.el (global-map): Change 2006-08-16 fix to call
4073         mouse-yank-at-click explicitly, since mouse events are not carried
4074         over into keyboard macros.
4076 2006-11-16  Kim F. Storm  <storm@cua.dk>
4078         * ido.el (ido-file-internal): Use current buffer's file name as default
4079         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4081 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4083         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4084         (allout-inhibit-aberrance-doublecheck): Rename from
4085         allout-during-yank-processing.  All callers changed.
4086         (allout-ascend): Provide for unusual case where some topic after
4087         the first in file is at lower depth than the first.
4088         (allout-shift-in): Ensure the offspring of the new containing
4089         topic are exposed.
4090         (allout-encrypt-string): Preserve the coding-system of the text,
4091         according to that of the containing buffer.
4092         (allout-toggle-subtree-encryption): When the text being encrypted
4093         requires a different coding system, offer to preserve the coding
4094         system using a file local var.
4096 2006-11-15  Simon Marshall  <simon@gnu.org>
4098         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4099         to recognise "T t()" as a function declaration, rather than a
4100         variable instantiation, iff at the top-level or inside a class
4101         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4103 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4105         * progmodes/ada-xref.el (ada-parse-prj-file):
4106         Don't delete project buffer; user may want to edit it.
4107         (ada-xref-set-project-field, ada-xref-current-project-file)
4108         (ada-xref-current-project, ada-show-current-project)
4109         (ada-set-main-compile-application): New functions.
4110         (ada-xref-get-project-field, ada-require-project-file):
4111         Normalize use of ada-prj-default-project-file.
4112         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4113         Normalize use of ada-require-project-file.
4114         (ada-prj-find-prj-file): Improve doc string, comments.
4116         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4117         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4118         (ada-create-menu): Add ada-set-main-compile-application,
4119         ada-show-current-main, ada-show-current-project.
4121 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4123         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4124         (inferior-python-mode): Use it.
4126 2006-11-14  Andreas Schwab  <schwab@suse.de>
4128         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4130 2006-11-13  Kim F. Storm  <storm@cua.dk>
4132         * ido.el (ido-copy-current-word): C-o copies region if active.
4134 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4136         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4138 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4140         * ediff.el (ediff-revision):
4141         * files.el (set-visited-file-name):
4142         * mail/rmailout.el (rmail-output-body-to-file):
4143         Use `format', not `message', in `y-or-n-p' call.
4145 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4147         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4148         (org-metaright): Call `org-indent-item' on bullets.
4149         (org-timestamp-change): Set `org-last-changed-timestamp'.
4150         (org-current-line): Make sure (bolp) returns correct result.
4151         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4153 2006-11-12  Richard Stallman  <rms@gnu.org>
4155         * language/european.el (turkish-case-conversion-enable)
4156         (turkish-case-conversion-disable): New functions.
4157         ("Turkish" lang env): Use them.
4159         * international/characters.el (case table):
4160         Do nothing special for i and I.
4162         * subr.el (remove-overlays): Fix last change.
4164         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4165         for visiting the custom file.
4167 2006-11-12  Markus Triska  <triska@gmx.at>
4169         * play/handwrite.el (handwrite): Also process lines not ending
4170         with newline.  Replace some position-fiddling with different
4171         logic.  Improve performance.
4173 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4175         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4176         replacing deleted variable `ada-check-switch'.
4177         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4178         (ada-xref-project-files): Improve doc string.
4179         (ada-find-executable): New function.
4180         (ada-initialize-runtime-library): Use `ada-find-executable'.
4181         (ada-xref-set-default-prj-values): In compile commands, don't need
4182         `ada-cd-command'; `compile' does that more portably.
4183         Use ada-prj-default-check-cmd.
4184         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4185         properties if not specified in project file.
4186         (ada-goto-declaration): Display useful message for new error
4187         'error-file-not-found.
4188         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4189         'error-file-not-found.
4190         (ada-get-all-references): Match latest ali syntax.  Signal new
4191         error 'error-file-not-found.
4192         (ada-find-in-ali): Match latest ali syntax.
4193         (ada-make-filename-from-adaname): Handle different semantics of
4194         gnatkr in GNAT 3.15p vs later.
4196         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4197         ada-procedure-start-regexp.
4198         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4200         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4201         with defvar.
4202         (ada-language-version): Rename ada05 -> ada2005.
4203         (ada-align-region-separate): Add `eval-when-compile'.
4204         (ada-name-regexp): Remove unneeded escapes in regexp character
4205         alternative.
4206         (ada-compile-goto-error-file-linenr-re): New constant.
4207         (ada-matching-start-re): Handle additional cases `declare',
4208         `procedure', `function'.
4209         (ada-compile-goto-error): Handle "... at line nn".
4210         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4211         Delete support for old versions of `align'.
4212         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4213         (ada-check-defun-name): Simplify handling of `declare'.
4214         (ada-goto-matching-start): Handle nested `begin ... end'.
4215         Handle `declare', `protected', `procedure', `function'.
4216         (ada-create-menu): Presence of arm95 is not conditional on using
4217         GNAT compiler.
4219 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4221         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4222         nil in the *RE-Builder* buffer (it causes spurious error messages).
4224         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4225         been set to t, respect it.
4227 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4229         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4230         Delete commented out code for old Emacs versions.  Autoloading of
4231         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4232         (ada-mode-version): Bump version number.
4233         (ada-95-string-keywords, ada-2005-string-keywords)
4234         (ada-2005-keywords, ada-name-regexp): New constant.
4235         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4236         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4237         (ada-package-start-regexp): Support private packages, include package
4238         name (for ada-set-point-accordingly).
4239         (ada-next-procedure, ada-previous-procedure)
4240         (ada-which-function-are-we-in): Match changes to
4241         ada-procedure-start-regexp.
4242         (ada-make-body): Make non-interactive; not a user function.
4243         (ada-make-subprogram-body): Improve doc string.
4245 2006-11-11  Romain Francoise  <romain@orebokech.com>
4247         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4248         `compilation-error-regexp-alist' buffer-local, since we changed
4249         `compilation-error-regexp-alist-alist' locally.
4251 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4253         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4254         to the value of `server-raise-frame'.
4256 2006-11-11  Glenn Morris  <rgm@gnu.org>
4258         * ido.el (ido-enable-prefix)
4259         * ses.el (ses-call-printer-return)
4260         * net/tramp.el (tramp-unified-filenames)
4261         * progmodes/cc-align.el (c-lineup-string-cont)
4262         * progmodes/compile.el (compilation-directory-matcher)
4263         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4264         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4265         (vhdl-clock-rising-edge)
4266         * textmodes/org.el (org-export-with-timestamps)
4267         (org-export-remove-timestamps-from-toc)
4268         (org-export-with-tags): Improve previous doc fixes.
4270 2006-11-11  Richard Stallman  <rms@gnu.org>
4272         * textmodes/flyspell.el (flyspell-mode-map):
4273         Bind C-c $ instead of M-RET.
4275 2006-11-10  Simon Marshall  <simon@gnu.org>
4277         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4278         fontification for "case" and "default" keywords.
4280 2006-11-10  Andreas Schwab  <schwab@suse.de>
4282         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4283         Avoid starting sentence with "nil".
4285 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4287         * server.el (server-raise-frame): New option.
4288         (server-switch-buffer): Use it.
4290 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4292         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4293         with a capital.
4295 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4297         * textmodes/org.el (org-show-hierarchy-above)
4298         (org-show-following-heading): Fix typo in default value.
4299         (org-scan-tags): Make the search case-sensitive.
4300         (org-tags-sparse-tree): Don't overrule
4301         `org-show-following-heading' and `org-show-hierarchy-above'.
4302         (org-reveal): New command.
4303         (org-show-context): Rename from `org-show-hierarchy-above'.
4304         (org-fast-tag-selection-single-key): New option.
4305         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4306         (org-tags-overlay): New variable.
4307         (org-agenda-todo-ignore-deadlines): New option.
4308         ("session"): Add circular data structure `org-mark-ring' to
4309         exceptions list in session.el.
4310         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4311         New options.
4312         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4313         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4314         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4315         (org-finalize-agenda): Activate bracket links in agenda.
4316         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4317         INACTIVE-OK.
4318         (org-show-hierarchy-above, org-show-following-heading):
4319         List values allowed for fine-tuned configuration.
4320         (org-show-hierarchy-above): New argument CONTEXT, use the
4321         fine-tuned settings in `org-show-hierarchy-above' and
4322         `org-show-following-heading'.
4323         (org-display-custom-time): New function.
4324         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4325         (org-display-custom-times, org-time-stamp-custom-formats):
4326         (org-maybe-intangible): New macro.
4327         (org-activate-bracket-links, org-hide-wide-columns):
4328         Use `org-maybe-intangible'.
4329         (org-open-file): Use `shell-quote-argument'.
4330         (org-display-internal-link-with-indirect-buffer): New option.
4331         (org-file-remote-p): Get regexp from list.
4332         (org-link-expand-abbrev): New function.
4333         (org-link-abbrev-alist): New option.
4334         (org-open-at-point, org-cleaned-string-for-export):
4335         Call `org-link-expand-abbrev'.
4336         (org-timeline, org-agenda-list, org-todo-list)
4337         (org-tags-view): Remove the KEEP-MODES argument.
4338         (org-finalize-agenda-hook): New hook.
4339         (org-get-alist-option): New function.
4340         (org-follow-timestamp-link): New function.
4341         (org-open-at-point): Call `org-follow-timestamp-link'.
4342         (org-log-note-marker, org-log-note-purpose)
4343         (org-log-note-window-configuration): New variables.
4344         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4345         (org-log-note-headings): New option.
4346         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4347         (org-store-link): Support for dired-mode.
4348         (org-open-file): Substitute environment variables into filename.
4349         (org-last): New defsubst.
4350         (org-agenda-re-align-tags): New function.
4351         (org-agenda-align-tags-to-column): New option.
4352         (org-agenda-timeline): Group removed.
4353         (org-prepare-agenda, org-prepare-agenda-buffers)
4354         (org-run-agenda-series, org-timeline, org-agenda-list)
4355         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4356         the text property inticating the agenda type.
4357         (org-agenda-post-command-hook): Get agenda type from text property
4358         at point.
4359         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4360         and obey `org-agenda-overriding-arguments'.
4361         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4362         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4363         (org-agenda-week-view, org-agenda-day-view):
4364         Use `org-agenda-overriding-arguments' to make updating work with
4365         multi-block agendas.
4366         (org-agenda-prefix-format): Allow different formats for the
4367         different agenda entry types.
4368         (org-timeline-prefix-format): Option removed, use
4369         `org-agenda-prefix-format' instead.
4370         (org-prepare-agenda): New function.
4371         (org-select-timeline-window): Option removed, use
4372         `org-select-agenda-window' instead.
4373         (org-respect-restriction): Variable removed.
4374         (org-cmp-tag): New function.
4375         (org-agenda-sorting-strategy, org-entries-lessp):
4376         Implement sorting by last tag.
4377         (org-complete): Better completion in in-buffer option lines.
4378         (org-in-item-p): New function.
4379         (org-org-menu): Add entries for checkboxes.
4380         (org-cycle): Extra brouping in outline-regexp, because it is used
4381         in a search with "^" prepended.
4382         (org-provide-checkbox-statistics): New option.
4383         (org-set-font-lock-defaults): Highlight checkbox statistics.
4384         (org-update-checkbox-count-maybe)
4385         (org-get-checkbox-statistics-face): New functions.
4386         (org-update-checkbox-count): New command.
4387         (org-insert-item, org-toggle-checkbox):
4388         Call `org-update-checkbox-count-maybe'.
4389         (org-export-as-html): XEmacs compatibility for coding system.
4390         (org-force-cycle-archived): New command.
4391         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4392         overrules cycling.
4393         (org-fix-position-after-promote): If the line contains only a todo
4394         keyword, add a final space.
4395         (org-promote-subtree, org-demote-subtree):
4396         Call `org-fix-position-after-promote'.
4398 2006-11-10  Glenn Morris  <rgm@gnu.org>
4400         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4401         date in every year.
4402         (calendar-dst-check-each-year-flag): New customizable variable.
4403         (calendar-dst-find-data): New function, extracted from
4404         calendar-current-time-zone.
4405         (calendar-current-time-zone): Use calendar-dst-find-data.
4406         (calendar-dst-transition-cache): New variable.
4407         (calendar-dst-find-startend, calendar-dst-starts)
4408         (calendar-dst-ends): New functions.
4409         (calendar-daylight-savings-starts)
4410         (calendar-daylight-savings-ends): Change value to use
4411         calendar-dst-starts, calendar-dst-ends; respectively.
4413         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4415         * ido.el (ido-enable-prefix)
4416         * ses.el (ses-call-printer-return)
4417         * net/tramp.el (tramp-unified-filenames)
4418         * progmodes/cc-align.el (c-lineup-string-cont)
4419         * progmodes/compile.el (compilation-directory-matcher)
4420         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4421         * progmodes/gdb-ui.el (gdb-many-windows)
4422         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4423         (vhdl-clock-rising-edge)
4424         * textmodes/org.el (org-export-with-timestamps)
4425         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4426         (org-read-date): Doc fix (Nil -> nil).
4428 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4430         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4431         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4433 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4435         * bs.el (bs--window-for-buffer): Remove.
4436         (bs--show-with-configuration): Use `get-window-with-predicate'
4437         instead of `bs--window-for-buffer'.
4439 2006-11-10  Kenichi Handa  <handa@m17n.org>
4441         * files.el (revert-buffer): Fix previous change.
4443 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4445         * bs.el (bs--redisplay): Fix typo in docstring.
4446         (bs--window-config-coming-from): Make frame-local.
4447         (bs--restore-window-config): New function.
4448         (bs-kill, bs-select, bs-select-other-window)
4449         (bs-select-other-frame): Use it.
4450         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4451         (bs--show-with-configuration): Save the window configuration as a
4452         frame local var, and only if *buffer-selection* is not already
4453         visible on this frame.
4455 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4457         * vc-svn.el (vc-svn-admin-directory): New var.
4458         (vc-svn-registered, vc-svn-responsible-p)
4459         (vc-svn-repository-hostname): Use it.
4460         Suggested by arit93@yahoo.com.
4462 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4464         * ldefs-boot.el: Regenerate.
4466 2006-11-08  Alan Mackenzie  <acm@muc.de>
4468         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4469         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4470         for least nested open-paren.
4472 2006-11-08  Romain Francoise  <romain@orebokech.com>
4474         * subr.el (remove-overlays): Fix typo in last change.
4476 2006-11-08  Richard Stallman  <rms@gnu.org>
4478         * subr.el (remove-overlays): Call overlay-recenter.
4480 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4482         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4483         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4484         behaviour.
4485         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4486         directly.
4488 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4490         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4491         (ido-max-dir-file-cache, ido-decorations)
4492         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4493         (ido-magic-backward-char, ido-enter-dired)
4494         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4495         (ido-list-directory, ido-first-match, ido-only-match)
4496         (ido-subdir, ido-indicator): Fix typos in docstrings.
4497         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4498         (ido-read-internal): Fix typo in error message.
4500 2006-11-08  Kenichi Handa  <handa@m17n.org>
4502         * international/mule-cmds.el (set-default-coding-systems):
4503         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4505 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4507         * makefile.w32-in (setwins): Remove.
4508         (WINS_ALMOST): New macro.
4509         (WINS): Use it.
4510         (autoloads): Don't extract autoloads from files in obsolete/.
4512 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4514         * whitespace.el (whitespace-buffer): Call remove-overlays after
4515         overlay-recenter for performance.  Suggested by Martin Rudalics.
4517 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4519         * net/tramp.el (tramp-default-method): scp is the default method.
4521 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4523         * server.el (server-start): Save also the Emacs pid in the server file.
4525 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4527         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4528         point when displaying a bibtex cross reference in the echo area.
4530 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4532         * international/mule.el (make-char): Fix typo in docstring.
4533         (load-with-code-conversion, charsetp): Doc fixes.
4535         * international/ja-dic-cnv.el (skkdic-convert):
4536         * cus-edit.el (hook): Fix typo in docstring.
4538 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4540         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4541         (custom-mode-link-map): New variable.
4542         (custom-group-link, custom-manual): Use follow-link.
4544 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4546         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4547         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4549 2006-11-06  Richard Stallman  <rms@gnu.org>
4551         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4552         New function broken out of flyspell-correct-word.
4553         (flyspell-mode-map): Bind it to M-RET.
4554         (flyspell-correct-word): Call it.
4556         * textmodes/fill.el (fill-minibuffer-function): New function.
4557         (fill-paragraph): Bind fill-paragraph-function to
4558         fill-minibuffer-function.
4560         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4561         so that they aren't undefined.
4563         * dired.el (dired-readin): Locally bind file-name-coding-system.
4565         * bindings.el: Shorten and clarify usual mode line mouse help string.
4567         * Makefile.in (autoloads): Don't include `obsolete'.
4569 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4571         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4572         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4573         Printing menu if it's not initialized.
4574         (pr-menu-bind): Act on menu-bar-file-menu directly.
4576 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4578         * help.el (view-emacs-news): Fix typo in error message.
4580         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4582         * shadowfile.el (shadow-define-regexp-group)
4583         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4584         (shadow-read-files): Fix typo in message.
4585         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4586         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4587         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4588         (shadow-file-match): Fix typos in docstrings.
4590         * terminal.el (terminal-emulator): Fix typo in message.
4592         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4594         * emacs-lisp/lselect.el (x-kill-primary-selection)
4595         (x-delete-primary-selection, x-copy-primary-selection):
4596         Fix typos in error messages.
4598         * emulation/edt-mapper.el: Fix typo in interactive message.
4600         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4602         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4603         (ispell-help): Fix typos in docstrings.
4604         (ispell-help): Fix typo in output message.
4606         * allout.el (allout-adjust-file-variable)
4607         (allout-passphrase-verifier-string)
4608         (allout-passphrase-hint-string)
4609         (allout-toggle-current-subtree-encryption):
4610         * apropos.el (apropos-synonyms):
4611         * cus-edit.el (hook):
4612         * emacs-lock.el (emacs-lock-from-exiting):
4613         * follow.el (follow-avoid-tail-recenter-p):
4614         * hexl.el (hexl-mode):
4615         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4616         * mouse.el (mouse-set-font):
4617         * resume.el (resume-emacs-args-file):
4618         * rfn-eshadow.el (file-name-shadow-tty-properties):
4619         * t-mouse.el (t-mouse-process, t-mouse-mode):
4620         * emacs-lisp/cust-print.el (custom-print-install)
4621         (custom-print-uninstall, custom-format):
4622         * emacs-lisp/shadow.el (list-load-path-shadows):
4623         * emulation/tpu-edt.el (tpu-help-text)
4624         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4625         (tpu-reset-control-keys):
4626         * emulation/vip.el (vip-emacs-local-map)
4627         (vip-change-mode-to-emacs):
4628         * emulation/viper.el (viper-mode, viper-set-hooks)
4629         (viper-major-mode-modifier-list):
4630         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4631         * emulation/viper-keym.el (viper-emacs-kbd-map)
4632         (viper-toggle-key):
4633         * mail/feedmail.el (feedmail-queue-reminder)
4634         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4635         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4636         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4637         (feedmail-sender-line, feedmail-force-binary-write)
4638         (feedmail-from-line, feedmail-deduce-envelope-from)
4639         (feedmail-x-mailer-line, feedmail-message-id-generator)
4640         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4641         (feedmail-enable-spray, feedmail-spray-this-address)
4642         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4643         (feedmail-queue-runner-confirm-global)
4644         (feedmail-ask-before-queue-prompt)
4645         (feedmail-ask-before-queue-reprompt)
4646         (feedmail-prompt-before-queue-standard-alist)
4647         (feedmail-prompt-before-queue-user-alist)
4648         (feedmail-prompt-before-queue-help-supplement)
4649         (feedmail-queue-use-send-time-for-message-id)
4650         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4651         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4652         (feedmail-mail-send-hook-queued)
4653         (feedmail-confirm-addresses-hook-example)
4654         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4655         (feedmail-queue-runner-mode-setter)
4656         (feedmail-queue-alternative-mail-header-separator)
4657         (feedmail-queue-runner-message-sender)
4658         (feedmail-buffer-eating-function, feedmail-binmail-template)
4659         (feedmail-run-the-queue-no-prompts)
4660         (feedmail-run-the-queue-global-prompt)
4661         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4662         (feedmail-envelope-deducer, feedmail-fiddle-date)
4663         (feedmail-default-message-id-generator)
4664         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4665         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4666         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4667         (vms-pmail-setup):
4668         * play/dunnet.el (dun-help):
4669         * play/handwrite.el (handwrite):
4670         * play/hanoi.el (hanoi-unix-64):
4671         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4672         * textmodes/enriched.el (fixed):
4673         * textmodes/org.el (org-file-apps)
4674         (org-emphasis-regexp-components, org-emphasis-alist):
4675         * textmodes/texinfmt.el (batch-texinfo-format):
4676         Fix typos in docstrings.
4678 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
4680         * loadhist.el (read-feature): Don't complete features not loaded
4681         from a file (which make `unload-feature' to fail).
4683 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4685         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4687 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
4689         * startup.el (command-line-1): Kill emacs if the last frame is
4690         deleted while evaluating the command-line arguments.
4692 2006-11-05  Richard Stallman  <rms@gnu.org>
4694         * startup.el (init-file-had-error): Add doc string.
4695         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4696         Use fixed-width font for keyboard key descriptions.
4698         * cus-edit.el (custom-save-all): Error if saving in .emacs
4699         and it had an error when loaded.
4701         * dired-aux.el (dired-copy-file-recursive): Catch errors
4702         from recursive copies in the loop, around the recursive call.
4704 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4706         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4707         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
4708         `/proc/acpi/thermal_zone/*'.
4709         (battery-search-for-one-match-in-files): New.  Search a regexp in
4710         the content of some files.
4712 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
4714         * window.el (mouse-autoselect-window-now): Remove variable.
4715         (mouse-autoselect-window-state): New variable.
4716         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4717         (mouse-autoselect-window-select, handle-select-window):
4718         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4719         Suspend delayed autoselection during menu or popup dialog.
4721         * info-look.el (info-lookup-guess-custom-symbol): New function
4722         for retrieving symbol at point in custom buffers.
4723         (top level) <info-lookup-maybe-add-help>: Add backquote and
4724         comma to ignored characters in regexps of help specifications
4725         for emacs-lisp-mode and lisp-interaction-mode.  This permits
4726         looking up symbols in `...' and after a comma.  Add help
4727         specifications for custom-mode and help-mode.
4729 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
4731         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4732         Don't encode body if RAW is non-nil, or if the old encoding is
4733         identical to the new encoding, or if the body contains only
4734         eight-bit-* characters.
4736 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4738         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4739         (faces-sample-overlay): Remove variable.
4740         (describe-face): Insert sample text in the face being described.
4742 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
4744         * whitespace.el (whitespace-indent-regexp): Make this match any
4745         multiples of eight spaces near the beginning of a line.
4746         (whitespace-buffer): Use `remove-overlays' instead of
4747         `whitespace-unhighlight-the-space' and `overlay-recenter' to
4748         speed up overlay handling.
4749         (whitespace-buffer-leading, whitespace-buffer-trailing):
4750         Make these functions highlight the text removed by
4751         `whitespace-buffer-leading-cleanup' and
4752         `whitespace-buffer-trailing-cleanup' respectively.
4753         (whitespace-buffer-search): Use `with-local-quit'.
4754         Move `format' out of loop to speed up scanning larger buffers.
4755         (whitespace-unhighlight-the-space): Remove `remove-hook' since
4756         that function is never added to a hook.
4757         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4758         (whitespace-buffer-leading-cleanup)
4759         (whitespace-refresh-rescan-list): Fix docstrings.
4761 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
4763         * allout.el (allout-during-yank-processing): Cue for inhibiting
4764         aberrance processing during yanks.
4765         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4766         the amount of yanked topics that can be aberrant.
4767         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4768         a function, and supplement with inihibition of doublechecking
4769         during yanks.
4770         (allout-beginning-of-line, allout-next-heading)
4771         (allout-previous-heading, allout-goto-prefix-doublechecked)
4772         (allout-back-to-current-heading, allout-next-visible-heading)
4773         (allout-next-sibling): Use new allout-do-doublecheck function.
4774         (allout-next-sibling): Ensure we made progress when returning
4775         other than nil.
4776         (allout-rebullet-heading): Preserve text property annotations
4777         indicating the text was hidden, if it was.
4778         (allout-kill-line): Remove any added was-hidden annotations.
4779         (allout-kill-topic): Remove any added was-hidden annotations.
4780         (allout-annotate-hidden): Inhibit adding was-hidden text
4781         properties to the undo list.
4782         (allout-deannotate-hidden): New function to remove was-hidden
4783         annotation.
4784         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4785         (allout-remove-exposure-annotation): Replace by
4786         allout-deannotate-hidden.
4787         (allout-yank-processing): Signal that yank processing is happening
4788         with allout-during-yank-processing.  Also, wrap
4789         allout-unprotected's closer to the text changes, for easier
4790         debugging.  We need to inhibit-field-text-motion explicitly, in
4791         lieu of the encompassing allout-unprotected.
4792         (outlineify-sticky): Adjust criteria for triggering new outline
4793         decorations to presence or absence of any topics, not just a topic
4794         at the beginning of the buffer.
4796 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4798         * bs.el (bs--show-all, bs--redisplay):
4799         * cus-edit.el (custom-unlispify-menu-entries)
4800         (custom-unlispify-tag-names, custom-prompt-variable):
4801         * expand.el (expand-pos):
4802         * speedbar.el (speedbar-generic-list-tag-p):
4803         * wid-edit.el (widget-image-enable):
4804         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4805         * emacs-lisp/find-func.el (find-function-noselect)
4806         (find-function, find-variable-noselect, find-variable)
4807         (find-definition-noselect, find-face-definition):
4808         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4809         * net/eudc-vars.el (eudc-expansion-overwrites-query):
4810         * progmodes/ada-xref.el (ada-find-in-ali):
4811         * textmodes/flyspell.el (flyspell-check-tex-math-command):
4812         * textmodes/org.el (org-copy-subtree):
4813         * textmodes/table.el (table--row-column-insertion-point-p):
4814         Use "non-nil" in docstrings.
4816 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
4818         * sort.el (sort-columns): Set the field separator to tab; on
4819         NetBSD, sort complains if "\n" is used as field separator.
4821 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
4823         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4825 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * server.el (server-auth-key): Remove.  Replace by a process-property.
4828         (server-start): Don't remove the file of the previous process, but
4829         instead clear out the place for the new file.
4830         (server-start): Set the :auth-key property.
4831         (server-process-filter): Use the :auth-key property.
4833 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
4835         * textmodes/org.el (org-mode-map): No longer copy
4836         `outline-mode-map' explicitly - this is already done by
4837         `define-derived-mode'.
4839 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
4841         * server.el (server-visit-files): Use `when'.
4842         (server-process-filter): When authentication fails, send error
4843         message to client.  Wrap `process-send-region' in `ignore-errors'
4844         instead of `condition-case', and remove misleading comment.
4846 2006-11-01  Juri Linkov  <juri@jurta.org>
4848         * simple.el (yank): Doc fix.
4850 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * server.el: Try and fit within 80 columns.
4853         (server-start): Make the auth file unreadable by other users.
4855 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4857         * battery.el (battery-linux-proc-acpi): Prevent range error when
4858         `full-capacity' is 0.
4860 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
4862         * faces.el (faces-sample-overlay): New defvar.
4863         (faces-sample-overlay): New function to show face sample text.
4864         (describe-face): Use it.
4866 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
4868         * progmodes/ada-stmt.el: Change maintainer, apply
4869         whitespace-cleanup, checkdoc.
4870         (ada-func-or-proc-name): Add doc string.
4872         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4873         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4874         strings and comments.
4875         (ada-prj-display-page): Change buffer name to more accurately
4876         reflect function.
4878         * progmodes/ada-xref.el: Change maintainer, apply
4879         whitespace-cleanup, checkdoc.  Minor improvements to many doc
4880         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
4881         (ada-compile-current): Don't add newlines to commands.
4883 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
4885         * server.el: Add support for TCP sockets.
4886         (server-use-tcp, server-host, server-auth-dir): New options.
4887         (server-auth-key): New variable.
4888         (server-ensure-safe-dir): Create nonexistent parent dirs.
4889         Ignore Unix-style file modes on Windows.
4890         (server-start): Crete a TCP or Unix socket according to the value
4891         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
4892         `server-auth-dir' directory.
4893         (server-process-filter): Delete process if authentication
4894         fails (which never happens for Unix sockets).
4896 2006-10-30  David Kastrup  <dak@gnu.org>
4898         * subr.el (add-to-list): Don't continue checking if a match has
4899         been found.
4901 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4903         * tutorial.el: Move defvars to avoid bytecomp warnings.
4904         (tutorial--find-changed-keys): Check if viper-current-state is
4905         bound before using it.
4906         (help-with-tutorial): Check if viper-tutorial is defined before
4907         using it.
4909 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4911         * help-fns.el (help-with-tutorial): Move to tutorial.el.
4913         * tutorial.el: New file.
4914         (help-with-tutorial): Move here from help-fns.el. Added help for
4915         rebound keys.  Fixed resume of tutorial.
4916         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4917         (tutorial--find-changed-keys, tutorial--display-changes)
4918         (tutorial--saved-dir, tutorial--saved-file)
4919         (tutorial--save-tutorial): New functions to support the changes in
4920         help-with-tutorial.
4922 2006-10-30  Kenichi Handa  <handa@m17n.org>
4924         * files.el (revert-buffer): If a unibyte buffer is being reverted
4925         with a coding system for multibyte, set buffer multibyte before
4926         calling insert-file-contents.
4928 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * server.el (server-select-display): Use a dummy buffer to detect when
4931         the frame is later used.
4932         (server-select-display): New function.
4933         (server-process-filter): Use it to detect unused temp frames.
4935 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
4937         * progmodes/ada-mode.el: Change maintainer, apply
4938         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
4939         (ada-mode-version): New function.
4940         (ada-create-menu): Menu operations are available for all supported
4941         compilers.
4943 2006-10-29  Lars Hansen  <larsh@soem.dk>
4945         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4946         Highlight as keyword.
4947         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4948         Don't call tramp-method-out-of-band-p for local files.
4949         (tramp-touch): Quote file name.
4951 2006-10-28  Glenn Morris  <rgm@gnu.org>
4953         * calendar/calendar.el (cal-html-cursor-month)
4954         (cal-html-cursor-year): Add autoloads for this new package.
4955         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4957 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
4959         * calendar/cal-html.el: New file.
4961 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
4963         * emacs-lisp/authors.el (authors-aliases): Update.
4965 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4967         * version.el (emacs-version): Bump version number to 22.0.90.
4969 2006-10-26  John W. Eaton  <jwe@octave.org>
4971         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4972         New defvar.
4973         (inferior-octave-resync-dirs): Check to see whether Octave has
4974         built-in variables and set inferior-octave-has-built-in-variables.
4975         Check inferior-octave-has-built-in-variables to decide whether to
4976         send commands that set built-in variables or call functions to
4977         change Octave's behavior.
4978         Send "disp (pwd ())" to Octave instead of just "pwd".
4979         (inferior-octave-startup): Send "more off" to Octave instead of
4980         "page_screen_output = 0".
4982 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
4984         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4985         pattern normally.
4987 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
4989         * bindings.el (mode-line-mode-menu): Remove bindings for global
4990         minor modes (line/column number) as they are on the menubar.
4992 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
4994         * term/w32-win.el (x-handle-name-switch): Doc fix.
4995         (w32-standard-fontset-spec): Fix typo in docstring.
4997         * midnight.el (midnight-buffer-display-time): Doc fix.
4998         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5000 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5002         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5004         * viper-ex.el (ex-read): Quote file argument.
5006         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5008         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5010 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5012         * textmodes/flyspell.el (flyspell-check-region-doublons):
5013         Fix last fix.
5015 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5017         * bindings.el (mode-line-mode-menu): List global minor modes
5018         before local ones.
5020 2006-10-23  Kim F. Storm  <storm@cua.dk>
5022         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5023         (sit-for): If last command was a prefix arg, add the read-ahead
5024         event to unread-command-events as (t . EVENT) so it will be added
5025         to this-command-keys by read-key-sequence.
5027 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5029         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5030         whitespace when checking doublons.
5031         (flyspell-check-region-doublons): Fix doublon regexp.
5032         (flyspell-highlight-incorrect-region): Highlight doublons using
5033         flyspell-duplicate face.
5035         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5037 2006-10-22  John Wiegley  <johnw@newartisans.com>
5039         * progmodes/python.el (python-use-skeletons): python-mode was
5040         auto-inserting templates (for those with abbrev-mode on), not only
5041         by default -- *but without a configuration variable to disable
5042         it*.  This rendered python-mode completely useless for me, so I
5043         have added `python-use-skeletons', which is now off by default.
5045 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5047         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5048         font-lock-multiline is auto-local (it's not).
5049         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5050         initialized before calling cperl-init-faces.
5052 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5054         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5055         gdb-stack-position a value when there is no fringe.
5057         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5058         indicator if not visiting a file.
5060 2006-10-20  David Kastrup  <dak@gnu.org>
5062         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5063         operation would still cause some window to collapse later.
5065 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5068         side-effect due to mixing various backends's file properties.
5070         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5071         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5072         Return `filename's status if applicable.  Update callers.
5074 2006-10-19  Kenichi Handa  <handa@m17n.org>
5076         * international/kkc.el (kkc-region): When a key sequence is not
5077         defined, append (this-single-command-raw-keys) to
5078         unread-input-method-events.
5080 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5082         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5084 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5086         * version.el (emacs-version): Use mac-carbon-version-string.
5088         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5090 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5092         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5093         Kenichi Handa).
5094         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5095         the selection is not UTF-8.
5097 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5099         * progmodes/ada-mode.el (ada-83-string-keywords)
5100         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5101         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5102         (ada-looking-at-semi-private, ada-get-body-name):
5103         Fix typos in docstrings.
5104         (ada-create-case-exception, ada-create-case-exception-substring):
5105         Fix typos in error messages.
5106         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5108 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5110         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5111         to default-frame-alist if default-frame-alist already contains
5112         width/height.
5114 2006-10-18  Richard Stallman  <rms@gnu.org>
5116         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5117         Non-interactive arg is the value, not the expression.
5119         * simple.el (read-expression-map): Just set it, no defvar.
5121         * subr.el (insert-for-yank-1): If last inserted char has
5122         properties, mark them as rear-nonsticky.
5124         * recentf.el (recentf-mode): Doc fix.
5126         * facemenu.el (facemenu-add-new-face): Defend against symbol
5127         that isn't a face name.
5129         * dired-aux.el (dired-do-copy): Doc fix.
5131 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5133         * simple.el (line-move-1): Ignore fields when moving to the
5134         beginning of line to avoid getting point stuck.
5136 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5138         * textmodes/flyspell.el (flyspell-word-search-backward):
5139         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5140         text.
5142 2006-10-16  Richard Stallman  <rms@gnu.org>
5144         * help-fns.el (describe-function-1): Special case optimization
5145         for self-insert-command.
5147 2006-10-16  Kim F. Storm  <storm@cua.dk>
5149         * ido.el (ido-reread-directory): Work in `dir' mode too.
5151 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5153         * textmodes/table.el: Require 'regexp-opt.
5155 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5157         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5158         Use shell-quote-argument.
5160         * shell.el (explicit-bash-args): Likewise.
5162         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5163         Use grep -E rather than egrep.
5165 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5167         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5169 2006-10-15  Kim F. Storm  <storm@cua.dk>
5171         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5173 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5175         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5176         to protect whitespace and metacharacters from the shell.
5178 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5180         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5182 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5184         * subr.el (start-process-shell-command): Doc fix.
5186 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5188         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5189         the regexp for Maxima symbols.
5191 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5193         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5194         (vc-find-root): Don't walk higher up than ~.
5196 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5198         * international/utf-8.el (utf-translate-cjk-load-tables):
5199         Avoid clobbering last-coding-system-used during load.
5201 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5203         * textmodes/reftex-global.el (reftex-create-tags-file):
5204         Quote file arguments.
5206 2006-10-12  Richard Stallman  <rms@gnu.org>
5208         * files.el (file-name-history): Add defvar.
5209         (save-some-buffers-action-alist): Improve description strings.
5211 2006-10-12  Andreas Schwab  <schwab@suse.de>
5213         * files.el (auto-mode-alist): Match change log file name also with
5214         a dash before a numeric extension.
5216 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5218         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5219         After 5.0:
5220         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5222         After 5.1: Major edit.  Summary of most visible changes:
5224         - Multiple <<HERE per line allowed.
5225         - Handles multiline subroutine declaration headers (with comments).
5226           (The exception is `cperl-etags' - but it is not used in the rest
5227           of the mode.)
5228         - Fontifies multiline my/our declarations (even with comments,
5229           and with legacy `font-lock').
5230         - Major speedup of syntaxification, both immediate and postponed
5231           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5232           huge real-life document I tested).
5233         - New bindings, edits to imenu.
5234         - "_" is made into word-char during fontification/syntaxification;
5235           some attempts to recognize non-word "_" during other operations too.
5236         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5237         - autoload some more perldoc-related stuff
5238         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5239         - Attempt to incorporate XEmacs edits which reached me.
5241         Fine-grained changelog:
5242         (cperl-hook-after-change): New configuration variable.
5243         (cperl-vc-sccs-header): Likewise.
5244         (cperl-vc-sccs-header): Likewise.
5245         (cperl-vc-header-alist): Default via two preceding variables.
5246         (cperl-invalid-face): Remove double quoting under XEmacs
5247                 (still needed under 21.2).
5248         (cperl-tips): Update URLs for resources.
5249         (cperl-problems): Likewise.
5250         (cperl-praise): Mention new features.
5251         New C-c key bindings: for `cperl-find-bad-style',
5252         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5253         `cperl-perdoc', and `cperl-perldoc-at-point'.
5254         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5255         moved, new submenu of Tools with Ispell entries and narrowing.
5256         (cperl-after-sub-regexp): New defsubst.
5257         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5258                 Allows heads up to head4.
5259                 Allow "package;".
5260         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5261         (paren-backwards-message): ??? Something for XEmacs???
5262         (cperl-mode): Never auto-switch abbrev-mode off.
5263                 Try to allow '_' be non-word char.
5264                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5265                 Reset syntax cache on mode start.
5266                 Support multiline facification (even on legacy `font-lock').
5267         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5268         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5269                 refuse to inform us whether the fontification is due to lazy
5270                 calling or due to edit to a buffer, install our own hook
5271                 (controlled by `cperl-hook-after-change').
5272         (cperl-electric-pod): =cut may have been recognized as start.
5273         (cperl-block-p): Move, updatedfor attributes.
5274         (cperl-calculate-indent): Try to allow '_' be non-word char
5275                 Support subs with attributes.
5276         (cperl-where-am-i): Queit (?) a warning.
5277         (cperl-cached-syntax-table)     New function.
5278         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5279         (cperl-unwind-to-safe): Recognize `syntax-type' property
5280                 changing in a middle of line.
5281         (cperl-find-sub-attrs): New function.
5282         (cperl-find-pods-heres): Allow many <<EOP per line.
5283                 Allow subs with attributes.
5284                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5285                 Recognize "extproc " (OS/2) case-folded and only at start.
5286                 /x on s///x with empty replacement was not recognized.
5287                 Better comments.
5288         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5289                 Allow subs with attributes, labels.
5290                 Do not confuse "else::foo" with "else".
5291                 Minor optimizations...
5292         (cperl-after-expr-p): Try to allow '_' be non-word char.
5293         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5294                 with `looking-at' inside `narrow' and bulk out if found.
5295         (cperl-imenu--create-perl-index): Updates for new
5296                 `cperl-imenu--function-name-regexp-perl'.
5297         (cperl-outline-level): Likewise.
5298         (cperl-init-faces): Allow multiline subroutine headers
5299                 and my/our declarations, and ones with comments.
5300                 Allow subroutine attributes.
5301         (cperl-imenu-on-info): Better docstring.
5302         (cperl-etags): Rudimentary support for attributes.
5303                 Support for packages and "package;".
5304         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5305         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5306         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5307         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5308         (cperl-perldoc): Add autoload.
5309         (cperl-perldoc-at-point): Likewise.
5310         (cperl-here-doc-spell): New function.
5311         (cperl-pod-spell): Likewise.
5312         (cperl-map-pods-heres): Likewise.
5313         (cperl-get-here-doc-region): Likewise.
5314         (cperl-font-lock-fontify-region-function): Likewise (backward
5315                 compatibility for legacy `font-lock').
5316         (cperl-font-lock-unfontify-region-function): Fix style.
5317         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5318                 calls with no-change.  Governed by `cperl-hook-after-change'.
5319         (cperl-fontify-update): Recognize that syntaxification region
5320                 can be larger than fontification one.
5321                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5322         (cperl-fontify-update-bad): Temporary placeholder until
5323                 it is clear how to implement `cperl-fontify-update'.
5324         (cperl-time-fontification): New function.
5325         (attrib-group): New text attribute.
5326         (multiline): New value: `syntax-type' text attribute.
5328         After 5.2:
5329         (cperl-emulate-lazy-lock): New function.
5330         (cperl-fontify-syntaxically): Would skip large regions.
5331         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5332         Some globals were declared, but uninitialized.
5334         After 5.3, 5.4:
5335         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5336         Copyright message updated.
5337         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5338                         facification down a bit.
5339                 Misprint for my|our|local for old `font-lock'
5340                         "our" was not fontified same as "my|local".
5341                 Highlight variables after "my" etc even in
5342                         a middle of an expression.
5343                 Do not facify multiple variables after my etc
5344                         unless parentheses are present.
5346         After 5.5, 5.6
5347         (cperl-fontify-syntaxically): after-change hook could reset.
5348         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5350         After 5.7:
5351         (cperl-init-faces): Allow highlighting of local ($/).
5352         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5353         (cperl-problems): Remove fixed problems.
5354         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5355                 Recognize charclasses (unless delimiter is \).
5356         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5357         (cperl-regexp-scan): Update docs.
5358         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5360         After 5.8:
5361         Major user visible changes:
5362         Recognition and fontification of character classes in RExen.
5363         Variable indentation of RExen according to groups.
5365         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5366                 Fontify REx charclasses in variable-name face.
5367                 Fontify POSIX charclasses in "type" face.
5368                 Fontify unmatched "]" in function-name face.
5369                 Mark first-char of HERE-doc as `front-sticky'.
5370                 Reset `front-sticky' property when needed.
5371         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5372         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5373         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5374                 constructs.  Support `narrow'ed buffers.
5375         (cperl-praise): Remove a reservation.
5376         (cperl-make-indent): New function.
5377         (cperl-indent-for-comment): Use `cperl-make-indent'.
5378         (cperl-indent-line): Likewise.
5379         (cperl-lineup): Likewise.
5380         (cperl-beautify-regexp-piece): Likewise.
5381         (cperl-contract-level): Likewise.
5382         (cperl-toggle-set-debug-unwind): New function.
5383                 New menu entry for this.
5384         (fill-paragraph-function): Use when `boundp'.
5385         (cperl-calculate-indent): Take into account groups when indenting RExen.
5386         (cperl-to-comment-or-eol): Recognize # which end a string.
5387         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5388         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5389         (cperl-fontify-syntaxically): More clear debugging message.
5390         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5391         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5392         Merge cosmetic changes from XEmacs.
5394         After 5.9:
5395         (cperl-1+): Move to before the first use.
5396         (cperl-1-): Likewise.
5398         After 5.10:
5400         This code may lock Emacs hard!!!  Use at your own risk!
5402         (cperl-font-locking): New internal variable.
5403         (cperl-beginning-of-property): New function.
5404         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5405         instead of `previous-single-property-change'.
5406         (cperl-unwind-to-safe): Likewise.
5407         (cperl-after-expr-p): Likewise.
5408         (cperl-get-here-doc-region): Likewise.
5409         (cperl-font-lock-fontify-region-function): Likewise.
5410         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5411                         recursively.
5412                 Bound `next-single-property-change' via `point-max'.
5413         (cperl-unwind-to-safe): Bound likewise
5414         (cperl-font-lock-fontify-region-function): Likewise.
5415         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5416                 Initialization of `cperl-font-lock-multiline-start' could be
5417                 missed if the "main" fontification did not run due to the
5418                 keyword being already fontified.
5419         (cperl-pod-spell): Return t from do-one-chunk function.
5420         (cperl-map-pods-heres): Stop when the worker returns nil.
5421                 Call `cperl-update-syntaxification'.
5422         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5423         (cperl-get-here-doc-delim): Remove unused function.
5425         After 5.11:
5427         The possible lockup of Emacs (introduced in 5.10) fixed.
5429         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5430         (cperl-syntaxify-for-menu): New customization variable.
5431         (cperl-select-this-pod-or-here-doc): New function.
5432         (cperl-get-here-doc-region): Extra argument.
5433                 Do not adjust pos by 1.
5435         New menu entries
5436                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5437                 (Debugging CPerl:) backtrace on fontification.
5439         After 5.12:
5440         (cperl-cached-syntax-table): Use `car-safe'.
5441         (cperl-forward-re): Remove spurious argument SET-ST.
5442                 Add documentation.
5443         (cperl-forward-group-in-re): New function.
5444         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5445         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5447         After 5.13:
5448         (cperl-string-syntax-table): Make { and } not-grouping
5449           (Sometimes they ARE grouping in RExen, but matching them would only
5450            confuse in many situations when they are not)
5451         (beginning-of-buffer): Replace two occurences with goto-char...
5452         (cperl-calculate-indent): `char-after' could be nil...
5453         (cperl-find-pods-heres): REx can start after "[" too.
5454                 Hightlight (??{}) in RExen too.
5455         (cperl-maybe-white-and-comment-rex): New constant
5456         (cperl-white-and-comment-rex): Likewise.
5457                 XXXX Not very efficient, but hard to make
5458                 better while keeping 1 group.
5460         After 5.13:
5461         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5462                 Likewise for 1 << identifier.
5464         After 5.14:
5465         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5466                 Error-less condition-case could fail.
5467         (cperl-font-lock-fontify-region-function): Likewise.
5468         (cperl-init-faces): Likewise.
5470         After 5.15:
5471         (cperl-find-pods-heres): Support property REx-part2.
5472         (cperl-calculate-indent): Likewise.
5473                 Don't special-case REx with non-empty 1st line.
5474         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5475                 Invert highlighting of charclasses:
5476                         now the envelop is highlighted.
5477                 Highlight many others 0-length builtins.
5478         (cperl-praise): Mention indenting and highlight in RExen.
5480         After 5.15:
5481         (cperl-find-pods-heres): Highlight capturing parens in REx.
5483         After 5.16:
5484         (cperl-find-pods-heres): Highlight '|' for alternation
5485         Initialize `font-lock-warning-face' if not present.
5486         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5487                          `font-lock-function-name-face'.
5488         (cperl-look-at-leading-count): Likewise.
5489         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5490                         `font-lock-keyword-face' (needed for
5491                         batch processing), etc...
5492                 Use `font-lock-builtin-face' for builtin in REx
5493                         Now `font-lock-variable-name-face'
5494                         is used for interpolated variables
5495                 Use "talking aliases" for faces inside REx
5496                 Highlight parts of REx (except in charclasses)
5497                         according to the syntax and/or semantic
5498                 Syntax-mark a {}-part of (?{}) as "comment"
5499                         (it was the ()-part)
5500                 Better logic to distinguish what is what in REx
5501         (cperl-tips-faces): Document REx highlighting
5502         (cperl-praise): Mention REx syntax highlight etc.
5504         After 5.17:
5505         (cperl-find-sub-attrs): Would not always manage to print error message.
5506         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5508         After 5.18:
5509         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5510                 Very minor optimization.
5511                 `my-cperl-REx-modifiers-face' got quoted.
5512                 Recognize "print $foo <<END" as HERE-doc.
5513                 Put `REx-interpolated' text attribute if needed.
5514         (cperl-invert-if-unless-modifiers): New function.
5515         (cperl-backward-to-start-of-expr): Likewise.
5516         (cperl-forward-to-end-of-expr): Likewise.
5517         (cperl-invert-if-unless): Works in "the opposite way" too.
5518                 Cursor position on return is on the switch-word.
5519                 Indents comments better.
5520         (REx-interpolated): New text attribute.
5521         (cperl-next-interpolated-REx): New function.
5522         (cperl-next-interpolated-REx-0): Likewise.
5523         (cperl-next-interpolated-REx-1): Likewise.
5524         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5525         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5526         (cperl-praise): Mention finded interpolated RExen.
5528         After 5.19:
5529         (cperl-init-faces): Highlight %$foo, @$foo too.
5530         (cperl-short-docs): Better docs for system, exec.
5531         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5532                 Would not find HERE-doc ended by EOF without NL.
5533         (cperl-short-docs): Correct not-doubled \-escapes.
5534         start block: Put some `defvar' for stuff gone from XEmacs.
5536         After 5.20:
5537         initial comment: Extend copyright, fix email address.
5538         (cperl-indent-comment-at-column-0): New customization variable.
5539         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5540         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5541         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5542         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5543         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5544                         highlight $ in $foo too (UNTESTED).
5545         (cperl-set-style): Docstring missed some available styles.
5546         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5547                 Change "Current" to "Memorize Current".
5548         (cperl-indent-wrt-brace): New customization variable; the default is
5549                 as for pre-5.2 version.
5550         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5551         (cperl-style-alist): Likewise.
5552         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5553                 and `cperl-extra-newline-before-brace' etc
5554                 being t
5555         (cperl-indent-exp): Plans B and C to find continuation blocks even
5556                 if `cperl-extra-newline-before-brace' is t.
5558         After 5.21:
5559         Improve some docstrings concerning indentation.
5560         (cperl-indent-rules-alist): New variable.
5561         (cperl-sniff-for-indent): New function name
5562                 (separated from `cperl-calculate-indent').
5563         (cperl-calculate-indent): Separate the sniffer and the indenter;
5564                 uses `cperl-sniff-for-indent' now.
5565         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5566                 was inverted;
5567                 Support `comment-column' = 0.
5569 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5571         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5572         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5573         * longlines.el (longlines-window-change-function): Likewise.
5574         * simple.el (undo-ask-before-discard): Likewise.
5575         * wid-edit.el (widget-field-prompt-internal)
5576         (widget-documentation-link-p): Likewise.
5578 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5580         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5581         for a keyword.
5583 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * newcomment.el (comment-valid-prefix-p): Make the check
5586         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5587         (comment-indent-new-line): Adjust call.
5589 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5591         * allout.el (allout-back-to-current-heading): Base on lower-level
5592         routines to get proper disqualification of aberrant topics.
5594 2006-10-09  Richard Stallman  <rms@gnu.org>
5596         * textmodes/two-column.el (2C-two-columns): Doc fix.
5598 2006-10-09  Kim F. Storm  <storm@cua.dk>
5600         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5601         about implicit use.
5603 2006-10-08  Richard Stallman  <rms@gnu.org>
5605         * textmodes/two-column.el (2C-two-columns): Doc fix.
5607 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5609         * files.el: Mark `buffer-read-only' as safe-local-variable.
5611 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5613         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5614         Burp if GUD buffer has been killed.
5616 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         * completion.el (add-completions-from-c-buffer):
5619         Don't presume an error's second element is a string.
5620         Use looking-at rather than buffer-substring + member.
5622 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5624         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5625         `undecided', call find-coding-systems-region to find a proper
5626         non-trivial encoding.
5627         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5628         and "text/plain".
5630 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5632         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5633         url-link.
5635         * strokes.el (defgroup strokes): Remove invalid url-link.
5637 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5639         * autoinsert.el (auto-insert-alist): Doc fix.
5641 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5643         * mouse-sel.el (mouse-insert-selection-internal):
5644         Use insert-for-yank, so that yank handlers are run.
5646 2006-10-07  Kim F. Storm  <storm@cua.dk>
5648         * ido.el (ido-file-extension-aux): Fix comparison.
5650 2006-10-06  Kim F. Storm  <storm@cua.dk>
5652         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5654 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5656         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5657         (ad-make-mapped-call): Use `let', not `let*'.
5659 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5661         * international/mule-cmds.el (coding-system-change-eol-conversion):
5662         Ensure the coding system is initialized before calling
5663         coding-system-eol-type.
5665 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
5667         * textmodes/org.el (org-rm-props, org-activate-plain-links)
5668         (org-activate-angle-links, org-activate-dates)
5669         (org-activate-target-links, org-activate-camels)
5670         (org-activate-tags): Add `rear-nonsticky' text property to avoid
5671         textproperty keymaps from being active beyond the end of a line.
5672         (org-unfontify-region): Also remove `rear-nonsticky' property.
5674 2006-10-04  Kenichi Handa  <handa@m17n.org>
5676         * international/code-pages.el (next): Table fixed.
5678 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5681         that it's been made unnecessary by removing narrowing.
5683 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5685         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5686         control flow a bit, simplify another bit, and add comments.
5688 2006-10-03  David Kastrup  <dak@gnu.org>
5690         * help.el (describe-mode): For clicks on mode-line, use "@"
5691         interactive argument to get the major mode of the click instead of
5692         the current buffer.
5694         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5695         in order to better redirect mouse-2 clicks.  Also allow default
5696         bindings to apply.
5698 2006-10-03  Kim F. Storm  <storm@cua.dk>
5700         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5701         (pushnew): Fix last change.
5703 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
5705         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5706         Use the interactive spec of `eval-expression'.
5708 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5710         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5712 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5714         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5715         2006-09-28 commit.
5717 2006-10-02  Kenichi Handa  <handa@m17n.org>
5719         * international/code-pages.el (iso-8859-6): Table fixed.
5721 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
5723         * dired.el (dired-build-subdir-alist): Fix previous change.
5725 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5727         * simple.el (undo-elt-crosses-region): Fix the inequalities.
5729 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5731         * emacs-lisp/find-func.el (find-function-regexp): Don't match
5732         "define-button-type".
5734         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5735         they don't keep accumulating.
5737 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5739         * ffap.el (ffap-rfc-path): Change the address of the RFC
5740         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5742 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
5744         * allout.el (allout-expose-topic): Rectify implementation of "+"
5745         spec, so that bodies are not exposed with headlines.
5747 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
5749         * allout.el (allout-current-depth): Do aberrent check only at or
5750         below doublecheck depth.
5751         (allout-chart-subtree): Make it explicit that LEVELS being nil
5752         means unlimited depth.  Drop undocumented support for LEVELS value
5753         t meaning unlimited depth.  (This is consistent with
5754         allout-chart-to-reveal, but contrary to allout-show-children,
5755         which needs to use nil to default to depth of 1.)
5756         (allout-goto-prefix-doublechecked): Wrap long docstring line.
5757         (allout-chart-to-reveal): Be explicit in docstring about meaning
5758         of nil LEVELS, and drop support for LEVELS value t.
5759         (allout-show-children): Translate the level spec used by this
5760         routine to that used by allout-chart-subtree and
5761         allout-chart-to-reveal.
5762         (allout-show-to-offshoot): Retry once when stuck, after opening
5763         subtree - improvements in discontinuity handling likely will
5764         enable progress.
5766 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
5768         * wid-edit.el (widget-button-click-moves-point): New variable.
5769         (widget-button-click): If widget-button-click-moves-point is
5770         non-nil, set point after performing the button action
5772         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5774 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
5776         * files.el (find-file-existing): Modify to not allow wildcards.
5778 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5780         * simple.el (undo-more): When undo information for the region is
5781         exhausted, say "No further undo information FOR REGION".
5783 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
5785         * progmodes/sh-script.el (sh-prev-thing):
5786         Take `sh-leading-keywords' into account.
5788 2006-09-29  Glenn Morris  <rgm@gnu.org>
5790         * custom.el (defcustom): Doc fix.
5792         * calendar/calendar.el (european-calendar-style):
5793         Call european-calendar or american-calendar as needed when set.
5794         (diary-view-entries, list-calendar-holidays): Move autoloads
5795         before use.
5797 2006-09-29  Juri Linkov  <juri@jurta.org>
5799         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5800         to nil if there is no previous property change.
5802 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5804         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5805         saving anything to be sure that `forward-sexp' behaves correctly.
5807 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
5809         * simple.el (line-move-finish): Ignore field boundaries if the
5810         initial and final points have the same `field' property.
5812 2006-09-29  Kim F. Storm  <storm@cua.dk>
5814         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5815         to t while calling ido-read-internal.
5817 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
5819         * textmodes/org.el (org-file-remote-p): Get regexp from list.
5820         (org-archive-subtree): Remove erraneous `]' from character list.
5822 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
5824         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5825         (ses-reconstruct-all): Make undo of "insert row" work by keeping
5826         markers for data-area and parameters-area.
5828 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5832         * font-lock.el (font-lock-after-change-function): Refontify next line
5833         as well if end is at BOL.
5834         (font-lock-extend-jit-lock-region-after-change): Be more careful to
5835         only extend the region as much as needed.
5837 2006-09-28  Richard Stallman  <rms@gnu.org>
5839         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5841         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5843         * international/mule.el (after-insert-file-set-coding):
5844         If VISIT, don't let set-buffer-multibyte make undo info.
5846 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
5848         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5849         lines in base64-encoded authentication response.
5851 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5853         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5854         (ebnf-version): New version 4.3.
5855         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5856         (ebnf-prologue): Adjust PostScript programming.
5857         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5858         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5860 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5862         * jit-lock.el (jit-lock-force-redisplay): Rename from
5863         jit-lock-fontify-again, and undo the mistaken change I've just done.
5865         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5866         (jit-lock-fontify-again): Don't refontify text that's not displayed.
5868 2006-09-26  Kenichi Handa  <handa@m17n.org>
5870         * startup.el (display-splash-screen): Allow a prefix argument.
5872 2006-09-25  Jason Rumney  <jasonr@gnu.org>
5874         * subr.el (shell-quote-argument): Use DOS logic for Windows
5875         shells with DOS semantics.
5877 2006-09-24  Richard Stallman  <rms@gnu.org>
5879         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5880         (compilation-goto-locus): Use compilation-goto-locus-delete-o
5881         to delete the overlay.  Put it on pre-command-hook.
5883         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5885         * startup.el (fancy-splash-screens, normal-splash-screen):
5886         Call the splash buffer *About GNU Emacs*.
5888         * simple.el (next-error-highlight, next-error-highlight-no-select):
5889         Default to 0.5.
5890         (yank-excluded-properties): Add `fontified'.
5892         * font-lock.el (font-lock-compile-keywords): Allow value of
5893         syntax-begin-function to enable paren-column-0 highlighting.
5895 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
5897         * dired.el (dired-build-subdir-alist): When file ends in colon,
5898         don't exit the loop, just disregard that file.
5900 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
5902         * simple.el (line-move-finish): Handle corner case for fields in
5903         continued lines.
5904         (line-move-1): Remove flawed test for that case.
5906 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
5908         * icomplete.el (icomplete-simple-completing-p): Use the correct
5909         name for the new variable, `icomplete-with-completion-tables'.
5910         (file local variables): Remove superfluous setting.
5912 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
5914         * calendar/appt.el (appt-check): Fix typo for appointments just
5915         after midnight.
5917 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
5919         * help.el (describe-key-briefly, describe-key): Don't expect an
5920         extra up event if a down-event is generated by a popup menu.
5922 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
5924         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5925         local dictionary when changing the global dictionary.
5927 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
5929         * icomplete.el (icomplete-with-completion-tables): List of
5930         specialized completion tables with which icomplete should
5931         operate.  Include the new `internal-complete-buffer', so icomplete
5932         works with interactive buffer-selection.
5933         (icomplete-simple-completing-p): Add acceptance of specialized
5934         completion tables listed in icomplete-with-completion-tables.
5936 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5938         * frame.el (focus-follows-mouse): Set default to nil on Mac.
5940         * startup.el (command-line): Use `custom-reevaluate-setting' for
5941         `focus-follows-mouse'.
5943 2006-09-22  Richard Stallman  <rms@gnu.org>
5945         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5946         explain why Save is not available.
5948 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
5950         * woman.el (woman0-so): Use `let*', not `let'.
5951         (woman-horizontal-line): Remove unbalanced parenthesis.
5953 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * woman.el: Make sure all the end-of-region markers we use have
5956         a non-nil insertion-type.
5957         (woman0-so): Move things around so we can use copy-marker.
5958         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5959         Adjust marker type.
5960         (woman2-process-escapes): Check marker type.
5961         (woman-horizontal-line): Dispense with the use of a marker.
5963 2006-09-22  Jay Belanger  <belanger@truman.edu>
5965         * calc/calc-lang.el: Add Greek letters to math-variable-table
5966         property of tex.
5968 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
5970         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5972 2006-09-22  Masatake YAMATO  <jet@gyve.org>
5974         * add-log.el (add-log-current-defun): Use `forward-sexp'
5975         instead of `forward-word' to pick c++::symbol.
5976         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5978 2006-09-22  Kenichi Handa  <handa@m17n.org>
5980         * bindings.el: Fix setting self-insert-command for multibyte
5981         characters in global-map.
5983 2006-09-21  David Kastrup  <dak@gnu.org>
5985         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5986         doc string.
5988 2006-09-21  Kenichi Handa  <handa@m17n.org>
5990         * language/european.el ("Latin-1"): Add windows-1252 to
5991         coding-priority.
5992         ("German"): Likewise.
5994 2006-09-21  Kim F. Storm  <storm@cua.dk>
5996         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5997         Suggested by Miles Bader.
5999         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6000         instead of add-to-list in the simple case.
6002 2006-09-20  Kenichi Handa  <handa@m17n.org>
6004         * isearch.el (isearch-process-search-char): Cancel the previous change.
6005         (isearch-search-string): New function.
6006         (isearch-search): Use isearch-search-string.
6007         (isearch-lazy-highlight-search): Likewise.
6009 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6011         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6012         string to become an option.
6014 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6018 2006-09-20  Kim F. Storm  <storm@cua.dk>
6020         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6021         position t instead of trying both window-end and window-end - 1.
6023 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6025         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6026         hidden trees.
6028 2006-09-20  David Kastrup  <dak@gnu.org>
6030         * mouse.el (mouse-posn-property): Improve doc string.
6031         (mouse-on-link-p): Change buffers for function calls on links.
6033         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6034         buffer is read-only.
6036 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6038         * allout.el (allout-unprotected): Let inhibit-read-only only when
6039         buffer-read-only isn't set.
6040         (allout-annotate-hidden): Enable topic annotation during copies even
6041         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6042         advances, even when the span extends beyond the deletion region.
6043         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6044         rather than allout-exposure-changed-hook, as a stronger assertion.
6045         (allout-keybindings-list): Add bindings for
6046         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6047         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6048         Copy wrappers for allout-kill-line and allout-kill-topic.
6049         (allout-listify-exposed): Position correctly to accumulate lines.
6051 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6053         * simple.el (line-move-1): Escape field boundaries occurring
6054         exactly at point.  Update goal column if constrained to a field.
6055         (line-move-finish): Escape field boundaries occurring exactly at point.
6057 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6059         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6060         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6062 2006-09-19  Kim F. Storm  <storm@cua.dk>
6064         * help.el (describe-key-briefly, describe-key): Simplify printing
6065         of descriptions by using format and %S.  Fix "is undefined"
6066         messages to say "at that spot" for mouse events.
6068         * simple.el (line-move-partial): Optimize.  Try window-line-height
6069         before posn-at-point to get vpos of current line.
6071 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6073         * viper.el: Bump up version/date of update to reflect the substantial
6074         changes done in August 2006.
6076         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6077         are defined.
6079         * ediff-util.el (ediff-add-to-history): New function.
6081         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6083 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6085         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6086         Delete duplicate make-local-variable form.
6087         (conf-space-keywords): Add autoload cookie.
6088         Fix typo (`keywords', not `keyword').
6090 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6092         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6093         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6094         to x-gtk-use-old-file-dialog
6096 2006-09-18  Richard Stallman  <rms@gnu.org>
6098         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6099         that might come in during mouse tracking.
6101 2006-09-18  Kim F. Storm  <storm@cua.dk>
6103         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6104         new window-line-height function.  Further optimize by not calling
6105         pos-visible-in-window-p for window-end when window-line-height
6106         returns useful information.
6108 2006-09-16  Richard Stallman  <rms@gnu.org>
6110         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6111         (conf-space-mode): Don't handle prefix arg.
6112         Delete conf-space-keywords-override code.
6113         Use add-hook.
6114         (conf-space-keywords): New command.
6115         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6116         Delete conf-space-keywords-override code.
6117         (conf-space-keywords-alist): Doc fix.
6118         (conf-space-font-lock-keywords): Doc fix.
6119         (conf-space-keywords-override): Var deleted.
6121 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6123         * startup.el (fancy-splash-screens): Don't switch to the scratch
6124         buffer; it may not be the next buffer.
6126 2006-09-16  Romain Francoise  <romain@orebokech.com>
6128         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6129         in both messages.
6131 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6133         * progmodes/python.el (python-preoutput-filter):
6134         Fix arg order to string-match.
6136 2006-09-16  Richard Stallman  <rms@gnu.org>
6138         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6139         font-lock-compile-keywords.
6141         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6142         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6144 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6146         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6148         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6149         and the data doesn't look like UTF8, send STRING instead.
6151 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6153         * textmodes/flyspell.el (flyspell-check-region-doublons):
6154         New function to detect duplicated words.
6155         (flyspell-large-region): Use it.
6157 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6159         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6161 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6163         * help.el (describe-prefix-bindings): Use let, not let*.
6165 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6167         * allout.el (allout-regexp, allout-line-boundary-regexp)
6168         (allout-bob-regexp): Correct grouping and boundaries to fix
6169         backwards traversal.
6170         (allout-depth-specific-regexp, allout-depth-one-regexp):
6171         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6172         worse time in allout-ascend.
6173         (allout-doublecheck-at-and-shallower): Identify depth threshold
6174         below which topics are checked for and disqualified by containment
6175         discontinuities.
6176         (allout-hotspot-key-handler): Correctly handle multiple-key
6177         strokes.  Remove some unused variables.
6178         (allout-mode-leaders): Clarify that mode-specific comment-start
6179         will be used.
6180         (set-allout-regexp): Correctly regexp-quote allout regexps to
6181         properly accept alternative header-leads and primary bullets with
6182         regexp-specific characters (eg, C "/*", mathematica "(*").
6183         Include new regular expressions among those configured.
6184         (allout-infer-header-lead-and-primary-bullet):
6185         Rename allout-infer-header-lead.
6186         (allout-recent-depth): Manifest as a variable as well as a function.
6187         (allout-prefix-data): Simplify into an inline instead of a macro,
6188         assuming current match data rather than being explicitly passed
6189         it.  Establish allout-recent-depth value as well as
6190         allout-recent-prefix-beginning and allout-recent-prefix-end.
6191         (allout-aberrant-container-p): True when an item's immediate
6192         offspring discontinuously contained.  Useful for disqualifying
6193         unintended topic prefixes, likely at low depths.
6194         (allout-goto-prefix-doublechecked): Elaborate version of
6195         allout-goto-prefix which disqualifies aberrant pseudo-items.
6196         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6197         get disqualification of aberrant containers.
6198         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6199         containers.
6200         (allout-beginning-of-current-entry): Position at start of buffer
6201         when in container (depth 0) entry.
6202         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6203         (allout-current-bullet): Strip text properties.
6204         (allout-get-prefix-bullet): Use right match groups.
6205         (allout-beginning-of-line, allout-next-heading):
6206         Disqualify aberrant containers.
6207         (allout-previous-heading): Disqualify aberrant containers, and
6208         change to regular (rather than inline) function, to allow
6209         self-recursion.
6210         (allout-get-invisibility-overlay): Increment so progress is made
6211         when the first overlay is not the sought one.
6212         (allout-end-of-prefix): Disqualify aberrant containers.
6213         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6214         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6215         outline.el outlines) functional again.  Change the primary bullet
6216         along with the header-lead - level 1 new-style bullets now work.
6217         Engage allout-before-change-handler in mainline Emacs, not just
6218         XEmacs, to do undo handling.
6219         (allout-before-change-handler): Expose undo changes occurring in
6220         hidden regions.  Use allout-get-invisibility-overlay instead of
6221         reimplementing it inline.
6222         (allout-chart-subtree): Use start rather than end of prefix in
6223         charts.  Use allout-recent-depth variable.
6224         (allout-chart-siblings): Disqualify aberrant topics.
6225         (allout-beginning-of-current-entry): Position correctly.
6226         (allout-ascend): Use new allout-depth-specific-regexp and
6227         allout-depth-one-regexp for linear instead of O(N^2) or worse
6228         behavior.
6229         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6230         reimplementing an algorithm.
6231         (allout-up-current-level): Depend on allout-ascend, rather than
6232         reimplementing an algorithm.  Return to start-point if we fail.
6233         (allout-descend-to-depth): Use allout-recent-depth variable
6234         instead of function.
6235         (allout-next-sibling): On traversal of numerous intervening
6236         topics, resort to economical allout-next-sibling-leap.
6237         (allout-next-sibling-leap): Specialized version of
6238         allout-next-sibling that uses allout-ascend cleverly, to depend on
6239         a regexp search to leap large numbers of contained topics, rather
6240         than arbitrarily many one-by-one traversals.
6241         (allout-next-visible-heading): Disqualify aberrant topics.
6242         (allout-previous-visible-heading): Position consistently when
6243         interactive.
6244         (allout-forward-current-level): Base on allout-previous-sibling
6245         rather than (differently) reimplmenting the algorithm.  Remove some
6246         unused variables.
6247         (allout-solicit-alternate-bullet): Present default choice stripped
6248         of text properties.
6249         (allout-rebullet-heading): Use bullet stripped of text properties.
6250         Register changes using allout-exposure-change-hook.
6251         Disregard aberrant topics.
6252         (allout-shift-in): With universal-argument, make topic a peer of
6253         it's former offspring.  Simplify the code by separating out
6254         allout-shift-out functionality.
6255         (allout-shift-out): With universal-argument, make offspring peers
6256         of their former container, and its siblings.  Implement the
6257         functionality here, rather than inappropriately muddling the
6258         implementation of allout-shift-in.
6259         (allout-rebullet-topic): Respect additional argument for new
6260         parent-child separation function.
6261         (allout-yank-processing): Use allout-ascend directly.
6262         (allout-show-entry): Disqualify aberrant topics.
6263         (allout-show-children): Handle discontinuous children gracefully,
6264         extending the depth being revealed to expose them and posting a
6265         message indicating the situation.
6266         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6267         Leave cursor in correct position.
6268         (allout-hide-current-subtree): Use allout-ascend directly.
6269         Disqualify aberrant topics.
6270         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6271         a way that the yanks can restore it, as used to happen.
6272         (allout-yank-processing): Restore exposure layout as recorded by
6273         allout-kill-*, as used to happen.
6274         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6275         for preseving and restoring exposure layout across kills.
6276         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6277         (allout-encrypt-string): Strip text properties.
6278         Rearranged order and outline-headings for some of the
6279         miscellaneous functions.
6280         (allout-resolve-xref): No need to quote the error name in the
6281         condition-case handler section.
6282         (allout-flatten): Classic recursive (and recursively intensive,
6283         without tail-recursion) list-flattener, needed by allout-shift-out
6284         when confronted with discontinuous children.
6286 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6288         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6289         on ms-windows.
6290         (dnd-open-unc-file): Remove.
6291         (dnd-open-local-file): Mention in doc string that it also handles
6292         remote files if the system natively supports unc file-names.
6294 2006-09-15  Kim F. Storm  <storm@cua.dk>
6296         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6297         all necessary information about the event before erasing *Help*.
6299         * simple.el (line-move-partial): Use window-line-visiblity to
6300         quickly check whether last line is partially visible, and only do
6301         the hard (and slow) part in that case.
6303 2006-09-15  Jay Belanger  <belanger@truman.edu>
6305         * COPYING: Replace "Library Public License" by "Lesser Public
6306         License" throughout.
6308 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6310         * term/x-win.el (x-menu-bar-open): New function for F10.
6312 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6314         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6315         Disallow filenames containing " -" to avoid confusion with libtool
6316         compilation messages.  Suggested by Stefan Monnier.
6318 2006-09-15  David Kastrup  <dak@gnu.org>
6320         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6321         instead of buffer position for `mouse-on-link-p'.
6323         * mouse.el (mouse-posn-property): New function looking up the
6324         properties at a click position in overlays and text properties in
6325         either buffer or strings.
6326         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6327         of both `follow-link' as well as `mouse-face' properties.
6328         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6329         buffer position.
6331         * help.el (describe-key-briefly): When reading a down-event on
6332         mode lines or scroll bar, swallow the following up event, too.
6333         Use the new mouse sensitity of `key-binding' for lookup.
6334         (describe-key): The same here.
6336 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6338         * play/life.el (life-patterns): Add a few more interesting patterns.
6339         (life-setup): Force `show-trailing-whitespace' to nil.
6341 2006-09-14  Richard Stallman  <rms@gnu.org>
6343         * startup.el (fancy-splash-text): Change text to improve alignment.
6344         (fancy-splash-screens): Don't set non-standard tab width.
6345         Bind cursor-type temporarily, and make it easy to patch to
6346         preserve the splash buffer.
6347         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6348         (fancy-splash-screens): Display echo-area message explicitly.
6349         Don't set fancy-splash-help-echo.
6351         * simple.el (line-number-mode): Group mode-line instead of
6352         editing-basics.
6353         (column-number-mode, size-indication-mode): Likewise.
6355         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6357         * time.el (display-time): Group mode-line instead of modeline.
6359         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6361 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6363         * startup.el (fancy-splash-text): Move editing instructions to
6364         fancy-splash-head.
6365         (fancy-splash-head): Issue editing instructions.
6366         (fancy-splash-screens): Fixup whitespace.
6368 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * bindings.el (mode-line-buffer-identification-keymap):
6371         Remove duplicate line.
6373 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6375         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6376         ignore lists.
6378 2006-09-14  Kim F. Storm  <storm@cua.dk>
6380         * jit-lock.el (jit-lock-fontify-again): New function.
6381         (jit-lock-fontify-now): Use it instead of lambda form.
6383 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6385         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6386         (flyspell-auto-correct-word): Make ispell-filter local to these
6387         functions.  Check that ispell-filter has new stuff before calling
6388         ispell-parse-output.
6390 2006-09-13  Kim F. Storm  <storm@cua.dk>
6392         * simple.el (line-move-partial): Optimize.
6394 2006-09-13  Richard Stallman  <rms@gnu.org>
6396         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6397         Delete spurious backquote.
6399 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6401         * net/rcirc.el (rcirc-print): Fix last change.
6403 2006-09-12  Jay Belanger  <belanger@truman.edu>
6405         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6407 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6409         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6410         rcirc-show-maximum-output.
6411         (rcirc-mode): Remove window-scroll-function hook.
6412         (rcirc-scroll-to-bottom): Remove function.
6413         (rcirc-print): Recenter so point stays at the bottom of the window
6414         if point was already there.
6416 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6418         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6419         not to "t".
6420         * progmodes/compile.el (compilation-start): Likewise.
6421         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6422         Don't use expand-file-name on invocation-directory, since this
6423         might mishandle special characters in invocation-directory.
6425 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * pcvs-defs.el: Remove * in defcustom's docstrings.
6429 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6431         * progmodes/compile.el (compilation-directory-properties):
6432         Doc fix for help-echo.
6434 2006-09-12  Lars Hansen  <larsh@soem.dk>
6436         * desktop.el (desktop-read): Add comment.
6438 2006-09-12  Kim F. Storm  <storm@cua.dk>
6440         * simple.el (next-error-highlight, next-error-highlight-no-select):
6441         Fix spelling error.
6443         * subr.el (sit-for): Rework to use input-pending-p and cond.
6444         Return nil input is pending on entry also for SECONDS <= 0.
6445         (while-no-input): Use input-pending-p instead of sit-for.
6447 2006-09-11  Richard Stallman  <rms@gnu.org>
6449         * simple.el (next-error-highlight, next-error-highlight-no-select):
6450         Fix custom type and doc strings.
6452 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6455         (diff-apply-hunk): Use it to ask for confirmation.
6457 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6459         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6461 2006-09-11  David Kastrup  <dak@gnu.org>
6463         * help.el (string-key-binding, describe-key-briefly)
6464         (describe-key): Remove `string-key-binding' and its callers since
6465         `key-binding' already caters for the proper lookup now.
6467 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6470         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6472         * bindings.el (mode-line-buffer-identification-keymap):
6473         Move initialization into declaration.
6475 2006-09-10  Kim F. Storm  <storm@cua.dk>
6477         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6478         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6479         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6480         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6482 2006-09-10  Richard Stallman  <rms@gnu.org>
6484         * dired-aux.el: Handle errors in recursive copy usefully.
6485         (dired-create-files-failures): New variable.
6486         (dired-copy-file): Remove condition-case.
6487         (dired-copy-file-recursive): Check for errors on all file
6488         operations, and add them to dired-create-files-failures.
6489         Check file file-date-erorr here too.
6490         (dired-create-files): Check dired-create-files-failures
6491         and report those errors too.
6493         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6495         * subr.el (add-to-list): New argument COMPARE-FN.
6497 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6499         * filecache.el (file-cache-add-directory)
6500         (file-cache-add-directory-list, file-cache-add-file)
6501         (file-cache-add-directory-using-find)
6502         (file-cache-add-directory-using-locate)
6503         (file-cache-add-directory-recursively): Add autoloads.
6505 2006-09-09  Richard Stallman  <rms@gnu.org>
6507         * textmodes/conf-mode.el (conf-space-mode):
6508         Use hack-local-variables-hook instead of calling hack-local-variables.
6509         (conf-space-keywords-override): New variable.
6510         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6511         (conf-space-mode): Always make conf-space-keywords and
6512         conf-space-keywords-override local.
6513         Call conf-space-mode-internal directly as well as via hook.
6515 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6517         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6518         quasi-keywords.
6520 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6523         (python-send-string): Be slightly more careful about adding \n.
6525         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6526         kill it right away anyway.
6528 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6530         * international/codepage.el (cp850-decode-table): Fix a few codes.
6531         (cp858-decode-table): New variable.
6533 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6535         * net/ldap.el (ldap-search-internal): Doc fix.
6537 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6539         * play/life.el (life-display-generation): Test for input manually if
6540         `sleeptime' is negative or null.
6542         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6543         (print-region-1): Substitute `%s' with the page title.
6545 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6547         * locate.el (locate-current-search): New variable.
6548         (locate): Set buffer local value.  Use current buffer if it is
6549         in Locate mode.
6550         (locate-mode): Disable undo here.
6551         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6552         (locate-update): Use locate-current-search and locate-current-filter.
6554 2006-09-08  David Kastrup  <dak@gnu.org>
6556         * desktop.el (desktop-read): When loading a desktop, disable
6557         saving it while the load progresses, and switch off a pending lazy
6558         load by calling `desktop-lazy-abort'.
6560 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6562         * window.el (mouse-autoselect-window-timer)
6563         (mouse-autoselect-window-position)
6564         (mouse-autoselect-window-window)
6565         (mouse-autoselect-window-now): New vars.
6566         (mouse-autoselect-window-cancel)
6567         (mouse-autoselect-window-select)
6568         (mouse-autoselect-window-start): New functions.
6569         (handle-select-window): Call `mouse-autoselect-window-start' when
6570         delayed window autoselection is enabled.
6572         * cus-start.el (mouse-autoselect-window): Handle delayed window
6573         autoselection.
6575         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6576         commands after which it is allowed to print in the echo area.
6578 2006-09-08  Richard Stallman  <rms@gnu.org>
6580         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6582         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6583         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6585         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6586         (cancel-timer-internal): Add doc string.
6587         (cancel-function-timers): Doc fix.
6588         (with-timeout-handler, timer-event-last*): Add doc strings.
6590         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6592         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6594         * dired.el (dired-log-summary): Add doc string.
6596         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6597         (custom-group-menu-create): Not here.
6599 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6601         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6603 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6605         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6606         (mac-apple-event-map): Define its handler.
6608 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6610         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6612 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6614         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6615         clause.
6617 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6619         * info.el (Info-index): Bind completion-ignore-case.
6621 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6623         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6624         previous commit.
6625         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6626         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6627         burp in dedicated windows.
6628         (inferior-prolog-self-insert-command): New command.
6629         (inferior-prolog-mode-map): Use it.
6631 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6633         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6635         * international/code-pages.el: Add cp858.
6637 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6639         * dnd.el: Fix bootstrapping.
6641 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6643         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6644         (dnd-open-remote-url): New function.
6645         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6646         not windows-nt.
6648 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6650         * dnd.el (dnd-open-remote-file-function): New variable.
6651         (dnd-open-unc-file): New function.
6652         (dnd-open-file): Call dnd-open-remote-file-function if set.
6654 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6656         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6657         pgg-passphrase-coding-system rather than locale-coding-system.
6658         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6660 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * progmodes/prolog.el: Remove * in docstrings.
6663         (prolog-program-name): Add SWI prolog.
6664         (prolog-mode-menu): New menu.
6665         (prolog-mode): Set comment-add.
6666         (prolog-indent-line): Simplify.  Use indent-line-to.
6667         (inferior-prolog-buffer): New var.
6668         (inferior-prolog-run, inferior-prolog-process): New funs.
6669         (run-prolog, switch-to-prolog): Rewrite, using them.
6670         (prolog-consult-region): Use inferior-prolog-buffer.
6671         (inferior-prolog-load-file): New function.
6672         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6674         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6675         last word, if it's not the end of the paragraph.
6677         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6678         file name.
6680 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
6682         * frame.el (display-mm-dimensions-alist): New defcustom.
6683         (display-mm-height, display-mm-width): Use it.
6685 2006-09-06  Simon Josefsson  <jas@extundo.com>
6687         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6689 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
6691         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6692         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6693         string values.
6695 2006-09-06  Kim F. Storm  <storm@cua.dk>
6697         * simple.el (line-move-partial): New function to do vscrolling for
6698         partially visible images / tall lines.  Rewrite based on code
6699         previously in line-move.  Simplify backwards vscrolling.
6700         (line-move): Use it.  Simplify.
6702 2006-09-05  Kim F. Storm  <storm@cua.dk>
6704         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6706 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
6708         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6709         Process the `gcc-include' after the `gnu' rule.
6711 2006-09-05  Kim F. Storm  <storm@cua.dk>
6713         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6715 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6717         * pgg.el (pgg-clear-string): Alias to clear-string for backward
6718         compatibility.
6720         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6721         inhibit-redisplay; encode passphrase with locale-coding-system.
6723 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6725         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6727 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
6729         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6730         (gdb-var-list-children-regexp): Make type field optional.
6732         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6733         e.g public, protected in C++.
6735 2006-09-04  John Paul Wallington  <jpw@pobox.com>
6737         * simple.el (completion-show-help): New defcustom.
6738         (completion-setup-function): Heed it.
6740 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6742         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6744 2006-09-04  Richard Stallman  <rms@gnu.org>
6746         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6747         (rsf-min-region-to-spam-list): Doc fix.
6748         (rsf-add-content-type-field): Doc fix.
6750         * simple.el (kill-region): Explicitly test there is a region.
6752 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6754         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6755         sendmail in several common directories.
6757         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6759         * paths.el (sendmail-program): Removed.
6761 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
6763         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6764         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
6765         http://article.gmane.org/gmane.emacs.gnus.general/50457
6767 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
6769         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6770         mark after running the menu filter.
6772 2006-09-03  Juri Linkov  <juri@jurta.org>
6774         * international/quail.el (quail-defrule-internal): Add a check
6775         if a key is a vector.
6777 2006-09-02  Juri Linkov  <juri@jurta.org>
6779         * man.el (Man-topic-history): New variable.
6780         (man): Use it.
6782         * woman.el (woman-topic-history): Change defvar to defvaralias
6783         for symbol `Man-topic-history'.
6785         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6786         `comint-last-output-start' is a marker by using `markerp' and
6787         check if it has a position by using `marker-position', and use
6788         this position for `goto-char'.
6790         * international/quail.el (quail-defrule-internal): Add missing
6791         `error' call for null key.
6793 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
6795         * rcirc.el (rcirc-keywords): New variable.
6796         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6797         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6798         variables.
6799         (rcirc-responses-no-activity): New function.
6800         (rcirc-handler-generic): Check for responses in above.
6801         (rcirc-process-command): Add ?: character to arguments of raw
6802         server commands.
6803         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6804         `rcirc-dim-nicks'.
6805         (rcirc-gray-toggle): Remove unused variable.
6806         (rcirc-print): Remove some tracking logic, which is moved into
6807         markup functions.
6808         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6809         types.
6810         (rcirc-activity-string): Look for 'keyword in activity-types.
6811         (rcirc-window-configuration-change): Don't erase overlay-arrow
6812         unnecessarily.
6813         (rcirc-add-or-remove): New function.
6814         (rcirc-cmd-ignore): Use it.
6815         (rcirc-message-leader): Remove unused function.
6816         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6817         (rcirc-add-face): New function.
6818         (rcirc-facify): Use rcirc-add-face.
6819         (rcirc-url-regexp): Add parens.
6820         (rcirc-map-regexp): Remove function.
6821         (rcirc-mangle-regexp): Remove function.
6822         (rcirc-markup-text-functions): New variable.
6823         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6824         (rcirc-markup-body-text, rcirc-markup-attributes)
6825         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6826         (rcirc-markup-bright-nicks): New markup handler functions.
6827         (rcirc-nick-in-message-full-line): New face.
6828         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6829         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6831 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
6833         * cus-start.el (hscroll-margin, hscroll-step)
6834         (mode-line-in-non-selected-windows, mouse-autoselect-window)
6835         (x-use-underline-position-properties): Change version to "22.1"
6836         since they will appear there for the first time.
6838 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
6840         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6842 2006-08-31  Richard Stallman  <rms@gnu.org>
6844         * cus-edit.el (custom-save-variables): Slight cleanup.
6845         (Custom-no-edit): Renamed from custom-no-edit.
6846         (Custom-newline): Renamed from custom-newline.
6847         (custom-mode-map): Use new names.
6849         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6850         about customization, rather than M-x customize, in the doc string
6851         made for the defcustom.
6853         * emacs-lisp/trace.el (trace-function-background): Doc fix.
6855 2006-08-31  Romain Francoise  <romain@orebokech.com>
6857         * dired-x.el (dired-guess-shell-alist-default): Update.
6859 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
6861         * custom.el (custom-theme-set-variables): Autoload packages before
6862         sorting the variables.
6864 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
6866         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6867         chars if XEmacs.
6868         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6870 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * progmodes/python.el (python-eldoc-function): Re-enable quit while
6873         waiting for process.
6875 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6877         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6878         results in ASCII-only string, encode original one directly.
6880 2006-08-29  Romain Francoise  <romain@orebokech.com>
6882         * startup.el (normal-splash-screen, fancy-splash-screens):
6883         Make buffer read-only and arrange to enter view mode if necessary.
6885 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
6887         * hl-line.el (hl-line): New face.
6888         (hl-line-face): Use it.
6890         * image-mode.el (image-mode): Fix last fix.
6891         Suggested by Kim F. Storm.
6893 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6895         Sync with Tramp 2.0.54.
6897         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6898         of `=', because `tramp-get-remote-gid' might not always return an
6899         integer when expected.
6900         (tramp-register-file-name-handlers): `partial-completion-mode' is
6901         unknown to XEmacs.
6902         (tramp-time-diff): Don't use `floor', it might fail for large
6903         differences.
6904         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6905         `tramp-auto-save-directory' if unset in order to guarantee unique
6906         auto-save file names.
6908 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6910         * image-mode.el (image-mode): Display image as text on a terminal.
6912 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6914         * progmodes/python.el (python-send-command): Simplify.
6915         (run-python): Don't generate a new buffer unless `new' was specified.
6916         Make sure we send `import emacs' to the proper process.
6918         * progmodes/python.el (python-send-command): Don't wait for the command
6919         to terminate.  Don't fiddle with compilation-parsing-end.
6921 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
6923         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6924         Insert commentary after first line summary.
6926         * woman.el (woman-follow): New function, based on `man-follow'.
6927         (woman-mode-map): Use it.
6929         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6930         since ibuffer-do-sort-by-recency does not define a sorter.
6932 2006-08-28  Kim F. Storm  <storm@cua.dk>
6934         * find-dired.el (find-dired): Use shell-quote-argument to properly
6935         escape ( and ) args.  Also use it on {} and ; args in default
6936         value of find-ls-option string.
6937         (find-grep-dired): Use shell-quote-argument on {} and ; args.
6939 2006-08-27  Michael Olson  <mwolson@gnu.org>
6941         * emacs-lisp/tq.el: Small grammar fix in comments.
6942         (tq-enqueue): Check for existence of queue rather than the
6943         head queue item's question, which was a no-op.
6944         (tq-filter, tq-process-buffer): Make sure the process buffer
6945         exists before making it the current buffer.
6947 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6949         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6950         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6951         (special-event-map): Apply 2006-08-16 change for x-win.el.
6953 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6955         * progmodes/python.el (python-send-receive): Wait in the
6956         process's buffer so as to check the right buffer-local variables.
6958 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6960         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6961         (defgroup checkdoc): Move to beginning.
6963         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6964         (python-preoutput-continuation): Remove.
6965         (python-preoutput-filter): Simplify correspondingly.
6966         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
6967         Loop around to catch embedded _emacs_out output.
6968         (run-python): Send the import&print command on a single line.
6969         (python-send-command): Send command&print on a single line.
6970         (python-send-string): Only add double \n if needed.
6971         (python-send-receive): Loop until the result comes.
6972         (python-mode-running): Defvar it.
6973         (python-setup-brm): Remove unused var `menu'.
6974         Only bind py-mode-map and `features' around brm-init.
6975         (python-calculate-indentation): Remove unused var `point'.
6976         (python-beginning-of-defun): Remove unused var `def-line'.
6978 2006-08-25  Richard Stallman  <rms@gnu.org>
6980         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6982 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6984         * viper.el (viper-set-hooks): Use frame bindings for
6985         viper-vi-state-cursor-color.
6986         (viper-non-hook-settings): Don't set default
6987         mode-line-buffer-identification.
6989         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6990         (viper-set-cursor-color-according-to-state)
6991         (viper-get-saved-cursor-color-in-replace-mode)
6992         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6993         viper-emacs-state-cursor-color.
6995         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6996         (viper-undo): Use point if undo-beg-posn is nil.
6997         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6998         (viper-after-change-undo-hook): Don't use
6999         viper-emacs-state-cursor-color by default.
7000         (viper-undo): More sensible positioning after undo.
7002         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7003         (viper-emacs-state-cursor-color): Default to nil, since this feature
7004         doesn't work well yet.
7006         * ediff-mult.el (ediff-intersect-directories)
7007         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7008         always expand filenames.
7010 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * tumme.el: Remove * in defcustoms's docstrings.
7014 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7016         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7017         Accept internal time format for SECS arg.
7018         (timer-relative-time): Doc fix.
7020         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7021         adapted from Martin Rudalics.
7022         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7023         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7024         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7025         using sit-for.
7027 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7029         * cus-start.el (all): Add `overline-margin' and
7030         `x-underline-at-descent-line'.
7032 2006-08-24  Kim F. Storm  <storm@cua.dk>
7034         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7035         to mean "use find -exec"; nil now unambiguously means auto-detect.
7036         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7037         Use shell-quote-argument to build grep-find-command and
7038         grep-find-template.
7039         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7040         Reported by Tom Seddon.
7042 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7044         * startup.el (fancy-splash-head): Give instructions for dismissing
7045         the splash screen for default startup too.
7046         (display-startup-echo-area-message, fancy-splash-screens)
7047         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7048         all splash text at once and keep the splash buffer around.
7049         (command-line-1): Give display-startup-echo-area-message a t arg.
7051 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7053         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7054         gnus frame is selected.
7056 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7058         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7060 2006-08-22  Kim F. Storm  <storm@cua.dk>
7062         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7063         Add suffix matching for subdirs.
7065 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7067         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7068         mouse-yank-at-point is non-nil.
7070 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7072         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7073         a bit wider and remove fringes to fit initial output on line.
7075 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * frame.el (blink-cursor-end): Only ignore the error we care about.
7078         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7080 2006-08-21  Richard Stallman  <rms@gnu.org>
7082         * whitespace.el (whitespace-cleanup): Doc fix.
7084 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7086         * net/rcirc.el (rcirc-show-maximum-output): New var.
7087         (rcirc-buffer-process): If no buffer argument is supplied, use
7088         current-buffer.
7089         (rcirc-complete-nick): Complete to the last completed nick first.
7090         (rcirc-mode): Preserve the value of `rcirc-urls' across
7091         connections.  Setup scroll function.
7092         (rcirc-scroll-to-bottom): New function.
7093         (rcirc-print): Use nick syntax around regexp work.
7094         Notice dim-nicks speaking only if they say our nick.
7095         (rcirc-update-activity-string): Do not show the modeline indicator
7096         if there are no live rcirc processes.
7097         (rcirc-cmd-ignore): Ignore case.
7098         (rcirc-browse-url-at-point): Fix off-by-one error.
7100 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * progmodes/python.el: Remove * in defcustom docstrings.
7103         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7104         (python-mode): Set tab-width and indent-tabs-mode.
7106 2006-08-20  Dave Love  <fx@gnu.org>
7108         * progmodes/python.el: Update to Dave Love's latest version.
7109         (python-font-lock-keywords, python-mode): Don't use
7110         font-lock-syntax-table, but match symbol elements explicitly instead.
7111         (python-mode-map): Add help, and a few more key bindings.
7112         (python-skip-comments/blanks): Move out of comments as well.
7113         (python-continuation-line-p): Behave better with unbalanced parens.
7114         (python-blank-line-p): New fun.
7115         (python-open-block-statement-p): Don't use a heuristic.
7116         (python-outdent-p): Better handle blocks-in-the-same-line.
7117         (python-calculate-indentation): Misc improvements.
7118         (python-comment-indent): Remove.
7119         (python-block-pairs): New var.
7120         (python-first-word): New fun.
7121         (python-indentation-levels): Handle more common cases.
7122         (python-indent-line-1): Add `leave' argument.
7123         (python-indent-region): New fun.
7124         (python-skip-out): New fun.
7125         (python-beginning-of-statement, python-end-of-statement): Use it.
7126         (python-next-statement): Return correct count even at eob.
7127         (python-end-of-block): Fix paren-typo.
7128         (python-imenu-create-index): Add module variables.
7129         (run-python): Add `new' arg.
7130         Check we're at a prompt before returning.
7131         (python-send-command): Move to end of buffer.
7132         Wait for prompt to return.
7133         (python-set-proc): New fun.
7134         (python-imports): New var.
7135         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7136         (python-eldoc-function): Try to move out of arg list.
7137         (python-outline-level): Offset by 1.
7138         (python-find-imports): New fun.
7139         (python-symbol-completions): Use python-imports.
7140         (python-module-path, ffap-alist): Add support for ffap.
7141         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7142         (python-insert-*, python-default-template, python-expand-template):
7143         Add templates/skeletons.
7144         (python-setup-brm): Support for Bicycle Repair Man.
7145         (python-abbrev-syntax-table): New var.
7146         (python-abbrev-pc-hook, python-pea-hook): New funs.
7148 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7150         * frame.el (blink-cursor-start): Set timer first.
7151         (blink-cursor-end): Ignore timer cancelling errors.
7152         Suggested by Ken Manheimer.
7154 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7156         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7157         Add autoload cookie.
7159 2006-08-20  Richard Stallman  <rms@gnu.org>
7161         * simple.el (line-number-at-pos): Doc fix.
7163         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7164         timer-activate-when-idle, so timer can run before Emacs becomes
7165         non-idle again.
7167 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7169         * whitespace.el (whitespace-cleanup-internal): New optional arg
7170         REGION-ONLY.  If it's non-nil, modify the message to the user
7171         accordingly.
7172         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7173         a non-nil argument.
7175 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7177         * rect.el (spaces-string): Simplify and add doc string.
7179 2006-08-17  Romain Francoise  <romain@orebokech.com>
7181         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7183 2006-08-17  Richard Stallman  <rms@gnu.org>
7185         * compare-w.el (compare-windows): lambda's take an arg and pass
7186         it to compare-windows-skip-whitespace.
7188 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7190         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7191         the right buffer.
7193 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7196         removed files.
7198 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7200         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7201         (gdb-locals-watch-map-1): Suppress keymap first.
7202         (gdb-edit-locals-map-1): New variable.
7203         (gdb-edit-locals-value): New function.
7204         (gdb-stack-list-locals-handler): Use them.
7206 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7209         cursor would normally be drawn in the fringe.
7211         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7212         Reported by Martin Rudalics <rudalics@gmx.at>.
7214 2006-08-16  Richard Stallman  <rms@gnu.org>
7216         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7217         (special-event-map): Process drag-n-drop events this way.
7219         * simple.el (move-beginning-of-line): Test whether fields
7220         would prevent motion back to line's first visible character.
7221         If so, stop where the fields would stop the motion.
7223         * newcomment.el (comment-indent): Fully update INDENT
7224         before checking to see if it will change the text.
7226         * cus-edit.el (custom-newline): New function.
7227         (custom-mode-map): Bind newline to custom-newline.
7229         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7230         into ignore-whitespace.
7231         Check each buffer for its skip-function.
7232         Handle compare-windows-skip-whitespace special-case test
7233         by returning t from default skip function.
7235 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7237         * textmodes/org.el (org-clock-special-range)
7238         (org-clock-update-time-maybe): New functions.
7239         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7240         not only a-z.
7241         (org-agenda-get-blocks): Allow multiple blocks per headline.
7242         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7243         (org-export-html-title-format)
7244         (org-export-html-toplevel-hlevel): New options.
7245         (org-export-language-setup): Add support for Czech.
7246         (org-mode, org-insert-todo-heading, org-find-visible)
7247         (org-find-invisible, org-invisible-p, org-invisible-p2)
7248         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7249         (org-show-subtree, org-show-entry, org-make-options-regexp):
7250         Remove compatibility support for old outline-mode.
7251         (org-check-occur-regexp): Funtion removed.
7252         (org-on-heading-p, org-back-to-heading): Made defalias.
7253         (org-set-local): New defsubst.
7254         (org-set-regexps-and-options, org-mode)
7255         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7256         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7257         (org-remember-apply-template, org-table-edit-field)
7258         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7259         (org-set-autofill-regexps): Use `org-set-local'.
7260         (org-table-eval-formula): Fix bug with parsing of display flags.
7262 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7264         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7265         frame with fringe arrow.  Suggested by Simon Marshall
7266         <simon.marshall@misys.com>.
7267         (gdb-stack-position): New variable.
7268         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7269         (gdb-frames-mode): Set gdb-stack-position to nil.
7270         Add to overlay-arrow-variable-list
7271         (gdb-reset): Delete gdb-stack-position from above list.
7273 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7275         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7276         read only.
7278 2006-08-13  Romain Francoise  <romain@orebokech.com>
7280         * cus-theme.el (customize-create-theme)
7281         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7283         * filesets.el (filesets-add-buffer): Ditto.
7285         * pcvs.el (cvs-change-cvsroot): Ditto.
7287 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7289         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7290         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7291         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7292         expressions.
7293         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7294         Only search till end of line.
7295         Add face to function names in case of no filename.
7296         Add face to variable names of watchpoints.
7298 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7300         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7301         customization group.
7303 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7305         * allout.el (allout-prior-bindings, allout-added-bindings):
7306         Remove, after long deprecation.
7307         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7308         Add customization vars controlling allout-beginning-of-line and
7309         allout-end-of-line conveniences.
7310         (allout-header-prefix, allout-use-mode-specific-leader)
7311         (allout-use-mode-specific-leader, allout-mode-leaders):
7312         Revise docstrings.
7313         (allout-infer-header-lead): Change to be an alias for
7314         allout-infer-header-lead-and-primary-bullet.
7315         (allout-infer-header-lead-and-primary-bullet): New version of
7316         allout-infer-header-lead which assigns the primary bullet to the
7317         same as the header lead, when its being changed.
7318         (allout-infer-body-reindent): Apply regexp-quote instead of
7319         unconditionally prepending "\\", so that all literal
7320         allout-header-prefix and allout-primary-bullet strings are
7321         properly handled.
7322         (allout-add-resumptions): Add optional qualifier for extending or
7323         appending to existing values, rather than replacing them.
7324         (allout-view-change-hook): Clarify docstring.
7325         (allout-exposure-change-hook): Take explicit arguments, via
7326         run-hook-with-args.
7327         (allout-structure-added-hook)
7328         (allout-structure-deleted-hook)
7329         (allout-structure-shifted-hook): New hooks analogous to
7330         allout-exposure-change-hook for other kinds of structural outline
7331         edits.
7332         (allout-encryption-plaintext-sanitization-regexps): New encryption
7333         customization variable, by which cooperating modes can provde
7334         massage of the plaintext without actually being passed it.
7335         (allout-encryption-ciphertext-rejection-regexps)
7336         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7337         customization variables, by which cooperating modes can prohibit
7338         rare but possible ciphertext patterns from fouling their
7339         operation, with actually being passed the ciphertext.
7340         (allout-mode): Run activation and deactivation hooks after the
7341         minor-mode variable has been toggled, to clarify the mode
7342         disposition.  The new encryption ciphertext rejection variable is
7343         used to ensure that the ciphertext does not contain text that
7344         would be recognized as outline structural elements by allout.
7345         Substite allout-beginning-of-line and allout-end-of-line for
7346         conventionall beginning-of-line and end-of-line bindings.
7347         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7348         activation!
7349         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7350         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7351         (allout-chart-subtree): Implement new mode, charting only the
7352         visible items in the subtree, when new 'visible' parameter is non-nil.
7353         (allout-end-of-subtree): Properly handle the last item in the buffer.
7354         (allout-pre-command-business, allout-command-counter):
7355         Increment an advertised counter so that cooperating enhancements can
7356         track revisions of items.
7357         (allout-open-topic): Run allout-structure-added-hook with suitable
7358         arguments.
7359         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7360         arguments.
7361         (allout-shift-out): Fix doubling for negative args and ensure call
7362         of allout-structure-shifted-hook by solely using allout-shift-in.
7363         (allout-kill-line, allout-kill-topic):
7364         Run allout-structure-deleted-hook with suitable arguments.
7365         (allout-yank-processing): Run allout-structure-added-hook with
7366         proper arguments.
7367         (allout-yank): Enclose activity in allout-unprotected.
7368         (allout-flag-region): Run allout-exposure-change-hook with
7369         suitable arguments, instead of making the callee infer the arguments.
7370         (allout-encrypt-string):
7371         Support allout-encryption-plaintext-sanitization-regexps,
7372         allout-encryption-ciphertext-rejection-regexps, and
7373         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7374         en/de cryption mode in symmetric encryption failure message.
7375         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7376         copy of the passphrase, and don't zero it or we'll corrupt the
7377         stashed copy.
7378         (allout-create-encryption-passphrase-verifier)
7379         (allout-verify-passphrase): Respect the new signature for
7380         allout-encrypt-string.
7381         (allout-get-configvar-values): Convenience for getting a
7382         configuration variable value and handling its absence gracefully.
7384 2006-08-11  Romain Francoise  <romain@orebokech.com>
7386         * obsolete/zone-mode.el: Delete.
7388 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7392 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7394         * emacs-lisp/bindat.el (bindat-ip-to-string):
7395         Use `format-network-address' if possible.
7397 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7399         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7401 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7403         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7404         restore unread-command-events here.
7405         (edebug-display): Do it here, to detect sit-for interruptions.
7407 2006-08-10  Romain Francoise  <romain@orebokech.com>
7409         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7410         (dns-mode-soa-auto-increment-serial): New user option.
7411         (dns-mode-soa-maybe-increment-serial): New function.
7412         (dns-mode): Add the latter to `write-contents-functions'.
7414         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7415         Delete autoload cookies.
7417 2006-08-10  John Wiegley  <johnw@newartisans.com>
7419         * eshell/em-glob.el (eshell-glob-chars-list)
7420         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7422 2006-08-10  Richard Stallman  <rms@gnu.org>
7424         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7425         (facemenu-set-face): Doc fix.
7426         (facemenu-listed-faces): Doc fix.
7428 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7430         * avoid.el (mouse-avoidance-animating-pointer): New var.
7431         (mouse-avoidance-nudge-mouse): Use it.
7432         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7433         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7434         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7435         Don't activate if currently animating.  All callers changed.
7437 2006-08-09  John Wiegley  <johnw@newartisans.com>
7439         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7440         variable, which causes timeclock to report elapsed time worked,
7441         instead of just work remaining.
7443 2006-08-09  Kenichi Handa  <handa@m17n.org>
7445         * international/latexenc.el (latexenc-find-file-coding-system):
7446         Fix for the case that the 2nd element of arg-list is a cons.
7448 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7450         * info.el (Info-fontify-node): Handle preceding `in' for note
7451         reference hiding rules.
7453 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7455         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7456         mistake a closing " for an opening one.
7458 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7460         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7462 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7464         * complete.el (PC-do-completion): Filter out completions matching
7465         completion-ignored-extensions before checking whether there are
7466         multiple completions.
7467         Don't use `list' unnecessarily when building completion tables.
7469 2006-08-06  Richard Stallman  <rms@gnu.org>
7471         * help.el (describe-mode): Make minor mode list more concise.
7473 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7475         * bindings.el: Give mode-line-format, mode-line-modes, and
7476         mode-line-position `standard-value' properties.
7478 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7480         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7481         "(file)node" instead of the file name.
7483 2006-08-05  Richard Stallman  <rms@gnu.org>
7485         * faces.el (escape-glyph): Doc fix.
7487 2006-08-04  Kenichi Handa  <handa@m17n.org>
7489         * international/mule-diag.el (describe-font): Improve docstring
7490         and error message.  Use frame-parameter (not frame-parameters).
7492 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7495         Correctly mark the end-of-docstring char.
7497 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7499         * simple.el (line-move-to-column): Constrain move-to-column to
7500         current field.
7502 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * font-lock.el (font-lock-beg, font-lock-end)
7505         (font-lock-extend-region-functions): New vars.
7506         (font-lock-extend-region-multiline)
7507         (font-lock-extend-region-wholelines): New functions.
7508         (font-lock-default-fontify-region): Use them.
7509         (font-lock-extend-jit-lock-region-after-change): Only round up
7510         if font-lock-default-fontify-region will do it as well.
7512         * font-lock.el (font-lock-extend-after-change-region-function):
7513         Rename from font-lock-extend-region-function.
7514         (font-lock-extend-region): Remove by inlining at call sites.
7515         (font-lock-after-change-function): Don't needlessly round up to a whole
7516         number of lines.
7517         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7518         the boundary conditions and the interactions between the various ways
7519         to extend the region.
7521 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7523         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7524         modification status when forcing the second redisplay.
7526 2006-08-03  Kim F. Storm  <storm@cua.dk>
7528         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7530 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7533         doesn't look like a file name.
7535         * complete.el (PC-expand-many-files): Avoid signalling an error when
7536         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7538 2006-08-02  Andreas Schwab  <schwab@suse.de>
7540         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7542 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7544         * bindings.el (map): Make mode-line-buffer-identification-keymap
7545         before defining propertized-buffer-identification.
7547 2006-08-01  Richard Stallman  <rms@gnu.org>
7549         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7551 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7553         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7554         default value.
7555         (gdb-find-source-frame): New function.
7556         (menu): Add to menu bar.
7558 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * font-core.el (font-lock-extend-region-function)
7561         (font-lock-extend-region): Move to font-lock.el.
7563         * font-lock.el (font-lock-extend-region-function)
7564         (font-lock-extend-region): Move from font-core.el.  Simplify.
7566         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7567         if needed.
7568         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7569         (jit-lock-after-change-extend-region-functions): New hook.
7570         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7572         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7573         (font-lock-turn-on-thing-lock): Use it.
7575         * longlines.el (longlines-show-region): Make it work on read-only
7576         buffers as well.
7578 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7580         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7582 2006-07-31  Richard Stallman  <rms@gnu.org>
7584         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7585         (vhdl-speedbar-display-projects): Update old obsolete
7586         speedbar variable names.
7588 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7590         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7591         (gdb-stopped): Use it.
7593         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7595 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7597         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7598         for load-history elements.
7600 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7602         * files.el (convert-standard-filename): For Cygwin, replace
7603         characters not allowed in Windows file names.
7604         (make-auto-save-file-name): Add Cygwin to the list of systems
7605         where the auto-save file name needs to be run through
7606         convert-standard-filename.
7608 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7610         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7612 2006-07-28  Richard Stallman  <rms@gnu.org>
7614         * bindings.el (mode-line-frame-identification)
7615         (propertized-buffer-identification): Centralize the code
7616         to initialize the variable.
7618         * progmodes/grep.el (grep-default-command): Catch errors from
7619         wildcard-to-regexp.
7621 2006-07-29  Kim F. Storm  <storm@cua.dk>
7623         * progmodes/grep.el (grep-tag-default): New function.
7624         (grep-default-command, grep-read-regexp): Use it.
7625         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7626         as default if nothing else applies.
7628 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7630         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7631         Throw error if buffer is not in Dired and Wdired mode, respectively.
7633 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7635         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7636         self-insert-command keys don't activate buttons.
7637         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7639 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7641         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7642         faces for enable character.
7644 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7646         * Makefile.in (recompile): Update comment to reflect change
7647         on 2004-04-21.
7649 2006-07-27  Richard Stallman  <rms@gnu.org>
7651         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7652         (customize-package-emacs-version): Change msg when pkg has no entry.
7653         (custom-no-edit): On a button, do like widget-button-press.
7655 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7657         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7658         S-tab and C-S-tab.
7660 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7662         * progmodes/which-func.el (which-function): Fix documentation/
7663         comment typo.
7665 2006-07-26  Richard Stallman  <rms@gnu.org>
7667         * textmodes/ispell.el (ispell-word): If we replace the word,
7668         move point to the end.  Insert before deleting.
7670 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
7672         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7673         a timer.
7675 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
7677         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
7678         when at first image.
7679         (tumme-forward-image): Add prefix argument.  Add error when at last
7680         image.
7682 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * tabify.el (tabify-regexp): Use more specific regexps.
7685         (tabify): Avoid modifying the buffer unnecessarily.
7687 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
7689         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7690         (tumme-format-properties-string): Handle empty `buf'.
7691         (tumme-get-comment): Change variable names inside `let'.
7692         Add missing `let' variable that cause font-lock problems.
7693         (tumme-write-comments): Change variable names inside `let'.
7694         Add missing `let' variable that cause font-lock problems.
7695         (tumme-forward-image): Rename from `tumme-forward-char'.
7696         (tumme-backward-image): Rename from `tumme-backward-char'.
7698 2006-07-25  Masatake YAMATO  <jet@gyve.org>
7700         * progmodes/ld-script.el (ld-script-keywords)
7701         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7702         and add comments.
7704 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
7706         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7707         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7708         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7709         for status indicator.
7711 2006-07-24  Richard Stallman  <rms@gnu.org>
7713         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7715         * subr.el (dolist, dotimes): Use interned symbols for locals.
7716         (--dotimes-limit--, --dolist-tail--): New defvars.
7717         (looking-back): Doc fix.
7719         * replace.el (replace-match-string-symbols): Handle dotted lists.
7721 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7723         * tumme.el (tumme-write-tags): Add.
7724         (tumme-write-comments): Add.
7725         (tumme-tag-files): Change to use `tumme-write-tags'.
7726         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7727         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7728         (tumme-save-information-from-widgets): Change to use
7729         `tumme-write-comments' and `tumme-write-tags'.
7730         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7731         (tumme-write-tag): Remove.
7732         (tumme-write-comment): Remove.
7733         (tumme-display-previous-thumbnail-original): Remove empty line.
7734         (tumme-widget-list): Add punctuation.
7736 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
7738         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7740 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
7742         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7743         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
7744         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7746 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
7748         * mouse.el (mouse-on-link-p): Doc fix.
7750 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
7752         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7753         Handle "C-h f `".
7755 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7757         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7758         column.
7760 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
7762         * textmodes/table.el: Add move-beginning-of-line and
7763         move-end-of-line to Point Motion Only Group.
7765 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7767         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7769 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7771         * startup.el (user-mail-address): Initialize from the `EMAIL'
7772         environment variable first.  Document this.
7773         (command-line): Ditto.
7775 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
7777         * help-mode.el (help-function-def, help-variable-def)
7778         (help-face-def): Print a message in the minibuffer.
7780 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7782         * term/xterm.el (terminal-init-xterm): Fix key bindings
7783         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7785 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7787         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7788         where `(nth 1 command)' is a cons cell.  Doc fix.
7790         * textmodes/po.el (po-find-charset): Doc fix.
7792 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
7794         * allout.el (allout-unprotected, allout-e-o-prefix-p)
7795         (allout-beginning-of-current-line, allout-end-of-current-line)
7796         (allout-next-visible-heading, allout-open-topic)
7797         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7798         (allout-flag-current-subtree, allout-show-to-offshoot)
7799         (allout-hide-current-entry, allout-show-current-branches)
7800         (allout-hide-region-body, allout-old-expose-topic)
7801         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7802         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7803         containing `beginning-of-line' and `end-of-line' with
7804         `inhibit-field-text-motion' t.
7806 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
7808         * frame.el (focus-follows-mouse): Document that it doesn't have
7809         any effect on MS-Windows.
7811 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7815 2006-07-20  Jay Belanger  <belanger@truman.edu>
7817         * calc.el (calc-previous-alg-entry): Remove variable.
7819         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7820         New variables.
7821         (calc-alg-entry): Use `calc-alg-entry-history'.
7822         (calc-do-quick-calc): Use `calc-quick-calc-history'.
7823         Remove reference to `calc-previous-alg-entry'.
7824         (calcAlg-edit, calcAlg-enter): Remove reference to
7825         `calc-previous-alg-entry'.
7826         (calcAlg-previous): Use `previous-history-element' instead of
7827         `calc-previous-alg-entry'.
7828         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7829         Change keybinding for `calcAlg-plus-minus', add keybindings for
7830         `previous-history-element' and `next-history-element'.
7832         * calc-rewr.el (calc-match): Remove reference to
7833         `calc-previous-alg-entry'.
7835         * calc-sel.el (calc-selection-history): New variable.
7836         (calc-enter-selection, calc-sel-mult-both-sides)
7837         (calc-sel-add-both-sides): Use `calc-selection-history'.
7839         * calc-map.el (calc-get-operator-history): New variable.
7840         (calc-get-operator): Use `calc-get-operator-history'.
7842         * calcalg3.el (calc-curve-fit-history): New variable.
7843         (calc-curve-fit): Use `calc-curve-fit-history'.
7845 2006-07-20  Kenichi Handa  <handa@m17n.org>
7847         * international/mule-cmds.el (select-safe-coding-system): Fix the
7848         way of deciding eol-type of the coding system.
7850 2006-07-20  Alan Mackenzie  <acm@muc.de>
7852         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7853         (c-lang-setvar): New macro.
7854         (c-make-init-lang-vars-fun): Use the initialization forms in
7855         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7856         (comment-start, comment-end, comment-start-skip): Change these from
7857         c-lang-defvar's to c-lang-setvar's.
7859         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7860         which calls make-local-variable on the elements of
7861         c-emacs-variable-inits.
7862         (c-init-language-vars-for): Call this new macro.
7864 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7867         Try to rule out false positives due to time stamps.
7868         (compilation-mode-font-lock-keywords): Remove rules made redundant
7869         because of the above change.  Add `segmentation fault' to the known and
7870         highlighted compilation termination messages.
7872 2006-07-19  Kim F. Storm  <storm@cua.dk>
7874         * progmodes/grep.el (grep-find-ignored-directories):
7875         Add .svn and _darcs to list.
7877 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
7879         * dired.el (dired-mode-map): Add key binding `C-te' for
7880         `tumme-dired-edit-comment-and-tags'.
7882         * tumme.el (tumme-display-thumbnail-original-image): Make sure
7883         image display buffer is displayed before call to
7884         `tumme-display-image.
7885         (tumme-dired-display-image): Make sure image display buffer is
7886         displayed before call to `tumme-display-image.
7887         (tumme-mouse-display-image): Make sure image display buffer is
7888         displayed before call to `tumme-display-image.
7889         (tumme-widget-list): Add.
7890         (tumme-dired-edit-comment-and-tags): Add.
7891         (tumme-save-information-from-widgets): Add.
7893 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7897 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7899         * progmodes/sh-script.el (sh-font-lock-keywords-1):
7900         Revert inadvertently installed patch hunk.
7902         * progmodes/compile.el (compilation-find-file): Handle the
7903         cases where the user selects a non-existent file.
7905 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7907         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7909 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7911         * subr.el (sit-for): Just sleep-for if noninteractive.
7913 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         * emacs-lisp/autoload.el (make-autoload): Use new arg.
7917         * custom.el (custom-autoload): Add `noset' argument.
7918         (custom-push-theme): Don't autoload the variable, let callers do it.
7919         (custom-theme-set-variables): Autoload the variable if necessary.
7921         * cus-edit.el (custom-variable-state-set): If the variable was
7922         originally set outside custom, but to the same value as the default,
7923         consider it to be standard.
7925         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7926         file *before* telling Emacs to add the autoloads, in case it fails.
7928         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7929         Use `cond', push', and `dolist'.
7931 2006-07-17  Richard Stallman  <rms@gnu.org>
7933         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7934         Add defvars to silence warnings.
7936 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
7938         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7939         Don't highlight "Compiling file" messages as error.
7941         * dired-aux.el (dired-compress-file): Confirm again if gzipped
7942         file already exists.
7944 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
7946         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
7947         entry, don't assign to free var; simply return the extracted filename.
7948         (ff-treat-as-special): Incorporate common preamble from callers.
7949         (ff-other-file-name, ff-find-the-other-file):
7950         Update call to ff-treat-as-special.
7952         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7954 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
7956         * tumme.el (tumme-get-comment): Fix bug.
7958 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         * files.el: Remove spurious * in docstrings.
7962 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7964         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7965         grammar.
7966         (allout-beginning-of-current-line): Beware beginning of buffer.
7967         Also, a comment is simplified.
7968         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7969         when appropriate.  (This fix enables use for other than
7970         bullet-hotspot operation.)
7971         (allout-hide-current-subtree): While escalating to sibling-close,
7972         make sure to situate on a topic.
7974 2006-07-14  Kim F. Storm  <storm@cua.dk>
7976         * emulation/cua-base.el (cua-delete-selection)
7977         (cua-toggle-set-mark): New defcustoms.
7978         (cua-rectangle-modifier-key): Add `alt' modifier.
7979         (cua-replace-region): Don't delete if cua-delete-selection is nil.
7980         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7981         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7983         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7985 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7987         * allout.el: Require 'cl during byte-compilation/interactive load,
7988         for the `assert' macro.
7989         (allout-mode-deactivate-hook): New hook, run when allout mode
7990         deactivates.
7991         (allout-developer): New allout customization subgroup.
7992         (allout-run-unit-tests-on-load): New allout-developer
7993         customization variable, when true allout unit tests are run towards
7994         end of file load/eval.
7995         (allout-inhibit-auto-fill): Disable auto-fill activity even during
7996         auto-fill-mode.
7997         (allout-resumptions): Remove, to be replaced by...
7998         (allout-add-resumptions): Register variable settings to be
7999         reinstated by `allout-do-resumptions'.  The settings are made
8000         buffer-local, but the locality/globality of the suspended setting
8001         is restored on resumption.
8002         (allout-do-resumptions): Reinstate all settings suspended using
8003         `allout-add-resumptions'.
8004         (allout-test-resumptions): Unit tests (and intermediate variables)
8005         for resumptions.
8006         (allout-tests-globally-unbound, allout-tests-globally-true)
8007         (allout-tests-locally-true): Intermediate variables for
8008         resumptions unit tests.
8009         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8010         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8011         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8012         instead of retired `allout-resumptions'.  For hook functions, use
8013         `local' parameter so hook settings are created and removed as
8014         buffer-local settings.  Revise (resumptions) setting
8015         auto-fill-function so it is set only if already active.  (The
8016         related fill-function settings are all made in either case, so
8017         that activating auto-fill-mode activity will have the custom
8018         allout-mode behaviors (hanging indent on topics, if configured for it).
8019         Remove all allout-exposure-category overlays on mode deactivation.
8020         (allout-hotspot-key-handler): New function extracted from
8021         `allout-pre-command-business', so the functionality can be used
8022         for other purposes, eg as a binding in an overlay.
8023         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8024         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8025         customization variable.
8026         (allout-run-unit-tests): Run the (currently quite small)
8027         repertoire of unit tests.  Called just before the provide iff user
8028         has customized `allout-run-unit-tests-on-load' non-nil.
8030 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8032         * emacs-lisp/authors.el (authors-aliases): Update.
8034 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8036         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8037         gdb-source-window.  Add dedicated argument.
8038         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8039         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8040         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8041         (gdb-display-locals-buffer): Use it.
8043         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8044         Set gdb-source-window.
8046 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8048         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8049         minor modes, redundant with the custom-autoload line above.
8051 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8053         * longlines.el (longlines-post-command-function): Handle open-line too.
8055 2006-07-12  Richard Stallman  <rms@gnu.org>
8057         * progmodes/grep.el (grep-last-buffer): Doc fix.
8059         * info.el (Info-try-follow-nearest-node): Doc fix.
8061         * emacs-lisp/edebug.el (edebug-instrument-function):
8062         Err if find-function-noselect gives no position.
8064         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8065         If can't find definition, return nil for position.
8066         (find-function-do-it): Handle new return value
8067         of find-definition-noselect.
8068         (find-definition-noselect, find-variable-noselect): Doc fix.
8069         (find-function-noselect): Doc fix.
8071         * help-mode.el (help-variable-def): Handle find-variable-noselect
8072         returning no position.
8073         (help-function-def): Likewise for find-function-search-for-symbol.
8074         (help-face-def): Likewise.
8076         * help-fns.el (describe-variable): Handle find-variable-noselect
8077         returning no position.
8079         * files.el (locate-file-completion): Avoid duplicates in result.
8081         * cus-edit.el (custom-no-edit): New command.
8082         (custom-mode-map): Remap to custom-no-edit instead of
8083         using suppress-keymap.
8085 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8087         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8088         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8089         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8091         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8093 2006-07-11  Kim F. Storm  <storm@cua.dk>
8095         * ido.el (ido-copy-current-file-name): Use buffer-name if
8096         buffer-file-name is nil.
8098 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8100         * simple.el (undo-ask-before-discard): Set to nil.
8102         * vc.el (vc-exec-after): Don't delete process manually.
8103         (vc-print-log): Run log-view-mode in process sentinel inside
8104         inhibit-read-only.  Don't shrink window due to timing issues.
8106         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8107         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8109 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8112         Fix ambiguity introduced by last change.
8113         (compilation-find-file): Move save-excursion to where it may
8114         make sense.  Fix a left over `find-file'.
8116 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8118         * textmodes/texinfmt.el (texinfo-format-separate-node):
8119         Insert a string before point, which fits documentation, not after.
8120         (texinfo-multitable-item): In a multitable row, insert any
8121         additional needed @tabs and spaces.
8123 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8125         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8126         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8127         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8128         instead of shell-command.
8129         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8130         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8131         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8132         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8133         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8134         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8136 2006-07-11  Kim F. Storm  <storm@cua.dk>
8138         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8139         Remove special case for seconds < 0.  Use (redisplay t) instead.
8141 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8143         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8144         avoid compilation error.
8146         * subr.el (sit-for): New function.
8148         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8150 2006-07-10  Richard Stallman  <rms@gnu.org>
8152         * ldefs-boot.el (edebug): Update page.
8154 2006-07-10  Kim F. Storm  <storm@cua.dk>
8156         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8157         to FOR-RELEASE and TODO.
8159 2006-07-10  Romain Francoise  <romain@orebokech.com>
8161         * emacs-lisp/authors.el (authors-aliases): Update.
8163 2006-07-10  Alan Mackenzie  <acm@muc.de>
8165         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8166         * cc-mode.el: Changes to eradicate eval-after-load.
8168 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8170         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8171         on non-char events.
8173 2006-07-09  Romain Francoise  <romain@orebokech.com>
8175         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8176         Don't highlight start/end markers as compilation messages.
8178         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8179         to t.
8181 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8185 2006-07-08  Richard Stallman  <rms@gnu.org>
8187         * term/x-win.el (x-handle-display): Add doc string.
8189         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8191         * subr.el (def-edebug-spec): Move here.
8192         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8194         * imenu.el (imenu-choose-buffer-index): Doc fix.
8196 2006-07-08  Romain Francoise  <romain@orebokech.com>
8198         * term/x-win.el (x-display-name): Fix typo.
8200 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8202         * hexl.el (hexl-find-file): Doc fix.
8204         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8206 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8208         * term/x-win.el (x-display-name): Doc fix.
8210 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8212         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8213         long prefixes.
8214         (fill-region-as-paragraph): Don't round up to a whole line.
8215         (fill-comment-paragraph): Don't include the code-before-the-comment
8216         when calling fill-region-as-paragraph.
8218         * international/mule.el (make-char): Remove redundancy.
8220         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8221         property may contain an anonymous function rather than a symbol.
8223         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8225         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8226         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8228         * dirtrack.el (dirtrack-default-directory-function): Remove.
8229         (dirtrack-directory-function): Use file-name-as-directory.
8230         (dirtrack-windows-directory-function): Simplify.
8231         (dirtrack-forward-slash, dirtrack-backward-slash)
8232         (dirtrack-replace-slash): Remove.
8233         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8234         (dirtrack): Fix wrong parenthesizing; use match-string.
8236         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8237         (inferior-octave-mode): Only change the buffer-local value of
8238         comint-dynamic-complete-functions.
8239         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8240         Move the initialization to the declaration.
8241         (inferior-octave-complete): Remove unused var `filter'.
8243         * shell.el (shell-mode): Only change the buffer-local value of
8244         comint-dynamic-complete-functions.
8246 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8248         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8249         entry is skipped because it has been scheduled.
8250         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8251         changing `:org-archived' and `:org-comment' properties.
8253 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8255         * server.el (server-select-display): Don't make the temp frame
8256         minibuffer-only, in case it's not a temp frame.
8257         (server-process-filter): Don't delete the temp frame if it's the
8258         only one we have on that display.
8260         * files.el (find-alternate-file): Doc fix.
8262 2006-07-05  Richard Stallman  <rms@gnu.org>
8264         * files.el (abbreviate-file-name): Add save-match-data.
8266 2006-07-03  Richard Stallman  <rms@gnu.org>
8268         * faces.el (read-face-name): Doc fix.
8270 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8272         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8274 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8276         * vc.el (vc-diff-internal): Fix prev change.
8278 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8280         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8281         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8283 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8285         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8286         fails if the symbol contains chars like ( or '.
8287         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8288         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8289         `short'.
8291 2006-07-04  Kenichi Handa  <handa@m17n.org>
8293         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8294         the current one, don't call set-language-environment, but call one
8295         of set-language-environment-XXX to make INFO effective now.
8296         (set-language-environment): Call set-language-environment-XXX
8297         functions instead of doing the various setups directly.
8298         (set-language-environment-coding-systems): Delete argument eol-type.
8299         (set-language-environment-input-method)
8300         (set-language-environment-nonascii-translation)
8301         (set-language-environment-charset)
8302         (set-language-environment-fontset)
8303         (set-language-environment-unibyte): New functions.
8305 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8307         * locate.el (locate-update-when-revert): New option.
8308         (locate-update-path): New option (suggested by Michael Albinus).
8309         (locate-prompt-for-command): Whitespace change.
8310         (locate-update): No longer offer to update the locate database by
8311         default.  Implement the two new options.
8313 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8315         * tooltip.el: Move comment about track-mouse...
8317         * progmodes/gud.el: ...to here.
8319 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8321         * facemenu.el (facemenu-listed-faces): New var.
8322         (facemenu-unlisted-faces): Variable deleted.
8323         (facemenu-add-new-face): Use facemenu-listed-faces.
8325         * emulation/viper-init.el, calendar/calendar.el:
8326         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8328 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8330         * textmodes/org.el (org-mode): Remove no invalid settings for
8331         calc embedded mode.
8332         (org-mode-p): New defsubst.
8333         (org-save-all-org-buffers): New function.
8334         (org-first-headline-recenter): Enclose outline-regexp in group
8335         delimiters.
8336         (org-set-tags): Keep single space after stars.
8338 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * window.el (set-window-text-height): Only set window-min-height to
8341         1 if that's the requested size.
8343         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8344         (diff-unified->context, diff-context->unified)
8345         (diff-reverse-direction): Make sure the end marker stays at the end.
8346         (diff-mode): Add the keymap table at the end of docstring.
8347         Use lexical-let rather than constructing a closure manually.
8349         * files.el (find-file-noselect-1): Remove unused var assignment.
8350         (hack-local-variables-confirm): Print lists of strings as lists of
8351         strings rather than lists of symbols.
8352         (abbreviate-file-name, hack-local-variables-prop-line):
8353         Use match-string.
8354         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8355         (recover-session-finish): Use line-end-position.
8357 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8359         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8361 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8363         * progmodes/make-mode.el (makefile-macroassign-regex):
8364         Accept preceding keyword.
8365         (makefile-gmake-statements): Reorganize, now that makepp has
8366         "override" and also handle forgotten "override define".
8367         (makefile-makepp-statements): Add new "global", "override export"
8368         and "override global".
8370 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8372         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8373         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8374         (ada-no-auto-case): Fix typos in docstrings.
8376 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8378         * info.el (Info-find-node-2): Search for makeinfo version more
8379         carefully.
8381 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8383         * textmodes/org.el (org-prepare-agenda-buffers):
8384         Use `invisible-OK' argument for `org-end-of-subtree'.
8385         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8386         (org-beginning-of-item): Fix bug in regular expression for white line.
8387         (org-export-as-html): Enforce space after bullet in plain list items.
8388         (org-set-autofill-regexps): Require space after plain list bullet
8389         for paragraph-start.
8390         (org-ts-regexp3): New constant.
8391         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8392         (org-timestamp-up-day, org-timestamp-down-day)
8393         (org-timestamp-change): Work with inactive timestamps.
8394         (org-ts-regexp1): Don't allow brackets in time stamps.
8396 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8398         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8399         for ignoring links.
8401         * faces.el (read-face-name): Use it.
8403 2006-06-28  Juri Linkov  <juri@jurta.org>
8405         * buff-menu.el (list-buffers-noselect): Compare Info file
8406         with the string "dir" to detect Info directory.
8408         * complete.el (partial-completion-mode): In lambda for
8409         `choose-completion-string-functions' use full function signature
8410         with 4 args, and move point to the end of the minibuffer only if arg
8411         `mini-p' is non-nil.
8413 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8415         * ibuffer.el (ibuffer-mode): Doc fix.
8417 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8419         * textmodes/org.el (org-context): New contexts :item-bullet,
8420         :latex-fragment, :latex-preview.
8421         (org-overlays-at, org-overlay-start, org-overlay-end):
8422         New compatibility functions.
8423         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8424         exact regexp that will be used during export.
8425         (org-latex-regexps): New variable.
8426         (org-cdlatex-mode): Improve advice for `texmathp'.
8427         (turn-on-org-cdlatex): New function.
8429 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8431         * term/mac-win.el (mac-handle-font-selection): Change keys of
8432         mac-atsu-font-table from strings to numbers.
8433         (mac-ts-caret-position): Use also when cursor-type is nil.
8434         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8435         Relax condition for using overlay strings.
8436         Use mac-ts-caret-position face when cursor-type is nil.
8438 2006-06-26  Kim F. Storm  <storm@cua.dk>
8440         * help.el (view-emacs-news): Declare `res' in the right let* form.
8442 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8444         * net/rcompile.el (remote-compile): Replace ange-ftp based
8445         implementation by Tramp functions.
8446         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8448         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8450 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8452         * international/fontset.el (setup-default-fontset): Fix a typo in
8453         the "Oriya-Akruti" registry name.
8455 2006-06-23  Lars Hansen  <larsh@soem.dk>
8457         * desktop.el (desktop-full-file-name): New function.
8458         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8459         (desktop-revert): Use it.
8460         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8461         (desktop-after-read-hook): Add option list-buffers.
8462         (desktop-locals-to-save): Add tab-width.
8463         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8464         Fix docstring.
8466 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8468         * textmodes/org.el (org-cdlatex-mode-map)
8469         (org-cdlatex-texmathp-advice-is-done): New variables.
8470         (org-cdlatex-mode): New minor mode.
8471         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8472         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8473         (org-export-with-archived-trees): New option.
8474         (org-open-file): Remove the call to `convert-standard-filename'.
8475         (org-archive-tag, org-agenda-skip-archived-trees)
8476         (org-cycle-open-archived-trees)
8477         (org-sparse-tree-open-archived-trees): New options.
8478         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8479         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8480         New functions.
8481         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8482         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8483         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8484         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8485         Call `org-prepare-agenda-buffers'.
8486         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8487         (org-file-apps, org-file-apps-defaults-gnu)
8488         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8489         Handle remote files by forcing them to be opened in Emacs.
8491 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8493         * vc.el (vc-diff-knows-L): New variable.
8494         (vc-diff-internal): Use it to handle "diff" programs that don't
8495         understand -L.  This works automatically, no user action is necessary.
8497 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8499         * net/rcirc.el (rcirc-default-user-full-name): Default to
8500         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8501         longer exists).
8502         (rcirc-process-list): Check `buffer-live-p' before attempting to
8503         switch to a buffer.
8505 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8507         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8508         based on rcirc-coding-system-alist.
8510 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8512         * cus-edit.el (customize-apropos): A better error message.
8513         (top level) <debug-ignored-errors>: Extend and update the list of
8514         ignored error messages.
8516 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8518         * complete.el (PC-do-completion): Retain capitalization of user
8519         input, when possible, even if completion-ignore-case is set.
8521 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8523         * generic-x.el (bat-generic-mode): Support .cmd files.
8525         * dos-w32.el (top level): Use find-file-not-found-functions
8526         instead of the obsolete find-file-not-found-hooks.
8528 2006-06-22  Kim F. Storm  <storm@cua.dk>
8530         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8531         to recognize mode name containing submodes, such as Grep/lw.
8533 2006-06-21  Kim F. Storm  <storm@cua.dk>
8535         * simple.el (line-move-1): Check for move-end-of-line instead of
8536         end-of-line when setting temporary-goal-column.
8538 2006-06-21  Miles Bader  <miles@gnu.org>
8540         * play/cookie1.el (cookie): Work properly when there's only one entry.
8542 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8544         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8545         (gdb-frame-handler): Generalize frame regexp for templates.
8547 2006-06-20  Glenn Morris  <rgm@gnu.org>
8549         * calendar/appt.el (appt-display-format): Default value must be
8550         one of the customize options.
8552 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8554         * term/xterm.el (terminal-init-xterm): Update key availability info.
8555         Bind C-return.
8557         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8559 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8561         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8562         whether or not a local variables list is defined.
8564         * msb.el (msb): Move `sit-for' hack here to handle both
8565         "mouse-down and drag" and "mouse-up and select" situations.
8566         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8568 2006-06-20  Kenichi Handa  <handa@m17n.org>
8570         * international/characters.el (word-combining-categories):
8571         Add entries for 2-byte Han characters.
8573 2006-06-19  Richard Stallman  <rms@gnu.org>
8575         * bindings.el (mode-line-format): Save some mode line space.
8577         * files.el (find-file-noselect): Improve the question wording.
8578         (basic-save-buffer-2): Mask UMASK against 666.
8580         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8581         (mouse-drag-vertical-line): Call it.
8583         * cus-edit.el (customize-option, customize-option-other-window):
8584         Error if SYMBOL is nil.
8586 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8588         * textmodes/org.el: Require noutline, also on XEmacs.
8589         (org-end-of-subtree): Return point.
8590         (org-dblock-start-re, org-dblock-end-re): New constants.
8591         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8592         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8593         (org-update-all-dblocks, org-find-dblock): New functions.
8594         (org-collect-clock-time-entries): New function.
8595         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8596         (org-fixup-indentation): Modify to deal correctly with lines
8597         starting with TAB.  Only one argument DIFF now.
8598         (org-demote, org-promote): Call `org-fixup-indentation' with just
8599         one argument, DIFF.
8600         (org-mode): Don't mark buffer as modified when aligning tables.
8601         (org-clock-sum): Don't mark buffer modified when adding time sum
8602         properties.
8603         (org-export-as-html): Add support for a link validation function.
8604         (org-archive-all-done): New function.
8605         (org-archive-subtree): New prefix argument.  When set, archive all
8606         done subtrees in this buffer.
8607         (org-remove-clock-overlays)
8608         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8609         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8610         (org-put-clock-overlay): Don't swallow last headline character
8611         when displaying overlay.
8612         (org-store-link): Link to `image-mode' with just the file name.
8614 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8616         * viper-cmd.el (viper-special-read-and-insert-char):
8617         Use read-key-sequence.
8618         (viper-after-change-undo-hook): Misc enhancements.
8619         (viper-after-change-undo-hook): New hook.
8620         (viper-undo): Use viper-after-change-undo-hook.
8621         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8622         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8623         clicking on that widget/button.
8625         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8627         * ediff-diff (ediff-test-patch-utility): Catch errors.
8628         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8629         (ediff-set-actual-diff-options): New function.
8630         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8631         Use ediff-set-actual-diff-options.
8632         (ediff-extract-diffs): Catch errors.
8633         (ediff-whitespace): Add non-breakable space.
8634         (ediff-same-file-contents): Catch errors.
8636         * ediff-mult.el (ediff-collect-custom-diffs):
8637         Save coding-system-for-read.
8639         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8640         (ediff-vc-internal, ediff-vc-merge-internal):
8641         Use ediff-delete-version-file.
8642         (ediff-delete-version-file): New function.
8644         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8646         * ediff.el (ediff-directories, ediff-directory-revisions)
8647         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8648         (ediff-directories-internal, ediff-merge-directory-revisions)
8649         (ediff-merge-directory-revisions-with-ancestor)
8650         (ediff-directories3): Use read-directory-name.
8652 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8654         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8655         Remove superfluous part of regexp for brace matching which is handled
8656         by `scan-lists' call.
8658 2006-06-16  Richard Stallman  <rms@gnu.org>
8660         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8662         * files.el (basic-save-buffer-2): For a new precious file,
8663         use the default modes in the return value.
8665         * facemenu.el (facemenu-color-alist): Doc fix.
8667         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8669 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8671         * cus-start.el (all): Add mac-ts-script-language-on-focus.
8673         * term/mac-win.el (mac-text-encoding-ascii): New constant.
8674         (mac-utxt-to-string): Use it.
8675         (mac-ts-update-active-input-area): Use mac-ae-number.
8677 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8679         * term.el (term-handle-scroll, term-delete-lines)
8680         (term-insert-lines): Fix off by one errors.
8682 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8684         * net/tramp.el (tramp-touch): Use UTC to express time.
8686 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
8688         * mail/sendmail.el (mail-send): Search explicitly for
8689         mail-header-separator when checking for corrupted header lines.
8691 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
8693         * progmodes/gdb-ui.el (gdb-same-frame): New option.
8694         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8695         (gdb-init-1): Initialise them.
8696         (gdb-starting): Reset gdb-printing
8697         (gdb-starting): Save value of gud-overlay-arrow-position.
8698         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8699         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8700         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8701         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8703 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8705         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8707 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
8709         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8710         (ldap-search-internal): Keep error messages, and a regexp fix.
8712 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
8714         * files.el (hack-local-variables-confirm):
8715         Display string value using its printed representation.
8717 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
8719         * server.el (server-edit): No-op if no server buffers exist.
8721 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
8723         * textmodes/page-ext.el (pages-directory-for-addresses):
8724         Including `pages-directory-address-mode' in the function results
8725         in the message "Buffer in which pages were found is deleted".
8727 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8729         * textmodes/org.el (org-agenda-mode-map): Add bindings for
8730         clocking functions.
8732         (org-agenda-clock-in, org-check-running-clock)
8733         (org-clock-out-if-current, org-remove-clock-overlays)
8734         (org-put-clock-overlay): New functions.
8735         (org-clock-marker, org-clock-file-total-minutes)
8736         (org-clock-overlays): New variables.
8737         (org-clock-display, org-clock-sum, org-clock-cancel)
8738         (org-clock-out, org-clock-in): New commands.
8739         (org-export): New function.
8740         (org-emph-re): New constant.
8741         (org-set-emph-re, org-do-emphasis-faces): New functions.
8742         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8743         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8744         (org-export-html-convert-emphasize): Use the configurable emphasis.
8745         (org-cleaned-string-for-export): Make multiline emphasis visible
8746         to the exporter.  New optional argument PARAMETERS.
8747         (org-export-as-html): Specify :emph-multiline parameter to
8748         `org-cleaned-string-for-export'.
8750 2006-06-10  Richard Stallman  <rms@gnu.org>
8752         * help.el (help-for-help-internal): Clean up help text.
8754 2006-06-10  Andreas Schwab  <schwab@suse.de>
8756         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8757         in doc string.
8759         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8761 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
8763         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8764         spaces after the comment start.
8766 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8768         * play/pong.el (pong-init-buffer):
8769         Fill buffer with spaces instead of ^A.
8771         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8772         launched asynchronously, delete its process instead of being cool.
8773         (ispell-async-processp): Check for `delete-process' existence
8774         instead of `kill-process' one for consistency.
8776 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
8778         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8779         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8780         in mode line at startup.
8782 2006-06-08  Kim F. Storm  <storm@cua.dk>
8784         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8785         (ido-init-completion-maps): Bind them to M-SPC and M-v.
8786         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8787         (ido-file-internal): Pass full file name to write-file.
8788         (ido-read-internal): Only pop stack elements automatically if they
8789         actually match an existing directory or file name.
8791 2006-06-07  Kenichi Handa  <handa@m17n.org>
8793         * international/mule.el (find-auto-coding): Don't handle the short
8794         name `char-trans'.
8796         * files.el (hack-local-variables-prop-line)
8797         (hack-local-variables): Cancel the previous change.
8799 2006-06-06  Jesper Harder  <harder@phys.au.dk>
8801         * ediff-diff.el (ediff-test-utility): Protect against file-error.
8803 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
8805         * diff-mode.el (diff-mode): Set buffer-read-only to t when
8806         diff-default-read-only is non-nil.
8807         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8808         (diff-refine-hunk): Set inhibit-read-only to t.
8810         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8811         modifying the *Diff* buffer.
8812         (diff-process-filter): New filter function for diff process that
8813         sets inhibit-read-only to t when modifying the *Diff* buffer.
8815 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8817         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8818         insertion point and control the number of empty lines.
8819         (org-paste-subtree): Limit the number of empty lines at the end of
8820         the inserted tree.
8821         (org-agenda): Use buffer name of current file for narrowing.
8822         (org-export-as-xml): Command removed.
8823         (org-export-xml-type): Option removed.
8824         (org-mode-map): Call `org-export-as-xoxo' directly.
8825         (org-get-indentation): New optional argument LINE.
8826         (org-fix-indentation, org-remove-tabs): New functions.
8827         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8828         correct indentation for headlines that are converted it items.
8829         (org-skip-comments): Remove table lines that contain narrowing
8830         cookies but no other non-empty fields.
8831         (org-set-tags): Allow groups of mutually exclusive tags.
8832         (org-cmp-time): Sort 24:21 before items without time.
8833         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8834         (org-open-at-point): Require double colon also for numbers.
8836 2006-06-06  Kim F. Storm  <storm@cua.dk>
8838         * ido.el (ido-default-file-method, ido-default-buffer-method):
8839         Make choice values consistent with corresponding command names.
8840         (ido-visit-buffer): Update accordingly.  Default to selected-window.
8842 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
8844         * progmodes/gud.el (gud-running): Fix doc string.
8845         (gud-menu-map): Use :visible instead fo :enable for debugger test.
8846         (gud-tooltip-modes): Add python-mode.
8847         (gud-tooltip-print-command): Add pdb.  Remove perldb.
8849 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
8851         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8852         Quote $(EMACS).
8854 2006-06-05  Richard Stallman  <rms@gnu.org>
8856         * faces.el (defined-colors): Doc fix.
8858 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
8860         * vc.el (vc-process-filter): Inhibit undo info collection around
8861         call to insert.
8862         (vc-setup-buffer): Likewise for call to erase-buffer.
8863         (vc-do-command): Likewise for call to process-file.
8865 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
8867         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8868         for gud-go.
8869         (gud-common-init): Other debuggers may trigger error.
8871 2006-06-05  Kenichi Handa  <handa@m17n.org>
8873         * international/mule.el (find-auto-coding):
8874         Handle enable-character-translation in file header.
8876 2006-06-04  Kim F. Storm  <storm@cua.dk>
8878         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8879         (authors-fixed-entries): Fix spelling.
8880         (authors-canonical-file-name): Don't report error for wildcards.
8882         * help.el (view-emacs-news): Rewrite to support new NEWS,
8883         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
8884         e.g. version 10 matches 1.10, and don't be confused by version 1.1
8885         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
8887 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
8889         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8890         exec constructs like `foo bar`.
8891         (sh-quoted-subshell): New helper function to search for a possibly
8892         nested subshell (like `` or $()) within a "" quoted string.
8893         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8894         (sh-apply-quoted-subshell): Flag quote characters inside a
8895         subshell, which is itself already in a quoted region, as
8896         punctuation, since this is the closest to what they actually are.
8897         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8898         sh-apply-quoted-subshell.
8899         (sh-font-lock-syntactic-face-function): Apply the new face for
8900         text inside `` instead of the old font-lock-string-face.
8902 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8904         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8905         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8906         (mac-bytes-to-text-range, mac-ae-text-range-array)
8907         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8908         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8909         (mac-ts-unicode-for-key-event): New functions.
8910         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8911         (mac-handle-font-selection): Use mac-ae-number.
8912         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8913         New variables.
8914         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8915         (mac-ts-converted-text, mac-ts-selected-converted-text)
8916         (mac-ts-block-fill-text, mac-ts-outline-text)
8917         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8918         (mac-ts-hilite-style-faces): New constant.
8919         (mac-apple-event-map): Bind text input events.
8920         (mac-dispatch-apple-event): Use command-execute instead of
8921         call-interactively.
8922         (global-map): Don't bind mac-apple-event.
8923         (special-event-map): Bind mac-apple-event.
8925 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
8927         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8928         file name.
8929         (emacs): Enclose the value of $(EMACS) in quotes.
8931 2006-06-02  Juri Linkov  <juri@jurta.org>
8933         * international/mule.el (sgml-html-meta-auto-coding-function):
8934         Remove the condition `(search-forward "<html" size t)'.
8935         Replace `\"' with `[\"']?' in `re-search-forward'.
8937 2006-06-02  Kenichi Handa  <handa@m17n.org>
8939         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8940         as well as `coding'.
8941         (hack-local-variables): Likewise.
8943         * international/mule.el (enable-character-translation):
8944         Put permanent-local and safe-local-variable properties.
8945         (find-auto-coding): Handle char-trans: tag.
8947 2006-06-02  Juri Linkov  <juri@jurta.org>
8949         * international/mule.el (sgml-html-meta-auto-coding-function):
8950         Limit the search by the end of the HTML header (if any).
8952 2006-06-01  Richard Stallman  <rms@gnu.org>
8954         * subr.el (with-current-buffer): Doc fix.
8956 2006-06-02  Masatake YAMATO  <jet@gyve.org>
8958         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8959         Almost rewrite.  Underlines over all lines of gcov output are too
8960         uncomfortable to read.  Suggested by Dan Nicolaescu.
8962 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
8964         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8966         * shell.el (shell-mode): Use shell-mode-map in docstring.
8968         * comint.el (comint-send-input): Do not add help-echo and
8969         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8971 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8973         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8975 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
8977         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8978         (gdb-stopped, gdb-info-stack-custom): If there is no source info
8979         look up the stack and pop up GUD buffer if necessary.
8980         (gdb-frames-select): Remove redundant call to gud-display-frame.
8981         (gdb-info-threads-custom): Keep point at start of buffer.
8982         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8984 2006-05-31  Juri Linkov  <juri@jurta.org>
8986         * replace.el (query-replace-read-from, query-replace-read-to):
8987         Bind `history-add-new-input' to nil.  Call `add-to-history'.
8989 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
8991         * textmodes/table.el: Convert all HTML tags to lower case for
8992         XHTML compatibility.
8994 2006-05-31  Masatake YAMATO  <jet@gyve.org>
8996         * progmodes/compile.el:
8997         (compilation-error-regexp-alist-alist::gcov-called-line):
8998         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9000 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9002         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9003         Revert inadvertent changes made with last commit.
9005 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9007         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9008         New functions.
9010         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9012 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9014         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9015         only matches in the right place.
9016         (org-upcoming-deadline): New face.
9017         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9018         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9019         and make it an option.
9020         (org-export-ascii-bullets): New option.
9021         (org-export-as-html): Many changes to emit valid XHTML.
9022         (org-par-open): New variable.
9023         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9024         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9025         (org-timeline): Pass `org-timeline-show-empty-dates' to
9026         `org-get-all-dates'.  Interpret empty dates returned by
9027         `org-get-all-dates'.
9028         (org-get-all-dates): New argument EMPTY.  Add dates without
9029         entries to the list, mark large ranges of empty dates.
9030         (org-point-in-group, org-context): New functions.
9032 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9034         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9036         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9037         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9038         to C-mouse-3 (for 2 button mice).
9039         (gdb-send): Do the right thing for C-d.
9041         * speedbar.el (speedbar-detach): Delete.
9042         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9043         it breaks things.
9044         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9046 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9048         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9049         Makeppfile.
9051         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9052         Add makepp diagnostic.
9054 2006-05-29  Richard Stallman  <rms@gnu.org>
9056         * window.el (fit-window-to-buffer): Doc fix.
9058         * help.el (temp-buffer-max-height): Doc fix.
9060         * subr.el (with-current-buffer): Doc fix.
9062 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9064         * term/x-win.el: Bind F10 to menu-bar-start if available.
9066 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9068         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9069         uses with a simple test.
9070         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9071         (term-send-raw-string, term-send-raw, term-mouse-paste)
9072         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9073         (term-handle-exit, term-read-input-ring)
9074         (term-previous-matching-input-string)
9075         (term-previous-matching-input-string-position)
9076         (term-previous-matching-input-from-input)
9077         (term-replace-by-expanded-history, term-send-input)
9078         (term-skip-prompt, term-bol, term-send-invisible)
9079         (term-kill-input, term-delchar-or-maybe-eof)
9080         (term-backward-matching-input, term-check-source)
9081         (term-proc-query, term-emulate-terminal)
9082         (term-handle-colors-array, term-process-pager, term-pager-line)
9083         (term-pager-bob, term-unwrap-line, term-word)
9084         (term-dynamic-complete-filename)
9085         (term-dynamic-complete-as-filename)
9086         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9087         unlesses.
9089 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9091         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9092         during bootstrapping.
9094         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9095         Basically undo the change of 2006-05-26: use extra arguments instead of
9096         dynamic scoping.
9097         (ewoc-locate): Remove unused var `footer'.
9099 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9103         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9104         (generate-file-autoloads): Obey it.  Return whether autoloads were
9105         added at point or not.
9106         (update-file-autoloads): Use this new return value.
9107         Remove redundant test for the presence of an autoload cookie.
9109         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9110         This one calls hack-local-variables.
9111         (generate-file-autoloads, update-file-autoloads): Use it.
9113         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9114         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9115         (bibtex-sort-entry-class-alist): Don't set the global value.
9116         (bibtex-init-sort-entry-class-alist): New fun.
9117         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9118         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9119         of bibtex-init-sort-entry-class.
9121 2006-05-28  Richard Stallman  <rms@gnu.org>
9123         * subr.el (load-history-regexp): If FILE is relative, insist
9124         entire last name component must match it.
9125         (load-history-filename-element, load-history-regexp): Doc fixes.
9127 2006-05-29  Kim F. Storm  <storm@cua.dk>
9129         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9130         `pos' and `raw-data' for clarity, as eval forms may access these.
9132 2006-05-28  Kim F. Storm  <storm@cua.dk>
9134         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9136 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9138         * progmodes/make-mode.el (makefile-browser-map)
9139         (makefile-mode-syntax-table): Move initialization inside declaration.
9140         (makefile-fill-paragraph): Use the default comment-filling code.
9142 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9144         * replace.el (query-replace-defaults): New variable.
9145         (query-replace-read-from): Use `query-replace-defaults' for
9146         default value, instead of history list.
9147         (query-replace-read-to): Update `query-replace-defaults'.
9149 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9151         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9152         with no X toolkit.
9154 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9156         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9157         (tumme-show-all-from-dir): Add autoload.
9159 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9161         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9162         (tumme-remove-tag): Fix bug.
9164 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9166         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9167         FOOTER args.  Update unique caller.
9168         (ewoc-delete): Compute last node once before looping.
9169         (ewoc--node-branch): Merge into unique caller.
9170         (ewoc--node): Don't define constructor make-ewoc--node for this
9171         structure.
9172         (ewoc): Add member `hf-pp' to this structure.
9173         (ewoc--wrap): New func.
9174         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9175         header/footer pretty-printers.  Save header/footer pretty-printer.
9176         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9178         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9180 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9182         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9183         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9184         Tag'.  Change "Compare directories..." to "Change Directories...".
9185         Move tumme commands to Operate, Regexp and Immediate menus.
9186         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9187         Tag" to "Add Image Tags".
9189         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9190         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9191         `tumme-delete-tag'.
9193 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9195         * shell.el (shell-mode): Call shell-dirtrack-mode after
9196         list-buffers-directory is made a local variable, to avoid setting
9197         the default value.
9199 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9201         * info.el (Info-index-next): Use where-is-internal to report
9202         actual binding of Info-index-next, rather than hard-coded `,'.
9204 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9206         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9207         and "Find Command in Manual" to here.
9209         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9210         Info-current-file as the file name.
9212 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9214         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9215         overrides will now be done a different way.
9216         (ses-set-parameter): Reapply this function for undo.
9217         (ses-set-header-row): Reconstruct header row during undo.
9218         (ses-widen): New function.
9219         (ses-goto-data, ses-reconstruct-all): Use new function.
9220         (ses-command-hook): Widen buffer during undo, before unupdating
9221         the cells.
9222         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9223         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9224         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9225         formula hasn't been executed yet.
9227 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9229         * comint.el (comint-kill-whole-line): Rename arg to count.
9230         Fix doc string.
9232 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9234         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9235         to copy-file.
9237 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9239         * simple.el (toggle-truncate-lines): Make arg optional for
9240         backward compatibility.
9242 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9244         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9245         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9246         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9247         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9248         (ewoc--adjust): Use ewoc--current-dll.
9249         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9251 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9253         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9254         compact error message.
9255         (org-tags-view): Refresh category table in each file.
9256         (org-table-justify-field-maybe): Remove superfluous arguments to
9257         `format'.
9258         (org-export-as-html): Insert "<p>" before postamble.
9259         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9261 2006-05-26  Kenichi Handa  <handa@m17n.org>
9263         * textmodes/po.el (po-find-charset): Pay attention to the case
9264         FILENAME is a cons (NAME . BUFFER).
9265         (po-find-file-coding-system-guts): Likewise.
9267         * arc-mode.el (archive-set-buffer-as-visiting-file):
9268         Call find-operation-coding-system with (FILENAME . BUFFER).
9270         * tar-mode.el (tar-extract): Call find-operation-coding-system
9271         with (FILENAME . BUFFER).
9273         * international/mule.el (decode-coding-inserted-region):
9274         Call find-operation-coding-system with (FILENAME . BUFFER).
9276 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9278         * image-mode.el (image-toggle-display): Use buffer contents to
9279         generate image for a remote file.
9281 2006-05-25  Juri Linkov  <juri@jurta.org>
9283         * replace.el (query-replace-read-from, query-replace-read-to):
9284         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9286 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9288         * whitespace.el (whitespace-cleanup): Change to cleanup
9289         region if one is active.
9290         * whitespace.el (whitespace-cleanup-internal): New internal method.
9292 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9294         * dired.el (dired-mode-map): Add help-echo strings to tumme
9295         commands.  Bind `tumme-dired-display-image' to C-t i.
9297         * tumme.el (tumme-display-image): Change documentation string slightly.
9298         (tumme-dired-display-image): Add call to `display-buffer'.
9300 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9302         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9303         Signal error if RAW-DATA is a multibyte string.
9305 2006-05-24  Richard Stallman  <rms@gnu.org>
9307         * subr.el (with-local-quit): When handling `quit' signal,
9308         make a chance for quit-flag to cause a quit.
9310         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9311         (ad-disable-advice): Add autoloads.
9313         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9315 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9317         * dired.el (dired-mode-map): Change menu items for tumme as per
9318         suggestions in emacs-devel.
9320 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9322         * dired.el (dired-mode-map): Fix breakage.
9324 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9326         * tumme.el (tumme-display-dired-image): Rename to...
9327         (tumme-dired-display-image): ...this.
9328         (tumme-track-movement): Change default value to t.
9329         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9330         used from `tumme-next-line-and-display' and similar commands.
9332         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9333         Immediate menu.  Add some tumme commands there.
9335 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9337         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9339 2006-05-24  Chong Yidong  <cyd@mit.edu>
9341         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9342         menu entries that open submenus.
9344 2006-05-24  Alan Mackenzie  <acm@muc.de>
9346         * startup.el (command-line): For names of preloaded files, don't
9347         append ".elc" (now done in Fload), and call file-truename on the
9348         lisp directory.
9350         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9351         match ANY loaded file with the right name, not just those in
9352         load-path.  Put a regexp matching the file name into
9353         after-load-alist, rather than the name itself.
9355         * subr.el (load-history-regexp, load-history-filename-element)
9356         (do-after-load-evaluation): New functions.
9358         * international/mule.el (load-with-code-conversion): Do the
9359         eval-after-load stuff by calling do-after-load-evaluation.
9361 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9363         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9364         has not been killed.
9366 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9368         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9369         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9370         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9371         Optionally set error message in reply.
9373 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9375         * textmodes/org.el (org-open-at-point): Use renamed variable
9376         `org-confirm-shell-link-function'.
9377         (org-confirm-shell-link-function): Rename from
9378         `org-confirm-shell-links'.
9379         (org-export-directory): New function.
9380         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9381         (org-export-icalendar): Use `org-export-directory'.
9382         (org-indent-item): Keep cursor position.
9383         (org-link-file-path-type): New option.
9384         (org-export-as-html): Fix bug with plain lists starting in
9385         column 0.
9386         (org-export-as-html): Remove deadline formatting, this happens
9387         now already in `org-html-handle-time-stamps'.
9388         (org-export-html-style): Deadline class removed.
9389         (org-insert-labeled-timestamps-at-point): New option.
9390         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9391         of `hide-sublevels 1', in case the first headline is not level 1.
9392         (org-overview, org-content): New fuction.
9393         (org-cycle-global-status, org-cycle-subtree-status): Make these
9394         variables buffer-local.
9395         (org-global-cycle): New command.
9396         (org-shifttab): Use `org-global-cycle'.
9397         (org-insert-heading, org-insert-item): Go to end of new
9398         headline/item after creating it.
9399         (org-export-visible): Rename from `org-export-copy-visible'.
9400         Now creates a temporary org-file and applies an exporting command
9401         to it.
9402         (org-table-eval-formula): Support for lisp forms.
9403         (org-agenda-todo-ignore-scheduled): New option.
9404         (org-agenda-get-todos): Use new option
9405         `org-agenda-todo-ignore-scheduled'.
9406         (org-export-html-inline-images): New value `maybe'.
9407         (org-export-as-html): Inlining of images dependent on link description.
9408         (org-archive-subtree): Check for end-of-buffer before trying
9409         `kill-line'.
9410         (org-agenda-follow-mode): New option.
9411         (org-export-with-tags, org-export-with-timestamps): New options.
9412         (org-html-handle-time-stamps): New function.
9413         (org-keyword-time-regexp): New variable.
9414         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9415         (org-agenda-todo-list-sublevels): New option.
9416         (org-html-level-start): When TITLE is nil, just close all levels.
9417         (org-parse-key-lines, org-parse-export-options): Remove functions,
9418         replaced by `org-infile-export-plist'.
9419         (org-combine-plists, org-infile-export-plist)
9420         (org-default-export-plist): New functions.
9421         (org-export-html-preamble, org-export-html-postamble)
9422         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9423         New variables.
9424         (org-export-publishing-directory): New option.
9425         (org-export-as-html, org-export-as-ascii): Use the new property
9426         lists for settings.
9427         (org-export-copy-visible, org-export-as-xoxo):
9428         Respect `org-export-publishing-directory'.
9429         (org-link-search, org-store-link, org-file-apps): Support for
9430         links to BibTeX database entries..
9431         (org-get-current-options, org-set-regexps-and-options):
9432         Implement logging as a startup option.
9433         (org-store-link): Make sure context string is never empty
9434         (org-insert-link): Use relative path when possible.
9435         (org-at-item-checklet-p): New function.
9436         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9437         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9438         (org-metaright, org-metaup, org-metadown, org-shiftup)
9439         (org-shiftdown, org-shiftright, org-shiftleft)
9440         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9441         Dispatch using `call-interactively'.
9442         (org-call-with-arg): New defsubst.
9443         (org-tag-alist, org-use-fast-tag-selection): New options.
9444         (org-complete): Use `org-tag-alist'.
9445         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9446         (org-next-item, org-previous-item): New commands.
9447         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9448         make command.
9449         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9451 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9453         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9454         (ewoc-filter): Use `ewoc-delete'.
9456         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9458 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9460         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9461         Signal more user-friendly error messages.
9463         * complete.el (PC-do-completion): Undo the addition of implicit
9464         wildcards if they did not lead to finding any match.
9465         (read-file-name-internal): Don't add the final > if the completion is
9466         not finished.
9468 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9470         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9471         Quote safe-local-variable predicate.
9473 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9475         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9477 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9479         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9481         * progmodes/make-mode.el (makefile-special-targets-list)
9482         (makefile-macro-table, makefile-target-table): Mark as risky.
9483         (makefile-query-one-target-method): Make this the alias for the
9484         following variable.
9485         (makefile-query-one-target-method-function): Make this the real name.
9487         * textmodes/artist.el (artist-text-renderer): Make this the alias
9488         for the following variable.
9489         (artist-text-renderer-function): Make this the real name.
9491         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9492         the alias for the following variable.
9493         (flyspell-generic-check-word-predicate): Make this the real name.
9495         * textmodes/ispell.el (ispell-format-word): Make this the alias
9496         for the following variable.
9497         (ispell-format-word-function): Make this the real name.
9498         (ispell-message-text-end): Mark as risky.
9500         * skeleton.el (skeleton-transformation, skeleton-filter)
9501         (skeleton-pair-filter): Make these the aliases for the following
9502         variables.
9503         (skeleton-transformation-function, skeleton-filter-function)
9504         (skeleton-pair-filter-function): Make these the real names.
9506         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9507         and skeleton-pair-filter-function.
9509         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9510         alias for the following variable.
9511         (sgml-transformation-function): Make this the real name.
9512         (sgml-tag-alist): Mark as risky.
9514 2006-05-21  Richard Stallman  <rms@gnu.org>
9516         * simple.el (kill-region): Interactively, pass point, then mark.
9518 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9520         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9522 2006-05-21  Romain Francoise  <romain@orebokech.com>
9524         * dired-x.el (dired-mode-map): Don't bind M-g.
9526 2006-05-20  Richard Stallman  <rms@gnu.org>
9528         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9529         (dired-goto-file): Doc fix.
9531 2006-05-21  Kim F. Storm  <storm@cua.dk>
9533         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9534         way to enable built-in cua-mode if user loads older CUA-mode package.
9536         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9537         if default-filename is specified.
9539 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9541         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9543         * info.el (info-apropos): Make sure current-file and current-node
9544         have non-nil values.  Speed up by using add-to-list instead of
9545         manual consing.
9547 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9549         * progmodes/make-mode.el (makefile-mode): Doc fix.
9551 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9553         * dired-aux.el (dired-do-shell-command): Doc fix.
9555 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9557         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9558         ``(custom-manual :tag "Foo" "(foo)Node")''.
9560 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9562         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9563         value is an integer.
9565 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9567         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9568         "format".
9569         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9571 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9573         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9574         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9576 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9579         regexp for keywords.
9581 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9583         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9584         replace-regexp-in-string.
9586         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9587         encode, and escape file name on conversion to URL.
9589 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9591         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9592         Don't unescape URL.
9593         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9595         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9596         on conversion to URLs.
9598         * net/browse-url.el (browse-url-file-url): Encode file name on
9599         conversion to URL.
9601         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9602         conversion to URL.
9604 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9606         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9608 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9610         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9611         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9613 2006-05-19  Glenn Morris  <rgm@gnu.org>
9615         * calendar/diary-lib.el (diary-bahai-date)
9616         (list-bahai-diary-entries, mark-bahai-diary-entries)
9617         (mark-bahai-calendar-date-pattern): Not interactive.
9618         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9619         (diary-entries-list): Change format of 4th element in each entry.
9620         (diary-list-entries): Use add-to-diary-list.
9621         (diary-goto-entry): Handle the case where the buffer visiting the
9622         diary has been killed.
9623         (fancy-diary-display): Add 'locator to button rather than 'marker.
9624         Only generate temp-face when there are marks to apply.
9625         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9626         (diary-fancy-date-pattern): New variable.
9627         (diary-time-regexp): Doc fix.
9628         (diary-anniversary, diary-time): New faces.
9629         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9630         diary-time-regexp.  Add font-lock-multiline property where needed.
9631         Use new faces diary-anniversary and diary-time.
9632         (diary-fancy-font-lock-fontify-region-function): New function, to
9633         handle multiline font-lock pattern in fancy diary.
9634         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9635         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9636         diary-time.
9638 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9640         * international/code-pages.el (mik): Table corrected.
9642 2006-05-18  Kim F. Storm  <storm@cua.dk>
9644         * progmodes/grep.el (grep-find): Don't check grep-find-command
9645         before running command (breaks non-interactive usage).
9647 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9649         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9650         (ewoc--insert-new-node): Don't insert trailing newline.
9651         Instead, adjust successor nodes's start markers.
9652         (ewoc--refresh-node): Delete all text from current node's start
9653         marker to the next one's; adjust successor nodes's start markers.
9654         (ewoc--create): Doc fixes.
9655         (ewoc--refresh): Don't insert newline.
9656         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9657         * pcvs.el (cvs-make-cvs-buffer):
9658         Specify extra newline for ewoc's header and footer.
9659         (cvs-update-header): Update initial header recognition.
9660         Append newline to final header and footer values.
9661         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9663 2006-05-17  Richard Stallman  <rms@gnu.org>
9665         * files.el (file-name-extension): Doc fix.
9667 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9670         we can explicitly enable/disable rather than toggle.
9671         (shell-mode): Use it.
9672         (shell-cd): Don't try to reproduce what `cd' does.
9674 2006-05-17  Kim F. Storm  <storm@cua.dk>
9676         * ido.el (ido-read-internal): Use only nondirectory part of
9677         default item.
9679 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
9681         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9682         (ewoc-nth): Doc fix.
9684         (ewoc-map, ewoc-invalidate): Compute PP before looping.
9686 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
9688         * international/mule.el (auto-coding-alist): Add .lha to files
9689         read with no-conversion.
9691         * files.el (auto-mode-alist): Add .lha files to archive file
9692         extensions.
9694         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9695         Convert csize to integer when computing offsets within the
9696         compressed archive file.
9698 2006-05-16  Kim F. Storm  <storm@cua.dk>
9700         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9701         with read-from-minibuffer.
9703 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9705         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9706         (byte-compile-warnings): Fix safe-local-variable property.
9708 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
9710         * allout.el (allout-show-bodies, allout-old-style-prefixes)
9711         (allout-stylish-prefixes, allout-numbered-bullet)
9712         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9713         predicates to qualify `safe-local-variable' property, when
9714         available, else use equivalent lambda.
9715         (allout-current-topic-collapsed-p): Do the right thing regarding
9716         trailing blank lines.
9718 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * server.el (server-start): Only create a directory if needed.
9721         (server-edit, server-unload-hook): server-start => server-mode.
9722         (kill-emacs-hook): Cleanup upon exit.
9724 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         * hexl.el (hexlify-buffer): Encode process arguments manually.
9728 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
9730         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9731         call to gdb-tooltip-print.
9733 2006-05-15  Romain Francoise  <romain@orebokech.com>
9735         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9736         systems, default to "tar" since those systems probably have GNU tar.
9738 2006-05-14  Lars Hansen  <larsh@soem.dk>
9740         * desktop.el (desktop-missing-file-warning): Fix docstring.
9741         (desktop-restore-file-buffer): Correct question asked on missing file.
9743 2006-05-14  Kim F. Storm  <storm@cua.dk>
9745         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9746         Add CUA move property.
9748 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
9750         * custom.el (custom-push-theme): Load the variable before checking
9751         its `standard-value'.
9753 2006-05-13  Lars Hansen  <larsh@soem.dk>
9755         * desktop.el (desktop-save): Use with-temp-buffer.
9757 2006-05-12  Glenn Morris  <rgm@gnu.org>
9759         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9760         * calendar/calendar.el (calendar-mode-map):
9761         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9762         * calendar/appt.el (appt-check, appt-make-list): Refer to
9763         diary-view-entries, diary-list-entries, diary-show-all-entries
9764         rather than obsolete aliases.
9766 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
9768         * simple.el (line-move-finish): Avoid calling point motion hooks
9769         while processing intangibility.
9771 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
9773         * term/xterm.el (terminal-init-xterm): Fix typo.
9775 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
9777         * allout.el (allout-view-change-hook): Mark as being deprecated,
9778         to be replaced by `allout-exposure-change-hook'.
9779         (allout-exposure-change-hook): New, replacing
9780         `allout-view-change-hook'.
9781         (allout-flag-region): Run new hook `allout-exposure-change-hook',
9782         in addition to `allout-view-change-hook'.
9783         (allout-show-bodies, allout-old-style-prefixes)
9784         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9785         lambda forms to prevent their showing up in variable help
9786         presentations as inscrutable byte-compiled code.
9787         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9788         Use string-or-null-p to qualify safe-local-variable values.
9789         (allout-reindent-bodies): Use memq to qualify matches against
9790         valid safe-local-variable values.  Also, quote the lambda as above.
9791         (allout-use-mode-specific-leader): Add missing candidate-value
9792         symbols, use memq, and quote the lambda.
9793         (allout-overlay-interior-modification-handler): Remove unused
9794         variables `msg' and 'opened'.
9795         (allout-hidden-p): Constrain invisibility consideration to allout's
9796         invisibility spec, disregarding invisibility for other reasons.
9798 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
9800         * files.el (version-control): Correct safe values.
9802 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
9804         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9806         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9807         (ewoc--insert-new-node): New func.
9808         Update callers of deleted funcs to use it, instead.
9810 2006-05-11  Glenn Morris  <rgm@gnu.org>
9812         * calendar/calendar.el (diary-show-all-entries): Do not refer to
9813         obsolete alias `show-all-diary-entries'.
9814         (make-diary-entry): Not interactive.
9815         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9816         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9817         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9818         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9819         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9820         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9822 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9824         * calendar/calendar.el (calendar-french-date-string)
9825         (calendar-mayan-date-string, calendar-chinese-date-string)
9826         (calendar-astro-date-string, calendar-iso-date-string)
9827         (calendar-islamic-date-string, calendar-bahai-date-string)
9828         (calendar-hebrew-date-string, calendar-coptic-date-string)
9829         (calendar-ethiopic-date-string, calendar-persian-date-string):
9830         These functions are not interactive.
9832 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
9834         * files.el: Balance parentheses.
9836 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
9838         * files.el, newcomment.el, outline.el, simple.el,
9839         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9840         * progmodes/cc-vars.el, progmodes/compile.el:
9841         Move `safe-local-variable' declarations to the respective files.
9843         * help-fns.el (describe-variable): Don't print safe-var if it is
9844         byte-code.  Improve wording as suggested by Luc Teirlinck.
9846 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9848         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9849         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9850         Use a token for pending-triggers to ensure gdb-var-update
9851         gets called once per user input again for pre-GDB 6.4.
9852         (gdb-var-delete): Match on more complex expressions.
9853         (gdb-var-list-children-handler, gdb-var-create-handler):
9854         Use a token for consistency.
9856 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
9858         * textmodes/org.el (org-read-date, org-goto-calendar)
9859         (org-agenda-goto-calendar):
9860         Bind `view-calendar-holidays-initially' to nil.
9862 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
9864         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9865         Update all callers to do it there, instead.
9867 2006-05-10  Glenn Morris  <rgm@gnu.org>
9869         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9870         prefix arg case, to avoid view-diary-entries-initially error.
9871         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9872         (calendar-date-is-legal-p): Handle dates with no day part.
9874 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
9876         * comint.el (comint-insert-input): Just make it when
9877         comint-use-prompt regexp is nil (default) and with the mouse.
9878         (comint-copy-old-input): Reinstate from 2004-06-23.
9879         (comint-mode-map): Bind C-c C-m to it.
9881 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
9883         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9884         Remove spurious move to point-max (new comint behavior fixes).
9886         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9887         compatibility function (Emacs 18/19).
9888         (idlwave-is-continuation-line): Always return point at start of
9889         previous non-blank continuation line.
9890         (keyword-parameters): Fix continued comment font-lock matcher.
9891         (idlwave-font-lock-fontify-region): Written, use as
9892         font-lock-fontify-region-function, to fix continued keyword
9893         fontification issues.
9895 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9897         * term/mac-win.el (mac-font-panel-mode): Doc fix.
9898         (mac-service-selection, mac-service-open-file)
9899         (mac-service-open-selection, mac-service-mail-selection)
9900         (mac-service-mail-to, mac-service-insert-text): Rename from
9901         mac-services-*.  All uses changed.
9902         (mac-apple-event-map): Rename event symbol `services' to `service'.
9904 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
9906         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9907         (ewoc--node-enter-first, ewoc--node-enter-last)
9908         (ewoc--delete-node-internal): Merge funcs into unique callers.
9910 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
9912         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9913         return value of read-from-minibuffer for empty input.
9915 2006-05-09  Miles Bader  <miles@gnu.org>
9917         * comint.el (comint-insert-input): Remove redundant calls to setq
9918         and goto-char.
9920 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
9922         * comint.el (comint-insert-input): Make it work when
9923         comint-use-prompt-regexp is t.
9925 2006-05-10  Miles Bader  <miles@gnu.org>
9927         * subr.el (field-at-pos): New function.
9929         * comint.el (comint-insert-input): Use it.
9931 2006-05-09  Juri Linkov  <juri@jurta.org>
9933         * battery.el (battery-linux-proc-acpi): Also try
9934         `/proc/acpi/thermal_zone/THR2/temperature'.
9936         * files.el <safe-local-variable>: Remove `eval' and `let' binding
9937         for now unused lambda `string-or-null'.
9939         * add-log.el (change-log-default-name): Put `string-or-null-p'
9940         instead of lambda on `safe-local-variable' property.
9942         * diff-mode.el (diff-context->unified): Use `region-beginning' and
9943         `region-end' instead of `mark' and `point'.
9944         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9945         Operate on region in Transient Mark mode when the mark is active.
9946         Use `region-beginning' and `region-end' instead of `mark' and
9947         `point'.
9948         (diff-hunk-text, diff-goto-source): Doc fix.
9950         * startup.el (fancy-splash-screens, normal-splash-screen): Use
9951         face `mode-line-buffer-id' for mode-line buffer face instead of
9952         hard-coded `(:weight bold)'.
9954         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9955         buffer-undo-list to t (undo-ask is reproducible by visiting
9956         nested archives).
9958 2006-05-09  Kim F. Storm  <storm@cua.dk>
9960         * progmodes/grep.el (rgrep): Set default directory of *grep*
9961         buffer if we start M-x rgrep in the *grep* buffer and choose
9962         a different base directory.
9964 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
9966         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9967         completion also when ido is loaded.
9969 2006-05-09  Masatake YAMATO  <jet@gyve.org>
9971         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9972         "warning" and "import".
9973         (cpp-font-lock-keywords): Added "warning".
9975 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9977         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9979 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9981         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9982         pages at a time, if we signal the end, we should indeed reach that end.
9984 2006-05-08  David Reitter  <david.reitter@gmail.com>
9986         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9987         output during execution of the body.
9989 2006-05-08  Kim F. Storm  <storm@cua.dk>
9991         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9993 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
9995         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9996         Use with-current-buffer.
9998 2006-05-07  Kim F. Storm  <storm@cua.dk>
10000         * subr.el (add-to-history): Remove keep-dups arg.
10002         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10003         to nil around call to add-to-history.
10005 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10007         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10008         than after a buffer modification.
10010 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10012         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10013         call to...
10014         (gud-watch): ...here so speedbar is raised for already watched
10015         expressions.
10016         (gdb-speedbar-refresh): Delete function.
10017         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10018         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10019         earlier change).
10020         (gdb-var-evaluate-expression-handler)
10021         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10023         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10024         Update localized contents for all buffers except ignored modes.
10026 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10028         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10029         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10030         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10031         (mac-handle-font-panel-closed, mac-handle-font-selection):
10032         New functions.
10033         (mac-font-panel-mode): New minor mode.
10034         (mac-apple-event-map): Add bindings for toolbar toggle button and
10035         font panel.
10036         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10038 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10040         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10041         Avoid `regexp-opt'; simplify regexp for readability.
10043 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10045         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10046         * files.el (buffer-stale-function):
10047         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10048         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10049         links to the main manual, not to emacs-xtra.
10051 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10053         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10054         MacJapanese if text is ASCII-only.
10056 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10058         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10059         unless so nil isn't returned.
10060         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10062 2006-05-06  Kim F. Storm  <storm@cua.dk>
10064         * subr.el (add-to-history): New function.
10066         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10067         (ediff-merge-files-with-ancestor):
10068         * env.el (setenv):
10069         * isearch.el (isearch-update-ring):
10070         * server.el (server-visit-files):
10071         * progmodes/grep.el (lgrep, rgrep):
10072         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10073         * progmodes/xscheme.el (xscheme-insert-expression):
10074         Use add-to-history.
10076         * kmacro.el (kmacro-push-ring): Use add-to-history.
10077         (kmacro-ring-length): Remove unused defun.
10078         (kmacro-start-macro): Use kmacro-push-ring.
10080 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10082         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10083         directly instead of a lambda expression that calls it.
10085 2006-05-06  Kim F. Storm  <storm@cua.dk>
10087         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10088         instead of compute-motion.
10090 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10092         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10093         change.
10095 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10097         * startup.el (command-line-1): Refer to "Pure Storage" on
10098         pure-space-overflow.
10100 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10102         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10103         provided faces once they all have been used up.
10105 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10107         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10108         reference to the Lisp manual to the warning about pure space
10109         overflow.
10111 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10113         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10114         argument to avoid the call to `ispell-internal-change-dictionary'
10115         when not needed.
10116         (ispell-change-dictionary): Use this argument and call
10117         `ispell-internal-change-dictionary' after the possible change
10118         to `ispell-local-dictionary'.
10119         (ispell-internal-change-dictionary): Check for a change in
10120         personal dictionary use too.
10122 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10124         * startup.el (command-line): On MS-Windows, probe "~", not
10125         "~USER", for warning about non-existent home directory
10127         * arc-mode.el (archive-l-e): New optional argument `float' means
10128         generate a float value.
10129         (archive-arc-summarize, archive-lzh-summarize)
10130         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10131         with 3rd argument non-nil when file's size is being computed.
10132         Format the file sizes with %8.0f instead of %8d.
10134 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10136         * cus-start.el (all): Add mac-dnd-known-types.
10138         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10139         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10140         (mac-TIFF-to-string): New functions.
10141         (x-get-selection, x-selection-value)
10142         (mac-select-convert-to-string): Use them.
10143         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10144         (mac-dnd-types-alist): New customization variable.
10145         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10146         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10147         (mac-dnd-handle-drag-n-drop-event): New functions.
10148         (mac-drag-n-drop): Remove function.
10149         (global-map): Bind drag-n-drop and M-drag-n-drop to
10150         mac-dnd-handle-drag-n-drop-event.
10152 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10154         * progmodes/perl-mode.el (perl-beginning-of-function):
10155         Skip anonymous subs.
10157 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10159         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10160         regexp-opt at run time.
10162         * term.el (term-handle-ansi-escape): Fix off by one error.
10164 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10166         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10167         (gdb-init-1, gdb-post-prompt): ...and references to it.
10168         (gdb-frame-handler): Strip directory name from filename if present.
10170         * progmodes/gud.el (gdb-force-update): Delete defvar
10171         (gud-speedbar-buttons): ...and references to it.  Use window-start
10172         to try to keep positon in watch expression.
10174 2006-05-03  Richard Stallman  <rms@gnu.org>
10176         * simple.el (next-history-element, previous-history-element): Doc fix.
10178         * isearch.el (isearch-update-ring): Doc fix.
10180 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10182         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10183         into consideration.  Replace one arm ifs with whens.
10185 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10187         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10188         (menu): Fix typo.
10190 2006-05-02  Miles Bader  <miles@gnu.org>
10192         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10194 2006-05-02  Jay Belanger  <belanger@truman.edu>
10196         * calc/calc-embed.el (calc-override-minor-modes-map)
10197         (calc-override-minor-modes): New variables.
10198         (calc-do-embedded): Make sure that Calc keystrokes aren't
10199         overwritten by minor modes.
10201 2006-05-02  Chong Yidong  <cyd@mit.edu>
10203         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10205 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10207         * startup.el (command-line-1): Refer to Lisp manual when
10208         pure-space-overflow occurs.
10210         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10211         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10212         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10213         (version-control): Don't use `t' for safe-local-variable declarations.
10215 2006-05-01  Richard Stallman  <rms@gnu.org>
10217         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10218         M-r, M-R, M-A, M-SPC or M-DEL.
10219         (diff-mode-map): diff-refine-hunk now on C-c C-w
10220         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10222         * help-mode.el (help-mode): view-exit-action calls delete-window
10223         only when it is safe and possible.
10225         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10226         in messages.
10228         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10230         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10231         in the default tool-bar-map.
10233 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10235         * net/tramp.el (tramp-completion-file-name-handler-alist)
10236         (tramp-run-real-handler, tramp-completion-run-real-handler)
10237         (tramp-completion-handle-file-name-all-completions)
10238         (tramp-completion-handle-file-name-completion): Autoload them.
10239         (tramp-completion-handle-file-exists-p)
10240         (tramp-completion-handle-file-name-directory)
10241         (tramp-completion-handle-file-name-nondirectory)
10242         (tramp-completion-handle-expand-file-name): Remove them.
10243         (tramp-handle-file-name-directory): Return the real directory name.
10244         Returning "/" only doesn't need to be necessary any longer.
10245         (tramp-file-name-handler): Make special attention when in hostname
10246         completion mode.
10247         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10248         (tramp-register-file-name-handlers):
10249         Register `tramp-completion-file-name-handler' only when
10250         `partial-completion-mode' is enabled.
10251         (tramp-completion-handle-file-name-all-completions):
10252         Delete directory part from results.
10253         (tramp-get-completion-methods, tramp-get-completion-user-host):
10254         Discard deleting "/", it doesn't work after the change of
10255         `tramp-handle-file-name-directory' above.
10257 2006-05-01  Kim F. Storm  <storm@cua.dk>
10259         * progmodes/grep.el (grep-expand-template): Use save-match-data
10260         and symbol-value.
10262 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10264         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10265         Use select-frame-set-input-focus instead of raise-frame.
10266         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10268 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10270         * progmodes/gud.el (gud-def): Add %c case.
10271         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10272         (gud-format-command): Make match case sensitive.  Match on %F.
10274 2006-04-30  Glenn Morris  <rgm@gnu.org>
10276         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10277         (cal-tex-preamble): Use cal-tex-preamble-extra.
10278         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10279         than alias `list-diary-entries'.
10281 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * help-fns.el (describe-variable): Add info about safe local variables.
10285 2006-04-29  Richard Stallman  <rms@gnu.org>
10287         * bindings.el (mode-line-format): help-echo doc fixes.
10289         * net/tramp.el (tramp-file-name-handler-alist): Delete
10290         expand-file-name and other operations that can cause spurious loading.
10292 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10294         * files.el (safe-local-variable-p): Remove support for the special
10295         value t.
10297         * textmodes/paragraphs.el (sentence-end-without-space):
10298         Fix safety predicate.
10299         (sentence-end-double-space, sentence-end-without-period)
10300         (paragraph-ignore-fill-prefix):
10301         * textmodes/fill.el (colon-double-space):
10302         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10304         * subr.el (booleanp): New fun.
10306         * textmodes/reftex-vars.el (reftex-guess-label-type):
10307         Tighten the safety predicate.
10309 2006-04-28  Kim F. Storm  <storm@cua.dk>
10311         * progmodes/grep.el (defgroup grep): Doc fix.
10312         (grep-auto-highlight): Remove.
10313         (grep-template): New defcustom.
10314         (grep-find-template): Rename from grep-tree-template.
10315         (grep-files-aliases): Rename from grep-tree-files-aliases.
10316         Remove "all" alias, add "l" alias.
10317         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10318         (grep-find-ignored-directories): New defcustom to replace
10319         grep-tree-ignore-CVS-directories, to facilitate ignoring
10320         subdirectories for multiple version control systems.
10321         (grep-mode-map): Add Recursive grep item to GREP menu.
10322         (grep-regexp-history, grep-files-history): New defvars.
10323         (grep-probe): New helper function.
10324         (grep-compute-defaults): Use it to simplify code.
10325         Adapt to name changes.
10326         Use `.' as base in grep-find-template rather than <D>.
10327         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10328         Call grep-compute-defaults unconditionally.
10329         (grep-expand-keywords): New defconst.
10330         (grep-expand-template): Rename from grep-expand-command-macros.
10331         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10332         of grep-tree-ignore-case to add -i option.
10333         Bind case-fold-search to nil while matching keywords.
10334         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10335         (grep-read-regexp, grep-read-files): New helper functions.
10336         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10337         Adapt to changes in defcustoms and functions above.
10338         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10340 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10342         * net/tramp.el (tramp-completion-file-name-handler):
10343         Disable Tramp's functionality while loading Tramp itself.
10344         (tramp-register-file-name-handlers): That's a defsubst now.
10345         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10346         `after-init-hook'.
10347         (tramp-repair-jka-compr): Remove.
10349 2006-04-27  Jay Belanger  <belanger@truman.edu>
10351         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10352         read expression when `math-read-big-expr' doesn't work.
10354 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10356         * startup.el (command-line-1): Display warning when
10357         pure-space-overflow is non-nil.
10359 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10361         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10362         risky.
10364 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10366         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10367         Return the URL or nil if none can be generated.
10369 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10371         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10372         byte compiler warnings.
10373         (gud-basic-call, gud-find-expr): Let user select an expression
10374         for printing.  Print expression as well as value in GUD buffer.
10376 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10378         * allout.el: Remove local autoload declaration for
10379         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10380         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10381         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10382         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10383         (allout-stylish-prefixes, allout-numbered-bullet)
10384         (allout-file-xref-bullet, allout-presentation-padding)
10385         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10386         safe-local-variable with suitable value spec, and add autoload
10387         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10388         (move-beginning-of-line, move-end-of-line): Repair so these compat
10389         functions now actually resituate the point, when appropriate.
10391 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10393         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10395         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10396         (add-log-iso8601-time-string): Fix call to format-time-string.
10398 2006-04-26  Kim F. Storm  <storm@cua.dk>
10400         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10402 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10404         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10405         Add support for "//" style comments.  Remove `b' flag
10406         from ?* in `asm-mode-syntax-table'.
10408 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10410         * follow.el: Use (featurep 'xemacs) everywhere.
10411         (follow-mode): Use define-minor-mode.
10412         (follow-mode-map): Move initialization into the declaration.
10413         Use command remapping.
10414         (follow-emacs-version-xemacs-p): Remove.
10415         (follow-submit-feedback): Remove.
10417         * allout.el (allout-layout, allout-passphrase-verifier-string)
10418         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10420         * textmodes/reftex-vars.el (reftex-vref-is-default)
10421         (reftex-fref-is-default, reftex-guess-label-type):
10422         Tighten up a bit the safety predicate.
10424         * textmodes/paragraphs.el (sentence-end-double-space)
10425         (sentence-end-without-period, sentence-end-without-space)
10426         (page-delimiter, paragraph-ignore-fill-prefix):
10427         Tighten up a bit the safety predicate.
10429         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10431         * progmodes/python.el (python-continuation-line-p)
10432         (python-beginning-of-statement): syntax-ppss may return
10433         a negative depth.
10434         (python-mode): Don't forcefully enable font-lock.
10436         * time-stamp.el (time-stamp-start, time-stamp-end)
10437         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10439         * add-log.el: Remove spurious * in docstrings.
10440         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10441         (add-change-log-entry): Use it here, since it's not specific
10442         to iso8601.
10443         (add-log-iso8601-time-string): Don't use it here any more.
10444         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10446         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10448 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10450         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10451         (rcirc-toggle-low-priority): Doc fix.
10452         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10453         ChanServ regexp.
10454         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10455         #emacs.
10456         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10457         (rcirc-decode-coding-system): Use utf-8 as the default.
10458         (rcirc-multiline-minor-mode): Set the fill-column.
10459         (rcirc-format-response-string): Display bright and dim nicks.
10460         (rcirc-browse-url): Update interactive spec to fill ARG.
10461         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10462         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10464 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10466         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10467         case for @Article, etc.
10469 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10471         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10472         Added with autoload cookie.
10473         (tramp-unload-file-name-handlers): Rename from
10474         `tramp-unload-file-name-handler-alist'.
10476 2006-04-23  Romain Francoise  <romain@orebokech.com>
10478         * comint.el (comint-match-partial-filename): Doc fix.
10480 2006-04-21  Glenn Morris  <rgm@gnu.org>
10482         * calendar/cal-menu.el (calendar-mode-map): Refer to
10483         `diary-view-entries' rather than alias `view-diary-entries'.
10484         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10486 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10488         * progmodes/antlr-mode.el (antlr-default):
10489         * cus-edit.el (custom-documentation):
10490         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10491         in defface.
10493 2006-04-21  Kim F. Storm  <storm@cua.dk>
10495         * image.el (image-type): New defun split out of create-image.
10496         (create-image): Use it.
10498 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10500         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10501         (org-open-at-point): Remove the "...done" message to keep output
10502         in the echo area visible.
10503         (org-export-as-xoxo): Fix call to `indent-region'.
10505 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10507         * international/mule.el (keyboard-coding-system): defcustom
10508         info-link fixes: "Specify Coding" has been split, keyboard now in
10509         "Terminal Coding", and "Single-Byte Character Support" is now
10510         "Unibyte Mode".
10512 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10514         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10515         Use font-lock-warning-face for any errors e.g. no stack.
10516         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10518 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10520         * progmodes/sh-script.el (sh-shell): Mark as safe.
10522         * newcomment.el (comment-start, comment-start-skip)
10523         (comment-end-skip, comment-end): Mark as safe.
10525 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10527         * textmodes/org.el (org-deadline-announce): Face removed.
10528         (org-level-faces, org-n-levels): Convert to constant.
10529         (org-compatible-face): New function.
10530         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10531         (org-level-5, org-level-6, org-level-7, org-level-8)
10532         (org-special-keyword, org-warning, org-headline-done, org-link)
10533         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10534         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10535         Face definition revised for better color tty support.
10536         (org-bold-re, org-italic-re, org-underline-re): New constants.
10537         (org-set-font-lock-defaults): Use the new constants.
10538         (org-agenda-highlight-todo): New function.
10539         (org-agenda-todo): Fix bug with point at end of line.
10540         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10541         Fontify TODO keywords.
10542         (org-insert-link): Preserve relative path in ../ links.
10543         (org-export-as-html): Convert links pointing to .org files into
10544         links that will work beteen the exported HTML files.
10545         (org-todo-list): Fix bug when arg=0.
10546         (org-insert-heading): More fine-tuning.
10548 2006-04-19  Romain Francoise  <romain@orebokech.com>
10550         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10551         from `rmail-mime-charset-pattern'.
10553 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10555         * progmodes/python.el (python-mode): Fix typo.
10557 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10559         * comint.el (comint-previous-input): Don't clobber input line
10560         when moving off either end of the input history ring.
10561         (comint-delete-input): New function, used by
10562         `comint-previous-input' and others.
10563         (comint-previous-matching-input):
10564         Use `coming-delete-input'.  Save the partial input if leaving the
10565         edit line.  Goto point-max before deleting input to avoid
10566         partial input fragments hanging around.
10567         (comint-restore-input): New function, used by `comint-previous-input'.
10569 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10571         * imenu.el (imenu--index-alist): Balance parentheses.
10573 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10575         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10577 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10579         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10580         file is nil.
10582 2006-04-18  Richard Stallman  <rms@gnu.org>
10584         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10586         * imenu.el (imenu-create-index-function, imenu--index-alist)
10587         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10588         (imenu-default-create-index-function, imenu--generic-function):
10589         Doc fixes.
10591         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10593         * help-mode.el (help-mode): Set view-exit-action to delete window.
10595         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10596         now works by passing nil as arg.
10598         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10600         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10601         (read-abbrev-file): Provide default when reading filename.
10603         * files.el (enable-local-variables): Allow :all as value.
10604         (hack-local-variables): Implement that value.
10605         (safe-local-variable-values, safe-local-eval-forms)
10606         (enable-local-variables): Mark as risky.
10607         (find-file-visit-truename, kept-old-versions): Mark safe.
10609         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10610         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10611         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10613 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10615         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10616         Use forward-line so as to get to BOL even in the presence of fields.
10617         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10618         in return.
10619         (inferior-tcl): Tell tclsh to work in interactive mode.
10621         * complete.el (partial-completion-mode):
10622         Use 'choose-completion-string-functions to make sure that
10623         choose-completion fills the minibuffer properly.
10625         * complete.el (PC-old-read-file-name-internal): Remove.
10626         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10627         of read-file-name-internal.
10628         (partial-completion-mode): Enable/disable this advice.
10630 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10632         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10633         of 2006-04-17.
10635 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10637         * textmodes/org.el (org-insert-heading): Insert heading before
10638         current if at beginning of line.
10639         (org-todo, org-date): New faces.
10640         (org-table-align): Make sure tooltip window contains full text.
10641         (org-no-properties): New defsubst.
10642         (org-set-font-lock-defaults): Use new faces.
10644 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10646         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10647         for root variables.
10649         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10650         (gdb-frame-address): Re-use to identify frame for watch expression.
10651         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10652         variables.
10653         (gdb-init-1, gdb-source, gdb-post-prompt)
10654         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10655         (gdb-frame-handler): Get gdb-frame-address.
10657 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10659         Sync with Tramp 2.0.53.
10661         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10662         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10663         (tramp-completion-file-name-handler): Add autoload cookie for
10664         adding to `file-name-handler-alist'.
10666         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10667         the prompt.  If it returns earlier (when detecting an error
10668         message), the rest of the output will merge accidently with the
10669         output of the next command.  Reported by M Jared Finder
10670         <jared@hpalace.com>.
10672         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10673         for `process-file', in order to let it work for older Emacsen too.
10675 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
10677         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10678         (tex-font-lock-keywords-3): Use it.
10680 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * newcomment.el (comment-add): New function.
10683         (comment-region-default, comment-dwim): Use it.
10685 2006-04-15  Michael Olson  <mwolson@gnu.org>
10687         * emacs-lisp/tq.el: Improve comments.
10688         (tq-queue-head-question): New accessor function.
10689         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10690         Update for modified queue structure.
10691         (tq-queue-add): Accept `question' argument.
10692         (tq-queue-pop): If a question is pending, send it.
10693         (tq-enqueue): Accept new optional argument `delay-question'.
10694         If this is non-nil, and at least one other question is pending a
10695         response, queue the question rather than sending it immediately.
10697 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10699         * calendar/appt.el (appt-add): Check whether an appointment is
10700         already present in appt-time-msg-list.  Simplify code.
10702 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10704         * progmodes/cc-langs.el (c-mode-menu):
10705         Don't presume c-subword-mode is bound.
10707 2006-04-13  Bill Wohler  <wohler@newt.com>
10709         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10710         (customize-package-emacs-version): Use cdr instead of cadr now
10711         that alists use dotted pairs.
10713         * custom.el (defcustom): Fix docstring for :package-version.
10715 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
10717         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10718         (tramp-handle-shell-command): Display output buffer only when
10719         `tramp-display-shell-command-buffer' is true.
10720         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10722 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10724         * textmodes/org.el (org-set-autofill-regexps): Set only the local
10725         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10727 2006-04-13  Romain Francoise  <romain@orebokech.com>
10729         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10730         leaving temporary .cvsignore buffers behind.
10732 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10734         * textmodes/org.el (org-set-regexps-and-options)
10735         (org-get-current-options): Better names for the startup folding
10736         options.
10738 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
10740         * vc.el (vc-annotate): Arrange for point to end up at the same
10741         line number as in the original, but only when using a new buffer.
10743 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
10745         * files.el (hack-one-local-variable-eval-safep):
10746         Recognize `edebug-form-spec' for `put', but only if it passes
10747         `edebug-basic-spec'.  Generalize `put' handling.
10749         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10750         vetting file-local form specs.
10752         * allout.el (allout-layout): Autoload its `safe-local-variable'
10753         property.
10755 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
10757         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10758         (org-agenda-mouse-1-follows-link)
10759         (org-mouse-1-follows-link): New options.
10760         (org-format-agenda-item): Fix bug if TAGS is nil.
10761         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10763 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
10765         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10766         GDB 6.1+ gives full filename for "info sources" so use
10767         file-name-nondirectory.
10769 2006-04-12  Romain Francoise  <romain@orebokech.com>
10771         * subr.el (read-passwd): Bind `message-log-max' to nil.
10773 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10775         * progmodes/perl-mode.el (perl-indent-new-calculate):
10776         Recompute parse-start after jumping backward by a whole sexp.
10778 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10781         window configuration.
10782         (vc-annotate-display-select): Select the buffer so that current-buffer
10783         (and selected-window) is the output buffer at the end of vc-annotate.
10785 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
10787         * vc.el (vc-annotate-color-map): Add custom TTY color map for
10788         8-color terminals, to use all of the colors in a sensible order.
10789         256-color terminals work well with the standard map.
10790         (vc-annotate-lines): Only strip the first color character if it
10791         is "#", to allow for terminal-style named colors.
10792         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10793         the correct buffer is scrolled.
10795 2006-04-11  Richard Stallman  <rms@gnu.org>
10797         * emacs-lisp/bytecomp.el (byte-compile-file):
10798         Bind enable-local-variables to :safe, and make normal-mode obey it.
10800         * files.el (enable-local-variables): Allow value :safe.
10801         (normal-mode): Doc fix.
10802         (hack-local-variables): Implement enable-local-variables = :safe.
10803         (hack-local-variables-confirm): Don't prevent quitting.
10805 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * loadhist.el (unload-feature): A bit of sanity check of
10808         load-history entries.  Cancel timer-vars before unbinding them.
10810         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10811         quote special chars, and make the trick work on the hex part of the
10812         buffer as well.
10813         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10814         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10816         * startup.el (normal-splash-screen): Fix last change so we don't wait
10817         2 minutes if we don't show the splash screen.
10819 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
10821         * textmodes/org.el (org-export-plain-list-max-depth)
10822         (org-table-spaces-around-separators)
10823         (org-radio-targets, org-activate-camels)
10824         (org-table-spaces-around-invisible-separators): Options removed.
10825         (org-time-stamp-rounding-minutes, org-remember-templates)
10826         (org-ellipsis, org-activate-links, org-descriptive-links):
10827         New options.
10828         (org-remember-apply-template, org-current-time)
10829         (org-finish-edit-table-field)
10830         (org-link-unescape, org-link-escape)
10831         (org-string-width, org-table-clean-line, org-html-do-expand)
10832         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10833         (org-read-agenda-file-list): New functions.
10834         (org-table-edit-field)
10835         (org-table-create-or-convert-from-region): New commands
10836         (org-table-toggle-vline-visibility): Command removed.
10837         (org-table-convert-region): Made a command.
10838         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10839         Replace with the normal org- functions.
10840         (org-self-insert-command): Don't trigger realign unnecessarily
10841         when blanking a field that is not full.
10842         (org-mode): `Set buffer-invisibility-spec' for links.
10843         (org-activate-links2): Hide link part and only show descriptive
10844         part of the link.
10845         (org-insert-link): Modify for new linking system.
10846         (org-store-link): Store description separately, for use by
10847         `org-insert-link'.
10848         (org-table-align): Use `org-string-width'.
10849         (defgroup): Completely new group structure for custom variables.
10850         (org-agenda-files): Option: Single file name allowed.  Function:
10851         Optional argument unrestrited means ignore any restricitons.
10852         (org-install-agenda-files-menu): Find a buffer in Org-mode before
10853         trying to modify the menu.  Use generalized access to
10854         `org-agenda-files.'
10855         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10856         (org-agenda-file-to-front, org-remove-file, org-diary)
10857         (org-tags-view, org-export-icalendar-all-agenda-files)
10858         (org-export-icalendar-combine-agenda-files): Use generalized
10859         access to `org-agenda-files'.
10860         (org-remember-handler): Correctly preserve heading if present.
10861         (org-table-insert-row, org-table-insert-hline): Deal with
10862         invisible characters.
10864 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
10866         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10867         (vc-annotate-color-map): New 18 element constant
10868         value/saturation, rotating hue colormap, from red->blue.
10869         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10870         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10871         (vc-annotate): To avoid killing the required local variables,
10872         set them before the end of `with-output-to-temp-buffer', and
10873         after first switching to annotate-mode.
10874         (vc-annotate-warp-version): Add buffer argument in goto-line to
10875         ensure annotation, not source, is scrolled.
10877 2006-04-10  Bill Wohler  <wohler@newt.com>
10879         * custom.el (defcustom, custom-handle-keyword):
10880         Add :package-version keyword.
10881         (custom-add-package-version): New function.  Sets value of new
10882         property 'custom-package-version from :package-version keyword.
10883         (defcustom): Create Common Keywords section in docstring.
10884         (defface, defgroup): Replace definitions of a select few keywords
10885         with a reference to the Common Keywords in defcustom.
10886         (defcustom, defface, defgroup): Replace reference to Customization
10887         chapter in manual with hyperlink.
10889         * cus-edit.el (customize-package-emacs-version-alist): New variable.
10890         (customize-changed-options): Add check for custom-package-version.
10891         (customize-package-emacs-version): New function to look up Emacs
10892         version corresponding to the given package version.
10894         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10895         defun name, in similar fashion to find-variable-regexp.
10897 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
10899         * international/mule-cmds.el (set-locale-environment): Fix last
10900         change for when the locale's preferences don't specify any encoding.
10902 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10905         so the defined var/fun doesn't need to be quoted.
10907 2006-04-10  Richard Stallman  <rms@gnu.org>
10909         * finder.el (finder-mode-map): Add n and p bindings.
10911 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
10913         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10914         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10915         (gdb-setup-windows): Put something in source window if we can't find
10916         the source file.
10917         (gdb-frame-handler): Make it work again with just assembly.
10918         (gdb-data-list-register-values-handler): Make it work when there is
10919         no stack.
10921 2006-04-09  Richard Stallman  <rms@gnu.org>
10923         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10924         specs while looking for charset.
10926         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10928         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10929         Make them faces.
10930         (lm-font-lock-keywords): Update appropriately.
10932 2006-04-10  Kim F. Storm  <storm@cua.dk>
10934         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10935         it can also replace buffer-substring-no-properties.
10937         * emulation/cua-base.el (cua-delete-region, cua-paste)
10938         (cua-repeat-replace-region): Use filter-buffer-substring.
10940         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10941         (cua-cut-region-to-global-mark): Likewise.
10943         * emulation/cua-rect.el (cua--extract-rectangle)
10944         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10946 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10948         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10949         entry-type.  Add field delimiters to numerical fields if they are
10950         not present.
10952 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10954         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10955         string-const to return value.
10956         (bibtex-remove-delimiters): Use it.
10958 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10960         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10961         cl-byte-compile-compiler-macro unless it exists.
10963 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
10965         * files.el (hack-local-variables-confirm) <offer-save>:
10966         Clarify message text.  Suggested by Ralf Angeli.
10968 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10970         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10971         (delete-extract-rectangle-line): Use `filter-buffer-substring'
10972         instead of `buffer-substring' and `delete-region'.  (Most of the
10973         code actually copied from `kill-region'.)
10975 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
10977         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10978         (rcirc-default-port): Rename from rcirc-port.
10979         (rcirc-default-nick): Rename from rcirc-nick.
10980         (rcirc-default-user-name): Rename from rcirc-user-name.
10981         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10982         (rcirc-low-priority-flag): New variable.
10983         (rcirc-decode-coding-system): New defcustom.
10984         (rcirc-encode-coding-system): New defcustom.
10985         (rcirc-coding-system-alist): New defcustom.
10986         (rcirc-multiline-major-mode): New defcustom.
10987         (rcirc-nick): New internal variable.
10988         (rcirc-process): Remove variable.
10989         (rcirc-server-buffer): New variable.
10990         (rcirc): Update to use rcirc-default-* variables above.
10991         (rcirc-connect): Do not add window-configuration-hook-here.
10992         (rcirc-server): New internal variable.
10993         (rcirc-connect): Do not send keepalive pings if
10994         rcirc-keepalive-seconds is nil.
10995         (with-rcirc-server-buffer): New macro.
10996         (rcirc-send-string): Encode with rcirc-encode-coding-system.
10997         (rcirc-server-name): Rename from rcirc-server.
10998         (rcirc-buffer-process): New function.
10999         (rcirc-buffer-nick): New function.
11000         (rcirc-buffer-target): Remove function.
11001         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11002         New commands.
11003         (rcirc-mode-map): Change binding of C-c C-l to
11004         rcirc-toggle-low-priority.
11005         (rcirc-mode): Initialize coding system based on
11006         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11007         channel on a mode change.  Make kill-buffer-hook buffer-local.
11008         (rcirc-change-major-mode-hook): New function.
11009         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11010         (rcirc-last-post-time): New variable.
11011         (rcirc-process-message): Store the last time user posted a message
11012         to this target.
11013         (rcirc-multiline-minor-mode): New mode.
11014         (rcirc-multiline-minor-mode-map): New mode map.
11015         (rcirc-edit-multiline): Put multiline-edit buffer in
11016         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11017         (rcirc-print): Ignore any line starting with an ignored nick.
11018         (rcirc-print): Decode using rcirc-decode-coding-system.
11019         (rcirc-track-minor-mode): Update global-mode-string when disabling
11020         this mode.
11021         (minor-mode-alist): Add LowPri indicator.
11022         (rcirc-toggle-low-priority): New function.
11023         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11024         next lowpriority buffer with activity.
11025         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11026         last time the user posted a message in to the target.
11027         (rcirc-update-activity-string): New formatting for low priority
11028         buffers.
11029         (rcirc-split-activity): New function.
11030         (rcirc-handler-PART, rcirc-handler-KICK)
11031         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11032         (rcirc-nick-away-alist): New variable.
11033         (rcirc-handler-301): New handler.  Away messages are printed once
11034         per change.
11036 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11038         * info.el (Info-follow-nearest-node): Doc fix.
11040         * international/mule-cmds.el (set-locale-environment): Make sure
11041         the coding-system preferred by the locale's language has the same
11042         EOL conversion type as the original buffer-file-coding-system.
11043         (locale-language-names): Add a few MS Windows language codes.
11045 2006-04-07  Richard Stallman  <rms@gnu.org>
11047         * simple.el (eval-expression): Doc fix.
11049         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11050         (eval-defun): Doc fixes.
11052 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11054         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11056 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11058         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11059         GDB list command without argument for greater generality.
11061 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11063         * subr.el (string-or-null-p): New function.
11065         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11067         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11069         * files.el: Update comment about safe-local-variable declarations.
11071 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11073         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11074         See idlwave.org.
11076         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11077         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11079         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11080         See idlwave.org.
11082         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11083         version 6.0 (minimal changes).  See idlwave.org.
11085         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11086         6.0 (minimal changes).  See idlwave.org.
11088         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11090 2006-04-06  Romain Francoise  <romain@orebokech.com>
11092         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11093         symmetric encryption features and a new asynchronous interface to
11094         GnuPG.  This new version is version 1.4, plus whitespace changes.
11096 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11098         * files.el: Move some `safe-local-variable' declarations to the
11099         respective files.
11101         * textmodes/ispell.el (ispell-check-comments)
11102         (ispell-local-dictionary): Mark as safe.
11104         * abbrev.el (abbrev-mode): Mark as safe.
11106         * add-log.el (change-log-default-name): Mark as safe.
11108         * textmodes/reftex-vars.el (reftex-vref-is-default)
11109         (reftex-fref-is-default, reftex-level-indent)
11110         (reftex-guess-label-type): Mark as safe.
11112         * textmodes/fill.el (colon-double-space): Mark as safe.
11114         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11115         (sentence-end-double-space, sentence-end-without-period)
11116         (sentence-end-without-space, sentence-end, sentence-end-base)
11117         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11119 2006-04-06  Kim F. Storm  <storm@cua.dk>
11121         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11122         the :set-after list.
11123         (ido-downcase-unc-hosts): New user option.  Default on.
11124         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11125         when it is set, as regexps are now applied on the fly.
11126         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11127         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11128         on the fly, but only when ido-process-ignore-lists is set.
11129         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11130         Only downcase names if ido-downcase-unc-hosts is set.
11132 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11134         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11136         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11138 2006-04-05  Kim F. Storm  <storm@cua.dk>
11140         * ido.el (ido-mode): Set after ido-unc-hosts and
11141         ido-ignore-unc-host-regexps.
11142         (ido-save-history): Save ido-unc-hosts-cache.
11143         (ido-load-history): Load ido-unc-hosts-cache.
11144         (ido-reread-directory): Refresh unc hosts cache in // dir.
11146         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11147         to nil while displaying slash screen.
11149 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11151         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11152         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11154 2006-04-05  Kenichi Handa  <handa@m17n.org>
11156         * international/characters.el: Setup cases of Latin, Greek, and
11157         Cyrillic characters in CJK charsets.
11159 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11161         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11162         default-enable-multibyte-characters.  This reverts the change from
11163         revision 6.17 which is no longer necessary because the passphrase
11164         is sent separately now.  GnuPG messages are unreadable under
11165         multibyte locales with default-enable-multibyte-characters set to nil.
11167 2006-04-04  Andreas Schwab  <schwab@suse.de>
11169         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11170         and `byte-compile-warnings' as `safe-local-variable'.
11172 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11174         * man.el (Man-mode-map): Restore the \r binding.
11175         (Man-abstract-xref-man-page): If Man-target-string is a function,
11176         call it.
11177         (Man-highlight-references): Use Man-default-man-entry to get the
11178         target.  Deal with xrefs too.
11179         (Man-highlight-references0): Don't call the target function.
11181         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11182         cannot deal with it.
11184 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11186         * pgg-gpg.el: Clean up process buffers every time gpg processes
11187         complete.
11189 2006-04-04  Kenichi Handa  <handa@m17n.org>
11191         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11192         here.
11193         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11194         Temporarily bind inhibit-field-text-motion to t.
11196 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * startup.el (normal-splash-screen): Only set mode-line-format in the
11199         splash buffer, so as not to interfere when debugging the code.
11200         Ignore errors when switching buffer.
11202 2006-04-03  Romain Francoise  <romain@orebokech.com>
11204         * dired.el (dired-dnd-protocol-alist): Fix typo.
11206 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11208         * savehist.el (savehist): Add :version.
11209         (savehist-ignored-variables): New variable.
11210         (savehist-minibuffer-hook): Don't save variables listed in
11211         `savehist-ignored-variables'.
11213         * dired.el (dired-dnd-protocol-alist): Mention that change does
11214         only apply to new buffers in doc string.
11216 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11218         * recentf.el (recentf-open-files-item): Include newline in button
11219         field, so opening a file will work, when the point is at the end
11220         of the file name.  Allow, for example, to [i]search a file by
11221         extension and just push RET to open it.
11223 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11225         * pgg-gpg.el (pgg-gpg-process-filter)
11226         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11228         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11229         lines, temporary fix.
11231 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11233         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11235 2006-04-02  Richard Stallman  <rms@gnu.org>
11237         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11239 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11241         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11242         header-mouse-map.
11244         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11245         (ibuffer-mode-header-map): New keymaps.
11246         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11247         and keybindings for column headers.
11248         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11249         property.
11251 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11253         * speedbar.el (speedbar-after-create-hook): Doc fix.
11255 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11257         * shell.el (shell-directory-tracker)
11258         (shell-dynamic-complete-command): Doc fixes.
11260 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11262         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11263         terminals.
11265 2006-04-01  Kim F. Storm  <storm@cua.dk>
11267         * ido.el (ido-unc-hosts-cache): New defvar.
11268         (ido-unc-hosts): If value of defcustom is a function, call it to
11269         get list of UNC hosts.  Add function-item choices to specify
11270         ido-unc-hosts-net-view or user function.
11271         (ido-ignore-unc-host-regexps): New defcustom.
11272         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11273         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11274         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11276 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11278         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11279         wwidth.
11281 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11283         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11284         (ido-max-work-file-list, ido-switch-buffer)
11285         (ido-read-file-name-as-directory-commands):
11286         Fix typos in docstrings.
11288 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11290         * term/mac-win.el (mac-system-coding-system): Define and use after
11291         Mac-specific coding systems are ready.
11293 2006-03-27  Romain Francoise  <romain@orebokech.com>
11295         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11297         * ldefs-boot.el: Update.
11299 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11301         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11302         passphrases when it is not needed.
11303         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11304         passphrase stuff from gpg, should only be necessary when you use
11305         gpg with a smartcard.
11307 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11309         * comint.el (comint-dynamic-list-completions): Allow user to
11310         select *Completions* buffer.
11312 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11314         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11316 2006-03-26  Andreas Schwab  <schwab@suse.de>
11318         * progmodes/gud.el (gdb): Only complain about multiple debugging
11319         when the gdb process is still running.
11321 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11323         * mail/rmail.el (tool-bar-map): Defvar it.
11324         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11325         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11327 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11329         * help.el (print-help-return-message): Suggest to use
11330         display-buffer instead of switch-to-buffer-other-window to restore
11331         the previous window without selecting it.
11333 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11335         * frame.el (select-frame-by-name): Call x-focus-frame also when
11336         window-system is mac.
11338         * term/mac-win.el: Adjust Courier font specifications in
11339         x-fixed-font-alist.
11340         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11341         when directly encoding to UTF-16 in native byte order, no BOM.
11343 2006-03-25  Kim F. Storm  <storm@cua.dk>
11345         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11346         (cua--init-keymaps): Use it instead of fixed C-return.
11347         (cua-mode): Set after it.
11349         * emulation/cua-rect.el (cua--init-rectangles):
11350         Use cua-rectangle-mark-key instead of fixed C-return.
11352 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11354         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11355         "run" in .gdbinit.
11356         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11358 2006-03-24  Romain Francoise  <romain@orebokech.com>
11360         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11361         `display-buffer-other-frame'.
11363 2006-03-24  Kim F. Storm  <storm@cua.dk>
11365         * apropos.el (apropos-synonyms): Add selection => region.
11367 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11369         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11370         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11371         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11372         (gdb-data-list-register-values-regexp)
11373         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11374         Future proof against new fields being added to MI output.
11375         (gdb-send): Don't treat backslashes for program input as
11376         continuations.
11377         (gdb-assembler-handler): Don't use window-start for this handler.
11378         (gdb-frame-handler): Don't change to hollow arrow if overlay
11379         arrow doesn't move to new frame.
11381 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11383         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11384         prevent compiler warnings.
11385         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11386         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11387         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11388         buffer too.
11390 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11392         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11393         make-network-process, so we can use the same code in Gnus v5-10
11394         too and have this file fully synchronized with that release.
11396 2006-03-23  Romain Francoise  <romain@orebokech.com>
11398         * ibuf-ext.el (ibuffer-read-filter-group-name):
11399         Use `ibuffer-generate-filter-groups' to make completion list match
11400         the filter groups that are really displayed in the Ibuffer buffer.
11401         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11403 2006-03-23  Kenichi Handa  <handa@m17n.org>
11405         * international/mule-cmds.el (sort-coding-systems): Describe that
11406         the argument is modified in docstring.
11408 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11410         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11411         (pgg-gpg-update-agent): New function.
11412         (pgg-gpg-use-agent-p): New function.
11413         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11414         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11415         (pgg-gpg-sign-region): Use it.
11417 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11419         * cus-edit.el (custom-face-set): Call custom-push-theme before
11420         face-spec set so that `changed' theme is correctly saved.
11421         (custom-face-reset-standard): Reset to recalculated face rather
11422         than defface spec.
11424         * custom.el (custom-push-theme): Only save `changed' theme if the
11425         current face does not match the defface specs.
11427 2006-03-21  Simon Josefsson  <jas@extundo.com>
11429         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11430         <wilde@sha-bang.de>.
11431         (pgg-gpg-use-agent): New variable.
11432         (pgg-gpg-process-region): Use it.
11433         (pgg-gpg-encrypt-region): Likewise.
11434         (pgg-gpg-encrypt-symmetric-region): Likewise.
11435         (pgg-gpg-decrypt-region): Likewise.
11436         (pgg-gpg-sign-region): Likewise.
11437         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11439 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11441         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11442         bracket links.
11444 2006-03-21  Kim F. Storm  <storm@cua.dk>
11446         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11447         fringe-indicator-alist instead of modifying global value.
11448         (gdb-frame-handler): Likewise.
11450 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11452         * diff-mode.el (diff-function): Make it inherit from diff-header
11453         instead of diff-context.
11455         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11456         bitmap.
11457         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11458         change names in macro above for consistency.
11459         (gdb-frame-handler): Use hollow-right-triangle for all selected
11460         frames which except the innermost (where execution has stopped).
11461         (gdb-reset): Reset buffer-local values of overlay-arrow.
11463 2006-03-20  Richard Stallman  <rms@gnu.org>
11465         * simple.el (set-mark-command): Doc fix.
11467         * files.el (display-buffer-other-frame): New command.
11468         (ctl-x-4-map): Bind C-x 5 C-o to it.
11470 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11473         rather than just defer-time, in case defer-time has been changed but
11474         the timer isn't running yet.
11475         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11477 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11479         * help-mode.el (help-follow-symbol): New function.
11480         Essentially identical to the old `help-follow', but do not let
11481         `push-button' do the work when on an xref.
11482         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11484 2006-03-19  Richard Stallman  <rms@gnu.org>
11486         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11487         preceded by the word `program'.
11488         (help-follow-mouse, help-follow): Throw error if not on xref.
11489         Delete no longer used args.
11491 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11493         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11494         annotation ensure gud-overlay-arrow-position is redisplayed.
11496 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11498         * textmodes/bibtex.el (bibtex-include-OPTkey)
11499         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11500         (bibtex-autokey-name-case-convert)
11501         (bibtex-autokey-titleword-case-convert): Make these the aliases
11502         for the following two variables.
11503         (bibtex-autokey-name-case-convert-function)
11504         (bibtex-autokey-titleword-case-convert-function): Make these the
11505         real names.
11506         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11507         bibtex-font-lock-crossref sublists.
11508         (bibtex-mode): Revert 2005-12-30 change (which made
11509         completion-ignore-case buffer-local).
11510         (bibtex-url): Simplify.
11512 2006-03-19  Kim F. Storm  <storm@cua.dk>
11514         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11515         cursor property value to 2 (to align with C level change).
11517 2006-03-19  Bill Wohler  <wohler@newt.com>
11519         * image.el (image-load-path-for-library): Shorten first line in
11520         docstring.
11522 2006-03-18  Richard Stallman  <rms@gnu.org>
11524         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11526 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11528         * isearch.el (isearch-other-meta-char): Handle user bindings for
11529         shifted control characters.
11531 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11533         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11534         part that matches email addresses, file names, etc.
11536 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11538         * term/w32-win.el (mouse-set-font):
11539         Mention w32-list-proportional-fonts in the doc string.
11541 2006-03-18  Kim F. Storm  <storm@cua.dk>
11543         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11544         (ido-unc-hosts): New user option to explicitly define list of know
11545         UNC-style hosts for completion.
11546         (ido-cache-unc-host-shares-time): New user option.
11547         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11548         New helper functions for UNC file-name support.
11549         (ido-may-cache-directory): Check for UNC host.  Simplify.
11550         (ido-wash-history): Clean out old UNC hosts.
11551         (ido-nonreadable-directory-p): UNC hosts are always readable.
11552         (ido-directory-too-big-p): UNC hosts are never too big.
11553         (ido-set-current-directory): Handle UNC root path.
11554         (ido-file-name-all-completions): Complete UNC host names from
11555         ido-unc-hosts list.  Cache UNC host shares.
11556         (ido-make-file-list-1): Don't filter UNC root.
11557         (ido-exhibit): Check for // in root directory, and switch to UNC
11558         mode by setting ido-current-directory to //.
11560 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11562         * cus-edit.el (customize-changed-options): Mention explicit
11563         version number as default in prompt.
11565 2006-03-17  Bill Wohler  <wohler@newt.com>
11567         * image.el (image-load-path-for-library): Minor docstring fix.
11569 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11571         * textmodes/org.el (org-read-date): Include subgroup 5 into
11572         replacement text.
11573         (org-popup-calendar-for-date-prompt): Fix customization type.
11575 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11577         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11578         (gdb-continuation): New variable.
11579         (gdb-send): Deal with continuation lines.
11581         * progmodes/gud.el (gud-gdb-complete-command)
11582         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11583         expressions.
11584         (gud-tooltip-mode): Use buffer-local value.
11586 2006-03-16  Kim F. Storm  <storm@cua.dk>
11588         * ido.el (ido-edit-input): Use selected match, if any.
11590 2006-03-16  Bill Wohler  <wohler@newt.com>
11592         * image.el (image-load-path-for-library): Prefer user's images in
11593         image-load-path.
11595 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11597         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11598         when checking for attempt to drag leftmost or rightmost scrollbar.
11600 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11602         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11603         (gdb-force-mode-line-update): New function.
11604         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11605         (gdb-exited): Use them.
11606         (gdb-signal): New function.
11607         (gdb-annotation-rules): Provide a rule for it.
11609 2006-03-16  Kenichi Handa  <handa@m17n.org>
11611         * international/mule.el (auto-coding-regexp-alist): Add entries
11612         for Unicode BOM.
11614         * sort.el (sort-build-lists): Temporarily bind
11615         inhibit-field-text-motion to t.
11617 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11619         * locate.el (locate-command, locate-make-command-line)
11620         (locate-fcodes-file, locate-update-command)
11621         (locate-prompt-for-command, locate, locate-with-filter)
11622         (locate-get-file-positions): Doc fixes.
11623         (locate-buffer-name, locate-header-face): Remove leading `*' in
11624         defcustom.
11625         (locate-filter-output): Use `keep-lines' instead of its alias
11626         `delete-non-matching-lines'.
11627         (locate-get-filename, locate-get-dirname): Add introductory comment.
11628         (locate-find-directory-other-window): Give appropriate error
11629         message if used outside main listing.
11631 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11633         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11634         the new extend-region feature.
11635         (font-lock-after-change-function): Update correspondingly.
11636         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11637         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11639 2006-03-15  Bill Wohler  <wohler@newt.com>
11641         * image.el (image-load-path-for-library): Fix example by not
11642         recommending that one binds image-load-path.  Just defvar it to
11643         placate compiler and only use it if previously defined.
11645 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11647         * textmodes/org.el (org-insert-centered): Use `string-width' to
11648         make underlining work for wide characters.
11649         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11650         TAB to `org-cycle', to make sure that no binding in
11651         `outline-mode-map' can supercede it.
11653 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11655         * allout.el: Increment version to 2.2.1 in file commentary.
11657         (allout-version): Increment to 2.2.1.
11659         (allout-default-layout): New customization variable, used when the
11660         file lacks a specific allout-layout.  Uses allout-layout-type for
11661         recursively nested definition.
11663         (allout-layout-type): Widget defining allout layouts, necessary for
11664         self-recursive definition.
11666         (allout-mode): Incorporate allout-default-layout as fallback for
11667         allout-layout.
11669         (allout-layout): Mark as 'safe-local-variable', and refer mention
11670         fallback to `allout-default-layout' in absence of a specified value.
11671         (allout-passphrase-verifier-string)
11672         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11674         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11676         (allout-get-encryption-passphrase-verifier): Use correct name of
11677         passphrase verifier in docstring.
11679 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
11681         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11682         elements.
11683         (gdb-find-watch-expression): Make it work for arrays too.
11684         Follow change to gdb-var-list.
11685         (gud-watch): Allow the user to enter variable name with a prexix
11686         arg.  Create keybindings.
11687         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11688         (gdb-var-list-children-handler, gdb-var-update-handler)
11689         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11690         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11691         Follow change to gdb-var-list.
11692         (gdb-starting): Don't show the overlay arrows when program is running.
11694         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11695         gdb-var-list.
11697 2006-03-14  Bill Wohler  <wohler@newt.com>
11699         * image.el (image-load-path-for-library): Pass value of path
11700         rather than symbol.  Always return list of directories.
11701         Guarantee that image directory comes first.
11703 2006-03-14  Alan Mackenzie  <acm@muc.de>
11705         * font-core.el (font-lock-extend-region\(-function\)?.):
11706         New function/variable.
11708         * font-lock.el (font-lock-after-change-function):
11709         Call font-lock-extend-region.  Obey font-lock-lines-before.
11710         (font-lock-default-fontify-region): Remove reference to
11711         font-lock-lines-before.
11713         * jit-lock.el (jit-lock-after-change):
11714         Call font-lock-extend-region.  Obey font-lock-lines-before.
11716 2006-03-14  David Ponce  <david@dponce.com>
11718         * tree-widget.el (tree-widget-themes-load-path)
11719         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11721 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
11723         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11724         (rcirc-print): Mark the start of text at the end of the prompt.
11725         (rcirc-track-minor-mode): Add autoload cookie.
11726         (rcirc-update-activity-string): Add space to front of mode-line
11727         indicator.
11729 2006-03-13  Miles Bader  <miles@gnu.org>
11731         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11732         (rcirc-abbrev-nick): Remove function.
11733         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11735 2006-03-13  David Ponce  <david@dponce.com>
11737         * tree-widget.el: Handle themes across all occurrences of the main
11738         themes sub-directory found in tree-widget-themes-load-path.
11739         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11740         (tree-widget--locate-sub-directory): Return all occurrences.
11741         (tree-widget-themes-path): New function.
11742         Replace tree-widget-themes-directory, and return a list of directories.
11743         (tree-widget-set-parent-theme)
11744         (tree-widget-lookup-image): Use it.
11746 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
11748         * textmodes/org.el (org-link-search): Avoid self-matching of
11749         links, allow target text to be distributed over several lines.
11750         (org-search-not-link): New function.
11751         (org-set-regexps-and-options, org-get-current-options):
11752         New startup options.
11753         (org-export-as-html): Take odd-level setting from local variable.
11754         (org-fontify-emphasized-text): New option.
11755         (org-set-font-lock-defaults): Include emphasized text.
11756         (org-follow-mhe-link): Allow folder-only links, fix folder name.
11757         (org-font-lock): Customize group renamed from `org-faces'.
11759 2006-03-13  John Paul Wallington  <jpw@pobox.com>
11761         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11762         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
11764 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
11766         * cus-start.el (all): Delete :version keyword for members of the
11767         fringe group, since the entire group is new in 22.1.
11769 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
11771         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11772         map if value is hexadecimal (an address).
11773         (gud-watch): Only search roots for existing watch expressions.
11774         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11775         prevent caching problems with speedbar-update-directory-contents.
11777 2006-03-12  Juri Linkov  <juri@jurta.org>
11779         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11780         before comparing with `low' and `warn'.
11782         * info.el (Info-dir-remove-duplicates): Move point to the
11783         beginning of the current line after deleting the entries from
11784         redundant heading.  Use marker for `limit' and compare it with
11785         point before calling `re-search-forward'.
11787 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
11789         * simple.el (yank): Fix typo in docstring.
11791 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
11793         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11794         messages, where "D" is the 6th character.
11796 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11798         * simple.el (yank): Fix last change.
11800 2006-03-11  David Ponce  <david@dponce.com>
11802         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11803         merging elements from the standard ispell-dictionary-alist.
11804         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11805         alist, and return the new alist.
11807 2006-03-11  Richard Stallman  <rms@gnu.org>
11809         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11811         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11812         the way it is implemented is too unclean.
11814         * simple.el (kill-region, yank): Doc fix.
11816         * battery.el (battery-echo-area-format): Doc fix.
11817         (battery-mode-line-format): Likewise.
11818         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11819         (battery-linux-proc-acpi): Ignore batteries that say "charged".
11821 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
11823         * progmodes/octave-mod.el (octave-indent-for-comment):
11824         Behave according to do string.
11826 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
11828         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11829         Be visible only if major mode is Mail Mode.
11831         * textmodes/flyspell.el (flyspell-external-point-words)
11832         (flyspell-process-localwords): Fix last changes.
11834 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
11836         * calendar/holidays.el (list-holidays): Doc fix.
11838         * international/mule.el (auto-coding-alist): Add .odt
11839         (OpenOffice's open document) files.
11841         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11842         document) files.  Mention in the doc string the need to sync with
11843         auto-coding-alist.
11845 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
11847         * files.el (hack-local-variables-confirm): Don't prompt for ! if
11848         enable-local-variables is set to always query, or there is no
11849         savable variable.
11851 2006-03-10  Bill Wohler  <wohler@newt.com>
11853         * image.el (image-load-path-for-library): Merge at least three
11854         functions from Gnus and MH-E into this one function that can now
11855         be shared.
11857 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
11859         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11860         gdb-remove-mouse-face and remove help-echo too.
11861         (gdb-enqueue-input): Correct conditional clause.
11863 2006-03-10  Glenn Morris  <rgm@gnu.org>
11865         * calendar/calendar.el (calendar-holidays): Doc fix.
11866         * calendar/holidays.el (list-holidays): Doc fix.
11868 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
11870         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11871         it gets called in gdb-prompt anyway.
11872         (gdb-use-separate-io-buffer): Only restore window arrangement for
11873         gdb-many-windows.
11874         (gdb-enqueue-input): Make it harder to send GDB input when program
11875         is running.
11876         (gdb-buffer-list): New variable.
11877         (gdb-remove-mouse-face): New function.
11878         (gdb-starting): Use it when GDB input won't get sent.
11880 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
11882         * help.el (view-lossage): Remove trailing whitespace before
11883         inserting "\n".
11885 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
11887         * files.el (hack-local-variables-confirm):
11888         Set coding-system-for-read to nil before writing to .emacs.
11890         * arc-mode.el (archive-extract): Check if an existing buffer name
11891         comes from a different archive.
11893         * help.el (describe-key-briefly): If KEY is a down event, read and
11894         discard the up event.
11896 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
11898         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11899         be edited and use font-lock-warning-face for any changes.
11901         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11902         (gdb-edit-value): Use it to report any errors.
11904 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
11906         * help.el (describe-key): Remove leftover test code.
11908 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
11910         * textmodes/org.el: Move defvars out of eval-when-compile.
11911         Use buffer-file-name variable.
11912         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11913         arg `file'.
11914         (org-level-faces): Remove startup dependency.
11915         (org-cycle, org-map-tree, org-scan-tags)
11916         (org-remember-handler): Don't call `outline-level' directly.
11917         (org-mhe-search-all-folders): New option.
11918         (org-mhe-get-message-folder-from-index)
11919         (org-mhe-get-message-folder): Fix indexing search.
11920         (org-format-agenda-item): Handle nil TAGS argument.
11921         (org-cleaned-string-for-export, org-activate-target-links)
11922         (org-make-target-link-regexp): Deal with empty radio target list.
11923         (org-tag): New face.
11924         (org-get-level-face): New function.
11925         (org-set-font-lock-defaults): Simplify setup for headlines.
11926         (org-complete): Pass common substring to `display-completion-list'.
11928 2006-03-06  David Ponce  <david@dponce.com>
11930         * tree-widget.el: Update Commentary header.
11931         (tree-widget-theme-name): Ignore parent themes.
11932         (tree-widget-set-parent-theme): New function.
11933         (tree-widget-set-theme): Use it.
11934         (tree-widget-set-image-properties): Move definition.  Does nothing
11935         if image properties have already been set.
11936         (tree-widget-image-properties): Move definition.  Receive an image
11937         name.  Set the :pointer property.
11938         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
11939         Don't set the :pointer image property.
11940         (tree-widget-convert-widget): New function.  Handle :dynargs
11941         compatibility here.
11942         (tree-widget): Use it to :convert-widget.  Add the :expander-p
11943         predicate to control when the :expander function is entered.
11944         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11945         (tree-widget-value-create): Handle :expander-p.  widget-apply
11946         :expander.
11947         (tree-widget-expander-p): New function.  Default value of the
11948         :expander-p property.
11950 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
11952         * help.el (describe-key): Properly handle the return value of
11953         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
11954         remaps.  Handle string and vector `follow-link' values.
11956 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * complete.el (PC-expand-many-files): Try be more careful when parsing
11959         the shell's output.
11961 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * outline.el (hide-sublevels): Provide better interactive default.
11965 2006-03-06  Kenichi Handa  <handa@m17n.org>
11967         * international/fontset.el (create-fontset-from-fontset-spec):
11968         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11970 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
11972         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11973         backslashes instead of one in regexp.
11974         (gud-tooltip-dereference): Add missing optional argument.
11976 2006-03-04  John Paul Wallington  <jpw@pobox.com>
11978         * wdired.el (toplevel): Require `cl' at compile-time.
11980 2006-03-04  Andreas Schwab  <schwab@suse.de>
11982         * server.el (server-process-filter): Handle errors during
11983         evaluation of the argument.
11985 2006-03-03  John Paul Wallington  <jpw@pobox.com>
11987         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11988         escape parentheses at beginning of line.
11989         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11990         (t-mouse-mode): Remove period from end of error message.
11992 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
11994         * textmodes/flyspell.el (flyspell-process-localwords):
11995         Be case-sensitive.
11997 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
11999         * cus-edit.el (custom-quote): Remove function, since it has been
12000         moved to custom.el.
12002         * font-lock.el (lisp-font-lock-keywords-2)
12003         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12004         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12005         they have no special meaning.
12007         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12008         indirect buffer gets killed before indirect buffer.  Use dolist.
12010 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12012         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12013         value instead of a literal constant (1) on more pauses.
12015 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12017         * textmodes/flyspell.el (flyspell-external-point-words):
12018         Be case-sensitive.
12020 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12022         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12023         with "www".
12025 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12027         * allout.el: Restablish intermediate missing comment header to
12028         preserve outline structure.
12029         (allout-beginning-of-current-entry): Skip invisible text.
12030         (allout-open-topic): Fix opening a topic at end-of-buffer.
12031         (allout-minor-mode): Move nearer to allout-mode function.
12033 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12035         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12037 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12039         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12040         is nil.
12042         * progmodes/gud.el (gud-speedbar-menu-items):
12043         Use buffer-local-value and add missing :visible keyword.
12045         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12047 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12049         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12050         must be `follow-link'.
12052         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12054         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12055         formatting: No nested anchors.
12056         (org-all-targets): Fix bug with XEmacs compatibility.
12057         (org-read-date): Add (require 'parse-time).
12058         (org-set-tags): Fix bug with extra inserted space.
12059         (org-export-html-style): Define a style class for targets.
12060         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12061         (org-hide-leading-stars): New option.
12062         (org-hide): New face.
12063         (org-set-font-lock-defaults): Allow to hide leading stars.
12064         (org-get-legal-level, org-tr-level): New functions.
12065         (org-odd-levels-only): New option.
12066         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12067         (org-demote, org-promote): Deal with double-star levels.
12068         (org-convert-to-odd-levels): New command.
12070 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12072         * speedbar.el (speedbar-update-localized-contents): Try to
12073         preserve window-start.
12074         (speedbar-update-directory-contents): Try to preserve window-start
12075         and window-point.
12076         (speedbar-update-special-contents): Don't move back to start of window.
12078         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12079         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12080         speedbar-timer-fn.
12081         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12082         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12083         instead of gdb-speedbar-timer-fn.
12085 2006-02-28  Jay Belanger  <belanger@truman.edu>
12087         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12088         (math-compose-expr): Use latex option when calling
12089         `math-compose-tex-matrix' for latex mode.
12091 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12093         * speedbar.el: Re-instate comments about developing for speedbar
12094         [this is what info and gdb-ui use even if better methods exist now].
12096         * t-mouse.el: New file.
12097         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12098         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12099         (t-mouse-make-event-element): Use posn-at-x-y instead.
12100         (t-mouse-make-event): Deal with Fedora Core 3.
12101         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12102         (t-mouse-mouse-position-function): New function.  Use it instead
12103         of advising mouse-position.
12104         (t-mouse-mode): New minor mode.
12105         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12107 2006-02-27  Glenn Morris  <rgm@gnu.org>
12109         * calendar/calendar.el (calendar-holidays): Doc fix.
12111 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12113         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12114         Re-introduce the concept of a source window.
12115         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12116         consistency with get-buffer-create.
12117         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12118         (gdb-data-list-register-values-handler)
12119         (gdb-stack-list-locals-handler): Try to preserve window-start as
12120         well as window-point.
12121         (gdb-display-source-buffer): New function (old concept).
12122         (gdb-goto-breakpoint): Use it.
12124         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12125         for gdb-ui/gdb-mi (old concept).
12127 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12129         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12130         binding.
12132         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12134         * textmodes/reftex-sel.el (reftex-select-label-map)
12135         (reftex-select-bib-map): Add `follow-mouse' binding.
12137 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12139         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12140         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12141         Give :set functions to provide automatic updating.
12142         Update docstring.  Give compiler defvars early in the file
12143         and move the defcustoms to a later spot where all called functions
12144         are defined.
12145         (jka-compr-file-name-handler-entry): Doc fix.
12146         (jka-compr-compression-info-list--internal)
12147         (jka-compr-mode-alist-additions--internal)
12148         (jka-compr-load-suffixes--internal): New variables.
12149         (jka-compr-install): Set the three above variables.
12150         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12151         (jka-compr-update, jka-compr-set): New functions.
12152         (auto-compression-mode): Doc fix.
12154         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12155         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12156         Use jka-compr-compression-info-list--internal,
12157         jka-compr-mode-alist-additions--internal and
12158         jka-compr-load-suffixes--internal.
12160         * files.el (load-library):
12161         * loadhist.el (file-loadhist-lookup):
12162         * startup.el (command-line):
12163         * subr.el (locate-library):
12164         * emacs-lisp/autoload.el (update-directory-autoloads):
12165         * emacs-lisp/find-func.el (find-library-suffixes):
12166         Use `get-load-suffixes' instead of `load-suffixes'.
12168         * subr.el (locate-library):
12169         * emacs-lisp/find-func.el (find-library-name):
12170         Use `load-file-rep-suffixes' instead of '("").
12172 2006-02-26  Kim F. Storm  <storm@cua.dk>
12174         * ido.el (ido-save-history, ido-load-history): Simplify.
12175         Don't use find-file-noselect to avoid interference from other modes.
12177 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12179         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12180         to use the default shell if filename is not available.
12181         Reported by Giorgos Keramidas.
12183 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12185         * progmodes/etags.el (tags-completion-table): Do completion from
12186         all the tables in the current list, as documented in the manual.
12188 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12190         * CC Mode Update to 5.31.3.
12192 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12194         * progmodes/cc-mode.el (c-postprocess-file-styles):
12195         Bind inhibit-read-only to t, around the call to
12196         c-remove-any-local-eval-or-mode-variables, so that it works on a
12197         RO file.
12199 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12201         * progmodes/cc-awk.el: Correct a typo.
12203 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12205         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12206         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12207         name as an alias.
12209 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12211         * progmodes/cc-mode.el: Correct a typo.
12213 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12215         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12217 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12219         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12220         brace-else-brace (error due to mbeg, mend being undefined).
12222 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12224         * progmodes/cc-mode.el: File Local variables: Solve the problem
12225         where both `mode' and c-file-offsets are specified: `mode' will
12226         overwrite c-f-o's settings:
12227         (c-remove-any-local-eval-or-mode-variables): New function.
12228         (c-postprocess-file-styles): Call the above new function, within
12229         c-tentative-buffer-change, to splat `mode' and `eval' before the
12230         second hack-local-variables.
12232 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12234         * progmodes/cc-mode.el:
12235         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12236         (c-after-change): Protect the match data with save-match-data.
12237         It was getting corrupted by c-after-change-check-<>-operators.
12239         * cc-defs.el: [Supersedes patch V1.38]:
12240         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12241         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12243         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12244         with save-match-data.  It was being corrupted when Font Lock was
12245         not enabled.
12247 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12249         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12250         Mode and Subword Mode.
12252         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12253         real labels ("case 1:" or "foo:") from non-labels ("public:").
12254         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12255         coding; c-f-t-2 doesn't move over a token at EOB.
12257         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12259         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12260         (c-update-modeline): Concatenate the minor mode indicators
12261         directly onto mode-name, removing c-submode-indicators.
12262         Sometimes, c-s-i got separated from the mode name on the mode line.
12264         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12265         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12267 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12269         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12270         error message when there's an evaluation error to show whether
12271         it's loaded from source or not.
12272         (c-filter-ops): Make it available at runtime too to work when
12273         `c-make-init-lang-vars-fun' needs to evaluate from source.
12275 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12277         * help.el (help): Revert last part of 2006-02-23 change (deletion
12278         of the `provide' call).
12280 2006-02-23  Juri Linkov  <juri@jurta.org>
12282         * compare-w.el (compare-windows-highlight): Add new value
12283         `persistent' and change :type from `boolean' to `choice'.
12284         (compare-windows-overlays1, compare-windows-overlays2):
12285         New internal variables.
12286         (compare-windows-highlight): If compare-windows-highlight is
12287         `persistent', add current overlays to compare-windows-overlays[12]
12288         instead of adding compare-windows-dehighlight to pre-command-hook.
12289         (compare-windows-dehighlight): Delete all overlays from
12290         compare-windows-overlays[12].
12292         * info.el (Info-search): Don't bind search-spaces-regexp to
12293         Info-search-whitespace-regexp in non-regexp isearch mode.
12295 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12299 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12301         * textmodes/org.el (org-xemacs-p)
12302         (org-export-html-show-new-buffer, org-table-may-need-update)
12303         (org-insert-item, org-mhe-get-message-real-folder)
12304         (org-mhe-get-message-folder-from-index)
12305         (org-mhe-get-message-folder, org-mhe-get-message-num)
12306         (org-mhe-get-header, org-make-org-heading-search-string)
12307         (org-make-org-heading-camel, org-table-sort-lines)
12308         (org-format-org-table-html, org-format-table-table-html):
12309         Fix typos in docstrings.
12311 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12313         * textmodes/org.el (org-cleaned-string-for-export)
12314         (org-solidify-link-text): New function.
12315         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12316         XEmacs, just to silence the compiler.
12317         (org-export-as-ascii, org-export-as-html-and-open):
12318         Use `org-cleaned-string-for-export' and create internal links.
12319         (org-follow-mhe-link): Require mh-e, use folder.
12321 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12323         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12325         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12326         gdb-debug-log-length.
12327         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12328         it a real ring but...
12329         (gud-gdba-marker-filter): ...make it work like mark-ring.
12330         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12331         (gdb-mouse-jump): New function.  Add bindings.
12333 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12335         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12336         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12337         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12338         (gdb-debug-log-length): Customize it's length.
12339         (gud-watch, gdb-var-create-handler): Display function::var format
12340         but don't use to create variable object.
12341         (gdb-var-create-handler): Use message-box in place of message.
12342         (gdb-stopped): Call gdb-exited if signalled.
12344 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12346         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12348         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12350         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12351         if `reftex-try-all-extensions' is set.
12353         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12354         fail silently when there is no valid argument at point.
12355         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12356         `fail-silently' argument.  From a patch by David Reiter.
12358         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12359         New commands.
12360         (org-mark-ring): New variable.
12361         (org-mark-ring-length): New option.
12362         (org-open-at-point, org-goto, org-open-file): Push old position
12363         onto the mark ring.
12364         (org-add-hook): New function.
12365         (org-export-table-remove-special-lines): New option.
12366         (org-skip-comments, org-format-org-table-html): Respect new
12367         option `org-export-table-remove-special-lines'.
12368         (org-open-file): Allow special command configuration for
12369         directory link.
12370         (org-file-apps): Fix bugs in customize type, added setting
12371         for directories.
12372         (org-activate-tags, org-format-agenda-item, org-complete)
12373         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12374         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12375         (org-link-search, org-make-org-heading-search-string)
12376         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12377         (org-radio-targets, org-file-link-context-use-camel-case)
12378         (org-activate-camels): New options.
12379         (org-update-radio-target-regexp, org-all-targets)
12380         (org-make-target-link-regexp, org-activate-target-links):
12381         New functions.
12382         (org-make-org-heading-search-string): New function.
12383         (org-store-link, org-insert-link): Use new option
12384         `org-file-link-context-use-camel-case'.
12385         (org-activate-camels): Use new option `org-activate-camels'.
12386         (org-link-regexp): Add mhe prefix.
12387         (org-open-at-point, org-store-link): Support for mhe links.
12388         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12389         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12390         (org-mhe-get-header, org-follow-mhe-link): New functions.
12391         (org-remove-angle-brackets, org-add-angle-brackets):
12392         New functions.
12393         (org-bracket-link-regexp): New constant.
12394         (org-read-date): Fix bug that was rejecting all typed dates.
12395         (org-link-search): Make hierarchy above visible after a match.
12396         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12397         (org-store-link): Fix bug with link creation when cursor is in
12398         an empty line.
12399         (org-open-at-point): Fix bug with matching a link.
12400         Fixed buggy argument sequence in call to `org-view-tags'.
12401         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12402         (org-prefix-has-tag): New variable.
12403         (org-format-agenda-item): Remove tags from headline
12404         if appropriate.
12405         (org-agenda-remove-tags-when-in-prefix): New option.
12407 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12409         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12410         Fix the regular expressions.
12412 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12414         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12415         if there's no other specific basis.
12417         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12418         as variables at all.
12419         (unsafep-variable): Rename arg; doc fix.
12421         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12423         * calendar/appt.el (diary-selective-display): Add defvar.
12425         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12427         * isearch.el (search-whitespace-regexp): Fix custom type.
12429         * help.el (describe-key-briefly): Compute interactive args
12430         in same was as before previous change.
12432         * files.el (enable-local-variables): Doc fix.
12434 2006-02-21  Kim F. Storm  <storm@cua.dk>
12436         * fringe.el: Cleanup as file is now pre-loaded.
12437         (fringe-bitmaps): Initialize unconditionally.
12438         (fringe-mode, set-fringe-style): Remove autoload cookies.
12440 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12442         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12443         `horizontal-bar'.
12444         (fringe-cursor-alist): Use `horizontal-bar'.
12446 2006-02-20  Kim F. Storm  <storm@cua.dk>
12448         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12449         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12451         * loadup.el: Load "fringe" on window systems.
12453 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12455         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12456         out of scope components.
12458         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12459         default.
12461 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12463         * custom.el (customize-mark-to-save, customize-mark-as-set):
12464         Load the symbol first.
12466 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12468         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12469         strech spec so it doesn't display as "^J" on the header line
12470         when `Buffer-menu-use-header-line' is t.
12472 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12474         * speedbar.el (speedbar-make-button): Keep text properties
12475         of string arguments if desired.
12477         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12478         expessions.
12480         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12481         of speedbar.
12483 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12485         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12486         to value of `read-file-name-completion-ignore-case'.
12488 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12490         * custom.el (customize-mark-as-set): Push to `user' theme.
12492         * cus-edit.el (custom-save-variables): Allow unthemed values.
12493         (customize-set-variable): Push setting to `user' theme.
12495 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12497         * progmodes/gud.el: Don't require font-lock as it's now
12498         automatically loaded.
12499         (gud-speedbar-buttons): Replace gdb-var-changed with
12500         gdb-force-update.
12502         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12503         gdb-var-changed.
12504         (gdb-post-prompt): Use it.
12505         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12506         (gdb-var-update-handler, gdb-var-delete)
12507         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12508         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12509         gdb-force-update in gdb-post-prompt.
12510         (gdb-reset): Clear watch expressions from speedbar when quitting.
12512 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12514         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12515         (viper-change-state-to-vi, viper-change-state-to-emacs):
12516         Make aware of cursor coloring in the Emacs state.
12517         (viper-special-read-and-insert-char): Use read-char-exclusive.
12518         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12520         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12522         * viper-util.el (viper-save-cursor-color)
12523         (viper-get-saved-cursor-color-in-replace-mode)
12524         (viper-get-saved-cursor-color-in-insert-mode)
12525         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12526         state.
12527         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12529         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12530         (ediff-ignore-case-option3, ediff-actual-diff-options)
12531         (ediff-actual-diff3-options): New variables to control case sensitivity.
12532         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12533         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12534         (ediff-toggle-ignore-case): New function.
12535         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12537         * ediff-help.el (ediff-long-help-message-narrow2)
12538         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12539         (ediff-long-help-message-word-mode): Add ignore-case command.
12540         (ediff-help-for-quick-help): Add ignore-case command.
12542         * ediff-merg.el: Move provide to the end.
12544         * ediff-ptch.el: Move provide to the end.
12546         * ediff-wind.el: Move provide to the end.
12548         * ediff-mult.el: Move provide to the end.
12549         (ediff-set-meta-overlay): Enable follow-link.
12551         * ediff.el: Move provide to the end.
12552         Break recursive load cycle in eval-when-compile.
12553         (ediff-patch-buffer): Better heuristics.
12555         * ediff-util.el: Move provide to the end.
12556         Break recursive load cycle in eval-when-compile.
12557         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12558         defuns.
12559         (ediff-submit-report): Pass the values of ediff-diff3-program,
12560         ediff-diff3-options.
12562 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12564         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12565         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12566         `' (for example, in the docstring of `windmove-default-keybindings').
12568 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12570         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12571         shadow face.  Don't provide binding to edit variable when it is
12572         out of scope.
12574         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12575         (gdb-var-update-handler): Detect out of scope variables with pre
12576         GDB 6.4 too.
12577         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12578         Reset status of variable objects to nil in update handlers.
12579         (gdb-var-update-handler-1): Detect when a variable object comes
12580         in scope.  setcar on var changes gdb-var-list directly.
12582 2006-02-17  Juri Linkov  <juri@jurta.org>
12584         * ffap.el (ffap) <defface>: Add explicit face declaration.
12585         (ffap-highlight): Use face `ffap' directly instead of checking
12586         for its existence.
12588         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12589         `visible-ok' of `other-buffer' to find the right original buffer.
12591         * info.el (Info-search): Skip `Local Variables' node.
12593 2006-02-17  Juri Linkov  <juri@jurta.org>
12595         * info.el (Info-find-file): Check for symbols `apropos', `history',
12596         `toc' in the input filename, and return these symbols as is.
12597         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12598         `history', `toc' instead of strings.
12599         (Info-set-mode-line): For non-string Info-current-file use the
12600         symbol's name inside **.
12601         (Info-isearch-push-state): Add quote before Info-current-file and
12602         Info-current-node.
12603         (Info-isearch-pop-state): Use `equal' instead of `string='.
12604         (Info-extract-pointer, Info-following-node-name): Use
12605         `match-string-no-properties' instead of `match-string'.
12606         (Info-up): Check `old-file' for `stringp'.
12607         (Info-history): Use `equal' instead of `string-equal'.
12608         Check `file' for `stringp'.
12609         (Info-history): Use symbol `history' instead of string as first arg
12610         of `Info-find-node'.
12611         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12612         `toc' instead of string.
12613         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12614         instead of `buffer-substring', and `match-string-no-properties'
12615         instead of `match-string'.
12616         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12617         instead of strings.
12618         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12619         Use symbol `apropos' instead of string.
12620         (Info-copy-current-node-name): Check `Info-current-file' for
12621         `stringp' and construct a command with `Info-find-node' from it.
12622         (Info-fontify-node): Use `match-string-no-properties' instead of
12623         `match-string' and check file names for `stringp'.
12624         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12625         `history', `toc' instead of strings.
12627 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12629         * files.el: Rearrange functions and variables in the file local
12630         variables section.
12632 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12634         * files.el: Add truncate-lines, ispell-check-comments and
12635         ispell-local-dictionary as safe local variables.
12637 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12639         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12640         out of scope variables.
12641         (gud-speedbar-buttons): Use unless.
12643         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12644         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12645         (gdb-show-changed-values): Also use for out of scope variables.
12646         (gdb-var-update-handler-1): Note if variable goes out of scope.
12648 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12650         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12651         default to global variable values for unsupplied args.
12652         (rcirc-get-buffer-create): Fix bug with setting the target.
12653         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12654         test for rcirc-always-use-server-buffer-flag here.
12655         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12656         uses the default face.  Change the ACTION format string.  If the
12657         "nick" is the server, don't print anything for that field.
12658         Comment fixes.
12659         (rcirc-target-buffer): Don't test
12660         rcirc-always-use-server-buffer-flag here.
12661         (rcirc-print): Squeeze extra spaces out of the text before message.
12662         (rcirc-put-nick-channel): Strip potential "@" char from nick
12663         before adding them to nick table.
12664         (rcirc-url-regexp): Improve to match address like "foo.com".
12666 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
12668         * allout.el (allout-hidden-p): Move this defsubst before
12669         allout-overlay-interior-modification-handler, where it is first
12670         used.
12672 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
12674         * allout.el: Use allout invisible-text overlays instead of
12675         selective display for concealed text.  Also, lots of general
12676         cleanup, and improved compatibility code.
12678         (allout-version) Incremented, corrected, revised, and refined
12679         module commentary.
12681         (provide 'allout): Moved to the bottom, added a require of overlay.
12683         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12684         `except-current'.
12685         (allout-write-file-hook-handler): Minimize delay.
12686         (count-trailing-whitespace-region): New function so
12687         auto-encryption of current topic can resituate cursor exactly.
12688         PGP/GPG encryption trims trailing whitespace from lines, which
12689         must be accounted for across encryption then decryption.
12691         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12692         just plain "\C-c", to avoid intruding on user's keybinding space.
12694         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12695         parameter, so user request to provide a new password is done.
12697         (allout-outside-normal-auto-fill-function, allout-auto-fill):
12698         Refined mechanism for auto-filling behavior while in allout mode.
12700         (allout-mode): Explicitly specify the mode map in the docstring.
12701         Clarify provision for various write-file hook var names.
12702         Adjusted for invisible-text overlays instead of selective-display.
12704         (allout-depth): Really return 0 if not within any topic.  This
12705         rectifies `allout-beginning-of-level' and sequence numbering
12706         errors that occur when cutting and pasting numbered topics.
12707         Changed from a in-line subst to a regular function, as well.
12709         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12711         (allout-end-of-subtree, allout-end-of-subtree)
12712         (allout-end-of-entry, allout-end-of-current-heading)
12713         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12714         (allout-show-children, allout-show-to-offshoot)
12715         (allout-hide-current-entry, allout-show-current-entry): Rectified
12716         handling of trailing blank lines between items.
12718         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12719         (allout-current-depth, allout-unprotected, allout-hidden-p)
12720         (allout-on-current-heading-p, allout-listify-exposed)
12721         (allout-chart-subtree, allout-goto-prefix)
12722         (allout-back-to-current-heading, allout-get-body-text)
12723         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12724         (allout-hide-region-body, allout-toggle-subtree-encryption)
12725         (allout-encrypt-string, allout-encrypted-key-info)
12726         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12727         (allout-file-vars-section-data): Adjusted for use with
12728         invisible-text overlays instead of selective-display.
12730         (allout-kill-line, allout-kill-topic, allout-yank-processing):
12731         Reworked for use with invisible text overlays.
12733         (allout-current-topic-collapsed-p): New function.
12735         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12736         to know when to close the containing topic.
12738         (allout-pre-command-business, allout-post-command-business):
12739         Simplify undo-batching and dynamic isearch exposure.
12741         (allout-set-overlay-category): New for invisible-text overlays.
12742         Sets properties of allout-overlay-category, used by
12743         allout-flag-region to set invisible-text overlay properties.
12744         (allout-get-invisibility-overlay): Get the first qualifying
12745         invisibility overlay, so we can find the extent of it.
12746         (allout-back-to-visible-text): Get to just before the beginnining
12747         of the current invisibility overlay, if any.
12749         (allout-overlay-insert-in-front-handler)
12750         (allout-overlay-interior-modification-handler)
12751         (allout-before-change-handler, allout-isearch-end-handler): New
12752         functions to handle extraordinary actions affecting concealed
12753         text.
12755         (allout-flag-region): Use overlays instead of selective-display
12756         for invisible text - by inheritence from the properties of
12757         allout-overlay-category in mainline Emacs, and applied
12758         property-by-property in XEmacs, some recent versions of which
12759         don't inherit the properties from the category.  Provisions to
12760         respond to concealed-text edits simplified drastically.
12762         (allout-isearch-rectification, allout-isearch-was-font-lock)
12763         (allout-isearch-expose, allout-enwrap-isearch)
12764         (allout-isearch-abort, allout-pre-was-isearching)
12765         (allout-isearch-prior-pos, allout-isearch-did-quit)
12766         (allout-isearch-dynamic-expose)
12767         (allout-hide-current-entry-completely): Functions deleted.
12769         (allout-undo-aggregation): Explicit undo aggregation no longer
12770         necessary due to transition away from selective-display.
12772         (set-allout-regexp, allout-up-current-level)
12773         (allout-next-visible-heading, allout-forward-current-level)
12774         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12775         (allout-kill-line, allout-yank-processing, allout-show-children)
12776         (allout-expose-topic, allout-old-expose-topic)
12777         (allout-listify-exposed, allout-insert-latex-header)
12778         (allout-toggle-subtree-encryption, allout-encrypt-string)
12779         (remove-from-invisibility-spec, allout-hide-current-subtree):
12780         Ditched unused variables.
12782 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
12784         * textmodes/ispell.el (ispell-change-dictionary): Call
12785         ispell-buffer-local-dict instead of
12786         ispell-accept-buffer-local-defs.
12787         (ispell-local-dictionary-alist): Accept as valid any coding-system
12788         supported by Emacs.
12789         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12790         changed to iso-8859-3.
12792 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
12794         * speedbar.el (speedbar-frame-width): Make an inline function
12795         instead of a macro.  Use frame-width.
12796         (speedbar-try-completion, speedbar-update-contents)
12797         (speedbar-timer-fn): Use consp.
12798         (speedbar-update-localized-contents): Try to preserve point.
12800         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12801         (menu): Re-order menu items.
12802         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12803         field.
12804         (gdb-var-update-handler-1): Use it for GDB 6.4+.
12805         (gdb-post-prompt): Speed things by not forcing update.
12807 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
12809         * wid-edit.el (widget-button-click): For mouse-1, cancel button
12810         press and perform default action if we get a mouse movement event.
12812 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12814         * calendar/icalendar.el (icalendar--get-event-property)
12815         (icalendar--get-event-property-attributes): Fix typos in
12816         docstrings.
12818         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12819         docstring.
12821 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
12823         * bs.el (bs-mode): Use `buffer-disable-undo'.
12824         (bs--get-file-name): Simplify.
12825         (bs-show-in-buffer): Mark the buffer as not modified.
12827 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12829         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12830         widget-button-click.
12832         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12833         (custom-mode): Update docstring.
12835         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12836         binding.
12838         * files.el (hack-local-variables-confirm): Allow scrolling if the
12839         file variable list is too long.  Kill temp buffer after use.
12841 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
12843         * progmodes/gud.el (gdb): Improve doc string.
12844         (gdb-script-font-lock-keywords): Expand allowed character set.
12846         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12847         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12848         (gdb-separate-io-interrupt, gdb-separate-io-quit)
12849         (gdb-separate-io-stop, gdb-separate-io-eof):
12850         Rename from gdb-inferior-* to gdb-separate-*.
12851         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12853 2006-02-14  Jay Belanger  <belanger@truman.edu>
12855         * calc/calc-arith.el (math-check-known-scalarp): Make sure
12856         expression is a symbol before checking that it is bound.
12858         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12859         test to see if equation can be solved.
12861 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12863         * wid-edit.el (widget-button-click): Use :pressed-face property
12864         for overlay face, if it exists.
12866         * cus-edit.el (custom-manual, custom-add-see-also)
12867         (custom-add-parent-links, custom-group-link): Add :pressed-face
12868         property to links.
12870         * files.el (hack-local-variables): Remove ignored variables before
12871         checking if any variables need setting.
12873 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12875         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12877 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
12879         * help.el (where-is): Fix message for remapped commands.
12881         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12882         Fix typos in docstrings.
12884 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
12886         * files.el (safe-local-variable-values): New option.
12887         (hack-local-variables-prop-line): Return a list of variable-value
12888         pairs if MODE-ONLY is non-nil.
12889         (hack-local-variables): Construct list of variable-value pairs,
12890         and apply or reject them in one go.  Ask for confirmation if
12891         variables are not known safe.
12892         (hack-local-variables-confirm): Complete rewrite.  Support
12893         `safe-local-variable-values'.
12894         (enable-local-variables): Update docstring to reflect new
12895         behavior.
12896         (ignored-local-variables): Ignore ignored-local-variables and
12897         safe-local-variable-values.
12898         (safe-local-variable-p): New function.
12899         (risky-local-variable-p): `safe-local-variable' property check
12900         moved to safe-local-variable-p.
12901         (hack-one-local-variable): Checks moved to hack-local-variables.
12903         (byte-compile-dynamic, c-basic-offset, c-file-style)
12904         (c-indent-level, comment-column, fill-column, fill-prefix)
12905         (indent-tabs-mode, kept-new-versions, no-byte-compile)
12906         (no-update-autoloads, outline-regexp, page-delimiter)
12907         (paragraph-start, paragraph-separate, sentence-end)
12908         (sentence-end-double-space tab-width, version-control):
12909         Add `safe-local-variable' property.
12911         * find-lisp.el: Delete nonexistent `autocompile' file variable.
12913         * icomplete.el, play/landmark.el: Change nonexistent
12914         `outline-layout' file variable to `allout-layout'.
12916 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
12918         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12919         (gdb-get-changed-registers): Test value of gud-minor-mode relative
12920         to gud-comint-buffer.
12921         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12922         gdb-ui.el for gdb-mi.el.
12923         (gdb-post-prompt, gdb-get-changed-registers): Move test for
12924         registers buffer to gdb-get-changed-registers.
12925         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
12926         deletion of catchpoints (throw and catch).
12927         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12928         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12929         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12930         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12931         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12933 2006-02-13  Jay Belanger  <belanger@truman.edu>
12935         * calc/calc-arith.el (math-check-known-matrixp): Make sure
12936         expression is a symbol before checking that it is bound.
12938 2006-02-13  Richard M. Stallman  <rms@gnu.org>
12940         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12941         for the minibuffer too, but not if resize-mini-windows will interfere.
12943         * help.el (describe-key-briefly, describe-key): Do all arg-reading
12944         inside `interactive' spec.
12945         (describe-key-briefly-internal, describe-key-internal):
12946         Functions merged back into their callers.
12948 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
12950         * info.el (info-xref-visited): Inherit from info-xref too.
12951         (Info-set-mode-line): Replace occurrences of `%' by `%%'
12952         when propertizing Info-current-file and Info-current-node.
12954 2006-02-13  Juri Linkov  <juri@jurta.org>
12956         * tumme.el (tumme-thumbnail-storage): Fix docstring.
12957         (tumme-thumb-name): Fix per-directory format.
12959 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
12961         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12963 2006-02-12  Miles Bader  <miles@gnu.org>
12965         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12967 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
12969         * tumme.el: Remove history section.  If someone needs the it, it
12970         can always be found in CVS.
12972 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
12974         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
12975         about the Thumbnail Managing Standard option.
12977 2006-02-12  Richard M. Stallman  <rms@gnu.org>
12979         * subr.el (substitute-key-definition): Doc fix.
12981         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12983         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12985         * info.el (Info-mode): Doc fix.
12987         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12989 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
12991         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12992         because on Solaris a POSIX compatible "id" is needed.  Reported by
12993         Magnus Henoch <mange@freemail.hu>.
12995 2006-02-12  Juri Linkov  <juri@jurta.org>
12997         * tumme.el: Remove todo item about Thumbnail Managing Standard.
12998         (tumme) <defgroup>: Change :group to `multimedia'.
12999         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13000         Managing Standard.
13001         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13002         Fix dostring.
13003         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13004         and %y.  Fix docstring.
13005         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13006         (tumme-cmd-create-standard-thumbnail-command): New user options.
13007         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13008         is `standard'.  Fix docstring.
13009         (tumme-thumb-width, tumme-thumb-height): New user options.
13010         (tumme-external-viewer): Try to find various viewers.
13011         (tumme-get-thumbnail-image): Use `create-image' instead of
13012         constructing the `image' structure.
13013         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13014         `standard'.
13015         (tumme-thumb-name): Add file name generation for standard storage.
13016         Simplify code for other storages.
13017         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13018         Add modification time %m and thumbnail-nq8 %q.
13019         Use `tumme-cmd-create-standard-thumbnail-command' if
13020         tumme-thumbnail-storage is `standard'.
13021         (tumme-dired-insert-marked-thumbs): New autoload command.
13022         (tumme-dired-after-readin-hook): New function.
13023         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13024         `tumme-thumb-size'.
13025         (tumme-display-image): Replace size-x %x and size-y %y with
13026         width %w and height %h.
13028         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13029         `tumme-dired-insert-marked-thumbs'.
13031 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13033         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13034         include path).
13035         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13036         matching tag.
13038 2006-02-12  Miles Bader  <miles@gnu.org>
13040         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13041         New variables.
13042         (rcirc-abbrev-nick): New function.
13043         (rcirc-format-response-string): Rewrite to use the formats in
13044         `rcirc-response-formats' and expand escape sequences therein.
13045         A text-property `rcirc-text' is added over the actual response
13046         text to make easy to find inside the returned string.
13047         (rcirc-print): When filling, just look for the `rcirc-text'
13048         text-property to find the appropriate fill prefix, instead of
13049         using hardwired patterns.
13051 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13053         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13054         Managing Standard.
13056 2006-02-11  Kim F. Storm  <storm@cua.dk>
13058         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13059         Don't use insert-buffer; do insert-buffer-substring directly.
13060         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13062 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13064         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13065         with inhibit-read-only.  Suggested by Stefan Monnier.
13066         (revert-buffer): Let insert-file-contents discard
13067         buffer-undo-list.  Simplify code.
13068         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13070 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13072         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13074         * help.el (describe-key-briefly): Now a wrapper for
13075         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13076         to t.  Populate yank-menu if empty.
13077         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13078         (describe-key): Now a wrapper for describe-key-internal.  Bind
13079         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13080         (describe-key-internal): Renamed from describe-key.
13082 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13084         * progmodes/glasses.el (glasses-separator): Doc fix.
13085         (glasses-original-separator): New defcustom.
13086         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13088 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13090         * mwheel.el (mouse-wheel-up-event): Doc fix.
13092 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13094         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13095         (tumme-dir): New function.  Copied from thumbs.el.
13097 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13099         * desktop.el (desktop-outvar): Fix typo.
13100         (desktop-save-buffer-p): Doc fix.
13102         * subr.el (substitute-key-definition): Fix typo.
13104 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13106         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13107         when window-system is mac.
13109         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13111 2006-02-10  Kim F. Storm  <storm@cua.dk>
13113         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13114         indirect-function instead of using condition-case.
13116 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13118         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13119         less `colloquial'...
13121 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13123         * tumme.el: Add a couple of todo items.
13125 2006-02-09  Lars Hansen  <larsh@soem.dk>
13127         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13128         (highlight-changes-mode): Don't change desktop-locals-to-save.
13130 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13132         * image-mode.el (image-toggle-display): Clear image cache if using
13133         filename.
13135 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13137         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13138         a `dired-man' target.
13140         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13141         boundary of symbols.
13143 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13145         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13147 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13149         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13150         `mapcar'; return nil.
13152 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13154         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13155         some other event.
13157 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13159         * net/rcirc.el (rcirc-startup-channels-alist):
13160         Add irc.freenode.net and #emacs as defaults.
13161         (rcirc-ignore-all-activity-flag): Remove variable.
13162         (rcirc-authinfo): New variable.
13163         (rcirc-authinfo-filename): Remove variable.
13164         (rcirc-always-use-server-buffer-flag): New flag.
13165         (rcirc): M-x rcirc will automatically connect without prompting.
13166         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13167         connection in lisp.
13168         (rcirc-process-server-response-1): Remove everything but the nick
13169         portion of the sender so it doesn't need to be done everywhere
13170         else.  Update related code.
13171         (global-map): Remove global keybindings.
13172         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13173         (rcirc-send-input): Split into several functions.
13174         (rcirc-process-input-line, rcirc-process-message)
13175         (rcirc-process-command): New functions.
13176         (rcirc-target-buffer): New function to determine where to route
13177         messages.
13178         (rcirc-user-nick): Save match data.
13179         (rcirc-toggle-ignore-buffer-activity)
13180         (rcirc-update-activity-string): Remove global ignore functionality,
13181         which can be done now by toggling rcirc-track-minor-mode.
13182         (rcirc-track-minor-mode-map): New keymap.
13183         (rcirc-track-minor-mode): New minor-mode.
13184         (ignore): Make the ignore output nicer.  Always print it when
13185         adding or removing nicks.
13186         (rcirc-url-regexp): Improve.
13187         (rcirc-mangle-text): Remove properties before using text in the
13188         modeline.
13189         (rcirc-authenticate): Authentication data comes from
13190         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13191         (rcirc-server-prefix): Inherit from rcirc-server.
13193 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13195         * Makefile.in (compile): Append "|| true" to the end of the `find'
13196         command, like compile-always does.
13198 2006-02-08  Sam Steingold  <sds@gnu.org>
13200         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13201         output from a dead connection.
13203 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13205         * dired.el (dired-mode-map): Add more bindings for tumme.
13207 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * wdired.el (wdired-mode-map): Use remap.
13210         (wdired-get-filename): Massage.
13211         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13212         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13213         `keymap' property rather than `local-map'.
13215 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13217         * tumme.el (tumme-get-thumbnail-image): New utility function.
13218         Suggested by from Chong Yidong.
13219         (tumme-dired-with-window-configuration): Rename from
13220         `tumme-dired'.  Add code to save window configuration.
13221         (tumme-restore-window-configuration): New command to restore the
13222         window configuration that `tumme-dired-with-window-configuration'
13223         saves before it changes the window configuration.
13224         (tumme-show-all-from-dir): New command to display thumbnails for
13225         all files in a directory entered by the user, like M-x thumbs.
13226         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13227         have been created.
13228         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13229         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13230         Remove obsolete test function.
13232 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13234         * vc.el (small-temporary-file-directory): Remove defvar; there's
13235         a defcustom for it in files.el.
13237         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13238         Fix typo in message.
13239         (tumme-gallery-generate): Fix typo in `error' message.
13240         (tumme-display-window-height-correction)
13241         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13242         (tumme-line-up-interactive): Dox fixes.
13243         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13244         (tumme-restore-window-configuration, tumme-format-properties-string)
13245         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13246         Fix typos in docstrings.
13248 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13250         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13252 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13254         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13255         User should use hook if desired.
13257         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13258         buffer if necessary.
13259         (gdb-delete-frame-or-window): New function.
13260         (gdb-breakpoints-mode-map): Bind "q" to it.
13262 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * textmodes/nroff-mode.el: Clean up name space.
13265         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13266         (nroff-mode): Obey the global setting of nroff-electric-mode.
13267         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13269         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13271 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13273         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13275 2006-02-06  Lars Hansen  <larsh@soem.dk>
13277         * generic-x.el (etc-fstab-generic-mode): Add file system types
13278         cifs and usbdevfs.  Allow special chars in file names.
13280 2006-02-05  Jay Belanger  <belanger@truman.edu>
13282         Update copyright notices of the files in lisp/calc.
13284 2006-02-05  Romain Francoise  <romain@orebokech.com>
13286         Update copyright notices of all files in the lisp/play directory.
13288 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13290         * ldefs-boot.el: Regenerate.
13292         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13294 2006-02-05  Kim F. Storm  <storm@cua.dk>
13296         * files.el (magic-mode-regexp-match-limit): New defvar.
13297         (set-auto-mode): Use it to limit magic-mode-alist matching.
13299 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13301         * info.el (Info-index, Info-mode): Improve the description of the
13302         `i' command.
13304         * ldefs-boot.el: Regenerate.
13306 2006-02-03  Werner Lemberg  <wl@gnu.org>
13308         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13309         greedy to find the closing bracket in \*[...] and similar
13310         expressions.  This is a first rough fix -- many additional
13311         refinements are necessary to make nroff mode really usable with groff.
13313 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13315         * international/mule-cmds.el (set-locale-environment):
13316         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13317         libX11.
13319 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13321         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13322         archive are created in archive-tmpdir.
13324 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13326         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13327         (ibuffer-fontification-alist): Use it.
13328         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13329         to "* z" and the Ibuffer Mark menu.
13331         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13333 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * textmodes/table.el (*table--cell-describe-mode)
13336         (*table--cell-describe-bindings): Undo last change since
13337         print-help-return-message is not obsoleted by anything at all.
13339 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13341         * emulation/cua-base.el (cua-mode): Doc fix.
13343 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13345         * dframe.el (dframe-handle-make-frame-visible)
13346         (dframe-handle-iconify-frame, dframe-get-focus)
13347         (dframe-select-attached-frame, dframe-power-click)
13348         (dframe-frame-mode): Fix typos in docstrings.
13350         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13351         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13352         Fix typos in docstrings.
13354         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13355         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13356         (hi-lock-archaic-interface-message-used)
13357         (hi-lock-file-patterns-range): Fix typos in docstrings.
13359         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13360         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13362         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13363         Fix typo in docstring.
13365         * net/newsticker.el (newsticker--decode-iso8601-date)
13366         (newsticker--set-customvar, newsticker--buffer-insert-item)
13367         (newsticker--do-run-auto-mark-filter)
13368         (newsticker--parse-generic-feed): Doc fixes.
13369         (newsticker--retrieval-timer-list, newsticker-url-list)
13370         (newsticker-hide-immortal-items-in-echo-area)
13371         (newsticker-hide-obsolete-items-in-echo-area)
13372         (newsticker-new-item-face, newsticker--enclosure)
13373         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13374         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13375         (newsticker--parse-generic-feed, newsticker--cache-contains)
13376         (newsticker--stat-num-items, newsticker-download-enclosures):
13377         Fix typos in docstrings.
13379         * net/rcirc.el (rcirc-debug): Doc fix.
13380         (rcirc-fill-column, rcirc-receive-message-hooks)
13381         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13382         (rcirc-mode, rcirc-generate-new-buffer-name)
13383         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13384         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13385         Fix typos in docstrings.
13386         (rcirc-print): "?\ " -> "?\s".
13387         (rcirc-cmd-join): Improve argument/docstring consistency.
13389 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13391         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13392         before narrow-to-region.
13394 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13396         * simple.el (move-beginning-of-line): Scan properly for invis change.
13398         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13400 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13402         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13403         change bit only when id-format is 'integer.  Reported by Matt
13404         Hodges <M.P.Hodges@rl.ac.uk>.
13406 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13408         * hilit-chg.el (highlight-changes-initial-state)
13409         (highlight-changes-global-initial-state): Doc fixes.
13410         (highlight-changes-global-modes, global-highlight-changes):
13411         Fix typos in docstrings.
13413 2006-02-01  Kim F. Storm  <storm@cua.dk>
13415         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13416         transient-mark-mode in doc string.
13418 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13420         * replace.el (multi-occur): Doc fix.
13421         (multi-occur-in-matching-buffers): Rename from
13422         multi-occur-by-filename-regexp.  Prefix arg says match
13423         buffer names instead of file names.
13425 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13427         * bs.el: Allow non-default values of `bs-header-lines-length'.
13428         (bs--running-in-xemacs): Remove (not needed anymore).
13429         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13430         instead of `shrink-window', thus avoiding having to compute the
13431         height of the window.
13432         (bs--up): Wrap around even when there's no header.
13433         (bs--down): Use `forward-line' instead of `next-line'.
13435 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13437         * image-mode.el (image-toggle-display): Use file name if possible,
13438         instead of unnecessarily allocating a (possibly huge) lisp string.
13440 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13442         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13443         because the `assert' macro signals it at runtime.
13445         * emacs-lisp/cl.el (toplevel): Remove definition of
13446         `cl-assertion-failed' condition.
13448 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13450         * thumbs.el (thumbs-marked-list): Make buffer-local and
13451         permanent-local.
13452         (thumbs-insert-thumb): Make help-echo non-sticky.
13453         (thumbs-file-alist): Use eolp as check for (non)-image.
13455 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13457         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13458         (ediff-before-session-group-setup-hooks)
13459         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13460         Fix typos in docstrings.
13462         * window.el (bw-dir, bw-eqdir, balance-windows)
13463         (split-window-keep-point): Fix typos in docstrings.
13465         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13466         (org-quote-string, org-calendar-to-agenda-key)
13467         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13468         (org-show-following-heading, org-tags-column)
13469         (org-use-tag-inheritance, org, org-allow-space-in-links)
13470         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13471         (org-enable-table-editor, org-calc-default-modes)
13472         (org-table-allow-automatic-line-recalculation)
13473         (org-export-html-style, org-export-with-fixed-width)
13474         (org-export-with-sub-superscripts, org-special-keyword)
13475         (org-formula, org-time-grid, org-table-may-need-update)
13476         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13477         (org-goto-quit, org-get-indentation, org-end-of-item)
13478         (org-move-item-down, org-move-item-up)
13479         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13480         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13481         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13482         (org-agenda-log-mode, org-agenda-toggle-diary)
13483         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13484         (org-agenda-file-to-end, org-agenda-no-heading-message)
13485         (org-agenda-get-closed, org-format-agenda-item)
13486         (org-cmp-priority, org-cmp-category, org-cmp-time)
13487         (org-agenda-change-all-lines, org-agenda-diary-entry)
13488         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13489         (org-link-search, org-camel-to-words, org-open-file)
13490         (org-remember-handler, org-table-convert-region)
13491         (org-table-move-row-down, org-table-move-row-up)
13492         (org-table-copy-region, org-table-wrap-region)
13493         (org-table-toggle-vline-visibility)
13494         (org-table-get-vertical-vector, org-table-modify-formulas)
13495         (org-table-get-specials, org-recalc-commands)
13496         (org-table-rotate-recalc-marks, org-table-eval-formula)
13497         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13498         (org-level-color-stars-only, org-insert-heading):
13499         Fix typos in docstrings.
13500         (last-arg): Add defvar.
13502         * makefile.w32-in (WINS): Add erc.
13503         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13505 2006-01-29  Bill Wohler  <wohler@newt.com>
13507         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13508         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13509         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13510         (mh-autoloads): Don't use comments on otherwise empty lines.
13512 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13514         * emulation/viper.el (viper-major-mode-modifier-list): Add
13515         insert-state and vi-state entries for erc-mode.
13516         (viper-go-away, viper-set-hooks): Add and remove
13517         viper-comint-mode-hook from erc-mode-hook as appropriate.
13519         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13521 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13523         * bs.el (bs--format-aux): Implement `middle' alignment as
13524         described in the docstring for `bs-attributes-list'.
13525         (bs--get-name): Simplify.  Don't pad the buffer name.
13527 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13529         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13530         English aspell dictionary is installed, use the first entry of
13531         ispell-dictionary-alist-1.
13533 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13535         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13536         Doc fix.
13538 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13540         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13541         for `process-file', in order to let it work for older Emacsen too.
13543 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13545         * international/latexenc.el: Add a suitable `coding:' tag.
13546         (latexenc-find-file-coding-system): Undo last change.
13548 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13550         * international/latexenc.el (latexenc-find-file-coding-system):
13551         Make sure latexenc-main-file is a regular file and is readable.
13553 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13555         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13556         Pass FILE to vc-user-login-name.
13558         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13560 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13562         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13563         there are no more images to display.
13564         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13565         the next image.
13567 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13569         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13571         * wid-edit.el (advertised-widget-backward): New alias.
13572         (widget-keymap): Use advertised-widget-backward for S-TAB.
13574         * tumme.el: Correct the keywords.
13575         (tumme-dir-max-size): Use defvar.
13576         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13578         * simple.el (move-beginning-of-line): Take account of fields.
13579         (clone-indirect-buffer-other-window): Take args like
13580         clone-indirect-buffer, and work like it.
13582         * help-fns.el (describe-function): Don't pass `nil' as default.
13584         * files.el (risky-local-variable-p): Follow var aliases.
13586         * subr.el (lazy-completion-table): Doc fix.
13588         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13589         global binding of `line'.
13591 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13593         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13594         Tramp.
13596         * vc.el (vc-default-dired-state-info): Pass FILE to
13597         vc-user-login-name.
13598         (vc-default-update-changelog): Don't use vc-user-login-name, we
13599         don't need it here.
13601         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13602         no longer necessary.
13604 2006-01-25  Kenichi Handa  <handa@m17n.org>
13606         * international/mule.el (decode-char): Avoid the overhead of
13607         calling utf-lookup-subst-table-for-decode if
13608         utf-translate-cjk-mode is nil.
13609         (encode-char): Avoid the overhead of calling
13610         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13611         nil.
13613 2006-01-22  Kenichi Handa  <handa@m17n.org>
13615         * international/mule.el (make-subsidiary-coding-system): Reset
13616         `coding-system-define-form' property of subsidiaries to nil.
13617         Avoid duplicated entry in coding-system-alist.
13618         (make-coding-system): Avoid duplicated entry in
13619         coding-system-alist.
13620         (define-coding-system-alias): Likewise.
13622 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13624         * completion.el: Minor fixes in introductory comment.
13625         (completion-def-wrapper): Fix alist.
13627 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13629         * thumbs.el (thumbs-new-image-size): New function.
13630         (thumbs-increment-image-size-element)
13631         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13632         (thumbs-decrement-image-size): Delete.
13633         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13634         temp files and use to resize.
13635         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13636         Use increment argument to enlarge/shrink.  Preserve point.
13637         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13638         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13639         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13640         (thumbs-mark, thumbs-unmark): Preserve point.
13641         (thumbs-modify-image): Keep old temp files and use to modify.
13642         Cleanup old temp files at load time.  Preserve point.
13643         (thumbs-view-image-mode-map): Use new command names.
13645 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13647         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13649         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13650         the nastiest part of the cyclic dependency.
13651         (cal-menu-update): Use dotimes and calendar-increment-month.
13653         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13654         (calendar-week-start-day): Add an :initializer.
13655         (calendar-mode-map): Use suppress-keymap, and command remapping.
13656         (describe-calendar-mode): Setup xref-stack info for the back button.
13657         (calendar-star-date): Insert before delete.
13658         (calendar-set-mode-line): Add file-modified info if applicable.
13659         (calendar-increment-month): New function.
13661 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13663         * font-lock.el (lisp-font-lock-keywords-2):
13664         Recognize "& keywords" only at word boundaries.
13666 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
13668         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
13669         and permanent-local.
13670         (thumbs-max-image-number): New variable.
13671         (thumbs-do-thumbs-insertion): Use them.
13672         (thumbs-per-line): Change default to 4.
13673         (thumbs-marked-list): Rename from thumbs-markedL.
13674         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13675         (thumbs-rename-images): Use -list instead of L for internal variables.
13676         (thumbs-call-convert): Use call-process instead of shell-command.
13677         (thumbs-insert-thumb): Add filename as help-echo to each image.
13678         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13679         Give dir to thumbs-show-thumbs-list.
13680         (thumbs-show-thumbs-list): Set default-directory to that of images.
13681         (thumbs-dired-show): Rename from thumbs-dired-show-all.
13682         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13683         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13684         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13686 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * ses.el (ses-read-cell): Provide a default value.
13690 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
13692         * term/w32-win.el (image-library-alist): Add additional names for
13693         GIF library.
13695 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13697         * international/latexenc.el (latexenc-find-file-coding-system):
13698         Add file-regular-p check.
13700 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13702         * simple.el (clone-buffer): Don't show the new buffer in the same
13703         window.
13705 2006-01-23  Juri Linkov  <juri@jurta.org>
13707         * faces.el (link, link-visited): New faces based on default values
13708         of `info-xref' and `info-xref-visited'.
13710         * info.el (info-xref): Inherit from `link'.
13711         (info-xref-visited): Inherit from `link-visited'.
13713         * cus-edit.el (custom-buffer-create-internal): Use widget type
13714         `custom-manual' instead of `info-link' and don't set properties
13715         `button-face' and `mouse-face' explicitly.
13716         (custom-browse-group-tag, custom-browse-variable-tag)
13717         (custom-browse-face-tag): Inherit from widget class
13718         `custom-group-link' instead of `push-button'.
13719         (custom-button-unraised): Inherit from `underline' face.
13720         (custom-link): Inherit from `link' face.  Fix doc and group.
13721         (custom-add-parent-links, custom-group-value-create): Don't set
13722         properties `button-face' and `mouse-face' explicitly for
13723         `custom-group-link' widget.
13724         (custom-group-link): Add properties `button-face' and `mouse-face'
13725         to widget definition.
13726         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
13727         editable-field's :keymap property.
13728         (custom-mode): Fix docstring: substitute keybindings for
13729         `widget-forward' and `widget-backward' from `widget-keymap',
13730         `widget-complete' from `custom-field-keymap', replace old
13731         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
13733         * desktop.el (desktop-load-file): Check for `fboundp' before
13734         calling `symbol-function'.
13736         * simple.el (clone-buffer, clone-indirect-buffer)
13737         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13738         `read-string'.  Fix prompts.
13740         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13742 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
13744         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13746 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
13748         * startup.el (inhibit-splash-screen, initial-scratch-message):
13749         Doc fixes.
13751 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
13753         Sync with Tramp 2.0.52.
13755         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13756         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
13757         `tramp-unload-tramp' for checklist.
13759         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13760         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
13761         (tramp-unload-file-name-handler-alist)
13762         (tramp-unload-tramp): New defuns.
13763         (tramp-advice-PC-expand-many-files): New defadvice.
13764         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13765         removed.
13766         (tramp-handle-expand-file-name): Remove double slash.
13767         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13768         It doesn't matter, because it will be converted later on.
13769         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
13770         implementation was just heuristic.
13771         (tramp-post-connection): Set uid and gid properties.
13772         (tramp-convert-file-attributes): Set file's gid change bit.
13773         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13774         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13775         in case of su(do)? methods.  The home directory of the local user
13776         will be taken else.
13777         (tramp-open-connection-telnet)
13778         (tramp-open-connection-rsh, tramp-open-connection-su)
13779         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
13780         local shell prompt could hurt.  Reported by Romain Francoise
13781         <romain@orebokech.com>.
13782         (tramp-let-maybe): Add `edebug-form-spec' property.
13783         (tramp-handle-expand-file-name): Bind `default-directory' locally
13784         to "/" in order to avoid problems with UNC shares or Cygwin
13785         mounts.
13786         (tramp-md5-function): Fix typo in error message.
13788         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13790         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13791         for byte-compiler pacification.
13793 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
13795         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13796         ID-FORMAT `string'.  This allows us to get rid of
13797         `vc-user-login-name UID'.
13799         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13801 2006-01-22  John Paul Wallington  <jpw@pobox.com>
13803         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13805 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
13807         * emacs-lisp/find-func.el (find-definition-noselect)
13808         (find-variable-noselect): Search variables in C source code too.
13809         (find-function-C-source, find-function-noselect, find-function)
13810         (find-function-other-frame, find-variable-noselect, find-variable)
13811         (find-variable-other-frame, find-variable-at-point):
13812         Fix docstrings.
13814 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13816         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13818 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
13820         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13821         Default to disabling the "Save affix" question.
13823 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
13825         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13826         the first arg to run-python.
13828 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
13830         * startup.el (command-line-1): Handle --no-desktop if desktop.el
13831         is not loaded.
13833 2006-01-20  Jay Belanger  <belanger@truman.edu>
13835         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13836         limit is 0.
13838         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13839         the correct variable.
13841 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
13843         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13844         link.  Fixed buggy argument sequence in call to `org-view-tags'.
13845         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13846         (org-prefix-has-tag): New variable.
13847         (org-format-agenda-item): Remove tags from headline if
13848         appropriate.
13849         (org-agenda-remove-tags-when-in-prefix): New option.
13850         (org-get-tags-at): New function.
13852 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
13854         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
13855         (thumbs-find-image): Move image name and number from buffer name
13856         to mode name.  Set thumbs-buffer.  Preserve point so that large
13857         images remain visible.
13858         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13859         order.
13860         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
13861         mode name.
13862         (thumbs-next-image, thumbs-previous-image): Make them work.
13864 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
13866         * cus-edit.el (custom-buffer-create-internal): State in the text above
13867         the whole buffer buttons that they do not operate on hidden items.
13868         (custom-face-menu): Use `custom-face-save' instead of
13869         `custom-face-save-command'.
13870         (custom-face-save-command): Make it an alias for `custom-face-save'
13871         and declare it obsolete.
13872         (custom-face-save): Doc fix.
13874         * dired.el (dired-no-confirm): Add quote.
13875         (dired-subdir-alist-pre-R): Add quote in
13876         `make-variable-buffer-local' form and remove unbalanced parenthesis.
13878 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * textmodes/table.el (table-mode-indicator): Typo in last change.
13882 2006-01-19  Richard M. Stallman  <rms@gnu.org>
13884         * outline.el (hide-leaves): Don't call outline-end-of-heading.
13885         Fixes bug reported in Nov 2005.
13887         * isearch.el (isearch-forward): Doc fix.
13889         * dired.el (dired-move-to-filename-regexp): Define as alias.
13890         (dired-no-confirm): Use defcustom.
13891         (dired-subdir-alist-pre-R): Put defvar at top level.
13893         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13895         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13896         Mark as risky.
13898         * simple.el (set-mark-command): Doc fix.
13899         (clone-indirect-buffer-other-window):
13900         Read arg like clone-indirect-buffer.
13901         (move-beginning-of-line): Skip invisible newlines.
13903 2006-01-19  Masatake YAMATO  <jet@gyve.org>
13905         * progmodes/cpp.el (cpp-edit-load): Make the order of
13906         listed conditions in a base C code buffer and its associate
13907         CPP Edit buffer the same.
13909 2006-01-19  Kenichi Handa  <handa@m17n.org>
13911         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13912         (rmail-mime-feature): Likewise.
13913         (rmail-require-mime-maybe): Use display-warning to show a warning
13914         message.
13916         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13917         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13919 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13921         * array.el: Move defvars out of eval-when-compile.
13922         (array-make-template): Replace undeclared global var with a local one.
13923         (array-mode): Inline initialization functions.
13924         (array-init-local-variables, array-init-max-row)
13925         (array-init-max-column, array-init-columns-per-line)
13926         (array-init-field-width, array-init-rows-numbered)
13927         (array-init-line-length, array-init-lines-per-row): Remove.
13929         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
13930         (doc-mode-map): Define explicitly.
13931         (doctor-txtype): Use mapc.
13933         * textmodes/table.el: Move defvars out of eval-when-compile.
13934         Remove harmful code meant to avoid byte-compiler warnings.
13935         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
13936         specification that checks table-fixed-width-mode directly.
13937         (table-recognize-region, table-recognize-cell):
13938         Use restore-buffer-modified-p.
13939         (table-fixed-width-mode): Remove code that refreshes
13940         table-fixed-mode-indicator.
13941         (*table--cell-describe-bindings, *table--cell-describe-mode):
13942         Avoid obsolete name print-help-return-message.
13943         (table--test-cell-list): Don't use replace-regexp from elisp.
13944         (table--point-entered-cell-function, table--point-left-cell-function):
13945         Don't set table-fixed-mode-indicator, use force-mode-line-update.
13947         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
13948         that was after the end of file.  Use buffer-file-name variable.
13949         (org-timestamp-change): Use with-current-buffer.
13950         (org-todo-list): Don't unnecessarily define a new buffer-local var.
13951         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13952         `file'.
13954         * progmodes/fortran.el: Move defvars out of eval-when-compile.
13955         (fortran-break-line): Remove unused var `opoint'.
13956         (fortran-abbrev-start): Obey help-event-list.
13958 2006-01-18  Jesper Harder  <harder@phys.au.dk>
13960         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13962 2006-01-18  Masatake YAMATO  <jet@gyve.org>
13964         * progmodes/make-mode.el (makefile-imake-mode): New mode
13965         derived from makefile-mode.
13966         (makefile-imake-mode-syntax-table): New syntax table
13967         derived from makefile-mode-syntax-table.
13968         (makefile-mode): Write about makefile-imake-mode in doc string.
13969         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13970         (makefile-imake-font-lock-keywords): New font lock keywords.
13972         * files.el (auto-mode-alist): Add Imakefile.
13974 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
13976         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13977         loading the file rather than when turning on flyspell-mode.
13979 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
13981         * cus-edit.el (customize-rogue): Minor doc fix.
13983 2006-01-17  Juri Linkov  <juri@jurta.org>
13985         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13986         instead of the file at the mark as default if the file at the mark
13987         is the same as the file at point or if dired-dwim-target-directory
13988         is not the same as the current directory and the mark is not active.
13990         * log-view.el (log-view-minor-wrap): Use the same logic to get
13991         revisions as `log-view-diff'.
13993         * info.el (Info-revert-find-node): Check for Info-current-file
13994         before preserving new-history.
13996         * man.el (Man-heading-regexp): Add `/'.
13998         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13999         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14001 2006-01-16  Juri Linkov  <juri@jurta.org>
14003         * faces.el (mode-line-faces): New defgroup.
14004         (mode-line-highlight): Move definition after new defgroup.
14005         (mode-line, mode-line-inactive, mode-line-highlight):
14006         Replace :group `modeline' with `mode-line-faces'.
14007         (mode-line-buffer-id): New face.
14008         (modeline-buffer-id): New face alias.
14009         (vertical-border): Remove :group `modeline'.
14011         * bindings.el (propertized-buffer-identification): Use face
14012         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14013         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14014         (mode-line-buffer-identification-keymap): For mouse-1 replace
14015         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14016         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14017         mouse-3.
14019         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14020         Buffer-menu-buffer.  Doc fix.
14021         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14022         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14023         `Buffer-menu-buffer'.
14025         * info.el (Info-mode-line-node-keymap): New defvar.
14026         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14027         Propertize Info-current-node with `mode-line-buffer-id' and
14028         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14030         * time.el (display-time-mail-face): Replace :group `faces' with
14031         `mode-line-faces'.
14033 2006-01-16  Kenichi Handa  <handa@m17n.org>
14035         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14037         * language/european.el (cp1252): New alias for windows-1252.
14039         * international/mule.el (autoload-coding-system): Prepare for EOL
14040         variants.
14042 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14044         * term.el (term-raw-map): Add mapping for insert.
14045         (term-send-insert): New.
14046         (term-mode): Make variables local here instead of doing it in
14047         `term-emulate-terminal'.
14048         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14049         Scroll reverse needs to take into account the scroll region.
14050         Saving and restoring the cursor should save the color attributes too.
14051         (term-reset-terminal): Reset the scroll region.
14052         (term-handle-ansi-escape): Cursor up and down should take into
14053         account the scroll region.
14054         (term-set-scroll-region): Rename from `term-scroll-region'.
14055         Move to 0,0 after setting the region.
14056         (term-handle-scroll): Handle scroll up.
14057         (term-down): Fix off by one error.
14058         (term-delete-lines): Do not delete outside the scroll region.
14059         (term-insert-lines): Take into account the scroll region.
14061 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14063         * textmodes/ispell.el (ispell-internal-change-dictionary)
14064         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14065         (start, end): Move declaration outside of eval-when-compile.
14067         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14068         (flyspell-mode-on): Use it.
14070         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14071         ispell-kill-ispell-hook.
14073 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14075         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14076         (Custom-reset-saved): Do not ask for confirmation in single option
14077         buffers.
14079 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14081         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14083 2006-01-13  Romain Francoise  <romain@orebokech.com>
14085         * add-log.el (add-change-log-entry, change-log-merge):
14086         Conditionally use `hard-newline'.
14088 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14090         * wid-edit.el (widget-field-end): If the overlay is no longer
14091         associated with a buffer, behave as if the overlay didn't exist.
14093         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14094         Make sure the links use the `custom-link' face.
14096 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14098         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14099         (ld-script-mode): Don't set indent-line-function since we don't
14100         have one.
14102 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14104         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14105         application.
14106         (org-file-apps-defaults-gnu): Use mailcap as the default for
14107         selecting an application on a UNIX system.
14108         (org-agenda-show-tags): New command.
14109         (org-table-insert-hline): Keep cursor in current table line.
14110         (org-table-convert): Offset effect of modifying
14111         `org-table-insert-hline'.
14112         (org-format-agenda-item): New optional argument TAG.
14113         (org-compile-prefix-format): Handle %T format for the tag.
14114         (org-expand-wide-chars): New function.
14115         (org-table-insert-row, org-table-insert-hline):
14116         Use `org-expand-wide-chars'.
14117         (org-open-file): Fix bug in program launch.
14118         (org-get-time-of-day): Fix bug with times before 1am.
14119         (org-agenda-menu): Add tags commands.
14121 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14123         * textmodes/ispell.el (ispell-init-process): Include the used
14124         dictionary in ispell process start message.
14125         (ispell-internal-change-dictionary): When flyspell-mode is active
14126         and dictionary is changed, make sure ispell process is restarted
14127         and flyspell word cache cleared out for the current buffer.
14128         (ispell-change-dictionary): Make sure flyspell word cache is
14129         cleared out in all buffers with active flyspell mode when
14130         dictionary is globally changed.
14131         Call ispell-internal-change-dictionary after dictionary change.
14133 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14135         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14137         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14138         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14139         years.  Fix small differences wrt Makefile.in.
14140         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14141         Makefile.in does.
14143 2006-01-12  Bill Wohler  <wohler@newt.com>
14145         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14146         mh-search.el.
14148 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14150         * progmodes/ld-script.el: Update copyright year.
14152 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14154         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14155         Don't add widget if setting undefined.
14157 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14159         * help-fns.el (describe-variable): Remove newlines from void
14160         variable output.
14162 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14164         * wdired.el (wdired-mode-map): Add help echo for
14165         wdired-abort-changes.
14167         * man.el (Man-file-name-regexp): Adjust for a list of files.
14169 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14171         * progmodes/ld-script.el (auto-mode-alist): Support
14172         suffix conventions used in netbsd and eCos.
14174 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14176         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14177         (custom-variable-menu, custom-face-menu, custom-group-menu)
14178         (Custom-mode-menu): Change names of menu items.  (As discussed on
14179         emacs-devel.)
14180         (custom-face-menu): Add "Undo Edits" item.
14182         * startup.el (init-file-user): defcustom -> defvar.
14184         * tooltip.el (tooltip-mode): Doc fix.
14186 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14188         * reveal.el (reveal-post-command): window-buffer signals an error on
14189         dead windows rather than returning nil.
14190         (reveal-open-new-overlays): An overlay might die while we open others.
14192 2006-01-11  Bill Wohler  <wohler@newt.com>
14194         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14195         phrasing in docstring.
14197         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14198         can give some systems gas.  Add new file mh-buffers.el.
14200 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14202         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14203         C preprocessor forward ported from GNU Emacs 21.2.
14205         * progmodes/asm-mode.el (asm-font-lock-keywords):
14206         Use `cpp-font-lock-keywords'.
14208         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14210         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14211         of $ for "\\.ld[s]?".
14213 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14216         (tcl-indent-line): Return `noindent' if inside a string.
14218         * progmodes/flymake.el (flymake-split-string): Remove more than one
14219         empty string at beg/end of the result.
14220         (flymake-find-buildfile, flymake-find-possible-master-files):
14221         Use expand-file-name.
14222         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14223         since expand-file-name does it for us.  Use directory-file-name.
14224         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14225         (flymake-ler-get-type, flymake-ler-get-text)
14226         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14227         (flymake-current-line-no): Remove spurious interactive spec.
14228         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14229         (flymake-check-include): Remove arg inc-path merged into inc-name.
14230         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14231         Arg regexp-list replaced by a simple regexp.
14232         (flymake-master-make-header-init, flymake-master-tex-init):
14233         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14235 2006-01-10  Simon Josefsson  <jas@extundo.com>
14237         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14238         describing AUTH PLAIN fix.
14240 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14242         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14243         (report-emacs-bug): Don't record initial prompt text.
14244         Instead, add text properties to prompting text.
14245         (report-emacs-bug-hook): Delete prompting text.
14247 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14249         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14250         `dirs'.  Adjust callers.
14252 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14254         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14256 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14258         * reveal.el (reveal-open-new-overlays): New extracted fun.
14259         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14260         using them.  Simplify the code.
14261         (reveal-post-command): Use them.  Fix up obsolete windows in
14262         reveal-open-spots.
14264         * progmodes/flymake.el: Use `require' rather than autoload for
14265         XEmacs's overlays.
14266         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14267         Delete.  Use file-relative-name instead.
14268         (flymake-get-syntax-check-program-args, flymake-perl-init):
14269         Simplify the resulting code.
14271         * log-view.el (log-view-file-re, log-view-message-re): Add support
14272         for DaRCS output.
14274 2006-01-09  Alex Schroeder  <alex@gnu.org>
14276         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14277         identifiers sometimes added in square brackets at the beginning of
14278         subject lines.
14280 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14282         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14283         (Custom-reset-current, Custom-reset-saved): Change question text.
14284         (Custom-reset-standard): Likewise.
14285         (custom-variable-reset-saved): Doc fix.
14287 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14289         * startup.el (init-file-user): Doc fix.
14291 2006-01-07  Alex Schroeder  <alex@gnu.org>
14293         * mail/rmail.el (rmail-current-subject): New function.
14294         (rmail-current-subject-regexp): New function.
14295         (rmail-next-same-subject): Use it.
14297         * mail/rmailsum.el (rmail-summary-by-topic):
14298         Use rmail-current-subject and rmail-current-subject-regexp.
14299         (rmail-summary-next-same-subject): Ditto.
14301         * net/rcirc.el (rcirc-send-input): No longer check whether the
14302         process is open, since not all commands need an open process.
14303         (rcirc-send-string): Check whether the process is open before
14304         sending anything.
14305         (rcirc-ignore-list): New option.
14306         (rcirc-ignore-list-automatic): New variable.
14307         (rcirc-print): Take rcirc-ignore-list into account.
14308         (rcirc-cmd-ignore): New command.
14309         (rcirc-ignore-update-automatic): New function.
14310         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14311         list if ignored nicks.
14312         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14314 2006-01-06  David Reitter  <david.reitter@gmail.com>
14316         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14317         reflect the address to which the report will be sent.
14319 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14321         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14322         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14324 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14326         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14328         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14329         the doc string: "functoin" => "function".
14330         * ldefs-boot.el: Likewise.
14332         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14333         message text: "Duplicat" => "Duplicate".
14335 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14337         * files.el (basic-save-buffer-2): If backing-up failed, reset
14338         buffer-backed-up to nil.
14340 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14342         * progmodes/gud.el (gdb-script-skip-to-head)
14343         (gdb-script-calculate-indentation): Indent for breakpoint command
14344         lists also.
14346 2006-01-05  Bill Wohler  <wohler@newt.com>
14348         * Makefile.in (compile-always): Add mh-autoloads dependency.
14349         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14350         provides it.
14351         (updates): Remove mh-autoloads dependency, since it probably has
14352         already run recently (via recompile).
14354 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14356         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14357         argument `force' to disable the flyspell-last-buffer optimization.
14358         (flyspell-mode-on): Use it.
14360         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14361         flymake-simple-cleanup.
14362         (flymake-allowed-file-name-masks): Use this new default.
14363         All the functions are now called in the right buffer rather than
14364         passing the buffer as argument.
14365         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14366         (flymake-parse-err-lines): Remove redundant buffer arg.
14367         (flymake-get-program-dir): Comment out unused function.
14368         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14369         Remove redundant buffer argument.
14370         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14371         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14373 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14375         * info.el (Info-find-node): Don't record previous node if have none.
14376         (info): Go to directory only if history is empty.
14378         * simple.el (mark): Doc fix.
14380 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14382         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14383         already of desired type.
14384         (mac-ae-list): Coerce parameter to "list" type.
14385         (mac-dispatch-apple-event): Replace cadr part of event with a
14386         dummy position so that event-start returns it.
14388 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14390         * textmodes/org.el (org-end-of-subtree): New function.
14391         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14392         Use `org-end-of-subtree'.
14393         (org-agenda, org-agenda-convert-date): Protect calls to
14394         `fit-window-to-buffer'.
14395         (org-tags-view): Force matching of sublevels when doing a
14396         todo-only search.  Define the correct redo command, including the
14397         arguments.
14398         (org-agenda-redo): Display message.
14399         (org-check-for-org-mode): New function.
14400         (org-agenda-type): New variable.
14401         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14402         Set `org-agenda-type'.
14403         (org-agenda-check-type): New function.
14404         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14405         (org-agenda-week-view, org-agenda-day-view)
14406         (org-agenda-next-date-line, org-agenda-previous-date-line)
14407         (org-agenda-log-mode, org-agenda-toggle-diary)
14408         (org-agenda-toggle-time-grid, org-agenda-date-later)
14409         (org-agenda-date-prompt, org-agenda-diary-entry)
14410         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14411         (org-agenda-convert-date, org-agenda-menu):
14412         Use `org-agenda-check-type'.
14413         (org-make-overlay, org-delete-overlay)
14414         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14415         New compatibility functions.
14416         (org-calendar-select-mouse): New command.
14418 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14420         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14421         (Custom-reset-standard): Fix y-or-n-p messages.
14422         (custom-link): New face for links.
14423         (custom-buffer-create-internal, custom-manual): Use it.
14424         (custom-face-save): Push to theme-face before setting face spec.
14426         * wid-edit.el (widget-default-mouse-face-get): New function.
14427         (widget-specify-button): Handle mouse-face like button-face.
14429         * custom.el (load-theme): Clear old theme settings if reloading.
14431 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14433         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14434         "Erase Customization" button back to same position it occupies in
14435         the individual State menus.
14437 2006-01-04  Kim F. Storm  <storm@cua.dk>
14439         * wid-edit.el (key-sequence): Rework widget to read key binding
14440         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14441         (widget-key-sequence-default-value): Default value for empty sequence.
14442         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14443         (widget-key-sequence-read-event): New command for C-q.
14444         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14445         (widget-key-sequence-value-to-external): New functions.
14447 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14450         Use expand-file-name.
14451         (flymake-delete-temp-directory): Use expand-file-name,
14452         file-name-directory, and directory-file-name.
14453         (flymake-strrchr): Delete.
14454         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14455         to the init-f function.
14456         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14457         (flymake-init-find-buildfile-dir)
14458         (flymake-init-create-temp-source-and-master-buffer-copy)
14459         (flymake-simple-make-init-impl, flymake-simple-make-init)
14460         (flymake-master-make-init, flymake-master-make-header-init)
14461         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14462         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14463         (flymake-xml-init): Remove corresponding redundant buffer argument.
14464         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14465         the default anyway.  Clean up regexps.
14467         * progmodes/flymake.el (flymake-temp-source-file-name)
14468         (flymake-master-file-name, flymake-temp-master-file-name)
14469         (flymake-base-dir): New buffer-local vars.
14470         (flymake-buffer-data, flymake-get-buffer-value)
14471         (flymake-set-buffer-value): Replace those hash-tables by the new
14472         buffer-local vars.  Update callers.
14474         * progmodes/flymake.el (flymake-check-start-time)
14475         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14476         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14477         Move definition, so we can remove redundant earlier declaration.
14478         (flymake-replace-regexp-in-string, flymake-split-string)
14479         (flymake-get-temp-dir): Use defalias.
14480         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14481         (flymake-xemacs-window-edges): Remove unused function.
14482         (flymake-get-point-pixel-pos): Move.
14483         (flymake-pid-to-names, flymake-reg-names)
14484         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14485         Replace by a simple list flymake-processes and by process-buffer.
14486         Update callers.  Other than simplify the code, it uses buffers rather
14487         than buffer-names so it doesn't get confused by uniquify.
14488         (flymake-buffer-data): The global value should just be nil.
14490         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14491         Optimize the body of a defalias like any other code.
14493         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14494         Make sure we've setup font-lock's vars.  It may influence which
14495         function we then call.
14496         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14497         here since it's too late anyway.
14499 2006-01-03  Romain Francoise  <romain@orebokech.com>
14501         * startup.el (fancy-splash-tail, normal-splash-screen):
14502         Update copyright year.
14504 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14506         * mouse.el (mouse-drag-track): Rename, from
14507         `mouse-drag-region-1'.  Includes optional argument required to
14508         enable post-drag event processing (e.g. delete region keys).
14509         Can be used without this argument to track a mouse region and operate
14510         on it as soon as the drag completes.
14511         (mouse-drag-region): Use `mouse-drag-track'.
14513 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14515         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14516         Move to `custom-buffer' group.
14518         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14519         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14520         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14521         (custom-theme-face-menu): New variables.
14522         (custom-theme-add-variable, custom-theme-variable-action)
14523         (custom-variable-reset-theme, custom-theme-delete-variable)
14524         (custom-face-reset-theme, custom-theme-face-action)
14525         (custom-theme-delete-face, custom-theme-merge-theme)
14526         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14528 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14530         * custom.el: Move Custom Themes commentary to start of theme code.
14531         (custom-known-themes): Rename `standard' theme to `changed'.
14532         (custom-push-theme): Caller no longer specifies what theme to use
14533         when doing `reset'---the setting is simply removed from the theme.
14534         Delete MODE from `theme-value' and `theme-settings' properties.
14535         (custom-declare-theme): Ignore &rest args since we don't use them.
14537         (custom-loaded-themes): Delete variable.
14538         (custom-theme-load-themes, custom-theme-loaded-p)
14539         (custom-theme-value): Delete functions.
14541         (custom-declare-theme): Signal error on invalid theme names.
14542         (provide-theme): custom-loaded-themes was deleted.
14543         (load-theme): Load the file unconditionally.
14544         (enable-theme): Call `load-theme' if theme is undefined.
14545         (custom-enabled-themes): Only update value for successful loads.
14546         (disable-theme): Complete from enabled themes when interactive.
14547         (custom-variable-theme-value): Calculate theme value directly.
14549         (custom-theme-reset-variables, custom-reset-variables): Mark as
14550         XEmacs compatibility functions.  We don't actually use these.
14552         * cus-edit.el (custom-variable-state-set):
14553         Use custom-variable-theme-value instead of custom-theme-value.
14554         (custom-face-state-set): Rename `standard' theme to `changed'.
14555         (custom-save-variables, custom-save-faces): Delete unneeded
14556         references to custom-reset-variables.
14557         (custom-save-resets): Delete function.
14558         (custom-save-variables, custom-save-faces): MODE argument deleted.
14559         (custom-save-variables, custom-save-faces): Ignore theme values.
14561         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14562         compatibility function.
14564 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14566         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14567         (Custom-reset-current, Custom-reset-saved): Likewise.
14568         (Custom-reset-standard): Show message if aborted.
14569         (custom-mode): Doc fix, describing those commands.
14571         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14572         put on event-kind property.
14574 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14576         * custom.el (provide-theme): Ban `user' theme name.
14577         (custom-enabling-themes): New variable.
14578         (enable-theme): Don't enable user if custom-enabling-themes is t.
14579         (custom-enabled-themes): Make it a defcustom.
14580         (custom-theme-recalc-face): No-op if face is undefined.
14582         * cus-edit.el (custom-button-mouse): New variable.
14583         (custom-button-mouse): New face.
14584         (custom-raised-buttons, custom-mode): Use it.
14586         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14588 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14590         * progmodes/gud.el (gud-display-line): Support hl-line in the
14591         source buffer.
14593 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14595         * mouse.el (mouse-drag-window-above): Verify that the found window
14596         overlaps with the given window in the horizontal dimension.
14598 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14600         * Makefile.in (cvs-update): New target.
14602         * makefile.w32-in (cvs-update): Ditto.
14604 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14606         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14607         (custom-new-theme-mode-map): New variable.
14609 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14611         * custom.el (custom-load-themes): Function deleted.
14613         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14614         (custom-save-variables): Don't delete or add custom-load-themes call.
14616 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * cus-start.el: Add `visible-cursor'.
14620         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14621         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14622         (flymake-process-filter): Switch to buffer before calling it instead.
14623         (flymake-post-syntax-check, flymake-highlight-err-lines)
14624         (flymake-delete-own-overlays, flymake-parse-err-lines)
14625         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14626         (flymake-count-lines, flymake-parse-residual):
14627         Remove constant buffer argument.
14628         (flymake-start-syntax-check-for-current-buffer): Remove.
14629         Update callers to use flymake-start-syntax-check instead.
14630         (flymake-display-err-menu-for-current-line):
14631         Remove unused var `mouse-pos'.
14632         (flymake-restore-formatting): Comment out unused function.
14633         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14634         argument, use current-buffer instead.  Update callers.
14636 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14638         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14639         buffer-local because choose-completion-delete-max-match requires
14640         that we set completion-ignore-case (i.e., binding via let is not
14641         sufficient).
14642         (bibtex-complete): Always set completion-ignore-case and
14643         choose-completion-string-functions.  The latter is needed because
14644         choose-completion-string-functions keeps its value if we quit the
14645         *Completions* buffer without requesting a completion.
14647 2005-12-30  Andreas Schwab  <schwab@suse.de>
14649         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14651 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14653         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14655 2005-12-30  Juri Linkov  <juri@jurta.org>
14657         * locate.el (locate-fcodes-file, locate-header-face)
14658         * progmodes/delphi.el (delphi-other-face)
14659         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14661         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14662         group `paren-showing-faces'.
14664         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14665         (goto-address): Fix docstring.
14667         * net/webjump.el (webjump-sample-sites): Update URLs.
14669         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14671         * subr.el (cancel-change-group): Add listp around pending-undo-list.
14673 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14675         * font-lock.el (font-lock-compile-keywords): Signal an error when
14676         font-lock-set-defaults hasn't been called.
14678 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
14680         * subr.el (noreturn, 1value): Doc fixes.
14682 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14684         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14685         that assoc-string returns nil.
14687 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14689         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14690         (bibtex-entry-type-str, bibtex-empty-field-re)
14691         (bibtex-search-backward-string, bibtex-preamble-prefix)
14692         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14693         (bibtex-any-valid-entry-type): New variable.
14694         (bibtex-parse-field-name): Simplify.
14695         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14696         (bibtex-preamble-prefix): Include left delimiter.
14697         (bibtex-search-forward-field, bibtex-search-backward-field):
14698         Allow unbounded search past entry boundaries (required by bibtex-pop).
14699         (bibtex-text-in-field-bounds): Use push.
14700         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14701         (bibtex-parse-preamble, bibtex-valid-entry)
14702         (bibtex-beginning-first-field): New functions.
14703         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
14704         (bibtex-map-entries): Fix docstring.
14705         (bibtex-flash-head): New arg prompt.  Simplify.
14706         (bibtex-enclosing-field): Include code of bibtex-inside-field.
14707         (bibtex-insert-kill): Simplify.  Always insert text past the
14708         current field or entry.
14709         (bibtex-format-entry): Use bibtex-parse-field.
14710         (bibtex-pop): Use bibtex-beginning-of-entry and
14711         bibtex-end-of-entry to initiate the search.  Insert empty field if
14712         we found ourselves.
14713         (bibtex-print-help-message): New args field and comma.
14714         Handle entry keys.
14715         (bibtex-make-field): Use bibtex-beginning-of-entry.
14716         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
14717         invalid entry.
14718         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14719         Handle preambles.  Simplify code for thorough test.
14720         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14721         New arg comma.  Handle entry heads.
14722         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14723         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14724         New arg comma.
14725         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14726         (bibtex-fill-field): Simplify.
14727         (bibtex-fill-entry): Use bibtex-beginning-first-field and
14728         bibtex-parse-field.
14729         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14730         (bibtex-complete): Use bibtex-parse-preamble.
14732 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
14734         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14735         Display name of expression instead of convenience variable.
14736         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14738         * progmodes/gud.el (gud-tooltip-dereference): Rename from
14739         toggle-gud-tooltip-dereference.
14740         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14741         (gud-tooltip-tips): ...here when dereferencing.
14743 2005-12-28  Bill Wohler  <wohler@newt.com>
14745         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14747 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14749         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14750         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
14751         (vc-annotate-display-autoscale): Adjust call.
14752         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
14753         Fix interactive spec.
14754         (vc-annotate-time-span): Remove.
14755         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14756         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14757         (vc-annotate-display-select): Use new name.
14759         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14760         (vc-annotate-mode-menu): Remove left-over redundant declaration.
14761         Correct the construction of span entries.  Simplify.
14762         (vc-annotate-display-select): Fix the nil case.
14763         (vc-annotate): Remove obsolete (and now broken) code.
14764         (vc-annotate-extract-revision-at-line): Remove obsolete code.
14765         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
14767 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
14769         * subr.el (lazy-completion-table): Correct typo in docstring.
14771         * startup.el (command-line): Use `custom-reevaluate-setting' for
14772         `send-mail-function'.
14774         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14776 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
14778         * mail/smtpmail.el (smtpmail-try-auth-methods):
14779         Send credentials together with "AUTH PLAIN" command.
14781 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14783         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14784         mouse-2, go back to previously selected window, so it's selected
14785         when mouse-2 command runs.
14787 2005-12-27  Juri Linkov  <juri@jurta.org>
14789         * descr-text.el (describe-text-sexp): Use square brackets for
14790         button [Show] to distinguish it from the property value `show'.
14791         (describe-property-list): Use `insert-text-button' with
14792         `help-face' type instead of putting face in quotes, because button
14793         is not created automatically for a list of faces.
14794         (describe-text-properties-1): Put button-type value in quotes to
14795         distinguish from plain text "button".
14796         (describe-char): Display code point values in hex.  Don't use
14797         `symbol-name' for `current-input-method' because it is a string.
14798         Use `insert-text-button' with `help-face' type instead of putting
14799         hardcoded face in quotes, because button is not created automatically.
14801 2005-12-27  Richard M. Stallman  <rms@gnu.org>
14803         * progmodes/glasses.el (glasses-face): More specific custom type.
14805         * files.el (set-visited-file-name): Doc fix.
14807         * textmodes/flyspell.el (flyspell-external-point-words):
14808         Use local var buffer-scan-pos to advance scan for next misspelling.
14809         Advance it only after we find the misspelling.
14811 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
14813         * textmodes/flyspell.el (flyspell-external-point-words):
14814         New criteria for finding the misspelling in the buffer.
14816 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
14818         * help-mode.el (help-insert-string): Set help-xref-stack-item
14819         rather than call help-setup-xref.
14821         * descr-text.el (describe-char): Revert previous changes for
14822         optional buffer argument.
14824 2005-12-27  Juri Linkov  <juri@jurta.org>
14826         * help-mode.el (help-insert-string): New function.  Save buffer
14827         contents in cases where it is impossible to recompute the old contents.
14829         * descr-text.el (describe-char): Set help-xref-stack-item
14830         explicitly after buffer has been generated.
14832 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14834         * cus-start.el (all): Add x-gtk-show-hidden-files.
14836 2005-12-26  Richard M. Stallman  <rms@gnu.org>
14838         * replace.el (perform-replace): Calculate match-again
14839         before skipping read-only matches.
14841         * paren.el (paren-showing-faces): New group.
14842         (show-paren-match, show-paren-mismatch): Move to that group.
14844         * button.el (button): Put into group `basic-faces'.
14846         * progmodes/make-mode.el: Remove faces from group `faces'.
14848         * apropos.el (apropos, apropos-value): Doc fix.
14849         (apropos-documentation): Doc fix.
14851 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * subr.el (lazy-completion-table): Remove argument `args'.
14855         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14856         Don't use the `args' argument of lazy-completion-table.
14858 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
14860         * descr-text.el (describe-char): Add optional argument for buffer.
14861         Set buffer appropriately.  Call help-setup-xref.
14862         Suggested by Stefan Monnier.
14864 2005-12-26  Juri Linkov  <juri@jurta.org>
14866         * descr-text.el: Require `help-fns' at runtime.  Don't require
14867         `button' for byte compilation.
14868         (describe-text-widget): Add `help-echo' for first button.
14869         Use `help-info' for second.
14870         (describe-property-list): Use `help-argument-name' instead of `italic'.
14871         (describe-text-category): Add prompt to interactive spec.
14872         Call `help-setup-xref'.
14873         (describe-char): Use `help-character-set'.  Add `help-echo' for
14874         code point.  Use `help-input-method'.  Remove superfluous insert.
14876 2005-12-25  Richard M. Stallman  <rms@gnu.org>
14878         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14879         at point, in case of narrowing.
14881         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14883         * locate.el (locate-header-face): Allow nil in type.
14885         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14887 2005-12-25  Romain Francoise  <romain@orebokech.com>
14889         * battery.el (battery-linux-proc-acpi): Also try
14890         `/proc/acpi/thermal_zone/THM0/temperature'.
14892 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
14894         * custom.el (custom-push-theme): Fix docstring.
14896         * cus-edit.el (custom-variable-set, custom-variable-save)
14897         (custom-variable-save): Custom-quote widget values.
14898         (customize-save-variable): Fix custom-push-theme call.
14900 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
14902         * w32-fns.el (w32-batch-update-autoloads): New function.
14904         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14905         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14906         from the command line.
14908 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
14910         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
14911         reset means to remove setting from theme entirely.  Don't keep
14912         expanding theme-settings list; delete old entries if necessary.
14914         * cus-edit.el (custom-buffer-create-internal): Move "Erase
14915         customization" button one line up.
14916         (custom-themed): New face.
14917         (custom-magic-alist): New value, THEMED, for theme settings.
14918         (custom-variable-state-set, custom-face-state-set):
14919         Check theme-value instead of saved-value.
14920         (custom-variable-reset-standard, custom-face-reset-standard):
14921         Remove theme setting entirely.  Recalculate new values.
14922         (custom-variable-set, custom-variable-set)
14923         (custom-variable-reset-saved, custom-variable-reset-backup)
14924         (custom-face-set, custom-face-reset-saved): Update `user' theme.
14925         (custom-variable-save): Fix typos.
14927 2005-12-23  Juri Linkov  <juri@jurta.org>
14929         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14930         Add autoload cookies.
14931         (edebug-outside-d-c-i-n-s-w): New variable.
14932         (edebug-display, edebug-outside-excursion): Use it to save the
14933         original value of default-cursor-in-non-selected-windows.
14934         Set default-cursor-in-non-selected-windows to t while Edebug
14935         is active.
14936         (edebug-mode, edebug-eval-mode): Doc fix.
14938         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14939         with `buffer-substring-no-properties' to remove common substring
14940         highlighting.
14942         * info.el (info-other-window, info): Rename function argument
14943         `file' to `file-or-node'.
14944         (Info-complete-menu-item): Use local variable `complete-nodes' to
14945         keep the global value of `Info-complete-nodes' unchanged for
14946         subsequent completions.
14947         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14949         * simple.el (get-next-valid-buffer, last-buffer)
14950         (next-error-buffer-p, next-error-find-buffer)
14951         (minibuffer-history-sexp-flag): Doc fix.
14953         * savehist.el (savehist-mode-hook): Add `:group'.
14955         * log-view.el: Call autoload for vc-find-version.
14956         (log-view-current-file): Adjust subgroup numbers.
14957         (log-view-current-tag): Add `length'.
14959 2005-12-23  Richard M. Stallman  <rms@gnu.org>
14961         * vc.el (vc-annotate-car-last-cons): Defn moved up.
14963 2005-12-23  Juri Linkov  <juri@jurta.org>
14965         * hi-lock.el (hi-lock-archaic-interface-message-used)
14966         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14967         (hi-lock-mode): Display "Hi" in the mode line only when
14968         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14969         (hi-lock-write-interactive-patterns):
14970         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14971         (hi-lock-set-pattern, hi-lock-set-file-patterns)
14972         (hi-lock-font-lock-hook): Set 3rd arg `how' of
14973         font-lock-add-keywords to t.
14975 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
14977         * hi-lock.el (hi-lock-highlight-range): New variable.
14978         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14979         only if font-lock-fontified is non-nil.  Remove overlays.
14980         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14981         font-lock-fontified is non-nil, otherwise use overlays (instead of
14982         text properties).
14983         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14984         New variables.
14985         (hi-lock-string-serialize) New function.
14987 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14989         * menu-bar.el (menu-find-file-existing): New function.
14990         (menu-bar-file-menu): Use menu-find-file-existing for Open.
14992         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14994 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14996         * vc.el: Remove unnecessary leading * in docstrings.
14997         (vc-annotate-mode-map): Move initialization into declaration.
14998         (vc-static-header-alist): Nitpick on the regexp.
14999         (vc-default-init-version): New fun.
15000         (vc-register): Use it.
15001         (vc-insert-headers): Use dolist.
15002         (vc-annotate-get-backend): Remove unused function.
15003         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15004         (vc-annotate-mode): Remove corresponding call.
15005         (vc-annotate-car-last-cons): Simplify.
15006         (vc-annotate-buffers): Remove var.
15007         (vc-annotate-backend): Make it buffer-local.
15008         (vc-annotate): Move the interaction to the interactive spec.
15009         Add a `buf' argument.
15010         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15011         killing&creating a vc-annotate buffer, which is very disruptive when
15012         the buffers are shown in dedicated frames.
15014 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15016         * descr-text.el: Add FSF as maintainer.
15017         (describe-text-mode, describe-text-mode-map)
15018         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15019         help-mode.
15020         (describe-text-widget, describe-text-sexp)
15021         (describe-property-list, describe-text-category)
15022         (describe-text-properties, describe-text-properties-1)
15023         (describe-char): Use help buttons instead of widgets.
15024         (describe-char-unicodedata-file): Make URL link in doc string.
15026 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15028         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15029         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15030         Don't include buttons that write a file when there's no file.
15031         (custom-variable-menu, custom-face-menu, custom-group-menu):
15032         Don't include commands that write a file when there's no file.
15033         (customize-browse): Reword the top-of-buffer help intro.
15034         (custom-buffer-create-internal): Fix previous change.
15035         (customize-changed-options-previous-release): Prev release is 21.1.
15036         (customize-changed-options): Doc fix.
15037         (customize-changed): New alias.
15038         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15039         Say "standard values".
15040         (Custom-reset-standard): Doc fix.
15041         (custom-face-reset-standard): Doc fix.
15043 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15046         even if font-lock-mode is non-nil since it may be t without having
15047         turned on font-lock-mode-internal.
15048         (font-lock-choose-keywords): Minor optimization.
15049         (font-lock-add-keywords, font-lock-remove-keywords)
15050         (font-lock-set-defaults): Don't call make-local-variable on a variable
15051         that we know to already be local.
15053 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15055         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15056         messages if in the minibuffer.
15058 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15060         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15061         (tex-mode-flyspell-verify, flyspell-get-word)
15062         (flyspell-external-point-words): Don't use point-min/max uselessly.
15064         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15065         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15066         don't need to show it.
15068 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15070         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15072 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15074         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15075         delete-windows-on with an inexistent buffer.
15077 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15079         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15080         Delete defcustom variable :tag names.
15082 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15084         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15085         (log-view-font-lock-keywords): Ajust subgroup numbers.
15086         (log-view-current-tag): Don't hard code the number of subgroups.
15088 2005-12-20  Juri Linkov  <juri@jurta.org>
15090         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15091         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15093         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15094         (menu-bar-non-minibuffer-window-p): Instead of checking
15095         display-multi-frame-p, use selected-frame when menu-updating-frame
15096         is nil.
15098 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15100         * align.el (align-rules-list): Use [ \t] instead of \s-
15101         for column separators in text mode.
15103 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15105         * help-mode.el (help-customize-variable, help-customize-face):
15106         Don't pop help-xref-stack as help-follow no longer pushes
15107         anything on to it.
15109 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15111         * textmodes/org.el (org-agenda-custom-commands): New option.
15112         (org-agenda): Offer custom commands on splash screen.
15113         (org-make-tags-matcher): Parser for Boolean logic added.
15114         (org-agenda-set-tags): New command.
15115         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15116         (org-set-tags): Efficiency improvements.
15117         (org-auto-align-tags): New option.
15118         (org-todo, org-demote, org-promote): Realign tags.
15119         (org-tags-completion-function): Use also "&" and "|" as separators.
15120         (org-org-menu): Agenda commands simplified.
15122 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15124         * cus-edit.el (customize-apropos, customize-apropos-options):
15125         Docstring changes.
15127         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15129 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15131         * longlines.el (longlines-mode): Wrap while widened.
15132         (longlines-decode-region, longlines-encode-region): Compute max
15133         just once.
15135 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15137         * cus-edit.el (mac): New group.
15139         * cus-start.el (all): Add user options in macterm.c.  Add test for
15140         Mac-related built-ins.  Fix test for GTK-related built-ins.
15142         * term/mac-win.el (mac-handle-language-change)
15143         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15144         (mac-services-open-selection, mac-services-mail-selection)
15145         (mac-services-mail-to, mac-services-insert-text)
15146         (mac-dispatch-apple-event): Add docstrings.
15147         (x-get-selection, mac-select-convert-to-string): Select coding
15148         system from `utf-16be' and `utf-16le' using `byteorder'.
15150 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15152         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15153         a "list" (lambda ...) rather than a real completion list.
15155         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15156         lexical-let when encountering ((lambda (...) ...) ...).
15158 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15160         * progmodes/sh-script.el (sh-mode):
15161         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15162         * textmodes/picture.el (picture-mode): Update docstrings.
15164 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15166         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15167         commands enclosed in $(ARGQUOTE)s should not be split between two
15168         lines, as that will break with GNU Make >3.80, when sh.exe is used
15169         and arg quoting is with '..'.
15170         (autoloads): Don't break the quoted --eval expression between
15171         several lines.
15173 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15175         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15176         Capture error from printing circular structures.
15178 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15180         * wid-edit.el (widget-checkbox-action): Clear undo info.
15182 2005-12-16  Bill Wohler  <wohler@newt.com>
15184         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15185         bar, not menubar in comment.
15187 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15189         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15190         After-change-functions should not clobber the match data.
15192 2005-12-16  Juri Linkov  <juri@jurta.org>
15194         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15195         instead of `buffer-substring'.
15196         (completion-common-substring): Doc fix.
15197         (completion-setup-function): Use minibuffer-completion-contents
15198         instead of minibuffer-contents.  Don't set common-string-length
15199         initially.  Remove special handling of partial-completion-mode.
15200         Move computation of completion-base-size into one cond.
15201         Call completion-base-size-function in mainbuf.  In computation of
15202         completion-base-size for file name completion don't move point to
15203         the end of the minibuffer.  Move computation of common-string-length
15204         into one cond.  Start putting faces only when common-string-length>=0.
15205         Add condition to put completions-common-part when
15206         common-string-length>0.
15208         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15209         place point at the first different character in the minibuffer
15210         even if this position is at the beginning of the minibuffer.
15212         * info.el (Info-read-node-name-1): In completion-base-size-function's
15213         lambda return 1 if common-substring or minibuffer-completion-contents
15214         starts with (, and 0 otherwise.
15216         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15217         Use `crm-current-element' for second arg of `display-completion-list'.
15219 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15221         * files.el (set-auto-mode): Look for an interpreter specified on
15222         the first line also if search for mode specification succeeded,
15223         but the mode is not known.
15225 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15227         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15228         (org-open-at-point): Implement tag searches as links.
15229         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15230         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15231         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15232         (org-agenda-dispatch): New commands.
15233         (org-use-tag-inheritance, org-tags-column): New options.
15234         (org-tab-follows-link, org-return-follows-link): New options.
15235         (org-tags): New customize group.
15236         (org-start-icalendar-file): Get local time zone.
15237         (org-tags-completion-function): New function.
15238         (org-set-font-lock-defaults): Make sure links will also be
15239         highlighted inside headlines.
15241 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15243         * term.el (term-emulate-terminal):
15244         Let term-handle-ansi-terminal-messages override what Bash says about
15245         its current directory.
15247 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15249         * bindings.el (last-buffer): Move to simple.el.
15250         * simple.el (last-buffer): Move here.
15251         (get-next-valid-buffer): New function.
15252         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15253         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15255         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15256         * bindings.el (global-map): Ditto.
15258 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15260         * cus-edit.el: Introductory comment change.
15261         (custom-magic-alist): Change message string for the `rogue' state.
15263 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15265         * tooltip.el: Delete defcustom variable :tag names.
15267         * complete.el (partial-completion-mode): Doc fix.
15269         * textmodes/flyspell.el (flyspell-external-point-words):
15270         Use save-excursion to ensure we don't move backward in the
15271         search loop, not even one character.
15272         (flyspell-delete-all-overlays): Use remove-overlays directly.
15274         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15275         (ispell-start-process): Set that variable.
15276         Clear ispell-buffer-local-name.
15277         (ispell-internal-change-dictionary):
15278         Set ispell-current-dictionary after killing process.
15279         (ispell-buffer-local-dict):
15280         Don't set spell-personal-dictionary after killing process.
15281         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15282         (ispell-tex-skip-alists, ispell-html-skip-alists)
15283         (ispell-skip-region-alist): Mark as risky.
15285         * net/newsticker.el (newsticker--retrieval-timer-list)
15286         (newsticker--display-timer, newsticker-running-p)
15287         (newsticker-ticker-running-p): Definitions moved up.
15289 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15291         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15293 2005-12-15  David Ponce  <david@dponce.com>
15295         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15296         (recentf-edit-list, recentf-open-files): Signal an error when
15297         there is no recent file.
15299 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15301         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15302         read-only except for texinfo-format-region evaluation.
15304 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15306         * vc.el (vc-default-previous-version, vc-default-next-version)
15307         (vc-do-command): Doc fixes.
15309 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15311         * textmodes/bibtex.el (bibtex-expand-strings)
15312         (bibtex-autokey-expand-string, bibtex-name-part)
15313         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15314         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15315         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15316         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15317         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15318         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15319         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15320         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15321         (bibtex-beginning-of-last-entry): Remove.
15322         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15323         message if comma is missing but buffer is read-only.
15324         (bibtex-parse-field-text): Handle whitespaces at the end of field
15325         text.  Return 3-element list with beginning and end of field text
15326         and end of field.
15327         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15328         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15329         (bibtex-search-forward-field, bibtex-search-backward-field):
15330         Search always delimited by limits of entry.  Use more efficient
15331         search algorithms.
15332         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15333         bibtex-end-of-name-in-field.
15334         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15335         extracting the content of a field.
15336         (bibtex-text-in-field): Use search limits.
15337         (bibtex-parse-string-prefix): Handle empty string keys based on
15338         bibtex-string-empty-key.
15339         (bibtex-parse-string): Fix docstring.
15340         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15341         (bibtex-preamble-prefix, bibtex-strings): New functions.
15342         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15343         BibTeX entries (consistent with other BibTeX functions).
15344         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15345         (bibtex-search-entry): Fix docstring.  Simplify.
15346         (bibtex-flash-head, bibtex-complete-string-cleanup)
15347         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15348         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15349         (bibtex-parse-entry): New optional arg content.
15350         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15351         Use bibtex-text-in-field-bounds.
15352         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15353         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15354         bibtex-parse-string-postfix.
15355         (bibtex-find-text-internal): New function.
15356         (bibtex-remove-delimiters): Use it.
15357         (bibtex-find-text): Use it.  New optional arg help.
15358         (bibtex-complete): Handle BibTeX string and preamble entries.
15359         (bibtex-Preamble): Fix order of closing delimiters.
15361 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15363         * vc.el (vc-default-revert): New fun.
15365         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15367 2005-12-14  Romain Francoise  <romain@orebokech.com>
15369         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15370         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15371         (font-lock-remove-keywords): Likewise.
15373 2005-12-14  Juri Linkov  <juri@jurta.org>
15375         * log-view.el (log-view-diff): Doc fix.
15377         * isearch.el (isearch-query-replace): Use (mark) instead of
15378         isearch-opoint if mark is active in transient-mark-mode.
15380 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15382         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15384 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15386         * progmodes/cpp.el (cpp-face): New widget.
15387         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15389 2005-12-14  Juri Linkov  <juri@jurta.org>
15391         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15392         around `erase-buffer' and `insert'.
15394         * descr-text.el (describe-text-properties): Replace buffer name
15395         "*Help-2*" with "*Help*<2>".
15396         (describe-char): Add functions print-help-return-message,
15397         toggle-read-only.  Use help-setup-xref with nil to not store
15398         describe-char in help-xref-stack.  Use help-make-xrefs to
15399         make [back] button.
15401         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15403         * wdired.el (wdired-old-point): New internal variable.
15404         (wdired-change-to-wdired-mode): Set it buffer-locally.
15405         (wdired-abort-changes): Restore point after aborting changes.
15407 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15409         * vc.el (vc-do-command): Add a new value t for okstatus.
15411         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15412         frame in case of errors.
15414 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15416         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15417         so it comes after "On the Left" in the menu.
15419 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15421         * cus-edit.el (customize-apropos, customize-apropos-options)
15422         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15424 2005-12-12  Bill Wohler  <wohler@newt.com>
15426         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15427         non-writable Subversion-controlled files by saving window
15428         configuration before calling vc-do-command.  vc-do-command calls
15429         pop-to-buffer on error which is unexpected during registration.
15431 2005-12-12  Jay Belanger  <belanger@truman.edu>
15433         * calc/README: Update the summary of changes.
15435 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15437         * descr-text.el (describe-char): Rework last fix to solve the problem
15438         is the same way it's solved for everything else in that function
15439         (i.e. by extracting the info before setting up the *Help* buffer).
15441 2005-12-12  Kim F. Storm  <storm@cua.dk>
15443         * subr.el (version-regexp-alist): Allow space as separator before
15444         non-numeric part, e.g. "1.0 alpha".
15445         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15447 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15449         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15450         Implement Logging and the keep-modes setting.
15451         (org-get-category): Make sure a string is returned.
15452         (org-log-done): New function.
15453         (org-log-done, org-closed-string): New options.
15455 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15457         * tooltip.el (tooltip-y-offset): Change default to 20.
15459 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15461         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15463         * frame.el (display-hourglass): Doc fix.
15465         * help.el (help-for-help-internal): Simplify entry for `a'.
15467         * info.el (Info-on-current-buffer): Doc fix.
15468         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15470         * startup.el (inhibit-splash-screen): Make this the real name.
15471         (inhibit-startup-message): Make this the alias.
15472         (command-line): Find only simple.el, and use its directory
15473         to fill in other preloaded files' names.
15474         (command-line): Deactivate the mark if deactivate-mark is set.
15476         * international/mule.el (load-with-code-conversion):
15477         Bind deactivate-mark.
15479         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15481 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15483         * cus-edit.el (customize-apropos): Avoid listing an option more
15484         than once under different aliases.  No longer list user options
15485         that are not defined with defcustom (unless a prefix arg is given).
15486         Doc fix.
15487         (customize-apropos-options): Doc fix.
15489 2005-12-11  Juri Linkov  <juri@jurta.org>
15491         * frame.el (set-background-color, set-foreground-color)
15492         (set-cursor-color, set-mouse-color, set-border-color):
15493         Add explicit prompts to read colors by `facemenu-read-color'.
15494         (show-trailing-whitespace, blink-cursor-delay)
15495         (blink-cursor-interval, display-hourglass, hourglass-delay):
15496         Remove tags.
15497         (display-hourglass, hourglass-delay): Doc fix.
15498         (cursor-in-non-selected-windows): Capitalize words in tag.
15500         * faces.el (frame-background-mode): Replace `choice-item' keywords
15501         with `const' to not make [default] button.  Change default value tag
15502         from `default' to `automatic'.  Doc fix.
15503         (trailing-whitespace) <defface>: Change group `whitespace' to
15504         `whitespace-faces'.
15506 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15508         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15510 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15512         * term/mac-win.el: Create keymap for mac-apple-event-map.
15514 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15516         * tooltip.el (tooltip-mode): Move to start of file so that it
15517         appears at top of customize buffer.
15519         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15520         Add the gud groupname.
15521         (gud-tooltip-mode): Add the tooltip groupname.
15522         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15523         avoid conflict with tooltip-use-echo-area.
15525 2005-12-10  Romain Francoise  <romain@orebokech.com>
15527         * help.el (help-for-help-internal): Add `r' in doc string.
15529 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15531         * align.el (align-regexp, align-highlight-rule):
15532         Use region-beginning and region-end instead of point and mark, so that
15533         repetition (with `repeat-complex-command') recomputes the region
15534         bounds.
15536 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15538         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15539         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15540         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15541         (balance-windows): Rewrite using the above new functions.
15543 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15545         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15546         react if global-hi-lock-mode seems intended.
15547         (global-hi-lock-mode) Renamed from hi-lock-mode.
15548         (hi-lock-archaic-interface-message-used)
15549         (hi-lock-archaic-interface-deduce): New variables.
15550         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15551         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15552         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15553         Replace hi-lock-buffer-mode with hi-lock-mode.
15555 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15557         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15558         completion list, even after a partial completion has been
15559         inserted in the current buffer.  If there are more than 1
15560         completion, redisplay the *Completions* buffer; if the
15561         completion is unique, delete the *Completions* window.
15563 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15565         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15566         strings and long subject lines that were broken into multiple
15567         lines at arbitrary places.  Handle subjects that have "Re: " in
15568         the middle.
15570 2005-12-10  John W. Eaton  <jwe@octave.org>
15572         * emacs/octave-mod.el (octave-electric-space): Don't indent
15573         comments or strings if octave-auto-indent is nil.
15575 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15577         * term/mac-win.el: Require url when compiling.
15578         Call mac-process-deferred-apple-events after loading init files.
15579         (mac-apple-event-map): New defvar.  Define event handlers in it.
15580         (core-event, internet-event): New Apple event class symbols.
15581         (open-application, reopen-application, open-documents)
15582         (print-documents, open-contents, quit-application)
15583         (application-died, show-preferences, autosave-now, get-url):
15584         New Apple event ID symbols.
15585         (about): New HICommand ID symbol.
15586         (mac-event-spec, mac-event-ae): New macros.
15587         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15588         (mac-ae-selection-range, mac-ae-text-for-search)
15589         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15590         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15591         and Services menu events are now defined in mac-apple-event-map.
15592         (mac-drag-n-drop): Remove selection range handling.
15594 2005-12-10  Kenichi Handa  <handa@m17n.org>
15596         * simple.el (zap-to-char):
15597         * isearch.el (isearch-process-search-char): Translate CHAR by
15598         translation-table-for-input.
15600 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15602         * foldout.el (foldout-exit-fold): Properly hide subtree.
15604 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15606         * files.el (save-buffer):
15607         * international/ucs-tables.el (ucs-set-table-for-input):
15608         * mail/mail-extr.el (mail-extract-address-components):
15609         * mail/sendmail.el (mail-mode): Reformat doc string.
15611 2005-12-09  Juri Linkov  <juri@jurta.org>
15613         * isearch.el (isearch-highlight): Change main overlay priority
15614         from 1 to 1001.  Simplify.
15615         (isearch-lazy-highlight-update): Change lazy overlay priority
15616         from 0 to 1000.
15618         * replace.el (replace-highlight): Change overlay priority from
15619         1 to 1001.
15621         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15622         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15624         * compare-w.el (compare-windows-highlight): Change overlay
15625         priority from 1 to 1000.
15627         * menu-bar.el (menu-bar-edit-menu): Add listp around
15628         pending-undo-list to disable menu item "undo" when pending
15629         undo list is empty.
15631         * locate.el (locate): Disable undo in *Locate* buffer.
15633 2005-12-09  Kim F. Storm  <storm@cua.dk>
15635         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15637 2005-12-09  David Ponce  <david@dponce.com>
15639         * recentf.el: Improvement of the menu code.
15640         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15641         instead of menu hook.
15642         (recentf-show-menu, recentf-hide-menu): New functions.
15643         (recentf-menu-customization-changed, recentf-mode): Use them.
15644         (recentf-menu-action, recentf-max-menu-items)
15645         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15646         (recentf-arrange-by-rule-others)
15647         (recentf-arrange-by-rules-min-items)
15648         (recentf-arrange-by-rule-subfilter) : Don't use
15649         `recentf-menu-customization-changed'.
15650         (recentf-arrange-rules): Likewise.  Accept functions to compute
15651         sub-menu titles.
15652         (recentf-menu-filter): Likewise.  Doc fix.
15653         (recentf-menu-value-shortcut): Doc fix.
15654         (recentf-dump-variable): Quote atom value.
15655         (recentf-make-menu-items): Update to use it as a menu filter.
15656         (recentf-match-rule): New function.
15657         (recentf-arrange-by-rule): Use it.
15658         (recentf-indirect-mode-rule): New function.
15659         (recentf-build-mode-rules): Use it.
15660         (recentf-dir-rule): New function.
15661         (recentf-arrange-by-dir): Use it.
15662         (recentf-filter-changer-current): Rename from
15663         `recentf-filter-changer-state'.  All references updated.
15664         (recentf-filter-changer-alist): Update filter names.
15665         (recentf-filter-changer-select): New function.
15666         (recentf-filter-changer): Use it.  Make a sub-menu from filters
15667         available in `recentf-filter-changer-alist'.
15668         (recentf-data-cache, recentf-clear-data)
15669         (recentf-update-menu): Remove.  All references updated.
15670         (recentf-match-rule-p, recentf-build-dir-rules)
15671         (recentf-filter-changer-goto-next)
15672         (recentf-filter-changer-get-current)
15673         (recentf-filter-changer-get-next): Remove.
15675 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
15677         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15678         buffer "Reset" button to "Reset to Current" for consistency with
15679         the State buttons.
15681 2005-12-08  John Paul Wallington  <jpw@pobox.com>
15683         * ibuf-ext.el (define-ibuffer-filter filename):
15684         If `dired-directory' is a list then really use its car.
15686 2005-12-08  Kim F. Storm  <storm@cua.dk>
15688         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15689         Fix indention of text on right side of replaced rectangle.
15691 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
15693         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15694         No need to check gud-comint-buffer is bound.
15695         (gdb): Prevent multiple debugging when first session uses gdba.
15697 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15699         CC Mode update to 5.31.
15701         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15702         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
15703         We might do this function properly in the future).
15705         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15706         New macros c-sentence-end and c-default-value-sentence end, to cope
15707         with Emacs 22's new function `sentence-end'.
15709 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15711         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15712         compat issue using `c-put-overlay' and `c-delete-overlay'.
15714         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15715         New compat macros to handle overlays/extents.
15717 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15719         * progmodes/cc-fix.el: Add definitions of the macros push and pop
15720         (for GNU Emacs 20.4)
15722         * progmodes/cc-defs.el:
15723         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15725         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15726         highlighting mechanism so it will work in XEmacs too.
15728         * progmodes/cc-defs.el: Insert c-int-to-char.
15730         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15731         call to the new macro c-int-to-char.  This solves XEmacs's
15732         regarding characters as different from integers.
15734 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15736         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15737         New internal helper.
15739         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15740         construct to make the indirect face lookup work in XEmacs.
15742         (c-cpp-matchers): Append the negation char face to the existing
15743         fontification, so that the cpp face doesn't disappear.
15744         Use `c-make-syntactic-matcher' to avoid negation chars in comments
15745         and strings.
15747         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15748         to map to `font-lock-negation-char-face' in emacsen where it exists.
15750 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15752         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15754         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15755         Rename "c-subword-move-mode" as "c-subword-mode".
15757         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15758         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
15760 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15762         * progmodes/cc-mode.el: Added autoload directive for
15763         `c-subword-move-mode' for use in older emacsen.
15765 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15767         * progmodes/cc-mode.el:
15768         (i) Insert a binding for C-c C-backspace into
15769         c-bind-special-erase-keys which works in TTYs.
15770         (ii) Make sure that when file styles are used, any explicitly
15771         given style variables take priority over those in the style.
15772         Do this by calling `hack-local-variables' a second time.
15774         * progmodes/cc-vars.el: Add language specific customization
15775         widgets for AWK to c-doc-comment-style, c-require-final-newline
15776         and c-default-style.  Add a defcustom for awk-mode-hook.
15777         Give c-syntactic-element and c-syntactic-context doc-strings by
15778         directly setting their `variable-documentation' propery.
15779         This allows Emacs 22.1 to read these with C-h v.
15781         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15783 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15785         * progmodes/cc-fonts.el, cc-vars.el
15786         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15787         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15788         Masatake YAMATO.
15790         (c-doc-comment-style): Made GtkDoc default in C mode.
15792         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15793         and C-c C-<delete>.
15795         (c-bind-special-erase-keys): New function for use on
15796         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15798         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15799         <delete> key behavior in XEmacs according to `delete-forward-p'.
15800         C.f. `c-electric-delete'.
15802 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15804         * progmodes/cc-mode.el: Give c-hungry-backspace and
15805         c-hungry-delete-forward permanent key bindings.
15807         * progmodes/cc-cmds.el (c-electric-semi&comma):
15808         Bind c-syntactic-context for calls to "criteria functions", for
15809         consistency with other calls to user functions.
15811         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15812         `current-prefix-arg', since this might be the prefix arg to a
15813         command which calls c-indent-command as a function.  Change the
15814         interactive spec from "p" to "P".
15816         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15817         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15818         was difficult to understand.
15820 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15822         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15823         first char of an identifier.
15825         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15826         +" syntax in C++.
15828 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15830         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15831         auto-fill doesn't split a c-comment's last word from a hanging
15832         "*/" when a space is typed between them after fill-column.
15834         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15836         * progmodes/cc-styles.el (c-set-style)
15837         (c-setup-paragraph-variables): Abort the command if we're not in a
15838         CC Mode buffer.
15840         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15841         with blank comment-prefix, and a blank line as the comment's
15842         second line.
15844 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15846         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15847         Incorporate the patterns added in the Emacs development branch
15848         for the new Emacs 22 face `font-lock-negation-char-face'.
15850         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15851         of "red" since it stands out better in xterms and DOS terminals.
15853         * progmodes/cc-engine.el (c-literal-faces):
15854         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15856 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15858         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15859         forcibly enable c-electric-flag.
15861         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15862         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15863         after the comment-prefix of a C-style comment will close that comment.
15865 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15867         * progmodes/cc-fonts.el (c-basic-matchers-before)
15868         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15869         in Pike.
15871         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15872         digraphs.
15874         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15875         (c-cpp-message-directives, c-cpp-include-directives)
15876         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15877         (c-cpp-expr-directives): Introduce new language constants to
15878         control cpp syntax in a cleaner way.
15880         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15882         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15884         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15885         (c-multiline-string-start-char): New language constants and
15886         variables to specify how newlines in string literals work.
15888         (c-font-lock-invalid-string): Use them.
15890         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15891         unbalanced close brace is entered.  Optimization by avoiding going
15892         back over arbitrarily large blocks.  Removed hints that this
15893         function only would be relevant/useful in AWK.
15895         (c-electric-brace): Indent syntactically after the cleanups since
15896         lineup functions might do it differently then.
15898         * progmodes/cc-engine.el, cc-langs.el
15899         (c-opt-op-identifier-prefix): New language constant and variable.
15901         (c-just-after-func-arglist-p, c-after-special-operator-id)
15902         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15904         * progmodes/cc-align.el, cc-engine.el
15905         (c-after-special-operator-id): New helper to handle C++ operator
15906         identifiers.
15908         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15909         (c-guess-basic-syntax): Handle C++ operator identifiers in
15910         declarations.
15912         * progmodes/cc-langs.el (c-assignment-operators): Add the
15913         trigraph version of ^= too.
15915         * progmodes/cc-langs.el (c-assignment-operators): Add the
15916         trigraph version of |= in C++.
15918         * progmodes/cc-fonts.el (c-font-lock-declarators):
15919         Handle `c-decl-hangon-kwds' after the identifier name.
15921         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15922         whether an arglist is "nonempty", ignore a comment after the open
15923         paren if it isn't followed by a non-comment token on the same line.
15925         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15926         Enable heuristics below the point to cope with classes inside special
15927         brace lists in Pike.
15929 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15931         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15933 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15935         * progmodes/cc-guess.el (cc-guess-install): New function to
15936         install an already guessed style in another buffer.
15938         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15939         sets `inhibit-read-only' - `c-save-buffer-state' should be used
15940         anyway if the change always is undone.
15942 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15944         Implement togglable electricity:
15946         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15947         saying when it should be used.
15949         * progmodes/cc-engine.el: Add the new buffer-local variable,
15950         c-electric-flag.
15952         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15953         c-toggle-auto-newline.
15955         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15956         c-toggle-auto-newline.  Remove the binding for
15957         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
15958         c-toggle-electric-state.
15960         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15962         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15963         c-\(forward\|backward\)-subword.
15964         (c-update-modeline): Add the new modeline flag `l' for
15965         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
15966         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15967         Make the old name an alias of the new name.
15968         (c-toggle-electric-state): New function.
15969         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15970         Adapt these functions to do electric things only when
15971         c-electric-flag is non-nil.
15972         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15973         new functions from c-electric-brace.
15974         (c-point-syntax): Add a check for "virtual semicolons" in AWK
15975         mode, so that the tentative extra newline doesn't change the
15976         syntax of the following brace.
15977         (c-electric-brace): Restructure by extracting the above functions.
15978         Tidy up the coding somewhat.
15979         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15980         restructure a bit.
15982 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15984         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15985         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
15987         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15988         (c-submode-indicators): Change name from `c-auto-hungry-string'
15989         since it's now used to track another submode.
15991         (c-update-modeline): Convert to function and extended to check
15992         `c-subword-move-mode'.
15994         (c-forward-into-nomenclature, c-backward-into-nomenclature):
15995         Convert to compat aliases for `c-forward-subword' and
15996         `c-backward-subword'.
15998         * progmodes/cc-subword.el: New functions and minor mode to handle
15999         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16001         (c-forward-subword, c-backward-subword, c-mark-subword)
16002         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16003         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16004         Functions corresponding to the standard word handling functions.
16006         (c-subword-move-mode): Minor mode that replaces all the standard
16007         word handling functions with their subword equivalences.
16009 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16011         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16012         entry for one-liner-defun.
16014         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16015         name in its def-edebug-spec.
16017         * progmodes/cc-cmds.el (c-electric-brace): Make the
16018         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16019         compacts space before a comment, if this will make things fit on
16020         one line.
16022         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16024         * progmodes/cc-align.el: New function c-snug-1line-defun-close
16026         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16027         clean-up one-liner-defun.
16029         * progmodes/cc-styles.el: Add the new "awk" style.
16031         * progmodes/cc-vars.el: Add description of one-liner-defun to
16032         c-cleanup-list's doc-string.  New user options,
16033         c-max-one-liner-length.  In c-default-style, set the default style
16034         for AWK to "awk".
16036 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16038         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16039         macros inside labels.
16041         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16042         `c-at-statement-start-p' and `c-at-expression-start-p'.
16044         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16045         error if the mark isn't set.
16047         * progmodes/cc-engine.el (c-guess-continued-construct)
16048         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16049         accurately detect functions inside functions.
16051         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16052         like `c-at-statement-start-p' that additionally recognizes commas
16053         and expression parentheses as delimiters.
16055         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16056         to avoid heuristics that doesn't work for unclosed blocks.
16057         (c-at-statement-start-p): New function.
16059         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16060         Objective-C directives, e.g. directives spanning lines should work
16061         reasonably well now.
16063         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16065         (c-forward-objc-directive): New function to move over any ObjC
16066         directive.
16068         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16069         (c-basic-matchers-before): Use it.
16071         (c-font-lock-objc-iip-decl): Remove.
16073         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16074         in the template arglist recognition.
16076         * progmodes/cc-styles.el (c-style-alist): Fix several
16077         inconsistencies in the Whitesmith style.
16079         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16080         New lineup function to get lines after Whitesmith style blocks
16081         correctly indented.
16083         (c-lineup-whitesmith-in-block): Back out the compensation for
16084         opening parens since it's done using `add' lists in the style
16085         definition instead.  Don't use the anchor position since it varies
16086         too much between the syntactic symbols. :P
16088         * progmodes/cc-vars.el (c-valid-offset): Update.
16090         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16091         lists where the offsets are combined according to several
16092         different methods: `first', `min', `max', and `add'.
16093         Report offset evaluation errors with `c-benign-error' so that some kind
16094         of reindentation still is done.
16096         * progmodes/cc-engine.el (c-guess-basic-syntax):
16097         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16098         `arglist-close'.
16100         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16101         situations for `arglist-cont-nonempty' and `arglist-close'.
16103         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16105         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16106         cc-bytecomp-boundp' in a number of places.
16108         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16109         macro related issue.
16111 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16113         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16114         list is now [asdf], a char class [:alpha:].
16115         Include code for char classes.
16116         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16117         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16119         Remove (nearly all of) the cruft associated with AWK Mode's former
16120         concept of "virtual semicolons":
16122         Adapt c-beginning-of-statement, c-end-of-statement (together with
16123         subfunctions) to use the new notion of "virtual semicolon" in
16124         place of the old awkward special handling for AWK.  There remains
16125         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16126         * progmodes/cc-cmds.el:
16127         (c-ascertain-adjacent-literal): In the backwards direction, now
16128         recognises AWK regexp delimiters as string delimiters.
16129         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16130         check more rigorously for "end of macro".
16131         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16132         virtual semicolons;
16133         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16134         out the code for forward movement into ...
16135         (c-end-of-statement): Now contains the code for forward movement,
16136         adapted for virtual semicolons.
16138         * progmodes/cc-engine.el:
16139         (c-ws*-string-limit-regexp): New regexp.
16140         (c-forward-single-comment, c-backward-single-comment): Comment out
16141         the (now redundant) "special" AWK stuff.
16143         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16144         c-string-par-start, c-string-par-separate to be more like Text
16145         Mode than Fundamental Mode.
16147 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16149         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16150         to the fontified region so that fontification doesn't occur
16151         outside it (could happen e.g. when fontifying a line with an
16152         unfinished declaration).
16154 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16156         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16157         start of the file.  ^L now separate sections of the file.
16158         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16159         (c-awk-one-line-possibly-open-string-re)
16160         (c-awk-regexp-one-line-possibly-open-char-class-re)
16161         (c-awk-one-line-possibly-open-regexp-re)
16162         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16163         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16165         Amend the concept of "virtual semicolons" (in the indentation
16166         engine) for languages like AWK, such that they are now
16167         conceptually attached to end of the last token of a statement, not
16168         the end of the line.  (In AWK Mode, however, the pertinent text
16169         property is still physically set on the EOL.)  Remove the specific
16170         tests for awk-mode, thus facilitating the introduction of other
16171         language modes where EOLs can end statements.
16172         (Note: The funtionality in cc-cmds.el, specifically
16173         c-beginning/end-of-statement has yet to be amended.)
16175         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16176         New macros.
16178         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16179         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16180         c-vsemi-status-unknown-p-fn (in a new page).
16182         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16183         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16184         numerous awkward forms like
16185         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16186         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16187         variable before-ws-ip, the place just after char-before-ip appears.
16189         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16190         a comment.
16192 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16194         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16195         `c-tentative-buffer-changes'.
16197         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16198         convert to macro to choose between Emacs and XEmacs at compile time.
16200         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16202         (c-tentative-buffer-changes): New macro to handle temporary buffer
16203         changes in a convenient way.
16205         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16206         for `c-tentative-buffer-changes'.
16208         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16209         the checks for paren sexps between the point and the keyword, to
16210         avoid some false alarms.
16212         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16213         Fixed a situation where an error could be thrown for unbalanced
16214         parens.  Changed to make use of c-keyword-member' to avoid some
16215         repeated regexp matches.
16217         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16218         These language variable are no longer necessary.
16220         (c-block-stmt-kwds): New language constant used by
16221         c-looking-at-inexpr-block'.
16223         (c-guess-basic-syntax): Remove an optional check that looked at
16224         the existence of the now removed language variables.
16226         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16227         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16228         object instantiation expressions as declarations in some contexts.
16229         This bug only affected languages where the declarator can't be
16230         enclosed in parentheses.
16232         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16233         insert newlines before and after substatement braces.
16235         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16236         function declaration headers and the handling of C++ style member
16237         init lists.
16239         (c-just-after-func-arglist-p): Rewritten to use
16240         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16242         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16244         (c-guess-basic-syntax): Adapt case 5B for the new
16245         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16246         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16247         covers all cases now).
16249         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16251 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16253         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16254         c-string-par-start/separate c-sentence-end-with-esc-eol,
16255         initialised in c-setup-paragraph-variables, used in string
16256         scanning subroutines of c-beginning-of-statement.
16258         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16259         which precedes the newly inserted `{'.
16261 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16263         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16264         function for declaration level blocks.  It should now cope with
16265         templates better and also be a lot more comprehensible.
16267         (c-looking-at-decl-block): The new function.
16269         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16270         for compatibility.
16272         (c-add-class-syntax, c-guess-continued-construct)
16273         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16275         (c-decl-block-key): Change to tell apart ambiguous and
16276         unambiguous keywords.  Pike specials are now handled directly in
16277         the code instead.
16279         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16280         New language constants and variables to make the backward skip in
16281         `c-looking-at-decl-block' as tight as possible.
16283         (c-nonsymbol-token-char-list): New language constant.
16285         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16286         find balanced template arglists backwards.
16288         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16289         making char classes for `c-syntactic-skip-backward'.
16291         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16292         16D - can't be a class-close at that point.
16294         * progmodes/cc-engine.el (c-guess-basic-syntax)
16295         (c-add-class-syntax): Don't narrow out the enclosing declaration
16296         level.  This makes everything a lot easier, and it was actually
16297         only four small places that needed it to work.  Some places that
16298         previously did `widen' are removed now, which has the effect that
16299         `c-guess-basic-syntax' never will look at things outside the
16300         current narrowment now.  The anchor position for `topmost-intro'
16301         is affected by this, but it was so bogus it was basically useless
16302         before, and now it's equally bogus but in a slightly different way.
16304         (c-narrow-out-enclosing-class): Gone.
16306         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16307         the narrowed region.
16309         (c-least-enclosing-brace): Remove silly optional argument.
16311         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16312         the point could be left directly after an open paren when finding
16313         the beginning of the first decl in the block.
16315         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16316         Specify which submatch to use.
16318         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16320         (c-decl-start-re): No longer any need for special treatment of
16321         ObjC due to the above.
16323         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16324         presumably follows C in that regard.
16326         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16327         New language constants to specify operator tokens inside
16328         identifiers in a more high level way.
16330         (c-opt-identifier-prefix-key): New internal language constant.
16332         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16333         (c-identifier-start, c-identifier-key): Now completely calculated
16334         from other constants.
16336         (c-identifier-last-sym-match): Decommission since it's no longer used.
16338         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16340         * progmodes/cc-engine.el (c-forward-name): Remove the
16341         optimization when c-identifier-key is equal to c-symbol-key since
16342         it doesn't work in byte compiled files.  Don't record empty
16343         regions as identifiers.
16345         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16346         simplify access to `c-operators' and its likes.
16348         (c-operator-list, c-all-op-syntax-tokens)
16349         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16350         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16351         (c-primary-expr-regexp, c-cast-parens): Use it.
16353         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16354         an explicit language in functions.
16356         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16357         variant of adornment.
16359         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16360         variable.
16362         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16363         the Pike value.
16365         * progmodes/cc-engine.el (c-on-identifier)
16366         (c-simple-skip-symbol-backward): Small fix for handling "-"
16367         correctly in `skip-chars-backward'.  Affected the operator lfun
16368         syntax in Pike.
16370         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16371         diagnostic message about precompiled language vars not being used.
16373         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16374         "__attribute__" is followed by a parenthesis.
16376         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16377         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16378         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16380         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16381         Internal cleanups to properly detect the declared identifiers in
16382         various declarations.
16384         (c-decl-start-kwds): New language constant to recognize
16385         declarations that can start anywhere.  Used for class declarations
16386         in Pike.
16388         (c-specifier-key, c-not-decl-init-keywords)
16389         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16390         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16392         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16393         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16394         handling of the compiler specific extension keywords into a new
16395         language constant `c-decl-hangon-kwds' that defines keyword
16396         clauses to be ignored in declarations.
16398         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16399         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16400         Necessary to stop at the declared identifier in e.g. IDL valuetype
16401         declarations.
16403         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16404         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16405         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16406         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16407         class and enum declarations as such and not as part of the type.
16409         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16410         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16412         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16413         declarations when there's some syntax error later on.
16415         (c-complex-decl-matchers): Did away with a reference to
16416         `c-specifier-key'.
16418         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16419         value - this variable is always dynamically bound.
16421         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16422         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16423         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16424         functions that might do hidden buffer changes: All such internal
16425         functions are now marked instead of those that don't.
16427         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16428         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16429         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16430         (c-literal-type): Allow these functions to make hidden buffer changes,
16431         so that they are free to use text property caching later on.
16433         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16434         (c-electric-brace, c-electric-slash, c-electric-star)
16435         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16436         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16437         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16438         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16439         with the changed semantics of the functions above.
16441         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16442         when macros occur in obscure places.  Optimized the sexp movement
16443         a bit.
16445 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16447         Enhancements for c-beginning-of-statement to work in AWK Mode:
16449         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16450         (completed statement) with `}' (statement completed by closing
16451         brace or semicolon) and `$' (statement completed by EOL).
16453         (c-awk-virtual-semicolon-ends-prev-line-p)
16454         (c-awk-virtual-semicolon-ends-line-p)
16455         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16456         (c-awk-at-statement-end-p): New functions.
16458         * progmodes/cc-cmds.el: Simplify the structure of functions
16459         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16460         two functions and c-beginning-of-statement to handle AWK Mode.
16462         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16463         c-backward-single-comment for AWK mode.  Attempt to clarify their
16464         doc-strings.
16466         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16468 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16470         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16471         label handling.  Labels are now recognized in a uniform and more
16472         robust way, regardless of context.  Text properties are put on all
16473         labels to recognize the following declarations better.
16474         Multiword labels are handled both in indentation and fontification for
16475         the benefit of language extensions like Qt.  For consistency, keywords
16476         in labels are now fontified with the label face instead.
16477         That also applies to "case" and "default".
16479         (c-beginning-of-statement-1): Fix some bugs in the label
16480         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16481         with `c-label-kwds'.
16483         (c-find-decl-spots): Support that the callback adds more
16484         `c-decl-end' spots to find.
16486         (c-forward-decl-or-cast-1): Don't treat a list of plain
16487         identifiers followed by a colon as a declaration.
16489         (c-forward-label): New function to recognize labels.
16491         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16492         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16493         earlier since they aren't so context sensitive now.  Handle labels
16494         on the top level gracefully.  Moved access label recognition to
16495         the generic label case (CASE 15) - removed CASE 5E.
16497         (c-font-lock-declarations): Add recognition of labels in the
16498         same round since we need to handle labels in parallell with other
16499         declarations to recognize both accurately.  It should also improve
16500         speed.
16502         (c-simple-decl-matchers, c-basic-matchers-after):
16503         Move `c-font-lock-labels' so that it only is used on decoration level 2
16504         since `c-font-lock-declarations' handles it otherwise.
16506         (c-complex-decl-matchers): Remove the simplistic recognition of
16507         access labels.
16509         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16510         with labels earlier.
16512         (c-decl-start-re): New language variable to make
16513         `c-font-lock-declarations' stop for the special protection labels
16514         in Objective-C that start with `@'.
16516         (c-label-key): Remove since it's no longer used.
16518         (c-recognize-colon-labels, c-label-prefix-re): New language
16519         constants to support recognition of generic colon-terminated labels.
16521         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16522         are colon terminated labels.
16524         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16525         first argument starts with a special brace list.
16527         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16528         (c-font-lock-declarations): Break out the declaration and cast
16529         recognition from `c-font-lock-declarations' to a new function, so
16530         that it can be used in the indentation engine.
16532         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16533         up to the start of the literal.  Fixed bug with the point on the
16534         wrong side of the search limit that could happen when the start
16535         position is inside a literal.
16537         * progmodes/cc-engine.el (c-parse-state)
16538         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16539         so that it's kept a little bit back to increase the hit rate.
16541         (c-parse-state): Change the macro handling and fixed some
16542         glitches.  Macro context is checked more often than necessary now,
16543         but otoh less garbage conses are generated.
16545         * progmodes/cc-engine.el (c-parse-state)
16546         (c-invalidate-state-cache): Cache the last position where
16547         `c-state-cache' applies.  This can speed up refontification quite
16548         a bit in blocks where there are many non-brace parens before the point.
16550         (c-state-cache-end): New variable for this.
16552         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16553         cache variable.
16555         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16556         get close initial continue positions when the start position is
16557         inside a literal or macro.  Do not call the callback for spots
16558         before the start position (which can happen e.g. for `c-decl-end'
16559         spots inside comments).  Optimize better in special cases when the
16560         region is a single line inside a literal or macro (typically when
16561         the current line is refontified).
16563         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16564         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16565         entries from the paren state.
16567         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16568         special case for "else if" clauses.
16570         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16571         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16573         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16574         New language variable to recognize the gcc extension with statement
16575         blocks inside expressions.
16577         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16578         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16579         no longer used and hence removed.
16581         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16582         to `c-add-stmt-syntax'.
16584         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16585         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16586         This fixes bogus label recognition.
16588         * progmodes/cc-engine.el (c-add-type, c-check-type)
16589         (c-forward-name, c-forward-type): Improve storage of template
16590         types in `c-found-types' so that they can be recognized better.
16592         (c-syntactic-content): Add option to skip past nested parens.
16594         * progmodes/cc-engine.el (c-forward-name):
16595         Set `c-last-identifier-range' all the time.  It's less work that way.
16596         Handle that there might not be an identifier to store in
16597         `c-last-identifier-range'.
16599         (c-forward-type): Handle that `c-last-identifier-range' might be
16600         nil from `c-forward-name'.
16602         * progmodes/cc-defs.el (c-safe-scan-lists)
16603         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16605         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16606         to work even if the form fails.
16608         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16609         down in a large file in one go.
16611         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16613         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16614         function which is like `c-lineup-math' but returns nil instead of
16615         `c-basic-offset' when it doesn't match.
16617         (c-lineup-math): Change to use `c-lineup-assignments'.
16619 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16621         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16622         c-beginning-of-statement.  New subfunctions
16623         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16625 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16627         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16628         hardcoded char classes whereever possible.  Changed a couple of
16629         places to use skip by syntax instead of skip by char class.
16631         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16632         Fix a bug in the regexp that caused extreme backtracking.
16634         * progmodes/cc-langs.el (c-block-comment-starter)
16635         (c-block-comment-ender): New language constants to specify in a
16636         single place how block comments look.
16638         (c-comment-start-regexp, c-block-comment-start-regexp)
16639         (comment-start, comment-end, comment-start-skip)
16640         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16641         (c-syntactic-ws, c-nonempty-syntactic-ws)
16642         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16643         `c-line-comment-starter', `c-block-comment-starter' and
16644         `c-block-comment-ender'.
16646         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16647         New language constants to break up things a bit.
16649         (c-simple-ws): New language constant for simple whitespace.
16651         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16653         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16654         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16655         newlines.  Allow and ignore nil elements in the list.
16657 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16659         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16660         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16662         * progmodes/cc-cmds.el: Tidy up the comments in
16663         c-beginning-of-statement and subfunctions.
16665         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16666         more flexible c-put-char-property and c-clear-char-properties.
16667         Add the author's email address.
16669         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16671         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16672         closing "*/" of a block comment.
16674         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16675         subfunctions) so that it works at BOB and EOB.
16677         * progmodes/cc-cmds.el, cc-vars.el: More updating of
16678         c-beginning-of-statement, including new variable
16679         c-block-comment-start-regexp.
16681 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16683         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16684         symbols from `*-font-lock-extra-types' so that there's no need to
16685         use `regexp-opt' on those lists.
16687         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16688         `c-type-modifier-kwds' is empty.
16690         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16691         there are several strings on the same line.
16693         * progmodes/cc-engine.el (c-literal-limits): Remove the
16694         compatibility function for older emacsen.  `c-literal-limits-fast'
16695         has now taken the place of this function.
16697         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16698         with older emacsen: We now require `pps-extended-state'.
16700 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16702         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16703         which obviates the need to hack sentence-end.  This now handles
16704         escaped newlines in strings correctly.  Correct minor bugs in
16705         c-move-over-sentence and in c-beginning-of-statement.
16707         * progmodes/cc-cmds.el (c-beginning-of-statement (and
16708         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16709         that movement over macros and code are rigorously separated from
16710         eachother.  Correct a few incidental bugs.
16712         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16713         Improve its doc-string.  Improve the handling of certain specific cases.
16715 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16717         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16718         (c-guess-basic-syntax): Change the way class-level labels are
16719         recognized; they can now contain essentially any symbols.
16721         (c-opt-extra-label-key): New language variable to cope with the
16722         special protection label syntax in Objective-C.
16724         (c-opt-access-key): Remove; this is now handled better by
16725         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16727         (c-complex-decl-matchers): Update to handle that
16728         `c-opt-access-key' no longer exists.
16730         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16731         improved label recognition in `c-beginning-of-statement-1'.
16733         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16734         Recognize bitfields better.
16736         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16737         Remove some cruft and fixed a bug that could cause it to go to a
16738         position further down.
16740         * progmodes/cc-langs.el, cc-engine.el
16741         (c-beginning-of-statement-1): Improve detection of labels in
16742         declaration contexts.
16744         (c-beginning-of-decl-1): Use it.
16746         (c-nonlabel-token-key): New language constant and variable needed
16747         by `c-beginning-of-statement-1'.
16749         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16750         manifested itself due to the correction in `c-forward-sexp'.
16752         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16753         Make these behave as documented when used at the buffer limits.
16755         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16756         (c-type-decl-end-used): Made this a language variable.
16758         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16759         correctly when `combine-after-change-calls' is used together with
16760         temporary narrowings.
16762         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16763         Report labels correctly when the start point is immediately after the
16764         colon.
16766         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16767         Remove since it isn't used anymore.
16769         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16770         bracket arglists such as template parens in C++.
16772         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16773         in the last check-in.  Some optimization.
16775         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16776         where it could stop at the same level in a preceding sexp when
16777         PAREN-LEVEL is set.
16779         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16780         text property lookup only when it's needed.
16782         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16783         Change the policy for paren marked angle brackets to be more
16784         persistent; once marked they remain marked even when they're found
16785         to be unbalanced in the searched region.  This should keep the
16786         paren syntax around even when individual lines are refontified in
16787         multiline template arglists.
16789         (c-parse-and-markup-<>-arglists): New dynamically bound variable
16790         to control markup so that incorrect angle bracket arglists aren't
16791         marked in contexts where the correct value for
16792         `c-disallow-comma-in-<>-arglists' isn't known.
16794         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16795         argument has become `c-parse-and-markup-<>-arglists'.
16797         (c-remove-<>-arglist-properties): Remove - no longer used.
16799         (c-after-change-check-<>-operators): New function used on
16800         `after-change-functions' to avoid that "<" and ">" characters that
16801         are part of longer operators have paren syntax.
16803         (c-<>-multichar-token-regexp): New language variable used by
16804         `c-after-change-check-<>-operators'.
16806         (c-after-change): Call `c-after-change-check-<>-operators'.
16808         (c-font-lock-<>-arglists): Use the context properties set by
16809         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16810         correctly to avoid doing invalid markup.
16812         (c-font-lock-declarations): Remove code that undoes the invalid
16813         markup done by `c-font-lock-<>-arglists'.
16815         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16816         after `c-font-lock-declarations'.
16818         * progmodes/cc-engine.el (c-syntactic-skip-backward):
16819         Add paren-level feature.
16821         (c-guess-basic-syntax): Improve the anchor position for
16822         `template-args-cont' in nested template arglists.  There's still
16823         much to be desired in this area, though.
16825 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16827         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16828         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16830 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16832         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16833         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16835         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16836         it doesn't work no longer are supported.
16838         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16839         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16840         requires support for the syntax-table' text property, which rules
16841         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
16842         cruft associated with those versions.
16844         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16845         for the `syntax-table' text property, which rules out Emacs 19 and
16846         XEmacs < 21.4.  Removed various compatibility cruft associated
16847         with those versions.
16849         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16850         support for the `syntax-table' text property.
16852         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16853         variable and use an extra quoted face name instead.  All the
16854         emacsen flavors handle that correctly.
16856         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16857         (c-font-lock-declarators, c-font-lock-declarations)
16858         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16859         property to mark the items in in declarator lists to handle
16860         refontification inside multiline declarations better.
16862         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16863         construct like "a * b = c;" as a declaration.
16865 2005-12-08  Kim F. Storm  <storm@cua.dk>
16867         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16868         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
16869         select either meta, hyper, or super modifier for rectangle commands.
16870         (cua--rectangle-modifier-key): New defvar.
16871         (cua--M/H-key): Use it.  Remove special case for `space'.
16872         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16873         on X, to meta otherwise.  Always bind C-return to toggle
16874         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
16876         * emulation/cua-rect.el (cua-help-for-rectangle):
16877         Use cua--rectangle-modifier-key.  Handle super modifier too.
16878         (cua--init-rectangles): Always bind C-return to toggle rectangle.
16879         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16881         * ido.el: Move Acknowledgements and History after Commentary.
16882         Minor changes to Commentary.
16884         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16885         keymap if cua--prefix-override-timer is `shift'.
16886         (cua--shift-control-prefix): New function; emulate "type prefix
16887         key twice" functionality to handle shifted prefix key override.
16888         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16889         New commands.
16890         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16892 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
16894         * textmodes/org.el (org-insert-heading): Try to do items before
16895         headings.
16896         (org-agenda-mode): Quote `org-agenda-mode-hook'.
16897         (org-insert-item): New function.
16898         (org-renumber-ordered-list): Don't skip to higher level lists.
16900 2005-12-08  Juri Linkov  <juri@jurta.org>
16902         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16904         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16906         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16908         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16909         the constructed function name fun-1.
16911         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16912         because such links don't lead to parent documentation.
16914 2005-12-08  Kenichi Handa  <handa@m17n.org>
16916         * descr-text.el (describe-char): Use *Help-2* buffer if the
16917         current buffer is *Help*.  Call describe-text-properties while
16918         setting the original buffer.
16920 2005-12-07  Bill Wohler  <wohler@newt.com>
16922         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
16923         and causes problems with non-MH users (such as Gnus users).
16925 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
16927         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16928         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16929         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16930         command "info sources".  Move calls to GDB command "list".
16931         (gdb-find-file-hook): Just use gdb-source-file-list.
16932         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16933         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16934         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16935         (gdb-data-list-register-values-handler): Use correct trigger name.
16937 2005-12-07  Kim F. Storm  <storm@cua.dk>
16939         * ido.el (ido-completion-map): Rename from ido-mode-map.
16940         (ido-common-completion-map, ido-file-completion-map)
16941         (ido-file-dir-completion-map, ido-buffer-completion-map):
16942         Rename from ido-mode-....-map.
16943         (ido-init-completion-maps): Rename from ido-init-mode-maps.
16944         (ido-setup-completion-map): Rename from ido-define-mode-map.
16945         (ido-read-internal): Bind minibuffer-local-filename-completion-map
16946         to ido-completion-map.
16948 2005-12-07  Kenichi Handa  <handa@m17n.org>
16950         * international/mule-cmds.el
16951         (set-display-table-and-terminal-coding-system): If the coding
16952         system specified in `unibyte-display' property is different from
16953         the arg coding-system, don't setup standard-display-table.
16955 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16958         that comments end at \n, regardless of selective-display.
16960 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
16962         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16963         (gdb-version): New variables.
16964         (gdb-source-file-list, gdb-register-names)
16965         (gdb-changed-registers): New variables for use with GDB 6.4+.
16966         (gdb-ann3): Replace with...
16967         (gdb-init-1, gdb-init-2): ...two new functions.
16968         (gdba, gdb-prompt): Call gdb-init-1.
16969         (gdb-get-version): New function.  Call gdb-init-2 from here.
16970         (gud-watch): Make it work with mouse events too.
16971         (gdb-post-prompt): Don't add to queue until GDB version is known.
16972         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16973         (gdb-locals-mode): Use gdb-version.
16974         (gdb-memory-format-map, gdb-memory-unit-map)
16975         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16976         (gdb-locals-font-lock-keywords-1)
16977         (gdb-locals-font-lock-keywords-2): New variables.
16978         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16979         (gdb-set-gud-minor-mode-existing-buffers-1)
16980         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16981         (gdb-var-update-1, gdb-var-update-handler-1)
16982         (gdb-data-list-register-values-handler)
16983         (gdb-data-list-register-values-custom)
16984         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16985         (gdb-stack-list-locals-handler, gdb-get-register-names):
16986         New functions for use with GDB 6.4+.
16987         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16988         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16989         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16990         (gdb-stack-list-locals-regexp)
16991         (gdb-data-list-register-names-regexp): New regexps for use with
16992         GDB 6.4+.
16994 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16996         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16998 2005-12-06  Nozomu Ando  <nand@mac.com>
17000         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17001         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17002         <seallan@verizon.net>.
17004 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17006         * frame.el (set-frame-parameter): Add doc string.
17008 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17010         * textmodes/org.el (org-occur-highlights): New variable.
17011         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17012         (org-highlight-sparse-tree-matches): New option.
17013         (org-do-occur): New function.
17014         (org-get-heading): Make it work also at beginning of line.
17015         (org-category-table): New variable.
17016         (org-get-category-table, org-get-category)
17017         (org-camel-to-words, org-link-search): New functions.
17018         (org-select-this-todo-keyword): New variable.
17019         (org-todo-list): New command.
17020         (org-shiftright, org-shiftleft): New commands.
17021         (org-agenda-todo): Add prefix argument.
17022         (org-show-hierarchy-above): New option.
17023         (org-show-todo-tree): Numerical prefix creates tree for specific
17024         TODO keyword.
17025         (org-outline-level): New function, to assign a level to plain
17026         lists items.
17027         (org-cycle-include-plain-lists): New option.
17028         (org-mode): Use `org-outline-level' as value of `outline-level'.
17029         (org-cycle): Temporarily switch `outline-regexp' if
17030         `org-cycle-include-plain-lists' is non-nil.
17031         (org-start-icalendar-file): Fix format bug.
17032         (org-agenda-get-day-entries): Create category table.
17033         (org-agenda-get-todos, org-agenda-get-timestamps)
17034         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17035         (org-agenda-get-blocks): Use `org-get-category'.
17036         (org-context-in-file-links): Rename from
17037         `org-line-numbers-in-file-links'.
17039 2005-12-06  Romain Francoise  <romain@orebokech.com>
17041         * window.el (balance-windows): Delete extraneous third arg in call
17042         to `enlarge-window'.
17044 2005-12-06  Kenichi Handa  <handa@m17n.org>
17046         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17048 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17050         * progmodes/gdb-ui.el (gdb-var-create-handler)
17051         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17052         (gdb-var-list-children-handler, gdb-var-update-handler):
17053         Current buffer is already gdb-partial-output-buffer, don't
17054         make it current again.
17056 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17058         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17059         (list-buffers-noselect): Use it.
17061 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17063         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17064         (mail-yank-ignored-headers): Use regexp-opt.
17065         (mail-mode-map): Move initialization into declaration.
17066         (mail-sent-via): Remove unused shadowed var `to-line'.
17067         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17068         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17069         (mail-do-fcc): Use dolist and push.
17070         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17071         (mail-yank-ignored-headers): Don't autoload.
17073 2005-12-05  Kenichi Handa  <handa@m17n.org>
17075         * international/mule-cmds.el (set-language-info-internal): New fun.
17076         (set-language-info): Call set-language-info-internal to update
17077         language-info-alist.  If LANG-ENV is the current one, call
17078         set-language-environment to make INFO effective now.
17079         (set-language-info-alist): Likewise.
17080         (locale-language-names): With locale "en", use English
17081         lang. env. but set the default codings to iso-8859-1.
17083 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17085         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17086         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17087         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17088         for plain strings.
17089         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17090         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17091         Create registers buffer if necessary.  Echo new state in minibuffer.
17092         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17094 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17096         * info.el (Info-fontify-node): Match external links using
17097         non-directory part of filename.
17099 2005-12-04  Juri Linkov  <juri@jurta.org>
17101         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17102         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17103         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17104         because there is no customization option for it.
17106         * font-lock.el (lisp-font-lock-keywords-1):
17107         Add define-global-minor-mode.
17109         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17111         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17112         properties on the constructed variable names.
17114         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17115         Put `definition-name' properties on the constructed function names
17116         next-sym and prev-sym.
17118         * emacs-lisp/find-func.el (find-function-regexp):
17119         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17120         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17121         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17122         and easy-menu-define.
17124         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17125         easy-mmode-define-global-mode and define-global-minor-mode.
17126         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17128         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17129         instead of easy-mmode-define-global-mode.
17131         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17132         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17134         * cus-edit.el (customize-group, customize-group-other-window):
17135         Filter out autoloaded options from the group completion list by
17136         using heuristics that autoloaded groups don't have `custom-autoload'
17137         property on their symbols (they have only `custom-loads').
17139         * simple.el (completion-setup-function): Put completions-common-part
17140         face on complete completion string too (i.e. completion string
17141         without completions-first-difference face).
17143         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17145 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17147         * view.el (view-mode): Doc fix.
17149         * disp-table.el (standard-display-european): Add to the warning
17150         message a reference to the doc string.
17152         * play/yow.el (apropos-zippy): Call print-help-return-message,
17153         similar to other Help and Apropos commands.
17155         * help.el (print-help-return-message): If pop-up-frames is
17156         non-nil, set up help-return-method to delete the help window and,
17157         possibly, its frame as well, and don't display message about
17158         scrolling the help window.  Doc fix.
17159         (help-return-method): Doc fix.
17161 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17163         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17164         whereby names of length one or names starting with a
17165         symbol-constituent character would not be returned.
17167 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17169         * subr.el (atomic-change-group): Add edebug and indentation spec.
17171 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17173         * completion.el (save-completions-file-name): Fix typo in last change.
17175 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17177         * info.el: Move back/forward history to the beginning of the tool bar.
17179 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17181         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17182         Add fset of allout-real-isearch-abort during compile to fix
17183         byte-compilation warnings.
17184         (allout-mode-p): Move definition of this macro above all uses, or
17185         byte compilation in barren Emacs (eg, during Emacs build) will
17186         lack the definition.
17187         (allout-mode): Move this variable above any uses, or byte
17188         compilation will fail.
17189         (allout-resolve-xref): Remove use of personal file-reference function.
17190         (allout-toggle-current-subtree-encryption): Do the current (ie,
17191         visible containing) topic, rather than nearest around point.  Doc fix.
17192         (allout-toggle-subtree-encryption): New function, workhorse that
17193         works on nearest topic containing point.
17194         (allout-encrypt-string): Signal requirement for newer version of pgg.
17195         (allout-resumptions): Doc fix.
17197 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17199         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17201 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17203         * textmodes/flyspell.el (flyspell-external-point-words):
17204         Consider a misspelling as found in the string search if: (a) misspelling
17205         and found string lengths match, or (b) misspelling is found as
17206         element in a boundary-chars separated longer string, or (c)
17207         ispell-program-name is really ispell and misspelling is found as
17208         part of a TeX string.  After successful match move beginning of
17209         search region to end of match.  Warn about not found misspellings
17210         once the process is done.
17211         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17213 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17215         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17216         tool bar (removed inadvertently).
17218 2005-12-02  Juri Linkov  <juri@jurta.org>
17220         * log-view.el (log-view-diff): Clarify doc string.
17222 2005-12-01  Bill Wohler  <wohler@newt.com>
17224         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17225         triggers lm-verify errors.
17227 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17229         * simple.el (transient-mark-mode, line-number-mode)
17230         (column-number-mode, size-indication-mode): Remove `:require nil'.
17232 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17234         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17235         in the margin also.
17236         (gdb-breakpoints-mode-map): Use D instead of d for
17237         gdb-delete-breakpoint.
17238         (gdb-get-frame-number): Require a number to match on.
17239         (gdb-threads-mode-map): Add follow-link binding.
17241 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17243         * isearch.el (isearch-mode-map): Avoid exiting search on
17244         language-change event.
17246 2005-11-30  Romain Francoise  <romain@orebokech.com>
17248         * speedbar.el (speedbar-default-position): New defcustom.
17249         (speedbar-frame-reposition-smartly): Use it.
17251         * dframe.el (dframe-reposition-frame-emacs): Fix position
17252         computation for `left' location.
17253         Update copyright year.
17255 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17257         * help.el (help-map): Move initialization into declaration.
17259         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17261         * help-fns.el (help-argument-name): Don't autoload.
17262         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17263         to be re-loaded when customizing the `help' group.
17265 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17267         * help-fns.el (describe-function-1): Fill arglist output.
17269 2005-11-30  Kim F. Storm  <storm@cua.dk>
17271         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17272         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17273         after revert-buffer (or anything else which kills all local variables).
17275         * apropos.el (apropos-parse-pattern): Doc fix.
17276         Set apropos-regexp directly, rather than expecting callers to do so.
17277         (apropos-command, apropos, apropos-value, apropos-documentation):
17278         Simplify calls to apropos-parse-pattern.
17280 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17282         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17283         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17284         (hi-lock-write-interactive-patterns): Use comment-region.
17286         * longlines.el (longlines-mode): Add mail-setup-hook.
17288         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17290         * simple.el (sendmail-user-agent-compose, next-line):
17291         Conditionally use hard-newline.
17293 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17295         * international/latexenc.el (latex-inputenc-coding-alist):
17296         Reword doc string.
17298 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17300         * help.el (describe-key-briefly, describe-key): Recognize default
17301         bindings.
17303 2005-11-29  Romain Francoise  <romain@orebokech.com>
17305         * view.el (view-inhibit-help-message): New defcustom.
17306         (view-mode-enter): Use it.
17308 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17310         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17311         Preserve user position.
17313 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17315         * font-lock.el: Throw error if facemenu is not loaded to prevent
17316         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17318         * loadup.el: Add comment explaining why facemenu must be loaded
17319         before font-lock.
17321 2005-11-28  Jay Belanger  <belanger@truman.edu>
17323         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17324         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17326         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17328         * calc/calc-embed.el (calc-do-embedded): Update help message.
17330         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17332 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17334         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17336         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17337         called-interactively-p.
17338         (elp-profilable-p): Rename from elp-not-profilable-p.
17339         Invert result and take into account macros and autoloaded functions.
17340         (elp-instrument-function): Update call.
17341         (elp-instrument-package): Update call.  Add completion.
17342         (elp-pack-number): Use match-string.
17343         (elp-results-jump-to-definition-by-mouse): Merge into
17344         elp-results-jump-to-definition and then remove.
17345         (elp-output-insert-symname): Make help echo text single-line.
17347         * replace.el (query-replace-map): Move initialization into declaration.
17348         (occur-engine): Use with-current-buffer.
17349         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17350         (occur-mode-mouse-goto): Replace with an alias.
17352 2005-11-28  Juri Linkov  <juri@jurta.org>
17354         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17356         * term/w32-win.el: Bind [S-tab] to [backtab].
17358         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17359         `Info-find-file' to t.
17361         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17362         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17363         and same-window-regexps.
17364         (occur-next-error): Don't move point for arg 0.
17366 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17368         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17370 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17372         * log-edit.el (log-edit-changelog-use-first): New var.
17373         (log-edit-changelog-ours-p): Use it.
17374         (log-edit-insert-changelog): Set it with new arg `use-first'.
17375         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17376         (log-edit-hook): Add them to the list of suggested options.
17378         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17379         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17380         redundant work.
17381         (flyspell-mode-on): Use add-hook for after-change-functions.
17382         (flyspell-mode-off): Use remove-hook for after-change-functions.
17383         (flyspell-changes): Make it buffer-local.
17384         (flyspell-after-change-function): Make it non-interactive.  Use push.
17385         (flyspell-post-command-hook): Check input-pending-p while processing
17386         the potentially long list of buffer changes.
17388 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17390         * buff-menu.el (list-buffers-noselect): Display the selected
17391         frame's buffer list, not the global one.
17393 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17395         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17396         that (list last-input-event) works as in interactive spec.
17398 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17400         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17401         `facemenu-keymap' needs to be defined when font-lock is loaded.
17402         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17404 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17406         * completion.el: Remove useless leading * in defcustom docstrings.
17407         (save-completions-file-name): Use ~/.emacs.d if available.
17408         (completion-standard-syntax-table): Rename from
17409         cmpl-standard-syntax-table and fold initialization into declaration,
17410         thus removing cmpl-make-standard-completion-syntax-table.
17411         (completion-lisp-syntax-table, completion-c-syntax-table)
17412         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17413         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17414         (symbol-under-point, symbol-before-point)
17415         (symbol-under-or-before-point, symbol-before-point-for-complete)
17416         (add-completions-from-c-buffer): Use with-syntax-table.
17417         (make-completion): Don't return a list of completion entries.
17418         Update callers.
17419         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17420         (completion-initialize): Rename from initialize-completions.
17421         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17422         (kill-emacs-save-completions): Collect stats here.
17423         (save-completions-to-file, load-completions-from-file):
17424         Use with-current-buffer.
17425         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17426         into a function.  Move all calls to toplevel.
17427         (completion-lisp-mode-hook): New fun.
17428         (completion-c-mode-hook, completion-setup-fortran-mode):
17429         Set the syntax-table here.  Use local-set-key.
17430         (completion-saved-bindings): New var.
17431         (dynamic-completion-mode): Make it into a proper minor mode.
17432         (load-completions-from-file): Remove unused var `num-uses'.
17434         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17435         constructor if it is explicitly overridden.
17437         * complete.el (PC-completion-as-file-name-predicate):
17438         Use minibuffer-completing-file-name.
17439         (partial-completion-mode): Use find-file-not-found-functions.
17440         (PC-lisp-complete-symbol): Use with-syntax-table.
17441         (PC-look-for-include-file): Remove dead setq.
17442         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17443         (PC-complete): Use with-current-buffer.
17445         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17446         escape single quotes.
17448 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17450         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17451         of `if' whose condition always returned nil.  Doc fix.
17453         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17454         window's buffer the current buffer around the call to
17455         `list-buffers-noselect'.  This is necessary to mark that buffer
17456         with a `.' in the Buffer Menu when called from Lisp, for instance
17457         by Auto Revert Mode.
17459 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17461         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17462         attaching to it.
17463         (gdb-pre-prompt): Make sure gdb-error is reset.
17465         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17466         with a child process, detect it.
17467         (gud-speedbar-buttons): Match regexp more carefully.
17469 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17471         * mouse.el (mouse-drag-move-window-bottom):
17472         Use adjust-window-trailing-edge.
17474 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17476         * simple.el (blink-matching-open): Ignore
17477         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17478         (blink-matching-paren-on-screen): Update docstring.
17480         * paren.el (show-paren-mode): No longer change
17481         `blink-matching-paren-on-screen'.
17483 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17485         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17486         (gdb-threads-select, gdb-edit-register-value):
17487         Use `posn-set-point' instead of `mouse-set-point' because the
17488         latter is not fbound when configured without X.
17490 2005-11-27  Kim F. Storm  <storm@cua.dk>
17492         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17493         existing face when partially highlighting a TAB in a rectangle.
17495 2005-11-26  Kim F. Storm  <storm@cua.dk>
17497         * ido.el (ido-mode-map): Doc fix.
17498         (ido-mode-common-map, ido-mode-file-map)
17499         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17500         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17501         parent for ido-mode-map instead of building from scratch.
17502         (ido-init-mode-maps): New defun to initialize new maps.
17503         (ido-mode): Call it.
17504         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17505         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17507 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17509         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17510         `mouse-set-point' because the latter is not fbound when configured
17511         without X.
17513 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17515         * files.el (file-relative-name): Doc fix.
17517 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17519         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17520         non-empty string for secondary prompt PS2.
17522 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17524         * progmodes/compile.el (compilation-setup): Fix last change.
17526 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17528         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17529         (gdb-mouse-toggle-breakpoint-margin)
17530         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17531         Add gdb-server-prefix to keep out of command history.
17532         (gdb-edit-register-value): New function.
17533         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17534         (gdb-info-registers-custom): Use above map.
17536 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17538         * custom.el (enable-theme): Signal error if argument is not a
17539         theme.  Don't recalculate a face if it's not loaded yet.
17541         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17542         the `user' theme is in effect.
17544         * info.el (Info-on-current-buffer): Record actual filename in
17545         Info-current-file, instead of t, or a fake filename if a non-file
17546         buffer.  Make autoload.
17547         (Info-find-node, Info-revert-find-node): No need to check for
17548         Info-current-file nil.
17549         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17550         Info-current-file is now never `t'.
17551         (Info-fontify-node): Many simplifications due to Info-current-file
17552         always being valid.  Use Info-find-file to find node filename.
17554 2005-11-25  David Kastrup  <dak@gnu.org>
17556         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17557         new character, then delete" in order to preserve markers.
17559 2005-11-25  David Ponce  <david@dponce.com>
17561         * recentf.el (recentf-arrange-by-rule): Handle a special
17562         `auto-mode-alist'-like "strip suffix" rule.
17563         (recentf-build-mode-rules): Handle second level auto-mode entries.
17565 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17567         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17568         window modes.
17570         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17571         jde-javadoc-checker-report-mode.
17573         * ediff-wind (ediff-make-wide-display): Slight simplification.
17575         * ediff.el (ediff-date): Change the date of last update.
17577 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17579         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17580         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17581         (hi-lock-mode): New global minor mode.
17582         (turn-on-hi-lock-if-enabled): New function.
17583         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17584         Change arguments to regexp and face instead of a font-lock pattern.
17585         Directly set face property, instead of refontifying.
17586         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17587         (hi-lock-find-patterns): Use line-number-at-pos.
17589         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17590         arguments for hi-lock-set-pattern.
17591         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17592         Call font-lock-fontify-buffer.
17593         (hi-lock-find-file-hook, hi-lock-current-line)
17594         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17596         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17597         turned off.
17599         * progmodes/compile.el (compilation-setup): Don't fiddle with
17600         font-lock-defaults.
17602 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17604         * progmodes/gdb-ui.el (gdb-var-create-handler)
17605         (gdb-var-list-children-handler): Find values for all variable
17606         objects.  gud-speedbar-buttons decides whether to display them.
17608 2005-11-24  Romain Francoise  <romain@orebokech.com>
17610         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17611         buffer name with a space.
17613 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17615         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17616         `org-export-local-list-max-depth'.  Change default value to 3.
17617         (org-auto-renumber-ordered-lists)
17618         (org-plain-list-ordered-item-terminator): New options.
17619         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17620         (org-get-indentation, org-get-string-indentation)
17621         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17622         New functions.
17623         (org-move-item-down, org-move-item-up): New commands.
17624         (org-export-as-html): New classes for CSS support.  Bug fix in
17625         regular expression detecting fixed-width regions.  Respect
17626         `org-local-list-ordered-item-terminator'.
17627         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17628         also a list item.
17629         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17630         New item moving functions.
17632 2005-11-24  Juri Linkov  <juri@jurta.org>
17634         * isearch.el (isearch-repeat): With empty search ring set
17635         `isearch-error' to the error string instead of signaling error
17636         with the function `error'.
17638 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17640         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17642 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17644         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17645         and variable.
17646         (gdb-var-create-handler, gdb-var-list-children-handler):
17647         Don't match on "char **...".
17648         (gdb-var-update-handler): Find values for all variable objects.
17649         (gdb-info-frames-custom): Identify frames by leading "#".
17651         * progmodes/gud.el (gud-speedbar-menu-items): Add
17652         gdb-speedbar-auto-raise as radio button.
17653         (gud-speedbar-buttons): Raise speedbar if requested.
17654         Don't match on "char **...".
17655         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17656         Make it editable.
17658 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17660         * info.el (Info-fontify-node): Handle the case where
17661         Info-current-file is t.
17663 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17665         * simple.el (blink-matching-open): Fix off-by-one in last change.
17667 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17669         * term/mac-win.el: Don't change default directory.
17671 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
17673         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17674         buffers correctly.  (It used to throw an error in such buffers.)
17675         Make it ask for confirmation in group buffers and other Custom
17676         buffers containing more than one customization item.
17678 2005-11-22  John Paul Wallington  <jpw@gnu.org>
17680         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17681         property on mail and url overlays.
17682         (goto-address-at-point): Use `posn-set-point' instead of
17683         `mouse-set-point' because the latter is not fbound when configured
17684         without X.
17686 2005-11-22  Lars Hansen  <larsh@soem.dk>
17688         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17689         (ls-lisp-classify, ls-lisp-format): Delete call to
17690         ls-lisp-parse-symlink.
17691         (ls-lisp-handle-switches): Handle symlinks to directories as
17692         directories when ls-lisp-dirs-first in non-nil.
17694 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
17696         * startup.el (command-line): Make sure that loaddefs.el is handled
17697         correctly in load-history.
17699 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
17701         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17702         (gdb-struct-string, gdb-array-string): New constants.
17703         (gdb-info-locals-handler): Use them.
17704         (gdb-reset): Reset gdb-var-list to nil.
17706 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17708         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17709         in patterns.
17711 2005-11-21  Juri Linkov  <juri@jurta.org>
17713         * custom.el (defcustom): Update link types in docstring.
17715 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
17717         * custom.el (defgroup): Add doc-string-elt info.
17719         * widget.el (define-widget): Don't use declare for the doc-string-elt.
17721 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17723         * newcomment.el (comment-enter-backward): Fix last fix.
17725         * simple.el (blink-matching-open):
17726         * paren.el (show-paren-function): Allow new paren-class info.
17728 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
17730         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
17731         handled automagically.
17733 2005-11-20  Andreas Schwab  <schwab@suse.de>
17735         * descr-text.el (describe-char): When copying overlays put them
17736         over the full char description instead of just the first character
17737         of it.
17739 2005-11-20  Juri Linkov  <juri@jurta.org>
17741         * simple.el (what-cursor-position):
17742         * descr-text.el (describe-char): Use Lisp-readable syntax
17743         for octal and hex.  Reorder decimal, octal and hex values.
17744         Remove excess whitespace in the output.  Use `=' in `column='
17745         like in `point=' and `Hscroll='.
17747         * international/mule-cmds.el (encoded-string-description):
17748         Use Lisp-readable syntax for hex.
17750 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17752         * newcomment.el (comment-enter-backward): Handle the case where the
17753         comment is closed by EOB.
17755 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17757         * longlines.el (longlines-before-revert-hook)
17758         (longlines-after-revert-hook): New functions.
17759         (longlines-mode): Turn off longlines temporarily when reverting.
17760         Add a message-setup-hook.
17761         (longlines-decode-buffer): New function.
17762         (longlines-wrap-line): Preserve marker positions.
17764 2005-11-19  Andreas Schwab  <schwab@suse.de>
17766         * emacs-lisp/shadow.el: Handle compressed files.
17768 2005-11-19  Romain Francoise  <romain@orebokech.com>
17770         * net/browse-url.el (browse-url-default-browser): Signal an error
17771         if no usable browser can be found, rather than try to load w3.
17773 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
17775         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17776         replacing existing properties.
17777         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17778         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17779         tty specs.
17780         (rcirc-server-prefix, rcirc-server): New faces.
17781         (rcirc-url-regexp): Generate with rx macro.
17782         (rcirc-last-server-message-time): New variable.
17783         (rcirc-filter): Record time of last message.
17784         (rcirc-keepalive): Kill processes that did not send a message
17785         since the last ping.
17786         (rcirc-mode): Give rcirc-topic a local binding here.
17788 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
17790         * subr.el (read-passwd): Fontify the prompt as we do with other
17791         prompts.
17793 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
17795         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17796         binding buffer-read-only to nil.
17798 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17800         * complete.el (partial-completion-mode):
17801         Mention completion-auto-help in the doc string.
17803         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
17804         more Lisp-ish way.
17806 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
17808         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17809         digits, not 8, to avoid misalignment for files larger than 100MB.
17811 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
17813         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17814         Mention "keyboard shortcuts" in the help text.
17816 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17818         * startup.el (fancy-splash-default-action): Discard only
17819         mouse-down and succeeding mouse-up events in the splash screen
17820         window so that drag-n-drop event can be processed.
17822 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
17824         * longlines.el (longlines-mode): Add hacks for mail-mode and
17825         message-mode.
17827 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
17829         * textmodes/org.el (org-table-sort-lines): New command.
17830         (org-tbl-menu): Add entry for `org-table-sort-lines'.
17831         (org-add-file): Command removed, use `org-agenda-file-to-front'
17832         instead.
17833         (org-export-icalendar): Use `org-icalendar-combined-name'.
17834         (org-cycle-agenda-files, org-agenda-file-to-end)
17835         (org-agenda-file-to-front): New commands.
17836         (org-table-tab-jumps-over-hlines, org-export-html-style):
17837         New options.
17838         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17839         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17840         New functions.
17841         (org-fill-paragraph): Call `org-table-align' in tables.
17842         (org-mode): Call `org-set-autofill-regexps'.
17843         (org-export-as-html): Support for local handformatted lists.
17844         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
17845         (org-export-local-list-max-depth): New option.
17846         (org-html-expand): Use `org-html-protect'.
17848 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
17850         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17851         to "p".
17852         (gdb): Move definition of gud-pp to...
17854         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
17855         speedbar.
17856         (gdb-find-watch-expression): New function.
17858 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17860         * faces.el (face-attribute, set-face-attribute): Mention existence
17861         of `:ignore-defface' setting in docstring.
17863 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * simple.el (completion-setup-function): Fix last change.
17867 2005-11-17  John Paul Wallington  <jpw@pobox.com>
17869         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17870         Use `posn-set-point' instead of `mouse-set-point' because the
17871         latter is not fbound when configured without X.
17873         * comint.el (comint-insert-input): Likewise.
17875 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17877         * simple.el (hard-newline): New variable.
17878         (sendmail-user-agent-compose, next-line): Use it.
17880         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17881         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17882         (mail-mail-reply-to, mail-mail-followup-to)
17883         (mail-position-on-field, mail-signature, mail-yank-original)
17884         (mail-attach-file): Likewise.
17886         * mail/mailheader.el (mail-header-format)
17887         (mail-header-format-function): Likewise.
17889         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17891 2005-11-17  Juri Linkov  <juri@jurta.org>
17893         * font-lock.el (font-lock-faces): Rename this defgroup from
17894         `font-lock-highlighting-faces'.
17895         (font-lock-comment-face, font-lock-comment-delimiter-face)
17896         (font-lock-string-face, font-lock-doc-face)
17897         (font-lock-keyword-face, font-lock-builtin-face)
17898         (font-lock-function-name-face, font-lock-variable-name-face)
17899         (font-lock-type-face, font-lock-constant-face)
17900         (font-lock-warning-face, font-lock-negation-char-face)
17901         (font-lock-preprocessor-face)
17902         (font-lock-regexp-grouping-backslash)
17903         (font-lock-regexp-grouping-construct): Rename :group from
17904         `font-lock-highlighting-faces' to `font-lock-faces'.
17906         * cus-edit.el (lisp, c, tex):
17907         * progmodes/ada-mode.el (ada):
17908         * progmodes/asm-mode.el (asm):
17909         * progmodes/cperl-mode.el (cperl-faces):
17910         * progmodes/cpp.el (cpp):
17911         * progmodes/dcl-mode.el (dcl):
17912         * progmodes/f90.el (f90):
17913         * progmodes/fortran.el (fortran):
17914         * progmodes/icon.el (icon):
17915         * progmodes/idlwave.el (idlwave-misc):
17916         * progmodes/m4-mode.el (m4):
17917         * progmodes/make-mode.el (makefile):
17918         * progmodes/meta-mode.el (meta-font):
17919         * progmodes/modula2.el (modula2):
17920         * progmodes/octave-mod.el (octave):
17921         * progmodes/pascal.el (pascal):
17922         * progmodes/perl-mode.el (perl):
17923         * progmodes/prolog.el (prolog):
17924         * progmodes/ps-mode.el (PostScript-edit):
17925         * progmodes/scheme.el (scheme):
17926         * progmodes/sh-script.el (sh-script):
17927         * progmodes/simula.el (simula):
17928         * progmodes/tcl.el (tcl):
17929         * textmodes/nroff-mode.el (nroff):
17930         * textmodes/reftex-vars.el (reftex-fontification-configurations):
17931         * textmodes/sgml-mode.el (sgml):
17932         * textmodes/texinfo.el (texinfo):
17933         Add :link (custom-group-link font-lock-faces) to defgroup.
17935         * hi-lock.el (hi-lock): Rename this defgroup from
17936         `hi-lock-interactive-text-highlighting'.  Change parent group from
17937         `faces' to `font-lock'.  Add link to the manual.
17938         (hi-lock-mode, hi-lock-file-patterns-range)
17939         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17940         `hi-lock-interactive-text-highlighting' to `hi-lock'.
17941         (hi-lock-faces): Add :group `faces'.
17943         * cus-edit.el (custom-variable-prompt): Clarify the code.
17945         * faces.el (face-read-string): Set the default value arg of
17946         completing-read.
17948 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
17950         * rfn-eshadow.el (file-name-shadow-properties)
17951         (file-name-shadow-tty-properties, file-name-shadow-mode):
17952         Remove autoloads, because the file is now preloaded.
17954 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17956         * printing.el (easy-menu-intern): Don't define.
17957         (pr-get-symbol): Use easy-menu-intern only if defined.
17959         * simple.el (blink-matching-open): Simplify a bit.
17960         (completion-setup-function): Fix the case of partial-completion-mode
17961         when the minibuffer's contents start with "-".
17962         Obey completion-base-size-function even when
17963         minibuffer-completing-file-name is non-nil.
17965 2005-11-16  Richard M. Stallman  <rms@gnu.org>
17967         * net/eudcb-ph.el (eudc-ph-open-session):
17968         Use set-process-query-on-exit-flag.
17970         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17972         * international/ucs-tables.el (ucs-set-table-for-input):
17973         Use make-local-variable, not make-variable-buffer-local.
17975         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17976         Improve warning message text.
17978         * savehist.el (savehist-save-hook): Add :group.
17980         * menu-bar.el (menu-bar-help-menu):
17981         Rename Find Extra Packages to External Packages.
17983         * cus-edit.el (Custom-reset-standard): Verify that
17984         :custom-standard-value prop exists before calling it.
17986         * apropos.el (apropos-calc-scores): Use apropos-pattern.
17988 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
17990         * wid-edit.el (color): Enclose %t in %{...%}.
17992         * cus-edit.el (face): Enclose %t in %{...%}.
17994 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
17996         * savehist.el (savehist-mode-hook): Re-add the var.
17997         (savehist-mode): Use it.
17999 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18001         * textmodes/flyspell.el: Fix commenting convention.
18002         Remove unnecessary leading * in custom docstrings.
18003         (flyspell-emacs): Remove unused var.
18004         (flyspell-delete-region-overlays): Use remove-overlays.
18005         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18006         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18007         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18008         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18009         (make-flyspell-overlay): Don't locally reuse a global name.
18010         (flyspell-highlight-incorrect-region)
18011         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18012         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18013         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18014         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18015         Wrap calls to accept-process-output inside with-local-quit since it's
18016         often called from a post-command-hook.
18017         (flyspell-correct-word, flyspell-auto-correct-word):
18018         Use ispell-send-string.
18019         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18021         * calendar/diary-lib.el (diary-list-entries): Also hide the
18022         terminating newline.
18024 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18026         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18027         window-system, to allow fonts on tty.
18029 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18031         * progmodes/gud.el (gud-speedbar-item-info): New function.
18032         (gud-install-speedbar-variables): Use it to display data type
18033         of watch expression as a tooltip in speedbar.
18035 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18037         * font-core.el (global-font-lock-mode): Add :version keyword,
18038         because default was changed.
18040         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18042         * startup.el (command-line): Use `custom-reevaluate-setting' for
18043         `file-name-shadow-mode'.
18045         * loadup.el: Preload rfn-eshadow.
18047         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18048         Add :version keyword.
18049         (file-name-shadow-properties, file-name-shadow-tty-properties)
18050         (file-name-shadow): Add :version keyword.
18052         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18053         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18054         in the custom-group property of the symbol frames and the fringe
18055         group got no link to its parent group frames.
18056         Doc fix.
18058 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18060         * progmodes/gud.el (gud-stop-subjob): New function.
18061         (gud-menu-map, gud-tool-bar-map): Use it.
18063 2005-11-16  Kim F. Storm  <storm@cua.dk>
18065         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18066         than kill it.
18067         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18068         to a more useful/logical place.
18070 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18072         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18073         go buttons complementary.
18075 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18077         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18078         (rfn-eshadow-sifn-equal): New function.
18079         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18081 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18083         * viper-utils.el (viper-non-word-characters-reformed-vi):
18084         Quote `-' in string.
18086         * viper.el (viper-emacs-state-mode-list): Ensure that
18087         rcirc-mode buffers come up in Emacs state.
18089         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18090         operation.
18092 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18094         * term.el (term-termcap-format): Fix typos.
18095         (term-down): Fix the negative argument case.
18097 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18099         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18100         2005-08-15.
18101         (gdb-ann3): New command gud-go.
18102         (menu): Accomodate gdb-mi.el.
18103         (gdb-assembler-custom): Make buffer of selected window current
18104         so that set-window-point works.
18106         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18107         buttons and include new ones.
18109 2005-11-16  Kim F. Storm  <storm@cua.dk>
18111         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18112         (gud-menu-map): Use it.
18114 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18116         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18117         that works correctly for Custom and that does not override a user
18118         who disables it.
18120         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18121         (help-xref-interned, help-follow): Make hyperlinks for variables
18122         that are unbound, but have a non-nil variable-documentation property.
18124         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18125         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18126         Use the `variable-documentation' property to give the mode hook a
18127         docstring and expand that docstring.
18129 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18131         * savehist.el (savehist-mode): Don't bother with
18132         `custom-set-minor-mode'.
18133         (savehist-coding-system): Check XEmacs version.
18134         (history-length): Declare also at run time.
18135         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18136         Don't set the customize state.
18137         (savehist-minibuffer-hook): Special case for when
18138         minibuffer-history-variable is equal to t.
18140 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18142         * files.el (write-file): Refresh VC status.
18144         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18145         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18146         than fundamental-mode to see if the mode was set.
18148 2005-11-14  Romain Francoise  <romain@orebokech.com>
18150         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18151         dummy function in `eval-when-compile' to avoid compiler warning.
18152         Require `man' at compile time.
18154 2005-11-14  Jay Belanger  <belanger@truman.edu>
18156         * calc-alg.el (calcFunc-write-out-power): Rename it to
18157         calcFunc-powerexpand.
18158         (math-write-out-power): Rename it to math-powerexpand; have it
18159         handle negative exponents.
18160         (calc-writeoutpower): Rename it to calc-powerexpand.
18162         * calc-ext.el: Change calcFunc-writeoutpower and
18163         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18164         autoloads.
18165         Add calcFunc-ldiv to autoloads.
18167         * calc-arith.el (calcFunc-ldiv): New function.
18169         * calc.el (calc-left-divide): New function.
18171 2005-11-14  Juri Linkov  <juri@jurta.org>
18173         * cus-edit.el (custom-variable-prompt): Set the default value arg
18174         of completing-read.
18176         * cus-dep.el (custom-make-dependencies): Reverse the list of
18177         found dependencies.
18179 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18181         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18182         Highlighting" entry, it is on by default now.
18183         (menu-bar-options-save): Do not save global-font-lock-mode.
18185 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18187         * textmodes/flyspell.el (flyspell-large-region):
18188         Call flyspell-accept-buffer-local-defs.
18190 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18192         * textmodes/flyspell.el (flyspell-notify-misspell):
18193         Fix misspelling of "Misspelling".
18194         (flyspell-process-localwords): New function.
18195         (flyspell-large-region): Call flyspell-process-localwords and
18196         flyspell-delete-region-overlays.
18197         (flyspell-delete-region-overlays): New function.
18198         (flyspell-delete-all-overlays): Call that.
18200 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18202         * help.el (help-for-help-internal): Improve doc of C-h a.
18203         (describe-key): Improve prompt; doc fix.
18205 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18207         * vc-svn.el (vc-svn-registered): Catch all errors.
18209         * cus-dep.el (custom-make-dependencies): Typo.
18211 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18213         * net/tramp-util.el (top): Fix compilation warning.
18215 2005-11-13  Kim F. Storm  <storm@cua.dk>
18217         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18219 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18221         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18222         (gud-speedbar-buttons): Match on "const char *" too.
18224         * progmodes/gdb-ui.el (gdb-var-create-handler)
18225         (gdb-var-list-children-handler): Match on "const char *" too.
18226         (gdb-var-evaluate-expression-handler): Match on empty string.
18227         (gdb-var-update-handler): Only call
18228         gdb-var-evaluate-expression-handler when required.
18230 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18232         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18233         selected window.  This still doesn't work for speedbar.
18234         (gud-speedbar-buttons): Handle string expressions properly.
18236         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18237         (gdb-var-create-handler): Handle string expressions properly.
18238         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18239         Handle string expressions properly.  Move "type" field into regexp.
18241 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18243         * bookmark.el (bookmark-maybe-message): New function to reduce
18244         code duplication: invokes `message' iff baud-rate is high enough.
18245         (bookmark-write-file): Use above instead of an inline conditional.
18246         (bookmark-load): Same.
18248 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18250         * bookmark.el (bookmark-write-file): Don't visit the destination
18251         file, just write the data to it using write-region.  This is
18252         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18253         change to avoid visiting the file in the first place.
18255 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18257         * hi-lock.el (hi-lock-mode): Set the default value of
18258         font-lock-defaults.
18260 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18262         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18263         arg to `file-attributes'.
18264         (find-lisp-format): The UID and GID can now be strings.
18266 2005-11-12  Kim F. Storm  <storm@cua.dk>
18268         * help.el (help-map): Bind C-h d to apropos-documentation.
18270         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18271         when point is at end-of-buffer.
18273         * apropos.el (apropos-match-face): Doc fix.
18274         (apropos-sort-by-scores): Add new choice `verbose'.
18275         (apropos-documentation-sort-by-scores): New defcustom.
18276         (apropos-pattern): Now contains the pattern entered by the user.
18277         (apropos-pattern-quoted): New defvar.
18278         (apropos-regexp): New defvar, containing the regexp corresponding
18279         to apropos-pattern.
18280         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18281         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18282         interactive calls; returns list of words for a word list, and
18283         string for a regexp.
18284         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18285         parses a list of words or regexp as returned by apropos-read-pattern.
18286         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18287         (apropos-score-doc): Return a very high score if the string
18288         entered by the user matches literally.
18289         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18290         (apropos-command): Doc fix.  Use apropos-read-pattern and
18291         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18292         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18293         apropos-parse-pattern.
18294         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18295         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18296         apropos-documentation-sort-by-scores.  Call apropos-print with
18297         nosubst=t.
18298         (apropos-documentation-internal): Pass doc string through
18299         substitute-key-definition before adding text properties.
18300         Highlight substring matching literal user input if possible.
18301         (apropos-documentation-check-doc-file): Remove locals beg and end.
18302         Fix calculation of score (as added twice).  Pass doc string through
18303         substitute-key-definition before adding text properties.
18304         (apropos-documentation-check-elc-file): Pass doc string through
18305         substitute-key-definition before adding text properties.
18306         Highlight substring matching literal user input if possible.
18307         (apropos-print): Add new arg NOSUBST; if set, command and variable
18308         doc strings have already been passed through substitute-key-definition.
18309         Add code to handle apropos-accumulator items without score element
18310         for backwards compatibility (e.g. with woman package).
18311         Only show scores if apropos-sort-by-scores is `verbose'.
18313 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18315         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18316         Add jka-compr-load-suffixes to load-suffixes.
18318         * jka-compr.el: Require jka-cmpr-hook.
18319         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18320         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18321         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18322         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18323         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18324         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18325         (jka-compr-uninstall): Remove entries from
18326         jka-compr-added-to-file-coding-system-alist after they are used.
18327         (jka-compr-error): Remove unused var `curbuf'.
18328         (jka-compr-file-local-copy): Remove unused var `notfound'.
18330 2005-11-10  Romain Francoise  <romain@orebokech.com>
18332         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18334 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18336         * progmodes/gud.el (gud-menu-map): Move parentheses.
18337         (gdb): New command gud-pv.
18339 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18341         * tar-mode.el: Remove spurious or unnecessary leading stars
18342         in docstrings.
18343         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18344         (tar-parse-octal-integer-safe): Use mapc.
18345         (tar-header-block-summarize): Remove unused var `ck'.
18346         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18347         cleared before.  Obey default-enable-multibyte-characters.
18348         Use mapconcat.  Simplify setting of tar-header-offset.
18349         (tar-mode-map): Move initialization inside delcaration.
18350         (tar-flag-deleted): Use `abs'.
18351         (tar-expunge-internal): Remove unused var `line'.
18352         (tar-expunge-internal): Don't hardcode point-min==1.
18353         (tar-expunge): Widen while doing set-buffer-multibyte.
18354         (tar-rename-entry): Use file-name-coding-system.
18355         (tar-alter-one-field): Don't hardcode point-min==1.
18356         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18357         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18359 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18361         * add-log.el (add-log-current-defun): Handle class::method
18362         notation of c++.  Fix incorrect comment.
18364 2005-11-10  Alan Mackenzie  <acm@muc.de>
18366         * help-fns.el (describe-variable): Make C-h v work when a variable
18367         has variable documentation yet is unbound.
18369 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18371         * man.el (Man-highlight-references): Set an empty
18372         string to `Man-arguments' if it is nil.
18373         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18375 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18377         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18378         commenting conventions.
18380         * cus-dep.el (custom-make-dependencies): Simplify.
18381         Better follow the commenting conventions.
18383 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18385         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18386         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18387         All uses changed.
18388         (apropos-rewrite-regexp): Doc fix.
18389         (apropos-variable, apropos-command, apropos, apropos-value):
18390         Change prompt; carry through the argument renaming.
18392 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18394         * find-lisp.el: Require dired.
18395         (find-lisp-find-dired-internal): Do not call
18396         `abbreviate-file-name' on DIR.
18398 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18400         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18402 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18404         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18405         when using the speedbar.
18406         (gdb): New command gud-pp.
18407         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18409 2005-11-09  Juri Linkov  <juri@jurta.org>
18411         * replace.el (occur-excluded-properties): New defcustom.
18412         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18414 2005-11-08  Jay Belanger  <belanger@truman.edu>
18416         * calc/calc-units.el (math-convert-units): Replace any composite
18417         unit by its definition.
18419 2005-11-08  Lars Hansen  <larsh@soem.dk>
18421         * emacs-lisp/autoload.el (update-directory-autoloads):
18422         Add obsolete function alias.
18424 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18426         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18427         comment-indent-function.
18428         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18430         * reveal.el (reveal-post-command): Rework the handling of
18431         reveal-open-spots, so as to be more reliable.  There were several
18432         tricky corner cases where an open spot might be lost, or where
18433         a closed spot might end up on the list of open spots.
18434         Only reveal text that's ellipsised.
18436 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18438         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18440 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18442         * ibuffer.el (ibuffer): Search iconified frames too when
18443         getting Ibuffer buffer's window.
18445 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18447         * progmodes/compile.el (compilation-internal-error-properties):
18448         save-excursion around the computation of MARKER.
18450 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18452         * textmodes/flyspell.el (flyspell-external-point-words):
18453         flyspell-get-word returns a list, not just a string.
18455 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18457         * ibuffer.el (ibuffer): Search all visible frames when getting
18458         Ibuffer buffer's window.
18460 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18462         * man.el (Man-reference-regexp): Accept spaces between
18463         `Man-name-regexp' and `Man-section-regexp'.
18464         (Man-apropos-regexp): New variable.
18465         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18466         if available.
18467         (Man-highlight-references, Man-highlight-references0):
18468         Handle the case when `Man-arguments' includes "-k".
18469         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18470         `TARGET'. `TARGET' can be a number, function or nil.
18472 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18474         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18475         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18476         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18477         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18478         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18479         (gdb-send-item): Use buffer-local-value and simplify.
18481 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18483         * startup.el (command-line): Use `custom-reevaluate-setting' for
18484         `global-font-lock-mode'.
18486         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18487         by default, except in batch mode or when the -D option is given.
18489         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18490         specified keyword args on to `define-minor-mode'.  Update docstring.
18492 2005-11-05  Romain Francoise  <romain@orebokech.com>
18494         * replace.el (occur-engine): Add marker at end of line, too.
18496 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18498         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18499         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18500         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18501         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18502         argument to all these routines, so the passphrase can be managed
18503         externally and passed in to the system.
18504         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18505         pgg-add-passphrase-to-cache function.
18507         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18508         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18509         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18510         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18511         argument to all these routines, so the passphrase can be managed
18512         externally and passed in to the system.
18513         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18514         function.
18516 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18518         * font-lock.el: Don't deal with font-lock-face-attributes here,
18519         move the code ...
18521         * startup.el (command-line): ... here.  Use face-spec-set instead
18522         of custom-declare-face.
18524         * faces.el (face-spec-set): Reset the face if spec is not nil.
18526 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18528         * newcomment.el (comment-region-internal): Box more tightly in the
18529         common case where there's no TAB in the boxed text.
18531 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18533         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18534         up-node.
18536 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18538         * newsticker.el: Commentary updated.  Code formatting changed.
18539         (newsticker-version): Change to "1.9".
18540         (newsticker, newsticker-feed): Doc fix.
18541         (newsticker-url-list): Doc fix.  Add option "Weekly".
18542         (newsticker-retrieval-interval): Add option "Weekly".
18543         (newsticker-headline-processing): Doc fix.
18544         (newsticker-auto-mark-filter): Remove.
18545         (newsticker-auto-mark-filter-list): New.
18546         (newsticker-layout, newsticker-sort-method): Doc fix.
18547         (newsticker-hide-old-items-in-newsticker-buffer)
18548         (newsticker-heading-format, newsticker-item-format)
18549         (newsticker-desc-format): Doc fix.
18550         (newsticker-show-all-rss-elements): Remove.
18551         (newsticker-show-all-news-elements): New.
18552         (newsticker-faces, newsticker-ticker): Doc fix.
18553         (remove-from-invisibility-spec): Code formatting.
18554         (newsticker--process-ids): New.
18555         (newsticker-mode): Doc fix.
18556         (newsticker-mode): Change mode-line-format.
18557         (newsticker-start): Remove debug output.
18558         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18559         (newsticker-w3m-show-inline-images): Code formatting.
18560         (newsticker-next-item): Call `force-mode-line-update'.
18561         (newsticker-previous-item): Call `force-mode-line-update'.
18562         (newsticker-next-feed): Call `force-mode-line-update'.
18563         (newsticker-previous-feed): Call `force-mode-line-update'.
18564         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18565         (newsticker-show-old-items): Do not show descs.
18566         (newsticker-hide-entry): Hide too much.
18567         (newsticker-hide-entry, newsticker-show-entry)
18568         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18569         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18570         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18571         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18572         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18573         (newsticker-get-news): Call `force-mode-line-update'.
18574         Collect process ids.
18575         (newsticker--sentinel): Change coding system handling.
18576         Move image retrieval to new functions newsticker--get-logo-url-*.
18577         Move feed parsing to new functions newsticker--parse-*.
18578         Update list of process ids.
18579         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18580         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18581         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18582         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18583         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18584         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18585         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18586         (newsticker--decode-coding-string): Remove.
18587         (newsticker--decode-numeric-entities): Check input.  Format code.
18588         (newsticker--remove-whitespace): Check input.
18589         (newsticker--do-forget-preformatted): Doc fix.
18590         (newsticker--decode-rfc822-date): Allow for missing time.
18591         (newsticker--update-process-ids): New.
18592         (newsticker--image-sentinel): Change comment.
18593         (newsticker--image-read): Change error message.
18594         (newsticker--imenu-goto): Doc fix.  Show headline title.
18595         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18596         (newsticker--buffer-do-insert-text): Clean whitespace in
18597         html-rendered headline title.  Code formatting.
18598         Call `newsticker--buffer-print-extra-elements'.
18599         (newsticker--buffer-print-extra-element): Remove.
18600         (newsticker--buffer-print-extra-elements): New.
18601         (newsticker--buffer-do-print-extra-element): New.
18602         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18603         large sizes.
18604         (newsticker--run-auto-mark-filter)
18605         (newsticker--do-run-auto-mark-filter):
18606         Use `newsticker-auto-mark-filter-list'.
18608 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18610         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18611         (rcirc-print): Force redisplay before running hooks.  Do long
18612         buffer truncation after making new text read-only.  Deal with nil
18613         text when decoding strings.  If TARGET is nil, use either the
18614         currently selected buffer, if it is an rcirc buffer and of the
18615         same process or the process buffer.
18616         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18617         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18618         (rcirc-short-buffer-name): Add variable.
18619         (rcirc-kill-buffer-hook): Recompute short buffer names.
18620         Remove nick from private channel.
18621         (rcirc-send-input): Send command text to current-buffer.
18622         Don't clear overlay arrow here.
18623         (rcirc-short-buffer-name): Return a short buffer name.
18624         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18625         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18626         buffer-name abbreviations.
18627         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18628         Do not touch nick-table when killing a parted channel.
18629         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18630         Clear arrow from current buffer if it is now hidden.
18631         (rcirc-current-buffer): Add variable.
18632         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18633         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18634         Remove -face from names.
18635         (rcirc-update-activity-string): Print "DND" when globally ignoring
18636         activity.
18637         (rcirc-ignore-buffer-activity-flag): Rename from
18638         rcirc-ignore-channel-activity.
18639         (rcirc-ignore-all-activity-flag): Doc fix.
18640         (rcirc-channels): Remove variable.
18641         (rcirc-kill-buffer-hook):
18642         (rcirc-get-buffer-create): Add nick to private channel.
18643         (rcirc-multiline-edit-submit): Remove tabs.
18644         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18645         folded.
18646         (rcirc-remove-nick-channel): Bug fix.
18647         (rcirc-toggle-ignore-buffer-activity): Rename from
18648         rcirc-toggle-ignore-channel-activity.
18649         (rcirc-record-activity): Add buffers to the front of the list.
18650         (rcirc-update-activity): Remove killed buffers from list.
18651         (rcirc-process-server-response-1): Remove last argument if it is
18652         null before calling handler.
18653         (rcirc): Add "rcirc" defcustom prefix.
18654         (rcirc-prompt): Simplify default prompt.
18655         Use custom-initialize-default.
18656         (rcirc-private-chats): Remove variable.
18657         (rcirc-prompt): Change initialization.
18658         (rcirc-version): Remove function.
18659         (rcirc-id-string): Add constant.
18660         (rcirc-last-buffer): Remove variable.
18661         (rcirc-buffer-alist): Add variable.
18662         (rcirc-connect): Update variable setup.
18663         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18664         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18665         default.
18666         (rcirc-handler-generic): Trigger activity.
18667         (rcirc-send-message): Create the buffor of the target.
18668         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18669         (rcirc-get-buffer): Just return nil if there is no matching buffer.
18670         (rcirc-multiline-edit-cancel): Remove function.
18671         (rcirc-set-last-buffer): Remove function.
18672         (rcirc-get-any-buffer): Add function.
18673         (rcirc-join-channels): Don't print /join text.
18674         (rcirc-toggle-ignore-channel-activity): Add and update echo area
18675         messages.
18676         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18677         (rcirc-handler-NOTICE): Recognize CTCP responses.
18678         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18679         constructing TOPIC string for buffers we are not JOINed.
18680         (rcirc-handler-CTCP-response): Add handler.
18681         (rcirc-multiline-edit-submit): Restore the window-configuration
18682         before adjusting point.
18683         (rcirc): Add customization group.
18684         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18685         (rcirc-user-full-name, rcirc-startup-channels-alist)
18686         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18687         (rcirc-ignore-all-activity-flag, rcirc-time-format)
18688         (rcirc-input-ring-size, rcirc-read-only-flag)
18689         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18690         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18691         Change defvar to defcustom.
18692         (rcirc-update-prompt): Add optional ALL arg, which will update
18693         prompts in all rcirc buffers.  Regexp quote replacement text.
18694         (rcirc-fill-column): Accept frame-width as a value.
18695         (rcirc-set-changed): Add function.
18696         (rcirc-next-active-buffer): Write more meaningful messages.
18697         (rcirc-faces): Add customization group.
18698         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18699         (rcirc-nick-in-message-face, rcirc-prompt-face)
18700         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18701         (with-rcirc-process-buffer): Move before first usage.
18702         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18703         (rcirc-debug-flag): Rename from `rcirc-log-p'.
18704         (rcirc-debug): Rename from `rcirc-log'.
18705         (rcirc-format-response-string): Do not print `-' chars for a
18706         NOTICE with no sender.  Simplify output of server responses.
18708 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18710         (rcirc-browse-url-map, rcirc-browse-url-at-point)
18711         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18712         Make urls mouse and RET clickable.
18714 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
18716         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18718 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18720         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18721         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18722         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18723         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18724         argument to all these routines, so the passphrase can be managed
18725         externally and passed in to the system.
18726         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18727         pgg-add-passphrase-to-cache function.
18729         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18730         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18731         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18732         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18733         argument to all these routines, so the passphrase can be managed
18734         externally and passed in to the system.
18735         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18736         function.
18738 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
18740         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18741         from goto-address-url-regexp.
18743 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
18745         * textmodes/org.el (org-read-date, org-goto-calendar)
18746         (org-recenter-calendar, org-agenda-goto-calendar):
18747         Temporarily clear `calendar-move-hook'.
18749 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
18751         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18752         merging.
18754         * ediff-util.el (ediff-previous-difference): Don't skip regions that
18755         have merge clashes.
18757 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18759         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18760         Undo previous change.
18762         * startup.el (command-line): Use `custom-reevaluate-setting' for
18763         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
18764         tty-register-default-colors on Mac.
18766 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18768         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18769         (gdb-buffer-type): Make it automatically buffer local...
18770         (gdb-get-create-buffer): ...and set it accordingly.
18771         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18772         actually work.
18774 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
18776         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18777         not red.
18779 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
18781         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18782         case GUD buffer is not visible.
18783         (gdb-goto-breakpoint): Try to force display in source buffer.
18784         (gdb-frame-gdb-buffer): Copy other similar functions.
18785         (gdb-restore-windows): Don't display source if not asked for.
18786         (gdb-assembler-buffer-name): Don't capitalise.
18788 2005-11-03  Richard M. Stallman  <rms@gnu.org>
18790         * wid-edit.el (key-sequence): New widget type.
18792         * simple.el (set-mark-command-repeat-pop): New variable.
18793         (set-mark-command): Only interpret plan C-@ after a pop as a pop
18794         if set-mark-command-repeat-pop is true.
18796         * info.el (Info-fontify-node): Don't display extra "see" if there
18797         already is one here.
18799         * mouse.el: Fix special handling of DEL after dragging a region:
18800         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18801         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
18803         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18805         * textmodes/ispell.el (ispell-command-loop): Change `i' description
18806         not to assume it pertains to an affix.
18808         * textmodes/flyspell.el (flyspell-post-command-hook):
18809         Bind deactivate-mark to prevent deactivation.
18811 2005-11-03  Lars Hansen  <larsh@soem.dk>
18813         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18814         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18815         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18817 2005-11-03  Romain Francoise  <romain@orebokech.com>
18819         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
18820         Update copyright years.
18822 2005-11-03  Sam Steingold  <sds@gnu.org>
18824         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18825         Use system-type instead of window-system because window-system is not
18826         correctly defined during loadup.
18828 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
18830         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18831         (xml-parse-tag): Join strings separated by a comment properly.
18833 2005-11-02  Andreas Schwab  <schwab@suse.de>
18835         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18837 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18839         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18840         (byte-optimize-pure-func): Quote the eval'd value.
18842         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18843         Rename from perl-font-lock-syntactic-face-function.
18844         Change the calling convention so it can be used as a font-lock MATCHER.
18845         Do the parse-partial-sexp loop outselves.
18846         (perl-font-lock-syntactic-keywords): Use it.
18847         (perl-mode): Don't set font-lock-syntactic-face-function any more.
18849 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
18851         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18852         disassembly buffer too.
18853         (gdb-exited): Remove overlay arrows when execution has finished.
18854         (gdb-info-frames-custom, gdb-info-threads-custom)
18855         (gdb-info-registers-custom): Don't add inappropriate text
18856         properties if inferior is not active.
18858 2005-11-02  Glenn Morris  <rgm@gnu.org>
18860         * progmodes/fortran.el (fortran-blink-match):
18861         Use `blink-matching-delay'.
18863 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
18865         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18867 2005-11-02  Lars Hansen  <larsh@soem.dk>
18869         * net/tramp.el (tramp-action-out-of-band): Handle scp message
18870         "Permission denied".
18872 2005-11-01  Richard M. Stallman  <rms@gnu.org>
18874         * textmodes/flyspell.el (flyspell-external-point-words):
18875         Pass nil to flyspell-get-word.
18877 2005-11-02  Kim F. Storm  <storm@cua.dk>
18879         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18880         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18882 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18884         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18885         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18886         (calendar-mouse-print-dates): Add optional `event' argument.
18887         Update interactive-spec.
18888         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18889         Use `calendar-event-to-date' instead of `event'.
18891 2005-11-02  Masatake YAMATO  <jet@gyve.org>
18893         * progmodes/ld-script.el (ld-script-builtins):
18894         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18895         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18896         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18898 2005-11-01  Romain Francoise  <romain@orebokech.com>
18900         * vc-sccs.el: Update copyright year.
18901         * ezimage.el: Likewise.
18903 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
18905         * info.el (Info-fontify-node): Use `string-width' for fontifying
18906         underlined titles.
18908 2005-11-01  Juri Linkov  <juri@jurta.org>
18910         * info.el (Info-fontify-node): Downcase node header keywords Node,
18911         Prev, Next, Up before comparison.
18912         (Info-history): Insert absolute directory name, and put invisible
18913         property on it.
18915 2005-11-01  Juri Linkov  <juri@jurta.org>
18917         * info.el (Info-file-supports-index-cookies): New variable.
18918         (Info-find-node-2): Check makeinfo version for index cookie support.
18919         (Info-index-nodes): Search for nodes with index cookies only when
18920         Info-file-supports-index-cookies is t.  Otherwise, search nodes
18921         with "Index" in the node name.
18922         (Info-index-node): Search index cookie in the current node only when
18923         Info-file-supports-index-cookies is t.  Otherwise, check the word
18924         "Index" in the node name.
18925         (Info-find-emacs-command-nodes): Remove code that searches nodes
18926         with "Index" node name in the top menu.
18928 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18930         * progmodes/scheme.el (scheme-mode-variables): Use the default
18931         comment-indent-function.
18933         * faces.el (face-attribute): Handle the case where a face inherits from
18934         a non-existent face.
18936         * simple.el (eval-expression-print-format): Use lisp-readable syntax
18937         for octal and hexa output, and merge the char into the paren.
18938         (kill-new): Use push.
18939         (copy-to-buffer): Use with-current-buffer.
18940         (completion-setup-function): Move code in loop to remove redundancy.
18941         (minibuffer-local-must-match-map): Don't add bindings that duplicate
18942         those inherited from minibuffer-local-completion-map.
18944         * savehist.el (savehist-mode) <defcustom>:
18945         Use custom-set-minor-mode if available.
18946         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18947         and emit a message if applicable.
18949 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
18951         * savehist.el: Sync up to version 19.
18952         (savehist-mode): New minor mode.
18953         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18954         (savehist-length): Remove (use history-length instead).
18955         (savehist-file-modes): Rename from savehist-modes.
18956         (savehist-save-hook, savehist-loaded): New vars.
18957         (savehist-load): Use savehist-mode.  Try to smooth up transition from
18958         old format to new format.
18959         (savehist-install): Allow savehist-autosave-interval to be nil.
18960         (savehist-save): Run the new hook.  Be more careful to only trim the
18961         history variables.
18962         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
18963         (savehist-printable): Print into a buffer rather than char-by-char.
18965 2005-11-01  John Wiegley  <johnw@newartisans.com>
18967         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18968         toggle-ignore keybinding (C-a).  The author said it had been
18969         disabled much earlier due to a possible incompatibility, but after
18970         many months of usage I have encountered no problems (and it is a
18971         rather useful option, especially for switching to " *temp*").
18973         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18974         support for OS/X's AddressBook, by calling out to the open source
18975         program "contacts" (installable through Fink).
18977         * net/eudc.el (eudc-expand-inline): If the
18978         `eudc-multiple-match-handling-method' is set to `all', delete the
18979         query string before inserting the query result.
18981         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18982         flag, to prevent Eshell from using the system ls when
18983         `eshell-ls-insert-directory' is in used.
18984         (eshell-ls-insert-directory): Disable font-lock in directory
18985         buffer so that Eshell's own fontification is seen.  This broke
18986         recently due to changes in font-lock, so this goes back to version
18987         21 behavior.
18989 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
18991         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18992         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18993         (gdb-many-windows): Doc fix.
18995 2005-10-31  Romain Francoise  <romain@orebokech.com>
18997         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18999 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19001         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19002         that global-font-lock-mode can be enabled by default.
19004         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19005         (font-lock-add-keywords, font-lock-remove-keywords)
19006         (font-lock-fontify-buffer): Remove autoload cookies.
19008         * jit-lock.el (jit-lock-register): Likewise.
19010         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19012 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19014         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19015         intact if there is no gud-comint-buffer.
19017 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19019         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19020         old prompt comint-prompt-read-only is t and GDB commands are
19021         issued from tool bar etc.
19023 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19025         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19027 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19029         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19030         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19032 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19034         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19035         starting at beginning of line.  Fontification is messed up when
19036         `open-paren-in-column-0-is-defun-start' set to t.
19037         Reported by John Paul Wallington <jpw@pobox.com>.
19039 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19041         * comint.el (comint-send-input): Call `comint-update-fence' when
19042         `comint-process-echoes' and `comint-prompt-read-only' are both
19043         non-nil, to avoid leftover read-only newline.
19045 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19047         * textmodes/flyspell.el (flyspell-external-point-words):
19048         Detect when WORD can't be checked properly because
19049         flyspell-get-word finds just part of it, and move on.
19051         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19052         boundarychar for Polish.
19053         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19054         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19056 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19058         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19059         (gdb-registers-font-lock-keywords): Delete.
19060         (gdb-registers-mode): Don't fontify.
19061         (gdb-info-registers-custom): Use text properties instead as, in
19062         future, changed register values will use font-lock-warning-face.
19063         (gdb-local-font-lock-keywords): Rename to...
19064         (gdb-locals-font-lock-keywords): ...for consistency.
19066 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19068         * vc.el (vc-switch-backend): Better error message if the buffer is
19069         not visiting a file under version control.
19071         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19073 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19075         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19076         ~/.emacs.d/.emacs.
19078 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19080         * replace.el (occur-mode-mouse-goto): Always go to other window.
19081         (occur-mode-goto-occurrence): Always switch in same window.
19083         * simple.el (undo): Display message at end, not at start.
19085         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19086         New arg REUSE-CELL.
19087         (cancel-timer-internal): New function.
19088         (timer-event-handler): Use cancel-timer-internal,
19089         and pass the cell it returns to timer-activate...
19091         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19092         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19093         (jit-lock-after-change): Test memory-full.
19095 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19097         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19098         part of the decoded armor to find the key-identifier.
19099         (pgg-gpg-lookup-key-owner): New function to return the
19100         human-readable identifier of a key owner.
19101         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19102         key itself.
19103         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19104         the key value) if we have a key and can match it against a secret
19105         key.  Also, added a note pointing out fact that the prompt only
19106         indicates the first matching key.
19108         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19109         pgg-decrypt-region.
19110         (pgg-pending-timers): A new hash for tracking the passphrase cache
19111         timers, so that new ones supercede old ones.
19112         (pgg-add-passphrase-to-cache): Rename from
19113         `pgg-add-passphrase-cache' to reduce confusion (all callers
19114         changed).  Modified to cancel old timers when new ones are added.
19115         (pgg-remove-passphrase-from-cache): Rename from
19116         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19117         changed).  Modified to cancel old timers when their keys are
19118         removed from the cache.
19119         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19120         XEmacs, an indirection to delete-itimer.
19121         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19122         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19123         users can only check cache without risk of prompting.  Correct bug in
19124         notruncate behavior.
19125         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19126         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19127         Add informative docstrings.
19128         (pgg-decrypt): Convey provided passphrase in subordinate call to
19129         pgg-decrypt-region.
19131         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19132         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19133         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19134         `passphrase' argument, so the passphrase can be managed externally
19135         and then passed in to the system.
19137         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19138         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19139         so the passphrase cache can be used reliably with identifiers
19140         besides a pgp packet's key id.
19142         * pgg-gpg.el (pgg-pgp-encrypt-region)
19143         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19144         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19145         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19146         argument to all these routines, so the passphrase can be managed
19147         externally and passed in to the system.
19149         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19150         `notruncate' argument, so the passphrase cache can be used
19151         reliably with identifiers besides a pgp packet's key id.
19153 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19155         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19156         symmetric encryption.
19157         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19158         encrypted session key.
19159         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19160         message ask for the passphrase in a proper way.
19162         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19163         New user commands for symmetric encryption.
19165 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19167         * textmodes/conf-mode.el (conf-assignment-sign)
19168         (conf-assignment-regexp): Fix docstrings.
19169         (conf-mode-initialize): New function.
19170         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19171         recognize recursive calls.
19172         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19173         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19174         (conf-xdefaults-mode): Use define-derived-mode and
19175         conf-mode-initialize.
19177 2005-10-29  Romain Francoise  <romain@orebokech.com>
19179         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19181 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19183         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19184         part of the decoded armor to find the key-identifier.
19185         (pgg-gpg-lookup-key-owner): New function to return the
19186         human-readable identifier of a key owner.
19187         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19188         key itself.
19189         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19190         the key value) if we have a key and can match it against a secret
19191         key.  Also, added a note pointing out fact that the prompt only
19192         indicates the first matching key.
19194         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19195         pgg-decrypt-region.
19196         (pgg-pending-timers): A new hash for tracking the passphrase cache
19197         timers, so that new ones supercede old ones.
19198         (pgg-add-passphrase-to-cache): Rename from
19199         `pgg-add-passphrase-cache' to reduce confusion (all callers
19200         changed).  Modified to cancel old timers when new ones are added.
19201         (pgg-remove-passphrase-from-cache): Rename from
19202         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19203         changed).  Modified to cancel old timers when their keys are
19204         removed from the cache.
19205         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19206         XEmacs, an indirection to delete-itimer.
19207         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19208         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19209         users can only check cache without risk of prompting.  Correct bug in
19210         notruncate behavior.
19211         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19212         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19213         Add informative docstrings.
19214         (pgg-decrypt): Convey provided passphrase in subordinate call to
19215         pgg-decrypt-region.
19217 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19219         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19220         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19221         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19222         `passphrase' argument, so the passphrase can be managed externally
19223         and then passed in to the system.
19225         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19226         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19227         so the passphrase cache can be used reliably with identifiers
19228         besides a pgp packet's key id.
19230         * pgg-gpg.el (pgg-pgp-encrypt-region)
19231         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19232         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19233         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19234         argument to all these routines, so the passphrase can be managed
19235         externally and passed in to the system.
19237         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19238         `notruncate' argument, so the passphrase cache can be used
19239         reliably with identifiers besides a pgp packet's key id.
19241 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19243         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19244         symmetric encryption.
19245         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19246         encrypted session key.
19247         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19248         message ask for the passphrase in a proper way.
19250         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19251         New user commands for symmetric encryption.
19253 2005-10-28  Bill Wohler  <wohler@newt.com>
19255         * help-mode.el (help-url): New button type.  Calls browse-url.
19256         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19257         Similar to Info nodes: URL `url'.
19258         (help-make-xrefs): Create help-url buttons for
19259         help-xref-url-regexp matches.
19261 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19263         * tool-bar.el (tool-bar-add-item-from-menu)
19264         (tool-bar-local-item-from-menu): Fix doc strings.
19266 2005-10-28  Romain Francoise  <romain@orebokech.com>
19268         * ldefs-boot.el: Update.
19270         * subr.el (locate-library): Move from help-fns.el.
19271         * help-fns.el (locate-library): Move to subr.el.
19273 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19275         * net/tramp.el (tramp-completion-mode): defvar moved up.
19277         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19279         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19281         * files.el (find-file-noselect): Use %d to format large file size.
19283         * bindings.el (mode-line-format): Add %e.
19285         * loadup.el ("facemenu"): Load unconditionally.
19286         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19287         ("x-dnd"): Load, when appropriate.
19289         * startup.el (command-line): Call before-init-hook earlier.
19290         Warn about some bad characters in -u user name.
19292         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19293         (flyspell-external-point-words): Error if misspelled word is not found.
19294         Set flyspell-large-region-beg at end of word.
19296 2005-10-28  Andreas Schwab  <schwab@suse.de>
19298         * view.el (View-revert-buffer-scroll-page-forward):
19299         Use view-page-size-default.
19301 2005-10-28  Juri Linkov  <juri@jurta.org>
19303         * international/quail.el (quail-get-current-str): Translate last
19304         raw character for deterministic input methods.
19306 2005-10-27  Jay Belanger  <belanger@truman.edu>
19308         * calc/calc-ext.el: Add functions to autoloads.
19309         (math-identity-matrix-p, math-ident-row-p): New functions.
19311         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19312         multiplication by an identity matrix; don't turn multiplication by
19313         an inverse matrix into division.
19314         (math-div-symbol-fancy): Replace division by matrices with
19315         multiplication by inverse.
19317         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19319         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19320         (calc-writeoutpower): New functions.
19322 2005-10-27  Romain Francoise  <romain@orebokech.com>
19324         * replace.el (occur-engine): Include colon in mouse-face highlight.
19326         * dired-x.el: Change Maintainer field.
19328 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19330         * longlines.el (longlines-mode): Bind after-change-functions to
19331         nil during initial decoding and final encoding.
19333 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19335         * term.el (term-emulate-terminal, term-handle-colors-array)
19336         (term-handle-ansi-escape): Specify the terminfo capabilities
19337         implemented.
19339 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19341         * info.el (Info-fontify-node): Fix detection of sentence-break
19342         before *Note.
19344 2005-10-26  Romain Francoise  <romain@orebokech.com>
19346         * smerge-mode.el: Add `tools' to file keywords.
19348 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19350         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19351         when the fringe is not available.
19353         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19354         (def-gdb-auto-update-trigger): Simplify construction.
19355         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19356         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19357         defined explicitly.
19358         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19359         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19360         defined explicitly.
19361         (gdb-info-locals-custom): Remove as it's a no-op.
19363 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19365         * longlines.el (longlines-mode): Remove narrowing before
19366         performing the initial decoding or final encoding.
19368 2005-10-25  Romain Francoise  <romain@orebokech.com>
19370         * emacs-lisp/find-func.el (find-library-name): Also strip
19371         extension if library name ends in .el, to take advantage of
19372         `find-library-suffixes'.
19374 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19376         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19378 2005-10-25  Juri Linkov  <juri@jurta.org>
19380         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19381         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19383 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19385         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19386         (blackbox-redefine-key): Add argument `map'.
19388         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19389         regions when moving the jit-lock-context-unfontify-pos boundary.
19391 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19393         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19395 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19397         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19399 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19401         * play/blackbox.el (blackbox-redefine-key): New function.
19402         (blackbox-mode-map): Use it to remap existing bindings for cursor
19403         motion instead of binding literal keys.
19405 2005-10-25  Glenn Morris  <rgm@gnu.org>
19407         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19408         diary does not end in a newline.  Do not assume a blank line at
19409         the start of the diary file.
19411 2005-10-25  Kenichi Handa  <handa@m17n.org>
19413         * international/quail.el (quail-translate-key): If the input
19414         method is deterministic and failed to handle the last key, restart
19415         the key handling loop from an appropriate key.
19417 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19419         * vc.el (vc-dired-mode): Extend comment for binding of
19420         `directory-listing-before-filename-regexp'.
19422 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19424         * textmodes/texinfo.el (texinfo-mode):
19425         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19426         not to unnecessarily expose emacs-mule's internal char codes.
19428 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19430         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19431         Display hand pointer and help-echo on disabled icon too.
19432         (gdb-mouse-until): New function.
19433         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19435 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19437         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19438         with 2005-10-23 change to doctor.el.
19440         * finder.el (finder-mode-map): Add follow-link binding.
19442 2005-10-25  Kim F. Storm  <storm@cua.dk>
19444         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19445         to gdb-mouse-toggle-breakpoint-fringe.
19446         (gdb-mouse-toggle-breakpoint-margin): Rename from
19447         gdb-mouse-toggle-breakpoint.  Fix doc.
19448         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19449         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19450         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19451         string properties also for fringe breakpoint bitmaps.
19453 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19455         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19457 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19459         * simple.el (completion-common-substring):
19460         Use `completion-common-substring' prior to `completion-base-size'.
19462 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19464         * savehist.el: Require CL while compiling.
19465         (savehist-history-variables): Remove.
19466         (savehist-save-minibuffer-history, savehist-additional-variables)
19467         (savehist-minibuffer-history-variables): New vars.
19468         (savehist-save): Use them.
19469         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19470         (savehist-install): New fun, extracted from savehist-load.
19471         (savehist-load): Use them.
19473 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19475         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19476         a dummy doc-string-elt property.
19477         (defalias, defvaralias, define-category): Add a docstring property.
19479         * image.el (defimage):
19480         * widget.el (define-widget):
19481         * custom.el (defface, defcustom): Add `doc-string' declaration.
19483         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19484         (defadvice): Add `doc-string' declaration.
19486         * emacs-lisp/byte-run.el (macro-declaration-function):
19487         Handle `doc-string' declarations.
19488         (define-obsolete-function-alias, define-obsolete-variable-alias):
19489         Add `doc-string' declaration.
19491 2005-10-24  Kenichi Handa  <handa@m17n.org>
19493         * international/utf-7.el (utf-7): Add autoload cookie.
19495         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19497 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19499         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19500         list of directories passed to batch-update-autoloads.  Add "." to
19501         the list of the echoed directories.
19503         * pgg-def.el:
19504         * pgg-gpg.el:
19505         * pgg-parse.el:
19506         * pgg-pgp.el:
19507         * pgg-pgp5.el:
19508         * pgg.el: Moved here from the gnus subdirectory.
19510 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19512         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19513         in case comint-prompt-read-only is set to t.
19515         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19516         in case comint-prompt-read-only is set to t.
19518 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19520         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19521         Now a string.
19522         (icalendar-import-format): Handle CLASS, STATUS, URL.
19523         Rename `subject' to `summary'.
19524         (icalendar-import-format-summary): Rename from
19525         `icalendar-import-format-subject'.
19526         (icalendar-import-format-url, icalendar-import-format-status)
19527         (icalendar-import-format-class): New variables.
19528         (icalendar--rris): Take variable argument list.
19529         (icalendar--datestring-to-isodate): Remove unnecessary
19530         calendar-style check when converting dates with explicit month names.
19531         (icalendar-export-region): Change return type of conversion
19532         subroutines.  Bury current buffer unless error occurred.
19533         (icalendar--convert-to-ical)
19534         (icalendar--parse-summary-and-rest): New functions.
19535         (icalendar--convert-ordinary-to-ical)
19536         (icalendar--convert-weekly-to-ical)
19537         (icalendar--convert-yearly-to-ical)
19538         (icalendar--convert-block-to-ical)
19539         (icalendar--convert-cyclic-to-ical)
19540         (icalendar--convert-anniversary-to-ical): Change return type.
19541         Strip trailing blanks from subject.
19542         (icalendar--convert-sexp-to-ical): Change return type.
19543         Strip trailing blanks from subject.  Handle simple sexp
19544         entries as generated by icalendar.el.
19545         (icalendar--convert-float-to-ical)
19546         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19547         (icalendar-import-file): Doc fix.
19548         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19549         Correct call to icalendar--rris.
19550         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19551         `summary'.
19552         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19554 2005-10-24  Romain Francoise  <romain@orebokech.com>
19556         * server.el (server-sentinel): Set query-on-exit flag to nil on
19557         new client processes (it isn't inherited from the server process).
19559         * replace.el (occur-engine): Rearrange text properties.
19561 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19563         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19564         case-fold-search is nil.
19565         (debug-help-follow): Use help-xref-interned directly.
19567 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19569         * thumbs.el (thumbs-image-type): Add .pbm.
19571 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19573         * faces.el (inhibit-face-set-after-frame-default): New variable.
19574         (set-face-attribute): Bind it.
19575         (face-set-after-frame-default): Test it.
19577         * help-fns.el (describe-simplify-lib-file-name): New function.
19578         (describe-function-1, describe-variable): Use it.
19580         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19582         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19583         Eliminate nil as possible value.
19584         (tooltip-hide-delay): Reduce internal-border-width.
19586         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19587         (menu-bar-file-menu) <new-file>: Likewise.
19589         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19591         * international/mule.el (load-with-code-conversion):
19592         Pass full file name to `eval-buffer' unless preloading.
19594         * textmodes/flyspell.el (flyspell-large-region):
19595         Call ispell-check-version.
19597         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19598         Fix the make-variable-buffer-local call that was supposed
19599         to be for this variable.
19600         (ispell-aspell-supports-utf8): Doc fix.
19601         (ispell-find-aspell-dictionaries): Preserve elements of
19602         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19603         (ispell-aspell-find-dictionary): Return nil on error.
19605         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19606         (doctor-symptoms): Likewise.
19608         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19610 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19612         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19613         (custom-raised-buttons): Add :set spec.
19614         (custom-button-unraised, custom-button-pressed-unraised):
19615         New faces, so that custom-raised-buttons actually does something.
19616         (custom-mode): Use custom-button and custom-button-pressed.
19618         * wid-edit.el (widget-specify-button): Don't ignore
19619         widget-mouse-face on graphic terminals.
19620         (widget-move-and-invoke): Cleanup.
19622 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19624         * whitespace.el (whitespace-cleanup): Doc fix.
19626 2005-10-23  Romain Francoise  <romain@orebokech.com>
19628         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19629         `eval-after-load' to avoid evaluating their result.
19631 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19633         * files.el (directory-listing-before-filename-regexp):
19634         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19636         * dired.el (dired-move-to-filename-regexp): Remove.
19637         All occurences replaced by `directory-listing-before-filename-regexp'.
19639         * dired-x.el, locate.el, vc.el:
19640         Replace `dired-move-to-filename-regexp' by
19641         `directory-listing-before-filename-regexp'.  In vc.el it is
19642         overwritten locally; maybe this can be handled in files.el too.
19644         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19645         replaced by `directory-listing-before-filename-regexp'.
19647 2005-10-23  Andreas Schwab  <schwab@suse.de>
19649         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19650         and eval-next-after-load.
19652 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19654         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19655         exist, create it.
19657 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19659         * allout.el: Remove autoloads for mailcrypt and crypt++.
19660         Require pgg, pgg-gpg during compilation.
19661         (allout-version): Increment version number to 2.1, and use a literal
19662         rather than RCS Id.
19663         (allout-default-encryption-scheme): Remove.
19664         (allout-passphrase-verifier-handling)
19665         (allout-passphrase-verifier-string)
19666         (allout-file-passphrase-verifier-string)
19667         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19668         (allout-passphrase-hint-handling): Rename and simplify.
19669         (allout-init): Use `find-file-hook' if available, otherwise
19670         `find-file-hooks'.
19671         (allout-mode): Use `write-file-functions' if available, otherwise
19672         `local-write-file-hooks' and, instead of making auto-save-hook
19673         buffer local, make the write-file-hook activity contingent to
19674         allout-mode.
19675         (allout-mode): Use key-binding substitution in the docstring.
19676         (allout-kill-line): Spell-out kill ring data structure mutation
19677         instead of using byte-compiler-complaint-provoking `pop'.
19678         (allout-insert-listified): Use `insert' rather than `insert-string'
19679         (allout-toggle-current-subtree-encryption): Update docstring, adjust
19680         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19681         (allout-encrypt-string): Totally revamped vis new underlying
19682         encryption facilities.
19683         (allout-mc-activate-passwd): Remove.
19684         (allout-obtain-passphrase): New, more or less replaces
19685         allout-mc-activate-passwd.
19686         (allout-encrypted-key-info): More or less replaces
19687         allout-encrypted-text-type.
19688         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19689         (my-mark-marker): Use `(featurep 'xemacs)'.
19691 2005-10-23  Lars Hansen  <larsh@soem.dk>
19693         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19694         (byte-compile-file-form-defmumble, byte-compile-defun)
19695         (byte-compile-defmacro): Use it.
19696         (byte-compile-form): Don't call byte-compile-set-symbol-position
19697         when a byte-compile handler is called.
19699 2005-10-22  Romain Francoise  <romain@orebokech.com>
19701         * savehist.el (savehist-history-variables): Add `grep-find-history'.
19703         * subr.el (eval-after-load): Convert library name to an absolute
19704         file name using locate-library, since load-history no longer has
19705         library names in it.
19707 2005-10-22  Richard M. Stallman  <rms@gnu.org>
19709         * files.el (make-temp-file): Move from subr.el.
19710         * subr.el (make-temp-file): Move to files.el.
19712         * window.el (get-buffer-window-list): Move from subr.el.
19713         * subr.el (get-buffer-window-list): Move to window.el.
19715         * image.el (image-load-path): Use eval-at-startup to initialize.
19717         * subr.el (eval-at-startup): New macro.
19719         * subr.el: Much rearrangement of functions and division
19720         into pages.  No code changes.
19722 2005-10-22  Kenichi Handa  <handa@m17n.org>
19724         * tar-mode.el (tar-extract): Be sure to call
19725         find-operation-coding-system if set-auto-coding doesn't find a
19726         coding system.
19728 2005-10-22  Kim F. Storm  <storm@cua.dk>
19730         * image.el (image-type-header-regexps): Rename from image-type-regexps.
19731         Change users.
19732         (image-type-file-name-regexps): New defconst.
19733         (image-type-from-data): Simplify loop.
19734         (image-type-from-buffer): New defun.
19735         (image-type-from-file-header): Use it instead of image-type-from-data.
19736         Use image-search-load-path instead of only looking in data-directory.
19737         (image-type-from-file-name): New defun.
19738         (image-search-load-path): Change `pathname' to `filename'.
19739         Make PATH arg optional, default to image-load-path.
19741 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19743         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19745         * textmodes/paragraphs.el (sentence-end-base): New variable.
19746         (sentence-end): Use sentence-end-base.
19748 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19750         * font-lock.el (font-lock-default-fontify-region): Check the multiline
19751         property independently from the font-lock-multiline variable.
19753 2005-10-21  Richard M. Stallman  <rms@gnu.org>
19755         * emacs-lisp/find-func.el (find-library-name): Doc fix.
19757         * startup.el (command-line): Convert library names
19758         in `load-history' to absolute file names.
19760         * subr.el (symbol-file): Doc fix.
19762         * loadhist.el (file-loadhist-lookup): Call locate-library
19763         instead of find-library-name.  Don't try converting
19764         abs file names to library names, since load-history no longer
19765         has library names in it.
19766         (file-dependents, file-provides, file-requires): Doc fixes.
19768 2005-10-21  Juri Linkov  <juri@jurta.org>
19770         * progmodes/etags.el (tags-table-mode): New function.
19771         (tags-verify-table): Replace initialize-new-tags-table with
19772         tags-table-mode.
19774         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19775         default value.
19776         (desktop-modes-not-to-save): Add tags-table-mode to the
19777         default value.
19779         * info.el (Info-index-next): Add total number of index
19780         alternatives to the message.
19782         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19783         backward only space (instead of space and period) before looking
19784         at sentence end.
19786         * simple.el (set-variable): Use user-variable-p instead of symbolp.
19787         Add the old variable value as 4th default-value arg of read-string.
19789 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19791         * cus-face.el (custom-declare-face): Make face from X resources
19792         also on Mac.
19794         * disp-table.el (standard-display-g1, standard-display-graphic):
19795         Refuse to use string glyphs also on Mac.
19796         (standard-display-european): Don't set terminal coding system also
19797         on Mac.
19799         * frame.el (display-screens): Use x-display-screens also on Mac.
19801 2005-10-21  Romain Francoise  <romain@orebokech.com>
19803         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
19805 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19807         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19808         and $? into sexps.
19810         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19811         warning face on open-paren-in-column-0.
19813         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19814         boundary case.  Fix typo.
19815         Suggested by Martin Rudalics <rudalics@gmx.at>.
19817 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
19819         * textmodes/org.el (org-combined-agenda-icalendar-file)
19820         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19821         (org-export-icalendar-this-file)
19822         (org-export-icalendar-all-agenda-files)
19823         (org-export-icalendar-combine-agenda-files): New commands.
19824         (org-export-icalendar, org-print-icalendar-entries)
19825         (org-start-icalendar-file, org-finish-icalendar-file)
19826         (org-ical-ts-to-string): New functions.
19827         (org-read-date, org-goto-calendar)
19828         (org-agenda-goto-calendar): Inhibit displaying diary entries by
19829         call to `calendar'.
19830         (orgtbl-setup): Remove the :keys arguments from the menu description.
19831         (org-after-save-iCalendar-file-hook): New variable.
19833 2005-10-21  Kenichi Handa  <handa@m17n.org>
19835         * language/vietnamese.el (tcvn-5712): Make it an alias of
19836         vietnamese-tcvn coding-system.
19838 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
19840         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19841         group id is given.
19843 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19845         * progmodes/sh-script.el (sh-escaped-line-re): New var.
19846         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19847         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19848         whose line is either continued or ends with a comment.
19850 2005-10-20  Romain Francoise  <romain@orebokech.com>
19852         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19854         * replace.el (occur-engine): Add follow-link property.
19856         * font-core.el (font-lock-mode): Doc fix.
19858 2005-10-20  Richard M. Stallman  <rms@gnu.org>
19860         * net/rcirc.el: New file.
19862 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
19864         * term.el (term-term-name): Initialize to "eterm-color".
19866 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
19868         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19869         for encryption functionality.
19870         Move allout customization subgroup from `editing' to `outlines' group.
19871         Fix commentary keywords to legitimate ones.
19872         Update author info (using my current email address, obscurified).
19873         (allout-encrypt-string, allout-encryption-produce-work-buffer)
19874         (allout-encrypted-topic-p, allout-encrypted-text-type)
19875         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19876         (allout-situate-encryption-key-verifier)
19877         (allout-get-encryption-key-verifier, allout-verify-key)
19878         (allout-next-topic-pending-encryption)
19879         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19880         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19881         (outline-key-verifier-handling, outline-key-hint-handling)
19882         (outline-encrypt-unencrypted-on-saves): New defcustoms.
19883         (allout-file-key-verifier-string, allout-encryption-scheme)
19884         (allout-key-verifier-string, allout-key-hint-string)
19885         (allout-after-save-decrypt): New variables.
19886         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19887         (allout-after-saves-handler): New hook functions.
19888         (allout-post-command-business): Do allout-after-save-decrypt.
19889         (allout-enable-file-variable-adjustment): Custom var to enable
19890         mechanism for adding and adjusting settings of Emacs file variables.
19891         (allout-adjust-file-variable, allout-file-vars-section-data):
19892         New functions, implement the mechanism.
19893         (outlineify-sticky): Use the file vars mechanism.
19894         (allout-inhibit-protection, allout-during-write-cue)
19895         (allout-override-protect, allout-before-change-protect): Remove.
19896         (allout-flag-region, allout-open-topic): Adjust read-only text.
19897         (allout-open-line-not-read-only): Add to facilitate read-only
19898         text based protection.
19899         (allout-kill-line): Revise to adjust read-only text, clue the
19900         user about the inhibition.
19901         (allout-unprotected): Use unwind-protect.
19902         (allout-shift-in, allout-shift-out): Disallow manually shifting a
19903         topic deeper than the offspring depth of the previous topic -
19904         avoiding confusing "containment discontinuities".
19905         (allout-reindent-bodies): Fix retention of body relative hanging
19906         indent during promotion of collapsed bodies.
19907         (allout-open-topic): Make it easy to open new topic with same
19908         bullet as current topic - topic creation functions provided with
19909         any universal argument provokes now prompt for bullet, defaulting
19910         to the bullet of the previous topic.
19911         (allout-plain-bullets-string, allout-distinctive-bullets-string):
19912         Plain bullet alternates `.' period and `,' comma only.  All other
19913         bullets are relegated to special status (but customizable).
19914         (allout-end-of-entry): Rename from allout-end-of-current-entry
19915         since it actually operates w.r.t. most immediately containing
19916         entry, visible or not.
19917         (allout-hide-current-entry, allout-show-current-entry): Use the
19918         revised version.
19919         (allout-old-expose-topic): Solidify deprecation.
19920         (allout-end-of-subtree): Add so we can span concealed as well
19921         as visible topics.
19922         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19923         (allout-end-of-current-heading): Tweak to just respect the first line.
19924         (allout-get-body-text): Add.
19925         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19926         when invoked interactively.
19927         (allout-up-current-level): Use `interactive-p'.
19928         (allout-mode, allout-init): Miscellaneous docstring and
19929         operational refinements, as well as hookups of new encryption stuff.
19930         (allout-beginning-of-current-entry): Now works as advertised.
19931         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19932         (allout-isearch-rectification): Refine condition for isearching.
19933         (allout-isearch-abort, allout-enwrap-isearch)
19934         (allout-flag-region, my-region-active-p): Relocate some macros.
19935         (allout-title): Fallback title is (buffer-name), not
19936         non-existing (current-buffer-name).
19937         (subst-char-in-string): Define if absent (for some XEmacs versions).
19939 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
19941         * mail/sendmail.el (mail-setup-hook, mail-aliases)
19942         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19943         (mail-citation-prefix-regexp, mail-signature-file)
19944         (mail-default-headers, mail-bury-selects-summary)
19945         (mail-send-nonascii): Add autoload cookies.
19947 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
19949         * frame.el (blink-cursor-mode): Add `mac' to the list of
19950         window-system's that support blinking cursor.
19952 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
19954         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19956 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
19958         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19959         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19960         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19962 2005-10-20  Kim F. Storm  <storm@cua.dk>
19964         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19965         (ido-set-current-directory): Don't add / after final @.
19966         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19967         Explicitly handle ange-ftp completion oddities.
19968         (ido-make-file-list): Don't rotate list at tramp root to avoid
19969         triggering tramp file handler for expand-file-name via get-file-buffer.
19971 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19973         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19975 2005-10-19  Jay Belanger  <belanger@truman.edu>
19977         * calc/calc-units.el (math-standard-units): Add units, adjust
19978         symbols and update values.
19979         (math-unit-prefixes): Add more prefixes.
19981 2005-10-19  Romain Francoise  <romain@orebokech.com>
19983         * bookmark.el (bookmark-menu-heading): New face.
19984         (bookmark-bmenu-list): Use it.
19985         Don't fiddle with `baud-rate' at top-level.
19987 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
19989         * image.el (create-image, find-image): Mention max-image-size in
19990         docstring.
19992 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19994         * savehist.el (savehist-load): Revert to checking XEmacs.
19996         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19997         Various docstring and line-width fixups.
19998         (conf-mode): Use cond.
19999         Set font-lock-defaults.  Don't set comment-use-syntax.
20001 2005-10-18  David Ponce  <david@dponce.com>
20003         * tree-widget.el (tree-widget-button-click): New function.
20004         (tree-widget-button-keymap): Use it.
20006 2005-10-18  Romain Francoise  <romain@orebokech.com>
20008         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20009         (bookmark-bmenu-hide-filenames): Add follow-link property.
20010         Improve help-echo text.
20012         * ffap.el (find-file-at-point): Doc fix.
20014 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20016         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20018 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20020         Install to the CVS repository what I forgot to install in my
20021         2005-10-16 changes.
20023         * progmodes/python.el (python-complete-symbol): Pass the common
20024         prefix substring of completion to `display-completion-list'.
20026         * textmodes/org.el (org-complete): Ditto.
20028 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20030         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20032         * woman.el (WoMan-xref-man-page): New button type derived
20033         from `Man-abstract-xref-man-page'.
20034         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20036         * man.el (Man-abstract-xref-man-page): New button type.
20037         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20038         (Man-highlight-references): Add new optional argument `xref-man-type'.
20040 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20042         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20044 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20046         * cus-edit.el (Custom-move-and-invoke): Delete.
20047         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20049         * wid-edit.el (widget-move-and-invoke): New function, from
20050         Custom-move-and-invoke.
20052 2005-10-17  Bill Wohler  <wohler@newt.com>
20054         Move all remaining images from lisp/toolbar to etc/images, move
20055         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20056         the low resolution images in their own directory (low-color).
20058         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20059         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20060         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20061         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20062         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20063         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20064         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20066         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20067         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20068         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20069         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20070         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20071         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20072         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20073         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20074         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20075         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20076         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20077         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20078         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20079         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20080         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20082         To conform with convention, replace the underscore (_) in the
20083         following image names with dash (-) or (/) as appropriate.
20085         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20086         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20087         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20088         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20089         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20090         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20091         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20092         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20093         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20094         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20095         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20096         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20097         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20098         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20099         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20101         * info.el (info-tool-bar-map): Replace underscores in image names
20102         with dashes.
20104         * makefile.w32-in (WINS): Remove toolbar.
20106         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20108         * tool-bar.el: Move to lisp from toolbar.  Now that
20109         toolbar is empty, it should be deleted when folks run "cvs up -P".
20111 2005-10-18  Jay Belanger  <belanger@truman.edu>
20113         * calc/calc-store.el (calc-store-into): Get the proper variable name
20114         to display in message.
20116 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20118         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20119         expressions display in speedbar for all buffers when debugging.
20120         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20122         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20123         (speedbar-insert-button, speedbar-make-button):
20124         Use add-text-properties.
20125         (speedbar-update-localized-contents)
20126         (speedbar-update-directory-contents)
20127         (speedbar-update-special-contents): Use dolist.
20128         (speedbar-buffer-easymenu-definition): Add a menu separator.
20130 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20132         * makefile.w32-in: Use $(lisp) consistently.
20133         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20134         for shell specific generation of mh-autoloads.
20136 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20138         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20140 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20142         * jit-lock.el (jit-lock-fontify-now):
20143         Move jit-lock-context-unfontify-pos to avoid wasted work.
20145 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20147         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20148         `tramp-completion-mode' for checking if we are in completion mode.
20149         (tramp-completion-handle-file-name-all-completions): Reorder code
20150         in order to complete for file names only in case there are no
20151         method/user/host completions.  This is necessary for cooperation
20152         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20154 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20156         * longlines.el (longlines-search-forward)
20157         (longlines-search-backward): Match any number of spaces.
20159 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20161         * diff-mode.el (diff-mode): Doc fix.
20163 2005-10-16  David Reitter  <david.reitter@gmail.com>
20165         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20166         as default on darwin and windows systems.
20168 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20170         * arc-mode.el (archive-zip-extract): Doc fix.
20172 2005-10-16  Romain Francoise  <romain@orebokech.com>
20174         * mouse.el (mouse-1-click-follows-link): Doc fix.
20176 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20178         * savehist.el: Don't require CL at runtime.
20179         (savehist-xemacs): Remove.
20180         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20181         (savehist-no-conversion): Use (featurep 'xemacs).
20182         (savehist-load): Check existence of start-itimer rather than XEmacs.
20183         Use an idle timer.
20184         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20185         `delete-if-not'.
20187 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20189         * savehist.el: Newer version.
20190         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20191         (savehist-last-checksum, savehist-no-conversion): New vars.
20192         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20193         New functions.
20194         (savehist-load, savehist-save): Use them.
20195         (savehist-delimit): Remove.
20197 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20199         * progmodes/compile.el (compilation-goto-locus): Display the
20200         compilation buffer first and the source buffer second, in case they're
20201         in overlapping frames.  Don't raise the compilation frame if it was the
20202         selected window upon entry.  Pass the `other-window' arg to
20203         pop-to-buffer.
20205         * info.el (Info-fontify-node): Use dolist.
20206         Change add-text-properties to put-text-property.
20208 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20210         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20211         bound of search.
20213 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20215         * dabbrev.el (dabbrev-completion): Pass the common
20216         prefix substring of completion to `display-completion-list'.
20218         * filecache.el (file-cache-minibuffer-complete)
20219         (file-cache-complete): Ditto.
20221         * tempo.el (tempo-display-completions): Ditto.
20223         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20225         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20227         * eshell/em-hist.el (eshell-list-history): Ditto.
20229         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20231         * mail/mailalias.el (mail-complete): Ditto.
20233         * progmodes/etags.el (complete-tag): Ditto.
20235         * progmodes/make-mode.el (makefile-complete): Ditto.
20237         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20239         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20241         * progmodes/pascal.el (pascal-complete-word)
20242         (pascal-show-completions): Ditto.
20244         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20246         * simple.el (completion-common-substring): New variable.
20247         (completion-setup-function): Use `completion-common-substring'
20248         to put faces.
20250 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20252         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20253         (x-get-selection, mac-select-convert-to-string): Convert from/to
20254         UTF-16 clipboard data as in native byte order, no BOM.
20256 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20258         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20259         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20260         (gud-sentinel): Use speedbar-frame to check for speedbar.
20262 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20264         * savehist.el: New file.
20266 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20268         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20269         Fix bug in \bf fontification.
20271 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * pcvs.el (cvs-edit-log-files): New var.
20274         (cvs-mode-edit-log): New arg `file'.
20275         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20276         Instead force the use of the original file and nothing else.
20277         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20278         the cvs-minor-wrap-function is set.
20279         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20281 2005-10-14  Bill Wohler  <wohler@newt.com>
20283         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20284         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20285         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20286         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20287         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20288         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20289         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20290         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20291         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20292         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20293         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20294         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20295         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20296         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20297         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20299         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20300         appropriately (for example, gud-break to gud/break).
20302 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20304         * longlines.el (longlinges-search-function)
20305         (longlines-search-forward, longlines-search-backward): New functions.
20306         (longlines-mode): Set isearch-search-fun-function to
20307         longlinges-search-function.
20309         * mouse.el (mouse-drag-region-1): Handle the case where a
20310         double-click event is bound to an arbitrary function.
20312 2005-10-14  David Ponce  <david@dponce.com>
20314         * recentf.el (recentf-track-opened-file)
20315         (recentf-track-closed-file, recentf-update-menu)
20316         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20317         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20318         mouse-1-click-follows-link.
20320 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20322         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20323         Gnome file-manager.png.  Suggested by
20324         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20326         * toolbar/README: Add diropen.xpm.
20328 2005-10-13  Bill Wohler  <wohler@newt.com>
20330         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20331         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20333 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20335         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20336         Don't waste the byte-compiler's time on constant data.
20338 2005-10-13  Kenichi Handa  <handa@m17n.org>
20340         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20341         byte with `escape-glyph' face.
20343         * international/fontset.el (ccl-encode-unicode-font):
20344         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20345         Handle the case that ucs-mule-to-mule-unicode translates a character to
20346         ASCII (usually for IPA characters).
20348 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20350         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20351         Don't hide the underline of titles if font-lock-mode is disabled.
20353 2005-10-12  Bill Wohler  <wohler@newt.com>
20355         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20356         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20357         files in MH-E-SRC have been updated.
20358         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20360 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20362         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20363         (mixal-mode-syntax-table): Add \n as end-comment.
20364         (mixal-operation-codes-alist): Immediately initialize to full value.
20365         (mixal-add-operation-code): Remove.
20366         (mixal-describe-operation-code): Make the arg non-optional.
20367         Use the interactive spec instead.
20368         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20369         (mixal-font-lock-keywords): Don't highlight comments here any more.
20370         (mixal-font-lock-syntactic-keywords): New var.
20371         (mixal-mode): Use it.  Fix comment-start-skip.
20373 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20375         * startup.el (command-line-x-option-alist): -nb => -nbi
20377 2005-10-12  Kim F. Storm  <storm@cua.dk>
20379         * startup.el (fancy-splash-default-action): Discard mouse click in
20380         the splash screen window, as it has no sensible meaning in the
20381         next window to be selected.  Fixes error reported by Jan D.
20383 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20385         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20387 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20389         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20390         Try to fix up minor layout issues like indentation, line break, etc...
20391         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20392         because it doesn't work.
20393         (mixal-operation-codes): Add some more codes.
20394         (mixal-font-lock-keywords): Process comments here.
20395         (mixal-mode): mixasm no longer needs -g option.
20397 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20399         * progmodes/sh-script.el (sh-tmp-file):
20400         Use mktemp -t.  Finish support for es and rc shells.
20402 2005-10-11  Jay Belanger  <belanger@truman.edu>
20404         * calc/calcalg2.el (calc-integral): With an argument, compute the
20405         definite integral.
20407 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20409         * mouse.el (mouse-drag-region-1): Don't try to catch a
20410         double-click when doing follow-link (it's overridden anyway).
20412 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20414         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20415         (autoload-print-form-outbuf): Add docstring.
20417 2005-10-11  Juri Linkov  <juri@jurta.org>
20419         * info.el (Info-mode-menu): Delete menu item "Edit".
20420         (Info-mode): Delete description of Info-edit from docstring,
20421         and rearrange descriptions of Info commands in the order
20422         they are documented in the Info manual.
20424 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20426         * calendar/appt.el (appt-check): Use diary-selective-display var.
20428 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20430         * net/newsticker.el (newsticker-start, newsticker-show-news):
20431         Add autoload cookies.
20433 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20435         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20437 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20439         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20441 2005-10-10  Jay Belanger  <belanger@truman.edu>
20443         * calc/calc-arith.el (math-check-known-scalarp)
20444         (math-check-known-matrixp): Check the values of arguments that are
20445         variables.
20446         (math-check-known-square-matrixp): New function.
20447         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20448         (math-super-types): Add sqmatrix type.
20450         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20451         mode name `square' to `sqmatrix'.
20453         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20454         mode name `square' to `sqmatrix'.
20456 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20458         * progmodes/etags.el (select-tags-table-mode): Don't use
20459         selective-display.
20460         (tags-select-tags-table): Pass `button' to the action function.
20461         (select-tags-table): Place the side-info on button properties rather
20462         than in hidden text.  Abbreviate file names.
20463         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20464         (select-tags-table-select): Add `button' argument.
20465         Get side-info from the button property rather than from hidden text.
20467 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20469         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20470         (gud-speedbar-buttons): Preserve point if possible.
20471         (gud-sentinel): Restore previous speedbar display type.
20473         * progmodes/gdb-ui.el (gdba): Improve diagram.
20474         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20475         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20476         Call get-buffer-window once.
20478 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20480         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20481         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20482         (pascal-indent-command): Remove unused var `ind'.
20483         (pascal-indent-case): Remove unused var `oldpos'.
20484         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20485         since it's now used as a proper minor mode map.
20486         (pascal-outline): Rename to pascal-outline-mode.
20487         (pascal-outline-mode): Use define-minor-mode.
20488         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20489         selective-display.
20491 2005-10-10  Andreas Schwab  <schwab@suse.de>
20493         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20494         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20496         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20497         outside source directory.
20499 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20501         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20502         C-x' as a prefix.
20503         (orgtbl-mode-map): Full keymap instead of sparse, because all
20504         `self-insert-command' keys are redefined in this map.
20505         (org-export-as-html): Specify charset for HTML file, by taking it
20506         from the coding system.
20508 2005-10-10  Kenichi Handa  <handa@m17n.org>
20510         * textmodes/flyspell.el (flyspell-check-word-p):
20511         If unread-command-events is non-empty, don't call sit-for.
20513 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20515         * font-lock.el (font-lock-syntactic-keywords)
20516         (font-lock-keywords): Doc fixes.
20518         * textmodes/flyspell.el (flyspell-external-point-words):
20519         Simplify logic, and don't try to check for consecutive appearances
20520         of one incorrect word.
20522 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20524         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20525         separator.
20527         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20528         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20529         (gud-expansion-speedbar-buttons): New function.
20530         (gud-speedbar-buttons): Check for gud-comint-buffer.
20532 2005-10-09  Bill Wohler  <wohler@newt.com>
20534         * Makefile.in (updates): Add mh-loaddefs dependency.
20536 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20538         * speedbar.el (speedbar-file-key-map): Fix typo.
20540 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20542         * cus-start.el (line-spacing): Add custom spec.
20544 2005-10-09  Romain Francoise  <romain@orebokech.com>
20546         * textmodes/ispell.el (ispell-check-version): Fix last change.
20548 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20550         * term/x-win.el: Remove -i, --icon-type from comment.
20552         * startup.el (command-line-x-option-alist): Remove options -i,
20553         -itype, --icon-type, added -nb, --no-bitmap-icon
20555 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20557         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20558         instead of :active.
20560 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20562         * textmodes/ispell.el (ispell-check-version):
20563         Ignore hyphen, and all that follows, in aspell's version text.
20565 2005-10-08  Jay Belanger  <belanger@truman.edu>
20567         * calc/calc-arith.el (math-known-square-matrixp): New function.
20568         (math-pow-fancy): Check for matrices before distributing exponent
20569         across products.
20571         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20572         fullscreen keypad.  Suggested by Luc Teirlinck.
20573         (calc-keypad-show-input): Add space for formatting.
20575         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20576         Add square matrix option.
20578         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20579         of checking calc-matrix-mode when deciding how to expand.
20581         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20583 2005-10-08  Lars Hansen  <larsh@soem.dk>
20585         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20586         Add error handling.
20587         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20589 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20591         Sync with Tramp 2.0.51.
20593         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20594         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20595         Insert special handling for `last-coding-system-used', again
20596         it still seems to be necessary (unlike stated before).
20597         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20598         (tramp-password-prompt-regexp): There might be other words before
20599         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20600         (tramp-chunksize): Improve docstring.
20601         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20602         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20603         Christian Joergensen <bugs@razor.dk>.
20605 2005-10-07  Glenn Morris  <rgm@gnu.org>
20607         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20608         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20609         precision'.
20611 2005-10-07  Romain Francoise  <romain@orebokech.com>
20613         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20614         (ibuffer-do-shell-command-pipe-replace)
20615         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20616         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20617         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20618         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20619         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20620         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20621         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20622         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20623         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20624         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20625         Autoload file sans suffix.
20627         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20629 2005-10-07  David Ponce  <david@dponce.com>
20631         * recentf.el (recentf-menu-open-all-flag): New option.
20632         (recentf-digit-shortcut-command-name): New function.
20633         (recentf--shortcuts-keymap): New variable.
20634         (recentf-menu-shortcuts): New variable.
20635         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20636         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20637         (recentf-menu-value-shortcut): New function.
20638         (recentf-make-menu-item): Use it.  No more in-lined.
20639         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20640         (recentf-open-most-recent-file): Rename from
20641         `recentf-open-file-with-key'.  Don't depend on key binding.
20642         (recentf-mode-map): New variable.
20643         (recentf-mode): Use it.
20645 2005-10-06  Bill Wohler  <wohler@newt.com>
20647         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20649         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20650         (MH-E-SRC): New.  Used by mh-autoloads.
20651         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20652         files in MH-E-SRC have been updated.
20653         (compile, recompile, bootstrap): Depend on mh-autoloads.
20655 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20657         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20658         gud-break and gud-remove icons when the fringe is not available.
20660         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20661         Typo.
20663 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20665         * play/zone.el (zone): Wrap body with save-window-excursion.
20667 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20669         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20670         Use the new `list-only' arg to diary-list-entries.
20672         * calendar/diary-lib.el: Use overlays rather than selective-display.
20673         (diary-selective-display): New var.
20674         (diary-header-line-format): Use it.
20675         (diary-list-entries): Add argument `list-only'.
20676         Put the buffer in diary-mode.  Don't add \^M at beg and end.
20677         Replace \^M by invisible overlays.
20678         (diary-unhide-everything): Replace \^M by invisible overlays.
20679         (print-diary-entries): Look for overlays rather than \^M.
20680         Add a space to the temp buffer name.
20681         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20682         Put the buffer in diary-mode.
20683         (list-sexp-diary-entries): Replace \^M by invisible overlays.
20684         (diary-anniversary): Make the year arg optional.
20685         (diary-time-regexp): New const.
20686         (diary-font-lock-keywords): Use it to accept a few more time formats.
20688         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20690 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
20692         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20693         Fix bug introduced 2005-07-03: Use (car (last ...))
20694         to faithfully reproduce replaced artist-last.
20695         (artist-set-arrow-points-for-poly): Likewise.
20696         Suggested by Johan Bockg\e,Ae\e(Brd.
20698 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
20700         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20701         * wid-edit.el (widget):
20702         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20703         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20705 2005-10-06  Kenichi Handa  <handa@m17n.org>
20707         * international/mule-cmds.el (set-language-environment):
20708         Fix setting up of case-table for unibyte mode.
20710         * simple.el (what-cursor-position): If the character is displayed
20711         by some `display' text property, show that.  Don't use
20712         single-key-description for eight-bit characters in multibyte mode.
20714 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
20716         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20717         (gdb-ann3): Set it.
20718         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20719         (gdb-info-frames-custom): Use inverse-video for first five
20720         characters of selected frame only.
20721         (gdb-get-frame-number): Select frame even when point is on frame
20722         number.
20724 2005-10-06  Masatake YAMATO  <jet@gyve.org>
20726         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20727         Put `font-lock-function-name-face'.
20728         (gdb-info-frames-custom): Put `font-lock-function-name-face'
20729         and `font-lock-variable-name-face'
20730         (gdb-registers-font-lock-keywords): New font lock keywords definition.
20731         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20732         (gdb-memory-font-lock-keywords): New font lock keywords definition.
20733         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20734         (gdb-local-font-lock-keywords): New font lock keywords definition.
20735         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20736         (gdb-threads-font-lock-keywords): New font lock keywords definition.
20737         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20739 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
20741         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20742         (ediff-merge-region-is-non-clash-to-skip): Previously called
20743         ediff-merge-region-is-non-clash.
20745         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20746         Use insert-buffer-substring.
20748         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20749         selecting files to patch.  Also bug fixes.
20751         * ediff-util.el (ediff-setup): Bug fix.
20752         (ediff-next-difference): Never skip clashes that differ in white
20753         space only.
20755         * ediff-wind.el (ediff-setup-control-frame)
20756         (ediff-destroy-control-frame): Check the menubar feature.
20758         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20759         (viper-refresh-mode-line): Use make-local-variable to localize
20760         some vars instead of make-variable-buffer-local.  Suggested by
20761         Stefan Monnier.
20763         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20764         (viper-restore-cursor-type, viper-set-insert-cursor-type):
20765         Use make-local-variable instead of make-variable-buffer-local.
20766         Suggested by Stefan Monnier.
20768         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20769         (viper-comint-mode-hook): Use make-local-variable on
20770         require-final-newline.
20771         (viper-non-hook-settings): Don't use make-variable-buffer-local.
20773 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20776         also the second char of a comment-start sequence.
20777         (scheme-sexp-comment-syntax-table): New var.
20778         (lambda, define): Set their scheme-doc-string-elt property.
20779         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20780         Use lisp-font-lock-syntactic-face-function now that it properly
20781         handles |...| symbols.
20782         (scheme-mode-variables): Set lisp-doc-string-elt-property,
20783         parse-sexp-lookup-properties and font-lock-extra-managed-props.
20785         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20786         bit from # to |.
20787         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20789         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20790         (lisp-doc-string-elt-property): New var.
20791         (lisp-font-lock-syntactic-face-function): Use it.
20792         Rewrite to recognize docstrings even for forms not at toplevel.
20794         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20795         annotation on the | part of #| rather than on the # part.
20796         (scheme-font-lock-syntactic-face-function): New function, to
20797         distinguish strings from |...| symbols.
20798         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
20799         syntax-table so that #|...|# is properly highlighted.
20801         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20802         Don't mark as docstring the 3rd elem of an unknown toplevel form.
20804 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20806         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20807         and C-e.
20809         * emacs-lisp/eldoc.el: Move comments into docstrings.
20810         (eldoc-message-commands): Initialize in its declaration.
20811         Add move-beginning-of-line and move-end-of-line.
20812         (eldoc-add-command, eldoc-add-command-completions)
20813         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20815         * outline.el (outline-mark-subtree): Activate the mark.
20817         * calendar/appt.el (appt-time-regexp): New var.
20818         (appt-add, appt-make-list): Use it.
20819         (appt-convert-time): Clean up.
20821         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20822         Don't set any syntax-table property here.
20823         (tex-font-lock-verb): New function.  Do it here.
20824         (tex-font-lock-syntactic-keywords): Use it.
20826 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20828         * wid-edit.el (widget-file-complete): Get the widget start point
20829         the right way.  Default directory to `/' if file has none.
20831         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20833         * textmodes/flyspell.el (flyspell-mode-on):
20834         Call ispell-maybe-find-aspell-dictionaries.
20836         * textmodes/ispell.el (ispell-word, ispell-region):
20837         Call ispell-maybe-find-aspell-dictionaries.
20838         (ispell-accept-buffer-local-defs):
20839         Don't call ispell-maybe-find-aspell-dictionaries
20841 2005-10-04  Richard M. Stallman  <rms@gnu.org>
20843         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20845 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
20847         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20848         instead of `fboundp' in order to allow for anonymous functions.
20850 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
20852         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20853         case the user clicks on the link while another window is selected.
20854         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20856         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20857         functionality.
20858         (dframe-help-echo): Save point in case mouse tracking is off.
20860 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
20862         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20864 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20866         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20867         not change the global value of those vars.
20869         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20870         make-local-variable which we do not need any more.
20872 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
20874         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20875         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20876         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20877         (speedbar-path-line): Define obsolete aliases.
20878         (speedbar-line-directory): Doc fix.
20880         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20881         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20882         instead of speedbar-line-path.
20884 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20886         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20887         to nil if dropping on a window.  Handle dropping on a minibuffer window
20888         like dropping on a non-window part of Emacs.
20890 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20892         * net/ange-ftp.el: Use with-current-buffer.
20893         (ange-ftp-insert-directory): Do not follow symlinks any more.
20895         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20896         Remove interactive spec.
20898 2005-10-03  Kim F. Storm  <storm@cua.dk>
20900         * ido.el (ido-mode): Use custom-initialize-set.
20902 2005-10-02  Richard M. Stallman  <rms@gnu.org>
20904         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20905         Use insert-buffer-substring.
20907         * net/tramp.el: Pacify byte compiler warnings in pacification code.
20908         (tramp-handle-file-local-copy): Use insert-buffer-substring.
20910 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20912         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20913         in last change.
20914         (ange-ftp-insert-directory): Fix up the search for the case where
20915         `file' is absolute.
20917 2005-10-02  Romain Francoise  <romain@orebokech.com>
20919         * progmodes/compile.el (compile-goto-error): Delete extra paren.
20921 2005-10-02  Andreas Schwab  <schwab@suse.de>
20923         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20924         directory component in the session info.
20926 2005-10-01  Richard M. Stallman  <rms@gnu.org>
20928         * comint.el (comint-redirect-subvert-readonly): Doc fix.
20930         * simple.el (next-error-internal): New function.
20932         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20933         (compilation-start): Pass new arg to compilation-buffer-name.
20934         (compile-goto-error): Use next-error-internal.
20936 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20938         * speedbar.el: Remove RCS tag.
20939         (speedbar-check-read-only): Handle non-existent files.
20941         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20943         * info.el (Info-speedbar-hierarchy-buttons)
20944         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20946 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20948         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20949         Do not match newline.
20950         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20951         (bibtex-summary): Remove unnecessary save-excursion.
20952         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20954 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20956         * term/mac-win.el: Add charset info for "iso10646-1".
20957         Modify default fontset to use ATSUI-compatible fonts for some charsets
20958         if available.
20960 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
20962         * speedbar.el: Re-apply arch tag.
20963         (speedbar-version): Rename to version 1.0.  Suggested by Eric
20964         M. Ludlam.
20965         Reapply two changes from Emacs CVS' version of speedbar lost
20966         during the merge:
20967         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20968         (speedbar-frame-parameters): Improve customize type.
20970 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20972         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20973         (ange-ftp-file-directory-p): Fix the symlink case.
20974         (ange-ftp-insert-directory): When listing a single file, get a list of
20975         the parent buffer and extract the relevant line.  Inspired from a patch
20976         by Katsumi Yamaoka <yamaoka@jpl.org>.
20977         (ange-ftp-file-name-sans-versions): Simplify.
20979 2005-09-30  Bill Wohler  <wohler@newt.com>
20981         Move MH-E image files from toolbar and mail directories into
20982         etc/images.
20984         * mail/reply2.*: Move to etc/images/mail/reply*.
20986         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20987         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20988         etc/images.
20990         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20991         * toolbar/reply*: Move to etc/images/mail.
20993         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20995 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
20997         * speedbar.el: New version 1.0pre3.
20999         Frame management code (including timer, and mouse click specifics)
21000         moved to dframe.el:
21001         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21002         (speedbar-timer): Removed.  Use dframe-timer.
21003         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21004         (speedbar-activity-change-focus-flag): Removed.  Use
21005         dframe-activity-change-focus-flag.
21006         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21007         dframe-update-speed.
21009         (speedbar-current-frame): New macro.  Use this instead of the
21010         variable speedbar-frame.
21012         (speedbar-use-images, speedbar-expand-image-button-alist)
21013         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21015         (speedbar-find-image-on-load-path): Removed.  Replaced by
21016         defezimage in ezimage.el.
21017         (speedbar-expand-image-button-alist): Removed.  Replaced by
21018         ezimage-expand-image-button-alist in ezimage.el.
21020         (speedbar-ignored-directory-regexp)
21021         (speedbar-add-ignored-directory-regexp)
21022         (speedbar-ignored-directory-expressions)
21023         (speedbar-line-directory, speedbar-buffers-line-directory)
21024         (speedbar-directory-line, speedbar-buffers-line-directory):
21025         Renamed, replacing `path' with `directory'.
21027         (speedbar-create-directory, speedbar-expand-line-descendants)
21028         (speedbar-toggle-line-expansion)
21029         (speedbar-contract-line-descendants): New commands.
21031         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21032         (speedbar-use-tool-tips-flag): New options.
21034         (speedbar-check-read-only, speedbar-require-version)
21035         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21036         (speedbar-handle-delete-frame, speedbar-try-completion)
21037         (speedbar-update-localized-contents): New functions.
21039         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21040         (speedbar-object-read-only-indicator): New variables.
21042         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21043         New hooks.
21045         (speedbar-separator-face): New face.
21047         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21048         (speedbar-ignored-modes): Add fundamental-mode.
21049         (speedbar-directory-unshown-regexp): Add . directories.
21051         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21052         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21053         `]' for full expand/close.
21054         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21056         (speedbar-check-vc): Support hidden files.
21057         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21058         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21059         state is nil, it is not checked out.
21061         (speedbar-line-text, speedbar-line-token): Support expand buttons
21062         with no text.
21063         (speedbar-refresh): Universal argument acts as power-click.
21064         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21065         that buffer to get variable values.
21067         And many other bugfixes.
21069         * dframe.el, ezimage.el, sb-image.el: New files.
21071         * sb-*.xpm: Remove files.  New image files installed into
21072         etc/images/ezimage.
21074 2005-09-30  Kenichi Handa  <handa@m17n.org>
21076         * ps-mule.el (ps-mule-show-warning): If a character is in
21077         ps-print-translation-table, don't treat it as non-printable.
21079 2005-09-30  David Ponce  <david@dponce.com>
21081         * tree-widget.el (tree-widget-themes-load-path): New variable.
21082         (tree-widget-themes-directory): Doc fix.
21083         (tree-widget-image-formats) [Emacs]: Doc fix.
21084         (tree-widget--locate-sub-directory): New function.
21085         (tree-widget-themes-directory): Use it.
21087         * recentf.el (recentf-filename-handlers): Rename from
21088         `recentf-filename-handler'.  Allow a list of functions.
21089         (recentf-menu-items-for-commands): Fix :help strings.
21090         (recentf-apply-filename-handlers): New function.
21091         (recentf-expand-file-name): Use it.
21092         (recentf-cleanup): Remove duplicates too.
21094 2005-09-29  Juri Linkov  <juri@jurta.org>
21096         * faces.el: Rearrange face definitions to be in the same order as
21097         their face descriptions in "(emacs)Standard Faces".
21099         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21101         * tooltip.el (tooltip): Add group `basic-faces'.
21103         * buff-menu.el (Buffer-menu-buffer): Remove group
21104         `font-lock-highlighting-faces'.
21106         * progmodes/compile.el (compilation-error, compilation-warning)
21107         (compilation-info, compilation-line-number, compilation-column-number):
21108         Change group from `font-lock-highlighting-faces' to `compilation'.
21110         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21111         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21112         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21113         (vhdl-font-lock-reserved-words-face)
21114         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21115         `font-lock-highlighting-faces'.
21117         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21119 2005-09-28  Kim F. Storm  <storm@cua.dk>
21121         * emulation/cua-base.el: Set CUA move property on additional commands:
21122         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21123         forward-sexp, backward-sexp, forward-list, backward-list.
21125 2005-09-28  Romain Francoise  <romain@orebokech.com>
21127         * comint.el (comint-show-output): Really set point at the
21128         beginning of the output when not using `comint-use-prompt-regexp'.
21130 2005-09-27  Jay Belanger  <belanger@truman.edu>
21132         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21133         in TeX mode.
21135 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21137         * textmodes/org.el (org-table-sum): Fix format string.
21139         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21140         Quote face names.
21142 2005-09-26  Romain Francoise  <romain@orebokech.com>
21144         * isearch.el (isearch-forward-regexp): Close doc string.
21146 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21148         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21150         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21152         * progmodes/compile.el (compilation-error-properties):
21153         When getting the file from the previous error message,
21154         correctly decode the new data format.
21156         * progmodes/cc-cmds.el (c-electric-paren):
21157         Call old-blink-paren only for close-paren.
21159 2005-09-24  Andreas Schwab  <schwab@suse.de>
21161         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21162         condition.
21164 2005-09-25  Romain Francoise  <romain@orebokech.com>
21166         * dired-aux.el (dired-copy-file-recursive):
21167         * dired.el (dired-delete-file):
21168         * ediff-mult.el (ediff-dir-diff-copy-file):
21169         * ediff-util.el (ediff-test-save-region):
21170         * forms.el (forms-mode):
21171         * ido.el (ido-file-internal, ido-delete-file-at-head):
21172         * log-edit.el (log-edit-done):
21173         * ses.el (ses-yank-resize):
21174         * play/gomoku.el (gomoku-human-plays, gomoku)
21175         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21176         (gomoku-offer-a-draw):
21177         * play/landmark.el (lm-human-resigns, lm):
21178         * net/eudcb-ldap.el (eudc-ldap-check-base):
21179         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21180         * progmodes/ebrowse.el (ebrowse-find-pattern):
21181         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21182         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21183         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21185         * vc.el (vc-delete-file):
21186         * play/gomoku.el (gomoku-terminate-game, gomoku)
21187         (gomoku-prompt-for-move, gomoku-human-takes-back):
21188         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21189         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21191 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21193         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21194         color rxvt terminals by using the code xterm.el used to use before
21195         2005-04-09 in order to match the colors used by rxvt.
21197 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21199         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21200         colors rxvt-unicode terminals by using the same code as xterm.el.
21202 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21204         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21205         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21206         new symbol used for the tex-verbatim face.
21208 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21210         * woman.el (woman-file-name):
21211         * wid-edit.el (widget-file-prompt-value)
21212         (widget-coding-system-prompt-value):
21213         * w32-fns.el (set-w32-system-coding-system):
21214         * vc.el (vc-version-diff, vc-annotate):
21215         * textmodes/reftex-auc.el (reftex-arg-cite)
21216         (reftex-arg-index-tag):
21217         * textmodes/refer.el (refer-get-bib-files):
21218         * textmodes/artist.el (artist-figlet-choose-font):
21219         * terminal.el (terminal-emulator):
21220         * replace.el (occur-read-primary-args):
21221         * rect.el (string-rectangle, string-insert-rectangle):
21222         * ps-print.el (ps-print-preprint):
21223         * progmodes/pascal.el (pascal-goto-defun):
21224         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21225         * progmodes/compile.el (compilation-find-file):
21226         * printing.el (pr-interactive-n-up):
21227         * play/animate.el (animate-birthday-present):
21228         * net/rcompile.el (remote-compile):
21229         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21230         * mail/rmailsum.el (rmail-summary-search-backward)
21231         (rmail-summary-search):
21232         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21233         (rmail-output-read-file-name):
21234         * mail/rmail.el (rmail-search, rmail-search-backwards):
21235         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21236         * locate.el (locate):
21237         * international/quail.el (quail-show-keyboard-layout):
21238         * international/mule.el (set-buffer-file-coding-system)
21239         (revert-buffer-with-coding-system, set-file-name-coding-system)
21240         (set-terminal-coding-system, set-keyboard-coding-system)
21241         (set-next-selection-coding-system):
21242         * international/mule-diag.el (describe-coding-system)
21243         (describe-font, describe-fontset):
21244         * international/mule-cmds.el (universal-coding-system-argument)
21245         (search-unencodable-char, describe-input-method)
21246         (set-language-environment, describe-language-environment):
21247         * international/codepage.el (codepage-setup):
21248         * international/code-pages.el (codepage-setup):
21249         * info.el (Info-search, Info-follow-reference)
21250         (Info-search-backward):
21251         * emacs-lisp/advice.el (ad-read-advised-function)
21252         (ad-read-advice-class, ad-clear-cache, ad-activate)
21253         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21254         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21255         (ad-read-regexp):
21256         * ediff-util.el (ediff-toggle-regexp-match):
21257         * ediff-ptch.el (ediff-prompt-for-patch-file):
21258         * dired-aux.el (dired-diff):
21259         * diff.el (diff):
21260         * cus-edit.el (custom-variable-prompt):
21261         * calendar/timeclock.el (timeclock-ask-for-project):
21262         * calc/calcalg3.el (calc-get-fit-variables):
21263         * calc/calc-store.el (calc-edit-variable)
21264         (calc-permanent-variable):
21265         * vc-mcvs.el (vc-mcvs-register):
21266         * shadowfile.el (shadow-define-literal-group):
21267         * woman.el (woman-file-name):
21268         * vc.el (vc-version-diff, vc-merge):
21269         * textmodes/reftex-index.el (reftex-index-complete-tag):
21270         * format.el (format-decode-buffer, format-decode-region):
21271         * emulation/viper-cmd.el (viper-read-string-with-history):
21272         * emacs-lisp/debug.el (cancel-debug-on-entry):
21273         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21274         * ediff.el (ediff-merge-revisions)
21275         (ediff-merge-revisions-with-ancestor, ediff-revision):
21276         * completion.el (interactive-completion-string-reader):
21277         * calc/calc-prog.el (calc-user-define-formula):
21278         Follow convention for reading with the minibuffer.
21280 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21282         * progmodes/python.el (python-describe-symbol): Add globals() and
21283         locals() to the arguments of emacs.ehelp.
21285 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21287         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21288         New function, code extracted from ispell-valid-dictionary-list.
21289         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21290         Call it.
21292 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21294         * subr.el (version-regexp-alist): Extend valid syntax for version
21295         strings: allow any of the characters -,_,+ to separate the
21296         alpha/beta/rc part from the version part.  Doc fix.
21297         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21299 2005-09-23  David Reitter  <david.reitter@gmail.com>
21301         * mail/mailclient.el: New file.
21303 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21305         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21306         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21307         Doc fixes.
21309         * progmodes/cc-mode.el (c-font-lock-init):
21310         Specify font-lock-lines-before.
21312 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21314         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21315         whole conflict.
21317 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21319         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21320         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21321         of `remap' feature when available.  Additional key bindings for
21322         better tty support.
21323         (org-mode-restart, org-force-self-insert): New commands.
21324         (org-time-stamp-inactive): New command.
21325         (org-remap): New function.
21326         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21327         (org-enable-fixed-width-editor): Move to `org-structure'
21328         customization group.
21329         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21330         blank field after field motion commands.
21332 2005-09-23  Kenichi Handa  <handa@m17n.org>
21334         * international/mule-cmds.el (set-language-environment):
21335         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21336         have to call utf-translate-cjk-load-tables.
21338 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21340         * mouse.el (mouse-move-drag-overlay): Fix last change.
21342 2005-09-22  David Ponce  <david@dponce.com>
21344         * tree-widget.el (tree-widget-value-create): Fix previous change.
21346 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21348         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21350 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21352         * mouse.el (mouse-move-drag-overlay): New function.
21353         (mouse-drag-region-1): Use it.
21354         Try to simplify a bit the state handling.  Handle clicks on links
21355         inside intangible areas.
21356         (mouse-save-then-kill): Minor simplification.
21357         (mouse-secondary-overlay): Make it always non-nil instead of
21358         recreating it each time.
21359         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21360         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21361         Simplify accordingly.
21363 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21365         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21367 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21369         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21370         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21371         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21372         to patch.
21374         * ediff-util.el: Use insert-buffer-substring.
21376         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21378         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21379         field boundaries in the minibuffer.
21380         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21381         (viper-minibuffer-post-command-hook): New hook.
21382         (viper-line): Don't move cursor at bolp.
21384         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21386         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21387         avoid compiler warnings.
21389         * emulation/viper-macs.el (ex-map): Better messages.
21391         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21393         * emulation/viper.el: Replace make-variable-buffer-local with
21394         viper-make-variable-buffer-local everywhere, to avoid warnings.
21396 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21398         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21399         Delete unused var `old-selected-window'.
21400         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21401         (mouse-drag-secondary): Delete unused var `start-frame'.
21403 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21405         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21407 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21409         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21410         Re-indent within 80 columns.  Use inhibit-read-only.
21412 2005-09-19  Romain Francoise  <romain@orebokech.com>
21414         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21416 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21418         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21419         unconditionally, since the after-change-function already did it.
21421 2005-09-19  Miles Bader  <miles@gnu.org>
21423         * net/newsticker.el: Get rid of CVS keyword.
21425 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21427         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21428         The prompt is formatted later.
21430 2005-09-19  David Ponce  <david@dponce.com>
21432         * tree-widget.el (tree-widget-value-create): Save the converted
21433         tree :node widget.
21435 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21437         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21438         variable `message'.
21440 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21442         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21443         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21444         <slawomir.nowaczyk.847@student.lu.se>.
21446 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21448         * image.el (image-load-path): Use symbol `data-directory' instead
21449         of its value, for backward compatibility with packages that bind
21450         it during `find-image'.  Suggested by Katsumi Yamaoka.
21451         (image-search-load-path): Handle symbols whose values are strings.
21453 2005-09-18  Romain Francoise  <romain@orebokech.com>
21455         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21456         with-current-buffer form in save-excursion.
21458 2005-09-18  Deepak Goel  <deego@gnufans.org>
21460         * apropos.el (apropos-command): Fix `message' call: first arg
21461         should be a format spec.  In this and all other cases that appear
21462         below and elsewhere in the source code, I made a change only when
21463         two conditions were satisfied: [1] I can think of a possibility
21464         that the arguments would cause an error, for example, the code in
21465         question relies on external variables such as filenames.  [2] I
21466         was sure that the arg to `message' could not have been nil in the code.
21468         * textmodes/tildify.el (tildify-region): Ditto.
21470         * textmodes/reftex-index.el (reftex-index-change-entry)
21471         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21472         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21473         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21474         (org-priority, org-table-sum):
21475         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21476         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21477         (flyspell-word, flyspell-display-next-corrections):
21478         * textmodes/bibtex.el (bibtex-print-help-message):
21479         * textmodes/artist.el (artist-key-set-point-poly):
21480         * term/mac-win.el (mac-services-insert-text):
21481         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21482         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21483         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21484         (vhdl-compose-configuration):
21485         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21486         (sh-set-indent, sh-learn-line-indent):
21487         * progmodes/ps-mode.el (ps-mode-target-column):
21488         * progmodes/idlwave.el (idlwave-make-tags)
21489         (idlwave-scan-library-catalogs):
21490         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21491         * progmodes/gud.el (gud-jdb-analyze-source):
21492         * progmodes/flymake.el (flymake-log):
21493         * progmodes/ebnf2ps.el (ebnf-generate-region):
21494         * progmodes/cmacexp.el (c-macro-expansion):
21495         * progmodes/ada-xref.el (ada-treat-cmd-string):
21496         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21497         (ada-justified-indent-current, ada-batch-reformat):
21498         * play/zone.el (zone):
21499         * play/landmark.el (lm-move):
21500         * play/decipher.el (decipher-show-alphabet):
21501         * net/newsticker.el (newsticker--display-jump)
21502         (newsticker--display-scroll):
21503         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21504         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21505         * mail/feedmail.el (feedmail-dump-message-to-queue):
21506         * eshell/esh-proc.el (eshell-remove-process-entry):
21507         * emulation/ws-mode.el (ws-last-error):
21508         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21509         (viper-record-kbd-macro):
21510         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21511         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21512         * emacs-lisp/find-func.el (find-function-noselect):
21513         * calendar/timeclock.el (timeclock-status-string)
21514         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21515         (timeclock-when-to-leave-string):
21516         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21517         * calc/calc-units.el (calc-enter-units-table):
21518         * calc/calc-mode.el (calc-mode-record-mode):
21519         * woman.el (woman-mini-help):
21520         * wdired.el (wdired-change-to-wdired-mode):
21521         * vc.el (vc-retrieve-snapshot):
21522         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21523         * startup.el (display-startup-echo-area-message):
21524         * simple.el (set-goal-column):
21525         * ses.el (ses-command-hook, ses-recalculate-cell):
21526         * server.el (server-process-filter):
21527         * printing.el (pr-interface-txt-print, pr-interface-printify)
21528         (pr-interface-ps):
21529         * pcvs.el (cvs-help):
21530         * log-edit.el (log-edit, log-edit-mode-help):
21531         * iswitchb.el (iswitchb-possible-new-buffer):
21532         * isearch.el (isearch-edit-string):
21533         * image-mode.el (image-mode, image-minor-mode):
21534         * ibuf-macs.el (define-ibuffer-filter):
21535         * hi-lock.el (hi-lock-find-patterns):
21536         * files.el (toggle-read-only):
21537         * ediff-util.el (ediff-copy-diff)
21538         (ediff-write-merge-buffer-and-maybe-kill):
21539         * echistory.el (Electric-history-undefined):
21540         * dnd.el (dnd-insert-text):
21541         * dired-aux.el (dired-query):
21542         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21543         * bookmark.el (bookmark-bmenu-locate):
21544         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21545         Fix `message' calls to ensure first arg is a format string.
21546         The change was made only when these two conditions were satisfied:
21547         [1] when there is a possibility that the arguments would cause an error
21548         for example, if the code in question relies on external variables
21549         such as filenames, and
21550         [2] if the arg to `message' could not have been nil in the code.
21552         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21553         Not having a %s would be weird, though not technically wrong.
21555 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21557         * term/mac-win.el (mac-add-charset-info): Doc fix.
21559 2005-09-17  Romain Francoise  <romain@orebokech.com>
21561         * shell.el (shell-resync-dirs): Handle echoing processes more
21562         reliably.  Don't insert resync command if `comint-process-echoes'
21563         is non-nil.
21565 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21567         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21568         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21569         aspell versions >= 0.60.
21570         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21571         only if ispell-aspell-supports-utf8 is non-nil.
21573 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21575         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21576         buffer-local value to lisp-indent-function.
21578 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21580         * progmodes/glasses.el (glasses-make-readable): If
21581         glasses-separator differs from underscore, put appropriate
21582         overlays over underscore characters.
21583         (glasses-convert-to-unreadable): If glasses-separator differs from
21584         underscore, try to convert glasses-separator characters to
21585         underscores.
21587 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21589         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21590         Use with-syntax-table and dolist.
21592 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21594         * textmodes/reftex-auc.el:
21595         * textmodes/reftex-cite.el:
21596         * textmodes/reftex-dcr.el:
21597         * textmodes/reftex-global.el:
21598         * textmodes/reftex-parse.el:
21599         * textmodes/reftex-ref.el:
21600         * textmodes/reftex-sel.el:
21601         * textmodes/reftex-toc.el:
21602         * textmodes/reftex-vars.el:
21603         * textmodes/reftex.el: Small changes to remove compiler warnings.
21605         * textmodes/reftex-index.el: Likewise.
21606         (reftex-query-index-phrase): More efficient use of markers.
21608 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21610         * image.el (image-load-path): New variable.
21611         (image-search-load-path): New function.
21612         (find-image): Search for images in `image-load-path'.
21614 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21616         * follow.el: Change Maintainer field.
21618 2005-09-15  David Ponce  <david@dponce.com>
21620         * recentf.el (recentf-save-file-modes): New option.
21621         (recentf-save-list): Use it.
21623 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21625         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21626         (mode-line-mule-info, mode-line-modified): Move bindings from
21627         mouse-3 to mouse-1.
21629 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21631         * simple.el (sendmail-user-agent-compose): Revert last change.
21633 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21635         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21636         Use with-current-buffer.
21637         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21638         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21639         (ange-ftp-insert-directory): Remove unused var `short'.
21640         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21642         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21643         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21645         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21646         (check-calendar-holidays, diary-list-entries): Autoload.
21647         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21648         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21650         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21651         which mistakenly removed a call to display-buffer.
21653 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21655         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21657 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21659         * progmodes/hideshow.el
21660         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21661         (hs-allow-nesting): New user var.
21662         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21663         (hs-hide-block-at-point): When nesting allowed,
21664         if there is already an overlay in place, delete it.
21665         (hs-safety-is-job-n): Delete func; remove call sites.
21666         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21667         (hs-overlay-at): New func.
21668         (hs-already-hidden-p, hs-show-block): Use it.
21669         (hs-hide-all): Don't pre-clean if nesting allowed.
21670         (hs-show-all): Temporarily disallow
21671         nesting around call to `hs-discard-overlays'.
21673 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
21675         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21676         Delete unused local var.
21678 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
21680         * help-fns.el (describe-categories): "?\ " -> "?\s".
21681         (help-do-arg-highlight): Recognize also ARG-n, as in
21682         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
21684         * international/codepage.el (dos-unsupported-char-glyph):
21685         * net/newsticker.el (tool-bar-map, w3-mode-map)
21686         (w3m-minor-mode-map):
21687         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21688         (ent-alist):
21689         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21691 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
21693         * custom.el (custom-push-theme): Handle the case where a symbol is
21694         bound but face properties have not yet been assigned.
21696         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21697         Fix behavior if noerase is `t' and there is no mail buffer.
21699         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21700         if `continue' is nil, rather than signal an error.
21702 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21704         * font-lock.el (font-lock-keywords): Add autoload.
21706         * help-fns.el (describe-variable): Rearrange to put source link
21707         in a predictable place.
21709         * net/newsticker.el: New file.
21711 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21713         * calendar/calendar.el (calendar-for-loop): Add edebug info.
21714         (calendar-basic-setup): Use the new nil arg.
21715         (number-of-diary-entries): Move to diary-lib.el.
21717         * calendar/diary-lib.el: Use with-current-buffer, match-string.
21718         (diary-list-entries): Use with-syntax-table and dolist.
21719         Rename from list-diary-entries.
21720         Use number-of-diary-entries if `number' is nil.
21721         (diary, diary-view-entries): Use this new name and new nil arg value.
21722         (number-of-diary-entries): Move from calendar.el.
21723         (diary-unhide-everything): New function.
21724         (include-other-diary-files, fancy-diary-display)
21725         (diary-show-all-entries, make-diary-entry): Use it.
21726         (diary-mail-entries): Use buffer-string.
21727         (mark-diary-entries): Fix long standing paren typo.
21728         (diary-sexp-entry): Use count-lines.
21729         (make-diary-entry): Avoid `previous-line'.
21730         (diary-mode-map): New var.
21731         (diary-mode): Redraw cal after saving.  Setup header-line.
21732         (fancy-diary-display-mode): Use local-set-key.
21734         * startup.el (command-line): Try calling various terminal-init-foo-bar
21735         functions by stripping hyphenated suffixes from $TERM.
21737         * files.el (normal-mode): Check boundness of font-lock-keywords.
21739 2005-09-12  Richard M. Stallman  <rms@gnu.org>
21741         * progmodes/compile.el: Don't decide a file's directory
21742         until the user actually tries to go there.
21743         (compilation-next-error-function):
21744         Pass compilation-find-file the directory from the file-struct.
21745         (compilation-internal-error-properties): Separate local FILE-STRUCT
21746         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
21747         (compilation-find-file): Arg DIR renamed to DIRECTORY.
21748         Expand it, and if nil, use default-directory.
21749         (compilation-get-file-structure): Don't mix specified directory
21750         with default directory.  Put specified directory into
21751         file-struct.  Don't make the file name absolute.
21753         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21754         (compile-command): Add autoload.
21755         (compilation-disable-input): Add autoload.
21757 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
21759         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21760         strings of the variables it can override.
21761         (time-stamp): New (as yet undocumented) time-stamp-format escapes
21762         %Q and %q, for fully-qualified domain name and unqualified host name.
21764 2005-09-11  Kim F. Storm  <storm@cua.dk>
21766         * emacs-lisp/authors.el (authors-aliases): Update list.
21767         (authors-fixed-entries): Update mldrag.el entry.
21769 2005-09-10  Alan Mackenzie  <acm@muc.de>
21771         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21772         from the region narrowed to.
21774 2005-09-10  Magnus Henoch  <mange@freemail.hu>
21776         * textmodes/ispell.el (ispell-check-version): Signal an error if
21777         aspell version is less than 0.60.
21779 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
21781         * progmodes/octave-inf.el (inferior-octave-startup):
21782         Resync current dir at the end.
21784 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
21786         * woman.el (woman-topic-at-point-default):
21787         Rename to woman-use-topic-at-point-default.
21788         (woman-topic-at-point): Rename to woman-use-topic-at-point.
21789         (woman-file-name): Reflect renames above.  Automatically use the
21790         word at point as topic if woman-use-topic-at-point is non-nil.
21791         Otherwise offer it as default but don't insert it in the
21792         minibuffer.  Also use `test-completion' instead of `assoc' as
21793         suggested by Stefan Monnier.
21795 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
21797         * vc.el (vc-directory, vc-update-change-log): Throw an error on
21798         the attempt to do it over Tramp.  This is not yet supported.
21800 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
21802         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21803         (menu-bar-non-minibuffer-window-p): New functions.
21804         ("Split Window", "Save As..."): Use them.
21805         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21806         ("Print Buffer", "Truncate Long Lines in this Buffer"):
21807         Use menu-bar-menu-frame-live-and-visible-p.
21808         ("Save Buffer", "Insert File", "Open Directory...")
21809         ("Open File...", "Visit New File..."):
21810         Use menu-bar-non-minibuffer-window-p.
21811         (kill-this-buffer-enabled-p, dired <menu-enable>):
21812         Use menu-bar-non-minibuffer-window-p.
21814 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21816         * cus-start.el (all): Don't complain about fringe-related
21817         built-ins if fringes are not supported.  Ditto about
21818         selection-related built-ins.  Fix the test for GTK-related built-ins.
21820         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21821         ("Postscript Print Buffer", "Print Region", "Save As...")
21822         ("Save", "Insert File...", "Open Directory...")
21823         ("Open File...", "Visit New File..."")
21824         ("Truncate Long Lines in this Buffer"): Don't look at
21825         menu-updating-frame if this display does not support multiple frames.
21827 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21829         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21831 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
21833         * woman.el: Format- and whitespace-related changes.
21835 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
21837         * woman.el: Fix my email address.
21839 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21841         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21842         (sh-mode): Locally set skeleton-pair-default-alist.
21844         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21846         * progmodes/flymake.el: Require `compile' unconditionally.
21848         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21850         * woman.el (woman-file-name): Provide a default, not initial input.
21852         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21854         * font-lock.el (font-lock-support-mode): Doc fix.
21856         * descr-text.el (describe-property-list): Handle non-symbol prop names.
21858 2005-09-08  Richard M. Stallman  <rms@gnu.org>
21860         * simple.el (blink-matching-open): Get rid of text props from
21861         the string shown in echo area.  Don't permanently set point.
21862         Some rearrangements.
21864 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21866         * recentf.el (recentf-filename-handler): Add custom choice
21867         `abbreviate-file-name'.
21869         * msb.el (msb--very-many-menus): Fix typo.
21871         * disp-table.el (standard-display-european): Don't set
21872         enable-multibyte-characters to nil.
21874 2005-09-08  David Ponce  <david@dponce.com>
21876         * recentf.el (recentf-show-file-shortcuts-flag): New option.
21877         (recentf-expand-file-name): Doc fix.
21878         (recentf-dialog-mode-map): Define digit shortcuts.
21879         (recentf--files-with-key): New variable.
21880         (recentf-show-digit-shortcut-filter): New function.
21881         (recentf-open-files-items): New function.
21882         (recentf-open-files): Use it.
21883         (recentf-open-file-with-key): New command.
21885 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
21887         * buff-menu.el (Buffer-menu-sort-by-column): New function.
21888         Suggested by Kim F. Storm.
21889         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21890         (Buffer-menu-make-sort-button): Use global keymap.
21892 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
21894         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21895         (Man-getpage-in-background-advice): Remove defadvice; it isn't
21896         necessary any longer with the remapped command.
21897         (Man-bgproc-sentinel-advice): Remove defadvice which counts
21898         formatting time only.
21900         * net/tramp.el (tramp-action-password)
21901         (tramp-multi-action-password): Compile the password prompt from
21902         `method', `user' and `host'.  Sometimes it isn't obvious which
21903         password to enter, for example with remote files offered by
21904         recentf.el, or with multiple steps.  Suggested by Robert Marshall
21905         <robert@chezmarshall.freeserve.co.uk>.
21907 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21909         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21910         Fix regexp for when "s///" is at the beginning of line.
21912 2005-09-07  Jay Belanger  <belanger@truman.edu>
21914         * calc/calc-poly.el (math-expand-term): Multiply out any powers
21915         when in matrix mode.
21917 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21919         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21920         non-anonymous functions.
21922 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
21924         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21925         when using a header line.  Otherwise, use mouse-1-click-follows-link.
21927         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21928         can't be moved; don't signal an error.
21930 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
21932         * cus-theme.el (custom-theme-write-faces): Save the current face
21933         spec, not the defface spec.
21935         * custom.el (custom-known-themes): Clarify meaning of "standard".
21936         (custom-push-theme): Save old values in the standard theme.
21937         (disable-theme): Correct typo.
21938         (custom-face-theme-value) Deleted unused function.
21939         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21941 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21943         * progmodes/compile.el (compilation-goto-locus): Take into account
21944         iconified frames when determining whether the buffer is
21945         already visible.
21946         Don't reset window height if the window already existed.
21948 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
21950         * custom.el (load-theme): Rename from require-theme.
21951         Add interactive spec.
21952         (enable-theme): Rename from custom-enable-theme.
21953         Add interactive spec.
21954         (disable-theme): Rename from custom-disable-theme.
21955         Add interactive spec.
21956         (custom-make-theme-feature): Doc fix.
21957         (custom-theme-directory): Doc fix.
21958         (provide-theme): Call enable-theme.
21960 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21962         * obsolete/lazy-lock.el (lazy-lock-mode):
21963         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21964         font-lock-mode if it's off.  Print a warning instead.
21966         * progmodes/compile.el (compilation-start): Ignore errors if the
21967         process died before we get to send-eof.
21969         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21970         Undo last change.  Enclosing the result in quotes broke things on Unix
21971         since tex-send-command passes it through shell-quote-argument.
21972         (tex-send-command): Pass `file' through convert-standard-filename
21973         when possible.
21974         (tex-uptodate-p): Handle the case where TeX hasn't put additional
21975         info in a transcript.
21977 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
21979         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21980         fix compilation warning.  Reorder the key definitions to group
21981         together keys emitted by the current version of xterm.
21983         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21984         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21985         Reorder predicates to correct min-color usage.
21987 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
21989         * longlines.el (longlines-mode): Inhibit read-only when encoding.
21990         Kill local variables when longlines-mode is turned off.
21992 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21994         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21996         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21998         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22000         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22001         (font-lock-lines-before): Change default to being inactive.
22002         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22003         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22005 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22007         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22008         Deactivate temporarily advice if active (not needed for Emacs 22,
22009         but for backwards compatibility).
22010         (tramp-exists-file-name-handler): Rewrite.  First implementation
22011         was too simple.
22012         (tramp-advice-make-auto-save-file-name):
22013         Call `tramp-handle-make-auto-save-file-name' (again, just for
22014         backwards compatibility).
22016 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22018         * progmodes/vhdl-mode.el
22019         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22020         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22021         (vhdl-set-default-project): New function (easier setting of default).
22022         (vhdl-port-copy): Handle extended identifiers for generics.
22023         (vhdl-compiler-alist): Better description for error message regexp.
22024         (vhdl-make): Query for target, use previous as default.
22025         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22026         (vhdl-font-lock-keywords-2): Fix fontification for record
22027         el. assign.
22028         (vhdl-speedbar-make-subpack-line): Add package body link.
22029         (vhdl-generate-makefile-1): Not include itself as dependency.
22030         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22031         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22032         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22033         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22034         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22035         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22036         (vhdl-import-project): Add string argument for `error'.
22037         (vhdl-compose-configuration)
22038         (vhdl-compose-configuration-architecture): Add configuration
22039         declaration generation.
22040         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22041         (vhdl-trailer-re): Add "record" keyword (better indentation).
22042         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22043         "[^ \t-\"]+".
22044         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22045         (vhdl-testbench-entity-file-name)
22046         (vhdl-testbench-architecture-file-name): Allow separate
22047         customization of testbench file names.
22048         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22049         (vhdl-get-visible-signals): Allow newline within alias declaration.
22050         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22051         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22052         (member-ignore-case): Alias for missing function in XEmacs.
22053         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22054         (vhdl-update-sensitivity-list): Ignore case on read signals.
22055         (vhdl-replace-string): Adjust case only for file names.
22056         (vhdl-update-sensitivity-list): Fix search for read signals.
22057         (vhdl-update-sensitivity-list): Exclude formal parameters.
22058         (vhdl-get-visible-signals): Include aliases of signals.
22059         (vhdl-get-visible-signals): Fix signal name searching.
22060         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22061         (vhdl-fixup-whitespace-region): Fix for character
22062         literals (e.g. `:').
22064 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22066         * ansi-color.el (comint-last-output-start):
22067         * bs.el (font-lock-verbose):
22068         * diff-mode.el (add-log-buffer-file-name-function):
22069         * dired-x.el (vm-folder-directory):
22070         * faces.el (help-xref-stack-item):
22071         * files.el (font-lock-keywords):
22072         * find-lisp.el (dired-buffers, dired-subdir-alist):
22073         * ido.el (cua-inhibit-cua-keys):
22074         * log-view.el (cvs-minor-wrap-function):
22075         * outline.el (font-lock-warning-face):
22076         * simple.el (compilation-current-error):
22077         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22078         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22079         * tooltip.el (comint-prompt-regexp):
22080         * w32-fns.el (explicit-shell-file-name):
22081         * term/mac-win.el (mac-charset-info-alist)
22082         (mac-services-selection, mac-system-script-code):
22083         * term/tty-colors.el (msdos-color-values):
22084         * term/w32-win.el (xlfd-regexp-registry-subnum):
22085         * term/x-win.el (x-keysym-table, x-selection-timeout)
22086         (x-session-id, x-session-previous-id):
22087         * textmodes/ispell.el (mail-yank-prefix):
22088         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22089         * textmodes/org.el (calc-embedded-close-formula)
22090         (calc-embedded-open-formula)
22091         (font-lock-unfontify-region-function):
22092         * textmodes/reftex-global.el (isearch-next-buffer-function)
22093         (TeX-master):
22094         * textmodes/reftex.el (font-lock-keywords):
22095         * textmodes/tex-mode.el (font-lock-comment-face)
22096         (font-lock-doc-face):
22097         * textmodes/texinfo.el (outline-heading-alist):
22098         Add defvars.
22100         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22101         (artist-spray-chars, artist-mode-init, artist-replace-string)
22102         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22103         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22104         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22106         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22107         (conf-align-assignments): "?\ " -> "?\s".
22109         * textmodes/reftex-index.el (TeX-master): Add defvar.
22110         (reftex-index-phrases-marker): Move up defvar.
22112         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22113         (reftex-toc-include-labels-indicator)
22114         (reftex-toc-include-index-indicator)
22115         (reftex-toc-max-level-indicator): Move up declarations.
22117         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22118         of args to `tramp-run-real-handler', even if it's empty in this case.
22120 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22122         * dired.el (dired-move-to-filename-regexp): Add date format for
22123         Mac OS X 10.3 in East Asian locales.
22125 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22127         * files.el (make-auto-save-file-name): Add file name handler call
22128         if applicable.
22130         * net/tramp.el (tramp-file-name-handler-alist)
22131         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22132         (tramp-handle-make-auto-save-file-name): Rename from
22133         `tramp-make-auto-save-file-name'.
22134         (tramp-exists-file-name-handler): New defun.
22135         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22136         `make-auto-save-file-name' is not a magic file name operation.
22138 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22140         * files.el (risky-local-variable-p):
22141         Match `-predicates' and `-commands.
22143         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22144         (custom-save-all): Visit the file if necessary;
22145         kill the buffer if we created it.
22146         (custom-save-delete): Don't visit file or kill buffer here.
22148 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22150         * textmodes/org.el (org-special-keyword): New face.
22151         (org-table-copy-down, org-table-eval-formula)
22152         (org-table-recalculate, org-init-section-numbers):
22153         Use `string-to-number' instead of `string-to-int'.
22154         (org-get-location): Use `insert-buffer-substring' instead of
22155         `insert-buffer'.
22156         (org-modify-diary-entry-string): New function.
22157         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22158         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22159         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22160         active region.
22161         (org-export-as-html): Handle QUOTE keyword.
22162         (org-quote-string): New option.
22163         (org-bookmark-jump-unhide): New function, used for
22164         `bookmark-after-jump-hook'.
22165         (org-diary-default-entry): Apply only when not called through
22166         `org-agenda'.
22168 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22170         * net/eudc.el (mode-popup-menu):
22171         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22172         * progmodes/ada-mode.el (compile-auto-highlight)
22173         (skeleton-further-elements):
22174         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22175         * progmodes/cmacexp.el (msdos-shells):
22176         * progmodes/compile.el (font-lock-extra-managed-props)
22177         (font-lock-keywords, font-lock-maximum-size)
22178         (font-lock-support-mode):
22179         * progmodes/grep.el (font-lock-lines-before):
22180         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22181         * progmodes/mixal-mode.el (compile-command):
22182         * progmodes/perl-mode.el (font-lock-comment-face)
22183         (font-lock-doc-face, font-lock-string-face):
22184         * progmodes/prolog.el (comint-prompt-regexp):
22185         * progmodes/sh-script.el (font-lock-comment-face)
22186         (font-lock-set-defaults, font-lock-string-face):
22187         * progmodes/sql.el (font-lock-keyword-face)
22188         (font-lock-set-defaults, font-lock-string-face):
22189         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22190         (itimer-version, lazy-lock-defer-contextually)
22191         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22192         Add defvars.
22194         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22195         (cperl-electric-keyword, cperl-electric-pod)
22196         (cperl-electric-backspace, cperl-forward-re)
22197         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22198         (vc-rcs-header, vc-sccs-header): Add defvars.
22200         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22201         (font-lock-syntactic-keywords, gud-find-expr-function):
22202         Add defvars.
22204         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22205         (gdb-frame-parameters): Declare before use.
22207         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22208         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22209         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22210         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22212         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22213         (idlwave-help-with-source): Use `insert-buffer-substring', not
22214         `insert-buffer'.
22216 2005-08-29  Juri Linkov  <juri@jurta.org>
22218         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22219         Put outline-back-to-heading function call inside save-excursion.
22221 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22223         * man.el (Man-init-defvars, Man-translate-references)
22224         (Man-support-local-filenames, Man-highlight-references):
22225         * progmodes/sql.el (sql-interactive-mode):
22226         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22228         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22229         (compilation-mode-font-lock-keywords): Add defvars.
22230         (checkdoc-interactive-loop): "?\ " -> "?\s".
22232         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22233         (font-lock-doc-face, font-lock-string-face)
22234         (font-lock-keywords-case-fold-search): Add defvars.
22235         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22237         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22238         Don't pass X and Y (they are ignored anyway).
22239         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22240         (mouse-delete-window): Make arguments optional.
22242         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22243         (caesar-translate-table, minor-modes, news-buffer-save)
22244         (news-group-name, news-minor-modes): Add defvars.
22246         * emacs-lisp/lselect.el (mouse-highlight-priority)
22247         (x-lost-selection-functions, zmacs-regions):
22248         * emacs-lisp/pp.el (font-lock-verbose):
22249         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22250         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22251         (ses-mode-map):
22252         * emacs-lisp/tcover-unsafep.el (safe-functions):
22253         * international/mule-cmds.el (mac-system-coding-system)
22254         (mac-system-locale):
22255         * language/ethio-util.el (rmail-current-message)
22256         (rmail-message-vector):
22257         * language/thai-util.el (thai-auto-composition-mode):
22258         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22259         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22260         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22261         (vm-primary-inbox, vm-spool-files):
22262         * mail/rmail.el (deleted-head, font-lock-fontified)
22263         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22264         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22265         (total-messages):
22266         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22267         (rmail-summary-mode-map):
22268         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22269         (rmail-last-label, rmail-last-multi-labels)
22270         (rmail-summary-vector, rmail-total-messages):
22271         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22272         * mail/rmailsum.el (msgnum):
22273         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22274         (rmail-current-message):
22275         * obsolete/fast-lock.el (font-lock-face-list):
22276         * obsolete/rnewspost.el (mail-reply-buffer):
22277         * obsolete/scribe.el (compile-command):
22278         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22280 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22282         * ibuf-ext.el (ibuffer-auto-update-changed):
22283         Use `frame-or-buffer-changed-p' to check whether we need to update.
22284         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22285         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22286         as a `frame-or-buffer-changed-p' state vector instead.
22288 2005-08-27  Romain Francoise  <romain@orebokech.com>
22290         * textmodes/makeinfo.el (makeinfo-compile):
22291         Use `compilation-start'.  Set `next-error-function' according to
22292         `disable-errors'.
22293         (makeinfo-next-error): New function.
22294         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22295         (makeinfo-buffer): Likewise.
22297         * progmodes/compile.el (compilation-start): Add autoload cookie.
22299         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22300         * textmodes/sgml-mode.el: Likewise.
22301         * progmodes/python.el: Likewise.
22303 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22305         * simple.el (blink-matching-paren-distance): Document the meaning
22306         of nil value, and allow to customize to nil.
22308         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22309         command.com, not command.exe.
22311 2005-08-26  John Wiegley  <johnw@newartisans.com>
22313         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22314         code around a bit so that an extraneous nil argument is not added
22315         to a command when no args are given.
22317         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22318         double-quoted argument resolves to nil, return it as an empty
22319         string rather than as nil.  This made it impossible to pass "" to
22320         a shell script as a null string argument.
22322 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22324         * outline.el (outline-invent-heading): New fun.
22325         (outline-promote, outline-demote): Use it.
22326         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22327         (outline-end-of-subtree): Remove unused var `opoint'.
22329 2005-08-26  David Reitter  <david.reitter@gmail.com>
22331         * menu-bar.el (truncate-lines, write-file, print-buffer)
22332         (ps-print-buffer-faces, ps-print-buffer, split-window):
22333         Disable menu items when the frame they refer to is invisible, or when
22334         they refer to a buffer and the minibuffer is selected.
22336 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22338         * progmodes/flymake.el (flymake-highlight-err-lines):
22339         Use save-excursion around flymake-highlight-line to preserve point.
22341 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22343         * progmodes/octave-mod.el: Change Author and Maintainer address.
22344         (octave-maintainer-address): Change Kurt's email address.
22345         * progmodes/octave-inf.el: Change Author and Maintainer address.
22346         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22348 2005-08-26  Kim F. Storm  <storm@cua.dk>
22350         * subr.el (version-list-<, version-list-<=, version-list-=):
22351         Rename from integer-list-*.
22352         (version-list-not-zero): Likewise.  Fix while loop.
22353         (version=): Use version-list-= instead of string-equal.
22355 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22357         * outline.el (outline-promote): Try shortening the heading.
22358         As last resort, read the heading to use.
22359         (outline-demote): As last resort, read the heading to use.
22361 2005-08-26  Romain Francoise  <romain@orebokech.com>
22363         * progmodes/compile.el (compilation-start): Doc fix.
22365         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22366         (antlr-font-lock-additional-keywords): Fix reference to
22367         `antlr-font-lock-literal-regexp' erroneously changed during the
22368         mass face rename.
22369         (antlr-run-tool): Use `compilation-start'.
22371         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22372         instead of the obsolete `compile-internal'.
22374 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22376         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22377         (number, original-date):
22378         * calendar/cal-china.el (date):
22379         * calendar/cal-coptic.el (date):
22380         * calendar/cal-french.el (date):
22381         * calendar/cal-hebrew.el (date, entry, number, original-date):
22382         * calendar/cal-islam.el (date, number, original-date):
22383         * calendar/cal-iso.el (date):
22384         * calendar/cal-julian.el (date):
22385         * calendar/cal-mayan.el (date):
22386         * calendar/cal-menu.el (date, event):
22387         * calendar/cal-persia.el (date):
22388         * calendar/lunar.el (date):
22389         * calendar/solar.el (date): Add defvars.
22391         * emerge.el:
22392         * ibuffer.el:
22393         * info-xref.el:
22394         * obsolete/bg-mouse.el:
22395         * obsolete/sun-curs.el:
22396         * obsolete/swedish.el: Move the `defvar's to the top level.
22398         * smerge-mode.el (smerge-refined-change): Add :group.
22400 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22402         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22403         (smerge-keep-n): Remove props.
22404         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22405         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22406         now that it's done in smerge-keep-n.
22407         (smerge-refined-change): New face.
22408         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22409         (smerge-refine): New funs.
22410         (smerge-basic-map): Bind smerge-refine.
22412 2005-08-25  Juri Linkov  <juri@jurta.org>
22414         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22415         compilation-process-setup-function and compilation-disable-input
22416         in grep-mode instead of let-bindings in grep.
22418         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22419         Delete "Automatic File De/compression" (auto-compression-mode).
22421 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22423         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22424         Silence warning about non-existent variable.
22426 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22428         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22429         Rename "Describe Key" to "Describe Key or Mouse Operation".
22431         * mail/mailalias.el (build-mail-aliases): Delete comments
22432         from the contents before processing them.
22434         * isearch.el (isearch-edit-string): Erase the Search prompt
22435         if user enters an empty string and there is no default.
22437         * comint.el (comint-file-name-prefix): Add autoload.
22439 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22441         * subr.el (play-sound): Rearrange to avoid warning.
22443 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22445         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22446         New hook.
22447         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22449 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22451         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22453         * custom.el (custom-theme-set-variables): Sort minor modes last.
22455 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22457         * subr.el (version-separator, version-regexp-alist): New vars used by
22458         version comparison funs.
22459         (integer-list-<, integer-list-=, integer-list-<=)
22460         (integer-list-not-zero): New funs for integer list comparison.
22461         (version-to-list, version=, version<, version<=): New funs for version
22462         comparison.
22464 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22466         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22467         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22468         time to silence the byte-compiler.
22470         * ibuffer.el (ibuffer-compile-make-eliding-form)
22471         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22472         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22473         so it's silly to get warnings for it).
22474         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22475         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22476         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22477         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22478         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22479         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22480         Defvar at compile time.
22481         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22482         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22483         Declare them before use.
22485         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22486         (info-xref-good, info-xref-bad): Defvar at compile time.
22488         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22489         Use `let*' instead of `let'.
22491         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22492         (*mouse-y*, menu, char): Defvar at compile time.
22493         (sc::menu): Declare it before use.
22494         (sc::pack-one-line): Use `let', not `let*'.
22496         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22497         (mail-send-hook): Defvar at compile time.
22499         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22500         Defvar at compile time.
22502         * term/sun-mouse.el (current-global-mousemap)
22503         (current-local-mousemap): Declare them before use.
22505 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22507         * bookmark.el (bookmark-after-jump-hook): New hook.
22508         (bookmark-jump): Run `bookmark-after-jump-hook'.
22510 2005-08-23  Juri Linkov  <juri@jurta.org>
22512         * faces.el (minibuffer-prompt): Doc fix.
22514 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22516         * progmodes/xscheme.el: Trivial changes to silence warnings.
22517         (xscheme-previous-mode, xscheme-previous-process-state):
22518         Add defvars.
22519         (xscheme-last-input-end, xscheme-process-command-line)
22520         (xscheme-process-name, xscheme-buffer-name)
22521         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22522         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22523         (xscheme-control-g-synchronization-p)
22524         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22525         (default-xscheme-runlight, xscheme-runlight)
22526         (xscheme-runlight-string, xscheme-process-filter-state)
22527         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22528         Move to beginning of file.
22529         (scheme-interaction-mode-commands-alist)
22530         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22531         Declare them before use.  Note: the initialization code for the
22532         variables has not been moved because it uses functions that reference
22533         the variables.
22534         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22535         (xscheme-prompt-for-expression-map): Declare them before use.
22536         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22538 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22540         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22542 2005-08-22  Juri Linkov  <juri@jurta.org>
22544         * faces.el (set-face-underline): Delete this duplicate function
22545         and make an obsolete alias to set-face-underline-p.
22546         (set-face-underline-p): Use docstring of set-face-underline.
22547         (describe-face): Create hyperlink to parent face.
22549         * info.el (Info-insert-dir): Use save-excursion around
22550         insert-buffer-substring.
22551         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22552         (Info-escape-percent): Delete function.
22553         (Info-fontify-node): Replace Info-escape-percent by
22554         replace-regexp-in-string with REP arg set to lambda that
22555         duplicates `%' and preserves text properties.
22557         * progmodes/compile.el (compilation-disable-input): Doc fix.
22558         (define-compilation-mode): Doc fix and refill.
22559         (kill-compilation): Use `mode-name' in the error message.
22560         (compilation-find-file): Use `compilation-error' in the
22561         read-file-name's prompt.
22563 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22565         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22566         (smerge-auto-leave): Make undo re-enable the mode.
22567         (debug-ignored-errors): Add the user-error of impossible resolution.
22568         (smerge-resolve): Move things around a bit, in preparation for later.
22569         (smerge-diff): Don't fail if the buffer has no associated file.
22570         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22571         (smerge-conflict-overlay): New function.
22572         (smerge-match-conflict): Don't add text properties here.
22573         (smerge-find-conflict): Instead, add an overlay here.
22574         Also check for the case where we're inside a conflict already, so as to
22575         obviate the need for font-lock-multiline, which is unbearably slow with
22576         large conflicts and ciomplex font-lock patterns.
22577         (smerge-remove-props): Remove overlay rather than text-properties.
22578         (smerge-mode): Don't set font-lock-multiline.
22579         Remove overlays when turned off.
22581 2005-08-21  Kim F. Storm  <storm@cua.dk>
22583         * ido.el (ido-ignore-item-p): Use save-match-data.
22584         Bind case-fold-search to ido-case-fold locally.
22586 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22588         * files.el (normal-mode): If font lock is on, turn it off and on.
22590         * subr.el (replace-regexp-in-string): Doc fix.
22592         * startup.el (command-line-1): Don't suppress startup screen
22593         due to existing processes.
22595         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22597         * progmodes/compile.el (compilation-disable-input): Default to nil.
22599 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22601         * progmodes/compile.el (compilation-disable-input): New defcustom.
22602         (compilation-start): If compilation-disable-input is non-nil, send
22603         EOF to the compilation process.
22605 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22607         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22608         Run the argument of tex-shell-cd-command through
22609         convert-standard-filename, to get the correct style of slashes on
22610         Windows, and enclose the result in quotes, in case the file name
22611         includes whitespace or other special characters.
22613 2005-08-19  Andreas Schwab  <schwab@suse.de>
22615         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22616         process.
22618 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22620         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22622 2005-08-18  Kim F. Storm  <storm@cua.dk>
22624         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22626 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22628         * scroll-lock.el: New file.
22630 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22632         * dired.el (dired-move-to-end-of-filename):
22633         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22635 2005-08-18  Kim F. Storm  <storm@cua.dk>
22637         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22638         rather than toggle mode when custom value is nil.
22639         (ido-everywhere): Fix defun doc string.
22641 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22643         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22644         as tag instead of "Inviolable".
22646 2005-08-17  Kim F. Storm  <storm@cua.dk>
22648         * windmove.el (windmove-coordinates-of-position): Remove.
22649         (windmove-coordinates-of-window-position): Remove.
22650         (windmove-reference-loc): Use posn-at-point instead.
22652         * subr.el (insert-for-yank-1): Doc fix.
22654         * ido.el (ido-enter-matching-directory): Rename from
22655         ido-enter-single-matching-directory.  Change `slash' choice to
22656         `only'.  Add `first' choice.
22657         (ido-exhibit): Adapt to above changes.
22659 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22661         * Makefile.in: Expand comment about building loaddefs.el.
22663 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22665         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22666         Comment use of defadvice.
22668         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22670 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
22672         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22673         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22674         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22675         * progmodes/idlw-shell.el, progmodes/ld-script.el,
22676         * progmodes/which-func.el, ruler-mode.el, strokes.el,
22677         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22678         for backward compatibility for faces that did not appear in the
22679         previous Emacs release.
22681         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22683 2005-08-15  Kim F. Storm  <storm@cua.dk>
22685         * emulation/cua-base.el (cua-delete-region): Return t if
22686         deleted region was non-empty.
22687         (cua-replace-region): Inhibit overwrite-mode for
22688         self-insert-command if replaced region was non-empty.
22689         (cua--explicit-region-start, cua--status-string): Make them
22690         buffer-local at top-level...
22691         (cua-mode): ...rather than when mode is enabled.
22693 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
22695         * progmodes/vhdl-mode.el (vhdl-emacs-21):
22696         Set t for Emacs 21, 22, and so on.
22698 2005-08-15  David Ponce  <david@dponce.com>
22700         * tree-widget.el: Update Commentary header.
22701         (tree-widget-theme): Doc fix.
22702         (tree-widget-space-width): New option.
22703         (tree-widget-image-properties): Look up in the default theme too.
22704         (tree-widget--cursors): Only for images with arrow pointer shape.
22705         (tree-widget-lookup-image): Pointer shape is hand by default.
22706         (tree-widget-icon): Rename generic icon widget from
22707         `tree-widget-control'.
22708         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22709         derive from `tree-widget-icon'.
22710         (tree-widget-handle): Improve default look and feel of the text
22711         representation.
22712         (tree-widget): Rename :*-control properties to :*-icon properties.
22713         Add :action and :help-echo properties.
22714         (tree-widget-after-toggle-functions): Move.
22715         (tree-widget-close-node, tree-widget-open-node): Remove.
22716         (tree-widget-before-create-icon-functions): New hook.
22717         (tree-widget-value-create): Update to allow customization of icons
22718         and nodes at run-time via that new hook.
22719         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22720         (tree-widget-icon-action, tree-widget-icon-help-echo)
22721         (tree-widget-action, tree-widget-help-echo): New functions.
22723 2005-08-15  Kim F. Storm  <storm@cua.dk>
22725         * ido.el (ido-buffer-internal): Use with-no-warnings.
22726         (ido-make-merged-file-list): Use while-no-input.
22728 2005-08-15  Richard M. Stallman  <rms@gnu.org>
22730         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22731         (flyspell-large-region): Fix doc and custom type.
22733 2005-08-14  Richard M. Stallman  <rms@gnu.org>
22735         * files.el (interpreter-mode-alist): Doc fix.
22737         * mail/rmail.el (rmail-nonignored-headers): New variable.
22738         (rmail-clear-headers): Use it.
22739         (rmail-reply): Better handling of mail-followup-to header.
22741         * progmodes/sh-script.el (sh-font-lock-keywords-var):
22742         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
22743         don't try to refer to executable-font-lock-keywords.
22744         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22745         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22746         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22747         (sh-mode): Set comment-start-skip, local-abbrev-table,
22748         imenu-case-fold-search.
22749         (sh-set-shell): Don't set them here.
22750         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
22751         Don't cache the results in the original alist; don't ever modify
22752         that alist.
22754         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22756         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22757         empty.
22759 2005-08-15  Andreas Schwab  <schwab@suse.de>
22761         * desktop.el: Put autoload cookie at risky-local-variable declarations.
22763         * dired.el, info.el, mail/rmail.el: Revert last change.
22765 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
22767         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22768         modification in `eval-after-load' form.
22769         * info.el: Likewise.
22770         * mail/rmail.el: Likewise.
22772 2005-08-14  Juri Linkov  <juri@jurta.org>
22774         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22775         Remove highlighting of "Compilation started".  Highlight only
22776         the word "finished" in "Compilation finished".  Add highlighting
22777         of "interrupt", "killed", "terminated" and the exit code.
22778         (compilation-start): Add newline after header.  Use exactly the
22779         same time stamp format as the finishing message.
22780         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22782         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22783         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22784         Add highlighting of "interrupt", "killed", "terminated".
22786         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22787         enabled and the current command is self-insert-command, call it
22788         explicitly with overwrite-mode bound to nil, to not allow it
22789         to delete the character after the selected region.
22791 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
22793         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22794         move-end-of-line, end-of-line, and beginning-of-line to the list
22795         of commands after which the echo area is updated.
22797 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
22799         * cus-edit.el (custom-save-all, custom-save-delete):
22800         Bind recentf-exclude to exclude custom-file.
22802 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
22804         * mail/rmailsum.el (rmail-summary-end-of-message): New command
22805         to go to the bottom of the mail message.  Added to
22806         `rmail-summary-mode-map' with key "/".
22807         (rmail-summary-show-message): New (internal) function for use by
22808         both `rmail-summary-beginning/end-of-message'.
22809         (rmail-summary-beginning-of-message): Change to use
22810         rmail-summary-show-message.
22812         * mail/rmail.el (rmail-end-of-message): New command to go to the
22813         end of the current message.  Added to `rmail-mode-map' with key "/".
22814         (rmail-beginning-of-message): Fix to work as documented.
22815         (rmail-mode): Change documentation.
22817         * progmodes/compile.el (compilation-start): Add the line
22818         "Compilation started" with compilation start time.
22819         (compilation-mode-font-lock-keywords): Add `started' to keywords.
22821 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
22823         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22824         of menu items.
22826 2005-08-11  Richard M. Stallman  <rms@gnu.org>
22828         * simple.el (pop-global-mark): Reverse test of widen-automatically.
22830         * battery.el (battery-status-function): Don't use ignore-errors.
22832 2005-08-11  Lute Kamstra  <lute@gnu.org>
22834         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22835         define-obsolete-variable-alias.
22837 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22839         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22840         (ange-ftp-send-cmd): Revert last change, and expand
22841         the comment explaining the problem.
22843 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
22845         * ldefs-boot.el: Update.
22847         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22848         item to "Time, Load and Mail".  Change help echo text.
22850         * time.el (display-time-use-mail-icon, display-time-format)
22851         (display-time-string-forms): Shorten first line of docstrings.
22853 2005-08-10  Lars Hansen  <larsh@soem.dk>
22855         * desktop.el (desktop-buffer-mode-handlers):
22856         Make non-customizable.  Add autoload cookie.  Change initial value to
22857         nil; add elements in respective modules instead.  Fix doc string.
22858         (desktop-load-file): New function.
22859         (desktop-minor-mode-handlers): New autoloaded variable.
22860         (desktop-create-buffer): Call minor mode handlers.
22861         Use desktop-load-file to load major and minor mode modules prior to
22862         checking for a handler.
22863         (desktop-save): Don't add nil to desktop-minor-modes for minor
22864         modes with nil function in desktop-minor-mode-table.  Don't delete
22865         desktop file before rewriting it.
22866         (desktop-locals-to-save): Add autoload cookie.  Don't make
22867         automatically buffer-local.  Add variables column-number-mode,
22868         size-indication-mode, indent-tabs-mode,
22869         indicate-buffer-boundaries, indicate-empty-lines and
22870         show-trailing-whitespace.
22871         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22872         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
22873         (desktop-clear-preserve-buffers-regexp): Delete.
22874         (desktop-clear-preserve-buffers): Update initial value and docstring.
22875         (desktop-save-buffer): Fix doc string.
22877         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22878         (hilit-chg-desktop-restore): New function.
22879         (highlight-changes-mode): Add highlight-changes-mode to
22880         desktop-locals-to-save.
22882         * dired.el: Add handler to desktop-buffer-mode-handlers.
22883         (dired-restore-desktop-buffer): Remove autoload cookie.
22884         (dired-mode): Add autoload cookie.
22886         * info.el: Add handler to desktop-buffer-mode-handlers.
22887         (Info-restore-desktop-buffer): Remove autoload cookie.
22888         (Info-mode): Add autoload cookie.
22890         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22891         (mh-restore-desktop-buffer): Remove autoload cookie.
22892         (mh-folder-mode): Add autoload cookie.
22894         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22895         (rmail-restore-desktop-buffer): Remove autoload cookie.
22897 2005-08-11  Masatake YAMATO  <jet@gyve.org>
22899         * hexl.el (hexl-address-region):
22900         (hexl-ascii-region, hexl-font-lock-keywords):
22901         (hexl-highlight-line-range): Use the term "region"
22902         instead of "area" for consistency with the other symbols
22903         defined in hexl.el.
22905 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
22907         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22908         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22909         out by Juri Linkov).  Add `display-battery-mode'.
22911 2005-08-09  Juri Linkov  <juri@jurta.org>
22913         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22914         Remove `-text' from face variable names.
22915         (compilation-error-file-name, compilation-warning-file-name)
22916         (compilation-info-file-name): Delete faces.
22917         (compilation-line-number, compilation-column-number):
22918         Remove face underlining.
22919         (compilation-message-face): Set to `underline' value by default.
22920         (compilation-error-face, compilation-warning-face)
22921         (compilation-info-face): Remove `-file-name' from face names.
22922         (compilation-error-text-face, compilation-warning-text-face)
22923         (compilation-info-text-face): Delete face variables.
22924         (compilation-text-face): Delete function.
22926         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22927         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22928         (grep-error-face): Set to `compilation-error' instead of
22929         `compilation-error-face' (which is redefined to `grep-hit-face' in
22930         grep buffers).
22931         (grep-mode-font-lock-keywords): Remove `-text' from face variable
22932         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
22934         * dired-aux.el (dired-do-query-replace-regexp):
22935         Use `query-replace-read-args'.
22937         * replace.el (query-replace-read-from, query-replace-read-to)
22938         (query-replace-read-args): Rename arg `string' to `prompt'.
22940         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22942 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
22944         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22945         uploading files.
22946         (ange-ftp-canonize-filename): Handle file names beginning with ~
22947         correctly.
22949 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
22951         * textmodes/fill.el (canonically-space-region)
22952         (fill-context-prefix, fill-french-nobreak-p)
22953         (fill-delete-newlines, fill-comment-paragraph)
22954         (justify-current-line): "?\ " -> "?\s".
22956 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
22958         * textmodes/fill.el (fill-nonuniform-paragraphs):
22959         Improve argument/docstring consistency.
22961 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22963         * textmodes/ispell.el (ispell-word): More fboundp checks.
22965         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22966         (find-file-noselect-1): Call it here, only if RAWFILE.
22967         (normal-mode): Always set some major mode.
22968         (save-some-buffers-action-alist): Change some explanation strings.
22969         (file-name-non-special): In the `quote' method, use unwind-protect.
22971 2005-08-09  Magnus Henoch  <mange@freemail.hu>
22973         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22974         (ispell-have-aspell-dictionaries): New variable.
22975         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22976         (ispell-get-aspell-config-value): New function.
22977         (ispell-aspell-find-dictionary): New function.
22978         (ispell-aspell-add-aliases): New function.
22979         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22980         appropriate.  Don't look for ispell dictionaries if we use aspell.
22981         (ispell-menu-map): Don't build a submenu of dictionaries.
22983 2005-08-09  Richard M. Stallman  <rms@gnu.org>
22985         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22986         (sql-read-passwd): Use read-passwd.
22988         * progmodes/idlw-toolbar.el (idlwave-toolbar)
22989         (idlwave-toolbar-is-possible): Add defvars.
22991         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22992         Avoid warnings.
22994         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22995         (idlwave-system-class-info, idlwave-executive-commands-alist):
22996         Use defvar.
22998         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23000         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23001         Avoid warnings.
23003         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23004         and content-type: headers.
23006         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23008         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23009         and rename some of them to be more self-explanatory.
23011         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23013         * startup.el (command-line-1): Implement -scriptload.
23015         * replace.el (occur-engine): Initial *Occur* output not undoable.
23017         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23018         and improve help strings.
23020         * isearch.el (isearch-repeat): When changing direction,
23021         mark search successful.
23023         * ediff-init.el: Use (featurep 'xemacs).
23025         * comint.el (send-invisible): Identify buffer, if not selected.
23027         * align.el: Delete autoload for c-guess-basic-syntax.
23029 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23031         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23032         Improve argument/docstring consistency.  Doc fixes.
23033         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23034         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23035         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23036         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23037         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23038         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23039         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23040         Defvar at compile time.
23042 2005-08-09  Juri Linkov  <juri@jurta.org>
23044         * info.el: Replace `info' with upper-case `Info' where appropriate.
23045         (info-title-1, info-title-2, info-title-3, info-title-4)
23046         (info-menu-header): Move up face definitions.
23047         (info-menu-star): Rename from `info-menu-5'.
23048         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23049         (Info-fontify-visited-nodes): Fix docstring.
23050         (Info-hide-note-references): Fix docstring.
23051         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23052         menu items in the same way as on cross-references.
23053         (info-apropos): Fix sorting order and formatting to be like in the
23054         stand-alone Info browser.  Display error messages for 1 sec.
23055         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23056         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23057         from the menu bar.
23058         (Info-insert-dir): Restore point after calling
23059         `insert-buffer-substring'.
23061 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23063         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23064         (recompute-lucid-menubar): Add defvars.
23066         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23068         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23070         * net/net-utils.el (run-dig): Rename from `dig'.
23072         * play/gametree.el (gametree-mode): Use make-local-variable,
23073         not make-variable-buffer-local.
23075         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23077         * ansi-color.el (ansi-color-make-extent)
23078         (ansi-color-set-extent-face): Use fboundp, not functionp.
23080         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23081         not make-variable-buffer-local.
23083         * bookmark.el (Info-current-file): Add defvar.
23084         (bookmark-jump-noselect): Use with-no-warnings.
23086         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23088         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23090         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23092         * find-file.el (ada-procedure-start-regexp)
23093         (ada-package-start-regexp): Add defvars.
23095         * info.el (Info-insert-dir): Use insert-buffer-substring.
23097         * xml.el (xml-att-def-re): Add defvar.
23099         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23100         calling convention.
23102         * subr.el (while-no-input): Return t if there is input.
23104 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23106         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23108 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23110         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23111         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23113 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23115         * cmuscheme.el (scheme-start-file): Replace reference to
23116         `user-emacs-directory' by "~/.emacs.d/".
23118 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23120         * info.el (Info-dir-remove-duplicates): Avoid case folding
23121         in loop; instead, keep downcased strings for comparison.
23122         Suggested by Helmut Eller.
23124 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23126         Sync with Tramp 2.0.50.
23128         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23129         XEmacs case; not necessary anymore.
23130         (tramp-user-regexp): Allow "@" as part of user name.
23131         (tramp-handle-set-visited-file-modtime)
23132         (tramp-handle-insert-file-contents)
23133         (tramp-handle-write-region): No special handling for
23134         `last-coding-system-used, because this is done in
23135         `tramp-accept-process-output' now.
23136         (tramp-accept-process-output): New defun.
23137         (tramp-process-one-action, tramp-process-one-multi-action)
23138         (tramp-wait-for-regexp, tramp-wait-for-output)
23139         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23140         Howells <dhowells@redhat.com>.
23141         (clear-visited-file-modtime): Defadvice removed.  The check for
23142         unset buffer's modtime does not need to be based on
23143         `tramp-buffer-file-attributes'.  Suggested by RMS.
23144         (tramp-message): Insert "\n" if not being at beginning of line.
23145         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23146         sequence with same logic.
23147         (tramp-completion-handle-expand-file-name): Discard call of
23148         `tramp-drop-volume-letter'.  It is not necessary, and there have
23149         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23150         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23151         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23152         should always be visible.
23153         (tramp-handle-insert-directory, tramp-setup-complete)
23154         (tramp-set-process-query-on-exit-flag)
23155         (tramp-append-tramp-buffers): Pacify byte-compiler.
23156         (tramp-bug): Delete non-existing variables from list.
23157         Apply `tramp-load-report-modules' as pre-hook.
23158         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23159         `shell-prompt-pattern' because of non-7bit characters.
23160         Reported by Sebastian Luque <sluque@mun.ca>.
23161         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23162         (tramp-match-string-list): Remove function.
23163         (tramp-wait-for-regexp): Remove call of that function.
23164         Suggested by Kim F. Storm <storm@cua.dk>.
23165         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23166         instead of octal character code ?\600.  The latter resulted in a
23167         syntax error with XEmacs.
23169         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23170         XEmacs case; not necessary anymore.
23171         (tramp-smb-handle-write-region): No special handling for
23172         `last-coding-system-used, because this is done in
23173         `tramp-accept-process-output' now.
23174         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23176 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23178         * wid-edit.el (widget-choice-value-create):
23179         Unconditionally respect user choice.  Set :explicit-choice back to nil
23180         when no longer needed.
23181         (widget-choice-action): Unconditionally respect user choice.
23182         Eliminate :explicit-choice-value.
23184         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23186         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23187         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23188         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23189         running new function `toggle-indicate-empty-lines'.
23190         Rename "Customize" item to "Customize fringe".
23191         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23192         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23193         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23194         Delete "Empty lines only" item.
23195         (menu-bar-showhide-fringe-ind-customize): New function.
23196         (menu-bar-showhide-fringe-ind-mixed)
23197         (menu-bar-showhide-fringe-ind-box)
23198         (menu-bar-showhide-fringe-ind-right)
23199         (menu-bar-showhide-fringe-ind-left)
23200         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23201         instead of `fringe-indicators'.
23203 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23205         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23206         Change the date of last update.
23208 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23210         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23211         (viper-exec-yank, viper-put-back): Don't display modification msg
23212         if in the minibuffer.
23214         * viper-init.el (viper-replace-overlay-cursor-color)
23215         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23216         Make variables frame local.
23218         * viper-util.el (viper-append-filter-alist): Use append instead of
23219         nconc.
23221         * viper.el (viper-vi-state-mode-list)
23222         (viper-emacs-state-mode-list): Move help-mode and
23223         completion-list-mode from the first list to the second.
23224         (viper-mode): Docstring.
23225         (viper-go-away, viper-non-hook-settings): Don't localize
23226         minor-mode-alist in newer Emacsen.  Add advice to
23227         set-cursor-color.  Don't bind "\C-c\\".
23229 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23231         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23232         (scheme-macro-expand-command): New user options.
23233         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23234         (scheme-form-at-point, scheme-start-file)
23235         (scheme-interactively-start-process): New functions.
23236         (scheme-get-process): New function, extracted from `scheme-proc'.
23237         (run-scheme): Call `scheme-start-file' to get start file, and pass
23238         it to `make-comint'.
23239         (switch-to-scheme, scheme-proc):
23240         Call `scheme-interactively-start-process' if no Scheme buffer/process
23241         is available.
23243 2005-08-06  Juri Linkov  <juri@jurta.org>
23245         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23246         Use `compilation-text-face', `compilation-info-text-face' and
23247         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23248         (compilation-error): New face.
23249         (compilation-error-file-name): Inherit from
23250         `compilation-error' instead of `font-lock-warning-face'.
23251         (compilation-warning-file-name): Inherit from
23252         `compilation-warning' instead of `font-lock-warning-face'.
23253         (compilation-info, compilation-error-file-name)
23254         (compilation-warning-file-name, compilation-info-file-name)
23255         (compilation-line-number, compilation-column-number): Doc fix.
23256         (compilation-error-text-face, compilation-warning-text-face)
23257         (compilation-info-text-face): New face variables.
23258         (compilation-line-face, compilation-column-face)
23259         (compilation-enter-directory-face)
23260         (compilation-leave-directory-face): Doc fix.
23261         (compilation-text-face): New function.
23263         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23264         instead of 1 to display binary file names as info file links.
23265         (grep-error-face): Use `compilation-error-face' instead of
23266         `font-lock-keyword-face'.
23267         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23268         and `compilation-warning-text-face' instead of
23269         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23270         instead of `grep-error-face'.
23272 2005-08-05  Kenichi Handa  <handa@m17n.org>
23274         * international/code-pages.el: Add autoload cookies for all coding
23275         systems.
23277 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23279         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23281 2005-08-04  Juri Linkov  <juri@jurta.org>
23283         * progmodes/compile.el (compilation-mode-map):
23284         * progmodes/grep.el (grep-mode-map):
23285         Bind TAB to `compilation-next-error' and [backtab] to
23286         `compilation-previous-error'.
23288         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23289         matching line numbers, column numbers and their ranges with regexp
23290         matching only line numbers.
23291         (grep-context-face): New face variable.
23292         (grep-mode-font-lock-keywords): Use it.
23294         * faces.el (read-face-name): Delete duplicate faces.
23296 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23298         * thumbs.el (thumbs-find-image): Don't make variables
23299         automatically buffer local.
23300         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23301         (thumbs-image-num): Make automatically buffer local.
23302         (thumbs-show-thumbs-list): Use `make-local-variable', not
23303         `make-variable-buffer-local'.
23304         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23306         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23307         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23308         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23309         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23310         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23311         (feelings-about, foullst, found, hello, history, howareyoulst)
23312         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23313         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23314         (neglst, obj, object, owner, please, problems, qlist)
23315         (random-adjective, relation, remlst, repetitive-shortness)
23316         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23317         (shortlst, something, sportslst, stallmanlst, states, subj)
23318         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23319         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23320         Defvar at compile time.
23322         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23323         not `make-variable-buffer-local'.
23325 2005-08-02  Kim F. Storm  <storm@cua.dk>
23327         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23328         rectangle overlay in selected window.
23330 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23332         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23333         instead of display group.  Make `indicate-buffer-boundaries'
23334         customizable through Custom.
23336 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23338         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23339         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23340         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23341         (gdb-put-string): Fix typos in docstrings.
23343 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23345         Update copyright notices of files in progmodes directory for
23346         release of Emacs 22.1.
23348         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23350         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23351         Don't barf if the GUD buffer has been killed.
23353 2005-08-01  Kim F. Storm  <storm@cua.dk>
23355         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23357 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23359         * simple.el (next-error-follow-minor-mode):
23360         make-variable-buffer-local -> make-local-variable.
23362         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23364         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23365         (byte-compile-form-make-variable-buffer-local): New functions to warn
23366         about misuses of make-variable-buffer-local where make-local-variable
23367         was meant.
23369 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23371         * bs.el (bs-attributes-list): Doc fix.
23372         (bs): Update url-link.
23374         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23375         (desktop-load-default): Simplify.
23377         * ibuffer.el (ibuffer-columnize-and-insert-list)
23378         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23379         (ibuffer-unmark-all, ibuffer-toggle-marks)
23380         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23381         (ibuffer-compile-make-format-form, ibuffer-format-column)
23382         (ibuffer-current-buffers-with-marks)
23383         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23384         (ibuffer): Doc fix.
23385         (ibuffer-mode): Fix typo in docstring.
23386         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23387         with `define-obsolete-variable-alias'.
23388         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23390 2005-07-29  Kenichi Handa  <handa@m17n.org>
23392         * international/mule-cmds.el (select-message-coding-system):
23393         Be sure to use LF for end-of-line.  If no coding system is decided,
23394         return iso-8859-1-unix.
23396 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23398         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23399         (ange-ftp-pending-error-line): New vars.
23400         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23401         to handle the non-fatal no-route-to-host messages.
23402         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23404 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23406         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23407         (isearch-quote-char, isearch-printing-char)
23408         (isearch-text-char-description): "?\ " -> "?\s".
23409         (isearch-lazy-highlight-cleanup)
23410         (isearch-lazy-highlight-initial-delay)
23411         (isearch-lazy-highlight-interval)
23412         (isearch-lazy-highlight-max-at-a-time)
23413         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23414         Declare with define-obsolete-*-alias macros.
23415         (isearch-forward): Fix typo in docstring.
23416         (search-invisible, search-ring-yank-pointer)
23417         (regexp-search-ring-yank-pointer): Doc fixes.
23419         * recentf.el (recentf-menu-append-commands-p): Declare with
23420         `define-obsolete-variable-alias'.
23421         (recentf-max-saved-items, recentf-menu-filter)
23422         (recentf-arrange-by-rule-subfilter): Doc fixes.
23423         (recentf-menu-append-commands-flag)
23424         (recentf-initialize-file-name-history, recentf-expand-file-name)
23425         (recentf-clear-data): Fix typos in docstrings.
23427 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23429         * progmodes/gdb-ui.el: Smarten comments.
23430         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23432 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23434         * term/apollo.el (terminal-init-apollo): New function containing
23435         all former top level forms in the file.
23436         * term/bobcat.el (terminal-init-bobcat):
23437         * term/cygwin.el (terminal-init-cygwin):
23438         * term/iris-ansi.el (terminal-init-iris-ansi):
23439         * term/linux.el (terminal-init-linux):
23440         * term/news.el (terminal-init-news):
23441         * term/rxvt.el (terminal-init-rxvt):
23442         * term/sun.el (terminal-init-sun):
23443         * term/tvi970.el (terminal-init-tvi970):
23444         * term/vt100.el (terminal-init-vt100):
23445         * term/vt102.el (terminal-init-vt102):
23446         * term/vt125.el (terminal-init-vt125):
23447         * term/vt200.el (terminal-init-vt200):
23448         * term/vt201.el (terminal-init-vt201):
23449         * term/vt220.el (terminal-init-vt220):
23450         * term/vt240.el (terminal-init-vt240):
23451         * term/vt300.el (terminal-init-vt300):
23452         * term/vt320.el (terminal-init-vt320):
23453         * term/vt400.el (terminal-init-vt400):
23454         * term/vt420.el (terminal-init-vt420):
23455         * term/wyse50.el (terminal-init-wyse50):
23456         * term/xterm.el (terminal-init-xterm): Likewise.
23458         * term/README: Describe the terminal-init-* functionality.
23460         * startup.el (command-line): After loading the terminal initialization
23461         file call the corresponding terminal initialization function.
23463 2005-07-27  Kenichi Handa  <handa@m17n.org>
23465         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23466         negative.
23468         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23469         (ps-mule-composition-prologue): Fix for the case that
23470         RelativeCompose is false.
23472 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23474         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23476         * descr-text.el (describe-char): Handle the case where the list of
23477         chars is displayed in a separate frame.
23478         Be a bit more discriminating when looking for the char.
23480 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23482         * bookmark.el (bookmark-automatically-show-annotations)
23483         (bookmark-read-annotation-text-func): Doc fixes.
23484         (bookmark-save): Improve argument/docstring consistency.
23485         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23486         (bookmark-alist-from-buffer)
23487         (bookmark-upgrade-file-format-from-0)
23488         (bookmark-grok-file-format-version)
23489         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23490         (bookmark-read-annotation-mode)
23491         (bookmark-insert-current-bookmark, bookmark-jump)
23492         (bookmark-exit-hook): Fix typos in docstrings.
23493         (bookmark-exit-hooks): Define as obsolete alias.
23494         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23495         not `bookmark-exit-hooks'.  Fix docstring.
23496         (bookmark-bmenu-select): "?\ " -> "?\s".
23498 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23500         * startup.el (command-line): Fix typo.
23502 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23504         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23505         not emacs-quick-startup.
23507 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23509         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23510         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23511         instead of `reb-with-current-window'.
23512         (reb-prev-match): Likewise.  Also, don't move left if the search
23513         was unsuccessful.
23514         (reb-initialize-buffer): New function.
23515         (re-builder, reb-change-syntax): Use it.
23517         * man.el (Man-goto-page): Make second argument NOERROR optional.
23519 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23521         * man.el (Man-bgproc-sentinel): Check here for failure to find
23522         any man page in the output, and report the error here.
23523         (Man-arguments): Make it permanent local.
23524         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23525         (Man-mode): Pass t for NOERROR.
23527         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23528         (grep-mode-font-lock-keywords):
23529         Don't use compilation-...-face for messages that are not file names.
23531         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23532         Don't use compilation-...-face for messages that are not file names.
23534 2005-07-22  Juri Linkov  <juri@jurta.org>
23536         * startup.el (normal-splash-screen): Update menu name.
23538         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23540 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23542         * term/xterm.el: Load term/rxvt if the terminal is actually an
23543         rxvt terminal.
23544         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23546         * term/rxvt.el (function-key-map): Use substitute-key-definition
23547         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23549         * term/cygwin.el: New file.
23551 2005-07-22  Kim F. Storm  <storm@cua.dk>
23553         * image-file.el (insert-image-file, image-file-yank-handler):
23554         Fix last change to maintain a (unique) yank-handler on yanked images.
23556 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23558         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23559         of the file size (as in "177B" for 177 bytes).  This happens with
23560         "ls -lh" on FreeBSD.
23562 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23564         * hilit-chg.el (highlight-changes-global-initial-state)
23565         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23566         (hilit-chg-fixup, highlight-changes-mode):
23567         Fix typos in docstrings.
23568         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23569         Doc fixes.
23571 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23573         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23574         mode function using `eval-after-load'.
23576 2005-07-21  Kim F. Storm  <storm@cua.dk>
23578         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23579         included when reporting an Emacs crash, and tell about the DEBUG file.
23581         * image-file.el (insert-image-file): Add yank-handler.
23582         (image-file-yank-handler): Yank handler to make unique copies of
23583         images when they are yanked into a buffer next to each other.
23585 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23587         * comint.el (comint-use-prompt-regexp, comint-send-input)
23588         (comint-source-default, comint-extract-string)
23589         (comint-get-source, comint-word, comint-completion)
23590         (comint-source, comint-prompt-read-only, comint-update-fence):
23591         Fix typos in docstrings.
23592         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23593         Declare with define-obsolete-*-alias macros.
23594         (comint-previous-matching-input-from-input)
23595         (comint-next-matching-input-from-input)
23596         (comint-previous-matching-input, comint-next-matching-input)
23597         (comint-forward-matching-input):
23598         Improve argument/docstring consistency.
23600         * desktop.el (desktop-clear-preserve-buffers-regexp):
23601         Also preserve the *server* buffer.
23603         * simple.el (clone-indirect-buffer): Doc fix.
23604         (fixup-whitespace, just-one-space)
23605         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23606         (next-error, next-error-highlight)
23607         (next-error-highlight-no-select, next-error-last-buffer)
23608         (next-error-buffer-p, next-error-find-buffer, next-error)
23609         (previous-error, next-error-no-select, previous-error-no-select)
23610         (open-line, split-line, minibuffer-prompt-width, kill-new)
23611         (binary-overwrite-mode): Fix typos in docstrings.
23612         (set-fill-column): Fix typo in message.
23614         * skeleton.el (skeleton-proxy-new): Doc fix.
23616         * strokes.el (strokes-load-hook): Doc fix.
23617         (strokes-grid-resolution, strokes-get-grid-position)
23618         (strokes-renormalize-to-grid, strokes-read-stroke)
23619         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23620         (strokes-global-map): Fix typos in docstrings.
23621         (strokes-help): Doc fix.  Fix help message and pass it through
23622         `substitute-command-keys'.
23624         * tempo.el (tempo-insert-prompt, tempo-interactive)
23625         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23626         (tempo-insert-string-functions, tempo-local-tags)
23627         (tempo-define-template, tempo-insert-template)
23628         (tempo-insert-prompt-compat, tempo-is-user-element)
23629         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23630         Fix typos in docstrings.
23632         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23633         (vcursor-key-bindings, vcursor-use-vcursor-map)
23634         (vcursor-find-window, vcursor-scroll-down)
23635         (vcursor-disable, vcursor-beginning-of-buffer)
23636         (vcursor-end-of-buffer): Fix typos in docstrings.
23637         (vcursor-relative-move, vcursor-get-char-count):
23638         Improve argument/docstring consistency.
23640         * version.el: "?\ " -> "?\s".
23642         * wid-edit.el (widget-default-create, widget-after-change)
23643         (widget-default-format-handler, widget-checklist-add-item)
23644         (widget-radio-add-item, widget-choose, widget-specify-secret)
23645         (widget-field-value-create, widget-field-value-get)
23646         (widget-editable-list-format-handler)
23647         (widget-editable-list-entry-create, widget-group-value-create)
23648         (widget-documentation-link-add)
23649         (widget-documentation-string-value-create): "?\ " -> "?\s".
23650         (widget-convert-text): Doc fix.
23651         (widget-narrow-to-field, widget-field-find)
23652         (widget-url-link-action, widget-emacs-library-link-action)
23653         (widget-color-notify): Fix typos in docstrings.
23655         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23656         (x-select-text, set-w32-system-coding-system)
23657         (w32-add-charset-info): Fix typos in docstrings.
23659         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23660         (cua-enable-cua-keys, cua-use-hyper-key)
23661         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23662         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23664         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23666         * emacs-lisp/re-builder.el (regexp-builder): Declare with
23667         `defalias' instead of faking it.
23669         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23670         (eshell-ls-missing, eshell-ls-dired-initial-args)
23671         (eshell-ls-use-in-dired): Fix typos in docstrings.
23673 2005-07-20  Kim F. Storm  <storm@cua.dk>
23675         * emulation/cua-base.el (cua-mode): Improve doc string.
23677 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
23679         * abbrev.el (expand-region-abbrevs): Doc fix.
23680         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23681         Improve argument/docstring consistency.
23683         * arc-mode.el (archive-get-descr, archive-alternate-display):
23684         Doc fixes.
23685         (archive-l-e): Improve argument/docstring consistency.
23686         (archive-tmpdir, archive-unixdate, archive-unixtime)
23687         (archive-chmod-entry): Fix typos in docstrings.
23688         (archive-unflag, archive-unflag-backwards)
23689         (archive-unmark-all-files): "?\ " -> "?\s".
23691         * buff-menu.el (Buffer-menu-unmark): Doc fix.
23692         (Buffer-menu-not-modified, Buffer-menu-execute)
23693         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23694         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23696         * composite.el (compose-string, encode-composition-rule)
23697         (compose-last-chars): Fix typos in docstrings.
23699         * desktop.el (desktop-enable, desktop-basefilename):
23700         Declare with `define-obsolete-variable-alias'.
23701         (desktop-internal-v2s): Don't quote keywords.
23702         (desktop-clear): "?\ " -> "?\s".
23704         * dired.el (dired-align-file, dired-flag-backup-files)
23705         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23706         (dired-listing-switches, dired-ls-F-marks-symlinks)
23707         (dired-dwim-target, dired-load-hook, dired-mode-hook)
23708         (dired-directory, dired-faces, dired, dired-revert)
23709         (dired-mode, dired-summary, dired-view-file)
23710         (dired-copy-filename-as-kill, dired-delete-file)
23711         (dired-no-confirm, dired-unmark-all-marks)
23712         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23713         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23714         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23715         Fix typos in message strings.
23717         * dired-x.el (virtual-dired): Declare with `defalias'.
23718         (dired-mark-unmarked-files, dired-local-variables-file)
23719         (dired-omit-here-always): Doc fix.
23720         (dired-omit-mode, dired-find-subdir)
23721         (dired-enable-local-variables, dired-clean-up-buffers-too)
23722         (dired-extra-startup, dired-mark-extension, dired-jump)
23723         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23724         (dired-smart-shell-command, dired-guess-shell-alist-user)
23725         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23726         (dired-x-bind-find-file, dired-x-submit-report):
23727         Fix typos in docstrings.
23728         (dired-mark-unmarked-files): "?\ " -> "?\s".
23730         * dirtrack.el (dirtrack-list): Fix typos in docstring.
23732         * faces.el (describe-face): "?\ " -> "?\s".
23733         (read-all-face-attributes, read-face-font, modify-face)
23734         (face-attr-construct, italic): Fix typos in docstrings.
23735         (frame-update-face-colors): Declare with
23736         `define-obsolete-function-alias'.
23738         * files.el (find-file-noselect, recode-file-name): Doc fixes.
23739         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23740         (magic-mode-alist, buffer-file-numbers-unique)
23741         (write-file-functions, get-free-disk-space):
23742         Fix typos in docstrings.
23743         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23744         (write-contents-hooks, write-file-hooks):
23745         Declare with `define-obsolete-variable-alias'.
23747         * forms-d2.el (arch-rj): Fix typo in docstrings.
23748         (arch-tocol): Likewise.  "?\ " -> "?\s".
23750         * frame.el (set-frame-font, cursor-in-non-selected-windows):
23751         Fix typo in docstring.
23752         (set-screen-width, set-screen-height): Delete redundant info in
23753         doctrings.
23754         (new-frame, screen-height, screen-width): Declare with
23755         `define-obsolete-function-alias'.
23756         (delete-frame-hook, blink-cursor): Declare with
23757         `define-obsolete-variable-alias'.
23759         * paths.el (prune-directory-list): Fix typos in docstring.
23761         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23762         (cvs-prefix-get): Fix typos in docstrings.
23764         * ps-print.el (ps-extend-face-list, ps-extend-face)
23765         (ps-print-background-image): Fix typos in docstrings.
23766         (ps-default-fg, ps-default-bg): Doc fixes.
23768         * s-region.el (s-region-bind): Doc fix.
23769         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23771         * textmodes/org.el (org-table-formula-substitute-names)
23772         (org-table-get-vertical-vector): Doc fixes.
23773         (org-table-recalculate): Remove unused argument to `message'.
23775 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
23777         * textmodes/org.el (org-table-column-names)
23778         (org-table-column-name-regexp)
23779         (org-table-named-field-locations): New variables.
23780         (org-archive-subtree): Protect `this-command' when calling
23781         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23782         the kill buffer.
23783         (org-complete): Remove fixed-formula completion.
23784         (org-edit-formulas-map): New variable.
23785         (org-table-edit-formulas): New command.
23786         (org-finish-edit-formulas, org-abort-edit-formulas)
23787         (org-show-variable, org-table-get-vertical-vector): New functions.
23788         (org-table-maybe-eval-formula): Handle `:=' fields.
23789         (org-table-get-stored-formulas, org-table-store-formulas)
23790         (org-table-get-formula, org-table-modify-formulas)
23791         (org-table-replace-in-formulas): Handle named field formulas.
23792         (org-table-get-specials): Store locations of named fields.
23794 2005-07-19  Juri Linkov  <juri@jurta.org>
23796         * progmodes/grep.el (grep-regexp-alist)
23797         (grep-mode-font-lock-keywords, grep-process-setup):
23798         Use default GNU grep match color "01;31m" instead of "01;41m".
23799         (grep-regexp-alist, grep-mode-font-lock-keywords):
23800         Use `\\[[0-9]*m' instead of `\\[00m'.
23801         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23802         sgr_start where its handling is more important.  Use the real
23803         length of sgr_start instead of constant 8.
23804         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23805         specially.  Delete all remaining escape sequences.
23806         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23807         (grep-regexp-alist): Make hyperlink only for binary file name
23808         instead of the whole line.
23809         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23810         (grep-mode): Add autoload.
23812         * emacs-lisp/find-func.el (find-function-regexp):
23813         Add `define-compilation-mode'.
23815 2005-07-19  Juri Linkov  <juri@jurta.org>
23817         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23818         (compare-windows-sync-string-size, compare-windows-recenter)
23819         (compare-windows-highlight, compare-windows): Add version 22.1.
23820         (compare-windows) <defface>: Inherit from lazy-highlight instead
23821         of duplicating its default value.
23823         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23824         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23826         * descr-text.el (describe-char): Create link buttons for `charset'
23827         and `code point'.  Add the current input method name with a link
23828         button to `to input' field.  Print face names of display table
23829         characters in `The display table entry is displayed by' section
23830         instead of printing face-id in the `display' field.
23831         Guess hardcoded faces and create a link button for them.
23832         Skip empty fields when calculating max-width.
23833         Treat `widget-create' specially while inserting strings from the
23834         collected field list.
23835         (describe-char-after): Made obsolete in version 22.1, not 21.5.
23837         * diff-mode.el (diff-file-header): Change foreground color from
23838         yellow to green on light backgrounds.
23839         (diff-context): Inherit from `shadow' only for color/grayscale
23840         with more than 88 colors.
23841         (diff-indicator-removed, diff-indicator-added)
23842         (diff-indicator-changed): New faces.
23843         (diff-font-lock-keywords): Use new faces.  Regroup rules.
23844         Add "^---$" for `normal' diff format.  Fontify `#' lines with
23845         font-lock-comment-delimiter-face and font-lock-comment-face.
23846         Add `#' to ^[^...] in the rule for `diff-context-face'.
23848         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23849         a button-like box.  Inherit from `highlight' on low colors.
23850         (shadow): Use shades of gray only for color/grayscale with
23851         more than 88 colors.  Use green for light backgrounds with
23852         8 colors, and yellow for dark backgrounds with 8 colors.
23854         * font-lock.el (font-lock-regexp-grouping-backslash):
23855         Don't inherit from escape-glyph (use bold for all cases).
23857         * info.el (info-xref-visited): Use light foreground color `violet'
23858         for dark backgrounds instead of dark color `magenta3'.
23859         (info-title-1): Use `yellow' color for dark backgrounds.
23861         * isearch.el (isearch): Use not-too-dark magenta3 instead of
23862         too-light magenta2.
23864         * replace.el (match): Use slightly more light RoyalBlue3 instead
23865         of dark RoyalBlue4.
23867         * wid-edit.el (widget-inactive): Inherit from `shadow'.
23869 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
23871         * novice.el (disabled-command-hook): Declare it with
23872         `define-obsolete-variable-alias'.
23874         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23875         (desktop-buffer-misc-functions, desktop-buffer-handlers)
23876         (desktop-load-default): Add release to obsolescence info.
23877         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23878         (desktop-append-buffer-args, desktop-read):
23879         Fix typos in docstrings.
23880         (desktop-kill): Fix typo in message.
23881         (desktop-save): Doc fix.
23883 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23885         * viper-cmd.el (viper-escape-to-state): Bug fix.
23886         (viper-envelop-ESC-key): Change the definition of fast
23887         keysequence so it'll work with keyboard macros.
23889         * ediff.el (ediff-patch-buffer): Change the docstring.
23891 2005-07-19  Kenichi Handa  <handa@m17n.org>
23893         * international/mule-cmds.el (select-safe-coding-system): Try to
23894         use an auto-coding (if any) before anything else.  If the found
23895         auto-coding is invalid, show a warning message.
23897         * international/mule.el (find-auto-coding): New function created
23898         by modifying the body of set-auto-coding.
23899         (set-auto-coding): Use find-auto-coding to find a coding.
23901 2005-07-18  Richard M. Stallman  <rms@gnu.org>
23903         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23904         not isearch-mode-end-hook-error.
23905         (allout-before-change-protect): Fix error message.
23907 2005-07-18  Juri Linkov  <juri@jurta.org>
23909         * allout.el (allout-mode):
23910         * calculator.el (calculator-copy):
23911         * custom.el (custom-known-themes):
23912         * dired.el (dired-desktop-buffer-misc-data)
23913         (dired-restore-desktop-buffer):
23914         * dired-x.el (dired-omit-marker-char):
23915         * files.el (basic-save-buffer):
23916         * font-core.el (font-lock-mode):
23917         * calendar/calendar.el (calendar-goto-hebrew-date)
23918         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23919         (calendar-goto-persian-date):
23920         * language/ethio-util.el (ethio-sera-to-fidel-region):
23921         * textmodes/picture.el (picture-mode):
23922         Delete duplicate duplicate words.
23924 2005-07-18  Juri Linkov  <juri@jurta.org>
23926         * isearch.el (isearch-mode-map): Remove key bindings for regexp
23927         chars * ? } |.
23928         (isearch-fallback): Don't call `isearch-process-search-char'.
23929         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23930         (isearch-process-search-char): Call `isearch-fallback' for regexp
23931         chars * ? } |.
23932         (isearch-return-char): Make obsolete with `make-obsolete' instead
23933         of simply documenting it as obsolete in the docstring.
23934         (isearch-fallback): Refill docstring.
23936         * international/isearch-x.el
23937         (isearch-process-search-multibyte-characters): Remove unneeded
23938         `concat'.  Add intermediate values to `junk-hist' instead of
23939         `minibuffer-history'.  Test the length of `str'.
23941 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
23943         * allout.el (allout-resolve-xref): Fix typos in error strings.
23944         (allout-before-change-protect): Remove unneeded `concat'.
23946         * array.el (array-mode, array-reconfigure-rows)
23947         (untabify-backward): Fix typos in docstrings.
23948         (array-reconfigure-rows): Use `insert-buffer-substring', not
23949         `insert-buffer'.
23951         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23952         * progmodes/ada-mode.el (ada-make-body):
23953         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23955         * dired.el (dired-log):
23956         * tar-mode.el (tar-subfile-save-buffer):
23957         * play/zone.el (zone-pgm-stress-destress):
23958         Use `insert-buffer-substring', not `insert-buffer'.
23960 2005-07-17  Simon Josefsson  <jas@extundo.com>
23962         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23964 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
23966         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23967         Add plain auth method.
23968         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23970 2005-07-17  Kim F. Storm  <storm@cua.dk>
23972         * ido.el (dired-other-window): Add ido property.
23974 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
23976         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23977         Fix typo in docstring.
23978         (byte-compile-interactive-only-functions): Add `insert-buffer' and
23979         `insert-file-literally'.
23981         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23982         info and delete redundant message.  Doc fix.
23983         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23984         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23986 2005-07-16  Richard M. Stallman  <rms@gnu.org>
23988         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23989         (byte-compile-and): Use byte-compile-and-recursion.
23990         (byte-compile-or-recursion): New function.
23991         (byte-compile-or): Use that.
23992         (byte-compile-if): Guard the else-clause too.
23993         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23995         * isearch.el (isearch-mode-end-hook-quit): New variable.
23996         (isearch-done): Bind it.
23997         (isearch-mode-end-hook): Doc fix.
23999         * allout.el (allout-isearch-did-quit): Variable deleted.
24000         (allout-real-isearch-abort): Function name no longer used.
24001         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24002         (allout-isearch-rectification): isearch-mode always exists.
24003         Don't set allout-isearch-did-quit.
24004         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24005         allout-isearch-did-quit.
24006         (allout-enwrap-isearch): Just add the hook.
24007         (allout-isearch-abort): Function deleted.
24008         (allout-pre-command-business): Avoid warning.
24010         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24011         Correctly avoid warnings.
24012         (pascal-outline): Likewise.
24014         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24016         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24018         * play/tetris.el (tetris-mode): Avoid warning.
24020         * play/snake.el (snake-mode): Avoid warning.
24022         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24023         (gamegrid-set-display-table): Avoid warning.
24024         (gamegrid-set-timer): Likewise.
24025         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24026         (gamegrid-add-score-with-update-game-score-1): Take FILE
24027         as argument.
24028         (gamegrid-add-score-with-update-game-score): Pass that argument.
24029         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24031         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24033         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24034         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24036         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24037         and insert-file.
24039         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24040         (sc-ask): Avoid warnings.
24042         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24043         (eshell-hist-initialize): Use that var the natural way.
24045         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24047         * emacs-lisp/re-builder.el (reb-cook-regexp):
24048         Avoid warning calling lre-compile-string.
24049         (reb-color-display-p): Avoid warning.
24051         * calculator.el (calculator-last-input): Guard uses
24052         of event-key and key-press-event-p.
24053         (event-key, key-press-event-p): Delete definitions.
24055         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24056         (find-gc-source-directory, find-gc-subrs-callers)
24057         (find-gc-noreturn-list, find-gc-source-files)
24058         (find-gc-subrs-called): Vars renamed and defvar'd.
24060         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24061         (checkdoc-overlay-put, checkdoc-delete-overlay)
24062         (checkdoc-overlay-start, checkdoc-overlay-end)
24063         (checkdoc-mode-line-update, checkdoc-char=):
24064         Define such that compiler knows they are defined.
24065         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24066         (checkdoc-read-event): Delete.  Use read-event directly.
24068         * whitespace.el (whitespace-make-overlay)
24069         (whitespace-overlay-put, whitespace-delete-overlay)
24070         (whitespace-overlay-start, whitespace-overlay-end):
24071         Define such that compiler knows they are defined.
24072         (whitespace): Move conditional inside.
24074         * tempo.el (tempo-insert-template): Suppress warning.
24076         * ediff-diff.el (longlines-mode): Add defvar.
24078 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24080         * server.el: Bind "C-x #" in a way that works even if C-x is
24081         redefined to a command key, not a prefix key.
24083 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24085         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24086         cl-make-type-test till execution time.
24088 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24090         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24091         arg ARG and use it.
24093 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24095         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24097 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24099         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24100         a defcustom with two :set or :type keywords.
24102 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24105         Don't give ^M comment-end syntax.
24107 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24109         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24110         Don't consider gdbmi (gdb-mi.el has its own update functions).
24111         (gdb-var-delete): Make it work for gdbmi as well.
24112         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24114         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24115         (gud-speedbar-menu-items): Correct logic for enabling items.
24117 2005-07-15  Kim F. Storm  <storm@cua.dk>
24119         * ido.el: Fix commentary.
24120         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24121         Use with-no-warnings around ffap-guesser.
24122         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24123         Let bind minibuffer-completing-file-name to t.
24125 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24127         * startup.el (site-run-file, keyboard-type): Doc fixes.
24128         (command-line): Check for "--basic-display" argument; also for
24129         "--quick", not "--bare-bones" (which was renamed).
24130         (fancy-splash-text): Add missing item "Getting New Versions".
24131         (normal-splash-screen): Fix typos and improve consistency with
24132         `fancy-splash-text'.  Update copyright year.
24134         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24135         valid binding for `help-char'.
24137         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24139 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24141         * term.el (term-mode): Disable cua-mode for term buffers.
24143 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24145         * add-log.el (add-log-mailing-address, change-log-merge):
24146         Doc fixes.
24147         (change-log-get-method-definition): Fix typo in docstring.
24149 2005-07-14  Kim F. Storm  <storm@cua.dk>
24151         * emulation/cua-base.el:
24152         (cua--pre-command-handler-1, cua--pre-command-handler)
24153         (cua--post-command-handler-1, cua--post-command-handler):
24154         Split in two.  Check (buffer local) value of cua-mode.
24155         (cua-selection-mode): New command.
24157 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24159         * custom.el (custom-initialize-safe-set)
24160         (custom-initialize-safe-default): Doc fixes.
24162         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24163         and simplify :init-value again.
24165         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24166         and simplify :init-value again.  Delete autoload.
24168         * startup.el (command-line): Use `custom-reevaluate-setting' again
24169         for tooltip-mode.
24171         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24172         a defcustom with two :initialize keywords.
24174 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24176         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24177         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24178         (allout-post-command-business, allout-flag-region)
24179         (isearch-reenable-font-lock, allout-yank)
24180         (allout-insert-latex-header, allout-insert-latex-trailer)
24181         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24182         (allout-latex-verb-quote): Fix typos in docstrings.
24183         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24184         (allout-unprotected, allout-prefix-data):
24185         Improve argument/docstring consistency.
24186         (allout-chart-subtree): Fix argument spec.
24187         (allout-open-topic): Rename `use_sib_bullet' argument to
24188         `use-sib-bullet'.  Doc fix.
24190         * whitespace.el (whitespace-check-buffer-leading)
24191         (whitespace-check-buffer-trailing)
24192         (whitespace-check-buffer-indent)
24193         (whitespace-check-buffer-spacetab)
24194         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24195         (whitespace-check-leading-whitespace)
24196         (whitespace-check-trailing-whitespace)
24197         (whitespace-check-spacetab-whitespace)
24198         (whitespace-check-indent-whitespace)
24199         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24200         (whitespace-modes): Fix typos in docstrings.
24201         (defgroup, defcustom): Doc fixes.
24203         * winner.el (winner-mode, winner-boring-buffers)
24204         (winner-pending-undo-ring): Doc fixes.
24205         (winner-ring): Remove unneeded `progn'.
24206         (winner-equal): `defsubst' it.
24207         (winner-redo): Fix message.
24209 2005-07-13  Kim F. Storm  <storm@cua.dk>
24211         * simple.el (line-move-1): Always use vertical-motion to
24212         do the last (or only) line move to ensure some movement.
24213         Undo 2005-06-23 change--don't check for overlays.
24215 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24217         * term/mac-win.el (ccl-encode-mac-roman-font)
24218         (ccl-encode-mac-centraleurroman-font)
24219         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24220         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24221         Change charset-id boundary of dimension to ?\xef.
24222         (mac-char-fontspec-list): New constant.
24223         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24224         argument.  Nil uses itself as family in font-spec.  Previous
24225         behavior for nil is now provided by non-nil non-string argument.
24226         All callers changed.  Add font-specs for Mac fonts to
24227         "fontset-default" unless iso8859-1 fonts are installed.
24229 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24231         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24232         a continuation line if the \ is preceded by SPC or TAB.
24233         (sh-get-indent-info): Simplify.
24234         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24235         Use with-current-buffer.
24237         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24238         when the matched text is empty.
24240 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24242         * startup.el (command-line): Revert to previous handling of
24243         tooltip-mode.  Explain in comment why the complexity is needed.
24245         * tooltip.el (tooltip-mode): Revert to previous implementation of
24246         its defcustom.
24248         * frame.el (blink-cursor-mode): Revert to previous implementation
24249         of its defcustom.  Update comment.
24251 2005-07-12  Lars Hansen  <larsh@soem.dk>
24253         * desktop.el: Update e-mail address.
24255 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24257         * term/mac-win.el (mac-services-mail-selection)
24258         (mac-services-mail-to): New functions.
24259         (mac-application-menu-map): Bind them.
24261 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24263         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24265 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24267         * custom.el (custom-reevaluate-setting): Doc fix.
24269 2005-07-11  Jay Belanger  <belanger@truman.edu>
24271         * calc/calc.el (calc-embedded-announce-formula-alist)
24272         (calc-embedded-open-close-plain-alist)
24273         (calc-embedded-open-close-mode-alist): Add checks for additional
24274         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24276 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24278         * custom.el (custom-enable-theme): Don't add theme to
24279         `custom-enabled-themes' with `push' because there is no
24280         setf-method for `delq'.
24282 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24284         * custom.el (custom-declare-variable): Doc fix.
24286         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24287         from the alists.
24289         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24290         Do nothing if edebug-active.
24292         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24293         (edebug-display): Do it here instead.
24295 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24297         * cus-face.el (custom-theme-set-faces): Make it work.
24298         (custom-reset-faces): Doc fix.
24299         (custom-theme-reset-internal-face, custom-theme-face-value):
24300         Functions deleted.
24302         * custom.el (custom-push-theme): Maintain list of the settings
24303         of a given theme in its theme-settings property.
24304         Maintain position of old settings in the theme-value
24305         or theme-face property.
24306         (custom-enabled-themes): New variable.
24307         (custom-theme-enabled-p): New function.
24308         (provide-theme): Update custom-enabled-themes.
24309         Disable and reenable the `user' theme.
24310         (require-theme): Doc fix.
24311         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24312         (custom-theme-value, custom-theme-variable-value): Likewise.
24313         (custom-theme-reset-internal): Likewise.
24314         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24315         (custom-enable-theme, custom-disable-theme): New functions.
24316         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24317         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24318         (custom-theme-reset-variables): Simplify.
24319         (deftheme, custom-declare-theme, custom-make-theme-feature):
24320         Definitions moved.
24322 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24324         * longlines.el (longlines-show-region)
24325         (longlines-unshow-hard-newlines): Recognize hard newlines by
24326         non-nil hard property, instead of t.
24328 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24330         * viper-cmd.el (viper--key-maps): New variable.
24331         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24332         emulation-mode-map-alists.
24333         (viper-envelop-ESC-key): Use viper-subseq.
24334         (viper-search-forward/backward/next): Disable debug-on-error.
24336         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24337         (viper-ESC-key): New defcustoms.
24339         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24341         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24342         (viper-subseq): Copy of subseq from cl.el.
24344         * viper.el (viper-go-away, viper-set-hooks): Use
24345         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24347         * viper-mous.el (viper-current-frame-saved): Use defvar.
24349         * viper-init.el: Get rid of -face in face names.
24351         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24352         Make it work with longlines mode
24354         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24356         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24358         * ediff-init.el: Get rid of -face in face names.
24360 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24362         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24363         and with-timeout-unsuspend.
24365         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24366         and with-timeout-unsuspend.
24368         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24369         (with-timeout): Bind that variable to record timers.
24370         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24372         * emacs-lisp/debug.el (debug-help-follow): New function.
24373         (debugger-mode-map): Use that instead of help-follow.
24374         (debugger-setup-buffer): Use eval-buffer-list
24375         to handle eval-buffer frames.
24377 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24379         * timezone.el (timezone-parse-date): Change first regexp
24380         so it will not mistakenly match dates with no time zone.
24382 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24384         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24386 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24388         * custom.el (custom-initialize-safe-set)
24389         (custom-initialize-safe-default): New functions.
24391         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24392         and simplify :init-value.
24394         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24395         and simplify :init-value.  Delete obsolete comment.
24397         * startup.el (command-line): Use `custom-reevaluate-setting' to
24398         handle `tooltip-mode'.  Delete obsolete comment.
24400         * files.el (set-visited-file-name): Avoid calling
24401         `file-name-nondirectory' with a nil argument.
24403 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24405         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24406         was called with nil for the buffer, handle the read position right.
24407         Handle read position for eval-region, too.
24409 2005-07-09  Juri Linkov  <juri@jurta.org>
24411         * fringe.el (fringe-mode): Add period in docstring.
24412         (fringe-query-style): Build prompt depending on `all-frames' arg.
24414         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24415         to not create links to unrelated functions in the Help buffer.
24417         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24418         Doc fix.
24420         * simple.el (next-error-hook): New variable.
24421         (next-error): Use it.  Doc fix.
24423         * textmodes/ispell.el (ispell-command-loop): Add current
24424         dictionary name and program name to mode-line-format.
24425         (ispell-region, ispell-process-line): Add current dictionary name
24426         and program name to messages.
24428 2005-07-08  Jay Belanger  <belanger@truman.edu>
24430         * calc/calc.el (calc-embedded-announce-formula-alist)
24431         (calc-embedded-open-close-formula-alist)
24432         (calc-embedded-open-close-word-alist)
24433         (calc-embedded-open-close-plain-alist)
24434         (calc-embedded-open-close-new-formula-alist)
24435         (calc-embedded-open-close-mode-alist)
24436         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24437         (calc-embedded-mode-hook): New variables.
24439         * calc/calc-embed.el (calc-embedded-firsttime)
24440         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24441         New variables.
24442         (calc-do-embedded): Use calc-embedded-firsttime,
24443         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24444         determine whether or not to run hooks.
24445         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24446         calc-embedded-firsttime-formula appropriately.
24447         Set calc-embedded delimiter variables according to mode.
24449 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24451         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24452         Check for "emacs", etc., as entire symbol, not just as word.
24453         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24455         * files.el (set-visited-file-name): Report the error
24456         for "empty filename" earlier.
24457         (kill-some-buffers): Ignore buffers already dead.
24459         * fringe.el (fringe-mode): Doc fix.
24461         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24462         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24463         Use unwind-protect to ensure byte-compile-unresolved-functions
24464         is updated.
24466         * whitespace.el (whitespace-buffer-leading-cleanup):
24467         Simplify w/ skip-chars-forward.
24468         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24470         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24471         Unconditionally try to leave point at the same old place.
24473 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24475         * comint.el (comint-postoutput-scroll-to-bottom)
24476         (comint-show-maximum-output): Take scroll-margin into consideration.
24478 2005-07-08  Kim F. Storm  <storm@cua.dk>
24480         * ido.el (ido-use-filename-at-point): New choice `guess'.
24481         (ido-file-internal): Try ffap-guesser if selected.
24483         * ido.el (ido-before-fallback-functions): New hook.
24484         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24485         (ido-read-file-name): Run it.
24487 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24489         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24490         strings rather than a list of symbols to the completion function.
24492 2005-07-07  Jay Belanger  <belanger@truman.edu>
24494         * calc/calc-units.el (math-apply-units): Change the places in
24495         which units are simplified.
24497 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24499         * cus-edit.el (customize-option, customize-option-other-window):
24500         Make them handle aliases.
24502         * custom.el (custom-variable-p): Make it recursively follow
24503         aliases.  Mention that in the docstring.
24505 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24507         * cus-start.el (exec-path): Use `directory' instead of `file'.
24508         Fix tag for nil.
24510 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24512         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24513         when called non-interactively.  Doc fix.
24515 2005-07-07  Lute Kamstra  <lute@gnu.org>
24517         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24518         new address as well.
24520 2005-07-07  Kenichi Handa  <handa@m17n.org>
24522         * international/mule.el (make-coding-system):
24523         Describe `ascii-incompatible' property in the docstring.
24524         (set-file-name-coding-system): Signal an error if coding-system is
24525         ascii-incompatible.
24526         (set-keyboard-coding-system): Likewise.
24528         * international/mule-cmds.el (set-default-coding-systems):
24529         Don't set default-file-name-coding-system and
24530         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24532         * international/utf-16.el: Declare that all UTF-16-based coding
24533         systems are ASCII-incompatible.
24535 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24537         * progmodes/gud.el: Require font-lock for displaying errors.
24538         Used by gdb-ui.el.
24540 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24542         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24543         values for the pattern lists which are `read'able but not
24544         `append'able (like symbols).
24546 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24548         * progmodes/flymake.el (flymake-float-time): Instead of
24549         with-no-warnings, test for XEmacs.
24550         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24551         to avoid warning.
24553 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24555         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24557 2005-07-05  Lute Kamstra  <lute@gnu.org>
24559         * battery.el: Add support for Darwin (with much debugging help
24560         from Samuel Lauber <sam124@operamail.com>).
24561         (battery-status-function, battery-echo-area-format)
24562         (battery-mode-line-format): Add support for pmset on Darwin.
24563         (battery-load-low, battery-load-critical): New user options.
24564         (battery-pmset): New function.
24566 2005-07-05  Lute Kamstra  <lute@gnu.org>
24568         Update FSF's address in GPL notices.
24570         * textmodes/page-ext.el: Update FSF's address.
24572 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24574         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24575         filling from using prefix when filling a single-line docstring.
24577         * progmodes/flymake.el: Remove useless eval-when-compile.
24579         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24581 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24583         * textmodes/org.el (org-file-apps-defaults-gnu):
24584         Rename from org-file-apps-defaults-linux.
24585         (org-default-apps): Don't test system-type for `linux'.
24586         (org-file-apps): Doc fix.
24588 2005-07-04  David Ponce  <david@dponce.com>
24590         * tree-widget.el: Improve header Commentary section.
24591         (tree-widget) [defgroup]
24592         (tree-widget-image-enable, tree-widget-themes-directory)
24593         (tree-widget-theme, tree-widget-image-properties-emacs)
24594         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24595         (tree-widget-image-formats, tree-widget-control)
24596         (tree-widget-empty-control, tree-widget-leaf-control
24597         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24598         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24599         (tree-widget-keep, tree-widget-after-toggle-functions)
24600         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24601         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24602         :help-echo message.
24603         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24604         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24605         (tree-widget--cursors): New constant.
24606         (tree-widget-lookup-image): New function split from
24607         `tree-widget-find-image'.  Clearer implementation.
24608         (tree-widget-find-image): Use it.
24609         (tree-widget-button-keymap): Use `set-keymap-parent'.
24610         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24611         Define the sub-widgets here.
24612         (tree-widget-node): Check that :node is not a tree-widget.
24613         (tree-widget-get-super, tree-widget-open-control)
24614         (tree-widget-close-control, tree-widget-empty-control)
24615         (tree-widget-leaf-control, tree-widget-guide)
24616         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24617         (tree-widget-no-handle, tree-widget-value-delete)
24618         (tree-widget-map): Remove.
24619         (tree-widget-children-value-save): Doc fix.  Simplified.
24620         (tree-widget-value-create): Update according to previous changes.
24622 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24624         * textmodes/org.el: Leading space replaced by TABS.
24625         (org-recalc-marks, org-table-rotate-recalc-marks)
24626         (org-table-get-specials): Treat "^" and "_" marks.
24627         (org-table-justify-field-maybe): Optional argument NEW.
24628         (org-table-eval-formula): Parsing of the format simplified.
24629         New modes C,I.  Honor the %= parameter in the current table.
24630         Avoid unnecessary re-align by using the NEW argument to
24631         `org-table-justify-field-maybe'.
24632         (org-calc-default-modes): Default for date-format mimicks org-mode.
24633         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24635 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24637         * cus-face.el (custom-theme-set-faces): Make it handle face
24638         aliases whose alias declarations are pre- or autoloaded.
24640 2005-07-04  Juri Linkov  <juri@jurta.org>
24642         * faces.el (read-face-name): Put the code for getting a face name
24643         from the buffer before adding the faces from the `face' property.
24644         Use `completing-read-multiple' instead of `completing-read'.
24645         Require `crm'.  Add default value and post-process the returned
24646         list of faces.
24648         * emacs-lisp/crm.el (crm-find-current-element)
24649         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24651         * emacs-lisp/lisp-mode.el (eval-defun-1):
24652         * emacs-lisp/edebug.el (edebug-eval-defun):
24653         Remove unnecessary quotes.
24655 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24657         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24658         (prolog-indent-level): Fix typo in docstring.
24660         * info.el (Info-history, Info-history-forward)
24661         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24663         * add-log.el (add-change-log-entry):
24664         * comint.el (comint-dynamic-list-input-ring)
24665         (comint-dynamic-list-completions):
24666         * dabbrev.el (dabbrev-expand):
24667         * delim-col.el (delimit-columns-rectangle-line):
24668         * diff-mode.el (diff-context->unified, diff-reverse-direction)
24669         (diff-unified->context):
24670         * ediff-init.el (ediff-abbrev-jobname):
24671         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24672         (ediff-replace-session-activity-marker-in-meta-buffer):
24673         * info.el (Info-summary):
24674         * lpr.el (printify-region):
24675         * printing.el (pr-create-interface):
24676         * ps-print.el (ps-print-quote):
24677         * ses.el (ses-column-widths, ses-print-cell)
24678         (ses-adjust-print-width, ses-center):
24679         * shell.el (shell-file-name-quote-list):
24680         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24681         (strokes-fill-current-buffer-with-whitespace)
24682         (strokes-xpm-for-stroke, strokes-list-strokes)
24683         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24684         * term.el (term-dynamic-list-input-ring)
24685         (term-dynamic-list-completions):
24686         * calc/calc.el (math-format-stack-value):
24687         * emacs-lisp/edebug.el (edebug-display-freq-count):
24688         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24689         (delphi-new-comment-line):
24690         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24691         * progmodes/executable.el (executable-set-magic):
24692         * progmodes/python.el (inferior-python-mode):
24693         * progmodes/scheme.el (scheme-mode-syntax-table):
24694         * progmodes/sh-script.el (sh-maybe-here-document):
24695         * progmodes/sql.el (sql-copy-column):
24696         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24697         * textmodes/bibtex.el (bibtex-mode):
24698         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24699         (sgml-auto-attributes):
24700         * textmodes/table.el (table-insert, table-shorten-cell)
24701         (table--generate-source-scan-lines, table-delete-row)
24702         (*table--cell-delete-char, table--spacify-frame)
24703         (table--horizontally-shift-above-and-below)
24704         (table--cell-insert-char, table--cell-blank-str)
24705         (table--fill-region-strictly):
24706         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24707         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24709         * add-log.el (change-log):
24710         * apropos.el (apropos):
24711         * comint.el (comint-completion, comint-source):
24712         * dabbrev.el (dabbrev):
24713         * delim-col.el (columns):
24714         * diff-mode.el (diff-mode):
24715         * ediff.el (ediff):
24716         * ediff-diff.el (ediff-diff):
24717         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24718         * ediff-mult.el (ediff-mult):
24719         * ediff-ptch.el (ediff-ptch):
24720         * ediff-wind.el (ediff-window):
24721         * facemenu.el (facemenu):
24722         * indent.el (indent):
24723         * info.el (info):
24724         * jka-cmpr-hook.el (compression, jka-compr):
24725         * lpr.el (lpr):
24726         * outline.el (outlines):
24727         * pcmpl-cvs.el (pcmpl-cvs):
24728         * pcmpl-rpm.el (pcmpl-rpm):
24729         * printing.el (printing):
24730         * ps-print.el (postscript, ps-print, ps-print-horizontal)
24731         (ps-print-vertical, ps-print-headers, ps-print-font)
24732         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24733         (ps-print-background, ps-print-printer, ps-print-page)
24734         (ps-print-miscellany):
24735         * ses.el (ses):
24736         * shell.el (shell, shell-directories, shell-faces):
24737         * startup.el (initialization):
24738         * strokes.el (strokes):
24739         * term.el (term):
24740         * uniquify.el (uniquify):
24741         * w32-vars.el (w32):
24742         * calc/calc.el (calc):
24743         * emacs-lisp/bytecomp.el (bytecomp):
24744         * emacs-lisp/cl-indent.el (lisp-indent):
24745         * emacs-lisp/edebug.el (edebug):
24746         * emacs-lisp/elp.el (elp):
24747         * emacs-lisp/testcover.el (testcover):
24748         * emacs-lisp/trace.el (trace):
24749         * emulation/viper-ex.el (viper-ex):
24750         * emulation/viper-mous.el (viper-mouse):
24751         * mail/mailalias.el (mailalias):
24752         * mail/supercite.el (supercite, supercite-frames)
24753         (supercite-attr, supercite-cite, supercite-hooks):
24754         * net/rcompile.el (remote-compile):
24755         * net/rlogin.el (rlogin):
24756         * obsolete/ooutline.el (outlines):
24757         * progmodes/delphi.el (delphi):
24758         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24759         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24760         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24761         (ebnf-optimization):
24762         * progmodes/etags.el (etags):
24763         * progmodes/executable.el (executable):
24764         * progmodes/idlwave.el (idlwave):
24765         * progmodes/pascal.el (pascal):
24766         * progmodes/prolog.el (prolog):
24767         * progmodes/python.el (python):
24768         * progmodes/scheme.el (scheme):
24769         * progmodes/sh-script.el (sh, sh-script):
24770         * progmodes/sql.el (SQL):
24771         * progmodes/tcl.el (tcl):
24772         * textmodes/bibtex.el (bibtex, bibtex-autokey):
24773         * textmodes/enriched.el (enriched):
24774         * textmodes/makeinfo.el (makeinfo):
24775         * textmodes/sgml-mode.el (sgml):
24776         * textmodes/table.el (table-hooks):
24777         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24778         * textmodes/texinfo.el (texinfo):
24779         * textmodes/two-column.el (two-column):
24780         Finish `defgroup' description with period.
24782         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24783         * eshell/esh-var.el (eshell-var):
24784         * progmodes/vhdl-mode.el (vhdl-testbench):
24785         * textmodes/org.el (org): Fix typos in docstrings.
24787         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24788         consistency.
24790         * progmodes/flymake.el (flymake-find-file): Remove.
24791         (flymake-float-time): Use `with-no-warnings'.
24792         (flymake-check-start-time, flymake-check-was-interrupted)
24793         (flymake-err-info, flymake-is-running, flymake-last-change-time)
24794         (flymake-new-err-info): `defvar' at compile time.
24796 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
24798         * replace.el (occur-hook): Doc fix.
24799         (occur-1): Don't call `occur-hook' if there are no matches.
24801 2005-07-03  Richard M. Stallman  <rms@gnu.org>
24803         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24804         global-map, save the same map.
24805         (global-map): Don't alter it at top level.
24806         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24807         Then alter it here instead.
24808         (tpu-edt-off): Set global-map to the saved one.
24810         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24811         All references simplified.
24812         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
24813         (zmacs-regions): Add defvar.
24814         (repeat-complex-command-map): Everything about that deleted.
24816         * textmodes/artist.el (artist-key-is-drawing)
24817         (artist-key-endpoint1, artist-key-poly-point-list)
24818         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24819         (artist-key-compl-table, artist-rb-save-data)
24820         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24821         Don't put them in eval-when-compile.
24822         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24824         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24825         Use with-no-warnings.
24827         * net/browse-url.el (dos-windows-version): Add defvar.
24829         * mail/supercite.el (filladapt-prefix-table): Add defvar.
24831         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24832         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24833         (rmail-new-summary-line-count): Rename from new-summary-line-count.
24834         Add defvar.
24835         (rmail-summary-beginning-of-message): Use with-no-warnings.
24836         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24838         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24839         Use with-no-warnings.
24841         * emulation/vi.el (vi-mark-region): Use c-mark-function.
24842         (c-mark-function): Add point-moving-unit property.
24843         (vi-goto-line): Use with-no-warnings.
24845         * emulation/edt.el (edt-last-copied-word): Add defvar.
24846         (zmacs-region-stays): Likewise.
24847         (edt-mark-section-wisely): Use c-mark-function for C.
24848         Use makr-defun for Fortran.
24849         (time-string): defvar deleted.
24850         (edt-display-the-time): Don't set time-string.
24852         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24854         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24855         Don't warn when name is not constant
24856         or for defining the group `emacs'.
24858         * tooltip.el (gud-tooltip-mode): Add defvar.
24860         * startup.el (default-frame-background-mode): Add defvar.
24862         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24864         * info.el (tool-bar-map): Add defvar.
24866         * dired.el (dnd-protocol-alist): Add defvar.
24868         * dired-aux.el (dired-query): Display question with answer, when
24869         the user answers.
24871         * custom.el (custom-add-option): Doc fix.
24873         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24875 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
24877         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24878         bogus name from the last change.
24880 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
24882         * custom.el (custom-declare-variable): Fix typos in comment.
24883         (custom-known-themes): Doc fix.
24884         (custom-theme-directory): New defcustom.
24885         (require-theme): Make it check `custom-theme-directory'.
24887         * cus-theme.el (custom-new-theme-mode): New function.
24888         (custom-theme-name, custom-theme-variables, custom-theme-faces)
24889         (custom-theme-description): Add compiler defvars.
24890         (customize-create-theme): Add doc to the "*New Custom Theme*"
24891         buffer.  Use `custom-new-theme-mode'.
24892         (custom-theme-write): Put the created buffer in emacs-lisp-mode
24893         and save it to the `custom-theme-directory'.  Make this the
24894         default directory of the buffer.
24896 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
24898         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24899         Fix unbalanced parentheses.
24901 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24903         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24904         into flymake-mode and delegate to flymake-mode.
24906         * find-file.el (ff-which-function-are-we-in): Clean up.
24908 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
24910         * replace.el (occur-rename-buffer): Fix docstring.
24912         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24913         (edt-last-copied-word, edt-learn-macro-count)
24914         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24915         (edt-rect-start-point, edt-user-global-map, rect-start-point)
24916         (time-string, zmacs-region-stays):
24917         * emulation/edt-mapper.el (edt-save-function-key-map)
24918         (EDT-key-name): `defvar' to silence the byte-compiler.
24920 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
24922         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24923         font-lock-regexp-backslash.  Doc fix.
24924         (font-lock-regexp-backslash-grouping-construct): Rename from
24925         font-lock-regexp-backslash-construct.  Doc fix.
24926         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24927         grouping constructs.
24929 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
24931         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24932         updating all the prerequisites.
24934 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
24936         * textmodes/org.el (org-agenda-start-on-weekday)
24937         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24938         (org-agenda-use-time-grid, org-archive-location)
24939         (org-allow-space-in-links, org-usenet-links-prefer-google)
24940         (org-enable-table-editor, org-export-default-language)
24941         (org-export-html-show-new-buffer, org-fill-paragraph)
24942         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24943         (org-goto-quit, org-occur, org-eval-in-calendar)
24944         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24945         (org-agenda-diary-entry, org-remember-help)
24946         (org-table-convert-region, org-at-table-p)
24947         (org-table-move-row-down, org-table-move-row-up)
24948         (org-table-copy-region, org-table-toggle-vline-visibility)
24949         (org-table-get-stored-formulas, org-table-get-specials)
24950         (org-recalc-commands, org-table-eval-formula)
24951         (org-table-formula-substitute-names, orgtbl-make-binding)
24952         (org-format-org-table-html, org-format-table-table-html)
24953         (org-format-table-table-html-using-table-generate-source)
24954         (org-customize): Fix typos in docstrings.
24955         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24956         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24957         (org-back-to-heading): Doc fixes.
24958         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24959         (org-agenda-change-all-lines, org-get-header):
24960         Improve argument/docstring consistency.
24961         (orgtbl-error): Fix error message.
24963         * progmodes/flymake.el (flymake-find-possible-master-files)
24964         (flymake-master-file-compare, flymake-get-line-err-count)
24965         (flymake-highlight-line, flymake-gui-warnings-enabled):
24966         Fix typos in docstrings.
24967         (flymake-parse-line, flymake-get-project-include-dirs-function)
24968         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24969         Doc fixes.
24970         (flymake-get-project-include-dirs-function)
24971         (flymake-make-err-menu-data):
24972         Improve argument/docstring consistency.
24974 2005-07-01  Lute Kamstra  <lute@gnu.org>
24976         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24977         Catch errors with ignore-errors.  Use temporary buffer.
24978         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
24980         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24981         background color faces.
24982         (facemenu-set-foreground, facemenu-set-background):
24983         Use facemenu-set-face-from-menu.
24984         (facemenu-set-face-from-menu): Treat face names that start with
24985         "fg:" or "bg:" as special.
24986         (facemenu-add-new-color): Don't create faces.  Simplify.
24988 2005-06-30  Richard M. Stallman  <rms@gnu.org>
24990         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24991         (crm-find-current-element): Likewise.
24993 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24995         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24997 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24999         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25000         (archive-mouse-extract): Make it an obsolete alias.
25001         (archive-mode-map): Don't use archive-mouse-extract any more.
25002         (archive-mode, archive-extract): write-contents-hooks ->
25003         write-contents-functions.
25004         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25005         first arg.
25006         (archive-rename-entry): Update the call.
25007         (archive-zip-summarize): Remove unused var `method'.
25008         (archive-lzh-summarize): Remove unused var `creator'.
25010         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25011         dedicated frame upon exit.
25013         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25014         (archive-zip-extract, archive-zip-expunge)
25015         (archive-zip-update, archive-zip-update-case): Use executable-find.
25016         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25017         Use restore-buffer-modified-p.
25018         (archive-extract, archive-add-new-member, archive-write-file-member):
25019         Use with-current-buffer.
25020         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25022 2005-06-30  Andreas Schwab  <schwab@suse.de>
25024         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25026 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25028         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25030 2005-06-30  Juri Linkov  <juri@jurta.org>
25032         * faces.el (vertical-border): Inherit from mode-line-inactive
25033         only on tty.
25035 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25037         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25038         example, -NLINES in the `occur' docstring).
25040         * replace.el (occur-1): When no matches are found, do not set the
25041         `buffer-read-only' and modified flags for the occur buffer,
25042         because it is deleted.
25044         * emulation/cua-base.el (cua-check-pending-input)
25045         (cua-repeat-replace-region, cua-mode, cua-debug)
25046         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25047         Fix typos in docstrings.
25049         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25050         (cua-cut-region-to-global-mark)
25051         (cua--cut-rectangle-to-global-mark):
25052         Remove period from end of messages.
25054         * emulation/cua-rect.el (cua-do-rectangle-padding):
25055         Remove period from end of messages.
25056         (cua--rectangle-seq-format): Fix typo in docstring.
25057         (cua-sequence-rectangle, cua-fill-char-rectangle):
25058         Improve argument/docstring consistency.
25060 2005-06-29  Juri Linkov  <juri@jurta.org>
25062         * faces.el (default-frame-background-mode): New internal variable.
25063         (frame-set-background-mode): Use it.
25065         * startup.el (normal-top-level): Set default-frame-background-mode
25066         instead of frame-background-mode.  Before setting it, test for its
25067         nil value.  Remove tests for frame-background-mode and frame
25068         parameter `reverse'.  Add test for "unspecified-fg".
25070         * term/xterm.el (xterm-rxvt-set-background-mode):
25071         * term/rxvt.el (rxvt-set-background-mode):
25072         Set default-frame-background-mode instead of frame-background-mode.
25074 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25076         * simple.el (set-variable): Warn about obsolete user variables.
25078         * imenu.el (imenu--completion-buffer):
25079         * mouse.el (mouse-buffer-menu-alist):
25080         * msb.el (msb-invisible-buffer-p):
25081         * calendar/diary-lib.el (diary-header-line-format):
25082         * emacs-lisp/pp.el (pp-buffer):
25083         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25084         * textmodes/picture.el (picture-replace-match):
25085         Change space constants followed by a sexp to "?\s ".
25087         * play/decipher.el (decipher-loop-with-breaks):
25088         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25089         constants "protected" from end of line by a comment to "?\s".
25091 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25093         * font-lock.el (save-buffer-state): Use `declare'.
25095         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25096         reset the syntax-table to cperl-mode-syntax-table.
25097         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25098         "foo_print_bar" is not matched as a reserved keyword.
25100 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25102         * textmodes/org.el (orgtbl-setup): New function, for delayed
25103         setup for the orgtbl commands.
25104         (org-calc-default-modes): New option.
25105         (orgtbl-make-binding): Use `defun' to get better help display.
25106         (org-diary): Call `org-compile-prefix-format'.
25107         (org-table-formula-substitute-names): New function.
25108         (org-agenda-day-view, org-agenda-week-view): New commands.
25109         (org-agenda-toggle-week-view): Command removed.
25110         (org-tbl-menu): Split off from org-org-menu.
25111         (org-mode): Move removal of outline-mode menus to here.
25112         (org-table-formula-debug): New option.
25113         (org-table-insert-row): Keep first field if just "#" or "*".
25114         (org-mode): Paragraph regexps fixed.
25115         (org-table-recalculate-regexp): New constant.
25116         (org-table-justify-field-maybe): Avoid replace if not necessary.
25117         (org-copy-special, org-cut-special): Use `call-interactively'.
25118         (org-table-copy-region): Take region from `interactive' call.
25119         (org-trim): Return string even if no match.
25120         (org-formula): New face.
25121         (org-set-font-lock-defaults): No longer highlight "FIXME".
25122         But highlight formula-related fields in table.
25123         (org-table-p): Use regexp, not fontification.
25124         (org-table-align): Handle white space at end of line.
25125         (org-table-formula-evaluate-inline): New option.
25126         (org-mode): Auto-wrapping in comment lines turned off.
25127         (org-table-copy-down): Evaluate only in copied field, not in
25128         destination.
25129         (org-table-current-formula): Variable removed.
25130         (org-table-store-formulas, org-table-get-stored-formulas)
25131         (org-table-modify-formulas, org-table-replace-in-formulas)
25132         (org-table-maybe-eval-formula): New functions.
25133         (org-table-get-formula): Modify to use stored formulas.
25134         (org-table-insert-column, org-table-delete-column)
25135         (org-table-move-column): Call `org-table-modify-formulas'.
25136         (org-complete): Add completion for keyword formulas.
25137         (orgtbl-mode): Pull orgtbl-mode-map to start of
25138         minor-mode-map-alist.
25140 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25142         * progmodes/python.el (python-check): Require `compile' before
25143         modifying its variables.
25145         * newcomment.el (comment-indent-default): Don't get fooled by an early
25146         end of buffer.
25148 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25150         * ps-print.el (ps-print-version): Fix version number.
25152 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25154         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25156 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25158         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25159         (flyspell-local-mouse-map): Declaration deleted.
25160         (flyspell-mouse-map): Bind only mouse-2.
25161         (flyspell-mode-map): Don't test flyspell-use-local-map.
25162         (flyspell-overlay-keymap-property-name): Var deleted.
25163         (flyspell-mode-on): Don't make local bindings for
25164         flyspell-mouse-map and flyspell-mode-map.
25165         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25167         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25169         * progmodes/compile.el (compilation-next-error-function):
25170         Don't switch buffers; operate on the current buffer.
25172         * progmodes/compile.el (compilation-error-file-name)
25173         (compilation-warning-file-name, compilation-info-file-name)
25174         (compilation-line-number, compilation-column-number): New faces.
25175         (compilation-error-face, compilation-warning-face)
25176         (compilation-info-face, compilation-line-face)
25177         (compilation-column-face): Use them.
25179         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25181         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25183         * bindings.el (global-map): Bind insertchar and its variants.
25185 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25187         * textmodes/artist.el (artist-text-overwrite)
25188         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25190 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25192         * ps-print.el: It was not working the page selection for printing.
25193         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25194         (ps-print-version): New version 6.6.7.
25195         (ps-end-sheet): New fun.
25196         (ps-header-sheet, ps-end-job): Call it.
25198 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25200         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25202 2005-06-27  Lute Kamstra  <lute@gnu.org>
25204         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25205         background color faces.
25206         (facemenu-get-face): Delete function.
25207         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25208         (facemenu-add-new-color): Make second argument mandatory.
25209         Create the appropriate face and return it.  Simplify.
25210         (facemenu-set-foreground, facemenu-set-background): Don't check if
25211         color is defined.  Use return value of facemenu-add-new-color.
25213 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25215         * progmodes/gud.el (gud-filter): Add missing argument to
25216         with-selected-window.
25218 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25220         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25221         a :require to the defcustom.
25223         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25224         defcustoms corresponding to minor modes.
25226 2005-06-26  David Ponce  <david@dponce.com>
25228         * recentf.el: Require tree-widget instead of wid-edit.
25229         (recentf-filename-handler): Fix widget :type.
25230         (recentf-cancel-dialog, recentf-open-more-files)
25231         (recentf-open-files-action): Doc fix.
25232         (recentf-dialog-goto-first): New function.
25233         (recentf-dialog-mode-map): Set parent keymap first.
25234         (recentf-dialog-mode): Define with define-derived-mode.
25235         Don't display continuation lines in dialogs.
25236         (recentf-edit-list): Rename from recentf-edit-selected-items.
25237         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25238         Simplify.
25239         (recentf-edit-list-validate): New function.
25240         (recentf-edit-list): Update accordingly.
25241         (recentf-open-files-item-shift): Remove.
25242         (recentf-open-files-item): Convert menu elements into tree and
25243         link widgets.  Don't create the widgets.
25244         (recentf-open-files): Update accordingly.
25245         (recentf-save-list): Untabify.
25247 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25249         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25250         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25251         partially contained in the active region.  Do not take active
25252         region into account when called from Lisp, unless INTERACTIVE arg
25253         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25254         avoid trouble with fields.  Make marker point nowhere when no
25255         longer used.  Always return nil.  Doc fix.
25256         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25257         into account when called from Lisp, unless INTERACTIVE arg is
25258         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25259         avoid trouble with fields.  Make marker point nowhere when no
25260         longer used.  Always return nil.  Doc fix.
25261         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25262         interchangeable.  Do not take active region into account when
25263         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25264         message in echo area when called from Lisp, unless INTERACTIVE arg
25265         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25266         Return the number of matches.  Doc fix.
25267         (occur): Doc fix.
25268         (perform-replace): Make comment follow double space convention for
25269         the sake of `outline-minor-mode'.
25271         * faces.el (facep): Doc fix.
25273 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25275         * facemenu.el (facemenu-enable-faces-p): New function.
25276         (facemenu-background-menu, facemenu-foreground-menu)
25277         (facemenu-face-menu): Add menu-enable property.
25279         * jka-compr.el (jka-compr-insert-file-contents):
25280         Special handling if cannot find the uncompression program.
25282         * cus-face.el (custom-face-attributes): Add autoload.
25284         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25285         Bind comment-indent-function locally.
25287         * window.el (save-selected-window): Use save-current-buffer.
25289         * subr.el (with-selected-window): Use save-current-buffer.
25291         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25292         and with-current-buffer.
25294 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25296         * simple.el (line-move-1): Fix previous change.
25298 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25300         * replace.el (occur-1): Set `buffer-read-only' and the
25301         buffer-modified flag before running `occur-hook' to protect
25302         against unintentional buffer switches that can lead to data loss.
25304 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25306         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25307         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25308         initial error.
25310         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25311         after fresh input.
25312         (gdb-var-create-handler): Put name of expression in quotes.
25314 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25316         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25317         elements of RING in order, and without bogus nil elements.
25319 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25321         * simple.el (set-variable): Args renamed; doc fix.
25322         (line-move-1): When there are overlays around, use vertical-motion.
25324         * faces.el (escape-glyph): Use brown against light background.
25325         (nobreak-space): Rename from no-break-space.
25326         Fix previous change.
25328         * dired-aux.el (dired-do-copy): Fix arg prompt.
25330         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25332 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25334         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25335         rather than "Distributor".
25337 2005-06-23  Lute Kamstra  <lute@gnu.org>
25339         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25340         (debug-on-entry): Use it.  New interactive declaration that uses
25341         function-called-at-point.
25343 2005-06-23  Kim F. Storm  <storm@cua.dk>
25345         * subr.el (save-match-data): Add comment about using evaporate arg
25346         to set-match-data.
25348 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25350         * cus-edit.el (customize-face)
25351         (customize-face-other-window): Handle face aliases.
25353         * faces.el (face-documentation, set-face-attribute)
25354         (face-spec-set): Handle face aliases.
25356 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25358         * help-mode.el (help-make-xrefs): If a symbol representing a face
25359         name is not followed by the word "face", it could still be a
25360         function or variable name, so don't bypass other checks.
25362 2005-06-22  Juri Linkov  <juri@jurta.org>
25364         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25365         Replace aliased functions with calls where second arg `inherit' is t.
25367 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25369         * progmodes/gdb-ui.el (gdb-error): New variable.
25370         (gdb-error): New function.
25371         (gdb-annotation-rules): Act on error-begin and error annotations.
25372         (gdb-concat-output): Use font-lock-warning-face for errors.
25374 2005-06-22  Miles Bader  <miles@gnu.org>
25376         * bindings.el (propertized-buffer-identification): Use renamed
25377         `Buffer-menu-buffer' face.
25379         * faces.el (vertical-border): Rename from `vertical-divider'.
25380         (escape-glyph): Change dark-background color back to `cyan'.
25382 2005-06-21  Juri Linkov  <juri@jurta.org>
25384         * faces.el (face-user-default-spec): Try getting `customized-face'
25385         prior to `saved-face'.
25386         (frame-background-mode): Refill docstring.
25388         * emacs-lisp/lisp-mode.el (eval-defun-1):
25389         * emacs-lisp/edebug.el (edebug-eval-defun):
25390         Set `saved-face' temporarily to nil before calling form.
25391         Set `customized-face' to the new spec after that.
25393 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25395         * subr.el (1value, lambda, key-substitution-in-progress):
25396         Doc fixes.
25398         * autoinsert.el (auto-insert-alist):
25399         * ses.el (ses-call-printer):
25400         * subr.el (noreturn):
25401         * emacs-lisp/lisp.el (check-parens):
25402         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25403         * net/browse-url.el (browse-url-mosaic):
25404         * progmodes/cc-defs.el (c-safe-scan-lists):
25405         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25406         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25407         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25408         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25409         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25410         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25412 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25414         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25416 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25418         * calendar/appt.el (appt-make-list): Activate the package, if
25419         not already active (for backwards compatibility).
25421 2005-06-20  Kim F. Storm  <storm@cua.dk>
25423         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25425 2005-06-20  Miles Bader  <miles@gnu.org>
25427         * faces.el (vertical-divider): New face.
25429 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25431         * simple.el (kill-whole-line): Doc fix.
25432         (next-error-buffer-p, next-error-find-buffer)
25433         (clone-indirect-buffer): Fix typos in docstrings.
25434         (comment-line-break-function): Doc fix: don't say variable
25435         is automatically buffer-local (it isn't).
25437 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25439         * net/tramp-ftp.el (top):
25440         * net/tramp-smb.el (top):
25441         * net/tramp-util.el (top):
25442         * net/tramp-uu.el (top):
25443         * net/tramp-vc.el (top):
25444         * net/tramp.el (top): Revert copyright years back to original
25445         ones.  Tramp has a life outside GNU Emacs.
25447 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25449         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25451 2005-06-18  Juri Linkov  <juri@jurta.org>
25453         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25454         end of first regexp to limit the match to the position between
25455         line number and source line with same separator character as used
25456         between file name and line number.  In the second regexp limit
25457         mouse-face area to file name and line number by adding new group
25458         for them and referring it in HYPERLINK arg.
25459         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25460         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25461         previous line where grep markers may be already removed.
25463 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25465         * progmodes/ps-mode.el: Update version and maintainer's email address.
25467 2005-06-18  Steve Youngs  <steve@xemacs.org>
25469         * net/browse-url.el (browse-url-browser-function)
25470         (browse-url-default-browser): Add firefox.
25471         (browse-url-firefox-program, browse-url-firefox-arguments)
25472         (browse-url-firefox-startup-arguments)
25473         (browse-url-firefox-new-window-is-tab): New defcustoms.
25474         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25476 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25478         * startup.el (command-line): Warn if specified user name has
25479         no home directory.
25481         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25482         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25484         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25485         Doc fixes.
25487         * faces.el (underline): Try bold if terminal doesn't support underline.
25489         * mail/sendmail.el (mail-setup-with-from): New variable.
25490         (mail-insert-from-field): New function.
25491         (sendmail-send-it): Call it.
25492         (mail-setup): Optionally call it here.
25494         * term/linux.el: Call tty-no-underline.
25496 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25498         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25500 2005-06-17  Miles Bader  <miles@gnu.org>
25502         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25503         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25504         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25505         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25506         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25507         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25508         Remove "-face" suffix from face names.
25509         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25510         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25511         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25512         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25513         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25514         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25515         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25516         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25517         New backward-compatibility aliases for renamed faces.
25518         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25519         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25520         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25521         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25522         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25523         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25524         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25525         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25526         Use renamed ediff faces.
25528         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25529         Remove "-face" suffix from face names.
25530         (eshell-test-ok-face, eshell-test-failed-face):
25531         New backward-compatibility aliases for renamed faces.
25532         (eshell-run-test): Use renamed eshell-test faces.
25534         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25535         face name.
25536         (eshell-prompt-face): New backward-compatibility alias for renamed
25537         face.
25538         (eshell-emit-prompt): Use renamed eshell-prompt face.
25540         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25541         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25542         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25543         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25544         Remove "-face" suffix from face names.
25545         (eshell-ls-directory-face, eshell-ls-symlink-face)
25546         (eshell-ls-executable-face, eshell-ls-readonly-face)
25547         (eshell-ls-unreadable-face, eshell-ls-special-face)
25548         (eshell-ls-missing-face, eshell-ls-archive-face)
25549         (eshell-ls-backup-face, eshell-ls-product-face)
25550         (eshell-ls-clutter-face):
25551         New backward-compatibility aliases for renamed faces.
25552         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25554         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25555         Remove "-face" suffix from face name.
25556         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25557         instead of literal face.
25559 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25561         * emacs-lisp/warnings.el (display-warning, lwarn)
25562         (warning-minimum-log-level): Doc fixes.
25563         (warning-minimum-level, warning-minimum-log-level):
25564         Add :debug to :type choices.
25566         * progmodes/ada-mode.el (ada-format-paramlist)
25567         (ada-get-indent-case, ada-check-matching-start)
25568         (ada-check-defun-name, ada-goto-matching-decl-start)
25569         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25570         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25571         (ada-make-subprogram-body): Follow error conventions.
25572         (ada-case-exception-file, ada-indent-comment-as-code)
25573         (ada-indent-handle-comment-special, ada-indent-renames)
25574         (ada-indent-return, ada-search-directories-internal)
25575         (ada-tab-policy, ada-case-exception-substring)
25576         (ada-other-file-alist, ada-matching-start-re)
25577         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25578         (ada-imenu-generic-expression, ada-compile-goto-error)
25579         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25580         (ada-popup-menu, ada-add-extensions, ada-mode)
25581         (ada-region-selected, ada-create-case-exception)
25582         (ada-create-case-exception-substring, ada-after-keyword-p)
25583         (ada-activate-keys-for-case, ada-adjust-case-region)
25584         (ada-adjust-case-buffer, ada-format-paramlist)
25585         (ada-scan-paramlist, ada-insert-paramlist)
25586         (ada-indent-newline-indent)
25587         (ada-indent-newline-indent-conditional)
25588         (ada-justified-indent-current, ada-goto-previous-word)
25589         (ada-indent-current, ada-get-indent-open-paren)
25590         (ada-get-indent-paramlist, ada-get-indent-end)
25591         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25592         (ada-get-indent-block-start, ada-get-indent-subprog)
25593         (ada-get-indent-noindent, ada-get-indent-label)
25594         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25595         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25596         (ada-goto-stmt-end, ada-goto-next-word)
25597         (ada-check-matching-start, ada-check-defun-name)
25598         (ada-goto-matching-decl-start, ada-goto-matching-start)
25599         (ada-goto-matching-end, ada-search-ignore-string-comment)
25600         (ada-in-decl-p, ada-looking-at-semi-or)
25601         (ada-looking-at-semi-private, ada-in-paramlist-p)
25602         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25603         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25604         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25605         (ada-previous-package, ada-create-menu)
25606         (ada-fill-comment-paragraph-justify)
25607         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25608         (ada-other-file-name, ada-last-which-function-line)
25609         (ada-last-which-function-subprog, ada-which-function)
25610         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25611         (ada-gen-treat-proc, ada-check-emacs-version)
25612         (ada-continuation-indent, ada-align-region-separate):
25613         Fix typos in docstrings.
25614         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25616 2005-06-16  Lute Kamstra  <lute@gnu.org>
25618         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25619         conditionally.
25621 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25623         * comint.el (comint-replace-by-expanded-filename)
25624         (comint-prompt-regexp, comint-delimiter-argument-list)
25625         (comint-preinput-scroll-to-bottom):
25626         * info.el (Info-hide-cookies-node):
25627         * ls-lisp.el (ls-lisp-classify):
25628         * find-file.el (ff-search-directories, ff-special-constructs)
25629         (ff-find-other-file):
25630         * font-lock.el (font-lock-keywords):
25631         * shell.el (shell-prompt-pattern)
25632         (shell-dynamic-complete-functions, shell-mode)
25633         (shell-delimiter-argument-list):
25634         * term.el (term-replace-by-expanded-filename)
25635         (term-prompt-regexp, term-delimiter-argument-list):
25636         * woman.el (woman-ignore, woman0-if):
25637         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25638         * emacs-lisp/elint.el (elint-init-env):
25639         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25640         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25641         * language/ethio-util.el (ethio-tilde-escape)
25642         (ethio-use-three-dot-question):
25643         * net/zone-mode.el (zone-mode-load-time-setup):
25644         * progmodes/cc-align.el (c-lineup-argcont):
25645         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25646         * progmodes/cperl-mode.el (cperl-set-style-back):
25647         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25648         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25649         Fix spellings in docstrings.
25651         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25652         * progmodes/modula2.el (m2-for): Fix spellings.
25654         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25656         * simple.el (undo-more): Don't use `format' on `error' arguments.
25657         Improve argument/docstring consistency.
25658         (pending-undo-list): Doc fix.
25660         * smerge-mode.el (smerge-ensure-match):
25661         * emulation/vip.el (vip-ex):
25662         * net/zone-mode.el (zone-mode-update-serial):
25663         * progmodes/idlwave.el (idlwave-complete):
25664         * progmodes/vhdl-mode.el (vhdl-visit-file)
25665         (vhdl-compose-wire-components):
25666         Don't use `format' on `error' arguments.
25668         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25669         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25670         (tooltip-help-tips): Fix typos in docstrings.
25672 2005-06-16  David Ponce  <david@dponce.com>
25674         * tree-widget.el (tree-widget-value-create): Simplify last change.
25676 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
25678         * ido.el (ido-incomplete-regexp): New variable.
25679         (ido-set-matches-1): Handle invalid-regexp error and set
25680         ido-incomplete-regexp.
25681         (ido-incomplete-regexp): New face.
25682         (ido-completions): Use it.
25683         (ido-complete, ido-exit-minibuffer, ido-completions):
25684         Handle incomplete regexps.
25685         (ido-completions): Add check for complete match when entering a regexp.
25687 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25689         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25691 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25693         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25694         by field delimiters.
25696 2005-06-15  David Ponce  <david@dponce.com>
25698         * tree-widget.el: eval-and-compile inlined functions so they will
25699         be available at run-time too.
25700         (tree-widget-super-format-handler)
25701         (tree-widget-format-handler): Remove.
25702         (tree-widget-value-create): Handle the :indent property.
25704 2005-06-15  Miles Bader  <miles@gnu.org>
25706         * progmodes/which-func.el (which-func): Only inherit
25707         `font-lock-function-name-face' when that makes sense against the
25708         default mode-line face, otherwise set the face color explicitly.
25710         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25711         faces instead of (non-existent) variables.
25713 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25715         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25716         (iswitchb-get-matched-buffers): Likewise.  Simplify.
25718 2005-06-14  Miles Bader  <miles@gnu.org>
25720         * progmodes/ld-script.el (ld-script-location-counter):
25721         Remove "-face" suffix from face name.
25722         (ld-script-location-counter-face):
25723         New backward-compatibility alias for renamed face.
25724         (ld-script-location-counter-face): Use renamed face.
25726         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25727         (cperl-hash): Remove "-face" suffix from face names.
25728         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25729         New backward-compatibility aliases for renamed faces.
25730         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25731         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25733         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25734         name.
25735         (which-func-face): New backward-compatibility alias for renamed face.
25736         (which-func-format): Use renamed which-func face.
25738         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25739         (vhdl-function, vhdl-directive, vhdl-reserved-word)
25740         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25741         names.
25742         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25743         (vhdl-speedbar-configuration, vhdl-speedbar-package)
25744         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25745         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25746         (vhdl-speedbar-architecture-selected)
25747         (vhdl-speedbar-configuration-selected)
25748         (vhdl-speedbar-package-selected)
25749         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25750         names.
25751         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25752         Use renamed faces.
25753         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25754         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25755         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25756         Use renamed faces.
25757         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25758         names.
25759         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25760         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25761         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25762         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25763         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25764         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25766         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25767         face name.
25768         (sh-heredoc-face): New backward-compatibility alias for renamed face.
25769         (sh-heredoc-face): Use renamed sh-heredoc face.
25771         * progmodes/idlw-help.el (idlwave-help-link):
25772         Remove "-face" suffix from face name.
25773         (idlwave-help-link-face):
25774         New backward-compatibility alias for renamed face.
25775         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25777         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25778         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25779         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25780         New backward-compatibility aliases for renamed faces.
25781         (idlwave-shell-disabled-breakpoint-face)
25782         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25784         * progmodes/flymake.el (flymake-errline, flymake-warnline):
25785         Remove "-face" suffix from face names.
25786         (flymake-errline-face, flymake-warnline-face):
25787         New backward-compatibility aliases for renamed faces.
25788         (flymake-highlight-line): Use renamed flymake faces.
25790         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25791         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25792         (ebrowse-member-class, ebrowse-progress):
25793         Remove "-face" suffix from face names.
25794         (ebrowse-tree-mark-face, ebrowse-root-class-face)
25795         (ebrowse-file-name-face, ebrowse-default-face)
25796         (ebrowse-member-attribute-face, ebrowse-member-class-face)
25797         (ebrowse-progress-face):
25798         New backward-compatibility aliases for renamed faces.
25799         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25800         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25801         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25802         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25804         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25805         antlr-syntax)
25806         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25807         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25808         names.
25809         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25810         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25811         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25812         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25813         backward-compatibility aliases for renamed faces.
25814         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25815         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25816         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25817         remove "font-lock-".  Use renamed antlr-mode faces.
25818         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
25819         literal face-names with face variable references.
25821         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25822         face name.
25823         (Buffer-menu-buffer-face): New backward-compatibility alias for
25824         renamed face.
25825         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25827 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
25829         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25830         Eliminate "-face" suffix.
25831         (makefile-targets): Inherit from font-lock-function-name-face and
25832         eliminate "-face" suffix.
25833         (makefile-shell): Remove attributes and eliminate "-face" suffix.
25834         (makefile-*-font-lock-keywords): Append makefile-targets in rule
25835         actions, instead of prepending, to make it less visible.
25836         (makefile-previous-dependency, makefile-match-dependency):
25837         Don't match a target on a continuation line.
25839         * files.el (auto-mode-alist): Put Makefile in gmake mode.
25841 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
25843         * progmodes/gdb-ui.el (menu): Re-order menu items.
25844         (gdb-tooltip-print): Respect tooltip-use-echo-area.
25846         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25847         Define in tooltip.el.
25848         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25849         (gud-tooltip-tips): Respect tooltip-use-echo-area and
25850         gud-tooltip-echo-area.
25852         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25853         backward compatibility and make obsolete.
25854         (tooltip-help-tips): Use tooltip-use-echo-area.
25855         (tooltip-show-help-function): Rename to...
25856         (tooltip-show-help): ...this, because it is a function.
25857         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25859 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
25861         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25862         (edebug-print-length, edebug-print-level, edebug-print-circle)
25863         (edebug-modify-breakpoint, edebug-eval-last-sexp)
25864         (edebug-eval-print-last-sexp): Doc fixes.
25866 2005-06-14  Kim F. Storm  <storm@cua.dk>
25868         * ido.el (ido-mode): Make a new keymap every time we enable ido,
25869         as the coverage buffer/file/both may change.
25871 2005-06-14  Lute Kamstra  <lute@gnu.org>
25873         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25874         and run-mode-hooks.  Simplify.
25876         * mail/rmailedit.el (rmail-edit-mode):
25877         * progmodes/octave-inf.el (inferior-octave-mode):
25878         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25880         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25881         and run-mode-hooks.
25882         (recentf-edit-list, recentf-open-files): Don't call
25883         kill-all-local-variables directly.
25885         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25887 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
25889         * emacs-lisp/byte-run.el (make-obsolete)
25890         (define-obsolete-function-alias): Rename arguments FUNCTION and
25891         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25892         (make-obsolete-variable, define-obsolete-variable-alias):
25893         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25894         respectively.
25896         * isearchb.el (isearchb-activate):
25897         * pcvs.el (cvs-mode):
25898         * ses.el (ses-load):
25899         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25900         * net/tramp.el (tramp-find-file-exists-command)
25901         (tramp-find-shell):
25902         * progmodes/ada-mode.el (ada-create-case-exception)
25903         (ada-create-case-exception-substring, ada-make-subprogram-body):
25904         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25905         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25906         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25907         * textmodes/org.el (org-promote, org-evaluate-time-range)
25908         (org-agenda-next-date-line, org-agenda-previous-date-line)
25909         (org-agenda-error, org-open-at-point, org-table-move-row)
25910         (org-format-table-table-html-using-table-generate-source)
25911         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25912         * textmodes/reftex.el (reftex-access-scan-info):
25913         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25914         (reftex-toc-promote-prepare): Follow error conventions.
25916         * diff-mode.el (diff-mode): Fix typo in docstring.
25918         * forms.el (forms--intuit-from-file): Fix reference to
25919         `forms-number-of-fields' in error message.
25920         (forms-print): Fix quoting in error message.
25922         * forms.el (forms-mode):
25923         * emulation/vi.el (vi-goto-insert-state):
25924         * progmodes/flymake.el (flymake-new-err-info)
25925         (flymake-start-syntax-check-for-current-buffer)
25926         (flymake-simple-cleanup):
25927         * eshell/esh-var.el (eshell/export):
25928         * progmodes/gud.el (xdb):
25929         * textmodes/flyspell.el (flyspell-incorrect-hook)
25930         (flyspell-maybe-correct-transposition)
25931         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25933 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
25935         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25936         minibuffer prompt.
25938 2005-06-13  Kim F. Storm  <storm@cua.dk>
25940         * subr.el (add-to-ordered-list): New defun.
25942         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25943         add cua--keymap-alist to emulation-mode-map-alists.
25945 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25947         * subr.el (complete-in-turn): New macro.
25948         (dynamic-completion-table, lazy-completion-table): Add debug info.
25950         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25951         in preference to face aliases.
25953         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25954         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25955         Remove unused vars `start' and `firstline'.
25956         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25957         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25959 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
25961         * cus-start.el (all): Don't complain about missing GTK-related
25962         variables, unless either `gtk' is boundp or this isn't a
25963         `windows-nt' build.
25965 2005-06-13  Lute Kamstra  <lute@gnu.org>
25967         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25968         run-mode-hooks.
25970         * ediff-mult.el (ediff-meta-mode):
25971         * ediff-util.el (ediff-mode): Use run-mode-hooks.
25973         * ledit.el (ledit-mode): Use delay-mode-hooks.
25975         * woman.el (woman-mode-line-format): Delete constant.
25976         (woman-mode-map): Initialize it properly.
25977         (woman-mode): Set mode-class property to special.
25978         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
25979         Set major-mode and mode-name.  Don't set mode-line-format directly.
25980         (Man-getpage-in-background): Don't reference woman-mode-line-format.
25982         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25983         string argument obsolete.
25985 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
25987         * textmodes/org.el (org-CUA-compatible): New option.
25988         (org-disputed-keys): New variable.
25989         (org-key): New function.
25990         (orgtbl-make-binding): Add docstring to the created function.
25991         (org-mode): Set paragraph start/separate regexps.
25992         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25993         (org-archive-location, org-archive-mark-done)
25994         (org-archive-stamp-time): New options.
25995         (org-archive-subtree): New command.
25996         (org-fill-paragraph): New function.
25997         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25998         (org-fake-empty-table-line): Function removed.
25999         (org-format-org-table-html): Do not create empty table lines at
26000         separator lines.  Improved table header treatment.
26001         (org-link-format): New option.
26002         (org-make-link): New function.
26003         (org-insert-link, org-store-link): Use org-make-link.
26004         (org-open-file): Quote file name for shell command, to allow
26005         spaces in file names.
26006         (org-link-regexp): Fix bug with mailto link.
26007         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26008         New constants.
26009         (org-export-as-html): Deal with the optional angles around a link.
26010         Better treatment of file: links.
26011         (org-open-at-point): Replace @{ and @} with < and >.
26012         (org-run-mode-hooks): Function removed.
26013         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26015 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26017         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26018         MI command -data-list-register-values.
26019         (gdb-post-prompt): Indent properly.
26021 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26023         * hilit-chg.el (highlight-changes-colors): Rename from
26024         `highlight-changes-colours'.
26025         (highlight-changes-colours): Keep as obsolete alias.
26026         (highlight-changes-face-list): Doc fix.
26027         (hilit-chg-make-list): Use `highlight-changes-colors'.
26029 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26031         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26032         defun-prompt-regexp.
26034 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26036         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26037         and cygwin.
26039         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26040         Don't use an old loaddefs.el, as in Makefile.in.
26042 2005-06-12  Lute Kamstra  <lute@gnu.org>
26044         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26046         * man.el (Man-mode-map): Initialize it properly.
26047         (Man-mode): Set mode-class property to special.
26049         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26051 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26053         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26054         A newline is needed in the docstring there.
26056         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26057         Doc fixes.
26059 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26061         * printing.el: Doc fix.  The menubar is no more changed when printing
26062         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26063         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26064         (pr-version): New version number (6.8.4).
26065         (pr-menu-bind): New command.
26066         (pr-update-menus): Docstring and code fix.
26067         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26068         Docstring fix.
26069         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26070         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26072 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26074         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26075         "Returns" to "return", document useful return values, etc.
26077 2005-06-11  Alan Mackenzie  <acm@muc.de>
26079         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26080         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26081         (adaptive-file-function): Minor amendment to doc-string.
26083 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26085         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26086         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26087         Fix :type--it is `integer', not `string'.
26089         * faces.el (modeline-highlight): Rename from (the erroneous)
26090         `modeline-higilight'.
26092 2005-06-11  Lute Kamstra  <lute@gnu.org>
26094         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26095         lisp-interaction-mode-map but make it the parent.
26096         (edebug-eval-mode): Use define-derived-mode.
26098 2005-06-11  Andreas Schwab  <schwab@suse.de>
26100         * bindings.el: Add binding of `ESC functionkey' for every
26101         `M-functionkey'.
26102         * hexl.el (hexl-mode-map): Likewise.
26104 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26106         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26107         [msft]: update regexp for newer msft compilers.
26109 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26111         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26112         ATTLIST portions of included DTDs.
26113         (xml-parse-dtd): Eliminate use of inefficient match-data.
26115 2005-06-10  Miles Bader  <miles@gnu.org>
26117         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26118         (mpuz-text): Remove "-face" suffix from face names.
26119         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26120         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26121         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26123         * play/gomoku.el (gomoku-O, gomoku-X):
26124         Remove "-face" suffix from face names.
26125         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26126         New backward-compatibility aliases for renamed faces.
26127         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26129 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26131         * thumbs.el: Fixes for changes of 2005-06-09.
26132         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26133         as a directory.
26134         (thumbs-thumbname): Remove directory separator from format string;
26135         `thumbs-thumbsdir' now returns a valid directory name.
26136         (thumbs-temp-dir): New defsubst.
26137         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26138         Use it.
26140         * cus-edit.el (minibuffer):
26141         * files.el (make-backup-file-name-function):
26142         * filesets.el (filesets-external-viewers):
26143         * hilit-chg.el (highlight-changes-colours)
26144         (highlight-changes-face-list, highlight-changes-rotate-faces):
26145         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26146         * kmacro.el (kmacro-call-macro):
26147         * log-edit.el (log-edit-changelog-full-paragraphs):
26148         * mouse.el (mouse-1-click-follows-link):
26149         * skeleton.el (skeleton-autowrap):
26150         * subr.el (insert-for-yank-1):
26151         * tempo.el (tempo-insert-region):
26152         * terminal.el (terminal-emulator):
26153         * time.el (display-time-mail-face):
26154         * vc.el (vc-annotate):
26155         * vcursor.el (vcursor-copy-line):
26156         * woman.el (woman-bold-headings, woman-ignore)
26157         (woman-default-faces, woman-monochrome-faces):
26158         * calendar/todo-mode.el (todo-insert-threshold):
26159         * emulation/pc-select.el (pc-select-selection-keys-only)
26160         (pc-selection-mode):
26161         * emulation/vip.el (vip-find-char-forward):
26162         * emulation/viper-cmd.el (viper-find-char-forward):
26163         * international/mule-cmds.el
26164         (select-safe-coding-system-accept-default-p)
26165         (input-method-exit-on-invalid-key):
26166         * international/mule-diag.el (describe-coding-system):
26167         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26168         * net/browse-url.el (browse-url-xterm-program):
26169         * obsolete/lazy-lock.el (lazy-lock-mode):
26170         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26171         (cperl-mode):
26172         * progmodes/cpp.el (cpp-face-light-name-list)
26173         (cpp-face-dark-name-list):
26174         * progmodes/delphi.el (delphi-newline-always-indents):
26175         Fix spellings in docstrings.
26177         * ido.el (ido-mode, ido-file-extensions-order)
26178         (ido-default-file-method, ido-default-buffer-method)
26179         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26180         (ido-decorations, ido-read-file-name-as-directory-commands)
26181         (ido-read-file-name-non-ido, ido-work-directory-list)
26182         (ido-ignore-item-temp-list, ido-current-directory)
26183         (ido-magic-forward-char, ido-enter-find-file)
26184         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26185         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26187 2005-06-10  Lute Kamstra  <lute@gnu.org>
26189         * play/dunnet.el (dun-mode): Use define-derived-mode.
26190         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26191         obsolete alias.
26193         * play/doctor.el (doctor-mode-map): Remove defvar.
26194         (doctor-mode): Use define-derived-mode.
26196         * mail/mspools.el (mspools-mode):
26197         * net/eudc-hotlist.el (eudc-hotlist-mode):
26198         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26200 2005-06-10  Miles Bader  <miles@gnu.org>
26202         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26203         Remove "-face" suffix from face names.
26204         (flyspell-incorrect-face, flyspell-duplicate-face):
26205         New backward-compatibility aliases for renamed faces.
26206         (flyspell-mode-on, make-flyspell-overlay)
26207         (flyspell-highlight-incorrect-region)
26208         (flyspell-highlight-duplicate-region)
26209         (flyspell-display-next-corrections)
26210         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26212         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26213         from face name.
26214         (texinfo-heading-face): New backward-compatibility alias for
26215         renamed face.
26216         (texinfo-heading-face): Use renamed texinfo-heading face.
26218         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26219         suffix from face names.
26220         (tex-math-face, tex-verbatim-face):
26221         New backward-compatibility aliases for renamed faces.
26222         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26223         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26224         literal face name.
26226         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26227         name.
26228         (table-cell-face): New backward-compatibility alias for renamed face.
26229         (table--put-cell-face-property, table--update-cell-face):
26230         Use renamed table-cell face.
26232         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26233         from face name.
26234         (sgml-namespace-face): New backward-compatibility alias for
26235         renamed face.
26236         (sgml-namespace-face): Use renamed sgml-namespace face.
26238         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26239         (org-level-4, org-level-5, org-level-6, org-level-7)
26240         (org-level-8, org-warning, org-headline-done)
26241         (org-deadline-announce, org-scheduled-today)
26242         (org-scheduled-previously, org-link, org-done, org-table)
26243         (org-time-grid): Remove "-face" suffix from face names.
26244         (org-level-1-face, org-level-2-face, org-level-3-face)
26245         (org-level-4-face, org-level-5-face, org-level-6-face)
26246         (org-level-7-face, org-level-8-face, org-warning-face)
26247         (org-headline-done-face, org-deadline-announce-face)
26248         (org-scheduled-today-face, org-scheduled-previously-face)
26249         (org-link-face, org-done-face, org-table-face)
26250         (org-time-grid-face):
26251         New backward-compatibility aliases for renamed faces.
26252         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26253         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26254         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26255         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26257         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26258         (viper-minibuffer-emacs, viper-minibuffer-insert)
26259         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26260         (viper-search-face, viper-replace-overlay-face)
26261         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26262         (viper-minibuffer-vi-face):
26263         New backward-compatibility aliases for renamed faces.
26264         (viper-search-face, viper-replace-overlay-face)
26265         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26266         (viper-minibuffer-vi-face): Use renamed viper faces.
26268         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26269         Remove "-face" suffix from face names.
26270         (testcover-nohits-face, testcover-1value-face):
26271         New backward-compatibility aliases for renamed faces.
26272         (testcover-mark): Use renamed testcover faces.
26274         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26275         face name.
26276         (diary-button-face): New backward-compatibility alias for renamed face.
26277         (diary-entry): Use renamed diary-button face.
26279         * calendar/calendar.el (diary, calendar-today, holiday)
26280         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26281         (diary-face, calendar-today-face, holiday-face):
26282         New backward-compatibility aliases for renamed faces.
26283         (eval-after-load "facemenu", diary-entry-marker)
26284         (calendar-today-marker, calendar-holiday-marker, diary-face):
26285         Use renamed calendar faces.
26287         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26288         (compare-windows-face): New backward-compatibility alias for
26289         renamed face.
26290         (compare-windows-highlight): Use renamed compare-windows face.
26292         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26293         (strokes-char-face): New backward-compatibility alias for renamed face.
26294         (strokes-encode-buffer): Use renamed strokes-char face.
26296         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26297         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26298         Remove "-face" suffix from face names.
26299         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26300         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26301         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26302         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26303         Use renamed pcvs faces.
26304         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26305         * pcvs-defs.el (cvs-mode-map): Likewise.
26306         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26308         * info.el (info-title-1, info-title-2, info-title-3)
26309         (info-title-4): Remove "-face" suffix from and downcase face names.
26310         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26311         (Info-title-4-face):
26312         New backward-compatibility aliases for renamed faces.
26313         (Info-fontify-node): Use renamed info faces.
26315         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26316         Remove "-face" suffix from face names.
26317         (highlight-changes-face, highlight-changes-delete-face):
26318         New backward-compatibility aliases for renamed faces.
26319         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26320         (hilit-chg-make-list): Use renamed highlight-changes faces.
26322         * generic-x.el (show-tabs-tab, show-tabs-space):
26323         Remove "-face" suffix from face names.
26324         (show-tabs-tab-face, show-tabs-space-face):
26325         New backward-compatibility aliases for renamed faces.
26326         (show-tabs-generic-mode-font-lock-defaults-1)
26327         (show-tabs-generic-mode-font-lock-defaults-2):
26328         Use renamed show-tabs faces.
26330         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26331         (smerge-markers): Remove "-face" suffix from face names.
26332         (smerge-mine-face, smerge-other-face, smerge-base-face)
26333         (smerge-markers-face):
26334         New backward-compatibility aliases for renamed faces.
26335         (smerge-mine-face, smerge-other-face, smerge-base-face)
26336         (smerge-markers-face): Use renamed smerge faces.
26338         * log-view.el (log-view-file, log-view-message): Remove "-face"
26339         suffix from face names.
26340         (log-view-file-face, log-view-message-face):
26341         New backward-compatibility aliases for renamed faces.
26342         (log-view-file-face, log-view-message-face): Use renamed log-view
26343         faces.
26345         * paren.el (show-paren-match, show-paren-mismatch):
26346         Remove "-face" suffix from face names.
26347         (show-paren-match-face, show-paren-mismatch-face):
26348         New backward-compatibility aliases for renamed faces.
26349         (show-paren-function): Use renamed show-paren faces.
26351         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26352         (ruler-mode-margins, ruler-mode-fringes)
26353         (ruler-mode-column-number, ruler-mode-fill-column)
26354         (ruler-mode-comment-column, ruler-mode-goal-column)
26355         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26356         suffix from face names.
26357         (ruler-mode-default-face, ruler-mode-pad-face)
26358         (ruler-mode-margins-face, ruler-mode-fringes-face)
26359         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26360         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26361         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26362         New backward-compatibility aliases for renamed faces.
26363         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26364         (ruler-mode-column-number, ruler-mode-fill-column)
26365         (ruler-mode-comment-column, ruler-mode-goal-column)
26366         (ruler-mode-tab-stop, ruler-mode-current-column)
26367         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26368         faces.
26370         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26371         face name.
26372         (whitespace-highlight-the-space): Use renamed face.
26373         (whitespace-highlight-face): New backward-compatibility alias for
26374         renamed face.
26376         * woman.el (woman-italic, woman-bold, woman-unknown)
26377         (woman-addition, woman-symbol-face):
26378         Remove "-face" suffix from face names.
26379         (woman-italic-face, woman-bold-face, woman-unknown-face)
26380         (woman-addition-face):
26381         New backward-compatibility aliases for renamed faces.
26382         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26383         (woman-decode-region, woman-replace-match)
26384         (woman-display-extended-fonts, woman-special-characters)
26385         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26386         Use renamed woman faces.
26388         * longlines.el (longlines-visible-face): Face removed.
26390         * diff-mode.el (diff-header, diff-file-header, diff-index)
26391         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26392         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26393         suffix from face names.
26394         (diff-header-face, diff-file-header-face, diff-index-face)
26395         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26396         (diff-changed-face, diff-function-face, diff-context-face)
26397         (diff-nonexistent-face): New backward-compatibility aliases for
26398         renamed faces.
26399         (diff-header-face, diff-file-header-face)
26400         (diff-index, diff-index-face, diff-hunk-header)
26401         (diff-hunk-header-face, diff-removed, diff-removed-face)
26402         (diff-added, diff-added-face, diff-changed-face, diff-function)
26403         (diff-function-face, diff-context-face, diff-nonexistent)
26404         (diff-nonexistent-face): Use renamed diff-mode faces.
26406         * progmodes/compile.el (compilation-warning-face)
26407         (compilation-info-face): Remove "-face" suffix from face names.
26408         (compilation-warning-face, compilation-info-face):
26409         New backward-compatibility aliases for renamed faces.
26410         (compilation-warning-face, compilation-info-face):
26411         Use renamed compilation faces.
26413         * add-log.el (change-log-date, change-log-name)
26414         (change-log-email, change-log-file, change-log-list)
26415         (change-log-conditionals, change-log-function)
26416         (change-log-acknowledgement): Remove "-face" suffix from face names.
26417         (change-log-date-face, change-log-name-face)
26418         (change-log-email-face, change-log-file-face)
26419         (change-log-list-face, change-log-conditionals-face)
26420         (change-log-function-face, change-log-acknowledgement-face):
26421         New backward-compatibility aliases for renamed faces.
26422         (change-log-font-lock-keywords): Use renamed change-log faces.
26424         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26425         (custom-set, custom-changed, custom-saved, custom-button)
26426         (custom-button-pressed, custom-documentation, custom-state)
26427         (custom-comment, custom-comment-tag, custom-variable-tag)
26428         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26429         (custom-group-tag): Remove "-face" suffix from face names.
26430         (custom-magic-alist, custom-magic-value-create)
26431         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26432         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26433         (custom-set-face, custom-changed-face, custom-saved-face)
26434         (custom-button-face, custom-button-pressed-face)
26435         (custom-documentation-face, custom-state-face)
26436         (custom-comment-face, custom-comment-tag-face)
26437         (custom-variable-tag-face, custom-variable-button-face)
26438         (custom-face-tag-face, custom-group-tag-face-1)
26439         (custom-group-tag-face):
26440         New backward-compatibility aliases for renamed faces.
26442         * wid-edit.el (widget-documentation, widget-button)
26443         (widget-field, widget-single-line-field, widget-inactive)
26444         (widget-button-pressed): "-face" suffix removed from face names.
26445         (widget-documentation-face, widget-button-face)
26446         (widget-field-face, widget-single-line-field-face)
26447         (widget-inactive-face, widget-button-pressed-face):
26448         New backward-compatibility aliases for renamed faces.
26449         (widget-documentation-face, widget-button-face)
26450         (widget-button-pressed-face, widget-specify-field)
26451         (widget-specify-inactive): Use renamed widget faces.
26453 2005-06-10  Kenichi Handa  <handa@m17n.org>
26455         * term/x-win.el (x-clipboard-yank): Remove condition-case
26456         wrapping.
26458 2005-06-11  Kenichi Handa  <handa@m17n.org>
26460         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26461         date lines stricter.
26463 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26465         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26466         of x-get-selection.
26468 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26470         * comint.el (comint-mode, comint-snapshot-last-prompt):
26471         * frame.el (frame-current-scroll-bars):
26472         * term.el (term-mode, term-check-proc, term-input-sender)
26473         (term-simple-send, term-extract-string, term-word)
26474         (term-match-partial-filename):
26475         * window.el (window-current-scroll-bars):
26476         * emulation/cua-base.el (cua-normal-cursor-color)
26477         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26478         (cua-global-mark-cursor-color):
26479         * mail/undigest.el (rmail-forward-separator-regex):
26480         Fix typos in docstrings.
26482         * comint.el (comint-check-proc, make-comint-in-buffer)
26483         (comint-source-default): Doc fixes.
26485         * term.el (term-send-string): Improve argument/docstring consistency.
26487 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26489         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26490         call to `delete-region'.
26491         (comint-mode-hook): Do not enable Font Lock by default.
26493 2005-06-09  Lute Kamstra  <lute@gnu.org>
26495         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26496         could be void.
26498 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26500         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26501         (debug): Use it.
26502         (debugger-step-through, debugger-continue, debugger-jump)
26503         (debugger-return-value): Set it when needed.
26504         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26505         Use inhibit-read-only.
26507 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26509         * window.el (shrink-window-if-larger-than-buffer)
26510         (window-size-fixed): Fix typo in docstring.
26512         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26513         thumbnails directory on loading.
26514         (thumbs-conversion-program): Use `eq' to check the system type,
26515         not `equal'.
26516         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26517         not "/tmp".  Fix docstring.
26518         (thumbs-thumbsdir): New function to return the thumbnails
26519         directory, creating it if needed.
26520         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26521         (thumbs-temp-file): Delete variable and make it into a function.
26522         (thumbs-resize-image, thumbs-modify-image): Use it.
26523         (thumbs-kill-buffer): Simplify.
26524         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26525         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26526         docstrings.
26528 2005-06-09  Kim F. Storm  <storm@cua.dk>
26530         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26531         set-match-data to free markers in match-data.
26533         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26534         match-data to unchain markers in match-data.
26536 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26538         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26539         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26540         unnecessary now.
26542 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26544         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26545         give the variable a doc string that doesn't say don't set it directly.
26547         * textmodes/ispell.el (ispell-check-version):
26548         Use match-string-no-properties.
26549         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26550         (ispell-buffer-local-words): Likewise.
26552         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26553         except on terminals with enough colors to really display it.
26554         (makefile-dependency-regex): Delete spurious `bb'.
26556         * faces.el (escape-glyph): Use blue once again in last case.
26557         (no-break-space): Redefine so that it isn't invisible on a tty.
26559 2005-06-08  Kim F. Storm  <storm@cua.dk>
26561         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26562         also when reading directory name.
26564 2005-06-08  Lute Kamstra  <lute@gnu.org>
26566         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26567         (flyspell-mode-line-string): Remove autoload cookie.
26568         (flyspell-mode): Remove defvar.
26570 2005-06-07  Lute Kamstra  <lute@gnu.org>
26572         * textmodes/org.el (org-run-mode-hooks): New function.
26573         (org-agenda-mode): Use it.
26575 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26577         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26579 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26581         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26583 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26585         * font-lock.el (font-lock-add-keywords): Doc fix.
26587 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26589         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26590         (tex-compile-default): In the absence of any history, use the order in
26591         tex-compile-alist to choose the preferred command.
26592         (tex-compile-commands): Reorder a bit.
26594         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26595         (flyspell-incorrect-face, flyspell-duplicate-face):
26596         Use (X)Emacs-agnostic code.
26597         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26598         redundant with the subsequent add-minor-mode.  Merge Emacs and
26599         XEmacs code.
26600         (flyspell-word): Minor simplification.
26601         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26602         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26603         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26604         Merge the corresponding Emacs code.
26605         (flyspell-correct-word, flyspell-xemacs-popup):
26606         Use flyspell-do-correct.
26608         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26609         a dedicated window.
26611         * international/latexenc.el (latexenc-find-file-coding-system):
26612         Undo part of last patch, to turn off a compiler warning.
26614 2005-06-06  Juri Linkov  <juri@jurta.org>
26616         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26617         Rename `tmm-inactive-face' to `tmm-inactive'.
26619 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26621         * iswitchb.el: Rename faces.
26623 2005-06-06  Kim F. Storm  <storm@cua.dk>
26625         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26626         (cua-global-mark): Remove -face suffix from face names.
26628         * emulation/cua-gmrk.el (cua--init-global-mark):
26629         Remove cua-global-mark face setup.
26631 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26633         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26634         just like other allowed characters.
26635         (makefile-match-dependency): Exclude leading and training whitespace
26636         from the range of regexp subexp 1.
26637         (makefile-macroassign-regex): Don't try to match the body,
26638         just the name of the macro being defined.
26640         * info.el (Info-read-node-name-2): New function.
26641         (Info-read-node-name-1): Use that.
26642         Add a completion-base-size-function property.
26644         * simple.el (completion-setup-function): Look for
26645         completion-base-size-function property of minibuffer-completion-table.
26647         * files.el (locate-file-completion): Doc fix.
26649         * printing.el: Don't call pr-update-menus; user must do that.
26651         * emacs-lisp/debug.el (debugger-window): New variable.
26652         (debug): Use debugger-window if it is set and still alive.
26653         Record debugger-window for next entry.
26655         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26657 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26659         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26660         (hack-one-local-variable, hack-local-variables)
26661         (hack-local-variables-prop-line): Pass that arg.
26663 2005-06-06  Kim F. Storm  <storm@cua.dk>
26665         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26666         (ido-indicator): Remove -face suffix from face names.
26668 2005-06-06  Juri Linkov  <juri@jurta.org>
26670         * font-lock.el (font-lock-regexp-backslash)
26671         (font-lock-regexp-backslash-construct): New faces.
26672         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
26673         after `('.  Add `while-no-input' to control structures.
26675         * faces.el (no-break-space, shadow): New faces.
26676         (escape-glyph): Use less loud colors pink2 and red4.
26678         * diff-mode.el (diff-context-face)
26679         * dired.el (dired-ignored)
26680         * rfn-eshadow.el (file-name-shadow)
26681         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26683         * info.el (Info-title-1-face): Use green instead of yellow because
26684         bold yellow is not readable on light backgrounds.
26686         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26687         before selecting the desired mode to not spend time fontifying
26688         old contents.
26690 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
26692         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26693         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26695         * ps-print.el (ps-default-fg, ps-default-bg):
26696         Fix typos in docstrings.
26698         * isearchb.el (isearchb): Don't pass a spurious second argument to
26699         `iswitchb-completions'.
26701 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
26703         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26704         to preserve point.
26705         (gdb-find-file-hook): Add doc string.
26707         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26708         C dereferenced pointer expression.
26709         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
26711         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26713         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26714         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26715         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26716         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26717         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26718         Make background transparent.
26720 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
26722         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
26723         (font-lock-remove-keywords): Doc fix.
26724         (font-lock-mode-major-mode): Compiler defvar.
26725         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26727         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26728         (font-lock-mode): Update `font-lock-mode-major-mode'.
26729         (font-lock-set-defaults): Compiler defvar.
26730         (font-lock-default-function): Take `font-lock-mode-major-mode'
26731         into account.
26733         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26734         keep track of which major mode it enabled the minor mode for.
26735         Use find-file-hook again.  Update docstring.
26737         * simple.el (eval-expression-print-level)
26738         (eval-expression-print-length, eval-expression-debug-on-error):
26739         Doc fixes.
26741 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
26743         * iswitchb.el (iswitchb-single-match-face)
26744         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26745         (iswitchb-invalid-regexp-face): New faces.
26746         (iswitchb-completions): Use them.
26747         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26748         now marked as an obsolete alias.
26749         (iswitchb-read-buffer): Remove check for bound font variables.
26750         (iswitchb-invalid-regexp): New free variable.
26751         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26752         set iswitchb-invalid-regexp.
26753         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26754         invalid regexps.
26755         (iswitchb-completions): Add check for complete match when entering
26756         a regexp.
26757         (iswitchb-completions): Remove require-match argument.
26758         (iswitchb-exhibit): Fix caller.
26759         (iswitchb-common-match-inserted): New variable.
26760         (iswitchb-complete, iswitchb-completion-help): Use it.
26762 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
26764         * url-http.el (url-http-chunked-encoding-after-change-function):
26765         Use `url-http-debug' instead of `message'.
26767 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
26769         * url-http.el (url-http-parse-headers): Pass redirected URL as a
26770         callback argument.
26772 2005-06-04  Kim F. Storm  <storm@cua.dk>
26774         * simple.el (line-move): Only call sit-for when moving backwards.
26776         * ido.el (ido-make-merged-file-list-1): New defun split from
26777         ido-make-merged-file-list.
26778         (ido-make-merged-file-list): Bind throw-on-input around call to
26779         ido-make-merged-file-list-1.  Return input-pending-p if
26780         interrupted by more input available.
26781         (ido-read-internal): Handle input-pending-p return value from
26782         ido-make-merged-file-list.
26784 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26786         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26787         compatibility code.
26789         * international/latexenc.el (latexenc-find-file-coding-system):
26790         Don't inherit the EOL part of the coding-system from the
26791         tex-main buffer.  Fit within 80 columns.
26793 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
26795         * tmm.el (tmm-inactive-face): New face.
26796         (tmm-remove-inactive-mouse-face): New function.
26797         (tmm-prompt, tmm-add-one-shortcut)
26798         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26799         but not selectable.
26801 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
26803         * faces.el (face-equal): Improve argument/docstring consistency.
26805 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
26807         * progmodes/make-mode.el (makefile-targets-face)
26808         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26809         (makefile-bsdmake-dependency-regex)
26810         (makefile-makepp-rule-action-regex)
26811         (makefile-bsdmake-rule-action-regex): New constants.
26812         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26814         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26815         Allow (...) within `...' for makepp messages.
26817 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
26819         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26821         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26822         "." files are deleted from all file lists before comparison.
26824         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26825         (viper-ESC-key): Made them customizable.
26827         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26829 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
26831         * autorevert.el (auto-revert-buffers): Use save-match-data.
26833 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26835         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26836         menu items with a nil command binding.
26838 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
26840         * emacs-lisp/cl-macs.el (defsetf):
26841         Improve argument/docstring consistency.
26843         * faces.el (list-faces-display): Improve the formatting by
26844         computing the maximum length required for any face-name (reworked
26845         patch of 1999-01-11, accidentally deleted on 1999-07-21).
26846         (internal-find-face): Remove redundant info in docstring.
26848 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
26850         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26851         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26852         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26853         (gdb-assembler-custom): Improve regexps.
26854         (def-gdb-auto-update-handler): Use window point to preserve point.
26856 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26858         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26860 2005-05-31  Jay Belanger  <belanger@truman.edu>
26862         * calc/calc-embed.el (calc-embedded-word): Change argument passed
26863         to calc-embedded.
26864         (calc-embedded-make-info): Have plain prefix argument select
26865         entire line.
26867 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
26869         * faces.el (list-faces-display): Signal error if passed a regexp
26870         that matches no face name.
26872         * simple.el (filter-buffer-substring): Fix typo in docstring.
26874 2005-05-31  Richard M. Stallman  <rms@gnu.org>
26876         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26877         (vhdl-emacs-21): Doc fix.
26878         (vhdl-mode): Unconditionally set comment-padding.
26879         (vhdl-fixup-whitespace-region): Insert spaces only where
26880         there are none.
26881         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26883 2005-05-30  John Wiegley  <johnw@newartisans.com>
26885         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26886         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26887         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26888         `directory-sep-char' to ?/, and all uses of `string-to-int' to
26889         `string-to-number'.
26891 2005-05-30  Jay Belanger  <belanger@truman.edu>
26893         * calc/calc.el (calc-bug-address): Fix docstring.
26894         (calc-window-hook, calc-trail-window-hook): New variables.
26895         (calc-trail-display): Restore use of calc-trail-window-hook.
26896         (calc): Restore use of calc-window-hook.
26898 2005-05-31  Masatake YAMATO  <jet@gyve.org>
26900         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26902         * help-fns.el (help-C-file-name): Add autoload mark for
26903         `find-function-noselect'.
26905 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26907         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26908         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26910 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26912         * calendar/diary-lib.el (mark-included-diary-files): Only kill
26913         included diary buffer if it was not already being visited.
26914         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26916         * calendar/icalendar.el (top-level): Do not require appt.
26918         * mail/supercite.el (sc-select-attribution): Only use a list
26919         element from sc-attrib-selection-list if it returns a string.
26920         Reported by Davide G. M. Salvetti <salve@debian.org>.
26922 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
26924         * thumbs.el (thumbs-thumbname): The resulting thumbname now
26925         includes a hash value to improve its uniqueness, and has a ".jpg"
26926         extension.  Also, it is now a valid filename on all systems.
26927         (thumbs-make-thumb): Use `let', not `let*'.
26928         (thumbs-show-thumbs-list): Check for JPEG availability.
26930 2005-05-30  Richard M. Stallman  <rms@gnu.org>
26932         * filesets.el (filesets-menu-ensure-use-cached):
26933         Prevent warning when emacs-version>= is undefined.
26935         * printing.el (pr-interactive-n-up): Use string-to-number.
26937         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26939         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26940         Warn only when name to be defined is quoted.
26942 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
26944         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26945         Make regexp more robust.
26946         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26947         Force regeneration of disassembly.
26949 2005-05-29  Jay Belanger  <belanger@truman.edu>
26951         * calc/calc.el (calc-user-invocation): Check if
26952         calc-invocation-macro is non-nil.
26954 2005-05-29  Juri Linkov  <juri@jurta.org>
26956         * add-log.el (change-log-font-lock-keywords):
26957         Add `+' to e-mail regexp to accept mail address with keywords.
26959         * man.el (Man-name-regexp): Add `:' to accept qualified names.
26961 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
26963         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26965         * ielm.el (inferior-emacs-lisp-mode): Ditto.
26967 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26969         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26970         Undo the change that moves to end of the current word.
26972 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
26974         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26975         Throw error when count <= 0 to ensure input is a number.
26976         (gdb-read-memory-custom): Pick up address from buffer.
26977         (gdb-memory-mode): Allow user to increment and decrement
26978         memory address from header line.
26980 2005-05-29  Richard M. Stallman  <rms@gnu.org>
26982         * flyspell.el (flyspell-version): Function deleted.
26983         (flyspell-auto-correct-previous-hook): Doc fix.
26985         * jit-lock.el (jit-lock-function, jit-lock-after-change):
26986         Do nothing if memory is full.
26988         * font-lock.el (font-lock-fontify-syntactically-region):
26989         Pass t for GREEDY to looking-back.
26991         * saveplace.el (save-place-alist-to-file): Write the file
26992         using write-region.
26994         * subr.el (looking-back): New argument GREEDY.
26996         * progmodes/compile.el (compilation-start): Set the mode
26997         before inserting the initial text.
26999         * progmodes/which-func.el (which-func-update-1): Turn the mode
27000         off in case of error by setting which-func-mode.
27002 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27004         * flyspell.el (flyspell-auto-correct-previous-word):
27005         Narrow down to what's on the screen, and recenter overlays
27006         at the end of the next word.
27008 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27010         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27011         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27012         (flyspell-abbrev-p): Default to nil.
27013         (flyspell-use-global-abbrev-table-p): Doc fix.
27014         (flyspell-large-region): Allow nil as value.
27015         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27017         (mail-mode-flyspell-verify): More robust handling
27018         of `mail-header-separator'.  More efficient signature detection.
27019         Allow for regexp metacharacters in message-header-separator.
27020         Adding `To' not to be checked in mail-mode-flyspell-verify.
27022         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27023         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27024         Bind flyspell-auto-correct-binding.
27025         Bind C-. and C-, .
27026         (flyspell-mode-map): Likewise.
27027         (flyspell-mode): Doc fix.
27028         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27029         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27030         (flyspell-word-cache-result): New var, always local.
27031         (flyspell-check-pre-word-p): Doc fix.
27032         (flyspell-check-changed-word-p): Handle spc like newline.
27033         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27034         (flyspell-word-search-backward, flyspell-word-search-forward):
27035         New functions.
27036         (flyspell-word): Return t if nothing to check.
27037         When parsing TeX code, check for after } or \.
27038         Use flyspell-word-search-backward to find previous word.
27039         Return nil if duplicated word.
27040         For word already checked, return same value as last time.
27041         Set flyspell-word-cache-result after checking.
27042         Don't clobber the return value.
27043         (flyspell-get-word): Major rewrite.
27044         (flyspell-external-point-words): New locals pword, pcount.
27045         Fix size used in progress message.
27046         Find the proper corresponding word in flyspell-large-region-buffer.
27047         (flyspell-region): Check for flyspell-large-region = nil.
27048         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27049         (flyspell-auto-correct-word): Check that WORD is a cons.
27050         (flyspell-correct-word): Likewise.
27052 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27054         * progmodes/make-mode.el (makefile-rule-action-regex)
27055         (makefile-macroassign-regex, makefile-makepp-mode)
27056         (makefile-bsdmake-mode): Continuation lines may be empty.
27057         Reported by Joshua Varner.
27058         (makefile-makepp-font-lock-keywords): Add $(stem).
27060 2005-05-28  Karl Berry  <karl@gnu.org>
27062         * textmodes/tex-mode.el: Now that tex-send-command calls
27063         shell-quote-argument (2005-03-31 change), remove all calls to
27064         shell-quote-argument; they all end up invoking tex-send-command.
27065         The double quoting loses on filenames with non-safe characters,
27066         such as "@".  Reported by Frederik Fouvry.
27068 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27070         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27071         about preserving point.
27073 2005-05-27  Jay Belanger  <belanger@truman.edu>
27075         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27076         Info-goto-node.
27078         * calc/calc-embed.el (calc-embed-arg): New variable.
27079         (calc-do-embedded-activate, calc-embedded-activate-formula)
27080         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27081         variable by new variable.
27082         (calc-embedded-make-info): Replace undeclared variable by new
27083         variable.  When selecting region with positive prefix
27084         argument, use end of previous line instead of beginning of line.
27086         * calc/calc-aent.el (calc-arg-values): Declare it.
27088         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27089         Declare them.
27091         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27093         * calc/calc.el (calc-alg-map): Declare it.
27095         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27097 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27099         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27100         (gdb-registers-buffer, toggle-gdb-all-registers):
27101         Toggle display of floating point registers.
27102         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27104         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27105         (toggle-gud-tooltip-dereference):
27106         Rename from gud-toggle-tooltip-dereference.
27108 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27110         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27112 2005-05-27  Jay Belanger  <belanger@truman.edu>
27114         * calc/calc-prog.el (calc-kbd-report): Remove.
27115         (calc-kbd-query): Rewrite.
27117 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27119         * image.el (image-library-alist): Move to image.c.
27120         (image-type-available-p): Doc fix.
27122 2005-05-27  Lute Kamstra  <lute@gnu.org>
27124         * calc/calc.el (calc):
27125         * outline.el (outline-1, outline-2, outline-3, outline-4)
27126         (outline-5, outline-6, outline-7, outline-8):
27127         * textmodes/dns-mode.el (dns-mode):
27128         * textmodes/sgml-mode.el (sgml-namespace-face):
27129         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27130         (tex-verbatim-face, tex-use-reftex):
27131         * textmodes/texinfo.el (texinfo-heading-face):
27132         Specify customization group.
27134         * longlines.el: Don't require easy-mmode.
27135         (longlines-visible-face): Specify customization group.
27137 2005-05-27  Kenichi Handa  <handa@m17n.org>
27139         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27140         encoding table of windows-1251.
27142         * international/ucs-tables.el (ucs-set-table-for-input):
27143         If translation-table-for-input of a coding system is a symbol, get
27144         its translation-table property.
27146         * international/code-pages.el: Don't register a coding system into
27147         non-iso-charset-alist more than once.
27148         (cp-make-coding-system): Likewise.
27150 2005-05-26  John Wiegley  <johnw@newartisans.com>
27152         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27153         `eshell-resume-eval' is wrapped in a list, it indicates that the
27154         command was run asynchronously.  In that case, unwrap the value
27155         before checking the delimiter value.
27157         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27158         character before a space at the end of a line is \, assume the space
27159         is part of the last argument rather than a final argument separator.
27161         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27162         is in use, and the target is `t' or `nil' (which are the most common
27163         values), don't assume that the symbol target is a buffer.
27165 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27167         * calendar/calendar.el (calendar-mode-line-format):
27168         Use mode-line-highlight as mouse-face.
27170         * time.el (display-time-string-forms, display-time-update):
27171         Use mode-line-highlight as mouse-face.
27173 2005-05-26  Jay Belanger  <belanger@truman.edu>
27175         * calc/calc.el (calc-language-alist): Remove extra defvar.
27177 2005-05-26  Lute Kamstra  <lute@gnu.org>
27179         * arc-mode.el (archive-mode):
27180         * bookmark.el (bookmark-read-annotation-mode)
27181         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27182         * bs.el (bs-mode):
27183         * calc/calc-yank.el (calc-edit-mode):
27184         * calc/calc.el (calc-mode, calc-trail-mode):
27185         * calculator.el (calculator-mode):
27186         * chistory.el (command-history-mode):
27187         * comint.el:
27188         * cus-edit.el (custom-mode):
27189         * descr-text.el (describe-text-mode):
27190         * ebuff-menu.el (Electric-buffer-menu-mode):
27191         * ediff-util.el (ediff-mode):
27192         * emacs-lisp/re-builder.el (reb-mode):
27193         * emulation/vi.el (vi-mode-setup):
27194         * emulation/ws-mode.el (wordstar-mode):
27195         * eshell/esh-mode.el (eshell-mode):
27196         * forms.el (forms-mode):
27197         * help-mode.el (help-mode):
27198         * hexl.el (hexl-mode):
27199         * ibuffer.el (ibuffer-mode):
27200         * ielm.el (inferior-emacs-lisp-mode):
27201         * info.el (Info-mode, Info-edit-mode):
27202         * international/swedish.el:
27203         * ledit.el (ledit-from-lisp-mode):
27204         * locate.el (locate-mode):
27205         * mail/rmail.el (rmail-mode):
27206         * mail/rmailedit.el (rmail-edit-mode):
27207         * mail/rmailsum.el (rmail-summary-mode):
27208         * mail/supercite.el (sc-electric-mode):
27209         * net/eudc.el (eudc-mode):
27210         * net/quickurl.el (quickurl-list-mode):
27211         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27212         * obsolete/ooutline.el (outline-mode):
27213         * obsolete/options.el (Edit-options-mode):
27214         * obsolete/rnews.el (news-mode):
27215         * obsolete/rnewspost.el (news-reply-mode):
27216         * play/5x5.el (5x5-mode):
27217         * play/decipher.el (decipher-mode, decipher-stats-mode):
27218         * play/gomoku.el (gomoku-mode):
27219         * play/snake.el (snake-mode):
27220         * play/solitaire.el (solitaire-mode):
27221         * play/tetris.el (tetris-mode):
27222         * progmodes/ada-mode.el (ada-mode):
27223         * progmodes/antlr-mode.el (antlr-mode):
27224         * progmodes/autoconf.el (autoconf-mode):
27225         * progmodes/dcl-mode.el (dcl-mode):
27226         * progmodes/delphi.el (delphi-mode):
27227         * progmodes/ebrowse.el (ebrowse-tree-mode)
27228         (ebrowse-electric-list-mode, ebrowse-member-mode)
27229         (ebrowse-electric-position-mode):
27230         * progmodes/f90.el (f90-mode):
27231         * progmodes/fortran.el (fortran-mode):
27232         * progmodes/icon.el (icon-mode):
27233         * progmodes/idlw-help.el (idlwave-help-mode):
27234         * progmodes/idlw-shell.el (idlwave-shell-mode):
27235         * progmodes/idlwave.el (idlwave-mode):
27236         * progmodes/inf-lisp.el (inferior-lisp-mode):
27237         * progmodes/m4-mode.el (m4-mode):
27238         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27239         * progmodes/modula2.el (modula-2-mode):
27240         * progmodes/octave-inf.el (inferior-octave-mode):
27241         * progmodes/octave-mod.el (octave-mode):
27242         * progmodes/pascal.el (pascal-mode):
27243         * progmodes/sh-script.el (sh-mode):
27244         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27245         * progmodes/vhdl-mode.el (vhdl-mode):
27246         * progmodes/xscheme.el (scheme-interaction-mode):
27247         * replace.el (occur-mode):
27248         * ses.el (ses-mode):
27249         * simple.el (completion-list-mode):
27250         * skeleton.el:
27251         * speedbar.el (speedbar-mode):
27252         * term.el (term-mode):
27253         * terminal.el (terminal-edit-mode):
27254         * textmodes/reftex-index.el (reftex-index-mode)
27255         (reftex-index-phrases-mode):
27256         * textmodes/reftex-sel.el (reftex-select-label-mode)
27257         (reftex-select-bib-mode):
27258         * textmodes/reftex-toc.el (reftex-toc-mode):
27259         * wdired.el (wdired-change-to-wdired-mode):
27260         * wid-browse.el (widget-browse-mode):
27261         Use run-mode-hooks.
27263         * array.el (array-mode):
27264         * calendar/todo-mode.el (todo-mode):
27265         * man.el (Man-mode):
27266         * play/landmark.el (lm-mode):
27267         * play/mpuz.el (mpuz-mode):
27268         Use kill-all-local-variables and run-mode-hooks.
27270         * subr.el (delay-mode-hooks): Specify indentation.
27272 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27274         * xml.el (xml-substitute-special): Don't die for undefined xml
27275         entities.
27277 2005-05-26  Jay Belanger  <belanger@truman.edu>
27279         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27280         of nil.
27282 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27284         * progmodes/gdb-ui.el (gdb-frame-address):
27285         Rename from gdb-current-address.
27286         (gdb-previous-frame-address): Rename from gdb-previous-address.
27287         (gdb-selected-frame): Rename from gdb-current-frame.
27288         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27289         (gdb-frame-number): Rename from gdb-current-stack-level.
27290         (gdb-ann3): Match new mode-name for disassembly buffer.
27291         Extend initialization of variables.
27292         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27293         (gdb-memory-mode): Use mouse-face in header line.
27294         (gdb-assembler-buffer-name): Call it disassembly and give frame
27295         in mode line.
27296         (gdb-source-spec-regexp, gdb-assembler-custom)
27297         (gdb-invalidate-assembler, gdb-frame-handler):
27298         Make robust to leading zeroes in address format.
27300 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27302         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27303         define `org-mode'.
27304         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27306 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27308         * log-edit.el (log-edit-changelog-entries): Distinguish between
27309         filenames like xfns.c and fns.c.
27311 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27313         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27314         point after reverting.
27315         (Buffer-menu-make-sort-button): Handle the case where
27316         `Buffer-menu-use-header-line' is nil.
27318 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27320         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27321         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27322         and `:' to them.
27324 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27326         * startup.el (normal-top-level): Allow modification of load-path while
27327         we're iterating over it.
27329 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27331         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27332         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27333         (thumbs-resize-interactive, thumbs-insert-image)
27334         (thumbs-insert-thumb, thumbs-dired-show-marked)
27335         (thumbs-find-image-at-point, thumbs-delete-images)
27336         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27337         (thumbs-increment-image-size, thumbs-decrement-image-size):
27338         Fix typos in docstrings.
27340 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27342         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27343         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27344         (cperl-mode): Use them.
27346 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27348         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27349         Doc fixes.
27351 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27353         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27354         Bind C-d to gdb-inferior-io-eof.
27356         * dired.el (dired-dnd-popup-notice): Use message-box.
27358 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27360         * bindings.el (mode-line-major-mode-keymap):
27361         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27363         * faces.el (mode-line-highlight): New face.
27365         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27366         as mouse-face.
27368         * bindings.el (top-level, help-echo, mode-line-modified)
27369         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27370         as mouse-face.
27372 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27374         * progmodes/cc-engine.el (c-guess-basic-syntax):
27375         Remove spurious call to `zerop'.
27377         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27379 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27381         CC Mode update to 5.30.10:
27383         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27384         could go past the limit in decoration level 2, thereby causing
27385         errors during interactive fontification.
27387         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27388         the file is evaluated interactively.
27390         * cc-engine.el (c-guess-basic-syntax): Handle operator
27391         declarations somewhat better in C++.
27393         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27394         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27395         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27396         (awk-mode): Use it.
27397         (make-local-hook): Suppress warning about obsoleteness.
27399         * cc-engine.el, cc-align.el, cc-cmds.el
27400         (c-append-backslashes-forward, c-delete-backslashes-forward)
27401         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27402         Compensate for return value from `forward-line' when it has moved
27403         but not to a different line due to eob.
27405         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27406         `objc-method-intro' and `objc-method-args-cont'.
27408 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27410         CC Mode update to 5.30.10:
27412         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27413         in the copyright statement.  Incidentally, change "along with GNU
27414         Emacs" to "along with this program" where it occurs.
27416         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27417         so that it is interactive, hence can be found by M-x awk-mode
27418         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27419         <gmorris+emacs@ast.cam.ac.uk>.
27421         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27422         Mode's regexps.
27424 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27426         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27427         c-parse-state, to avoid a lisp error (on bad code).
27429 2005-05-23  Lute Kamstra  <lute@gnu.org>
27431         * subr.el (font-lock-defaults): Remove defvar as it's already
27432         defined in font-core.el.
27434         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27436 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27438         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27439         more general and work when GDB variable "print pretty" is on,
27440         as with Emacs, for example.
27442 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27444         * font-core.el: Update comment.
27446         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27447         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27449         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27451 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27453         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27454         and `yank-handler' in the doc strings.
27456 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27458         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27460 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27462         * help.el (describe-key): Move print-help-return-message call
27463         out of conditional.
27465         * progmodes/etags.el (list-tags): Use with-no-warnings.
27467         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27468         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27469         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27471         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27473         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27474         Add defvar.
27476         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27477         Use defvar, not defconst.
27479         * hexl.el (hexl-follow-line): Use with-no-warnings.
27481         * emulation/tpu-extras.el: Use write-file-functions instead of
27482         write-file-hooks.
27484         * dired.el (dired-font-lock-keywords): Fontify files with junk
27485         extensions even if marked by -F.
27487 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27489         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27490         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27491         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27492         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27493         (concatenate, list-length, get*, getf, cl-remprop):
27494         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27495         (etypecase, progv, lexical-let, lexical-let*)
27496         (multiple-value-bind, multiple-value-setq, shiftf):
27497         Improve argument/docstring consistency.
27499         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27501 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27503         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27504         doesn't exist.
27506         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27507         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27509 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27511         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27512         already deleted variables: auto-fill-hook, blink-paren-hook,
27513         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27514         suspend-hooks, comment-indent-hook, meta-flag,
27515         before-change-function, after-change-function,
27516         font-lock-doc-string-face.
27518 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27520         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27522 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27524         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27525         rmail-dont-reply-to.
27527 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27529         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27530         literal blank when splitting new-header-values.
27532 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27534         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27535         string so that tmm doesn't create a completion entry for it.
27537         * textmodes/table.el (table-disable-menu): Ditto.
27539 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27541         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27543         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27545         * net/rcompile.el (remote-compile): Use compilation-start.
27547         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27549 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27551         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27552         Default to makefile-bsdmake-mode on BSD systems.
27554         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27555         REGEXP may also be a search function now.  The part of doc-string
27556         for describing the structure was 95% identical to that of
27557         `imenu--generic-function'.  Unify it there.
27559         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27560         Use function to find dependencies, because regexp alone is so complex,
27561         it easily goes into an endless loop.
27562         (makefile-makepp-mode): Also add submenu for Perl functions
27563         defined in the makefile.
27564         (makefile-bsdmake-mode): Special imenu-generic-expression no
27565         longer needed, due to function call.
27566         (makefile-match-dependency): Take BOUND into account when checking
27567         if we're through.
27569 2005-05-20  Jay Belanger  <belanger@truman.edu>
27571         * calc/calc-units.el (calc-invalidate-units-table):
27572         Use inhibit-read-only.
27573         (math-build-units-table-buffer): Use view-mode.
27575 2005-05-20  David Kastrup  <dak@gnu.org>
27577         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27578         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27580 2005-05-20  Lute Kamstra  <lute@gnu.org>
27582         * diff-mode.el (diff-header-face, diff-file-header-face)
27583         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27584         (diff-added-face, diff-changed-face, diff-function-face)
27585         (diff-context-face, diff-nonexistent-face): Put them in the
27586         diff-mode customization group.
27588 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27590         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27592         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27594         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27595         Minor regexp-optimization.
27597 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27599         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27600         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27601         (org-agenda-add-time-grid-maybe): New function.
27602         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27603         (org-table-create): `dotimes' instead of `mapcar'.
27604         (org-xor): Simplify implementation.
27605         (org-agenda): `inhibit-redisplay' turned on.
27606         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27607         a consistent line after a state change.
27608         (org-agenda-remove-times-when-in-prefix): New option.
27609         (org-prefix-has-time): New variable.
27610         (org-parse-time-string): Optional argument NODEFAULT.
27611         (org-format-agenda-item): Parse items for time-of-day
27612         specifications and move these into the prefix if possible.
27613         (org-agenda-priority): Get current heading, not previous heading
27614         during agenda remote editing.
27616 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27618         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27619         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27620         (remove-duplicates, delete-duplicates, substitute)
27621         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27622         (nsubstitute-if-not, find, find-if, find-if-not, position)
27623         (position-if, position-if-not, count, count-if, count-if-not)
27624         (mismatch, search, sort*, stable-sort, merge, member*)
27625         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27626         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27627         (intersection, nintersection, set-difference, nset-difference)
27628         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27629         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27630         (nsublis, tree-equal): Improve argument/docstring consistency.
27632         * subr.el (send-string, send-region): Remove obsolescence declaration.
27633         (window-dot, set-window-dot, read-input, show-buffer)
27634         (eval-current-buffer, string-to-int):
27635         Add release number to obsolescence declarations.
27637 2005-05-19  Kim F. Storm  <storm@cua.dk>
27639         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27640         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27642 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27644         * faces.el (list-faces-display): Make back button respect optional
27645         regexp arg.
27647 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27649         * calculator.el (calculator-radix-grouping-mode)
27650         (calculator-radix-grouping-digits, calculator-displayer)
27651         (calculator-radix-grouping-separator, calculator-copy-displayer):
27652         * dabbrev.el (dabbrev-search-these-buffers-only):
27653         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27654         (diff-advance-after-apply-hunk, diff-mode-hook)
27655         (diff-minor-mode-prefix):
27656         * imenu.el (imenu-use-popup-menu):
27657         * jit-lock.el (jit-lock-context-time):
27658         * newcomment.el (comment-fill-column, comment-column)
27659         (comment-style, comment-padding, comment-multi-line)
27660         (comment-empty-lines, comment-auto-fill-only-comments):
27661         * reveal.el (reveal-around-mark):
27662         * uniquify.el (uniquify-buffer-name-style)
27663         (uniquify-after-kill-buffer-p)
27664         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27665         (uniquify-min-dir-content, uniquify-separator)
27666         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27667         * w32-vars.el (w32-fixed-font-alist):
27668         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27669         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27670         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27671         * progmodes/perl-mode.el (perl-indent-level)
27672         (perl-continued-statement-offset, perl-continued-brace-offset)
27673         (perl-brace-offset, perl-brace-imaginary-offset)
27674         (perl-label-offset, perl-indent-continued-arguments)
27675         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27676         * progmodes/tcl.el (tcl-indent-level)
27677         (tcl-continued-indent-level, tcl-auto-newline)
27678         (tcl-tab-always-indent, tcl-electric-hash-style)
27679         (tcl-help-directory-list, tcl-use-smart-word-finder)
27680         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27681         (inferior-tcl-source-command):
27682         * textmodes/fill.el (enable-kinsoku):
27683         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27684         * textmodes/table.el (table-yank-handler):
27685         Specify missing group (and type, if simple) in defcustom.
27687 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
27689         * progmodes/compile.el (compilation-finish-function): Fix defvar.
27691 2005-05-19  Richard M. Stallman  <rms@gnu.org>
27693         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27695         * subr.el (event-basic-type): Don't get an error.
27696         (left-fringe-p): Function deleted.
27698         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27699         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27701         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27702         in recursive copy.
27704         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27706         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27708         * emacs-lisp/bytecomp.el
27709         (byte-compile-file-form-custom-declare-variable):
27710         Call byte-compile-nogroup-warn if appropriate.
27712         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27713         (compilation-set-window): Don't call left-fringe-p; do it directly.
27715 2005-05-19  Jay Belanger  <belanger@truman.edu>
27717         * calc/calc-graph.el (calc-graph-format-data): Make sure
27718         var-PlotRejects is bound before trying to check its value.
27720 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
27722         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27723         definition of this variable from reftex-global.el to reftex.el,
27724         because it is needed in the menu.
27726 2005-05-19  Lute Kamstra  <lute@gnu.org>
27728         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27729         years are fixed.  Don't insert a space after a dash.
27731 2005-05-19  Kim F. Storm  <storm@cua.dk>
27733         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27735 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
27737         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27738         strings, because (eq ... ?\\) is fairly frequent.
27740         * progmodes/make-mode.el (makefile-add-this-line-targets):
27741         Simplify and integrate into `makefile-pickup-targets'.
27742         (makefile-add-this-line-macro): Simplify and integrate into
27743         `makefile-pickup-macros.
27744         (makefile-pickup-filenames-as-targets): Simplify.
27745         (makefile-previous-dependency, makefile-match-dependency):
27746         Don't stumble over `::'.
27748 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
27750         * subr.el (post-command-idle-hook, post-command-idle-delay):
27751         Remove obsoletion of post-command-idle-hook and
27752         post-command-idle-delay.
27754         * faces.el (list-faces-display): Provide button when describe-face
27755         is called to take user back to the list of faces.
27757         * help-fns.el (describe-variable): Remove hyperlinks in a
27758         variable's value as these are quite frequently inappropriate.
27760         * follow.el (follow-submit-feedback, follow-mode):
27761         Remove references to post-command-idle-hook.
27763 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
27765         * progmodes/make-mode.el (makefile-previous-dependency)
27766         (makefile-match-dependency): Check for := (and in bsd mode also
27767         !=) to give a better result, even when font-lock is not on.
27769 2005-05-18  Jay Belanger  <belanger@truman.edu>
27771         * calc/calc-help.el (calc-s-prefix-help):
27772         Add `calc-copy-special-constant' to help string.
27774 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
27776         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27778 2005-05-18  Jay Belanger  <belanger@truman.edu>
27780         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27781         in linear factors are in proper order.
27783 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
27785         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27786         Support for jurabib.
27788         * textmodes/reftex.el (featurep): Define aliases for overlay
27789         commands, for XEmacs compatibility, and use these aliases in
27790         overlay initializations.
27791         (reftex-highlight): Use `reftex-move-overlay'.
27792         (reftex-unhighlight): Use `reftex-delete-overlay'.
27793         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
27794         (reftex-access-search-path): Use `reftex-uniquify' instead of
27795         `reftex-uniq'
27797         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27798         `before-string' property modification enables for Emacs as well.
27799         (reftex-select-item): Use `reftex-delete-overlay'.
27800         (reftex-select-mark): Use `reftex-make-overlay' and
27801         `reftex-overlay-put'.
27802         (reftex-select-unmark): Use `reftex-delete-overlay' and
27803         `reftex-overlay-put'.
27805 2005-05-18  Lute Kamstra  <lute@gnu.org>
27807         * emacs-lisp/lisp.el (check-parens): Fix docstring.
27809 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
27811         * add-log.el (add-change-log-entry):
27812         * array.el (array-make-template, array-reconfigure-rows)
27813         (array-init-max-row, array-init-max-column)
27814         (array-init-columns-per-line, array-init-field-width):
27815         * replace.el (replace-match-maybe-edit, perform-replace):
27816         * textmodes/spell.el (spell-region):
27817         Replace `read-input' by `read-string'.
27819         * forms.el (forms-mode):
27820         * finder.el (finder-compile-keywords):
27821         * shadowfile.el (shadow-read-files):
27822         Replace `eval-current-buffer' by `eval-buffer'.
27824         * terminal.el (te-pass-through):
27825         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27826         (ange-ftp-raw-send-cmd):
27827         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27828         (send-process-next-char, telnet-initial-filter, telnet):
27829         Replace `send-string' by `process-send-string'.
27831         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27832         (prolog-consult-region): Replace `send-string' by
27833         `process-send-string'; replace `send-region' by `process-send-region'.
27835         * progmodes/delphi.el (delphi-log-msg):
27836         Replace `set-window-dot' by `set-window-point'.
27838         * subr.el (window-dot, set-window-dot, read-input, send-string)
27839         (send-region, show-buffer, eval-current-buffer):
27840         Make really obsolete, as the comment says.
27842 2005-05-17  Kim F. Storm  <storm@cua.dk>
27844         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27845         (cua--init-keymaps): Bind C-return instead of S-return to set
27846         rectangle mark.
27848         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27849         instead of S-return to toggle/clear rectangle mark.
27851 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
27853         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27854         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27855         Also fontify plain strings assigned to variables, mostly so that a
27856         colon has a face and is thus not taken as a dependency separator.
27857         (makefile-previous-dependency): Inline the new matcher, because it
27858         is too complex to work in both directions.
27859         (makefile-match-dependency): Eliminate `backward' arg (see above).
27860         Completely reimplemented so as to not sometimes go into an endless
27861         loop.  It should also be more efficient, because first it only
27862         searches for `:', instead of applying the very complex regexp.
27863         (makefile-mode): Cancel `font-lock-support-mode', because blocks
27864         to be fontified in one piece can be too long for JIT.
27865         Makefiles are never *that* big.
27867 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
27869         * dired.el (dired-mode): Simplify.
27871 2005-05-17  Lute Kamstra  <lute@gnu.org>
27873         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27874         defcustom for the mode hook variable.
27876         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27877         Emacs Lisp Reference Manual.
27879 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
27881         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27882         (evenp, list*):
27883         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27884         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27886         * net/tramp-smb.el (tramp-smb-open-connection):
27887         Pass `tramp-chunksize' as fifth (required) argument.
27889 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
27891         * font-lock.el (lisp-font-lock-keywords-1):
27892         Set `font-lock-negation-char-face' for [^...] char group.
27893         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27895         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27896         a var, and refine it to mask one more level of nested vars.
27897         (makefile-rule-action-regex): Turn it into a var, and refine it so
27898         it recognizes backslashed continuation lines as belonging to the
27899         same command.
27900         (makefile-macroassign-regex): Refine it so it recognizes
27901         backslashed continuation lines as belonging to the same command.
27902         (makefile-var-use-regex): Don't look at the next char, because it
27903         might be the same one to be skipped by the initial [^$], leading
27904         to an overlooked variable use.
27905         (makefile-make-font-lock-keywords): Remove two parameters, which
27906         are now variables that some of the modes set locally.
27907         Handle dependency and rule action matching through functions, because
27908         regexps alone match too often.  Dependency matching now comes
27909         last, so it can check, whether a colon already matched something else.
27910         (makefile-mode): Inform that font-lock improves makefile parsing
27911         capabilities.
27912         (makefile-match-dependency, makefile-match-action): New functions.
27914 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
27916         * emacs-lisp/cl-extra.el (equalp): Doc fix.
27918         * align.el (align-regexp):
27919         * ansi-color.el (ansi-color-get-face):
27920         * array.el (array-reconfigure-rows, array-init-max-row)
27921         (array-init-max-column, array-init-columns-per-line)
27922         (array-init-field-width):
27923         * dired-aux.el (dired-trample-file-versions):
27924         * dired-x.el (dired-mark-sexp):
27925         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27926         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27927         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27928         * faces.el (face-read-integer):
27929         * files.el (backup-extract-version, insert-directory):
27930         * hexl.el (hexl-insert-decimal-char):
27931         * server.el (server-process-filter):
27932         * shell.el (shell-extract-num):
27933         * startup.el (command-line-1):
27934         * term.el (term-command-hook):
27935         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27936         (time-stamp-do-number):
27937         * time.el (display-time-update):
27938         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27939         (timezone-fix-time):
27940         * vms-patch.el (vms-suspend-resume-hook):
27941         * calendar/appt.el (appt-convert-time):
27942         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27943         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27944         * calendar/cal-islam.el (mark-islamic-diary-entries):
27945         * calendar/calendar.el (calendar-cursor-to-date)
27946         (calendar-star-date):
27947         * calendar/diary-lib.el (diary-attrtype-convert)
27948         (mark-diary-entries, diary-entry-time):
27949         * calendar/solar.el (solar-get-number):
27950         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27951         * emacs-lisp/re-builder.el (reb-display-subexp):
27952         * emulation/edt.el (edt-set-scroll-margins):
27953         * emulation/tpu-extras.el (tpu-set-scroll-margins):
27954         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27955         (vip-get-ex-count):
27956         * emulation/viper-ex.el (viper-get-ex-token)
27957         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27958         * international/fontset.el (fontset-plain-name):
27959         * mail/feedmail.el (feedmail-look-at-queue-directory):
27960         * mail/mailalias.el (mail-get-names):
27961         * mail/rmail.el (rmail-convert-to-babyl-format):
27962         * mail/rmailsum.el (rmail-make-basic-summary-line)
27963         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27964         (rmail-summary-goto-msg):
27965         * mail/smtpmail.el (smtpmail-read-response):
27966         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27967         (ange-ftp-vms-add-file-entry):
27968         * play/gametree.el (gametree-looking-at-ply)
27969         (gametree-current-branch-score):
27970         * progmodes/ada-xref.el (ada-prj-find-prj-file)
27971         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27972         * progmodes/cperl-mode.el (condition-case):
27973         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27974         (ebrowse-set-member-buffer-column-width)
27975         (ebrowse-select-1st-to-9nth):
27976         * progmodes/etags.el (etags-snarf-tag):
27977         * progmodes/flymake.el (flymake-parse-line):
27978         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27979         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27980         (idlwave-shell-menu-def):
27981         * progmodes/ps-mode.el (ps-run-goto-error):
27982         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27983         (vhdl-speedbar-contract-level):
27984         * term/mac-win.el (x-handle-numeric-switch):
27985         * term/sun-mouse.el (sun-get-frame-data):
27986         * term/w32-win.el (x-handle-numeric-switch):
27987         * term/x-win.el (x-handle-numeric-switch):
27988         * textmodes/ispell.el (ispell-parse-output):
27989         * textmodes/nroff-mode.el (nroff-outline-level):
27990         * textmodes/reftex-cite.el (reftex-bib-sort-year)
27991         (reftex-bib-sort-year-reverse, reftex-format-citation):
27992         * textmodes/reftex-parse.el (reftex-init-section-numbers)
27993         (reftex-section-number):
27994         * textmodes/texinfmt.el (texinfo-paragraphindent):
27995         Replace `string-to-int' by `string-to-number'.
27997         * international/latexenc.el: Add page marker to force the "Local
27998         Variables:" string out of the last page.
28000 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28002         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28003         tooltip-change-major-mode.
28004         (gud-tooltip-print-command): Remove case where gud-minor-mode
28005         is gdb ("--fullname").
28006         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28007         explain to user.
28009 2005-05-16  Jay Belanger  <belanger@truman.edu>
28011         * calc/calc-store.el (calc-copy-special-constant): New function.
28013         * calc/calc-ext.el (calc-init-extensions): Add binding for
28014         `calc-copy-special-constant'.
28016         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28017         for the `calc-copy-special-constant' command.
28019 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28021         * subr.el (left-fringe-p): New function.
28023         * progmodes/compile.el (compilation-setup): Set local value of
28024         overlay-arrow-string to "" always.
28025         (compilation-set-window): Left fringe then don't scroll.
28026         No left fringe then no arrow and scroll message to top.
28027         (compilation-context-lines): Adjust doc string accordingly.
28029 2005-05-16  Kim F. Storm  <storm@cua.dk>
28031         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28032         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28033         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28034         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28035         (ido-read-file-name): Handle commands with ido property value
28036         equal to find-file as reading a file name, to allow C-d to enter dired.
28037         (ibuffer-find-file): Add ido property with value find-file.
28039 2005-05-15  Kim F. Storm  <storm@cua.dk>
28041         * subr.el (open-network-stream-nowait): Remove.
28042         (open-network-stream-server): Remove.
28044 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28046         * faces.el (describe-face): Output a definition link button.
28048         * help-mode.el (help-face-def): New button type.
28050         * emacs-lisp/copyright.el (copyright-fix-years):
28051         Match properly if the first year is 2-digit.
28052         Don't mess up the whitespace after the years by filling.
28054         * dired-aux.el (dired-mark-confirm):
28055         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28057         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28058         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28059         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28061         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28062         Set font-lock-comment-start-skip.
28064         * font-lock.el (font-lock-comment-start-skip): New variable.
28065         (font-lock-comment-end-skip): New variable.
28066         (font-lock-fontify-syntactically-region): Use them if non-nil.
28068 2005-05-15  Jay Belanger  <belanger@truman.edu>
28070         * calc/calc-store.el (calc-store-value): Return a string rather
28071         than display it as a message.
28072         Use calc-var-name for variable name.
28073         (calc-store-into): Add the result of calc-store-value to message.
28074         (calc-copy-variable): Add a message.
28075         (calc-store-exchange): Improve error messages.
28076         (calc-store-binary, calc-store-map): Don't reset the values of
28077         special constants.
28079 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28081         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28082         manual to docstring.
28084         * files.el (hack-local-variables-confirm): Add STRING argument.
28085         Make the function handle non file visiting buffers correctly.
28086         (hack-local-variables-prop-line, hack-local-variables)
28087         (hack-one-local-variable): Use STRING arg of
28088         `hack-local-variables-confirm'.
28090 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28092         Sync with Tramp 2.0.49.
28094         * net/tramp.el (tramp-handle-dired-call-process)
28095         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28096         because the contents of the Tramp buffer is changed before
28097         insertion (`expand-file' and alike).
28098         (tramp-handle-insert-directory): If `localname' has an empty
28099         nondirectory name, it must not be quoted.
28100         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28101         variable `tramp-chunksize'.  Change callees.
28102         (tramp-open-connection-setup-interactive-shell): Check remote host
28103         for buggy `send-process-string' implementation.
28104         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28105         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28106         (tramp-handle-shell-command): `insert-buffer' cannot be used
28107         because the contents of the Tramp buffer is changed before
28108         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28109         <frederic.bothamy@free.fr>.
28110         (tramp-set-auto-save): Actions should be done for Tramp file name
28111         handler only.  Ange-FTP has its own auto-save mechanism.
28112         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28113         (tramp-set-auto-save-file-modes): Set file modes of
28114         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28115         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28116         (tramp-bug): Remove obsolete variable.
28117         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28118         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28120 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28122         * ibuf-ext.el (define-ibuffer-filter filename):
28123         If `dired-directory' is a list, use its car.
28125 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28127         * ibuffer.el (define-ibuffer-column filename):
28128         If `dired-directory' is a list, use its car.
28130 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28132         * subr.el (symbol-file): Doc fix.
28134         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28135         (byte-compile-form): Call byte-compile-nogroup-warn.
28136         (byte-compile-warning-types): Doc fix.
28138         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28140         * progmodes/cc-engine.el (c-literal-faces):
28141         Add font-lock-comment-delimiter-face.
28143         * net/net-utils.el (dig): Use with-no-warnings.
28145         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28146         (sc-recite-frame-alist, sc-default-cite-frame)
28147         (sc-default-uncite-frame, sc-default-recite-frame)
28148         (sc-attrib-selection-list, sc-rewrite-header-list):
28149         Mark as risky-local-variable.
28151         * international/ogonek.el (ogonek-jak, ogonek-how):
28152         Don't use beginning-of-buffer.
28154         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28156         * calendar/solar.el (solar-data-list): Move definition up.
28158         * dnd.el (dnd-protocol-alist): Add autoload.
28160         * progmodes/sh-script.el: Many doc usage fixes.
28161         (sh-indent-after-do): Change default to match common styles.
28163 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28165         * files.el (interpreter-mode-alist)
28166         (auto-mode-interpreter-regexp): Doc fixes.
28168 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28170         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28172         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28174 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28176         * dired.el (dired-mode): make-variable-buffer-local =>
28177         make-local-variable.
28179 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28181         * term/mac-win.el (mac-select-convert-to-string): Try coding
28182         systems in mac-script-code-coding-systems if specified one cannot
28183         encode string for `com.apple.traditional-mac-plain-text'.
28185 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28187         * progmodes/make-mode.el (makefile-targets-face)
28188         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28189         (makefile-dependency-regex): Fix it to not make the colon in
28190         $(var:a=b) special.
28191         (makefile-rule-action-regex): New regexp for highlighting embedded
28192         Shell strings.
28193         (makefile-macroassign-regex): Handle != for highlighting as
28194         embedded Shell strings.
28195         (makefile-var-use-regex): New const.
28196         (makefile-statements, makefile-automake-statements)
28197         (makefile-gmake-statements, makefile-makepp-statements)
28198         (makefile-bsdmake-statements): New consts.
28199         (makefile-make-font-lock-keywords): New function.
28200         (makefile-automake-font-lock-keywords)
28201         (makefile-gmake-font-lock-keywords)
28202         (makefile-makepp-font-lock-keywords)
28203         (makefile-bsdmake-font-lock-keywords): New consts.
28204         (makefile-mode-map): Add switchers between the various submodes.
28205         (makefile-mode): Document the availability of the variants.
28206         (makefile-automake-mode, makefile-gmake-mode)
28207         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28209         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28210         new variants of makefile-mode.
28212 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28214         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28215         the inheritance.
28217 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28219         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28220         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28222         * files.el (normal-mode): Extend the scope of the
28223         `enable-local-variables' binding to include the `set-auto-mode' call.
28224         (magic-mode-alist): Doc fix.
28226 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28228         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28229         font-lock-comment-face rather than copying its setting.
28231 2005-05-12  Andreas Schwab  <schwab@suse.de>
28233         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28235 2005-05-12  Lute Kamstra  <lute@gnu.org>
28237         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28238         defcustom for the mode hook variable.  Delete the last argument.
28239         * generic-x.el: Fix callers of define-generic-mode.
28240         (generic-x-modes): Delete group.
28241         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28242         generic-x customization group.
28244 2005-05-12  Kim F. Storm  <storm@cua.dk>
28246         * font-lock.el (font-lock-negation-char-face): Default to "off".
28248         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28249         font-lock-negation-char-face to ! in !=.
28251 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28253         * add-log.el (find-change-log): Fix typos in the docstring
28254         of function.
28256 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28258         * international/latexenc.el (latexenc-find-file-coding-system):
28259         Avoid `re-search-forward' when looking for input encoding because
28260         of speed and safety.  Better regular expressions for recognizing
28261         input encoding.  Limit a search for TeX-master/tex-main-file to
28262         the local variable section.
28264 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28266         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28267         syntax of $ to "'" (quote).
28269 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28271         * dnd.el (dnd-protocol-alist): Improve custom type.
28273         * dired.el (dired-dnd-protocol-alist): New variable.
28274         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28275         `dired-mode-hook' to the end.
28277 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28279         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28280         comment-end if comment-start-skip is not set.
28281         Obey the font-lock-comment-delimiter-face variables.
28283 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28285         * files.el (executable-find): Move from executable.el.  Use
28286         locate-file.
28287         * progmodes/executable.el (executable-find): Move to files.el.
28289         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28290         when trying to ensure forward progress.
28292 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28294         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28295         (mouse-select, mouse-select-internal, mouse-extend-internal):
28296         Use it to implement mouse-1-click-follows-link functionality.
28298 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28300         * font-lock.el (font-lock-fontify-syntactically-region):
28301         Use font-lock-comment-delimiter-face for comment delimiters.
28303 2005-05-10  Jay Belanger  <belanger@truman.edu>
28305         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28306         preserving embedded modes.
28308 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28310         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28312         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28313         Move from ada-stmt.el.
28314         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28316         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28317         Move to ada-mode.el.
28318         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28320         * cus-edit.el (custom-file): Call file-chase-links.
28322         * files.el (read-directory-name): Fix previous change.
28323         (hack-local-variables-confirm): New function.
28324         (hack-local-variables-prop-line, hack-local-variables)
28325         (hack-one-local-variable): Use it.
28327 2005-05-10  Lute Kamstra  <lute@gnu.org>
28329         * font-lock.el (font-lock-keywords-alist)
28330         (font-lock-removed-keywords-alist): Clarify docstrings.
28332 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28334         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28335         (gdb-source-info): Check for preprocessor info.
28336         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28337         a macro for a function.
28338         (gdb-info-breakpoints-custom): Try to find file again if not already
28339         found (user might have used GDB dir command).
28340         (gdb-get-location): Update gdb-location-alist correctly for change
28341         to gdb-info-breakpoints-custom.
28343         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28344         (gud-tooltip-print-command): Add gdbmi case.
28345         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28346         preprocessor info.
28348 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28350         * startup.el (fancy-splash-insert): Fix typo in doc string.
28352 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28354         * obsolete/float.el (string-to-float):
28355         * obsolete/hilit19.el (hilit-add-pattern):
28356         * obsolete/rnews.el (news-parse-range, news-select-message)
28357         (news-get-pruned-list-of-files): Replace `string-to-int' by
28358         `string-to-number'.
28360         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28361         `find-file-not-found-hooks'; use `add-hook'.
28362         (uncompress-while-visiting): Set `write-file-functions', not
28363         `write-file-hooks'; use `add-hook'.
28365 2005-05-09  Kim F. Storm  <storm@cua.dk>
28367         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28368         (cua-paste): Handle clipboard action.
28369         (cua--init-keymaps): Remap clipboard-kill-region and
28370         clipboard-kill-ring-save.
28372 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28374         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28375         Improve commentary.
28377         * simple.el (next-error-overlay-arrow-position): Revert the change
28378         made on 2005-04-30.
28380 2005-05-07  Jay Belanger  <belanger@truman.edu>
28382         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28383         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28384         `calc-sel-reselect'.
28386         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28387         Calc is in embedded mode.
28389 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28391         * progmodes/compile.el (compilation-setup):
28392         Set overlay-arrow-string to an empty string on text terminals.
28394         * textmodes/ispell.el (ispell-program-name): Try looking for
28395         "aspell" along exec-path, and if found, use it as the default
28396         speller program.
28398 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28400         * international/mule.el (sgml-xml-auto-coding-function):
28401         Recognize encoding='FOO' in single quotes as well as in double quotes.
28403 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28405         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28406         as well as `interactive', so that defmacro* would recognize
28407         `declare' forms.
28409 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28411         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28412         Explain more about the LIGHTER arg's usage in the doc string.
28413         Add commentary to clarify what the code does.  Fix the regexp that
28414         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28415         since it could have characters special to regular expressions.
28417 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28419         * replace.el (occur-1): Bind inhibit-read-only so that
28420         erase-buffer doesn't barf on read-only text properties (likewise
28421         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28422         (occur-engine): Don't set buffer-read-only here.
28424 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28426         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28427         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28428         sometimes mistakenly reused as a *cvs* buffer.
28430 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28432         * tooltip.el: Move code for GUD tooltips into gud.el.
28433         (require): CL no longer needed to compile case.
28434         (tooltip-mode): Do not toggle functions for GUD tooltips.
28435         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28436         gud-tooltip-mode in gud.el.
28437         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28438         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28439         tooltip-gud prefix with gud-tooltip and obsolete.
28440         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28441         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28442         (tooltip-mouse-motion): Mouse movement functions/variable.
28443         Rename in gud.el by adding gud prefix.
28444         (tooltip-gud-original-filter, tooltip-gud-dereference)
28445         (tooltip-gud-event, tooltip-toggle-gud-tips)
28446         (tooltip-gud-process-output, tooltip-gud-print-command)
28447         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28448         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28449         (gdb-tooltip-print): Move to gdb-ui.el.
28451         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28452         (require): CL needed to compile case.
28453         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28454         tooltip-gud-tips-p.  Make it a minor-mode.
28455         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28456         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28457         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28458         (gud-tooltip-change-major-mode)
28459         (gud-tooltip-activate-mouse-motions-if-enabled)
28460         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28461         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28462         (gud-tooltip-original-filter, gud-tooltip-dereference)
28463         (gud-tooltip-event, tooltip-toggle-gud-tips)
28464         (gud-tooltip-process-output, gud-tooltip-print-command)
28465         (gud-tooltip-tips): Move from tooltip.el.
28467         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28468         (gdb-cpp-define-alist-flags): Doc fix.
28469         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28470         gud-tooltip-mode is t.
28472 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28474         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28475         evaporate if their text is deleted.
28476         (goto-address-at-point): Make it work as a mouse binding as well.
28477         (goto-address-at-mouse): Obsolete it.  Update users.
28479 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28481         * calendar/appt.el (top-level): No longer activate on load.
28483 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28485         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28486         * net/webjump.el (webjump):
28487         * progmodes/idlw-help.el (idlwave-do-context-help1)
28488         (idlwave-highlight-linked-completions):
28489         * textmodes/po.el (po-find-file-coding-system-guts):
28490         Replace `assoc-ignore-case' by `assoc-string'.
28492 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28494         * files.el (locate-file): Doc fix.
28496         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28497         Remove the redundant test for ms-dos.
28499         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28500         look for the preprocessor with exec-suffixes.  If not found in
28501         standard places, look in exec-path.  Remove most of the tests that
28502         used system-type.
28504         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28506         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28508         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28509         file-name clash with jka-compr.el on 8+3 filesystems.
28511 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28513         * term/mac-win.el: Don't define or bind scroll bar functions if
28514         x-toolkit-scroll-bars is t.
28515         (x-select-text, x-get-selection-value): Clear
28516         x-last-selected-text-clipboard if x-select-enable-clipboard is
28517         nil.
28518         (PRIMARY): Put mac-scrap-name property.
28519         (mac-select-convert-to-file-url): New function.
28520         (public.file-url): New selection target type.  Add to
28521         selection-converter-alist.
28522         (x-get-selection, x-selection-value): Handle it.
28523         (x-cut-buffer-or-selection-value): New alias.
28525 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28527         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28528         entry to avoid calling bibtex-find-entry with arg global
28529         being t.  Remove arg key.
28530         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28531         (bibtex-copy-summary-as-kill): Change accordingly.
28533 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28535         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28536         (org-agenda-date-later): Use with-current-buffer.
28538 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28540         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28541         (define-obsolete-variable-alias): Doc Fixes.
28543 2005-05-06  Kim F. Storm  <storm@cua.dk>
28545         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28546         vertical-motion when selective-display is active.
28548         * ido.el (ido-setup-hook): New hook.
28549         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28550         (ido-input-stack): New var.
28551         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28552         ido-next-work-file binding to M-O.
28553         Bind M-f to ido-wide-find-file-or-pop-dir.
28554         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28555         (ido-read-internal): Run ido-setup-hook.
28556         Catch quit in read-file-name and read-string to cancel edit.
28557         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28558         Automatically pop-all when completing a directory name (RET).
28559         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28560         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28561         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28562         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28563         New functions for M-b/M-f to move among the directory components.
28564         (ido-make-merged-file-list): Catch quit to cancel merge.
28565         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28566         (ido-completion-help): No warnings for ido-completion-buffer-full.
28568 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28570         * font-lock.el (font-lock-negation-char-face): New face and variable.
28571         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28572         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28573         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28574         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28576 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28578         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28579         Fix typo in docstring.
28581         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28582         (ebrowse-print-statistics-line)
28583         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28585         * term/w32-win.el (image-library-alist): Add additional name for
28586         Xpm library.
28588 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28590         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28591         use gcc instead of cpp.
28593         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28594         (gdb-create-define-alist): Use it.
28595         (gdb-cpp-define-alist-program): Update for MS-DOS.
28597 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28599         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28601 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28603         * help.el (describe-key): No error when UNTRANSLATED is nil.
28605         * simple.el (line-move-1): Fix previous change to signal errors
28606         appropriately.
28608 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28610         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28611         (icalendar-duration-correction): Remove.
28612         (icalendar--get-event-properties): Split result at commas.
28613         (icalendar--decode-isoduration): New optional argument
28614         DURATION-CORRECTION.
28615         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28616         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28617         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28618         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28619         (icalendar--convert-anniversary-to-ical): New functions, extracted
28620         from icalendar-export-region, with bug fixes.
28621         (icalendar-export-region): Use the above functions.
28622         (icalendar-import-buffer): Check before saving diary file.
28623         (icalendar--convert-recurring-to-diary)
28624         (icalendar--convert-non-recurring-all-day-to-diary)
28625         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28626         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28627         (icalendar--convert-ical-to-diary): Use the above functions.
28629 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28631         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28632         Remove these recent additions.
28633         (c-mode): Restore to before 2005-04-28.
28635         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28636         recent addition.
28638         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28639         (gdb-define-alist): New variables.
28640         (gdb-create-define-alist): New function.
28641         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28642         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28643         with string-to-number.
28644         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28646         * progmodes/gud.el: Replace string-to-int with string-to-number.
28647         (gud-find-file): Handle gdb-define-alist.
28649         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28651 2005-05-02  Jay Belanger  <belanger@truman.edu>
28653         * calc/calc-aent.el (math-read-token):
28654         * calc/calc-bin.el (calc-word-size):
28655         * calc/calc-ext.el (calc-read-number-fancy):
28656         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28657         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28658         * calc/calc-frac.el (calc-over-notation):
28659         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28660         (calc-graph-num-points, calc-graph-init):
28661         * calc/calc-prog.el (calc-read-parse-table-part)
28662         (calc-edit-macro-repeats):
28663         * calc/calc-yank.el (calc-do-grab-rectangle):
28664         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28665         Replace `string-to-int' by `string-to-number'.
28667 2005-05-02  Kim F. Storm  <storm@cua.dk>
28669         * kmacro.el: Use executing-kbd-macro-index variable.
28671 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
28673         * net/rlogin.el (rlogin-parse-words): Delete func.
28674         (rlogin): Use split-string, not rlogin-parse-words.
28675         Also, if there are option-like elements in the parsed args,
28676         take the host to be the first arg immediately following them.
28677         Suggested by Michael Mauger.
28679 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28681         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28683 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28685         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28686         (cc-mode-cpp-program): Rename to cc-define-list-program and
28687         move to cc-vars.el.
28689         * progmodes/cc-vars.el (cc-define-list-program):
28690         Change to "gcc -E -dM -".  Make customizable.
28692 2005-05-02  Kim F. Storm  <storm@cua.dk>
28694         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28696 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
28698         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28700         * international/mule-util.el (truncate-string): Remove alias and
28701         obsolete declaration.
28703         * international/mule-cmds.el (update-iso-coding-systems):
28704         Remove alias and obsolete declaration.
28706         * international/mule.el (coding-system-parent): Remove alias and
28707         obsolete declaration.
28709         * subr.el (define-function, sref): Remove aliases and obsolete
28710         declarations.
28711         (chars-in-region): Remove obsolete declaration.
28713 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28715         * info.el (Info-mode): Set widen-automatically to nil, locally.
28717         * simple.el (widen-automatically): New variable.
28718         (pop-global-mark): Obey widen-automatically.
28720 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
28722         * term/xterm.el (function-key-map): Call substitute-key-definition
28723         before the keymap size is increased by a lot of define-key calls.
28725 2005-05-01  Richard M. Stallman  <rms@gnu.org>
28727         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28728         Rename ARG to ELEMENT.  Doc fix.
28730 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28732         * allout.el (allout-exposure): Remove macro and obsolete declaration.
28733         Remove references to allout-exposure/change to allout-new-exposure.
28735         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28736         bytecode symbols.
28738         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28739         (compiled-function-p, focus-frame, unfocus-frame):
28740         Remove aliases and obsolete declarations.
28741         Back out inadvertent changes from previous commit.
28743 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
28745         * files.el (require-final-newline): Make Custom tags consistent
28746         with mode-require-final-newline.
28747         (mode-require-final-newline): Doc fix.
28749 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28751         * international/latexenc.el (latexenc-find-file-coding-system):
28752         Fix regular expressions.
28754 2005-05-01  David Kastrup  <dak@gnu.org>
28756         * international/latexenc.el (latexenc-find-file-coding-system):
28757         Fix regular expressions.
28759 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
28761         * subr.el (string-to-int): Make obsolete.
28763 2005-04-30  Richard M. Stallman  <rms@gnu.org>
28765         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28767         * loadup.el: load jka-comp-hook.
28769         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28770         (jka-compr-handler): Add autoload.  `put' calls moved
28771         to jka-comp-hook.el.
28772         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28773         (jka-compr-inhibit): Autoload.
28775         * jka-comp-hook.el: New file.
28776         Enable the mode by default.
28778         * files.el (backup-buffer-copy): Use copy-file instead
28779         of write-region, and put back the 'excl.
28781 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
28783         * progmodes/flymake.el (flymake-split-string)
28784         (flymake-split-string, flymake-log, flymake-pid-to-names)
28785         (flymake-reg-names, flymake-get-source-buffer-name)
28786         (flymake-unreg-names, flymake-add-line-err-info)
28787         (flymake-add-err-info): Clarify docstrings.
28788         (flymake-popup-menu, flymake-make-emacs-menu)
28789         (flymake-make-xemacs-menu): Add docstrings.
28790         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28791         Set variables directly throughout.
28793 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
28795         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28796         exists.  Initialize cc-define-alist.
28797         (c-mode): Add cc-create-define-alist locally to after-save-hook.
28798         If there is no file (Macroexpansion) don't create an alist.
28800 2005-04-29  Sam Steingold  <sds@gnu.org>
28802         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28803         (cc-create-define-alist): Use it instead of the hard-coded string.
28805 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28807         * international/mule-conf.el (file-coding-system-alist): Fix regexp
28808         for latexenc.
28810 2005-04-29  Lute Kamstra  <lute@gnu.org>
28812         * emacs-lisp/generic.el: Improve commentary section.
28813         (define-generic-mode): Improve docstring.
28815 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
28817         * textmodes/org.el (many places): Change to quiet the byte compiler.
28818         (org-prefix-format-compiled): New variable.
28819         (org-compile-prefix-format): New function.
28820         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28821         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28822         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28823         (org-get-entries-from-diary): Use `org-get-time-of-day' for
28824         consistency with entries from `org-mode' files.
28825         (org-get-time-of-day): Fix bug with partial matches early in a line.
28826         (org-non-link-chars): New constant.
28827         (org-link-regexp): Respect `org-non-link-chars'.
28828         (org-agenda-day-view): Remove command.
28829         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28830         (org-follow-bbdb-link, org-store-link): Search also company field.
28831         (org-highlight-overlay): New variable.
28832         (org-highlight, org-unhighlight): New functions.
28833         (org-agenda-mode): Add pre-command-hook to remove highlight.
28834         (org-evaluate-time-range): Behavior depends upon whether time stamp
28835         contains a time or not.
28836         (org-show-subtree, org-show-entry): New functions.
28837         (org-agenda-cleanup-fancy-diary): Remove empty lines.
28839 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
28841         * comint.el (comint-output-filter-functions): Add autoload cookie.
28843 2005-04-28  Kim F. Storm  <storm@cua.dk>
28845         * ido.el (ido-everywhere): Fix last change.
28847 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28849         * international/latexenc.el: New file.
28850         * international/mule-conf.el (file-coding-system-alist): For .tex,
28851         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28853 2005-04-28  Lute Kamstra  <lute@gnu.org>
28855         * font-lock.el (font-lock-add-keywords)
28856         (font-lock-remove-keywords): Clarify docstring.
28857         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28858         Don't start docstrings with a `*'.
28859         (font-lock-update-removed-keyword-alist): Give it a docstring.
28861         * generic-x.el: Update commentary section.
28862         Only require font-lock when compiling.
28863         Define all modes conditionally.
28864         Place all generic modes in the generic-x-modes customization group.
28865         (generic-x-modes): New customization group.
28866         (generic-default-modes, generic-mswindows-modes)
28867         (generic-unix-modes, generic-other-modes): New constants.
28868         (generic-define-mswindows-modes, generic-define-unix-modes):
28869         Update docstrings.  Make them obsolete.
28870         (generic-extras-enable-list): New default value.  Update docstring.
28871         Improve :type.  Change :set function.
28872         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28873         Fix docstring.
28875         * emacs-lisp/generic.el (generic-mode-internal):
28876         Simplify font-lock-defaults.
28877         (define-generic-mode): Fix docstring.
28879 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28881         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28882         font-lock-face property to highlight matches.
28884 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
28886         * progmodes/cc-mode.el (cc-create-define-alist): New function.
28887         (cc-define-alist): New variable.
28888         (c-mode): Make it local and initialize it.
28890         * progmodes/gdb-ui.el (gdb-active-process): New variable.
28891         (gdb-exited): New function.
28892         (gdb-annotation-rules): Use it.
28893         (gdb-starting): Set gdb-active-process to t.
28894         (gdb-stopping): Amend doc string.
28895         (gdb-reset): Set gdb-active-process to nil.
28897         * tooltip.el (tooltip-gud-tips): Show the associated #define
28898         directives when a C program under GDB is not executing.
28900 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28902         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28903         font-lock-fontify-syntactic-keywords.
28905         * font-lock.el (font-lock-default-fontify-region): Don't force
28906         parse-sexp-lookup-properties to nil.
28908 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
28910         * man.el (man-mode-syntax-table): Set up `:' to have
28911         word-constituent syntax.
28913 2005-04-27  Lute Kamstra  <lute@gnu.org>
28915         * novice.el (disable-command): Don't add spurious newlines to the
28916         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
28918 2005-04-26  Jay Belanger  <belanger@truman.edu>
28920         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28921         than one window before deleting window.
28923 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
28925         * shell.el (shell-prompt-pattern): Doc fix.
28926         (shell-mode): Set paragraph-separate buffer locally to "\\'".
28928         * comint.el (comint-prompt-regexp, comint-get-old-input)
28929         (comint-use-prompt-regexp)
28930         (comint-use-prompt-regexp-instead-of-fields)
28931         (comint-replace-by-expanded-history, comint-send-input)
28932         (comint-output-filter, comint-get-old-input-default)
28933         (comint-line-beginning-position, comint-bol, comint-show-output)
28934         (comint-backward-matching-input, comint-forward-matching-input)
28935         (comint-next-prompt, comint-previous-prompt):
28936         Rename `comint-use-prompt-regexp-instead-of-fields' to
28937         `comint-use-prompt-regexp'.  Keep old name as alias and declare
28938         obsolete.
28939         (comint-use-prompt-regexp): Shorten first line of doc string.
28941         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28942         Set paragraph-separate buffer locally to "\\'".
28944         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28945         Adapt to above name change.
28947         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28948         (smbclient-prompt-regexp): Ditto.
28950         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28952 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
28954         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28955         gdb-location-list.
28956         Break lines that are over 80 characters wide.
28958 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28960         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28961         New fun and var, to preserve compatibility.
28963         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28965 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
28967         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28968         name to file-newer-than-file-p.
28970 2005-04-26  Richard M. Stallman  <rms@gnu.org>
28972         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28974         * progmodes/python.el (python-mode):
28975         Use new name eldoc-documentation-function.
28977         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28979         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28980         (eldoc-documentation-function):
28981         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
28983 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
28985         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28987 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
28989         * term/xterm.el (function-key-map): Fix strings for
28990         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
28991         {C,S,A,C-S}-{f1-f12}.
28993 2005-04-26  Kenichi Handa  <handa@m17n.org>
28995         * international/mule-cmds.el (select-safe-coding-system):
28996         Fix previous change.
28998 2005-04-26  Lute Kamstra  <lute@gnu.org>
29000         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29002         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29003         (font-lock-comment-delimiter-face): Ditto.
29005         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29007 2005-04-25  Jay Belanger  <belanger@truman.edu>
29009         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29010         to t while inserting information; use help-mode.
29012 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29014         * term.el (ansi-term-color-vector): Use the xterm colors.
29015         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29017 2005-04-25  Lute Kamstra  <lute@gnu.org>
29019         * font-core.el (font-lock-defaults): Fix docstring.
29021         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29023 2005-04-25  Kenichi Handa  <handa@m17n.org>
29025         * international/mule-cmds.el (select-safe-coding-system):
29026         Don't check consistency with coding: spec, etc if raw-text or
29027         no-conversion was found to be safe.
29029 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29031         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29032         citation markers at start of each line.
29034         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29035         citation markers at start of each line.
29037         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29039         * files.el (mode-require-final-newline): Fix previous change.
29040         (require-final-newline): Fix type label.
29042 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29044         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29045         statement in buffer (broken by 2004-11-24 change).
29047 2005-04-24  Kim F. Storm  <storm@cua.dk>
29049         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29050         and read-file-name-function values.  Don't overwrite existing
29051         non-nil values if ido-mode is enabled without ido-everywhere.
29053 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29055         * files.el (mode-require-final-newline): Minor doc fix.
29057 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29059         * subr.el (syntax-after): Doc fix.
29060         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29061         bits, not 8 bits.
29063         * files.el (mode-require-final-newline): Doc fix.
29064         (backup-buffer-copy): Fix last change.
29066 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29068         * term/mac-win.el: Require select.  Set selection-coding-system to
29069         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29070         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29071         (x-select-enable-clipboard): New variables.
29072         (x-select-text, x-get-selection, x-selection-value)
29073         (x-get-selection-value, mac-select-convert-to-string)
29074         (mac-services-open-file, mac-services-open-selection)
29075         (mac-services-insert-text): New functions.
29076         (CLIPBOARD, FIND): Put mac-scrap-name property.
29077         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29078         (public.tiff): Put mac-ostype property.
29079         (selection-converter-alist): Add entries for them.
29080         (mac-application-menu-map): New keymap.
29081         (interprogram-cut-function, interprogram-paste-function): Set to
29082         x-select-text and x-get-selection-value, respectively.
29083         (split-window-keep-point): Set to t.
29085 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29087         * files.el (read-directory-name): Always pass non-nil
29088         DEFAULT-FILENAME arg to read-file-name.
29089         (backup-buffer-copy, basic-save-buffer-2): Take care against
29090         writing thru an unexpected existing symlink.
29091         (revert-buffer): In indirect buffer, revert the base buffer.
29092         (magic-mode-alist): Doc fix.
29093         (buffer-stale-function): Doc fix.
29094         (minibuffer-with-setup-hook): Avoid warning.
29095         (mode-require-final-newline): Doc and custom fix.
29097         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29099         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29100         use the default appearance.
29101         (font-lock-comment-delimiter-face): New face, new variable.
29103         * imenu.el (imenu--generic-function): The official position of a
29104         definition is the start of the line that BEG is in.
29106         * midnight.el (midnight-timer): Move defvar up.
29108         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29110         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29112         * startup.el (command-line): Use with-no-warnings.
29114         * window.el (window-size-fixed): New defvar.
29116         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29118         * mail/rmail.el (rmail-font-lock-keywords):
29119         Use font-lock-comment-delimiter-face.
29121         * mail/sendmail.el (mail-font-lock-keywords):
29122         Use font-lock-comment-delimiter-face.
29124         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29126 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29128         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29129         Specify t for LAXMATCH when matching directories.
29130         Save match data around compilation-compat-error-properties form.
29132 2005-04-23  David Kastrup  <dak@gnu.org>
29134         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29135         Mention that the autoloaded aliases should be kept for AUCTeX.
29137 2005-04-23  Andreas Schwab  <schwab@suse.de>
29139         * isearch.el (isearch-forward): Doc fix.
29141 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29143         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29144         (jit-lock-stealth-nice): Change default value to 0.5.
29146 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29148         * abbrev.el (write-abbrev-file): Write table entries in
29149         alphabetical order by table name.
29151 2005-04-22  Kim F. Storm  <storm@cua.dk>
29153         * ido.el (ido-read-internal): Fix `list' completion.
29155 2005-04-22  Kenichi Handa  <handa@m17n.org>
29157         * recentf.el (recentf-save-file-coding-system): New variable.
29158         (recentf-save-list): Encode the file by
29159         recentf-save-file-coding-system and add coding: tag.
29161 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29163         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29165 2005-04-21  Lute Kamstra  <lute@gnu.org>
29167         * loadhist.el (unload-feature): Don't remove a function from hooks
29168         if it is about to be restored to an autoload .  Remove functions
29169         that will become unbound from auto-mode-alist.  Simplify the code.
29171         * subr.el (assq-delete-all): New implementation that is linear,
29172         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29173         (rassq-delete-all): New function.
29175         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29176         Add size-indication-mode.
29178 2005-04-21  Kenichi Handa  <handa@m17n.org>
29180         * international/mule-cmds.el: Add autoload for widget-value in
29181         eval-when-compile.
29183 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29185         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29186         Add tooltip-mode.
29188         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29190 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29192         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29193         (inferior-lisp-filter-regexp, inferior-lisp-program)
29194         (inferior-lisp-load-command, inferior-lisp-prompt)
29195         (inferior-lisp-mode-hook, lisp-source-modes)
29196         (inferior-lisp-load-hook): defvar->defcustom.
29197         (inferior-lisp-program, inferior-lisp-prompt)
29198         (inferior-lisp-load-hook): Doc fixes.
29199         (inferior-lisp-install-letter-bindings): Small change in
29200         introductory comment.
29202 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29204         * vc.el (vc-annotate-color-map): Change some colors so that text
29205         using them as foreground is readable on both white and black
29206         backgrounds.
29208 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29210         * international/mule-conf.el (translation-table-for-input):
29211         Remove redundant declaration.
29213 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29215         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29217         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29218         (tooltip-toggle-gud-tips): New function.
29220 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29222         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29223         right angle brackets.
29225 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29227         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29229 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29231         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29232         Remove.  Update callers to use expand-file-name instead.
29234         * subr.el (syntax-class): New function.
29236         * simple.el (blink-matching-open): Use it.
29238         * paren.el (show-paren-function): Use it to recognize parens that are
29239         also used in 2-char comment markers.
29241 2005-04-19  Lute Kamstra  <lute@gnu.org>
29243         * loadhist.el (unload-feature): Update for new format of
29244         load-history.  Simplify the code.
29246 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29248         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29249         (mac-add-charset-info): New function.  Initialize variable
29250         mac-charset-info-alist using it.
29251         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29252         for translation.
29253         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29254         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29255         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29256         New CCL programs.
29258 2005-04-19  Kim F. Storm  <storm@cua.dk>
29260         * simple.el (next-buffer, prev-buffer, next-error)
29261         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29262         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29264         * bindings.el (next-buffer, prev-buffer, next-error)
29265         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29266         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29267         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29268         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29270 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29272         * isearch.el (isearch-edit-string): Make the search-ring available for
29273         minibuffer history commands.
29274         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29275         the default history commands now work just as well.
29276         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29278 2005-04-18  Kim F. Storm  <storm@cua.dk>
29280         * emulation/cua-base.el (cua--pre-command-handler): Add more
29281         elaborate check for shift modifier on non-window systems.
29283 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29285         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29287 2005-04-18  Kim F. Storm  <storm@cua.dk>
29289         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29290         and make it optional.  Don't test tooltip-gud-echo-area here.
29291         (tooltip-gud-process-output, gdb-tooltip-print):
29292         Pass tooltip-gud-echo-area to tooltip-show.
29293         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29295 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29297         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29298         `display-graphic-p' may not be bound yet.
29300 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29302         * startup.el (command-line): No longer enable Xterm Mouse mode by
29303         default in terminals compatible with xterm.
29305         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29307 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29309         * tooltip.el (tooltip-gud-echo-area): Rename from
29310         tooltip-use-echo-area.
29311         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29312         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29313         area independently of where help tooltips are displayed.
29315 2005-04-17  David Kastrup  <dak@gnu.org>
29317         * cus-theme.el (custom-theme-write-variables): Quote variables
29318         where necessary.
29320 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29322         * simple.el (yank-excluded-properties): Add follow-link to value.
29324         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29326         * startup.el (fancy-splash-max-time): Just 30 seconds.
29327         (fancy-splash-delay): Just 7.
29328         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29330         * loadhist.el (unload-feature): Update for new format of load-history.
29331         Simplify the code.
29333         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29334         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29336         * mail/sendmail.el (mail-font-lock-keywords):
29337         Don't fontify subject text.
29338         Don't fontify the text of a citation.
29340 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29342         * comint.el (comint-output-filter): Run comint-output-filter-functions
29343         with point where the user had it.
29345 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29347         * international/ucs-tables.el (ucs-set-table-for-input):
29348         Disable when using unify-on-decoding.
29350 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29352         * emulation/cua-base.el (cua-global-mark-face): Add special case
29353         for displays supporting a high number of colors.
29355 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29357         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29359 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29361         * filesets.el (filesets-add-buffer): If user supplies a name of a
29362         non-existing fileset, create a new fileset.
29364 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29366         * textmodes/org.el (org-up-heading-all): Fix bug with
29367         `outline-up-heading-all'.
29369 2005-04-16  Andreas Schwab  <schwab@suse.de>
29371         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29372         /etc/permissions.d/* and /etc/aliases.d/*.
29374 2005-04-16  Kenichi Handa  <handa@m17n.org>
29376         * international/code-pages.el (cp-make-coding-system):
29377         Set `translation-table-for-input' property value to the symbol
29378         ucs-mule-to-mule-unicode, not to that value.
29379         (pt154): Escape guillemet by `\'.
29381 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29383         * loadup.el: Load tooltip if x-show-tip is fboundp.
29385         * startup.el (command-line): Add comment.
29387         * tooltip.el (tooltip-mode): Specify correct standard value for
29388         Custom in init-value.
29390 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29392         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29393         possible.
29395 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29397         * textmodes/org.el (org-agenda-date-prompt): Rename from
29398         `org-agenda-date-today'.
29399         (org-evaluate-time-range): Insert at point instead of directly
29400         after time range.
29401         (org-first-headline-recenter, org-subtree-end-visible-p)
29402         (org-optimize-window-after-visibility-change): New functions
29403         (org-agenda-post-command-hook): Don't allow point at end of line,
29404         to make sure it always hits the text properties.
29405         (org-agenda-next-date-line, org-agenda-previous-date-line):
29406         New commands.
29407         (org-set-regexps-and-options): Category may contain white space.
29408         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29409         Improve marker positions.
29410         (org-agenda-new-marker): Argument POS made optional.
29411         (org-agenda-get-timestamps): Deadlines which are done are listed
29412         in org-done-face now.
29413         (org-agenda-get-todos, org-agenda-get-timestamps)
29414         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29415         Set `undone-face' and `done-face' properties.
29416         (org-last-todo-state-is-todo): New variable.
29417         (org-todo): Set `org-last-todo-state-is-todo'.
29418         (org-agenda-todo): Change face according to
29419         `org-last-todo-state-is-todo'.  And change other lines referring to
29420         the same entry.
29421         (org-calendar-goto-agenda): New command.
29422         (org-calendar-to-agenda-key): New option.
29423         (org-startup-folded): New allowed value `content'.
29424         (org-set-regexps-and-options): Accept new value `content' for
29425         `org-startup-folded'.
29426         (org-get-current-options): Handle new value `content' for
29427         `org-startup-folded'.
29428         (org-insert-todo-heading): New command.
29429         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29430         interactively in empty file and option
29431         `org-insert-mode-line-in-empty-file' has been set.
29432         (org-agenda-todo, org-agenda-priority): Modify to use
29433         `org-agenda-change-all-lines'.
29434         (org-warning-face): Change color on dark background
29436 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29438         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29439         use preferences AppleLocale and AppleLanguages, and variable
29440         mac-system-locale for default locale.  On Mac OS Classic, use
29441         mac-system-coding-system for default coding systems.
29443         * term/mac-win.el: Don't set file-name-coding-system.
29444         Decode variables system-name, emacs-build-system, user-login-name, and
29445         user-full-name by mac-system-coding-system on Mac OS Classic.
29446         (mac-system-coding-system): New variable.
29448 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29450         * startup.el (command-line): Handle `xterm-mouse-mode' before
29451         reading init file.
29453         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29455 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29457         * progmodes/sh-script.el (sh-here-document-word): Make it a
29458         defcustom.  Doc fix.
29459         (sh-add): Bash uses $(( )) for arithmetic.
29460         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29461         (sh-maybe-here-document): Remove quotes and leading whitespace
29462         from heredoc word when closing.  Indent heredoc with tabs if word
29463         starts with "-".
29465 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29467         * simple.el (undo): Fix previous change.
29469         * custom.el (defface): Doc fix.
29471 2005-04-13  Lute Kamstra  <lute@gnu.org>
29473         * Makefile.in (DONTCOMPILE): Remove list.
29474         (compile, compile-always): Don't use DONTCOMPILE.
29475         (update-authors): Load the library in which batch-update-authors
29476         is defined.
29477         * makefile.w32-in (DONTCOMPILE): Remove list.
29478         (compile, compile-always): Fix comments.
29479         (update-authors): Load the library in which batch-update-authors
29480         is defined.
29482         * generic-x.el (generic-mode-ini-file-find-file-hook):
29483         Rename to ini-generic-mode-find-file-hook.
29484         Keep generic-mode-ini-file-find-file-hook as an alias.
29485         (ini-generic-mode-find-file-hook): Rename from
29486         generic-mode-ini-file-find-file-hook.  Fix docstring.
29487         (ini-generic-mode): Docstring change.
29488         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29490         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29491         called from lisp.
29493         * generic.el: Move to the emacs-lisp subdir.
29495 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29497         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29498         and C-S- function and cursor motion keys.
29500 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29502         * startup.el (command-line): Enable Xterm Mouse mode by default.
29503         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29504         for Custom.  No longer show "Mouse" in mode line when enabled.
29505         Doc fix.
29507 2005-04-12  Kim F. Storm  <storm@cua.dk>
29509         * emulation/cua-base.el (cua-rectangle-face)
29510         (cua-rectangle-noselect-face): Define face attributes here.
29512         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29514 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29516         * startup.el (command-line): Turn off blinking cursor if
29517         cursorBlink in resources is off or false.
29519 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29521         * term/mac-win.el (dnd): Require dnd.
29522         (mac-drag-n-drop): Call dnd-handle-one-url.
29523         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29524         (kTextEncodingISOLatin2): Remove constants.
29525         (mac-script-code-coding-systems): New constant.
29526         (mac-handle-language-change): New function.
29527         (special-event-map): Bind it to `language-change' event.
29528         (mac-centraleurroman, mac-cyrillic): New coding systems.
29529         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29530         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29531         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29532         encode-mac-cyrillic, respectively.
29534 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29536         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29537         Don't set overlay-arrow-string to "=>" as this is done
29538         globally in C now.
29540 2005-04-12  Lute Kamstra  <lute@gnu.org>
29542         * generic-x.el (rc-generic-mode, rul-generic-mode):
29543         Fix auto-mode-alist entries.
29544         (etc-fstab-generic-mode): Tweak fontification.
29546         * generic.el (generic-make-keywords-list): Fix docstring.
29547         (generic-mode-internal): Simplify generic-font-lock-keywords.
29549 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29551         * whitespace.el (whitespace-buffer-leading)
29552         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29553         However, fix the highlight area for the leading and
29554         trailing whitespaces to show space.
29556 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29558         * whitespace.el (whitespace-version): Bump to 3.5
29560         (whitespace-buffer-leading, whitespace-buffer-trailing):
29561         Invert sense of the test to highlight the whitespace.
29563 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29565         * progmodes/gud.el (gud-display-line): GUD uses its own
29566         overlay arrow now so don't set overlay-arrow-string.
29567         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29569 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29571         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29572         (term-ansi-current-reverse, term-ansi-current-invisible)
29573         (term-ansi-face-already-done): Change to boolean.
29574         (term-reset-terminal, term-handle-colors-array): Handle the above
29575         vars accordingly.
29576         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29577         (term-emulate-terminal): Use the new name.
29579         * faces.el (secondary-selection): Use yellow1, not yellow.
29580         (trailing-whitespace): Use red1, not red.
29582 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29584         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29585         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29586         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29588         * cus-edit.el (dnd): New group.
29590         * term/w32-win.el (dnd): Require dnd
29591         (w32-drag-n-drop): Call dnd-handle-one-url.
29593         * x-dnd.el: Require dnd.
29594         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29595         Call dnd-handle-one-url.
29596         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29597         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29598         to dnd-insert-text.
29599         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29600         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29601         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29602         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29604         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29606 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29608         * wdired.el: Doc fixes.
29609         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29610         (wdired-use-dired-vertical-movement): Rename from
29611         wdired-always-move-to-filename-beginning.
29612         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29613         (wdired-change-to-wdired-mode): Change mode name.
29614         (wdired-newline): Delete.
29616 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29618         * whitespace.el (whitespace-highlight-the-space):
29619         Don't call whitespace-unhighlight-the-space here.
29621         * simple.el (undo): Record t in undo-equiv-table
29622         for the redo record made by an undo-in-region.
29624 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29626         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29627         (gdb-frame-inferior-io-buffer): New Functions to control
29628         display of separate IO buffer.
29629         (menu): Add them to menu-bar.
29630         (gdb-display-buffer): Check for buffer another frame.
29631         Protect GUD buffer.
29632         (gdb-setup-windows): Create IO buffer if not already there.
29633         (gdb-memory-mode): Remove purecopy noops.
29635 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29637         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29638         and pass to self-insert-command.
29640 2005-04-11  Lute Kamstra  <lute@gnu.org>
29642         * generic.el: Commentary section cleanup.
29643         (generic): Delete.
29644         (generic-use-find-file-hook, generic-lines-to-scan)
29645         (generic-find-file-regexp, generic-ignore-files-regexp)
29646         (default-generic-mode, generic-mode-find-file-hook)
29647         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29648         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29649         (generic-use-find-file-hook, generic-lines-to-scan)
29650         (generic-find-file-regexp, generic-ignore-files-regexp)
29651         (default-generic-mode, generic-mode-find-file-hook)
29652         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29654 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29656         * bookmark.el (bookmark-write-file): Catch errors writing file.
29657         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29659 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29661         * startup.el (fancy-splash-tail): Update copyright year.
29662         (command-line): Split part of -Q into -D.
29663         (emacs-basic-display): New defvar.
29664         (fancy-splash-text): Correct name of menu item.
29666         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29668         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29669         lines in one node.
29671         * comint.el (comint-send-input): New arg ARTIFICIAL.
29672         Callers in this file changed.
29674         * abbrev.el (define-abbrevs): Read system abbrevs properly.
29676         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29678 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
29680         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
29681         `ldap-search-internal'.
29683 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29685         * files.el (set-auto-mode-1): Use line-end-position.
29687         * international/latin-1.el:
29688         * international/latin-2.el:
29689         * international/latin-3.el:
29690         * international/latin-4.el:
29691         * international/latin-5.el:
29692         * international/latin-8.el:
29693         * international/latin-9.el: Give punctuation syntax to NBSP.
29695         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29696         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29697         Use char-classes to accept non-ascii letters, accepted in some recent
29698         bibtex implementations.
29700 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
29702         * custom.el (custom-set-minor-mode): Any non-nil value for the
29703         variable should enable the mode when set through Custom.
29705 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29707         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29708         TAB binding so tab-always-indent is obeyed.
29709         (vhdl-minibuffer-local-map): Move initialization into declaration.
29710         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29711         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29712         (vhdl-hooked-abbrev): Avoid test for XEmacs.
29713         (vhdl-current-line): Use line-beginning-position.
29714         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29715         with-output-to-temp-buffer, so the current position can be recorded.
29717 2005-04-10  Masatake YAMATO  <jet@gyve.org>
29719         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29720         Add regexp for gcov.
29722 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
29724         * calendar/time-date.el (time-to-seconds, seconds-to-time)
29725         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29726         syntax which Emacs 20 doesn't support.
29728 2005-04-09  Richard M. Stallman  <rms@gnu.org>
29730         * help.el (describe-key-briefly, describe-key):
29731         Replace strings as event types with "(any string)".
29733 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29735         * arc-mode.el (archive-mode-map): Move initialization into
29736         the declaration.  Override *all* bindings of `undo'.
29737         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29739 2005-04-09  Jay Belanger  <belanger@truman.edu>
29741         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29743 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
29745         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29746         (xterm-register-default-colors): Update color values computation
29747         to match xterm-200.
29749 2005-04-09  Kenichi Handa  <handa@m17n.org>
29751         * international/code-pages.el (iso-latin-7): Fix the map.
29753 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
29755         * emacs-lisp/lisp.el (defun-prompt-regexp)
29756         (parens-require-spaces, buffer-end, end-of-defun)
29757         (insert-parentheses): Doc fixes.
29759 2005-04-08  Kim F. Storm  <storm@cua.dk>
29761         * comint.el (comint-highlight-prompt): Fix face spec.
29762         * hi-lock.el (hi-green): Likewise.
29764 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29766         * cus-edit.el (custom-modified-face):
29767         * comint.el (comint-highlight-input): Fix previous changes.
29768         * term.el (term-handle-ansi-escape): Add a comment.
29770 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29772         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29773         in the buffer and in whitespace-highlighted-space.
29774         (whitespace-unhighlight-the-space): Simplify.
29775         (whitespace-buffer): Simplify.
29777 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
29779         * textmodes/table.el (table-cell-face): Add special case for
29780         displays supporting a high number of colors.
29781         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29782         (vhdl-font-lock-reserved-words-face)
29783         (vhdl-speedbar-architecture-face)
29784         (vhdl-speedbar-instantiation-face)
29785         (vhdl-speedbar-architecture-selected-face)
29786         (vhdl-speedbar-instantiation-selected-face): Likewise.
29787         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29788         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29789         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29790         (ebrowse-root-class-face, ebrowse-member-attribute-face)
29791         (ebrowse-progress-face): Likewise.
29792         * progmodes/compile.el (compilation-info-face): Likewise.
29793         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29794         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29795         * calendar/calendar.el (diary-face): Likewise.
29796         * woman.el (woman-italic-face, woman-bold-face)
29797         (woman-unknown-face): Likewise.
29798         * wid-edit.el (widget-button-pressed-face): Likewise.
29799         * whitespace.el (whitespace-highlight-face): Likewise.
29800         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29801         * pcvs-info.el (cvs-marked-face): Likewise.
29802         * info.el (info-xref): Likewise.
29803         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29804         * hilit-chg.el (highlight-changes-face)
29805         (highlight-changes-delete-face): Likewise.
29806         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29807         (hi-red-b): Likewise.
29808         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29809         * font-lock.el (font-lock-keyword-face)
29810         (font-lock-function-name-face, font-lock-warning-face): Likewise.
29811         * cus-edit.el (custom-invalid-face, custom-modified-face)
29812         (custom-set-face, custom-changed-face, custom-variable-tag-face)
29813         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29814         * comint.el (comint-highlight-prompt): Likewise.
29816 2005-04-08  Lute Kamstra  <lute@gnu.org>
29818         * font-lock.el (font-lock-keywords): Docstring fixes.
29820 2005-04-08  Kenichi Handa  <handa@m17n.org>
29822         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29823         chars are more than a limit, print " and more..." at the tail.
29825 2005-04-08  Kim F. Storm  <storm@cua.dk>
29827         * emacs-lisp/authors.el (authors-aliases): Update list.
29828         (authors-ignored-files): New list.
29829         (authors-fixed-entries): Fix typo.
29830         (authors-renamed-files-alist): Update list.
29831         (authors-add): Check authors-ignored-files.
29833 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
29835         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29836         optional, to ensure backward compatibility.
29838 2005-04-08  Stephen Eglen  <stephen@gnu.org>
29840         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29842 2005-04-08  Kim F. Storm  <storm@cua.dk>
29844         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29846         * mouse.el (mouse-on-link-p): Doc fix.
29848 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
29850         * ielm.el (ielm-prompt-read-only): Doc fix.
29852         * comint.el (comint-prompt-read-only): Doc fix.
29854 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
29856         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29857         ensure dired always handles wildcards passed to ffap.
29858         (find-file-at-point): Use it.
29859         (ffap-dired-wildcards): Doc fix.
29861 2005-04-07  Juri Linkov  <juri@jurta.org>
29863         * simple.el (next-error-overlay-arrow-position): New defvar.
29864         Put "=>" on its property `overlay-arrow-string'.  Add it to
29865         `overlay-arrow-variable-list'.
29867         * progmodes/compile.el (compilation-setup):
29868         Set `next-error-overlay-arrow-position' to nil.  Also set it to
29869         nil in the local hook `kill-buffer-hook'.  Make local variable
29870         `overlay-arrow-string' and set it to "=>".
29871         (compilation-goto-locus): Set BOL position to
29872         `next-error-overlay-arrow-position' instead of
29873         `overlay-arrow-position'.
29875         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29876         locally instead of adding it to the global hook.
29877         (Info-kill-buffer): Move up.
29879 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
29881         * term/xterm.el (xterm-standard-colors): Update color values from
29882         xterm-200.
29884 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29886         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29888         * fast-lock.el:
29889         * lazy-lock.el: Move them to the obsolete subdir.
29891 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29893         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29894         (wdired-add-replace-advice): Remove.
29895         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29897 2005-04-06  Kim F. Storm  <storm@cua.dk>
29899         * startup.el (command-line): Add --bare-bones alias for -Q.
29901 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29903         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29904         create the startup fontset if a font specification ends with
29905         `mac-roman'.
29907 2005-04-06  Lute Kamstra  <lute@gnu.org>
29909         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29910         change.
29912         * emacs-lisp/copyright.el (copyright-update-year): Replace the
29913         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
29915 2005-04-05  Lute Kamstra  <lute@gnu.org>
29917         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29918         (define-generic-mode): Ditto.  Fix debug declaration.
29920         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29921         Put them in the generic-x group.
29923         * calendar/timeclock.el (timeclock): Doc fix.
29925         * generic.el (define-generic-mode): Don't use custom-current-group.
29926         Document default :group value.
29927         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29928         (define-global-minor-mode): Don't use custom-current-group.
29930 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
29932         * startup.el (command-line-1): Display startup-echo-area-message
29933         when fancy splash screen is in use.
29935         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29936         (sh-escaped-newline): New face.
29937         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29938         newline, and use sh-escaped-newline face.
29940         * progmodes/tcl.el (tcl-escaped-newline): New face.
29941         (tcl-builtin-list): New variable.
29942         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29943         newlines.  Fix keywords subexpression number.
29945 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
29947         * textmodes/org.el (org-diary-default-entry): Fix call to
29948         `add-to-diary-entry'.
29950 2005-04-05  Kim F. Storm  <storm@cua.dk>
29952         * ediff-init.el: Use (featurep 'xemacs).
29954 2005-04-05  David Ponce  <david@dponce.com>
29956         * cus-edit.el (face): Derive from symbol widget.  Display sample
29957         of the current face on the fly.
29958         (widget-face-sample-face-get, widget-face-notify): New functions.
29959         (widget-face-value-create): Remove.
29961         * wid-edit.el (widget-field-end): Temporarily remove field
29962         narrowing before to call `get-char-property'.
29964 2005-04-04  Jay Belanger  <belanger@truman.edu>
29966         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29967         (math-read-subscripts): New variable.
29968         (math-read-preprocess-string): Process subscripts.
29970 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
29972         * comint.el (comint-prompt-read-only): Doc fix.
29974         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29975         `-1'.  Doc fix.
29977 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
29979         * textmodes/org.el (org-insert-mode-line-in-empty-file):
29980         Change default value to nil.
29982 2005-04-04  Lute Kamstra  <lute@gnu.org>
29984         * autorevert.el (auto-revert-mode): Specify :group.
29985         * battery.el (display-battery-mode): Specify :group.
29986         * diff-mode.el (diff-minor-mode): Specify :group.
29987         * font-core.el (font-lock-mode): Specify :group.
29988         * hl-line.el (hl-line-mode): Specify :group.
29989         * iimage.el (iimage): New customization group.
29990         (iimage-mode): Specify :group.
29991         * longlines.el (longlines-mode): Specify :group.
29992         * master.el: Don't require easy-mmode.
29993         (master): New customization group.
29994         (master-mode): Specify :group.
29995         * msb.el (msb-mode): Specify :group.
29996         * reveal.el (reveal-mode): Specify :group.
29997         * simple.el (next-error-follow-minor-mode): Specify :group.
29998         * smerge-mode.el (smerge-mode): Specify :group.
29999         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30000         * emulation/cua-base.el (cua-mode): Specify :group.
30001         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30002         * language/thai-util.el (thai-auto-composition-mode)
30003         (thai-word-mode): Specify :group.
30004         * mail/supercite.el (sc-minor-mode): Specify :group.
30005         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30006         * progmodes/flymake.el (flymake-mode): Specify :group.
30007         * progmodes/glasses.el (glasses-mode): Specify :group.
30008         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30009         * textmodes/enriched.el (enriched-mode): Specify :group.
30010         * textmodes/refill.el (refill-mode): Specify :group.
30012         * add-log.el (change-log-font-lock-keywords): Names in
30013         parenthesized lists can contain spaces.
30015 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30017         * startup.el (fancy-splash-text): Shorten default text of
30018         "Emacs Tutorial" line.  Also, if the current language env
30019         indicates an available tutorial file other than TUTORIAL,
30020         extract its title and append it to the line in parentheses.
30021         (fancy-splash-insert): If arg is a thunk, funcall it.
30023 2005-04-04  Jay Belanger  <belanger@truman.edu>
30025         * calc.el (calc-language-alist): Add tags to customization type.
30027 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30029         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30030         Doc fix.
30032 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30034         * add-log.el (change-log-font-lock-keywords): The manual
30035         describing a Change Log entry, says: (...) "Aside from these
30036         header lines, every line in the change log starts with a space or
30037         a tab.".  The font-lock was not highlighting lines started with
30038         spaces, added support for it.
30040 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30042         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30043         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30044         complex example in the docstring.
30045         (bibtex-font-lock-url): Use pop.
30047 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30049         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30051         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30053 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30055         * filesets.el (filesets-set-default): Doc fix.
30057 2005-04-03  Lute Kamstra  <lute@gnu.org>
30059         * generic.el (define-generic-mode): Add argument to specify
30060         keywords for defcustom.
30061         (default-generic-mode): Specify :group.
30063         * generic-x.el: Specify :group for all generic modes.
30065         * desktop.el (desktop-no-desktop-file-hook)
30066         (desktop-after-read-hook): Doc fix.
30068 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30070         * simple.el (visible-mode): Use explicit :group keyword.
30071         This changes the group of `visible-mode-hook' from paren-blinking
30072         to editing-basics.
30074 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30076         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30077         mailbox specifications as well as URLs.
30078         (rmail-insert-inbox-text): Remove unused conditional branches.
30080 2005-04-01  Jay Belanger  <belanger@truman.edu>
30082         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30083         (calc-gnuplot-print-command): Move definitions to calc.el.
30085         * calc/calc-embed.el (calc-embedded-announce-formula)
30086         (calc-embedded-open-formula, calc-embedded-close-formula)
30087         (calc-embedded-open-word, calc-embedded-close-word)
30088         (calc-embedded-open-plain, calc-embedded-close-plain)
30089         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30090         (calc-embedded-open-mode, calc-embedded-close-mode):
30091         Move definitions to calc.el.
30093         * calc/calc.el (calc-settings-file, calc-language-alist):
30094         Make customizable.
30095         (calc-embedded-announce-formula, calc-embedded-open-formula)
30096         (calc-embedded-close-formula, calc-embedded-open-word)
30097         (calc-embedded-close-word, calc-embedded-open-plain)
30098         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30099         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30100         (calc-embedded-close-mode, calc-gnuplot-name)
30101         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30102         from other files and make customizable.
30104 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30106         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30107         Use buffer-live-p.
30108         (cvs-mode-run): Don't call cvs-update-header here.
30109         (cvs-run-process): Call cvs-update-header.
30110         Use process properties for cvs-postprocess and cvs-buffer so that
30111         the sentinel can behave better if the temp buffer is killed.
30112         Use a pipe rather than a tty, to better handle unexpected prompts.
30113         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30115 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30117         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30118         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30120 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30122         * generic.el (define-generic-mode): Add indentation rule.
30124 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30126         * files.el (mode-require-final-newline): Make Custom correctly
30127         report a nil value and allow to set it to nil via Custom.
30128         Doc fix.
30130 2005-04-01  Kenichi Handa  <handa@m17n.org>
30132         * international/characters.el: Enable the correct case setting for
30133         dotless-i and dotted-I.
30135 2005-04-01  Kim F. Storm  <storm@cua.dk>
30137         * ido.el (ido-file-internal): Fall back to non-ido command if
30138         initial directory is on slow ftp (or tramp) host.
30140 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30142         * emacs-lisp/autoload.el (make-autoload):
30143         Handle define-global-minor-mode.
30145         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30146         Rename from easy-mmode-define-global-mode.
30147         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30149         * progmodes/scheme.el (scheme-mode-syntax-table):
30150         Update syntax of | and # for two-character comment syntax.
30152 2005-03-31  Lute Kamstra  <lute@gnu.org>
30154         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30155         (define-minor-mode): Call custom-current-group at load-time.
30157         * generic.el (define-generic-mode): Add debug declaration.
30158         Add defcustom for the mode hook.
30159         (generic-mode-internal): Use run-mode-hooks.
30161 2005-03-31  Kim F. Storm  <storm@cua.dk>
30163         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30164         (mouse-fixup-help-message): New defun called by show_help_echo
30165         to fixup mouse-2 prefix in help messages when applicable.
30167         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30169 2005-03-31  Kenichi Handa  <handa@m17n.org>
30171         * language/thai-word.el (thai-find-word-ends): Pay attention to
30172         the case that we reach the end of buffer.
30174         * textmodes/fill.el (fill-text-properties-at): New function.
30175         (fill-newline): Use fill-text-properties-at instead of
30176         text-properties-at.
30178 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30180         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30181         not comint-quote-filename.
30183 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30185         * help-fns.el (help-with-tutorial): Revert last change.
30187 2005-03-31  Kim F. Storm  <storm@cua.dk>
30189         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30191 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30193         * calendar/cal-china.el: Update reference to "Calendrical
30194         Calculations" book; there's a new edition.
30195         * calendar/cal-coptic.el: Likewise.
30196         * calendar/cal-french.el: Likewise.
30197         * calendar/cal-hebrew.el: Likewise.
30198         * calendar/cal-islam.el: Likewise.
30199         * calendar/cal-iso.el: Likewise.
30200         * calendar/cal-julian.el: Likewise.
30201         * calendar/cal-mayan.el: Likewise.
30202         * calendar/cal-persia.el: Likewise.
30203         * calendar/calendar.el: Likewise.
30204         * calendar/holidays.el: Likewise.
30205         * calendar/lunar.el: Likewise.
30206         * calendar/solar.el: Likewise.
30208         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30209         white space from doc string.
30211 2005-03-30  Jay Belanger  <belanger@truman.edu>
30213         * calc/calc-help.el (calc-full-help): Remove email address.
30215 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30217         * help-fns.el (help-with-tutorial): Delete title line.
30219 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30221         * calendar/cal-x.el (calendar-one-frame-setup)
30222         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30223         rather than `symbol' for set-window-dedicated-p.
30225         * calendar/appt.el (appt-buffer-name): Make it a constant.
30226         (appt-add): Doc fix.
30228         * filesets.el (filesets-menu-path, filesets-menu-before)
30229         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30230         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30231         (filesets-add-submenu): Delete and use add-submenu instead.
30233 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30235         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30236         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30237         (org-diary-default-entry): New function.
30238         (org-get-entries-from-diary): Better parsing of diary entries.
30239         (org-agenda-check-no-diary): New function.
30240         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30241         linking to diary entries.
30242         (org-agenda-execute-calendar-command): New function.
30243         (org-agenda): Improve visible section in window.
30244         Use `org-fit-agenda-window'.
30245         (org-fit-agenda-window): New option.
30246         (org-move-subtree-down): Better handling of empty lines
30247         at end of subtree.
30248         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30249         levels up.
30250         (org-fontify-done-headline): New option.
30251         (org-headline-done-face): New face.
30252         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30253         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30254         When current field is non-empty, it is copied to next row.
30255         (org-table-copy-from-above): Fix bug which made it
30256         impossible to copy fields containing only a single non-white character.
30258 2005-03-30  Kim F. Storm  <storm@cua.dk>
30260         * kmacro.el (kmacro-end-macro): Isearch may store this command
30261         into the macro -- so ignore it when executing keyboard macro.
30263 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30265         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30267 2005-03-29  Kenichi Handa  <handa@m17n.org>
30269         * language/thai.el ("Thai"): Set setup-function and exit-function
30270         for Thai language environment.
30272         * language/thai-util.el: Require thai-word.
30273         (thai-word-mode-map): New variable.
30274         (thai-word-mode): New minor mode.
30275         (setup-thai-language-environment-internal): New function.
30276         (exit-thai-language-environment-internal): New function.
30278         * language/thai-word.el (thai-word-table): Declare it by defvar,
30279         use dolist to initialize it.
30280         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30281         (thai-fill-find-break-point): New functions.
30283 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30285         * simple.el (idle-update-delay): Move definition up.
30286         (set-mark): Doc fix.
30288 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30290         * longlines.el: New file.
30292         * simple.el (buffer-substring-filters): New variable.
30293         (filter-buffer-substring): New function.
30294         (kill-region, copy-region-as-kill): Use it.
30296         * register.el (copy-to-register, append-to-register)
30297         (prepend-to-register): Use filter-buffer-substring.
30299 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30301         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30302         (gud-filter-pending-text): Move in front of gdb.
30303         (gud-overlay-arrow-position): New variable.
30304         (gud-sentinel, gud-display-line): Use it in place of
30305         overlay-arrow-position.
30307 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30309         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30310         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30311         (fortran-font-lock-keywords-4): New variable.
30312         (fortran-blocks-re, fortran-end-block-re)
30313         (fortran-start-block-re): New constants, for hideshow.
30314         (hs-special-modes-alist): Add a Fortran entry.
30315         (fortran-mode-map): Bind fortran-end-of-block,
30316         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30317         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30318         (fortran-looking-at-if-then, fortran-end-of-block)
30319         (fortran-beginning-of-block): New functions, for hideshow.
30321         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30322         Doc fix.  Tweak regexp.
30323         (f90-beginning-of-block): Push mark first.
30325 2005-03-29  Jay Belanger  <belanger@truman.edu>
30327         * calc/calc.el: Update copyright date.
30328         (calc-version): Increase to 2.1.
30329         (calc-version-date): Remove.
30331         * calc/calc-help.el: Update copyright date.
30332         (calc-full-help): Remove reference to calc-version-date.
30333         Update copyright date.
30335 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30337         * vc.el (vc-do-command): Use a pipe for async processes, so password
30338         prompts don't show up at places where the user can't reply.
30340 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30342         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30343         on the file name we pass to the inferior shell.
30345 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30347         * progmodes/which-func.el (which-function): Be robust in the face of an
30348         imenu--make-index-alist failure.
30350 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30352         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30354         * progmodes/python.el (python-preoutput-filter): Fix last change.
30356 2005-03-29  Lute Kamstra  <lute@gnu.org>
30358         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30359         functions and compiled macros.
30360         (debug-convert-byte-code): Handle macros too.
30361         (debug-on-entry-1): Don't signal an error when trying to clear a
30362         function that is not set to debug on entry.
30364 2005-03-29  Jay Belanger  <belanger@truman.edu>
30366         * calc/calc-lang.el: Add functions to math-function-table
30367         properties of tex and math.
30369 2005-03-29  Kenichi Handa  <handa@m17n.org>
30371         * ps-mule.el (ps-mule-plot-string): Translate characters by
30372         ps-print-translation-table.
30373         (ps-mule-begin-job): Call find-charset-region/string with
30374         ps-print-translation-table.
30375         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30377         * ps-print.el (ps-print-translation-table): New variable.
30378         (ps-plot-region): Translate characters by ps-print-translation-table.
30380 2005-03-29  Juri Linkov  <juri@jurta.org>
30382         * simple.el (next-error-highlight-timer): New variable.
30384         * progmodes/compile.el (compilation-goto-locus):
30385         Use `next-error-highlight-timer' instead of `sit-for'.
30387 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30389         * mail/supercite.el (sc-mail-field): Use assoc-string.
30390         (sc-get-address): Simplify regexps.
30392         * files.el (minibuffer-with-setup-hook): New macro.
30393         (find-file-read-args): Use it to avoid let-binding
30394         minibuffer-with-setup-hook (which breaks turning on/off
30395         file-name-shadow-mode while in the prompt).
30397         * complete.el (PC-read-include-file-name-internal):
30398         Use test-completion.
30400 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30402         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30404 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30406         * window.el (window-buffer-height): Use count-screen-lines.
30408         * progmodes/python.el (python-preoutput-leftover): New var.
30409         (python-preoutput-filter): Use it.
30410         (python-send-receive): Loop until all the result has been received.
30412 2005-03-28  Juri Linkov  <juri@jurta.org>
30414         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30416         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30417         "Recover Crashed Session".
30418         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30419         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30420         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30421         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30422         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30423         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30424         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30425         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30427         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30428         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30429         Ediff Sessions", "Toggle use of separate control buffer frame",
30430         "Use separate frame for Ediff control buffer".
30432         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30433         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30434         "Rename Bookmark", "Delete Bookmark".
30436         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30437         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30438         Add `:active Info-index-alternatives' to "Next Matching Item".
30440         * wdired.el (wdired-change-to-wdired-mode):
30441         Mention `wdired-abort-changes' key in the initial message.
30443         * international/mule.el (auto-coding-alist): Associate non-ascii
30444         image filename extensions with `no-conversion'.
30446 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30448         * international/iso-acc.el:
30449         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30451 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30453         * textmodes/sgml-mode.el (html-mode): Doc update.
30455         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30457 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30459         * term.el (term-move-columns): Fix face after extending a line.
30460         (term-insert-spaces): Likewise.
30461         (term-reset-terminal): Fix off by one error.
30463 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30465         * international/mule.el (auto-coding-alist): Add .xpi files.
30467         * files.el (auto-mode-alist): Add .xpi files.
30469 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30471         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30473 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30475         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30477 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30479         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30480         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30482         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30483         cursor to Jan 1 when needed.
30484         (calendar-end-of-year): Fix -/+ typo.
30485         Reported by Chong Yidong <cyd@stupidchicken.com>.
30487 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30489         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30491         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30492         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30494 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30496         * filesets.el (filesets-init): Add autoload.
30498         * mail/mailalias.el (mail-directory): Doc fix.
30500 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30502         * mail/mailalias.el (mail-directory-process): Do nothing if
30503         mail-directory-process is an atom.
30504         (mail-get-names): Ignore mail-directory-names if it is an atom.
30505         (mail-directory-process defvar): Doc fix.
30506         (mail-names): Doc fix.
30508 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
30510         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30512 2005-03-26  Kenichi Handa  <handa@m17n.org>
30514         * international/mule-util.el (detect-coding-with-priority):
30515         Call update-coding-systems-internal before detect-coding-region.
30517 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30519         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30520         (gdb-frames-mode-map): Add follow-link property.
30522 2005-03-25  Jay Belanger  <belanger@truman.edu>
30524         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30525         for variables.
30527 2005-03-25  Juri Linkov  <juri@jurta.org>
30529         * image-mode.el: Optimize image filename extension regexps in
30530         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30531         in `auto-mode-alist'.
30532         (image-mode): Add `image-toggle-display-text' to local hook
30533         `change-major-mode-hook'.  Display the image as an image by
30534         default.  Set `cursor-type' and `truncate-lines' if the image
30535         is already displayed.  Take into account the current mode (image
30536         or text) in message.
30537         (image-minor-mode): New minor mode.
30538         (image-mode-maybe, image-toggle-display-text): New functions.
30539         (image-toggle-display): Use called-interactively-p.
30540         Let-bind `inhibit-read-only' to t.
30542         * image-mode.el (image-minor-mode): Set `cursor-type' and
30543         `truncate-lines' if the image is already displayed.  Add turning
30544         image-minor-mode off to `change-major-mode-hook'.  Add message.
30545         Call `image-toggle-display-text' after turning image-minor-mode off.
30547 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30549         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30550         Terminal.app, use utf-8.
30551         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30552         (set-locale-environment): Use it.
30554         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30556         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30558         * progmodes/python.el (python-close-block-statement-p)
30559         (python-outdent-p, python-current-defun): Use symbol-end.
30561 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30563         * files.el (save-some-buffers): Doc fix.
30565 2005-03-25  Werner Lemberg  <wl@gnu.org>
30567         * complete.el, thumbs.el: Replace `legal' with `valid'.
30568         * calendar/calendar.el: Replace `legal' with `valid'.
30569         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30570         * mail/supercite.el: Replace `legal' with `valid'.
30571         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30572         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30573         Replace `legal' with `valid'.
30574         * textmodes/reftex-vars.el, textmodes/reftex.el:
30575         Replace `legal' with `valid'.
30577 2005-03-25  Werner Lemberg  <wl@gnu.org>
30579         * calc/calc-forms.el, calc/calc-sel.el
30580         * midnight.el, vc-cvs.el
30581         * emacs-lisp/cl-macs.el
30582         * emulation/vip.el
30583         * eshell/esh-io.el, eshell/esh-var.el
30584         * mail/supercite.el
30585         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30586         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30587         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30588         * progmodes/sh-script.el, progmodes/xscheme.el
30589         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30590         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30591         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30592         * textmodes/reftex.el, textmodes/org.el:
30593         Replace `illegal' with `invalid'.
30595 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30597         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30598         (flymake-find-buildfile, flymake-find-possible-master-files)
30599         (flymake-check-include, flymake-parse-line): Replace loops over the
30600         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30602         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30603         Substitute file-name-as-directory in the rest of the file.
30604         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30605         (flymake-replace-region): Remove unused arg `buffer'.
30606         (flymake-check-patch-master-file-buffer): Update calls to it.
30607         (flymake-add-err-info): Remove unused var `count'.
30608         (flymake-mode): Use define-minor-mode.
30610         * progmodes/flymake.el: Use with-current-buffer.
30611         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30612         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30613         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30614         Avoid testing for `xemacs'.
30615         (flymake-nop): Move.
30616         (flymake-region-has-flymake-overlays): Return the computed value.
30617         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30618         Remove unused var `endline'.
30619         (flymake-get-line-count): Remove unused function.
30620         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30622         * emulation/vi.el:
30623         * generic.el:
30624         * hilit-chg.el (global-highlight-changes):
30625         * hi-lock.el (hi-lock-mode):
30626         * follow.el: find-file-hooks -> find-file-hook.
30628         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30630 2005-03-24  Juri Linkov  <juri@jurta.org>
30632         * dired.el (dired-mode-map): Add menu item "Compare directories"
30633         for dired-compare-directories.
30635         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30636         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30638 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30640         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30642 2005-03-24  Jay Belanger  <belanger@truman.edu>
30644         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30645         relevant mode settings in calc-embedded-original-modes when modes
30646         are permanently changed.
30648 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30650         * autoinsert.el: find-file-hooks -> find-file-hook.
30652 2005-03-24  Lute Kamstra  <lute@gnu.org>
30654         * generic.el (generic-font-lock-defaults): Make it obsolete.
30655         (generic-font-lock-keywords): New variable to replace
30656         generic-font-lock-defaults.
30657         (generic-mode-set-font-lock): Delete it.
30658         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30659         (generic-bracket-support): Add docstring.
30661         * generic-x.el: Rename generic-font-lock-defaults to
30662         generic-font-lock-keywords throughout.
30663         (mailagent-rules-setup-function): Delete it.
30664         (mailagent-rules-generic-mode): Use anonymous function instead.
30665         (show-tabs-generic-mode-font-lock-defaults-1)
30666         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30667         Quote faces.
30668         (show-tabs-tab-face, show-tabs-space-face): Specify background,
30669         not foreground.
30671         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30672         Recognize define-generic-mode.
30674 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30676         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30677         if there's no completion table.
30679 2005-03-23  Miles Bader  <miles@gnu.org>
30681         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30682         Remove tty-specific variants, as they're no longer needed.
30684 2005-03-23  Lute Kamstra  <lute@gnu.org>
30686         * generic-x.el: Code cleanup: make args constant whenever possible.
30687         (installshield-statement-keyword-list)
30688         (installshield-system-functions-list)
30689         (installshield-system-variables-list, installshield-types-list)
30690         (installshield-funarg-constants-list): Make them constants.
30692         * generic.el (generic-make-keywords-list): Add autoload cookie.
30694         * calendar/time-date.el: Add comment on time value formats.
30695         Don't require parse-time.
30696         (with-decoded-time-value): New macro.
30697         (encode-time-value): New function.
30698         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30699         (days-to-time): Return a valid time value when arg is huge.
30700         (time-since): Use time-subtract.
30701         (time-to-number-of-days): Use time-to-seconds.
30703 2005-03-23  David Ponce  <david@dponce.com>
30705         * recentf.el (recentf-keep): New option.
30706         (recentf-menu-action): Default to `find-file'.
30707         (recentf-keep-non-readable-files-flag)
30708         (recentf-keep-non-readable-files-p)
30709         (recentf-file-readable-p, recentf-find-file)
30710         (recentf-cleanup-remote): Remove.
30711         (recentf-include-p): More robust.
30712         (recentf-keep-p): New function.
30713         (recentf-remove-if-non-kept): Rename from
30714         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
30715         All callers updated.
30716         (recentf-menu-items-for-commands): Fix help string.
30717         (recentf-track-closed-file): Update.  Doc fix.
30718         (recentf-cleanup): Update.  Count removed files.  Doc fix.
30720 2005-03-23  Kim F. Storm  <storm@cua.dk>
30722         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30723         Don't inherit from fringe face (now happens automatically).
30725 2005-03-22  Kim F. Storm  <storm@cua.dk>
30727         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30728         position values.
30730 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30732         * menu-bar.el (showhide-date-time): Remove.
30733         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30734         (menu-bar-make-mm-toggle): Simplify.
30736 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30738         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30739         Accept qualified variable and function names.
30741 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
30743         * bindings.el (completion-ignored-extensions):
30744         Remove ".lis" for `vax-vms'.
30746 2005-03-22  Andreas Schwab  <schwab@suse.de>
30748         * generic-x.el: Revert last change.
30749         * ldefs-boot.el: Update.
30751 2005-03-22  Jay Belanger  <belanger@truman.edu>
30753         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30754         (calc-embedded-save-original-modes)
30755         (calc-embedded-restore-original-modes): New functions.
30756         (calc-do-embedded): Save original modes when entering embedded mode
30757         and restore when leaving embedded mode.
30758         (calc-embedded-modes-change): Change the value of
30759         calc-embedded-original-modes to reflect permanent changes.
30761 2005-03-22  Lute Kamstra  <lute@gnu.org>
30763         * generic-x.el: Require generic again.
30765 2005-03-22  Miles Bader  <miles@gnu.org>
30767         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30768         Tweak details to look good on both ttys and bitmap displays, light
30769         or dark background, etc.
30771 2005-03-21  Kim F. Storm  <storm@cua.dk>
30773         * tooltip.el (tooltip-show-help-function): Check car and cdr of
30774         mouse position.
30776 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30778         * icomplete.el: Don't forcibly turn on the mode upon load.
30779         (icomplete-mode): Use define-minor-mode.
30780         (icomplete-eoinput): Default to nil.
30781         (icomplete-minibuffer-setup): Remove autoload.
30782         (icomplete-tidy): Simplify.
30783         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30784         in the initial state or if the user has modified the field.
30785         Fix handling of icomplete-max-delay-chars.
30786         Remove code that handles the oddball case where
30787         minibuffer-completion-table is an integer.
30788         Wrap icomplete-completions in while-no-input in case building
30789         completions takes more time than expected.
30790         (icomplete-completions): Simplify.
30792 2005-03-21  Richard M. Stallman  <rms@gnu.org>
30794         * jka-compr.el (jka-compr-really-do-compress):
30795         Make variable buffer-local.
30797         * image-mode.el: Handle .xpm files too.
30798         (image-toggle-display): Preserve modification flag.
30800         * help.el (where-is): Don't mention aliases with no key bindings.
30802 2005-03-21  Lute Kamstra  <lute@gnu.org>
30804         * generic.el: Fix commentary section.  Don't require cl for
30805         compilation.
30806         (generic-mode-list): Add autoload cookie.
30807         (generic-use-find-file-hook, generic-lines-to-scan)
30808         (generic-find-file-regexp, generic-ignore-files-regexp)
30809         (generic-mode, generic-mode-find-file-hook)
30810         (generic-mode-ini-file-find-file-hook): Fix docstrings.
30811         (define-generic-mode): Make it a defmacro.  Fix docstring.
30812         (generic-mode-internal): Code cleanup.  Add autoload cookie.
30813         (generic-mode-set-comments): Code cleanup.
30814         * generic-x.el: Don't prevent compilation.  Don't require generic.
30815         Follow coding conventions.  Minor code cleanup.
30816         (etc-fstab-generic-mode): Add some keywords.
30817         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30818         define-generic-mode like a function declaration.
30820 2005-03-21  Jay Belanger  <belanger@truman.edu>
30822         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30823         changing modes.
30825 2005-03-21  Sam Steingold  <sds@gnu.org>
30827         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30829 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
30831         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30832         Add underscore to "f$ lexicals" regexp.
30834 2005-03-20  Juri Linkov  <juri@jurta.org>
30836         * subr.el (progress-reporter-do-update): When `min-value' is equal
30837         to `max-value', set `percentage' to 0 and prevent division by zero.
30839 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
30841         Sync with Tramp 2.0.48.
30843         * net/tramp.el (all): Change all addresses to .gnu.org.
30844         (tramp-append-tramp-buffers): New defun.
30845         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30846         Catch `dont-send' signal.
30847         (tramp-set-auto-save-file-modes): Set always permissions, because
30848         there might be an old auto-saved file belonging to another
30849         original file.  This could be a security threat.  Reported by
30850         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30851         Check for Emacs 21.3.50 removed.
30853         * net/tramp-smb.el (all): Remove debug construct for
30854         `with-parsed-tramp-file-name'.
30855         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30856         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30857         No error message if DIRECTORY or FILENAME doesn't exist.
30858         (tramp-smb-open-connection): Check existence of
30859         `tramp-smb-program'.
30861 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30863         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30864         Properly handle the case where the `m' or `s' command's argument is not
30865         yet terminated.
30866         (perl-indent-new-calculate): New function.
30867         (perl-indent-line): Use it.
30869 2005-03-20  Miles Bader  <miles@gnu.org>
30871         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30872         in text-mode too.  Change to new face names.
30873         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30874         Add `:weight bold' attribute.
30875         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30877 2005-03-19  Juri Linkov  <juri@jurta.org>
30879         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
30881         * international/mule.el (auto-coding-alist): Sync with
30882         `auto-mode-alist' by adding upper case archive file extensions
30883         and adding ear/war to jar extension.
30885 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
30887         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30888         running, restart it.
30890 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
30892         * finder.el (finder-current-item): Throw an error on an empty line.
30894         * man.el (Man-follow-manual-reference): If current-word returns
30895         nil, use "".
30897 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
30899         * simple.el (goto-line): Doc fix.
30901 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
30903         * files.el (save-buffer): Doc fix.
30905 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
30907         * recentf.el (recentf-cleanup-remote): New variable.
30908         (recentf-cleanup): Use it to conditionally check availability of
30909         remote files.
30911 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
30913         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30914         function names.
30916 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30918         * language/thai-word.el: New file.
30920 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30922         * files.el (backup-buffer): If the file's directory is not
30923         writable, use copy instead of move to backup the file.
30925 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
30927         * obsolete/keyswap.el: Moved to obsolete/ from term/.
30929 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30931         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30932         Use functionp instead of symbolp and fboundp.  Reported by Drkm
30933         <darkman_spam@yahoo.fr>.
30934         (ps-print-version): New version 6.6.6.
30936 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
30938         * textmodes/table.el (table--line-column-position): New idiom.
30939         (table--row-column-insertion-point-p): New function to test
30940         validity of row and column insertion operation at a location.
30941         (table-global-menu, table-cell-menu): Use above functions for
30942         deterministic test operation.
30943         (table--editable-cell-p): Behave in deterministic fashion.
30945 2005-03-18  Juri Linkov  <juri@jurta.org>
30947         * isearch.el (isearch-lazy-highlight-new-loop):
30948         Make arguments beg and end optional.
30949         (isearch-update): Remove optional arguments nil from
30950         isearch-lazy-highlight-new-loop.
30951         (isearch-lazy-highlight-search): Let-bind case-fold-search to
30952         isearch-lazy-highlight-case-fold-search instead of
30953         isearch-case-fold-search, and let-bind isearch-regexp to
30954         isearch-lazy-highlight-regexp.
30955         Use isearch-lazy-highlight-last-string instead of isearch-string.
30957         * replace.el (perform-replace): Remove bindings of global
30958         variables isearch-string, isearch-regexp, isearch-case-fold-search.
30959         Add three new arguments to `replace-highlight'.
30960         (replace-highlight): Add arguments string, regexp, case-fold.
30961         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30962         to allow isearch-lazy-highlight-new-loop to use these values
30963         to set corresponding isearch-lazy-highlight-* internal
30964         variables whose values lazy highlighting will use regardless of
30965         changes to global variables isearch-string, isearch-regexp,
30966         isearch-case-fold-search during lazy highlighting loop.
30967         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30968         to `lazy-highlight-cleanup'.
30970         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30971         (ispell-highlight-face): Set default face to `isearch' when
30972         lazy highlighting is enabled.
30973         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30974         priority to 1.  Add lazy highlighting.
30975         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30976         from `isearch-dehighlight'.
30978 2005-03-18  David Ponce  <david@dponce.com>
30980         * files.el (hack-local-variables): Do a case-insensitive search
30981         for End.
30983 2005-03-18  Juri Linkov  <juri@jurta.org>
30985         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30986         `isearch-lazy-highlight-cleanup', add alias to old name and
30987         declare obsolete.  Add release numbers to other obsolete vars.
30988         (isearch-done, isearch-lazy-highlight-new-loop):
30989         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30990         (lazy-highlight-cleanup) <variable>: Doc fix.
30991         (isearch-lazy-highlight-update): Rename obsolete
30992         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30994 2005-03-18  Kenichi Handa  <handa@m17n.org>
30996         * language/thai-util.el: Fix categorization of Thai characters in
30997         thai-category-table.
30998         (thai-composition-pattern): Adjust it for the above change.
30999         (thai-self-insert-command, thai-compose-syllable): New functions.
31000         (thai-compose-region): Use thai-compose-syllable.
31001         (thai-compose-string): Likewise.
31002         (thai-composition-function): Likewise.
31003         (thai-auto-composition): New function.
31004         (thai-auto-composition-mode): New minor mode.
31006         * language/thai.el: Fix patterns to be registered in
31007         composition-function-table.
31009         * international/quail.el (quail-input-method): Locally bind
31010         inhibit-modification-hooks to t.
31012 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31014         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31015         (perl-mode): Use run-mode-hooks.
31017         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31018         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31019         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31021         * mail/sendmail.el (sendmail-send-it): Reenable the code
31022         to compute resend-to-address and use it.
31024         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31026         * image-mode.el: New file.
31028         * image.el (insert-sliced-image): Add autoload cookie.
31030         * font-lock.el (font-lock-lines-before): New user option.
31031         (font-lock-after-change-function): Obey it.
31033         * bindings.el (esc-map): Make M-g a prefix.
31034         Bind M-g g and M-g M-g to goto-line.
31036         * faces.el (face-id): Doc fix.
31038 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31040         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31041         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31042         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31044         * mail/sendmail.el (mail-yank-ignored-headers)
31045         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31046         Add Mail-Followup-To and Mail-Reply-To headers.
31047         (mail-citation-hook): Add autoload cookie.
31048         (mail-mode): Doc fix.
31049         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31050         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31051         (mail-mode-fill-paragraph): Handle those headers.
31052         (mail-mailing-lists): New variable.
31053         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31055 2005-03-17  Juri Linkov  <juri@jurta.org>
31057         * isearch.el (isearch-fallback): Check for `(car previous)'
31058         before calling `isearch-other-end-state'.
31060 2005-03-17  Kim F. Storm  <storm@cua.dk>
31062         * simple.el (move-beginning-of-line): Move to beginning of buffer
31063         line, as well as beginning of screen line.
31065 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31067         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31068         argument REDRAW rather than calendar-redrawing variable.
31069         * calendar/calendar.el (calendar-redrawing): Delete.
31070         (redraw-calendar): Do not bind calendar-redrawing.
31072 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31074         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31075         diary-file buffer.
31077 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31079         * help.el (describe-mode): Allow a :minor-mode-function property to
31080         specify a different minor mode toggle function than the variable.
31081         * simple.el (auto-fill-function):
31082         * subr.el (add-minor-mode): Use it.
31084 2005-03-16  Kenichi Handa  <handa@m17n.org>
31086         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31087         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31088         (ethio-fidel-to-sera-buffer): Likewise.
31090 2005-03-16  Juri Linkov  <juri@jurta.org>
31092         * emacs-lisp/find-func.el (find-function-regexp):
31093         Add defun-emitting macro `menu-bar-make-toggle'.
31095         * isearch.el: Put `isearch-scroll' property to
31096         `split-window-horizontally'.
31098         * info.el: Update error messages for `debug-ignored-errors'.
31099         (Info-isearch-search): Doc fix.
31100         (Info-find-node): Move up code to go into info buffer before
31101         recording the node to the history.
31102         (Info-fontify-node): Fontify titles only if the next line
31103         has two or more `*', `=', `-', `.'.
31104         Display "go to this node" for empty (match-string 3).
31106 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31108         * term/mac-win.el: Add mouse pointer shape constants.
31110 2005-03-15  Kim F. Storm  <storm@cua.dk>
31112         * simple.el (move-beginning-of-line): Use vertical-motion.
31114 2005-03-15  Juri Linkov  <juri@jurta.org>
31116         * isearch.el (isearch-error): New variable.
31117         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31118         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31119         (isearch-within-brackets-state): Remove.
31120         (isearch-case-fold-search-state, isearch-pop-fun-state):
31121         Decrease frame index.
31122         (isearch-mode, isearch-top-state, isearch-push-state)
31123         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31124         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31125         (isearch-search, isearch-lazy-highlight-new-loop):
31126         Replace `isearch-invalid-regexp' with `isearch-error'.
31127         Remove `isearch-within-brackets'.
31128         (isearch-search): Add `search-failed' handler to `condition-case'.
31129         (isearch-lazy-highlight-search): Add `condition-case' to catch
31130         errors and allow `isearch-lazy-highlight-update' to try
31131         highlighting from the beginning of the window.
31132         (isearch-repeat): Move up code to set isearch-wrapped to t
31133         before calling isearch-wrap-function.
31135         * info.el (Info-isearch-initial-node): New internal variable.
31136         (Info-search): Signal an error in isearch mode when search leaves
31137         the initial node.  Signal an error when `bound' is non-nil and
31138         nothing was found in the current subfile.
31139         (Info-isearch-search): Remove `condition-case'.
31140         (Info-isearch-wrap): Don't wrap when search failed during leaving
31141         the initial node.  If `Info-isearch-search' is nil, wrap around
31142         the current node.
31143         (Info-isearch-start): New fun.
31144         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31145         `isearch-mode-hook'.
31147 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31149         * simple.el (normal-erase-is-backspace): Set default to t if
31150         running on Mac.
31152         * term/mac-win.el (function-key-map): Sync with x-win.el.
31154 2005-03-15  Kenichi Handa  <handa@m17n.org>
31156         * international/mule-cmds.el (locale-language-names): Modify the
31157         format of elements and add more entries.
31158         (locale-preferred-coding-systems): Add more entries.
31159         (set-locale-environment): Adjust for the change of
31160         locale-language-names.
31162 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31164         * pcvs.el (smerge-ediff): Remove bogus autoload.
31166 2005-03-14  Lute Kamstra  <lute@gnu.org>
31168         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31169         Ignore a `*' at the beginning of a line.
31171         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31172         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31173         subr.el.
31174         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31175         to specify indentation.
31177         * generic.el (define-generic-mode): Let generic-mode-list be a
31178         list of strings; test membership with equal.
31180 2005-03-14  Kim F. Storm  <storm@cua.dk>
31182         * simple.el (next-line, previous-line): Add optional try-vscroll
31183         arg to recognize interactive use.  Pass it on to line-move.
31184         (line-move): Don't perform auto-window-vscroll when defining or
31185         executing keyboard macro to ensure consistent behavior.
31187 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31189         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31191 2005-03-13  Lute Kamstra  <lute@gnu.org>
31193         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31194         debugger-setup-buffer so that backtrace marks the frames set to
31195         debug-on-exit and we don't have to do it manually.  Set an extra
31196         debug-on-exit for macro's.
31197         (debugger-setup-buffer): Don't mark the top frame manually.
31199 2005-03-12  Lute Kamstra  <lute@gnu.org>
31201         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31202         lisp-indent-function throughout.
31203         (with-no-warnings): Set lisp-indent-function property.
31205 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31207         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31208         Add entry for backslash.
31210 2005-03-12  Juri Linkov  <juri@jurta.org>
31212         * info.el (Info-search): Four fixes for backward search.
31214 2005-03-11  Jay Belanger  <belanger@truman.edu>
31216         * calc/calc.el (calc-language-alist): New variable.
31217         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31218         (calc-embedded-find-modes): Use calc-language-alist instead of
31219         calc-embedded-language-alist.
31221 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31223         * calendar/calendar.el (calendar-redrawing): New internal
31224         variable.
31225         (redraw-calendar): Remove bogus save-excursion from previous
31226         change.  Bind calendar-redrawing to t for mark-diary-entries.
31227         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31228         calendar if that is why we were called.
31230 2005-03-11  Kenichi Handa  <handa@m17n.org>
31232         * international/mule.el (make-coding-system): Set property
31233         coding-system-define-form to nil.
31234         (define-coding-system-alias): Likewise.
31236 2005-03-11  Kenichi Handa  <handa@m17n.org>
31238         These changes are suggested by Dave Love <fx@gnu.org>.
31240         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31241         coding: tag.
31242         (adaptive-fill-regexp): Add more bullets.
31243         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31244         regexps.
31246 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31248         * help.el (describe-mode): Properly handle non-trivial lighters.
31249         Don't ignore minor modes that are not listed in minor-mode-list.
31251         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31252         feature ON when the user requests to turn it OFF.
31254 2005-03-10  Lute Kamstra  <lute@gnu.org>
31256         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31257         (implement-debug-on-entry): New function to replace debug-entry-code.
31258         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31259         second argument as the 2005-03-07 change makes it obsolete.
31260         (debug-on-entry, cancel-debug-on-entry): Update call to
31261         debug-on-entry-1.
31262         (debug, debugger-setup-buffer): Comment update.
31263         (debugger-frame-number): Update to work with implement-debug-on-entry.
31265 2005-03-10  Jay Belanger  <belanger@truman.edu>
31267         * calc/calc-embed.el (math-ms-args): Declare it.
31268         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31269         math-ms-args.
31270         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31271         variables.
31273 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31275         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31276         Use message-box.
31278         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31279         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31280         (tooltip-gud-tips): Simplify.
31281         (tooltip-gud-tips-p): Remove superfluous :set.
31282         (tooltip-gud-modes): Add fortran-mode.
31283         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31285         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31287 2005-03-09  Kim F. Storm  <storm@cua.dk>
31289         * play/animate.el (animate-place-char): Use forward-line instead
31290         of next-line to improve performance.
31292 2005-03-09  Simon Josefsson  <jas@extundo.com>
31294         * net/browse-url.el (browse-url-default-browser): Doc fix.
31296 2005-03-09  Miles Bader  <miles@gnu.org>
31298         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31299         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31301 2005-03-09  Kenichi Handa  <handa@m17n.org>
31303         * international/latin-1.el: Set case and syntax for 255 only if
31304         set-case-syntax-set-multibyte is nil.
31306         * textmodes/ispell.el (ispell-insert-word): New function.
31307         (ispell-word): Use ispell-insert-word to insert a new word.
31308         (ispell-process-line): Likewise.
31309         (ispell-complete-word): Likewise.
31311 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31313         * calendar/calendar.el (redraw-calendar): Preserve point.
31314         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31315         (calendar-week-start-day): Move after definition of
31316         redraw-calendar.  Delete buffer test, since redraw-calendar has
31317         that now.
31319         * calendar/diary-lib.el (mark-diary-entries): Only call
31320         redraw-calendar in the first of any recursive calls.
31321         Reported by Alan Shutko <ats@acm.org>.
31323 2005-03-08  Juri Linkov  <juri@jurta.org>
31325         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31326         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31327         (html-radio-buttons): Add a space before the trailing `/>' where
31328         sgml-xml-mode is non-nil.
31329         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31330         the subsequent tag of the empty XML tag.
31331         (html-href-anchor): Don't set initial input to "http:".
31332         (html-image): Ask for the image URL and set point inside alt="".
31333         (html-name-anchor): Duplicate the name in the `id' attribute when
31334         sgml-xml-mode is non-nil.
31335         (html-paragraph): Remove \n before <p>.
31336         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31337         instead of `checked' when sgml-xml-mode is non-nil.
31339         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31340         Remove 1 space before #RRGGBB to not truncate it on terminal
31341         windows w/o fringes.  Remove 1 space between bg and fg examples
31342         to get more space.
31343         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31344         avoid byte-compile warnings.
31346         * image-file.el (image-file-handler): Put `safe-magic' property to
31347         `image-file-handler'.
31349         * info.el (Info-isearch-search): Emulate word search in
31350         isearching through multiple Info nodes with Info-search.
31351         (Info-isearch-wrap): Allow isearch-word.
31353 2005-03-08  Lute Kamstra  <lute@gnu.org>
31355         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31356         stepping into the debugger's code is not possible.
31357         (debugger-jumping-flag): Docstring update.
31359 2005-03-08  Jay Belanger  <belanger@truman.edu>
31361         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31362         embedded mode begins.
31363         (calc-embedded-language-alist): New variable.
31364         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31365         set default language mode.
31367 2005-03-08  Kenichi Handa  <handa@m17n.org>
31369         * international/ccl.el (define-ccl-program): Fix docstring about
31370         extra 256 bytes assured for the output buffer.
31372         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31373         Fix BUFFER_MAGNIFICATION to 2.
31374         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31376 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31378         * align.el (align-rules-list): Added an alignment rule for CSS
31379         declarations (applies to css-mode and html-mode buffers).
31381 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31383         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31385 2005-03-07  Kim F. Storm  <storm@cua.dk>
31387         * simple.el (move-beginning-of-line): New command.
31389         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31391         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31393         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31394         and move-beginning-of-line.
31396         * apropos.el (apropos-print): Omit command from M-x ... RET.
31398 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31400         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31401         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31403 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31405         * bindings.el (esc-map): Bind M-g to goto-line.
31407         * facemenu.el (global-map): Bind M-o, not M-g.
31409 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31411         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31412         "Open Directory" as for "Open File".
31414 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31416         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31417         (push-mark-command): Run activate-mark-hook.
31419 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31421         * help-mode.el (help-mode-finish): Don't alter the element
31422         in view-return-to-alist if there already is one.
31424         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31425         make sure the current buffer is the expected one.
31427         * novice.el (disabled-command-function): Output in *Disabled Command*.
31428         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31430         * textmodes/flyspell.el (flyspell-large-region):
31431         Pass args differently for aspell.
31433         * files.el (mode-require-final-newline): Doc fix.
31435 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31437         * progmodes/which-func.el (which-function):
31438         Specify NOERROR when calling imenu--make-index-alist.
31440 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31442         * simple.el (normal-erase-is-backspace): Define default value.
31444         * custom.el (custom-theme-set-variables): Remove unused var
31445         `immediate'.
31446         (custom-reevaluate-setting): Simple function to handle variables
31447         that are defined before their default value can really be
31448         computed.
31450         * startup.el (command-line): Use it for temporary-file-directory,
31451         small-emporary-file-directory, auto-save-file-name-transforms,
31452         blink-cursor-mode, and normal-erase-is-backspace.
31454         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31455         progress, even with buggy anchored keywords.
31457 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31459         * simple.el (goto-line): Remove unbalanced final parenthesis.
31461 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31463         * simple.el (goto-line): Use a number at point as the default.
31464         With C-u as arg, switch buffers.
31466 2005-03-05  Juri Linkov  <juri@jurta.org>
31468         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31469         with `no-blinking-cursor'.
31471         * startup.el (no-blinking-cursor): New defvar.
31472         (command-line): Add `--no-blinking-cursor' to longopts.
31473         Set `no-blinking-cursor' to t for command line arguments
31474         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31475         with `no-blinking-cursor' in the condition for calling
31476         `blink-cursor-mode'.
31478 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31480         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31481         (menu-bar-options-save): Add blink-cursor-mode.
31482         (menu-bar-options-menu): Add blink-cursor-mode.
31484 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31486         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31487         (icalendar-export-file, icalendar-export-region)
31488         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31489         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31491 2005-03-04  Lute Kamstra  <lute@gnu.org>
31493         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31494         (debug-function-list): Ditto.
31496 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31498         * textmodes/texinfmt.el (texinfo-append-refill):
31499         Redefine the types of line to which @refill
31500         is not appended by replacing a search for `@refill\\|@bye' with
31501         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31502         itemize@refill' bug and the unfilled long lines bug.
31503         (texinfmt-version): Update number and date.
31505 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31507         * international/code-pages.el (windows-1250, windows-125[2-8])
31508         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31510 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31512         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31513         bound yet.
31515 2005-03-02  Romain Francoise  <romain@orebokech.com>
31517         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31518         buffer after removing limits.
31519         (ibuffer-pop-filter): Ditto.
31520         Update copyright.
31522 2005-03-02  Miles Bader  <miles@gnu.org>
31524         * button.el (make-text-button): If the user doesn't specify a
31525         type, use the default.  Rewrite to use `add-text-properties' and
31526         plist functions.
31528 2005-03-01  Lute Kamstra  <lute@gnu.org>
31530         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31531         (debugger-jumping-flag): New var.
31532         (debug-entry-code): Use it.
31533         (debugger-jump): Use debugger-jumping-flag and add
31534         debugger-reenable to post-command-hook.
31535         (debugger-reenable): Use debugger-jumping-flag and remove itself
31536         from post-command-hook.
31537         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31538         debugger-reenable.
31540 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31542         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31543         inclusion of "itemize\\|", which may be unnecessary, is certainly
31544         inelegant, and stops refilling in itemize lists when formatting
31545         Japanese Texinfo files to Info.
31546         Update copyright to 2005.
31548 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31550         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31551         of an error if GDB can't find the source file.
31553 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31555         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31556         not just the calendar.
31558         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31559         first.
31560         (diary-redraw-calendar): New function.
31561         (make-diary-entry): Add diary-redraw-calendar to local
31562         write-contents-functions.  Turn off selective display before
31563         inserting in diary.
31565 2005-03-01  Kim F. Storm  <storm@cua.dk>
31567         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31569 2005-03-01  Lute Kamstra  <lute@gnu.org>
31571         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31572         that debug-entry-code can be safely removed from a function while
31573         this code is being evaluated.  Revert the 2005-02-27 change as the
31574         new implementation no longer requires it.  Make sure that a
31575         function body containing just a string is not mistaken for a docstring.
31576         (debug): Skip one more frame in case of debug on entry.
31577         (debugger-setup-buffer): Delete one more frame line in case of
31578         debug on entry.
31579         (debugger-frame-number): Update to use the new text introduced by
31580         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31582 2005-02-28  Kim F. Storm  <storm@cua.dk>
31584         * double.el (double-translate-key): Call force-window-update after
31585         read-event to avoid crash in redisplay.
31587 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31589         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31590         (debug): Use it.  Move the inhibit-trace earlier.
31591         (debug-entry-code): New const.
31592         (debug-on-entry-1): Use it.
31594 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31596         * international/utf-16.el (ccl-encode-mule-utf-16le):
31597         Fix BUFFER_MAGNIFICATION to 2.
31598         (ccl-encode-mule-utf-16be): Likewise.
31600 2005-02-28  Kenichi Handa  <handa@m17n.org>
31602         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31603         Fix BUFFER_MAGNIFICATION to 4.
31604         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31606 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31608         * speedbar.el (speedbar-update-flag): Doc fix.
31609         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31610         argument.
31612 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31614         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31615         have a non-nil `invisible' property but are actually visible.
31617         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31618         for perldoc sections.
31619         (perl-outline-regexp, perl-outline-level): New var and function.
31620         (perl-mode): Use them.
31622 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31624         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31625         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31627 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31629         * cus-edit.el: Comment change.
31630         (custom-buffer-create-internal): Slightly reword text at top of
31631         Custom buffers.  Mention there that saving an option edits the
31632         init file.  Add link to Emacs manual node on `custom-file'.
31633         (custom-magic-alist): Rewrite individual State messages to use
31634         capitalized keywords.  Doc fix.
31636 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31638         * calendar/calendar.el (calendar-buffer): Move above
31639         calendar-week-start-day.
31640         (calendar-week-start-day): Doc fix.  Add :set function.
31641         (calendar-minimum-window-height): New variable.
31642         (generate-calendar-window): Only resize window if selected-window
31643         is displaying the calendar buffer.  Use new variable
31644         calendar-minimum-window-height.
31645         (generate-calendar): Reword error message.
31646         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31648 2005-02-27  Andreas Schwab  <schwab@suse.de>
31650         * vc.el (vc-do-command): Don't run command asynchronously when
31651         operating in a remote directory.
31653         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31654         change from sync with Tramp 2.0.47.
31656 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31658         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31660         * textmodes/flyspell.el (flyspell-mode-on):
31661         Call ispell-change-dictionary only if necessary.
31663         * emacs-lisp/re-builder.el (regexp-builder): New function.
31665         * register.el (describe-register-1): Explicitly handle
31666         yank-excluded-properties = t.
31668         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31669         (custom-magic-alist): Change the status descriptions again.
31670         (face widget-type): Total rewrite based on `restricted-sexp'
31671         to eliminate the confusing double hiding levels.
31673         * emacs-lisp/debug.el (debug-on-entry-1):
31674         If function body is empty, add nil as body form.
31676 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31678         * emacs-lisp/trace.el (inhibit-trace): New var.
31679         (trace-make-advice): Use it.
31681         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31683 2005-02-26  Kim F. Storm  <storm@cua.dk>
31685         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31686         (mouse-on-link-p, mouse-drag-region-1): Use it.
31688 2005-02-25  Lute Kamstra  <lute@gnu.org>
31690         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31692 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
31694         * frame.el (blink-cursor-mode): Add :group keyword.
31696 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
31698         * calendar/icalendar.el (icalendar--decode-isodatetime):
31699         New optional argument DAY-SHIFT.
31700         (icalendar-export-region): Fix coding-system-for-write.
31701         (icalendar--convert-ical-to-diary): Shift end-day of all-day
31702         events by one.
31704 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31706         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31708 2005-02-24  Kim F. Storm  <storm@cua.dk>
31710         * international/iso-acc.el (iso-accents-compose): Fix crash
31711         during redisplay.  Call force-window-update after read-event
31712         and delete-region to signal that window is not accurate.
31714 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31716         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31717         Remove unused and inexistent var `inhibit-trace'.
31718         (debugger-mode): Use run-mode-hooks.
31719         (debugger-list-functions): Add buttons; setup xref stack.
31721 2005-02-23  Richard M. Stallman  <rms@gnu.org>
31723         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31724         appointment says it was explicitly made.
31725         (appt-add): Set the 3rd element.
31726         (appt-make-list): Preserve explicit appointments.
31728         * subr.el (find-tag-default): Catch errors in forward-sexp.
31730 2005-02-23  Juri Linkov  <juri@jurta.org>
31732         * info.el (Info-isearch-search): New defcustom.
31733         (Info-isearch-search): Call the default isearch function
31734         when Info-isearch-search is nil.
31735         (Info-isearch-wrap): Use variable Info-isearch-search.
31737 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
31739         * cus-edit.el: Comment change.
31741 2005-02-22  Kim F. Storm  <storm@cua.dk>
31743         * progmodes/hideif.el (hide-ifdef-use-define-alist):
31744         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
31746 2005-02-22  Simon Josefsson  <jas@extundo.com>
31748         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31749         New variable.
31750         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
31751         Oskarsson" <myrkraverk@users.sourceforget.net>.
31753 2005-02-22  Kim F. Storm  <storm@cua.dk>
31755         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31756         check that window of that event is the selected window.
31757         (mouse-drag-region-1): Compare mouse event window to selected
31758         window before setting point.
31760         * tooltip.el (tooltip-show-help-function): Pass event to
31761         mouse-on-link-p so it can check selected window.
31763 2005-02-22  Kenichi Handa  <handa@m17n.org>
31765         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31766         (ps-mule-show-warning): New function.
31767         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31768         characters are found.
31770         * ps-print.el (ps-header-footer-string): Return a list of header
31771         and footer strings.
31773 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
31775         * pcvs.el (cvs-retrieve-revision): Fix thinko.
31777 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31779         * frame.el (blink-cursor-mode): Use define-minor-mode.
31781         * term/mac-win.el (function-key-map): Use char-names more consistently.
31782         (file-name-coding-system): Only set it for MacOS-9.  The other case is
31783         already handled in mule-cmds.el (where it also works when mac-win.el
31784         is not used).
31786 2005-02-21  Kenichi Handa  <handa@m17n.org>
31788         * international/mule.el (ctext-pre-write-conversion): Always use
31789         " *code-converting-work*" buffer for work.
31791         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31793 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
31795         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31797 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
31799         * ses.el (undo-more): Restore defadvice, but only the part that
31800         allows changes outside the restricted area of the buffer.
31802 2005-02-20  Kim F. Storm  <storm@cua.dk>
31804         * simple.el (line-move): Add fourth optional arg try-vscroll which
31805         must be set to perform auto-window-vscroll.
31806         When moving backwards and doing auto-window-vscroll, automatically
31807         vscroll to the last part of lines which are taller than the window.
31808         (next-line, previous-line): Set try-vscroll arg on line-move.
31810 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
31812         * replace.el (query-replace, query-replace-regexp)
31813         (replace-string, replace-regexp): When operating on region, make
31814         the minibuffer prompt say so.
31816         * isearch.el (isearch-forward): Document isearch-query-replace and
31817         isearch-query-replace-regexp keybindings.
31819 2005-02-19  Jay Belanger  <belanger@truman.edu>
31821         * calc/calc-aent.el (math-read-token): Add local variable.
31823         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31824         (calc-edit-top): Move declaration to earlier in file.
31825         (calc-edit-macro-repeats): Add local variables.
31827         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31828         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31829         calcFunc-tanh.
31830         Adjust integration rule for calcFunc-tan.
31832 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31834         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31835         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31836         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31837         (viper-skip-separators): Bug fix.
31838         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31839         particular major mode.
31840         (viper-del-backward-char-in-replace): Don't put deleted char on the
31841         kill ring.
31843         * viper-ex.el (viper-color-display-p): New function.
31844         (viper-has-face-support-p): Use viper-color-display-p.
31846         * viper-keym.el (viper-gnus-modifier-map): New keymap.
31848         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31850         * viper-util.el (viper-glob-unix-files): Fix shell status check.
31851         (viper-file-remote-p): Make equivalent to file-remote-p.
31853         * viper.el (viper-major-mode-modifier-list):
31854         Use viper-gnus-modifier-map.
31856 2005-02-19  David Kastrup  <dak@gnu.org>
31858         * subr.el (subregexp-context-p): Fix garbled doc string by adding
31859         quoting.
31861 2005-02-19  Jay Belanger  <belanger@truman.edu>
31863         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31864         Remove extra definitions.
31865         (calc-coth): New function.
31866         (calcFunc-cot): Fix `let'.
31868 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
31870         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31871         the reasons we use "type pc" in these faces.
31873         * button.el (button): Ditto.
31875 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
31877         * replace.el (query-replace-read-from): Set the value of
31878         query-replace-from-history-variable to handle the case of an empty
31879         string entered to accept the suggested default.
31881         * net/tramp.el (tramp-file-name-for-operation):
31882         Use dired-call-process instead of dired-call-process-command.
31884 2005-02-19  Jay Belanger  <belanger@truman.edu>
31886         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31887         (math-div-non-trig): New variables.
31888         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31889         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31890         (math-combine-prod, math-div-symb-fancy): Add simplifications for
31891         trig expressions.
31893 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
31895         * progmodes/gdb-ui.el (gdb-var-update-handler)
31896         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31897         for watch expressions,
31898         (gdb-var-create-handler): Don't set speedbar-update-flag.
31899         (gdb-post-prompt): Simplify test for speedbar.
31901 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
31903         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31904         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31905         we use the syntax table of the correct buffer.
31906         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31907         Felix Gatzemeier.
31909         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31910         (ediff-file-remote-p): Make synonymous with file-remote-p.
31911         In all deffaces ediff-*-face-*, use min-colors.
31913         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31914         ediff-recurse-to-subdirectories.
31915         (ediff-mark-if-equal): Check that the arguments are strings, use
31916         ediff-same-contents (after to Felix Gatzemeier).
31918         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31919         nil.
31921 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31923         * log-view.el (log-view-message-re): Fix up Subversion regexp.
31925 2005-02-18  David Kastrup  <dak@gnu.org>
31927         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31928         use `mark-active' when defined.
31930 2005-02-18  Kenichi Handa  <handa@m17n.org>
31932         * ps-print.el (ps-font-info-database): New entry
31933         ZapfChancery-MediumItalic with correct font name.  Fix font name
31934         of the entry Zapf-Chancery-MediumItalic.
31936 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
31938         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31940 2005-02-16  Kim F. Storm  <storm@cua.dk>
31942         * ido.el (ido-fallback-command): Pass user input to fallback command.
31944 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
31946         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31947         (gdb-find-file-hook): Add server prefix.
31949 2005-02-16  Richard M. Stallman  <rms@gnu.org>
31951         * replace.el (perform-replace): Pass new args to replace-highlight.
31952         (replace-highlight): Take region args,
31953         and pass them to isearch-lazy-highlight-new-loop.
31955         * novice.el (disabled-command-hook): Autoload the defalias
31956         and the make-obsolete-variable call.
31958         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31960         * isearch.el (isearch-lazy-highlight-start-limit)
31961         (isearch-lazy-highlight-end-limit): New variables limit
31962         the region for highlighting.
31963         (isearch-lazy-highlight-new-loop): New args BEG and END.
31964         (isearch-lazy-highlight-search): Use the new vars.
31965         (isearch-lazy-highlight-update): Likewise.
31967         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31969         * cus-start.el (all): Use default-boundp.
31971 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
31973         * menu-bar.el (menu-bar-select-frame): Handle current frame.
31975 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
31977         * autorevert.el (auto-revert-stop-on-user-input)
31978         (auto-revert-verbose): Doc fixes.
31980 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
31982         * international/mule-cmds.el (set-locale-environment): Remove call
31983         to set-selection-coding-system on Windows.
31985 2005-02-15  Jay Belanger  <belanger@truman.edu>
31987         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31988         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31989         calcFunc-coth.
31990         (math-simplify-sqrt): Add simplifications.
31992         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31993         to list.
31995         * calc/calc-ext.el: Add functions to autoloads.
31997         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31998         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31999         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32000         (math-csc-raw, math-cot-raw): New functions.
32002         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32004         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32005         the variable name in a message.
32007         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32008         calcFunc-csc, calcFunc-cot.
32010         * calc/calcalg2.el: Add derivative and integration rules for
32011         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32012         calcFunc-csch, calcFunc-coth.
32013         (math-do-integral-methods): Add to checks for when to use
32014         substitutions.
32016         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32018 2005-02-15  Lute Kamstra  <lute@gnu.org>
32020         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32021         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32022         <monnier@iro.umontreal.ca>.
32023         (lisp-outline-level): Improve efficiency.  Suggested by David
32024         Kastrup <dak@gnu.org>.
32026 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32028         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32029         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32030         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32031         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32032         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32034 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32036         * cus-start.el (all): Comment change.
32038 2005-02-14  Lute Kamstra  <lute@gnu.org>
32040         * cus-start.el (all): Check if symbol is void.
32042 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32044         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32045         optional argument to \cite.
32047 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32049         * cus-edit.el (custom-buffer-create-internal): Update help message.
32050         (custom-magic-alist): Update help messages.
32052         * cus-start.el (all): Allow a var to specify a standard value.
32054 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32056         * custom.el (custom-theme-set-variables): Handle variable aliases.
32058         * frame.el (blink-cursor-timer): Doc fix.
32059         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32060         declare obsolete.
32061         (blink-cursor-mode): Define with defcustom and use correct
32062         standard expression in that defcustom.
32063         * startup.el (command-line): Adapt to above changes in frame.el.
32065 2005-02-11  Lute Kamstra  <lute@gnu.org>
32067         * apropos.el (apropos-score-doc): Prevent division by zero.
32069 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32071         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32072         (icalendar--get-event-property-attributes)
32073         (icalendar--get-event-properties)
32074         (icalendar--datetime-to-diary-date): New functions.
32075         (icalendar--split-value): Doc fix.
32076         (icalendar--datetime-to-noneuropean-date)
32077         (icalendar--datetime-to-european-date): New optional argument
32078         SEPARATOR.  Return result as a string instead of a list.
32079         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32080         (icalendar--convert-string-for-export): Rename arg S to STRING.
32081         (icalendar-export-region): Doc fix.  Change name of error buffer.
32082         Save output buffer.
32083         (icalendar-import-file): Add blank at end of prompt.
32084         (icalendar-import-buffer): Doc fix.  Do not switch to error
32085         buffer.  Indicate status in return value.
32086         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32087         buffer.  Save output buffer.  Handle exception from recurrence
32088         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32089         events.  Fix problems with weekly all-day events.
32091 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32093         * simple.el (eval-expression-print-format):
32094         Avoid warning about edebug-active.
32096         * help.el (help-for-help-internal): Rename from help-for-help.
32097         (help-for-help): Define with defalias.
32099         * font-core.el (font-lock-default-function): Use with-no-warnings.
32101         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32103         * custom.el (defface): Doc fix.
32105 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32107         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32108         width 0" to prevent word wrapping problems.
32110 2005-02-09  Kim F. Storm  <storm@cua.dk>
32112         * ido.el (ido-file-extensions-order): New defcustom.
32113         (ido-file-extension-lessp, ido-file-extension-aux)
32114         (ido-file-extension-order): New advanced file ordering.
32115         (ido-file-lessp): New simple file ordering.
32116         (ido-sort-list): Remove.
32117         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32118         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32120 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32122         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32123         that some versions of grep produce.
32124         (grep-mode-font-lock-keywords): Likewise.
32126 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32128         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32129         (gdb-cdir): Delete.
32130         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32131         (gdb-source-info): Treat case when source file is in another
32132         directory properly.
32133         (gdb-get-location): New function.
32135 2005-02-07  Jay Belanger  <belanger@truman.edu>
32137         * calc/calc-prog.el (calc-write-parse-table-part)
32138         (calc-fix-token-name): Fix a check for language type.
32140         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32142 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32144         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32145         as directory not writable.
32147 2005-02-07  Kim F. Storm  <storm@cua.dk>
32149         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32150         (cua--standard-movement-commands): Remove list.
32151         Instead, set CUA property value to move for movement commands.
32152         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32153         (cua--pre-command-handler): Check CUA property.
32154         (cua--init-keymaps): Don't remap undo commands.
32155         (cua-mode): Don't call cua--rectangle-on-off.
32157         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32158         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32159         (cua--rect-undo-set-point): New var.
32160         (cua--rectangle-undo-boundary): Setup undo apply entry.
32161         (cua--rect-undo-handler): New function for rectangle undo.
32162         (cua--rect-start-position, cua--rect-end-position): Add.
32163         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32164         for restored rectangle.  Set point if cua--rect-undo-set-point.
32166 2005-02-06  Jay Belanger  <belanger@truman.edu>
32168         * calc/calc-lang.el (calc-tex-language): Display more information
32169         in messages.
32171         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32172         in TeX mode.
32174 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32176         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32178 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32180         * net/ldap.el (ldap-search-internal): Support attributes with
32181         optional descriptions separated by a semi-colon, as in
32182         "userCertificate;binary".
32184 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32186         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32187         isn't a cons (i.e. the version is 0).
32189 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32191         * help.el (help-for-help): Doc fix.
32193 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32195         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32196         GDB-Windows on the menu-bar as this works better.
32198 2005-02-04  Jay Belanger  <belanger@truman.edu>
32200         * calc/calc-embed.el (calc-embedded-update): Don't put in
32201         unnecessary newlines.  Adjust the end of formula marker.
32203         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32204         (math-latex-parse-two-args): New function.
32206 2005-02-03  Lute Kamstra  <lute@gnu.org>
32208         * help-fns.el (help-with-tutorial): Make sure that users cannot
32209         remove the entire text of the tutorial by means of `undo'.
32211 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32213         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32214         in recent changes, where the ispell process was repeatedly
32215         killed & restarted.
32217         * international/mule-cmds.el (set-locale-environment): Set file-name
32218         coding system to utf-8 on Darwin systems.
32219         (set-default-coding-systems): Don't set default-file-name-coding-system
32220         on Darwin systems.
32222 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32224         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32226 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32228         * faces.el (list-faces-display): Add optional argument.
32230 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32232         * font-core.el (font-lock-default-function): Handle the rare case where
32233         only font-lock-keywords is set.
32235 2005-02-02  Kenichi Handa  <handa@m17n.org>
32237         * international/characters.el: Cancel previous change for
32238         I-WITH-DOT-ABOVE and DOTLESS-i.
32240         * international/latin-5.el: Cancel previous change.
32242 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32244         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32246 2005-02-02  Kenichi Handa  <handa@m17n.org>
32248         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32249         DOTLESS-i.
32251         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32252         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32254         * case-table.el (get-upcase-table): New function.
32255         (copy-case-table): Copy upcaes table too if non-nil.
32256         (set-case-syntax-delims): Maintain upcase table too.
32257         (set-case-syntax-pair): Likewise.
32258         (set-upcase-syntax, set-downcase-syntax): New functions.
32259         (set-case-syntax): Maintain upcase table too.
32261 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32263         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32265         * progmodes/gud.el (gud-goto-info): New function.
32266         (gud-tool-bar-map): Use correct icon.
32268 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32270         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32271         When delegating, order args in the funcall correctly.
32273 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32275         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32277 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32279         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32280         buffer not visiting a file.
32282 2005-01-31  Jay Belanger  <belanger@truman.edu>
32284         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32285         bound on the line with the formula.
32287 2005-01-31  Kim F. Storm  <storm@cua.dk>
32289         * ses.el (ses-create-cell-variable-range)
32290         (ses-destroy-cell-variable-range, ses-reset-header-string)
32291         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32292         (ses-insert-row): Fix format of apply undo entries.
32294 2005-01-31  Jay Belanger  <belanger@truman.edu>
32296         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32297         parts.
32299         * calc/calc-embed.el (calc-embedded-open-formula)
32300         (calc-embedded-close-formula): Ignore matrix environments.
32302         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32303         TeX mode.
32305         * calc/calc-lang.el (math-function-table, math-oper-table)
32306         (math-variable-table): Adjust the LaTeX portions.
32308         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32309         (math-latex-ignore-words): New constant.
32311 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32313         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32314         (ispell-local-dictionary): Doc fix.
32315         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32316         Don't reinitialize at run time.  Don't defcustom.
32317         All uses changed to append ispell-local-dictionary-alist,
32318         or check it first.
32319         (ispell-current-dictionary): New variable for dictionary in use.
32320         (ispell-dictionary): Now used only for global default.
32321         (ispell-start-process): Set ispell-current-dictionary,
32322         not ispell-dictionary.
32323         (ispell-change-dictionary): Use this only for setting
32324         user preferences.
32325         (ispell-internal-change-dictionary): New function
32326         to change the current dictionary in use.
32327         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32328         Use ispell-current-dictionary.
32329         Handle ispell-local-dictionary-overridden.
32330         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32332 2005-01-31  Jay Belanger  <belanger@truman.edu>
32334         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32336         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32337         (calc-mode-map): Add calc-latex-language.
32339         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32340         (math-latex-print-frac): New functions.
32341         (math-oper-table, math-function-table, math-variable-table)
32342         (math-complex-format, math-input-filter): Add latex properties.
32343         (calc-set-language): Set math-expr-special-function-mapping.
32345         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32346         (calc-write-parse-table-part): Add LaTeX support.
32348         * calc/calc.el (calc-language): Adjust docstring.
32349         (calc-set-mode-line): Add LaTeX support.
32350         (math-expr-special-function-mapping): New variable.
32351         (math-tex-ignore-words): Add to list.
32353         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32354         Add LaTeX support.
32355         (math-compose-expr): Add support for special functions.
32357         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32359 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32361         * progmodes/gdb-ui.el (gdb-memory-address)
32362         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32363         (gdb-memory-mode-map, gdb-memory-format-keymap)
32364         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32365         (gdb-memory-unit-menu): New variables for a buffer
32366         that lets the user examine program memory.
32367         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32368         (gdb-memory-format-binary, gdb-memory-format-octal)
32369         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32370         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32371         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32372         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32373         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32374         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32375         (gdb-memory-mode, gdb-memory-buffer-name)
32376         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32377         New functions for above buffer.
32379 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32381         * cus-edit.el (custom-bury-buffer): Function deleted.
32382         (custom-buffer-done-function): Option deleted.
32383         (custom-buffer-done-kill): New replacement option.
32384         (Custom-buffer-done): Call quit-window.
32385         (custom-buffer-create-internal): Update for above changes.
32387 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32389         * simple.el (undo-ask-before-discard): New var.
32390         (undo-outer-limit-truncate): Implement it.
32391         (undo-extra-outer-limit): Doc update.
32393 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32395         * ses.el (undo-more): Delete defadvice.
32396         (ses-begin-change): Doc fix.
32398         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32399         instead of rebinding C-x u and C-_.
32401         * files.el (normal-backup-enable-predicate): Return nil for files
32402         in /tmp, regardless of temporary-file-directory.
32404         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32406         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32407         (open-rectangle, delete-whitespace-rectangle-line)
32408         (clear-rectangle-line): If FILL, pass t instead of FILL
32409         for move-to-column's 2nd arg.
32411         * simple.el (undo): Fix the test for continuing a series of undos.
32412         (undo-more): Set pending-undo-list to t when we reach end.
32413         (pending-undo-list): Move up defvar.
32415         * wid-edit.el (widget-button-click):
32416         Shorten the range of the track-mouse binding.
32418         * comint.el (comint-insert-input): Undo previous changes;
32419         use last-input-event in interactive spec.
32421 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32423         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32424         to nil before invoking call-process.  Reset buffer's modified flag
32425         after fontifying it in the no-async branch.
32427         * wid-edit.el (widget-specify-button): If mouse pointer shape
32428         cannot be changed, use mouse face instead.
32430 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32432         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32433         (gdb-goto-breakpoint): Make breakpoint handling work on template
32434         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32435         (gdb-assembler-custom): Update to recognize breakpoint information
32436         added on 2005-01-19.
32438 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32440         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32441         (dsssl-mode): Use define-derived-mode.
32442         (scheme-mode-initialize): Remove.
32443         (scheme-mode): Use run-mode-hooks.
32445         * cus-edit.el (customize-group-other-window)
32446         (custom-buffer-create-other-window): Don't override special-display-*.
32447         (custom-mode-map): Make it dense.
32449         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32450         sets the default value.
32452 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32454         * descr-text.el: Add more keywords.
32456 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32458         * speedbar.el: Avoid unnecessary use of locate-library.
32460         * international/mule-cmds.el (standard-display-european-internal):
32461         Don't fiddle with latin-1 non-break space any more since it's now
32462         special cased in the C code.
32463         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32465 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32467         * cus-start.el (all): Add `undo-outer-limit'.
32469 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32471         * textmodes/bibtex.el (bibtex-format-entry):
32472         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32473         field lines.
32474         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32475         not on part of a buffer.
32477 2005-01-25  Lute Kamstra  <lute@gnu.org>
32479         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32480         nonempty field text strings like "{letters\\macro{}more letters}".
32481         Clarify docstring.
32482         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32483         (bibtex-entry-offset, bibtex-parse-association)
32484         (bibtex-parse-field-name): Fix typos in docstrings.
32485         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32487 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32489         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32490         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32491         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32492         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32494         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32495         isearch minor mode.
32497 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32499         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32501 2005-01-24  Lute Kamstra  <lute@gnu.org>
32503         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32504         CASECHARS and NOT-CASECHARS regular expressions of the
32505         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32506         striding over charsets" error.
32508 2005-01-24  Jay Belanger  <belanger@truman.edu>
32510         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32511         display variable name.
32513 2005-01-24  Kenichi Handa  <handa@m17n.org>
32515         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32516         Fix setting of the element of encoded-kbd-iso2022-invocations.
32518 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32520         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32521         (gdb-threads-select): Change to also accept mouse events.
32522         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32523         (gdb-threads-mouse-select): Delete.
32525 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32527         * files.el (insert-directory): Take care of empty directory,
32528         listed without -a switch.
32530 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32532         * textmodes/refill.el (refill-post-command-function):
32533         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32534         to the list of functions that we should be careful not to undo.
32535         (refill-late-fill-paragraph-function): Remove.
32536         (refill-saved-state): New var.
32537         (refill-mode): Use it to save fill-paragraph-function.
32538         Save also the value of auto-fill-function.
32540         * term/w32-win.el: Simplify code.
32542 2005-01-23  Kim F. Storm  <storm@cua.dk>
32544         * simple.el (line-move): Adapt to new return value from
32545         pos-visible-in-window-p.
32547         * simple.el (line-move): Fix last change.  Check partial
32548         visibility at point rather than at window-start.
32550 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32552         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32554 2005-01-22  David Kastrup  <dak@gnu.org>
32556         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32558 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32560         * type-break.el (type-break-mode): Add a test for
32561         type-break-file-name being non-nil.
32563 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32565         * net/eudc.el (top level): Call (message "") via progn, so that
32566         eudc-options-file is loaded.
32568 2005-01-22  Kim F. Storm  <storm@cua.dk>
32570         * simple.el (line-move-1): Rename from line-move.
32571         (line-move): New function that adjusts vscroll for partially
32572         visible rows, and calls line-move-1 otherwise.
32574 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32576         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32577         since it's not a complete read-event implementation
32579 2005-01-20  Jay Belanger  <belanger@truman.edu>
32581         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32582         for called function.
32584 2005-01-20  Steven Tamm  <steventamm@mac.com>
32586         * term/mac-win.el (process-connection-type): Remove.
32587         Controlled now by s/darwin.h:PTY_ITERATION.
32589 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32591         * window.el (handle-select-window): Don't switch window when we're
32592         in the minibuffer.
32594 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32596         * subr.el (dotimes-with-progress-reporter): New macro.
32598         * ses.el (ses-dotimes-msg): Remove macro.
32599         Use `dotimes-with-progress-reporter' instead.
32601 2005-01-19  Steven Tamm  <steventamm@mac.com>
32603         * term/mac-win.el (process-connection-type): Use new
32604         operating-system-release variable to use ptys on Darwin 7 (OS X
32605         10.3) when using carbon build.
32607 2005-01-19  Jay Belanger  <belanger@truman.edu>
32609         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32610         flags if the last command was a tab or M-tab.
32612         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32613         in formula editing buffer.
32615 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32617         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32618         breakpoint image symbol in margin.
32620 2005-01-19  Jay Belanger  <belanger@truman.edu>
32622         * calc/calc-prog.el (calc-execute-kbd-macro):
32623         Ignore calc-keep-arg-flag.
32625 2005-01-19  Kenichi Handa  <handa@m17n.org>
32627         * textmodes/ispell.el (ispell-looking-at): New function.
32628         (ispell-process-line): Use ispell-looking-at to compare the ispell
32629         output and the buffer contents.
32631 2005-01-18  Jay Belanger  <belanger@truman.edu>
32633         * calc/calc.el (calc-display-raw): Fix docstring.
32635 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32637         * simple.el (blink-matching-open): Strip extra info from syntax.
32639         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32640         funny chars in the end-of-here-doc marker.
32642 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32644         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32645         that enable/disabled state of breakpoints is shown correctly in
32646         fringe and on ttys.
32647         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32648         Add breakpoint information as text properties.
32649         (gdb-mouse-toggle-breakpoint):
32650         Rename to gdb-mouse-set-clear-breakpoint.
32651         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32652         breakpoints in the margin.
32653         (gdb-remove-strings): Simplify.
32655 2005-01-17  Jay Belanger  <belanger@truman.edu>
32657         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32658         erasing buffer.
32660 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32662         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32663         for calling grep-compute-defaults.
32665         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32666         if buffer is empty.
32668         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32670 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
32672         * hilit-chg.el (highlight-changes-mode): Don't autoload.
32674         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32675         non-preloaded variables.
32677 2005-01-17  Steven Tamm  <steventamm@mac.com>
32679         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32680         tex-shell cause to force interactivity when using pipes.
32682 2005-01-17  Kim F. Storm  <storm@cua.dk>
32684         * simple.el (just-one-space): Make arg optional.
32686 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
32688         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32689         posn-at-x-y to t to access left-margin.
32691 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
32693         Sync with Tramp 2.0.47.
32695         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32696         catching keep-date problems in cp/scp operations.
32697         (tramp-handle-copy-file): Don't call `set-file-modes'
32698         unconditionally.  Specialized functions should know better what is
32699         necessary.  This improves performance a little bit, and the
32700         functions could catch errors with `cp -p' and `scp -p'.
32701         (tramp-do-copy-or-rename-file-via-buffer)
32702         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32703         when appropriate.
32704         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32705         Call `set-file-modes' when appropriate.
32706         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
32707         Johnsson <isak@hypergene.com>.
32708         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32709         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
32710         <joakim@verona.se>.
32711         (tramp-file-name-for-operation): Mark `shell-command' as magic for
32712         Emacs only.
32714         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
32715         `find-file-hooks' and `dired-mode-hook'.
32716         (tramp-minor-mode-map): Respective map.  Add remapping for
32717         `compile' and `recompile'.
32718         (tramp-remap-command, tramp-recompile): New defuns.
32719         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32720         in buffer "*Compilation*".  Call the commands asynchronously.
32722         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32723         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32724         `shell-command', because it isn't magic in XEmacs.  Reported by
32725         Adrian Aichner <adrian@xemacs.org>.
32727         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32728         `substitute-in-file-name.
32729         (tramp-smb-handle-substitute-in-file-name): New defun.
32730         (tramp-smb-advice-PC-do-completion): Delete advice.
32732 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
32734         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32735         Fix error in deleting region.
32737 2005-01-15  Richard M. Stallman  <rms@gnu.org>
32739         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32740         In non-temp buffer, switch syntax table temporarily.
32742         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32744         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32746         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32748         * imenu.el (imenu--split-menu): Copy menulist before sorting.
32749         (imenu--generic-function): Use START, not BEG, as pos of definition.
32751         * simple.el (just-one-space): Argument specifies number of spaces.
32753         * simple.el (eval-expression-print-format): Avoid warning
32754         about edebug-active.
32756 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
32758         * progmodes/sh-script.el: Code copied from make-mode.el
32759         with small changes,
32760         (sh-mode-map): Bind C-c C-\.
32761         (sh-backslash-column, sh-backslash-align): New variables.
32762         (sh-backslash-region, sh-append-backslash): New functions.
32764 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32766         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32767         (rmail-pop-password, rmail-pop-password-required): Move to
32768         rmail-obsolete group.
32769         (rmail-set-pop-password): Rename to rmail-set-remote-password.
32770         All callers updated.
32771         (rmail-get-pop-password): Rename to rmail-get-remote-password.
32772         Take an argument specifying whether it is POP or IMAP mailbox we
32773         are using.  All callers updated.
32774         (rmail-pop-password-error): Rename to
32775         rmail-remote-password-error.  Added mailutils-specific error message.
32776         (rmail-movemail-search-path)
32777         (rmail-movemail-variant-in-use): New variables.
32778         (rmail-remote-password, rmail-remote-password-required):
32779         New customization variables.
32780         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32781         (rmail-parse-url): New function.
32782         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32783         with GNU mailutils movemail.
32785 2005-01-15  Kevin Ryde  <user42@zip.com.au>
32787         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32788         suffix to space, $ or '$, to correctly position point when going
32789         to @table style constants like DBL_MAX.
32791 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
32793         * type-break.el (type-break-mode, type-break-file-time)
32794         (type-break-file-keystroke-count, type-break-choose-file):
32795         Don't store data in or load data from the file if type-break-file-name
32796         is nil.
32797         (type-break-file-name): Doc update as per the above.
32799 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
32801         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32802         lookup-key might return nil; handle that.
32804 2005-01-15  Alan Mackenzie  <acm@muc.de>
32806         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32807         rather than the element found, thus enabling the tree to be setcar'd.
32809 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32811         * textmodes/org.el (org-show-following-heading): New option.
32812         (org-show-hierarchy-above): Use `org-show-following-heading'.
32813         (org-cycle): Documentation fix.
32815         * textmodes/org.el (orgtbl-optimized): New option
32816         (orgtbl-mode): New command, a minor mode.
32817         (orgtbl-mode-map): New variable.
32818         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32819         (orgtbl-error, orgtbl-self-insert-command)
32820         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32822         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32823         a local variable in each org-mode buffer.
32825         * textmodes/org.el (org-set-regexps-and-options): Rename from
32826         `org-set-regexps'.  Added checking for STARTUP keyword.
32827         (org-get-current-options): Add STARTUP options.
32828         (org-table-insert-row): Make mode intelligent about when
32829         realignment is needed.
32830         (org-self-insert-command, org-delete-backward-char, org-delete-char):
32831         New commands.
32832         (org-enable-table-editor): New default value `optimized'.
32833         (org-table-blank-field): Support blanking regions if active.
32835 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
32837         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32838         if the year is not given.
32840         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32841         Add new escapes %m and %M, fixed bug with %F by adding
32842         save-match-data.
32843         (reftex-reference): Remove ?. from list of spaces.
32844         (reftex-label-info): Add automatic label prefix recognition.
32846         * textmodes/reftex-index.el (reftex-index-next-phrase):
32847         Add slave parameter to call of `reftex-index-this-phrase'.
32848         (reftex-index-this-phrase): New optional argument.
32849         (reftex-index-region-phrases): Add slave parameter to call of
32850         `reftex-index-this-phrase'.
32851         (reftex-display-index): New argument redo.
32852         (reftex-index-rescan): Add `redo' to arguments of
32853         `reftex-display-index'.
32854         (reftex-index-Rescan, reftex-index-revert)
32855         (reftex-index-switch-index-tag): Add `redo' to arguments of
32856         `reftex-display-index'.
32857         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32858         indexing.  Fix bug with matching is there is a quote before or
32859         after the word.
32861         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32862         Fix bug when collecting citation keys in lines with comments.
32863         (reftex-citation): Prefix argument no longer rescans the document,
32864         but forces prompting for optional arguments of cite macros.
32865         (reftex-do-citation): Prompting for optional arguments implemented.
32867         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32868         Add optional arguments to most cite commands.
32869         (reftex-cite-cleanup-optional-args): New option
32870         (reftex-cite-prompt-optional-args): New option.
32871         (reftex-trust-label-prefix): New option.
32873         * textmodes/reftex-toc.el (reftex-toc-find-section):
32874         Add push-mark before changing the position in the buffer.
32876         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32877         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32879 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
32881         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32882         more carefully.
32884 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32886         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32887         (sgml-mode): Use it.
32888         (sgml-get-context): Better keep track of implicitly closed tags.
32890 2005-01-13  Kenichi Handa  <handa@m17n.org>
32892         * textmodes/ispell.el: These changes are to fix misalignment error
32893         caused by equivalent characters of different Emacs charsets.
32894         (ispell-unified-chars-table): New variable.
32895         (ispell-get-decoded-string): New function.
32896         (ispell-get-casechars, ispell-get-not-casechars)
32897         (ispell-get-otherchars): Call ispell-get-decoded-string.
32899 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
32901         * custom.el (custom-declare-variable): Just put symbol instead
32902         of (defvar . symbol) in `current-load-list'.
32904 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
32906         * emacs-lisp/elint.el: Fixed typo in Commentary section.
32908 2005-01-12  Jay Belanger  <belanger@truman.edu>
32910         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32911         to create a Calc summary.
32913 2005-01-12  Kim F. Storm  <storm@cua.dk>
32915         * mouse.el (mouse-on-link-p): Change functionality and doc
32916         string to comply with latest description in lisp ref.
32918 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
32920         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32921         Enable mouse clicks on mode-line, header-line and margin.
32922         (event-type): Give mouse event symbols an `event-kind' property
32923         with value `mouse-click'.
32925 2005-01-12  Juri Linkov  <juri@jurta.org>
32927         * facemenu.el (list-colors-display): Add new arg buffer-name.
32928         Use it.  Fix docstring.  Replace code for identifying duplicate
32929         colors by the name with call to `list-colors-duplicates' which
32930         identifies duplicate colors by the value unless the color
32931         is one of special Windows colors.  Set truncate-lines to t.
32932         Print sorted duplicate color names on each line.  Indent to 22
32933         \(the longest color name in rgb.txt) instead of 20.  Optimize.
32934         (list-colors-duplicates): New function.
32935         (facemenu-color-name-equal): Delete function.
32937         * facemenu.el (list-colors-print): New function created from code
32938         in list-colors-display.  Print #RRGGBB at the window right edge.
32939         (list-colors-display): When temp-buffer-show-function is not
32940         defined, call list-colors-print from temp-buffer-show-hook
32941         to get the right value of window-width in list-colors-print
32942         after the buffer is displayed.
32944         * simple.el (pop-mark): Move deactivate-mark out of conditional
32945         part to deactivate the active mark regardless of the state of the
32946         mark ring.
32948         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32949         variables line in desktop files.
32951 2005-01-12  Juri Linkov  <juri@jurta.org>
32953         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32954         Bring together isearch highlight related options.
32955         (lazy-highlight): Replace group `replace' by `matching'.
32956         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32957         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32958         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32959         and declare them obsolete.
32960         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32961         (isearch-faces): Remove defgroup.
32962         (isearch-overlay, isearch-highlight, isearch-dehighlight):
32963         Move isearch highlighting code closer to lazy highlighting code.
32965         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32966         (query-replace-highlight, query-replace-lazy-highlight)
32967         (query-replace): Move definitions to the beginning of the file.
32969 2005-01-11  Juri Linkov  <juri@jurta.org>
32971         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32972         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32973         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32975         * info.el (Info-history-forward): New variable.
32976         (Info-select-node): Reset Info-history-forward to nil.
32977         (Info-last): Turn into defalias.
32978         (Info-history-back): Rename from Info-last.
32979         Add current node to Info-history-forward.
32980         (Info-history-forward): New fun.
32981         (Info-mode-map): Replace Info-last by Info-history-back.
32982         Bind Info-history-forward to "r".
32983         (Info-mode-menu): Replace Info-last by Info-history-back.
32984         Fix menu item text.  Add menu item for Info-history-forward.
32985         (info-tool-bar-map): Replace Info-last by Info-history-back.
32986         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
32987         for Info-history-forward.
32988         (Info-mode): Replace Info-last by Info-history-back in docstring.
32989         Add local variable Info-history-forward.
32990         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32992 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32994         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32995         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32996         Ignore select-window events rather than fiddle with
32997         mouse-autoselect-window.
32999 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33001         * type-break.el (type-break-mode): Fix previous change.
33003 2005-01-10  Jay Belanger  <belanger@truman.edu>
33005         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33006         calculator; only reset when point is inside a calculator.
33007         Don't adjust the window height if the window takes up the whole height
33008         of the frame.
33010 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33012         * ebuff-menu.el (Electric-buffer-menu-mode):
33013         Preserve value of buffer-local var header-line-format.
33015 2005-01-09  Jay Belanger  <belanger@truman.edu>
33017         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33018         Make sure settings file exists before accessing it.
33020         * calc/calc-embed.el (calc-embedded-subst):
33021         Replace math-multi-subst-rec, which is only supposed to be called
33022         by math-multi-subst, by math-multi-subst.
33024 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33026         * vc.el (vc-allow-async-revert): New user option.
33027         (vc-disable-async-diff): New internal variable.
33028         (vc-revert-buffer): Use them to disable asynchronous diff.
33030         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33031         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33032         asynchronously if vc-disable-async-diff is t.
33034 2005-01-09  Jay Belanger  <belanger@truman.edu>
33036         * calc/calc.el (defcalcmodevar): New macro.
33037         (calc-mode-var-list-restore-default-values)
33038         (calc-mode-var-list-restore-saved-values): New functions.
33039         (calc-mode-var-list): Use defcalcmodevar to define it.
33040         (calc-always-load-extensions, calc-line-numbering)
33041         (calc-line-breaking, calc-display-just, calc-display-origin)
33042         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33043         (calc-group-char, calc-point-char, calc-frac-format)
33044         (calc-prefer-frac, calc-hms-format, calc-date-format)
33045         (calc-float-format, calc-full-float-format, calc-complex-format)
33046         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33047         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33048         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33049         (calc-matrix-brackets, calc-language, calc-language-option)
33050         (calc-left-label, calc-right-label, calc-word-size)
33051         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33052         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33053         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33054         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33055         (calc-window-height, calc-display-trail, calc-show-selections)
33056         (calc-use-selections, calc-assoc-selections)
33057         (calc-display-working-message, calc-auto-why, calc-timing)
33058         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33059         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33060         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33061         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33062         (calc-gnuplot-geometry, calc-graph-default-resolution)
33063         (calc-graph-default-resolution-3d, calc-invocation-macro)
33064         (calc-show-banner): Use defcalcmodevar to declare them and set
33065         their default values.
33067         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33068         instead of default values (but restore default values if there is
33069         an argument of 0).
33071 2005-01-09  David Kastrup  <dak@gnu.org>
33073         * desktop.el (desktop-restore-eager): Fix typo in type.
33075 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33077         * cus-edit.el (customize): Delete :link.
33079 2005-01-08  Jay Belanger  <belanger@truman.edu>
33081         * calc/calc.el (calc-mode): Remove the extension from the
33082         `calc-settings-file' file name when loading it.
33084 2005-01-08  Kim F. Storm  <storm@cua.dk>
33086         * info.el (Info-mode-map, Info-next-link-keymap)
33087         (Info-prev-link-keymap, Info-up-link-keymap):
33088         Map follow-link to mouse-face.
33089         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33091 2005-01-08  Jay Belanger  <belanger@truman.edu>
33093         * calc/calc.el (calc-settings-file): Change default value.
33094         Suggested by cgw in a comment in calc-mode.el.
33096         * calc/calc-mode.el (calc-settings-file-name):
33097         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33098         Replace ~/.emacs in a prompt by calc-settings-file.
33100 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33102         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33103         (desktop-lazy-idle-delay): New customizable variables.
33104         (desktop-buffer-args-list): New variable.
33105         (desktop-append-buffer-args): New function.
33106         (desktop-save): Call desktop-append-buffer-args for some buffers.
33107         (desktop-lazy-create-buffer): New function.
33108         (desktop-idle-create-buffers): New function.
33109         (desktop-read): Add message about buffers to restore lazily.
33110         (desktop-lazy-abort): New command.
33111         (desktop-clear): Call desktop-lazy-abort.
33112         (desktop-lazy-complete): New command.
33114 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33116         * emacs-lisp/find-func.el (find-face-definition):
33117         Rename from find-face.
33119 2005-01-06  Kim F. Storm  <storm@cua.dk>
33121         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33123         * man.el (Man-xref-man-page, Man-xref-header-file)
33124         (Man-xref-normal-file): Add follow-link property.
33126 2005-01-06  Jay Belanger  <belanger@truman.edu>
33128         * calc/calc-units.el: Make sure the proper macro definitions are
33129         available when compiling.
33131 2005-01-06  Juri Linkov  <juri@jurta.org>
33133         * isearch.el (isearch-lazy-highlight-update):
33134         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33136 2005-01-06  Miles Bader  <miles@gnu.org>
33138         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33139         (isearch-lazy-highlight-face): Use new name.
33141 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33143         * uniquify.el (uniquify-rationalize-file-buffer-names):
33144         Re-add an interactive spec.
33145         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33146         to the same name.
33148         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33149         (isearch-update, isearch-done): Adjust calls accordingly.
33151 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33153         * custom.el (custom-set-variables, custom-theme-set-variables):
33154         Clarify documentation.
33156         * emacs-lisp/find-func.el (find-variable)
33157         (find-variable-other-window, find-variable-other-frame):
33158         Fix the TYPE args to find-function-read and find-function-do-it.
33159         (find-function): Doc fix.
33160         (find-function-at-point): Replace function-at-point alias.
33162 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33164         * cus-face.el (custom-declare-face):
33165         Record defface in current-load-list.
33167         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33169         * emacs-lisp/find-func.el: Doc fixes.
33170         (find-face-regexp): New variable.
33171         (find-function-regexp-alist): New variable.
33172         (find-function-C-source): Third arg is now TYPE.
33173         (find-function-search-for-symbol): Handle general TYPE.
33174         (find-function-read, find-function-do-it): Handle general TYPE.
33175         (find-definition-noselect, find-face): New functions.
33176         (function-at-point): Alias deleted.
33178 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33180         * battery.el (display-battery-mode): Rename from display-battery.
33181         Handle the case where it gets turned off.
33183 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33185         * cus-edit.el (customize): Make :link point to user doc.
33187         * man.el (Man-fontify-manpage): Turn off undo generation.
33189         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33191 2005-01-04  Andreas Schwab  <schwab@suse.de>
33193         * files.el (insert-directory): Only look for error lines in
33194         inserted text.  Don't move too far after processing --dired markers.
33196 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33198         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33199         Don't expand if the character is @, period, dash, etc.
33200         (define-mail-abbrev): Quote names that contain problem characters.
33202 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33204         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33206 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33208         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33209         (query-replace-highlight, query-replace-lazy-highlight)
33210         (query-replace): Definitions moved up.  Doc fix.
33212 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33214         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33215         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33216         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33217         (lazy-highlight-face): Rename from isearch-lazy-...
33218         Change all references to them.
33220 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33222         * cus-edit.el (custom-file): Doc fix for defcustom.
33223         (custom-file): The function no longer sets the variable
33224         `custom-file' to its return value.
33226         * startup.el (command-line): No longer load `custom-file'.
33228 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33230         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33232         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33233         Don't confuse module-prefixed identifiers for labels.
33234         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33236 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33238         * files.el (basic-save-buffer-1): Fix previous change.
33240         * loadhist.el (file-loadhist-lookup): New function.
33241         (file-provides, file-requires): Use it.
33243         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33244         instead of calculating the right size.
33246 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33248         * vc-svn.el (vc-svn-diff): Stay local if possible.
33250 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33252         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33254         * files.el (hack-local-variables): Fix last change.
33256 2005-01-02  Jay Belanger  <belanger@truman.edu>
33258         * calc/calc-yank.el (calc-edit-top): New variable.
33259         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33260         object.  Change header properties.
33261         (calc-edit-finish, calc-edit-finish-stack-object)
33262         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33263         edited object.
33264         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33265         for the beginning of the edited object.
33266         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33267         for the beginning of the edited object.
33268         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33269         (calc-finish-formula-edit, calc-macro-repeats)
33270         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33271         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33272         beginning of the edited object.
33273         (calc-user-define-edit): Change the header for editing macros.
33274         Remove unnecessary variable.
33276 2005-01-01  Jay Belanger  <belanger@truman.edu>
33278         * calc/calc-yank.el (calc-edit-mode): Change default header.
33279         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33280         * calc/calc-store.el (calc-edit-variable): Change title to match new
33281         header.
33282         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33283         mode to match new header.
33284         (calc-user-define-edit): Change titles to include names of commands.
33285         (calc-finish-formula-edit): Adjust to handle new header.
33286         (calc-finish-macro-edit): Remove.
33287         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33288         (calc-edit-macro-command, calc-edit-macro-command-type)
33289         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33290         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33291         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33292         (calc-edit-macro-finish-edit): New functions.
33293         (calc-user-define-edit): Use new functions to edit named calc macros.
33295 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33297         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33299         * ses.el (copy-region-as-kill): Deactivate mark.
33301 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33303         * replace.el (occur-1): If the output buffer is also an input,
33304         don't kill it, rename it.
33306         * faces.el (set-face-background, set-face-foreground): Doc fix.
33308         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33309         for :foreground and :background.
33311         * dired.el (dired-view-command-alist): Variable deleted.
33312         (dired-view-file, dired-mouse-find-file-other-window):
33313         Delete the code to use it.
33315 2005-01-01  Kim F. Storm  <storm@cua.dk>
33317         * image.el (insert-sliced-image): Use t for line-height property.
33319 See ChangeLog.11 for earlier changes.
33321 ;; Local Variables:
33322 ;; coding: iso-2022-7bit
33323 ;; add-log-time-zone-rule: t
33324 ;; End:
33326     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33328   This file is part of GNU Emacs.
33330   GNU Emacs is free software; you can redistribute it and/or modify
33331   it under the terms of the GNU General Public License as published by
33332   the Free Software Foundation; either version 2, or (at your option)
33333   any later version.
33335   GNU Emacs is distributed in the hope that it will be useful,
33336   but WITHOUT ANY WARRANTY; without even the implied warranty of
33337   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33338   GNU General Public License for more details.
33340   You should have received a copy of the GNU General Public License
33341   along with GNU Emacs; see the file COPYING.  If not, write to the
33342   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33343   Boston, MA 02110-1301, USA.
33345 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1